summaryrefslogtreecommitdiff
path: root/sys/pci/if_ax.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
commitfac1f39b191baac773260ef692400d38f1f2391b (patch)
treeb8454ec85f079a89b6c8746934ccb5a746baef5d /sys/pci/if_ax.c
parent2e9d38764fa7e068ca2ddc70a9f983b339485ffd (diff)
Notes
Diffstat (limited to 'sys/pci/if_ax.c')
-rw-r--r--sys/pci/if_ax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ax.c b/sys/pci/if_ax.c
index 6b26641e6a5c..0cb2daf788a3 100644
--- a/sys/pci/if_ax.c
+++ b/sys/pci/if_ax.c
@@ -190,7 +190,7 @@ static device_method_t ax_methods[] = {
};
static driver_t ax_driver = {
- "if_ax",
+ "ax",
ax_methods,
sizeof(struct ax_softc)
};