Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 1999 23:50:42 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa sio.c src/sys/i386/i386 i386-gdbstub.c
Message-ID:  <199905070650.XAA19077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905070650.XAA19077>