Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/newsmips/conf Pull up revision 1.59 (requested...



details:   https://anonhg.NetBSD.org/src/rev/393312e7a0d0
branches:  netbsd-1-6
changeset: 530392:393312e7a0d0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jun 19 20:12:53 2003 +0000

description:
Pull up revision 1.59 (requested by tsutsui in ticket #1287):
 Use wildcard for scsibus at sc0.

diffstat:

 sys/arch/newsmips/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f4cf5e2fe7aa -r 393312e7a0d0 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC    Thu Jun 19 20:05:20 2003 +0000
+++ b/sys/arch/newsmips/conf/GENERIC    Thu Jun 19 20:12:53 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.47.4.3 2003/06/19 20:05:20 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.47.4.4 2003/06/19 20:12:53 msaitoh Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.47.4.3 $"
+#ident                 "GENERIC-$Revision: 1.47.4.4 $"
 
 maxusers       16
 
@@ -150,7 +150,7 @@
 fb0    at hb0 addr 0x88000000          # frame buffer
 
 sc0    at hb0 addr 0xbfe00100 level 0  # on-board cxd1185 SCSI controller
-scsibus0 at sc0
+scsibus* at sc0
 
 dmac*  at ap?                          # dmac3
 spifi* at ap?                          # SPIFI SCSI



Home | Main Index | Thread Index | Old Index