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: Fri Apr 25 2008 - 06:30:23 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2008/04/25 05:30:22

Modified files:
        sys/arch/amd64/amd64: machdep.c
        sys/dev/ic : com.c

Log message:
the code that parses arguments from the boot loader on amd64 wasnt checking
what type of console was specified, so when a glass console was used it was
still configuring serial bits. this makes it so serial config only occurs
for serial console devices.

found by jolan, thib, and maybe sthen
sorry guys