From bd8a15ce8abb4fec1633ef2f5f5791a7ce422aa4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 20 Sep 1999 06:50:52 +0000 Subject: Change the name we register with DRIVER_MODULE() to include the leading "if_". Reviewed by: msmith, wpaul --- sys/dev/ti/if_ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ti') 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. -- cgit v1.3