From 590f57cc6230c30e732dc600ba07910b14540926 Mon Sep 17 00:00:00 2001 From: dfr Date: Mon, 3 Nov 2003 09:22:18 +0000 Subject: Remove explicit cardbus attachments from drivers where this is identical to the pci attachment. Cardbus is a derived class of pci so all pci drivers are automatically available for matching against cardbus devices. Reviewed by: imp --- sys/dev/sio/sio_pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/sio/sio_pci.c') diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 30896c0..0833641 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -160,4 +160,3 @@ 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); -- cgit v1.1