Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh5/conf Simplify the scsibus attatchment as poi...



details:   https://anonhg.NetBSD.org/src/rev/065c662c56ce
branches:  trunk
changeset: 537879:065c662c56ce
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Oct 07 08:20:07 2002 +0000

description:
Simplify the scsibus attatchment as pointed out by Simon Burge.

diffstat:

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

diffs (25 lines):

diff -r bf90ea900015 -r 065c662c56ce sys/arch/evbsh5/conf/CAYMAN
--- a/sys/arch/evbsh5/conf/CAYMAN       Mon Oct 07 07:58:26 2002 +0000
+++ b/sys/arch/evbsh5/conf/CAYMAN       Mon Oct 07 08:20:07 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CAYMAN,v 1.8 2002/10/05 11:43:23 scw Exp $
+#      $NetBSD: CAYMAN,v 1.9 2002/10/07 08:20:07 scw Exp $
 
 #
 # Config file for SuperH "CAYMAN" SH-5 Evaluation board
@@ -10,7 +10,7 @@
 
 options        INCLUDE_CONFIG_FILE
 
-#ident         "CAYMAN-$Revision: 1.8 $"
+#ident         "CAYMAN-$Revision: 1.9 $"
 
 # Uncomment this to build a 64-bit kernel
 #makeoptions   SH5_ABI=64
@@ -160,5 +160,5 @@
 #
 # Generic SCSI bus
 #
-scsibus*       at ahc?
+scsibus*       at scsi?
 sd*            at scsibus? target ? lun ?



Home | Main Index | Thread Index | Old Index