OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Mon Jan 07 2008 - 18:29:36 CST


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2008/01/07 17:29:36

Modified files:
        sys/arch/sparc64/dev: com_ebus.c
        sys/dev/ic : com.c

Log message:
the rsc-console on the v880 operates at 115200, not the 9600 we think we
have to force all console devices to. this change passes the right speed
to the com code, and continues to use it when the device is opened as the
console device.

figured out by kettenis
ok kettenis miod