Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add iha and trm at pci, and mark untes...



details:   https://anonhg.NetBSD.org/src/rev/aa456f9b5ab5
branches:  trunk
changeset: 516972:aa456f9b5ab5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 03 17:22:39 2001 +0000

description:
Add iha and trm at pci, and mark untested SCSI controllers "UT".

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 4f5c9861cdd8 -r aa456f9b5ab5 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sat Nov 03 17:16:17 2001 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sat Nov 03 17:22:39 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC32,v 1.22 2001/10/24 18:49:39 thorpej Exp $
+#      $NetBSD: GENERIC32,v 1.23 2001/11/03 17:22:39 tsutsui Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
-#ident                 "GENERIC-$Revision: 1.22 $"
+#ident                 "GENERIC-$Revision: 1.23 $"
 
 maxusers       64
 
@@ -277,13 +277,16 @@
 siop*  at pci?                                 # 53C875 "glm" compatible
 scsibus* at siop?
 
-# PCI SCSI controllers (untested)
-adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
-adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
-ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
-bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
-dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
-pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
+# PCI SCSI controllers
+#      UT marks untested.
+adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI UT
+adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI UT
+ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI UT
+bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI UT
+dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID UT
+iha*   at pci? dev ? function ?        # Initio INIC-940/950 SCSI
+pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI UT
+trm*   at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
 
 scsibus* at scsi?
 



Home | Main Index | Thread Index | Old Index