Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/conf Enable PA2.0 CPUs, elroy, astro, ssio an...



details:   https://anonhg.NetBSD.org/src/rev/9efb739c48fe
branches:  trunk
changeset: 754447:9efb739c48fe
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Apr 30 15:51:27 2010 +0000

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

diffstat:

 sys/arch/hp700/conf/GENERIC |  27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diffs (83 lines):

diff -r 5d92e84fd2f2 -r 9efb739c48fe sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Fri Apr 30 15:49:40 2010 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Fri Apr 30 15:51:27 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index