Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf The console stuff might also be needed b...



details:   https://anonhg.NetBSD.org/src/rev/1ba6a986be12
branches:  trunk
changeset: 485956:1ba6a986be12
user:      leo <leo%NetBSD.org@localhost>
date:      Tue May 09 14:30:47 2000 +0000

description:
The console stuff might also be needed by 'ser'. Also update the names of
the serial ports in the comments.

diffstat:

 sys/arch/atari/conf/files.atari |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 6409ef6fcb39 -r 1ba6a986be12 sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari   Tue May 09 13:40:13 2000 +0000
+++ b/sys/arch/atari/conf/files.atari   Tue May 09 14:30:47 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.atari,v 1.68 2000/03/14 15:56:53 oster Exp $
+#      $NetBSD: files.atari,v 1.69 2000/05/09 14:30:47 leo Exp $
 
 maxpartitions 16
 
@@ -24,12 +24,12 @@
 attach kbd at mainbus
 file   arch/atari/dev/kbd.c            kbd needs-flag
 
-# serial port via 68901 (modem1/serial1)
+# serial port via 68901 (ttyB0/ttyB1)
 device ser: tty
 attach ser at mainbus
 file   arch/atari/dev/ser.c            ser needs-flag
 
-# serial port via 85C30 (modem2/serial2)
+# serial port via 85C30 (ttyA0/ttyA1)
 device zs: tty
 attach zs at mainbus
 file   arch/atari/dev/zs.c             zs needs-count
@@ -169,8 +169,8 @@
 file   arch/atari/dev/atari5380.c      ncrscsi
 
 # list of standard files...
-file   dev/cons.c                              ite
-file   dev/cninit.c                            ite
+file   dev/cons.c                              ite | ser
+file   dev/cninit.c                            ite | ser
 file   arch/atari/atari/atari_init.c
 file   arch/atari/atari/autoconf.c
 file   arch/atari/atari/be_bus.c               vme



Home | Main Index | Thread Index | Old Index