From owner-freebsd-current Sat Jul 19 01:26:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA14041 for current-outgoing; Sat, 19 Jul 1997 01:26:20 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA14036 for ; Sat, 19 Jul 1997 01:26:11 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA32574; Sat, 19 Jul 1997 18:21:14 +1000 Date: Sat, 19 Jul 1997 18:21:14 +1000 From: Bruce Evans Message-Id: <199707190821.SAA32574@godzilla.zeta.org.au> To: current@FreeBSD.ORG, msmith@atrad.adelaide.edu.au Subject: Re: Serial console in -current Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Ok, so getting over my prior irritation about this, it occurs to me >that the flag concept is indicated because someone wants to use >something other than sio for serial console output. > >Is this actually the case? No one does that yet AFAIK (it's hard, since other drivers don't support serial consoles and the boot blocks don't support other hardware), but I don't want to add code that would make it harder. Also, the flags concept is simpler if there are no special cases. Bruce