Remove useless #ifdef PC98.
Submitted by: nyan
This commit is contained in:
parent
35b86dc8de
commit
45b3a50925
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user