diff options
Diffstat (limited to 'sys/pci/if_mx.c')
| -rw-r--r-- | sys/pci/if_mx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c index b27f6ce2752b..739ff3bd1d43 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 = { - "if_mx", + "mx", mx_methods, sizeof(struct mx_softc) }; |
