aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-15 06:37:30 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-15 06:37:30 +0000
commitf246e4a17fd469ab781124a678e103d44d637c5f (patch)
tree1bdd3154994e1ca8f70eb0f16c9b58a107fcc11e /sys/dev/de
parent10646d5f83c7e84f352d3ea4d96caeb6c166859b (diff)
Notes
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 44de0806d1953..e6d5892c67567 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -5259,4 +5259,4 @@ static driver_t tulip_pci_driver = {
sizeof(tulip_softc_t),
};
static devclass_t tulip_devclass;
-DRIVER_MODULE(if_de, pci, tulip_pci_driver, tulip_devclass, 0, 0);
+DRIVER_MODULE(de, pci, tulip_pci_driver, tulip_devclass, 0, 0);