Put PERFCTRS under "Development and Debugging options".
This commit is contained in:
parent
12f448527a
commit
d9374670ba
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: IQ80321,v 1.11 2002/08/18 04:12:42 briggs Exp $
|
# $NetBSD: IQ80321,v 1.12 2002/08/29 02:25:22 thorpej Exp $
|
||||||
#
|
#
|
||||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||||
#
|
#
|
||||||
@ -23,7 +23,6 @@ options CPU_XSCALE_80321 # Support the XScale core
|
|||||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||||
|
|
||||||
# Architecture options
|
# Architecture options
|
||||||
options PERFCTRS
|
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
#options HZ=512
|
#options HZ=512
|
||||||
|
|
||||||
@ -71,7 +70,6 @@ options INET6 # IPV6
|
|||||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||||
options SOSEND_LOAN
|
|
||||||
|
|
||||||
options NFS_BOOT_BOOTP
|
options NFS_BOOT_BOOTP
|
||||||
options NFS_BOOT_DHCP
|
options NFS_BOOT_DHCP
|
||||||
@ -124,6 +122,7 @@ options MIIVERBOSE # Verbose MII autoconfuration messages
|
|||||||
|
|
||||||
# Development and Debugging options
|
# Development and Debugging options
|
||||||
|
|
||||||
|
options PERFCTRS # performance counters
|
||||||
options DIAGNOSTIC # internally consistency checks
|
options DIAGNOSTIC # internally consistency checks
|
||||||
#options DEBUG
|
#options DEBUG
|
||||||
#options PMAP_DEBUG # Enable pmap_debug_level code
|
#options PMAP_DEBUG # Enable pmap_debug_level code
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: TEAMASA_NPWR,v 1.20 2002/08/29 02:22:46 thorpej Exp $
|
# $NetBSD: TEAMASA_NPWR,v 1.21 2002/08/29 02:25:22 thorpej Exp $
|
||||||
#
|
#
|
||||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||||
# server appliance.
|
# server appliance.
|
||||||
@ -26,7 +26,6 @@ makeoptions COPTS="-O2 -mcpu=xscale"
|
|||||||
options XSCALE_CCLKCFG=7 # 600MHz
|
options XSCALE_CCLKCFG=7 # 600MHz
|
||||||
|
|
||||||
# Architecture options
|
# Architecture options
|
||||||
options PERFCTRS
|
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
options XSCALE_NO_COALESCE_WRITES
|
options XSCALE_NO_COALESCE_WRITES
|
||||||
|
|
||||||
@ -130,6 +129,7 @@ options MIIVERBOSE # Verbose MII autoconfuration messages
|
|||||||
|
|
||||||
# Development and Debugging options
|
# Development and Debugging options
|
||||||
|
|
||||||
|
options PERFCTRS # performance counters
|
||||||
options DIAGNOSTIC # internally consistency checks
|
options DIAGNOSTIC # internally consistency checks
|
||||||
#options DEBUG
|
#options DEBUG
|
||||||
#options PMAP_DEBUG # Enable pmap_debug_level code
|
#options PMAP_DEBUG # Enable pmap_debug_level code
|
||||||
|
Loading…
Reference in New Issue
Block a user