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 Uncomment dpclock, remove IP20 option....
details: https://anonhg.NetBSD.org/src/rev/6feccda92d7a
branches: trunk
changeset: 556370:6feccda92d7a
user: sekiya <sekiya%NetBSD.org@localhost>
date: Sun Dec 14 07:31:02 2003 +0000
description:
Uncomment dpclock, remove IP20 option. IP20 now boots as far as the
boot device selection prompt using the GENERIC kernel.
diffstat:
sys/arch/sgimips/conf/GENERIC32_IP2x | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 676b74899668 -r 6feccda92d7a sys/arch/sgimips/conf/GENERIC32_IP2x
--- a/sys/arch/sgimips/conf/GENERIC32_IP2x Sun Dec 14 07:28:17 2003 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP2x Sun Dec 14 07:31:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP2x,v 1.2 2003/11/22 15:08:44 sekiya Exp $
+# $NetBSD: GENERIC32_IP2x,v 1.3 2003/12/14 07:31:02 sekiya Exp $
#
# Indy
@@ -8,13 +8,12 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.2 $"
+#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
# CPU related options
-#options IP20 # Indigo R4k
-options IP22 # Indy / Indigo2
+options IP22 # Indigo / Indigo2 / Indy
options MIPS3 # MIPS3 support
@@ -155,8 +154,8 @@
# HPC devices
sq* at hpc0 offset ?
wdsc* at hpc0 offset ?
-dsclock* at hpc0 offset ?
-#dpclock* at hpc0 offset ?
+dpclock* at hpc0 offset ? # IP20
+dsclock* at hpc0 offset ? # IP22/24
haltwo* at hpc0 offset ?
#
Home |
Main Index |
Thread Index |
Old Index