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_pccard.c | |
| parent | 153bbe3e6abc91627b1dcd8e255903e9c4079cdc (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus_pccard.c')
| -rw-r--r-- | sys/dev/uart/uart_bus_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index c321060f332f..096392121788 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -95,7 +95,7 @@ uart_pccard_probe(dev) /* Do not probe IRQ - pccard doesn't turn on the interrupt line */ /* until bus_setup_intr but how can I do so?*/ - return (uart_bus_probe(dev, 0, 0, 0)); + return (uart_bus_probe(dev, 0, 0, 0, 0)); } DRIVER_MODULE(uart, pccard, uart_pccard_driver, uart_devclass, 0, 0); |
