freebsd-dev/sys/dev/lnc
Ian Dowse f7cbf2b00e Use a module name of 'if_lnc' in both the PCI and ISA sections of
the driver. Doing this breaks the ability to unload the unneeded
parts of the driver (e.g unload the PCI section when using an ISA
card), but currently ifconfig(8) expects an interface `XXX' to have
a driver name of `if_XXX'.

PR:		kern/25582
Submitted by:	Alexander N. Kabaev <kabaev@mail.ru>, imp (apparently
		Warner suggested a similar fix some time ago).
Reviewed by:	paul (who would prefer to see ifconfig changed instead)
2001-03-18 17:44:23 +00:00
..
if_lnc_isa.c Use a module name of 'if_lnc' in both the PCI and ISA sections of 2001-03-18 17:44:23 +00:00
if_lnc_pc98.c Remove unused #include "lnc.h" 2001-01-29 11:19:30 +00:00
if_lnc_pci.c Use a module name of 'if_lnc' in both the PCI and ISA sections of 2001-03-18 17:44:23 +00:00
if_lnc.c Convert if_multiaddrs from LIST to TAILQ so that it can be traversed 2001-02-06 10:12:15 +00:00
if_lncreg.h Newbusify. 2000-12-16 01:33:28 +00:00
if_lncvar.h The pci and isa drivers were meant to share the same devclass but 2000-12-29 11:59:41 +00:00