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 sti at uturn.



details:   https://anonhg.NetBSD.org/src/rev/3aeb8747789a
branches:  trunk
changeset: 773505:3aeb8747789a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 04 16:29:14 2012 +0000

description:
Enable sti at uturn.

Move/tidy up the STI graphics section while I'm here.

OK riz@

diffstat:

 sys/arch/hp700/conf/GENERIC |  17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 7848e037827c -r 3aeb8747789a sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Sat Feb 04 14:56:58 2012 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Sat Feb 04 16:29:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.110 2011/12/30 08:33:49 skrll Exp $
+# $NetBSD: GENERIC,v 1.111 2012/02/04 16:29:14 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.110 $"
+#ident                 "GENERIC-$Revision: 1.111 $"
 
 maxusers       32              # estimated number of users
 
@@ -230,12 +230,6 @@
 power0 at mainbus0             # power/fail manager
 lcd0   at mainbus0             # LCD
 
-# 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
-#sti*  at uturn?
-sti*   at pci?                 # EG-PCI, FX*
-
 # Basic Bus Support
 lasi*  at mainbus0             # LASI host adapter ( LSI PN??? )
 asp*   at mainbus0             # this one comes w/ Viper and leds
@@ -262,7 +256,6 @@
 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
@@ -297,6 +290,12 @@
 
 # Console Devices
 
+# 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
+sti*   at uturn?
+sti*   at pci?                 # EG-PCI, FX*
+
 # Human Interface Loop
 hil*           at gsc? irq 1   # Human Interface Loop, kbd and mouse
 hilkbd*                at hil?         # keyboard, knob and buttons



Home | Main Index | Thread Index | Old Index