Module Name:    src
Committed By:   skrll
Date:           Fri Jun  5 07:35:29 UTC 2009

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

Log Message:
Re-arrange and comment out stuff that's not supported yet.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 src/sys/arch/hp700/conf/GENERIC:1.90
--- src/sys/arch/hp700/conf/GENERIC:1.89	Thu May 21 20:59:41 2009
+++ src/sys/arch/hp700/conf/GENERIC	Fri Jun  5 07:35:29 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.89 2009/05/21 20:59:41 skrll Exp $
+# $NetBSD: GENERIC,v 1.90 2009/06/05 07:35:29 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.89 $"
+#ident 		"GENERIC-$Revision: 1.90 $"
 
 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
@@ -220,28 +220,25 @@
 #fpu*	at mainbus0		# HP PA-RISC fpu (iv N/A)
 #pmu*	at mainbus0		# HP PA-RISC perfomance monitor unit (iv 29)
 
+# Miscellaneous
+pdc0	at mainbus0		# PDC/IODC wrapper for boot console
+power0	at mainbus0		# power/fail manager
+
 # STI graphics
 sti*	at mainbus0		# [H]CRX-{8,24,48}[Z] and Visualize graphics
 sti*	at phantomas?		# [H]CRX-{8,24,48}[Z] and Visualize graphics
 
 # Basic Bus Support
-lasi*	at mainbus0		# LASI host adapter (LSI PN??? )
+lasi*	at mainbus0		# LASI host adapter ( LSI PN??? )
 asp*	at mainbus0		# this one comes w/ Viper and leds
 wax*	at mainbus0		# Wax GSC to GSC Bus Adapter
-mongoose* at mainbus0 irq 17	# EISA Bus Adapter (i82350 or TI??? )
+mongoose* at mainbus0 irq 17	# EISA Bus Adapter ( i82350 or TI??? )
 #vmeb*	at mainbus0 irq ?	# VME bus adapter
-pdc0	at mainbus0		# PDC/IODC wrapper for boot console
-power0	at mainbus0		# power/fail manager
 phantomas*	at mainbus0	# Phantom PseudoBC GSC+ Port
+
 lasi*	at phantomas?		# LASI on [ABCJ?]*
 dino*	at phantomas?		# PCI bus bridge
 wax*	at phantomas?		# Wax GSC to GSC Bus Adapter
-uturn0	at mainbus0		# U2/UTurn Runway IOA
-uturn1	at mainbus0
-lasi*	at uturn?		# LASI on [CJ]*
-dino*	at uturn?		# PCI bus bridge
-wax*	at uturn?		# Wax on [CD]*
-astro*	at mainbus0		# Astro memory & I/O controller
 
 # GSC bus support
 gsc*	at lasi?		# 712
@@ -252,16 +249,32 @@
 #weisa*	at mainbus0		# 7xx
 #weisa*	at gsc?			# C*, B*
 
-#
-elroy*	at astro?
+# 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
+#sti*	at uturn?		#
+#wax*	at uturn?		# Wax on C*
+
+#gecko*	at uturn?		# GeckoBOA
+#lasi*	at gecko?		# LASI
+#dino*	at gecko?		# PCI bus bridge
+#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?
 
 # 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?
+
 # EISA bus support
 eisa*	at mongoose?
 #eisa*	at weisa?
@@ -293,6 +306,10 @@
 
 # Serial Devices
 
+# SSIO serial interfaces
+#com0	at ssio? irq 4
+#com1	at ssio? irq 3
+
 # GSC serial interfaces
 com*	at gsc?				# RS/232 serial port
 
@@ -304,6 +321,9 @@
 
 # Parallel Printer Interfaces
 
+# SSIO parallel printer interface
+#lpt0	at ssio?
+
 # GSC parallel printer interface
 lpt*	at gsc?
 

Reply via email to