[lc-checkins] CVS: linux/Documentation Configure.help,1.12,1.13
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2003-05-19 01:39:18
|
Update of /cvsroot/linuxcompressed/linux/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv25395/Documentation Modified Files: Configure.help Log Message: o Port code to 2.4.20 Bug fix (?) o Changes checks in vswap.c to avoid oopses. It will BUG() instead. Some of the checks were done after the value had been accessed. Note o Virtual swap addresses are temporarily disabled, due to debugging sessions related to the use of swap files instead of swap partitions. Index: Configure.help =================================================================== RCS file: /cvsroot/linuxcompressed/linux/Documentation/Configure.help,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** Configure.help 22 Nov 2002 16:01:32 -0000 1.12 --- Configure.help 19 May 2003 01:38:43 -0000 1.13 *************** *** 3,10 **** # Steven Cole <mailto:ele...@me...> # ! # Merged version 2.69: current with 2.4.17-pre8/2.5.1-pre10. ! # ! # This version of the Linux kernel configuration help texts ! # corresponds to kernel versions 2.4.x and 2.5.x. # # Translations of this file available on the WWW: --- 3,7 ---- # Steven Cole <mailto:ele...@me...> [...7241 lines suppressed...] + CONFIG_IT8172_TUNING + Say Y here to support tuning the ITE8172's IDE interface. This makes + it possible to set DMA channel or PIO opration and the transfer rate. + + Enable protocol mode for the L1 console + CONFIG_SERIAL_SGI_L1_PROTOCOL + Uses protocol mode instead of raw mode for the level 1 console on the + SGI SN (Scalable NUMA) platform for IA64. If you are compiling for + an SGI SN box then Y is the recommended value, otherwise say N. + + New bus configuration (EXPERIMENTAL) + CONFIG_TULIP_MWI + This configures your Tulip card specifically for the card and + system cache line size type you are using. + + This is experimental code, not yet tested on many boards. + + If unsure, say N. # |