From owner-freebsd-current Sun Apr 6 01:58:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA12421 for current-outgoing; Sun, 6 Apr 1997 01:58:33 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA12412 for ; Sun, 6 Apr 1997 01:58:30 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA07138; Sun, 6 Apr 1997 19:53:48 +1000 Date: Sun, 6 Apr 1997 19:53:48 +1000 From: Bruce Evans Message-Id: <199704060953.TAA07138@godzilla.zeta.org.au> To: current@freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sys/i386/isa sio.c Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> You must use `flags 0x10' for sio0 to recover the current default behaviour, >> or `flags 0x30' for sio0 instead of `options COMCONSOLE'. The flags work >> on any (one) sio unit. > >Somehow your commit to src/share/man/man4/man4.i386/sio.4 must have >not made it through, can you redo it? Fortunately, the options weren't documented there, so there is nothing to change :-). I also want to do the configuration right before docmenting it properly. Joerg apparently had the same idea when he didn't put option BREAK_TO_DEBUGGER in sio.4 :-). Bruce