diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-20 06:50:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-20 06:50:52 +0000 |
| commit | bd8a15ce8abb4fec1633ef2f5f5791a7ce422aa4 (patch) | |
| tree | 9578809e256a7910b3c60257c5ca19635253a027 /sys/dev/ti | |
| parent | 33f891d2931e039008bfffd84766ba0decb0e131 (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. |
