OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Miod Vallat (miod_at_cvs.openbsd.org)
Date: Tue Feb 11 2003 - 13:41:35 CST

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

    CVSROOT: /cvs
    Module name: src
    Changes by: miodcvs.openbsd.org 2003/02/11 12:41:35

    Modified files:
            sys/dev/ic : sti.c

    Log message:
    As hil devices can only attach after interrupts are enabled, delay
    the attachment of wsdisplay to sti as well.
    This allows us to have a working console for boot -a, and still attach
    a full-blown wscons console as soon as possible.

    ok mickey