Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf Add ioc driver to IP2x config file, pu...



details:   https://anonhg.NetBSD.org/src/rev/e49d423ce424
branches:  trunk
changeset: 556417:e49d423ce424
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Mon Dec 15 10:26:38 2003 +0000

description:
Add ioc driver to IP2x config file, pull in ioc/files.ioc as well.  Note that
IP2x now has blinkenlitzen.

diffstat:

 sys/arch/sgimips/conf/GENERIC32_IP2x |  9 +++++++--
 sys/arch/sgimips/conf/files.sgimips  |  4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (55 lines):

diff -r 26de7dfd42b4 -r e49d423ce424 sys/arch/sgimips/conf/GENERIC32_IP2x
--- a/sys/arch/sgimips/conf/GENERIC32_IP2x      Mon Dec 15 10:24:47 2003 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP2x      Mon Dec 15 10:26:38 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP2x,v 1.4 2003/12/15 05:29:20 lonewolf Exp $
+#      $NetBSD: GENERIC32_IP2x,v 1.5 2003/12/15 10:26:38 sekiya Exp $
 #
 # Indy
 
@@ -8,7 +8,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.4 $"
+#ident         "GENERIC-$Revision: 1.5 $"
 
 maxusers       32
 
@@ -17,6 +17,8 @@
 
 options        MIPS3           # MIPS3 support
 
+#options       BLINK           # blinkenlitzen
+
 # Standard system options
 #options       INSECURE        # disable kernel security levels
 
@@ -184,6 +186,9 @@
 wskbd*                 at pckbd? console ?
 wsmouse*       at pms? mux 0
 
+# I/O Controller -- IP22/24
+ioc0           at mainbus0 addr 0x1fbd9800
+
 #
 # As always, the zs chip is wired funny, so channel 1 is actually the
 # first serial port and channel 0 is the second.
diff -r 26de7dfd42b4 -r e49d423ce424 sys/arch/sgimips/conf/files.sgimips
--- a/sys/arch/sgimips/conf/files.sgimips       Mon Dec 15 10:24:47 2003 +0000
+++ b/sys/arch/sgimips/conf/files.sgimips       Mon Dec 15 10:26:38 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sgimips,v 1.28 2003/12/14 05:23:12 sekiya Exp $
+#      $NetBSD: files.sgimips,v 1.29 2003/12/15 10:26:38 sekiya Exp $
 
 maxpartitions 16
 
@@ -14,6 +14,8 @@
 attach cpu at mainbus
 file arch/sgimips/sgimips/cpu.c                cpu
 
+include "arch/sgimips/ioc/files.ioc"
+
 define giobus {}
 
 device imc: giobus, eisabus



Home | Main Index | Thread Index | Old Index