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 the I2O iop controller, as used in t...



details:   https://anonhg.NetBSD.org/src/rev/40f3f99c5f1f
branches:  trunk
changeset: 747411:40f3f99c5f1f
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Sep 14 02:28:22 2009 +0000

description:
Add the I2O iop controller, as used in the ES40 and ES45.

diffstat:

 sys/arch/alpha/conf/GENERIC |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r f0ac7638d254 -r 40f3f99c5f1f sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Mon Sep 14 02:23:05 2009 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Mon Sep 14 02:28:22 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.328 2009/01/24 05:06:05 mrg Exp $
+# $NetBSD: GENERIC,v 1.329 2009/09/14 02:28:22 mhitch Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.328 $"
+ident          "GENERIC-$Revision: 1.329 $"
 
 maxusers 32
 
@@ -386,6 +386,13 @@
 mpu*   at      eso?
 mpu*   at      yds?
 
+# I2O devices
+iop*   at pci? dev ? function ?        # I/O processor
+iopsp* at iop? tid ?                   # SCSI/FC-AL ports
+ld*    at iop? tid ?                   # block devices
+# XXX dpti.c wants a processor type that is not assigned for x86-64
+#dpti* at iop? tid 0                   # DPT/Adaptec control interface
+
 # MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x



Home | Main Index | Thread Index | Old Index