Module Name:    src
Committed By:   skrll
Date:           Thu Jun 24 16:06:03 UTC 2010

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

Log Message:
Add uturn(4) and attachments.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/hp700/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/hp700/conf/GENERIC
diff -u src/sys/arch/hp700/conf/GENERIC:1.100 src/sys/arch/hp700/conf/GENERIC:1.101
--- src/sys/arch/hp700/conf/GENERIC:1.100	Tue Jun  1 10:20:28 2010
+++ src/sys/arch/hp700/conf/GENERIC	Thu Jun 24 16:06:03 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.100 2010/06/01 10:20:28 skrll Exp $
+# $NetBSD: GENERIC,v 1.101 2010/06/24 16:06:03 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -23,7 +23,7 @@
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
-#ident 		"GENERIC-$Revision: 1.100 $"
+#ident 		"GENERIC-$Revision: 1.101 $"
 
 maxusers	32		# estimated number of users
 
@@ -254,10 +254,10 @@
 #weisa*	at gsc?			# C*, B*
 
 # Uturn/U2 IOA
-#uturn0	at mainbus0		# U2/UTurn Runway IOA
-#uturn1	at mainbus0
-#lasi*	at uturn?		# LASI on [CJ]*
-#dino*	at uturn?		# PCI bus bridge
+uturn0	at mainbus0		# U2/UTurn Runway IOA
+uturn1	at mainbus0
+lasi*	at uturn?		# LASI on [CJ]*
+dino*	at uturn?		# PCI bus bridge
 #sti*	at uturn?		#
 #wax*	at uturn?		# Wax on C*
 
@@ -342,7 +342,7 @@
 siop*	at gsc? irq 3			# NCR 53c720 (Fast/Wide)
 siop*	at mainbus0 irq 3		# NCR 53c720 (Fast/Wide)
 siop*	at phantomas? irq 3		# NCR 53c720 (Fast/Wide)
-#siop*	at uturn? irq 3			# NCR 53c720 (Fast/Wide)
+siop*	at uturn? irq 3			# NCR 53c720 (Fast/Wide)
 
 # PCI SCSI controllers
 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI

Reply via email to