diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2003-09-15 03:12:27 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2003-09-15 03:12:27 +0000 |
| commit | 45b3a509253de78683dc636a4992c150d25ba846 (patch) | |
| tree | cfabefcd903546ccd70d28be1363cbb018f62037 /sys/dev/uart | |
| parent | 35b86dc8de8fbd1cc7d74afc3d87020f88284c19 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_pccard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 5965e655299b..d062e6ef7539 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -98,9 +98,7 @@ uart_pccard_probe(dev) struct uart_softc *sc; sc = device_get_softc(dev); sc->sc_class = &uart_ns8250_class; -#ifdef PC98 - SET_FLAG(dev, SET_IFTYPE(COM_IF_MODEM_CARD)); -#endif + /* 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)); |
