freebsd-dev/sys/dev/ed
Matthew N. Dodd c769df5b65 This fixes the problem with SMC NE2000 cards hanging the box on
bootup.  Somehow my backout of an abortaive attempt at shared
memory autoconfiguration included this line:

        sc->mem_shared = 1;

Which is fairly important as it turns out.

Since I performed my pre-commit testing on a different box with a generic
NE2000 I didn't catch this.  Pointy hat.
1999-10-18 04:27:33 +00:00
..
if_ed_isa.c - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it 1999-10-15 03:12:48 +00:00
if_ed_pccard.c Break out the bus front end code into separate files. 1999-10-15 01:28:04 +00:00
if_ed_pci.c - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it 1999-10-15 03:12:48 +00:00
if_ed.c This fixes the problem with SMC NE2000 cards hanging the box on 1999-10-18 04:27:33 +00:00
if_edreg.h - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace 1999-09-02 15:06:23 +00:00
if_edvar.h - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it 1999-10-15 03:12:48 +00:00