1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/ed
Ian Dowse 2cc42e154e Remove an old hack that remembered if the card type was Linksys by
storing a flag in the global variable 'linksys' during the probe
routine and reading it during the attach routine. We now have the
ED_VENDOR_LINKSYS vendor code stored in sc->vendor, so check that
instead.
2001-07-22 21:31:44 +00:00
..
if_ed98.h
if_ed_cbus.c
if_ed_isa.c
if_ed_pccard.c Remove an old hack that remembered if the card type was Linksys by 2001-07-22 21:31:44 +00:00
if_ed_pci.c
if_ed.c
if_edreg.h Attach the miibus for Linksys/Dlink cards from the attach routine, 2001-07-22 18:58:44 +00:00
if_edvar.h