Remove MIPS3_L2CACHE_ABSENT.

This commit is contained in:
sekiya 2003-12-13 01:30:50 +00:00
parent 701a167dd3
commit f398c5e022
10 changed files with 15 additions and 29 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.18 2003/10/25 13:21:13 simonb Exp $
# $NetBSD: P4032,v 1.19 2003/12/13 01:30:50 sekiya Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.18 $"
#ident "P4032-$Revision: 1.19 $"
maxusers 32
@ -21,8 +21,6 @@ options ALGOR_P4032 # Algorithmics P-4032
#options MEMSIZE=48 # memory size, in MB
#options ETHADDR="\"00:40:bc:03:00:6c\""
options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine
# Standard system options
options KTRACE # System call tracing support
options NTP # kernel PLL for NTP

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.23 2003/10/25 13:21:13 simonb Exp $
# $NetBSD: P5064,v 1.24 2003/12/13 01:30:50 sekiya Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.23 $"
#ident "P5064-$Revision: 1.24 $"
maxusers 32
@ -16,8 +16,6 @@ maxusers 32
options ALGOR_P5064 # Algorithmics P-5064
#options ALGOR_P6032 # Algorithmics P-6032
options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine
# Standard system options
options KTRACE # System call tracing support
options NTP # kernel PLL for NTP

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.17 2003/10/25 13:21:13 simonb Exp $
# $NetBSD: P6032,v 1.18 2003/12/13 01:30:50 sekiya Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.17 $"
#ident "P6032-$Revision: 1.18 $"
maxusers 32
@ -16,8 +16,6 @@ maxusers 32
#options ALGOR_P5064 # Algorithmics P-5064
options ALGOR_P6032 # Algorithmics P-6032
options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine
# Standard system options
options KTRACE # System call tracing support
options NTP # kernel PLL for NTP

View File

@ -1,4 +1,4 @@
# $NetBSD: std.arc,v 1.16 2003/08/30 22:44:38 chs Exp $
# $NetBSD: std.arc,v 1.17 2003/12/13 01:31:24 sekiya Exp $
# standard arc info
machine arc mips
@ -17,6 +17,4 @@ options MIPS3 # R4000/R4400 support
options EXEC_ELF32 # native exec format
options EXEC_SCRIPT # may be unsafe
options MIPS3_L2CACHE_ABSENT # may not have L2 cache
makeoptions DEFTEXTADDR="0x80200000"

View File

@ -1,11 +1,10 @@
# $NetBSD: std.cobalt,v 1.8 2003/09/12 17:55:48 tsutsui Exp $
# $NetBSD: std.cobalt,v 1.9 2003/12/13 01:31:57 sekiya Exp $
machine cobalt mips
makeoptions MACHINE_ARCH="mipsel"
options MIPS3
options MIPS3_5200
options MIPS3_L2CACHE_ABSENT
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,18 +1,17 @@
# $NetBSD: PB1000,v 1.9 2003/10/25 14:33:14 simonb Exp $
# $NetBSD: PB1000,v 1.10 2003/12/13 01:32:29 sekiya Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.pb1000"
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
maxusers 32
options MIPS32
options NOFPU # No FPU
options SOFTFLOAT # emulate FPU insn
options MIPS3_L2CACHE_ABSENT
options CONSPEED=115200 # YAMON default
options HZ=512 # for profiling

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.13 2003/10/18 08:30:14 lukem Exp $
# $NetBSD: LROUTER,v 1.14 2003/12/13 01:33:41 sekiya Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -17,7 +17,6 @@ options MIPS3 # R4000/R4400/R4600 CPUs
options MIPS3_4100 # VR4100 core
options VR41XX # NEC VR41xx series
options VR4122 # NEC VR4122
options MIPS3_L2CACHE_ABSENT
# Standard system options
options DDB # in-kernel debugger

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.24 2003/10/18 08:30:14 lukem Exp $
# $NetBSD: MPC303,v 1.25 2003/12/13 01:33:41 sekiya Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.24 $"
#ident "GENERIC-$Revision: 1.25 $"
maxusers 16
@ -19,7 +19,6 @@ options MIPS3 # R4000/R4400/R4600 CPUs
options MIPS3_4100 # VR4100 core
options VR41XX # NEC VR41xx series
options VR4122 # NEC VR4122
options MIPS3_L2CACHE_ABSENT
# Standard system options
options DDB # in-kernel debugger

View File

@ -1,11 +1,10 @@
#
# $NetBSD: std.hpcmips.vr41,v 1.9 2002/03/23 09:02:01 hamajima Exp $
# $NetBSD: std.hpcmips.vr41,v 1.10 2003/12/13 01:33:41 sekiya Exp $
# VR41XX common configuration.
#
options MIPS3 # R4000/R4400/R4600 CPUs
options MIPS3_4100 # VR4100 core
options VR41XX # NEC VR41xx series
options MIPS3_L2CACHE_ABSENT
options MIPS3_NO_PV_UNCACHED
#

View File

@ -1,4 +1,4 @@
# $NetBSD: std.lcard,v 1.2 2003/08/30 22:44:39 chs Exp $
# $NetBSD: std.lcard,v 1.3 2003/12/13 01:33:41 sekiya Exp $
# standard, required hpcmips info
machine hpcmips mips
@ -10,7 +10,6 @@ options SOFTFLOAT # emulate FPU insn
options MIPS3 # R4000/R4400/R4600 CPUs
options MIPS3_4100 # VR4100 core
options VR41XX # NEC VR41xx series
options MIPS3_L2CACHE_ABSENT
options MIPS3_NO_PV_UNCACHED
options NO_SYMBOLSZ_ENTRY