Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf add iha(4); it works in my pc164 after t...
details: https://anonhg.NetBSD.org/src/rev/7c904d1ac944
branches: trunk
changeset: 510821:7c904d1ac944
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jun 07 03:51:53 2001 +0000
description:
add iha(4); it works in my pc164 after thorpej fixed a minor issue
diffstat:
sys/arch/alpha/conf/ALPHA | 6 ++++--
sys/arch/alpha/conf/GENERIC | 6 ++++--
sys/arch/alpha/conf/INSTALL | 4 +++-
3 files changed, 11 insertions(+), 5 deletions(-)
diffs (91 lines):
diff -r cfebf596b18f -r 7c904d1ac944 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Jun 07 03:44:00 2001 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Jun 07 03:51:53 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: ALPHA,v 1.147 2001/05/06 20:32:20 ad Exp $
+# $NetBSD: ALPHA,v 1.148 2001/06/07 03:51:53 lukem Exp $
#
# Alpha kernel with all the options you'd want, and more.
include "arch/alpha/conf/std.alpha"
-ident "ALPHA-$Revision: 1.147 $"
+ident "ALPHA-$Revision: 1.148 $"
maxusers 32
@@ -248,6 +248,7 @@
ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
+iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
@@ -392,6 +393,7 @@
scsibus* at asc?
scsibus* at bha?
scsibus* at dpt?
+scsibus* at iha?
scsibus* at isp?
#scsibus* at ncr?
scsibus* at siop?
diff -r cfebf596b18f -r 7c904d1ac944 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Thu Jun 07 03:44:00 2001 +0000
+++ b/sys/arch/alpha/conf/GENERIC Thu Jun 07 03:51:53 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.185 2001/05/08 05:47:35 ross Exp $
+# $NetBSD: GENERIC,v 1.186 2001/06/07 03:51:53 lukem Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.185 $"
+#ident "GENERIC-$Revision: 1.186 $"
maxusers 32
@@ -222,6 +222,7 @@
ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
+iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
@@ -362,6 +363,7 @@
scsibus* at asc?
scsibus* at bha?
scsibus* at dpt?
+scsibus* at iha?
scsibus* at isp?
#scsibus* at ncr?
scsibus* at siop?
diff -r cfebf596b18f -r 7c904d1ac944 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Thu Jun 07 03:44:00 2001 +0000
+++ b/sys/arch/alpha/conf/INSTALL Thu Jun 07 03:51:53 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.52 2001/05/06 20:32:20 ad Exp $
+# $NetBSD: INSTALL,v 1.53 2001/06/07 03:51:54 lukem Exp $
#
# Alpha INSTALL kernel.
@@ -173,6 +173,7 @@
ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
+iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
@@ -254,6 +255,7 @@
scsibus* at asc?
scsibus* at bha?
scsibus* at dpt?
+scsibus* at iha?
scsibus* at isp?
#scsibus* at ncr?
scsibus* at siop?
Home |
Main Index |
Thread Index |
Old Index