diff options
Diffstat (limited to 'sys/pci/if_ti.c')
| -rw-r--r-- | sys/pci/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 22d342068e34..947f6c1c26ee 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -217,7 +217,7 @@ static device_method_t ti_methods[] = { }; static driver_t ti_driver = { - "if_ti", + "ti", ti_methods, sizeof(struct ti_softc) }; |
