Module Name:    src
Committed By:   mhitch
Date:           Mon Sep 14 02:28:22 UTC 2009

Modified Files:
        src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 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.328 src/sys/arch/alpha/conf/GENERIC:1.329
--- src/sys/arch/alpha/conf/GENERIC:1.328	Sat Jan 24 05:06:05 2009
+++ src/sys/arch/alpha/conf/GENERIC	Mon Sep 14 02:28:22 2009
@@ -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

Reply via email to