diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-03-18 17:44:23 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-03-18 17:44:23 +0000 |
| commit | f7cbf2b00e3a288ad4e55c65d86655015eb50393 (patch) | |
| tree | 1a53d81cff02208b0e166e6b6c430f6408ea3884 /sys/dev/lnc | |
| parent | ec5dc5774c0dafd22b26762ac2e70aa187f6476d (diff) | |
Notes
Diffstat (limited to 'sys/dev/lnc')
| -rw-r--r-- | sys/dev/lnc/if_lnc_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lnc_pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/lnc/if_lnc_isa.c b/sys/dev/lnc/if_lnc_isa.c index 29dc39a8cab3..a82ff5ace52d 100644 --- a/sys/dev/lnc/if_lnc_isa.c +++ b/sys/dev/lnc/if_lnc_isa.c @@ -310,4 +310,4 @@ static driver_t lnc_isa_driver = { sizeof(struct lnc_softc), }; -DRIVER_MODULE(lnc_isa, isa, lnc_isa_driver, lnc_devclass, 0, 0); +DRIVER_MODULE(if_lnc, isa, lnc_isa_driver, lnc_devclass, 0, 0); diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c index 6c8b05a49277..e19a7564457c 100644 --- a/sys/dev/lnc/if_lnc_pci.c +++ b/sys/dev/lnc/if_lnc_pci.c @@ -223,4 +223,4 @@ static driver_t lnc_pci_driver = { sizeof(struct lnc_softc), }; -DRIVER_MODULE(lnc_pci, pci, lnc_pci_driver, lnc_devclass, 0, 0); +DRIVER_MODULE(if_lnc, pci, lnc_pci_driver, lnc_devclass, 0, 0); |
