diff options
Diffstat (limited to 'sys/pci/if_ste.c')
| -rw-r--r-- | sys/pci/if_ste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 3f6c6864795f..2d6d31eb215a 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 = { - "if_ste", + "ste", ste_methods, sizeof(struct ste_softc) }; |
