Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 14:30:37 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h
Message-ID:  <200206182130.g5ILUbI13355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2002/06/18 14:30:37 PDT

  Modified files:
    sys/pc98/pc98        sio.c 
    sys/conf             options options.i386 options.ia64 
                         options.pc98 
    sys/dev/sio          sio.c sioreg.h 
  Log:
  Make the speed used by gdb over serial settable in the kernel configuration.
  
  This facilitates the use in circumstances where you are using a serial
  console as well. GDB doesn't support anything higher than 9600 baud (19k2
  if you are lucky), but the console does.
  
  Revision  Changes    Path
  1.326     +2 -0      src/sys/conf/options
  1.171     +0 -1      src/sys/conf/options.i386
  1.11      +0 -2      src/sys/conf/options.ia64
  1.146     +0 -1      src/sys/conf/options.pc98
  1.375     +49 -21    src/sys/dev/sio/sio.c
  1.20      +5 -0      src/sys/dev/sio/sioreg.h
  1.173     +26 -15    src/sys/pc98/pc98/sio.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?200206182130.g5ILUbI13355>