Sun Jun 16 08:08:51 2013 UTC ()
Add and enable BUFQ options.


(tsutsui)
diff -r1.14 -r1.15 src/sys/arch/evbarm/conf/HPT5325

cvs diff -r1.14 -r1.15 src/sys/arch/evbarm/conf/HPT5325 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/HPT5325 2013/06/05 23:08:00 1.14
+++ src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:08:51 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: HPT5325,v 1.14 2013/06/05 23:08:00 christos Exp $ 1# $NetBSD: HPT5325,v 1.15 2013/06/16 08:08:51 tsutsui Exp $
2# 2#
3# This configuration supports for HP T5325 Thin Client 3# This configuration supports for HP T5325 Thin Client
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
@@ -132,26 +132,31 @@ options SYSVSHM # System V-like memory @@ -132,26 +132,31 @@ options SYSVSHM # System V-like memory
132 132
133#options KTRACE # system call tracing, a la ktrace(1) 133#options KTRACE # system call tracing, a la ktrace(1)
134options IRQSTATS # manage IRQ statistics 134options IRQSTATS # manage IRQ statistics
135#options LKM # loadable kernel modules 135#options LKM # loadable kernel modules
136#options KMEMSTATS # kernel memory statistics 136#options KMEMSTATS # kernel memory statistics
137options MIIVERBOSE # Verbose MII autoconfuration messages 137options MIIVERBOSE # Verbose MII autoconfuration messages
138#options PCIVERBOSE # Verbose PCI descriptions 138#options PCIVERBOSE # Verbose PCI descriptions
139options USBVERBOSE # verbose USB device autoconfig messages 139options USBVERBOSE # verbose USB device autoconfig messages
140#options DDB_KEYCODE=0x40 140#options DDB_KEYCODE=0x40
141#options USERCONF # userconf(4) support 141#options USERCONF # userconf(4) support
142#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 142#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
143#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 143#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
144 144
 145# Alternate buffer queue strategies for better responsiveness under high
 146# disk I/O load.
 147#options BUFQ_READPRIO
 148options BUFQ_PRIOCSCAN
 149
145# Development and Debugging options 150# Development and Debugging options
146 151
147#options PERFCTRS # performance counters 152#options PERFCTRS # performance counters
148options DIAGNOSTIC # internally consistency checks 153options DIAGNOSTIC # internally consistency checks
149#options DEBUG 154#options DEBUG
150#options PMAP_DEBUG # Enable pmap_debug_level code 155#options PMAP_DEBUG # Enable pmap_debug_level code
151#options VERBOSE_INIT_ARM # verbose bootstraping messages 156#options VERBOSE_INIT_ARM # verbose bootstraping messages
152options DDB # in-kernel debugger 157options DDB # in-kernel debugger
153#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 158#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
154#options KGDB 159#options KGDB
155#options DEBUG_KGDB 160#options DEBUG_KGDB
156makeoptions DEBUG="-g" # compile full symbol table 161makeoptions DEBUG="-g" # compile full symbol table
157#makeoptions COPTS="-O2" 162#makeoptions COPTS="-O2"