1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

Don't bogusly depend on pcic. pccard should be enough.

Noticed by: jhay
Forgotten  about for two years by: imp
This commit is contained in:
Warner Losh 2002-08-08 15:52:55 +00:00
parent d4f7b113f1
commit fd78f7e0f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101531

View File

@ -127,4 +127,3 @@ extern devclass_t sn_devclass;
DRIVER_MODULE(if_sn, pccard, sn_pccard_driver, sn_devclass, 0, 0);
MODULE_DEPEND(if_sn, pccard, 1, 1, 1);
MODULE_DEPEND(if_sn, pcic, 1, 1, 1); /* XXX */