Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/conf pullup 1.8->1.9 (mrg): add the xbox...



details:   https://anonhg.NetBSD.org/src/rev/08d17de6375f
branches:  netbsd-1-4
changeset: 469130:08d17de6375f
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jul 01 19:16:35 1999 +0000

description:
pullup 1.8->1.9 (mrg): add the xbox, be and ppp drivers

diffstat:

 sys/arch/sparc/conf/INSTALL |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r d82dba2eae21 -r 08d17de6375f sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Thu Jul 01 15:37:09 1999 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Thu Jul 01 19:16:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.4 1999/01/10 13:40:30 mrg Exp $
+#      $NetBSD: INSTALL,v 1.4.2.1 1999/07/01 19:16:35 perry Exp $
 #
 # from: NetBSD: GENERIC,v 1.67 1998/05/20 11:50:54 pk Exp
 #
@@ -21,6 +21,7 @@
 
 ## System kernel configuration.  See options(4) for more detail.
 
+
 # Options for variants of the Sun SPARC architecure.
 # We currently support three architecture types; at least one is required.
 #options       SUN4            # sun4/100, sun4/200, sun4/300
@@ -194,8 +195,8 @@
 vme0   at iommu0                               # sun4m
 
 ## SBus expander box
-#xbox* at sbus? slot ? offset ?
-#sbus* at xbox?
+xbox*  at sbus? slot ? offset ?
+sbus*  at xbox?
 
 #### Standard system devices -- all required for a given architecture
 
@@ -406,7 +407,7 @@
 pseudo-device  sl              2
 
 ## PPP, the successor to SLIP.  See pppd(8).
-#pseudo-device ppp             2
+pseudo-device  ppp             2
 
 ## Starmode Radio IP, a special hardware network device.
 #pseudo-device strip           1



Home | Main Index | Thread Index | Old Index