From f1b0a0f432f8ee56cf322ade2a934737fcbf7e15 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 20 Aug 2003 05:50:56 +0000 Subject: pc98pcic isn't the name of the media driver. tcic likely will never happen (unless someone sends one to me). Kill bogus module depend that I commented out over a year ago. --- sys/dev/pccard/pccard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/dev/pccard') diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 23533c479cb25..5dd31f8e25746 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1319,8 +1319,5 @@ devclass_t pccard_devclass; /* Maybe we need to have a slot device? */ DRIVER_MODULE(pccard, pcic, pccard_driver, pccard_devclass, 0, 0); -DRIVER_MODULE(pccard, pc98pcic, pccard_driver, pccard_devclass, 0, 0); DRIVER_MODULE(pccard, cbb, pccard_driver, pccard_devclass, 0, 0); -DRIVER_MODULE(pccard, tcic, pccard_driver, pccard_devclass, 0, 0); MODULE_VERSION(pccard, 1); -/*MODULE_DEPEND(pccard, pcic, 1, 1, 1);*/ -- cgit v1.3