Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Add an entry of "com0 at dio0 scode 9" s...



details:   https://anonhg.NetBSD.org/src/rev/3b568367ac40
branches:  trunk
changeset: 555585:3b568367ac40
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 22 17:24:29 2003 +0000

description:
Add an entry of "com0 at dio0 scode 9" so that /dev/ttyC0 and
compat symlink (/dev/tty0) are always reserved for DCA serial.

diffstat:

 sys/arch/hp300/conf/GENERIC |  7 ++++---
 sys/arch/hp300/conf/INSTALL |  5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r e6865d758c87 -r 3b568367ac40 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Sat Nov 22 17:20:08 2003 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Sat Nov 22 17:24:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.96 2003/11/08 11:18:33 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.97 2003/11/22 17:24:29 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.96 $"
+#ident                 "GENERIC-$Revision: 1.97 $"
 
 maxusers       32              # estimated number of users
 
@@ -199,7 +199,8 @@
 
 ite*           at grf?                 # Internal Terminal Emulator
 
-com*           at dio? scode ?         # DCA serial interfaces
+com0           at dio0 scode 9         # DCA serial interfaces
+com*           at dio? scode ?
 
 dcm*           at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces
 
diff -r e6865d758c87 -r 3b568367ac40 sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Sat Nov 22 17:20:08 2003 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Sat Nov 22 17:24:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.13 2003/11/08 11:18:33 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.14 2003/11/22 17:24:29 tsutsui Exp $
 #
 # INSTALL machine description file
 #
@@ -167,7 +167,8 @@
 # Internal Terminal Emulator
 ite*           at grf?
 
-com*           at dio? scode ?         # DCA serial interfaces
+com*           at dio0 scode 9         # DCA serial interfaces
+com*           at dio? scode ?
 
 dcm*           at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces
 



Home | Main Index | Thread Index | Old Index