Module Name:    src
Committed By:   skrll
Date:           Fri Apr 30 15:51:27 UTC 2010

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

Log Message:
Enable PA2.0 CPUs, elroy, astro, ssio and attachments.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 src/sys/arch/hp700/conf/GENERIC:1.96
--- src/sys/arch/hp700/conf/GENERIC:1.95	Thu Apr 29 22:40:51 2010
+++ src/sys/arch/hp700/conf/GENERIC	Fri Apr 30 15:51:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.95 2010/04/29 22:40:51 chs Exp $
+# $NetBSD: GENERIC,v 1.96 2010/04/30 15:51:27 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.95 $"
+#ident 		"GENERIC-$Revision: 1.96 $"
 
 maxusers	32		# estimated number of users
 
@@ -33,10 +33,10 @@
 options 	HP7100LC_CPU		# PCX-L
 options 	HP7200_CPU,HP7250_CPU	# PCX-T'
 options 	HP7300LC_CPU		# PCX-L2
-#options 	HP8000_CPU		# PCX-U  (in 32bit mode)
-#options 	HP8200_CPU		# PCX-V/U+ (in 32bit mode)
-#options 	HP8500_CPU		# PCX-W  (in 32bit mode)
-#options 	HP8600_CPU		# PCX-W+ (in 32bit mode)
+options 	HP8000_CPU		# PCX-U  (in 32bit mode)
+options 	HP8200_CPU		# PCX-V/U+ (in 32bit mode)
+options 	HP8500_CPU		# PCX-W  (in 32bit mode)
+options 	HP8600_CPU		# PCX-W+ (in 32bit mode)
 
 # CPU-related options.
 options 	FPEMUL		# floating point emulation XXX DO NOT REMOVE
@@ -264,17 +264,17 @@
 #wax*	at gecko?		# Wax GSC to GSC Bus Adapter
 
 # Astro memory & I/O controller 
-#astro*	at mainbus0		# Astro memory & I/O controller
-#elroy*	at astro?
+astro*	at mainbus0		# Astro memory & I/O controller
+elroy*	at astro?
 
 # PCI bus support
-#pci*	at elroy?
+pci*	at elroy?
 pci*	at dino?
 com*	at dino?
 ppb*	at pci? dev ? function ?
 pci*	at ppb?
 
-#ssio*	at pci?
+ssio*	at pci?
 
 # EISA bus support
 eisa*	at mongoose?
@@ -308,8 +308,8 @@
 # Serial Devices
 
 # SSIO serial interfaces
-#com0	at ssio? irq 4
-#com1	at ssio? irq 3
+com0	at ssio? irq 4
+com1	at ssio? irq 3
 
 # GSC serial interfaces
 com*	at gsc?				# RS/232 serial port
@@ -323,7 +323,7 @@
 # Parallel Printer Interfaces
 
 # SSIO parallel printer interface
-#lpt0	at ssio?
+lpt0	at ssio?
 
 # GSC parallel printer interface
 lpt*	at gsc?
@@ -339,6 +339,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)
 
 # PCI SCSI controllers
 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI

Reply via email to