summaryrefslogtreecommitdiff
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-20 08:14:39 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-20 08:14:39 +0000
commitb95a9362a02556121c462670fe0fc79ea6b15d2e (patch)
treed665beba91ca0ea31b69456d53ec1eb606ce7c89 /sys/pci/if_ste.c
parentf3722ef60953dd83ee81e15a3c6c3dc29143afd7 (diff)
Notes
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 2d6d31eb215a..3f6c6864795f 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -165,7 +165,7 @@ static device_method_t ste_methods[] = {
};
static driver_t ste_driver = {
- "ste",
+ "if_ste",
ste_methods,
sizeof(struct ste_softc)
};