From owner-cvs-all Thu May 6 23:51: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 131AF15DD7; Thu, 6 May 1999 23:50:43 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19077; Thu, 6 May 1999 23:50:42 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905070650.XAA19077@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 6 May 1999 23:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c src/sys/i386/i386 i386-gdbstub.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/05/06 23:50:42 PDT Modified files: sys/isa sio.c sys/i386/i386 i386-gdbstub.c Log: Generalize to allow any serial port to be used as the GDB port. Mark the GDB port in the config file with flags 0x80. Currently only the sio driver checks these flags and sets up a GDB port, but adding similar code to other serial drivers would be easy. For backward compatibility, if an sio port is marked as the console and no port is marked as the gdb port, the GDB port will be mapped to the console port. This hack should go away at some point. Revision Changes Path 1.230 +65 -21 src/sys/isa/sio.c 1.10 +12 -7 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message