From owner-freebsd-current Fri May 9 14:35:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA00141 for current-outgoing; Fri, 9 May 1997 14:35:56 -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 OAA00136 for ; Fri, 9 May 1997 14:35:54 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id HAA23406; Sat, 10 May 1997 07:31:06 +1000 Date: Sat, 10 May 1997 07:31:06 +1000 From: Bruce Evans Message-Id: <199705092131.HAA23406@godzilla.zeta.org.au> To: bde@zeta.org.au, gibbs@plutotech.com Subject: Re: Problems using remote gdb Cc: current@FreeBSD.ORG, j@uriah.heep.sax.de Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>the machine that now (apparently) requires some flags to sio0 (or >>>whatever has been chosen), so my question: which flags? According to >>>Justin, 0x40. >> >>Nope. 0x10. See LINT. > >But 0x10 is a no-op according to sio.c without using 0x40 too. Nope. 0x10 gives backwards compatible behaviour. 0x50 breaks ordinary serial consoles. I use only 0x10. Bruce