Sat Sep 20 18:19:11 2008 UTC ()
Remove obsolete options I2OVERBOSE.


(tsutsui)
diff -r1.3 -r1.4 src/sys/arch/evbarm/conf/MPCSA_GENERIC

cvs diff -r1.3 -r1.4 src/sys/arch/evbarm/conf/MPCSA_GENERIC (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/MPCSA_GENERIC 2008/07/31 07:41:00 1.3
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC 2008/09/20 18:19:11 1.4
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: MPCSA_GENERIC,v 1.3 2008/07/31 07:41:00 simonb Exp $ 1# $NetBSD: MPCSA_GENERIC,v 1.4 2008/09/20 18:19:11 tsutsui Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/evbarm/conf/std.mpcsa" 21include "arch/evbarm/conf/std.mpcsa"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.3 $" 25#ident "GENERIC-$Revision: 1.4 $"
26 26
27maxusers 32 # estimated number of users 27maxusers 32 # estimated number of users
28 28
29# CPU support. 29# CPU support.
30options CPU_ARM9 # Support the ARM9TDMI core 30options CPU_ARM9 # Support the ARM9TDMI core
31makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t" 31makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
32 32
33# CPU-related options. 33# CPU-related options.
34#options MATH_EMULATE # floating point emulation 34#options MATH_EMULATE # floating point emulation
35 35
36# doesn't work with MP just yet.. 36# doesn't work with MP just yet..
37#options PERFCTRS # performance-monitoring counters support 37#options PERFCTRS # performance-monitoring counters support
38 38
@@ -196,27 +196,26 @@ options IPFILTER_LOOKUP # ippool(8) sup @@ -196,27 +196,26 @@ options IPFILTER_LOOKUP # ippool(8) sup
196#options ALTQ_HFSC # Hierarchical Fair Service Curve 196#options ALTQ_HFSC # Hierarchical Fair Service Curve
197#options ALTQ_LOCALQ # Local queueing discipline 197#options ALTQ_LOCALQ # Local queueing discipline
198#options ALTQ_PRIQ # Priority Queueing 198#options ALTQ_PRIQ # Priority Queueing
199#options ALTQ_RED # Random Early Detection 199#options ALTQ_RED # Random Early Detection
200#options ALTQ_RIO # RED with IN/OUT 200#options ALTQ_RIO # RED with IN/OUT
201#options ALTQ_WFQ # Weighted Fair Queueing 201#options ALTQ_WFQ # Weighted Fair Queueing
202 202
203# These options enable verbose messages for several subsystems. 203# These options enable verbose messages for several subsystems.
204# Warning, these may compile large string tables into the kernel! 204# Warning, these may compile large string tables into the kernel!
205options MIIVERBOSE # verbose PHY autoconfig messages 205options MIIVERBOSE # verbose PHY autoconfig messages
206options PCMCIAVERBOSE # verbose PCMCIA configuration messages 206options PCMCIAVERBOSE # verbose PCMCIA configuration messages
207options SCSIVERBOSE # human readable SCSI error messages 207options SCSIVERBOSE # human readable SCSI error messages
208options USBVERBOSE # verbose USB device autoconfig messages 208options USBVERBOSE # verbose USB device autoconfig messages
209options I2OVERBOSE # verbose I2O driver messages 
210 209
211options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 210options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
212 211
213# 212#
214# wscons options 213# wscons options
215# 214#
216# builtin terminal emulations 215# builtin terminal emulations
217#options WSEMUL_SUN # sun terminal emulation 216#options WSEMUL_SUN # sun terminal emulation
218#options WSEMUL_VT100 # VT100 / VT220 emulation 217#options WSEMUL_VT100 # VT100 / VT220 emulation
219# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 218# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
220#options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 219#options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
221#options WS_DEFAULT_FG=WSCOL_WHITE 220#options WS_DEFAULT_FG=WSCOL_WHITE
222#options WS_DEFAULT_BG=WSCOL_BLACK 221#options WS_DEFAULT_BG=WSCOL_BLACK