Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/prep/conf Add iha(4), which works as well on my 7248.
details: https://anonhg.NetBSD.org/src/rev/59ff2969cb76
branches: trunk
changeset: 511621:59ff2969cb76
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 23 03:09:20 2001 +0000
description:
Add iha(4), which works as well on my 7248.
diffstat:
sys/arch/prep/conf/GENERIC | 6 ++++--
sys/arch/prep/conf/INSTALL | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r e9b5fa1a2389 -r 59ff2969cb76 sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC Sat Jun 23 02:46:25 2001 +0000
+++ b/sys/arch/prep/conf/GENERIC Sat Jun 23 03:09:20 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.21 2001/06/20 14:37:46 nonaka Exp $
+# $NetBSD: GENERIC,v 1.22 2001/06/23 03:09:20 tsutsui Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
-#ident "GENERIC-$Revision: 1.21 $"
+#ident "GENERIC-$Revision: 1.22 $"
maxusers 32
@@ -204,6 +204,7 @@
# SCSI Controllers and Devices
# PCI SCSI controllers
+iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
@@ -212,6 +213,7 @@
# SCSI bus support
scsibus* at aic?
+scsibus* at iha?
scsibus* at pcscp?
scsibus* at siop?
diff -r e9b5fa1a2389 -r 59ff2969cb76 sys/arch/prep/conf/INSTALL
--- a/sys/arch/prep/conf/INSTALL Sat Jun 23 02:46:25 2001 +0000
+++ b/sys/arch/prep/conf/INSTALL Sat Jun 23 03:09:20 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.3 2001/06/20 14:37:47 nonaka Exp $
+# $NetBSD: INSTALL,v 1.4 2001/06/23 03:09:20 tsutsui Exp $
#
# INSTALL -- Installation kernel
#
@@ -107,6 +107,7 @@
# SCSI Controllers and Devices
# PCI SCSI controllers
+iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
@@ -115,6 +116,7 @@
# SCSI bus support
scsibus* at aic?
+scsibus* at iha?
scsibus* at pcscp?
scsibus* at siop?
Home |
Main Index |
Thread Index |
Old Index