Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pc532/conf Hmmm... The pc532 will only ever have o...
details: https://anonhg.NetBSD.org/src/rev/b4edc79cf3dc
branches: trunk
changeset: 480375:b4edc79cf3dc
user: jonb <jonb%NetBSD.org@localhost>
date: Mon Jan 10 04:47:08 2000 +0000
description:
Hmmm... The pc532 will only ever have one ncr device without major
hardware rework, so it doesn't need to be listed as ncr*. However,
this could also be thought of as covering up a (new?) bug in the
probe/attach code that has recently decided that there are at least
ncr0 and ncr1 with the same interrupt and address mappings. So
this change is just to let people build kernels that don't panic
at boot time...
There, is that a long winded commit message or what?
diffstat:
sys/arch/pc532/conf/std.pc532 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r af165d15cfd3 -r b4edc79cf3dc sys/arch/pc532/conf/std.pc532
--- a/sys/arch/pc532/conf/std.pc532 Mon Jan 10 04:05:50 2000 +0000
+++ b/sys/arch/pc532/conf/std.pc532 Mon Jan 10 04:47:08 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.pc532,v 1.11 1999/11/15 19:00:29 fvdl Exp $
+# $NetBSD: std.pc532,v 1.12 2000/01/10 04:47:08 jonb Exp $
#
# Standard configuration info for NetBSD/pc532.
@@ -11,7 +11,7 @@
mainbus0 at root
clock0 at mainbus0 # system timer
rtc0 at mainbus0 # realtime clock
-ncr* at mainbus0 # ncr SCSI driver
+ncr0 at mainbus0 # ncr SCSI driver
scsibus0 at ncr? # ncr SCSI bus
#aic* at mainbus0 # aic SCSI driver
#scsibus1 at aic? # aic SCSI bus
Home |
Main Index |
Thread Index |
Old Index