PERFORCE change 93836 for review

Olivier Houchard cognet at FreeBSD.org
Thu Mar 23 00:16:48 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93836

Change 93836 by cognet at cognet on 2006/03/23 00:16:41

	Increase the TX FIFO size to make nethack run at an acceptable
	speed via serial.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/uart_dev_at91usart.c#14 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/uart_dev_at91usart.c#14 (text+ko) ====

@@ -274,7 +274,7 @@
 static int
 at91_usart_bus_attach(struct uart_softc *sc)
 {
-	sc->sc_txfifosz = 1;
+	sc->sc_txfifosz = 32;
 	sc->sc_rxfifosz = 1;
 	sc->sc_hwiflow = 0;
 	return (0);


More information about the p4-projects mailing list