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 remove `flags' from sun4 zs declarations...



details:   https://anonhg.NetBSD.org/src/rev/32be46c638ae
branches:  trunk
changeset: 482117:32be46c638ae
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Feb 14 18:08:38 2000 +0000

description:
remove `flags' from sun4 zs declarations; the driver doesn't use it.

diffstat:

 sys/arch/sparc/conf/GENERIC |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r 29d7e1b7dcf6 -r 32be46c638ae sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Mon Feb 14 18:07:37 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Mon Feb 14 18:08:38 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.99 2000/02/12 12:59:36 pk Exp $
+#      $NetBSD: GENERIC,v 1.100 2000/02/14 18:08:38 pk Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.99 $"
+#ident                 "GENERIC-$Revision: 1.100 $"
 
 maxusers       32
 
@@ -262,21 +262,21 @@
 ## zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
 zs0    at mainbus0                                     # sun4c
 zs0    at obio0                                        # sun4m
-zs0    at obio0 addr 0xf1000000 level 12 flags 0x103   # sun4/200 and sun4/300
-zs0    at obio0 addr 0x01000000 level 12 flags 0x103   # sun4/100
-zstty0 at zs0 channel 0        # ttya
-zstty1 at zs0 channel 1        # ttyb
+zs0    at obio0 addr 0xf1000000 level 12               # sun4/200 and sun4/300
+zs0    at obio0 addr 0x01000000 level 12               # sun4/100
+zstty0 at zs0 channel 0                                # ttya
+zstty1 at zs0 channel 1                                # ttyb
 
 zs1    at mainbus0                                     # sun4c
 zs1    at obio0                                        # sun4m
-zs1    at obio0 addr 0xf0000000 level 12 flags 0x103   # sun4/200 and sun4/300
-zs1    at obio0 addr 0x00000000 level 12 flags 0x103   # sun4/100
-kbd0   at zs1 channel 0        # keyboard
-ms0    at zs1 channel 1        # mouse
+zs1    at obio0 addr 0xf0000000 level 12               # sun4/200 and sun4/300
+zs1    at obio0 addr 0x00000000 level 12               # sun4/100
+kbd0   at zs1 channel 0                                # keyboard
+ms0    at zs1 channel 1                                # mouse
 
-zs2    at obio0 addr 0xe0000000 level 12 flags 0x103   # sun4/300
-zstty2 at zs2 channel 0        # ttyc
-zstty3 at zs2 channel 1        # ttyd
+zs2    at obio0 addr 0xe0000000 level 12               # sun4/300
+zstty2 at zs2 channel 0                                # ttyc
+zstty3 at zs2 channel 1                                # ttyd
 
 # Parallel port.
 bpp*   at sbus? slot? offset ?



Home | Main Index | Thread Index | Old Index