aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
commit347934fa630483db685b288c70a07621cb6f8721 (patch)
treef3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/uart/uart_bus_pci.c
parentfdc21d0d1e4216d0c77c05db987e54c8237fe0f6 (diff)
downloadsrc-347934fa630483db685b288c70a07621cb6f8721.tar.gz
src-347934fa630483db685b288c70a07621cb6f8721.zip
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@)
Notes
Notes: svn path=/head/; revision=123019
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 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);