Date: Tue, 11 May 2004 14:10:26 -0700 (PDT) From: "Cyrille Lefevre" <cyrille.lefevre@laposte.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/65944: no console at boot time Message-ID: <200405112110.i4BLAQmU015369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/65944; it has been noted by GNATS. From: "Cyrille Lefevre" <cyrille.lefevre@laposte.net> To: "gnats-submit @FreeBSD.org" <FreeBSD-gnats-submit@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@laposte.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405112110.i4BLAQmU015369>
