Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Add iha at pci, which just works on my CATS.



details:   https://anonhg.NetBSD.org/src/rev/bcd9ee7888af
branches:  trunk
changeset: 511288:bcd9ee7888af
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 16 13:58:18 2001 +0000

description:
Add iha at pci, which just works on my CATS.

diffstat:

 sys/arch/cats/conf/GENERIC |  4 +++-
 sys/arch/cats/conf/INSTALL |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 68840c8d4117 -r bcd9ee7888af sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Sat Jun 16 12:53:05 2001 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sat Jun 16 13:58:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.4 2001/06/16 05:47:37 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.5 2001/06/16 13:58:18 tsutsui Exp $
 #
 #      CATS -- CHALTECH CATS Development kernel
 #
@@ -190,6 +190,8 @@
 scsibus* at ahc?
 #bha*  at pci? dev ? function ?        # BusLogic 9xx SCSI
 #scsibus* at bha?
+iha*   at pci? dev ? function ?        # Initio INIC-940/950 SCSI
+scsibus* at iha?
 isp*   at pci? dev ? function ?        # Qlogic ISP 10x0 SCSI controllers
 scsibus* at isp?
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
diff -r 68840c8d4117 -r bcd9ee7888af sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sat Jun 16 12:53:05 2001 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sat Jun 16 13:58:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.3 2001/06/16 05:47:37 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.4 2001/06/16 13:58:18 tsutsui Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -191,6 +191,8 @@
 scsibus* at ahc?
 #bha*  at pci? dev ? function ?        # BusLogic 9xx SCSI
 #scsibus* at bha?
+iha*   at pci? dev ? function ?        # Initio INIC-940/950 SCSI
+scsibus* at iha?
 isp*   at pci? dev ? function ?        # Qlogic ISP 10x0 SCSI controllers
 scsibus* at isp?
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI



Home | Main Index | Thread Index | Old Index