mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
There is no tcic driver, so no need to list it here.
This commit is contained in:
parent
59b9ef51d2
commit
cce0210e49
1 changed files with 0 additions and 1 deletions
|
|
@ -424,5 +424,4 @@ static driver_t pccard_driver = {
|
|||
|
||||
DRIVER_MODULE(pccard, pcic, pccard_driver, pccard_devclass, 0, 0);
|
||||
DRIVER_MODULE(pccard, mecia, pccard_driver, pccard_devclass, 0, 0);
|
||||
DRIVER_MODULE(pccard, tcic, pccard_driver, pccard_devclass, 0, 0);
|
||||
MODULE_VERSION(pccard, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue