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_acpi.c | |
| parent | 153bbe3e6abc91627b1dcd8e255903e9c4079cdc (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus_acpi.c')
| -rw-r--r-- | sys/dev/uart/uart_bus_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index ac75f0cc6b41..a26357132d04 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -73,7 +73,7 @@ uart_acpi_probe(device_t dev) if (!ISA_PNP_PROBE(parent, dev, acpi_ns8250_ids)) { sc->sc_class = &uart_ns8250_class; - return (uart_bus_probe(dev, 0, 0, 0)); + return (uart_bus_probe(dev, 0, 0, 0, 0)); } /* Add checks for non-ns8250 IDs here. */ |
