Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/conf Add trm at pci.



details:   https://anonhg.NetBSD.org/src/rev/c1108e1f080a
branches:  trunk
changeset: 517019:c1108e1f080a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Nov 05 01:23:17 2001 +0000

description:
Add trm at pci.

diffstat:

 sys/arch/arc/conf/GENERIC |  7 +++++--
 sys/arch/arc/conf/PCCONS  |  5 ++++-
 sys/arch/arc/conf/RAMDISK |  5 ++++-
 3 files changed, 13 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r 3ddadd1f6555 -r c1108e1f080a sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Nov 04 23:14:35 2001 +0000
+++ b/sys/arch/arc/conf/GENERIC Mon Nov 05 01:23:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.52 2001/09/03 14:39:08 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.53 2001/11/05 01:23:17 tsutsui Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.52 $"
+#ident         "GENERIC-$Revision: 1.53 $"
 
 maxusers       32              # estimated number of users
 
@@ -276,6 +276,9 @@
 siop*          at pci? dev ? function ?        # NCR/Symbios 53c8xx SCSI
 scsibus*       at siop?
 
+trm*           at pci? dev ? function ?        # Tekram DC-395/315 SCSI
+scsibus*       at trm?
+
 #de*           at pci? dev ? function ?
 epic*          at pci? dev ? function ?        # SMC EPIC/100 Ethernet
 ex*            at pci? dev ? function ?        # 3Com 90x[BC]
diff -r 3ddadd1f6555 -r c1108e1f080a sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Sun Nov 04 23:14:35 2001 +0000
+++ b/sys/arch/arc/conf/PCCONS  Mon Nov 05 01:23:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.11 2001/09/03 14:39:08 tsutsui Exp $
+#      $NetBSD: PCCONS,v 1.12 2001/11/05 01:23:18 tsutsui Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      PCCONS -- generic but pccons rather than wscons
@@ -268,6 +268,9 @@
 siop*          at pci? dev ? function ?        # NCR/Symbios 53c8xx SCSI
 scsibus*       at siop?
 
+trm*           at pci? dev ? function ?        # Tekram DC-395/315 SCSI
+scsibus*       at trm?
+
 #de*           at pci? dev ? function ?
 epic*          at pci? dev ? function ?        # SMC EPIC/100 Ethernet
 ex*            at pci? dev ? function ?        # 3Com 90x[BC]
diff -r 3ddadd1f6555 -r c1108e1f080a sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Sun Nov 04 23:14:35 2001 +0000
+++ b/sys/arch/arc/conf/RAMDISK Mon Nov 05 01:23:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.18 2001/09/03 14:39:08 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.19 2001/11/05 01:23:18 tsutsui Exp $
 #      $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
 #
 #      memory disk based configuration file for MIPS R4x00 ARC Systems
@@ -272,6 +272,9 @@
 siop*          at pci? dev ? function ?        # NCR/Symbios 53c8xx SCSI
 scsibus*       at siop?
 
+trm*           at pci? dev ? function ?        # Tekram DC-395/315 SCSI
+scsibus*       at trm?
+
 #de*           at pci? dev ? function ?
 epic*          at pci? dev ? function ?        # SMC EPIC/100 Ethernet
 ex*            at pci? dev ? function ?        # 3Com 90x[BC]



Home | Main Index | Thread Index | Old Index