kern/65944: no console at boot time

Cyrille Lefevre cyrille.lefevre at laposte.net
Tue May 11 14:10:26 PDT 2004


The following reply was made to PR kern/65944; it has been noted by GNATS.

From: "Cyrille Lefevre" <cyrille.lefevre at laposte.net>
To: "gnats-submit @FreeBSD.org" <FreeBSD-gnats-submit at freebsd.org>
Cc:  
Subject: Re: kern/65944: no console at boot time
Date: Tue, 11 May 2004 23:08:36 +0200

 I thought I submitted a followup, but it seems not !
 
 so, the problem was solved by deleting 0x20 from hint.sio.0.flags
 don't remember why I did that, but it was a mistake.
 
 so,
 
 # 0x00010 device is potential system console
 # 0x00020 device is forced to become system console
 # 0x20000 device is assumed to use a 16650A-type chip
 hint.sio.0.flags="0x20030"
 
 should be :
 
 # 0x00010 device is potential system console
 # 0x20000 device is assumed to use a 16650A-type chip
 hint.sio.0.flags="0x20010"
 
 conclusion, this PR may be close, thanks.
 
 Cyrille Lefevre.
 -- 
 home: mailto:cyrille.lefevre at laposte.net


More information about the freebsd-bugs mailing list