diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-26 05:14:56 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-26 05:14:56 +0000 |
| commit | 875f70dba4ac5331af98ce31da9e3f02bdf2af21 (patch) | |
| tree | d9aaac35b0191aeab19f23c33c5d34bb16d77724 /sys/dev/uart/uart_bus_pci.c | |
| parent | 153bbe3e6abc91627b1dcd8e255903e9c4079cdc (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
| -rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 3555e5f4a8f5..2e4573d4e26b 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -111,7 +111,7 @@ uart_pci_probe(device_t dev) match: if (id->desc) device_set_desc(dev, id->desc); - return (uart_bus_probe(dev, 0, 0, id->rid)); + return (uart_bus_probe(dev, 0, 0, id->rid, 0)); } DRIVER_MODULE(uart, pci, uart_pci_driver, uart_devclass, 0, 0); |
