From 347934fa630483db685b288c70a07621cb6f8721 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 28 Nov 2003 05:28:29 +0000 Subject: Sometimes cardbus attachments don't attach, so while we track down this problem put these lines back in. While they should be unnecessary, they appear to be sometimes necessary. Reviewed in concept: dfr Approved by: re (scottl@) --- sys/dev/uart/uart_bus_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/uart') diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 1feb420bcb01..2e4573d4e26b 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -115,3 +115,4 @@ uart_pci_probe(device_t dev) } DRIVER_MODULE(uart, pci, uart_pci_driver, uart_devclass, 0, 0); +DRIVER_MODULE(uart, cardbus, uart_pci_driver, uart_devclass, 0, 0); -- cgit v1.3