Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/conf Correct comments on KGDB_* entries.



details:   https://anonhg.NetBSD.org/src/rev/b121c7aa70d7
branches:  trunk
changeset: 482032:b121c7aa70d7
user:      pk <pk%NetBSD.org@localhost>
date:      Sat Feb 12 12:59:36 2000 +0000

description:
Correct comments on KGDB_* entries.

diffstat:

 sys/arch/sparc/conf/GENERIC |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r c25328645efe -r b121c7aa70d7 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sat Feb 12 12:51:03 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sat Feb 12 12:59:36 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.98 2000/02/07 21:24:48 pk Exp $
+#      $NetBSD: GENERIC,v 1.99 2000/02/12 12:59:36 pk Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.98 $"
+#ident                 "GENERIC-$Revision: 1.99 $"
 
 maxusers       32
 
@@ -72,8 +72,10 @@
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDBDEV and KGDBRATE should be specified; KGDBDEV is
-## a dev_t encoded device number of the serial port to use.
-## (0xc01 = ttya, 0xc02 = ttyb.)
+## a dev_t encoded device number of the serial port to use, where the minor
+## device number encodes the PROM enumeration of the serial ports, i.e.:
+## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd.  (Note: ttyc and
+## ttyd are available only on some sun4 models)
 #options       KGDB            # support for kernel gdb
 #options       KGDBDEV=0xc01   # kgdb device number (this sample is `ttyb')
 #options       KGDBRATE=38400  # baud rate



Home | Main Index | Thread Index | Old Index