summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.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_ste.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_ste.c')
-rw-r--r--sys/pci/if_ste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 2248725..aea212e 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -172,7 +172,7 @@ static driver_t ste_driver = {
static devclass_t ste_devclass;
-DRIVER_MODULE(ste, pci, ste_driver, ste_devclass, 0, 0);
+DRIVER_MODULE(if_ste, pci, ste_driver, ste_devclass, 0, 0);
DRIVER_MODULE(miibus, ste, miibus_driver, miibus_devclass, 0, 0);
#define STE_SETBIT4(sc, reg, x) \
OpenPOWER on IntegriCloud