summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-20 06:50:52 +0000
committerobrien <obrien@FreeBSD.org>1999-09-20 06:50:52 +0000
commitbcbd06fb8243c8610a1616eea292f816b86de204 (patch)
tree4ba9911d7211ffdf9d05055da6bb2e3c83554b80 /sys/pci/if_tl.c
parent68941a839afc696e17006caeda3cca9b1cdd01f0 (diff)
downloadFreeBSD-src-bcbd06fb8243c8610a1616eea292f816b86de204.zip
FreeBSD-src-bcbd06fb8243c8610a1616eea292f816b86de204.tar.gz
Change the name we register with DRIVER_MODULE() to include the leading
"if_". Reviewed by: msmith, 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 ed43a81..48df6f5 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -361,7 +361,7 @@ static driver_t tl_driver = {
static devclass_t tl_devclass;
-DRIVER_MODULE(tl, pci, tl_driver, tl_devclass, 0, 0);
+DRIVER_MODULE(if_tl, pci, tl_driver, tl_devclass, 0, 0);
DRIVER_MODULE(miibus, tl, miibus_driver, miibus_devclass, 0, 0);
static u_int8_t tl_dio_read8(sc, reg)
OpenPOWER on IntegriCloud