From owner-freebsd-stable Mon Feb 19 4:51:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from orbix.mobilix.dk (orbix.mobilix.dk [212.97.216.244]) by hub.freebsd.org (Postfix) with ESMTP id CA8EC37B65D for ; Mon, 19 Feb 2001 04:51:45 -0800 (PST) Received: from ms04.mobilix.dk (ms04.mobilix.dk [172.16.1.24]) by orbix.mobilix.dk (8.11.0/8.11.0) with SMTP id f1JCpfP10734 for ; Mon, 19 Feb 2001 13:51:43 +0100 Received: FROM ms07.mobilix.dk BY ms04.mobilix.dk ; Mon Feb 19 13:51:43 2001 +0100 Received: by ms07.mobilix.dk with Internet Mail Service (5.5.2650.21) id <1WCXW6YD>; Mon, 19 Feb 2001 13:51:42 +0100 Message-ID: <2D3005375CAED31199D00008C784963F01C555EC@ms02.mobilix.dk> From: Morten Vinding Nielsen To: "'Jesper Skriver'" , The Hermit Hacker , freebsd-stable@FreeBSD.ORG Subject: RE: Setting up a serial console ... anythign change recently? Date: Mon, 19 Feb 2001 13:51:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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