OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millertcvs.openbsd.org)
Date: Mon Mar 05 2001 - 16:16:43 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2001/03/05 15:16:42

    Modified files:
            sys/dev/wscons : wsdisplay.c
            sys/arch/i386/i386: conf.c wscons_machdep.c

    Log message:
    Backs out changes to wsdisplay.c so alpha (and presumably others)
    is happy again. It also makes i386 serial console work by changing
    the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL
    and moves the com/pccom console attach routine for i386 to be the
    first so it will be matched (consinit takes the first highest match).