summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
committerimp <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
commit50fbb1fb9fc90999e9ab376acde71e2c43db7e52 (patch)
treef3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/uart/uart_bus_pci.c
parent9f0b8cac1eb7f7f814567ba61355226394431462 (diff)
downloadFreeBSD-src-50fbb1fb9fc90999e9ab376acde71e2c43db7e52.zip
FreeBSD-src-50fbb1fb9fc90999e9ab376acde71e2c43db7e52.tar.gz
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@)
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r--sys/dev/uart/uart_bus_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 1feb420..2e4573d 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);
OpenPOWER on IntegriCloud