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 947f6c1..22d3420 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 = { - "ti", + "if_ti", ti_methods, sizeof(struct ti_softc) }; |