summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_mx.c')
-rw-r--r--sys/pci/if_mx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c
index 739ff3b..b27f6ce 100644
--- a/sys/pci/if_mx.c
+++ b/sys/pci/if_mx.c
@@ -208,7 +208,7 @@ static device_method_t mx_methods[] = {
};
static driver_t mx_driver = {
- "mx",
+ "if_mx",
mx_methods,
sizeof(struct mx_softc)
};
OpenPOWER on IntegriCloud