diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-22 06:08:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-22 06:08:11 +0000 |
| commit | 9e4c647c74846b9f7faeba5ed8979ca9b2f6be9a (patch) | |
| tree | 5ed8db5641c6b3e8737c3354e22d7f68bfc524c6 /sys/dev/ti | |
| parent | 8b22cebb2cb8971c882263b93898e6be3d196b99 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 7fefb8e3f0f4..947f6c1c26ee 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -224,7 +224,7 @@ static driver_t ti_driver = { static devclass_t ti_devclass; -DRIVER_MODULE(ti, pci, ti_driver, ti_devclass, 0, 0); +DRIVER_MODULE(if_ti, pci, ti_driver, ti_devclass, 0, 0); /* * Send an instruction or address to the EEPROM, check for ACK. |
