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 Add ex(4), ahc(4), scsibus(4), and sd(4).



details:   https://anonhg.NetBSD.org/src/rev/937307e08a5b
branches:  trunk
changeset: 537736:937307e08a5b
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Oct 05 11:43:23 2002 +0000

description:
Add ex(4), ahc(4), scsibus(4), and sd(4).

diffstat:

 sys/arch/evbsh5/conf/CAYMAN |  16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 0a06fd3ec759 -r 937307e08a5b sys/arch/evbsh5/conf/CAYMAN
--- a/sys/arch/evbsh5/conf/CAYMAN       Sat Oct 05 11:17:32 2002 +0000
+++ b/sys/arch/evbsh5/conf/CAYMAN       Sat Oct 05 11:43:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CAYMAN,v 1.7 2002/09/28 13:08:24 scw Exp $
+#      $NetBSD: CAYMAN,v 1.8 2002/10/05 11:43:23 scw Exp $
 
 #
 # Config file for SuperH "CAYMAN" SH-5 Evaluation board
@@ -10,7 +10,7 @@
 
 options        INCLUDE_CONFIG_FILE
 
-#ident         "CAYMAN-$Revision: 1.7 $"
+#ident         "CAYMAN-$Revision: 1.8 $"
 
 # Uncomment this to build a 64-bit kernel
 #makeoptions   SH5_ABI=64
@@ -113,6 +113,12 @@
 # Audio support
 audio*         at audiobus?
 
+# PCI Network Interfaces
+ex*            at pci? dev ? function ?        # 3Com 90x[BC]
+
+# PCI SCSI Interfaces
+ahc*           at pci? dev ? function ?        # Adaptec 7850 SCSI Controller
+
 #
 # The Super I/O chip is straight out of the x86 PeeCee world in that
 # it implements a bunch if "standard" PeeCee type devices (although
@@ -150,3 +156,9 @@
 # The DTF debug interface.
 #
 #dtfcons0      at mainbus0
+
+#
+# Generic SCSI bus
+#
+scsibus*       at ahc?
+sd*            at scsibus? target ? lun ?



Home | Main Index | Thread Index | Old Index