Module Name:    src
Committed By:   snj
Date:           Wed Sep 16 04:55:41 UTC 2009

Modified Files:
        src/sys/arch/alpha/conf [netbsd-5]: GENERIC

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #957):
        sys/arch/alpha/conf/GENERIC: revision 1.329
Add the I2O iop controller, as used in the ES40 and ES45.


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.325.4.1 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.325 src/sys/arch/alpha/conf/GENERIC:1.325.4.1
--- src/sys/arch/alpha/conf/GENERIC:1.325	Sun Aug 10 15:31:20 2008
+++ src/sys/arch/alpha/conf/GENERIC	Wed Sep 16 04:55:41 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.325 2008/08/10 15:31:20 tls Exp $
+# $NetBSD: GENERIC,v 1.325.4.1 2009/09/16 04:55:41 snj 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.325 $"
+ident		"GENERIC-$Revision: 1.325.4.1 $"
 
 maxusers 32
 
@@ -387,6 +387,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

Reply via email to