summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-20 07:50:10 +0000
committerobrien <obrien@FreeBSD.org>1999-09-20 07:50:10 +0000
commit2fd30c0ea539f6ec55659cb2fbb9f21c5d07a797 (patch)
tree7b6c7bf810e7464b62c6be6060712be1f76b7067 /sys/pci/if_tl.c
parent463e41d5f8719df872df75b8d87df6dce81535e6 (diff)
downloadFreeBSD-src-2fd30c0ea539f6ec55659cb2fbb9f21c5d07a797.zip
FreeBSD-src-2fd30c0ea539f6ec55659cb2fbb9f21c5d07a797.tar.gz
Goofed and didn't change the second DRIVER_MODULE() linking these with
the miibus. Noticed by: wpaul
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 48df6f5..f848d0a 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -362,7 +362,7 @@ static driver_t tl_driver = {
static devclass_t tl_devclass;
DRIVER_MODULE(if_tl, pci, tl_driver, tl_devclass, 0, 0);
-DRIVER_MODULE(miibus, tl, miibus_driver, miibus_devclass, 0, 0);
+DRIVER_MODULE(miibus, if_tl, miibus_driver, miibus_devclass, 0, 0);
static u_int8_t tl_dio_read8(sc, reg)
struct tl_softc *sc;
OpenPOWER on IntegriCloud