diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-11-28 05:28:29 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-11-28 05:28:29 +0000 |
commit | 347934fa630483db685b288c70a07621cb6f8721 (patch) | |
tree | f3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/sio/sio_pci.c | |
parent | fdc21d0d1e4216d0c77c05db987e54c8237fe0f6 (diff) |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r-- | sys/dev/sio/sio_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 08336414d205..30896c0f4e47 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -160,3 +160,4 @@ sio_pci_probe(dev) } DRIVER_MODULE(sio, pci, sio_pci_driver, sio_devclass, 0, 0); +DRIVER_MODULE(sio, cardbus, sio_pci_driver, sio_devclass, 0, 0); |