Date: Mon, 19 Feb 2001 13:51:39 +0100 From: Morten Vinding Nielsen <morten.vinding.Nielsen@mobilix.dk> To: "'Jesper Skriver'" <jesper@skriver.dk>, The Hermit Hacker <scrappy@hub.org>, freebsd-stable@FreeBSD.ORG Subject: RE: Setting up a serial console ... anythign change recently? Message-ID: <2D3005375CAED31199D00008C784963F01C555EC@ms02.mobilix.dk>
next in thread | raw e-mail | index | archive | help
From LINT:
# `flags' for serial drivers that support consoles (only for sio now):
# 0x10 enable console support for this unit. The other console
flags <--------
# are ignored unless this is set. Enabling console support
does
# not make the unit the preferred console - boot with -h or
set
# the 0x20 flag for that. Currently, at most one unit can
have
# console support; the first one (in config file order) with
# this flag set is preferred. Setting this flag for sio0
gives
# the old behaviour.
# 0x20 force this unit to be the console (unless there is another
# higher priority console). This replaces the COMCONSOLE
option.
So I guess the flag must be 0x30 :)
/Morten
-----Original Message-----
From: Jesper Skriver [mailto:jesper@skriver.dk]
Sent: 15. februar 2001 10:29
To: The Hermit Hacker
Cc: freebsd-stable@FreeBSD.ORG
Subject: Re: Setting up a serial console ... anythign change recently?
echo "-Dh" > /boot.config
or
from 'man sio'
Meaning of flags:
[cut]
0x00010 device is potential system console
0x00020 device is forced to become system console
So either the /boot.config stuff, or change the sio flag from 0x10 to
0x20
/Jesper
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2D3005375CAED31199D00008C784963F01C555EC>
