diff options
author | imp <imp@FreeBSD.org> | 2003-08-20 05:50:56 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-20 05:50:56 +0000 |
commit | c002aea5f8d2cb81ab2749cec6a284e80cc10b60 (patch) | |
tree | c68550d3eebd66d0908e4fac3f717ecb7783c366 /sys/dev/pccard | |
parent | 8b251db37c57403074283cdc44200b4124088064 (diff) | |
download | FreeBSD-src-c002aea5f8d2cb81ab2749cec6a284e80cc10b60.zip FreeBSD-src-c002aea5f8d2cb81ab2749cec6a284e80cc10b60.tar.gz |
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.
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/pccard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 23533c4..5dd31f8 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);*/ |