K 10 svn:author V 6 marcel K 8 svn:date V 27 2006-04-02T21:45:54.000000Z K 7 svn:log V 254 Eliminate the sc_hasfifo flag from the softc. It was only used by the NS8250 class driver. The UART has FIFOs if sc_rxfifosz>1, so test for that instead. While here properly initialize sc_rxfifosz and sc_txfifosz in the case the UART doesn't have FIFOs. END