wok-tiny rev 174

Up linux 2.6.20 (avoid 386 & 486 problems)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 14:20:00 2021 +0000 (2021-07-14)
parents eb617e43dc08
children e88834c5a2a0
files linux/receipt linux/stuff/linux-2.6.20-jsclipboard.u linux/stuff/linux-2.6.20-slitaz.config linux/stuff/linux-2.6.20-slitaz.config.586 linux/stuff/linux-2.6.20-unpack.u linux/stuff/pack linux/stuff/unlzma.S linux/stuff/unlzsa1.S linux/stuff/unlzsa2.S linux/stuff/unpacklz4.S module-3c509/receipt module-8250/receipt module-aha152x/receipt module-aha1542/receipt module-aha1740/receipt module-cifs/receipt module-cs89x0/receipt module-ext3/receipt module-floppy/receipt module-fuse/receipt module-hfsplus/receipt module-hp/receipt module-ide/receipt module-imm/receipt module-isofs/receipt module-loop/receipt module-lp/receipt module-ne/receipt module-nfsd/receipt module-ppa/receipt module-reiserfs/receipt module-sd_mod/receipt module-serial/receipt module-sg/receipt module-sr_mod/receipt module-tlan/receipt module-tulip/receipt module-tun/receipt module-usb-storage/receipt module-usbkbd/receipt module-usblp/receipt module-usbmouse/receipt module-usbserial/receipt module-vfat/receipt module-via-rhine/receipt module-xfs/receipt
line diff
     1.1 --- a/linux/receipt	Wed Jul 14 09:04:04 2021 +0000
     1.2 +++ b/linux/receipt	Wed Jul 14 14:20:00 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux"
     1.7 -VERSION="2.6.14"
     1.8 +VERSION="2.6.20"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel."
    1.11  TARGET="i486"
    1.12 @@ -10,16 +10,14 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.kernel.org/"
    1.15  WGET_URL="https://www.kernel.org/pub/linux/kernel/v${VERSION:0:3}/$TARBALL"
    1.16 -WEB_SITE2="http://elinux.org/Linux_Tiny"
    1.17 -PATCH="https://www.selenic.com/tiny/2.6.14-tiny1.patch.bz2"
    1.18  AUTO_SELECTION="always"
    1.19  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="slitaz-toolchain perl git lzma wget gcc2 upx advancecomp"
    1.22 +BUILD_DEPENDS="slitaz-toolchain perl git lzma wget upx"
    1.23  INSTALL_DEPENDS="lz4 grep"
    1.24  
    1.25  case "$TARGET" in
    1.26 -	i486) SUGGESTED="memtest ipxe plop";;  # bundle may install a boot menu
    1.27 +	i486) SUGGESTED="memtest ipxe plop tfttest x86test";;  # bundle may install a boot menu
    1.28  esac
    1.29  
    1.30  S2bin()
    1.31 @@ -39,21 +37,11 @@
    1.32  compile_rules()
    1.33  {
    1.34  	export CFLAGS="-march=i386 -Os -pipe -fomit-frame-pointer"
    1.35 -	[ -s $SRC/$(basename $PATCH) ] ||
    1.36 -	wget --no-check-certificate -O $SRC/$(basename $PATCH) $PATCH
    1.37 -	bzcat $SRC/$(basename $PATCH) | patch -p1 &&
    1.38 -	sed '/DEBUG/,/* kstrdup/d' < mm/slab.c > mm/kstrdup.c &&
    1.39 -	echo 'obj-y += kstrdup.o' >> mm/Makefile
    1.40 -	patch -p0 < $stuff/linux-2.6.14-unpack.u
    1.41 -	patch -p0 < $stuff/jsclipboard.u
    1.42 -	sed -i 's|\([>\.]\)val|\1u.val|;s|\([>\.]\)next|\1u.next|;s|\t};|\t} u;|' \
    1.43 -		lib/inflate.c
    1.44 -	sed -i 's|3.1024|11*256|' arch/i386/boot/compressed/misc.c
    1.45 +	for i in $stuff/linux-$VERSION-*.u ; do
    1.46 +		patch -p0 < $i
    1.47 +	done
    1.48  	sed -i 's/O_CREAT/&|O_TRUNC/' init/initramfs.c
    1.49 -	sed -i 's|hostname|echo slitaz|' scripts/mkcompile_h
    1.50 -	which advdef 2> /dev/null && ! which upx 2> /dev/null &&
    1.51 -	sed -i 's|gzip)|&\n	advdef -z4 $@|' \
    1.52 -		usr/Makefile arch/i386/boot/compressed/Makefile
    1.53 +	sed -i 's|hostname|echo tank|' scripts/mkcompile_h
    1.54  
    1.55  	mkdir $src/slitaz
    1.56  	cp $stuff/list_modules.sh $src/slitaz
    1.57 @@ -63,16 +51,21 @@
    1.58  	cp $stuff/pack .
    1.59  	sh ./pack --build
    1.60  
    1.61 -	sed -i '/config %config:/{NNNps/config %config:/%config:/}' Makefile
    1.62 +	sed -i '/config %config:/{NNNps/config %config:/%config:/}' Makefile &&
    1.63  	sed -i 's/^config %config:/config:/' Makefile
    1.64  	
    1.65 +	#2.6.20
    1.66 +	sed -i '/\/ %\/:/{NNps/\/ %\/:/%\/:/}' Makefile &&
    1.67 +	sed -i 's/^\/ %\/:/\/:/' Makefile
    1.68 +	sed -i 's|.*netinet/in|#include <limits.h>\n&|' scripts/mod/sumversion.c
    1.69 +	
    1.70  	cp $stuff/linux-$VERSION-slitaz.config .config
    1.71  	rootfs
    1.72 -	yes '' | make ARCH=i386 HOSTCC=gcc-2 config
    1.73 -	make ARCH=i386 CC=gcc-2 HOSTCC=gcc-2 -j 4 bzImage
    1.74 +	yes '' | make ARCH=i386 HOSTCC=gcc config
    1.75 +	make ARCH=i386 CC=gcc HOSTCC=gcc -j 4 bzImage
    1.76  	
    1.77  	grep -q "CONFIG_MODULES=y" .config &&
    1.78 -	make ARCH=i386 CC=gcc-2 HOSTCC=gcc-2 -j 4 modules &&
    1.79 +	make ARCH=i386 CC=gcc HOSTCC=gcc -j 4 modules &&
    1.80  	make ARCH=i386 INSTALL_MOD_PATH=$DESTDIR -j 1 modules_install || true
    1.81  	S2bin bundle
    1.82  	cp $stuff/bundle .
    1.83 @@ -85,8 +78,8 @@
    1.84  	cp System.map System.map.386
    1.85  	cp $stuff/linux-$VERSION-slitaz.config.586 .config
    1.86  	rootfs
    1.87 -	yes '' | make ARCH=i386 HOSTCC=gcc-2 config
    1.88 -	make ARCH=i386 CC=gcc-2 HOSTCC=gcc-2 -j 4 bzImage
    1.89 +	yes '' | make ARCH=i386 HOSTCC=gcc config
    1.90 +	make ARCH=i386 CC=gcc HOSTCC=gcc -j 4 bzImage
    1.91  	which upx 2> /dev/null && upx --ultra-brute arch/i386/boot/bzImage
    1.92  }
    1.93  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/linux/stuff/linux-2.6.20-jsclipboard.u	Wed Jul 14 14:20:00 2021 +0000
     2.3 @@ -0,0 +1,212 @@
     2.4 +--- drivers/char/Kconfig
     2.5 ++++ drivers/char/Kconfig
     2.6 +@@ -1030,5 +1030,11 @@
     2.7 + 	  sysfs directory, /sys/devices/platform/telco_clock, with a number of
     2.8 + 	  files for controlling the behavior of this hardware.
     2.9 + 
    2.10 ++config JSCLIPBOARD
    2.11 ++	tristate "Javascript clipboard support (JS/Linux device)"
    2.12 ++	default n
    2.13 ++	help
    2.14 ++	  Javascript clipboard support for JS/Linux
    2.15 ++
    2.16 + endmenu
    2.17 + 
    2.18 +--- drivers/char/Makefile
    2.19 ++++ drivers/char/Makefile
    2.20 +@@ -90,6 +90,7 @@
    2.21 + obj-$(CONFIG_GPIO_VR41XX)	+= vr41xx_giu.o
    2.22 + obj-$(CONFIG_TANBAC_TB0219)	+= tb0219.o
    2.23 + obj-$(CONFIG_TELCLOCK)		+= tlclk.o
    2.24 ++obj-$(CONFIG_JSCLIPBOARD)	+= jsclipboard.o
    2.25 + 
    2.26 + obj-$(CONFIG_WATCHDOG)		+= watchdog/
    2.27 + obj-$(CONFIG_MWAVE)		+= mwave/
    2.28 +--- /dev/null
    2.29 ++++ drivers/char/jsclipboard.c
    2.30 +@@ -0,0 +1,174 @@
    2.31 ++/* 
    2.32 ++   JS clipboard support for JS/Linux
    2.33 ++   (c) 2011 Fabrice Bellard
    2.34 ++*/
    2.35 ++#include <linux/interrupt.h>
    2.36 ++#include <linux/module.h>
    2.37 ++#include <linux/kernel.h>
    2.38 ++#include <linux/types.h>
    2.39 ++#include <linux/miscdevice.h>
    2.40 ++#include <linux/ioport.h>
    2.41 ++#include <linux/fcntl.h>
    2.42 ++#include <linux/mc146818rtc.h>
    2.43 ++#include <linux/init.h>
    2.44 ++#include <linux/poll.h>
    2.45 ++#include <linux/proc_fs.h>
    2.46 ++#include <linux/seq_file.h>
    2.47 ++#include <linux/spinlock.h>
    2.48 ++#include <linux/sysctl.h>
    2.49 ++#include <linux/wait.h>
    2.50 ++#include <linux/bcd.h>
    2.51 ++#include <linux/delay.h>
    2.52 ++
    2.53 ++#include <asm/current.h>
    2.54 ++#include <asm/uaccess.h>
    2.55 ++#include <asm/system.h>
    2.56 ++
    2.57 ++#define JSCLIPBOARD_MINOR 231
    2.58 ++
    2.59 ++#define JSCLIPBOARD_PORT 0x3c0
    2.60 ++
    2.61 ++static int io_port = JSCLIPBOARD_PORT;
    2.62 ++static int minor = JSCLIPBOARD_MINOR;
    2.63 ++static struct semaphore open_sem;
    2.64 ++static int need_cache_sync;
    2.65 ++
    2.66 ++module_param(io_port, int, 0);
    2.67 ++MODULE_PARM_DESC(io_port, "IO port");
    2.68 ++
    2.69 ++module_param(minor, int, 0);
    2.70 ++MODULE_PARM_DESC(minor, "minor number");
    2.71 ++
    2.72 ++static ssize_t jsclipboard_read(struct file *file, char __user *buf,
    2.73 ++                                size_t count1, loff_t *ppos)
    2.74 ++{
    2.75 ++        uint32_t pos, total_length, v;
    2.76 ++        uint8_t b;
    2.77 ++        size_t count, l;
    2.78 ++        
    2.79 ++        /* set read position */
    2.80 ++        pos = *ppos;
    2.81 ++        outl(pos, io_port + 4);
    2.82 ++        total_length = inl(io_port + 0);
    2.83 ++        
    2.84 ++        if (!access_ok(VERIFY_WRITE, buf, count1))
    2.85 ++                return -EFAULT;
    2.86 ++        
    2.87 ++        if (pos < total_length) 
    2.88 ++                l = total_length - pos;
    2.89 ++        else
    2.90 ++                l = 0;
    2.91 ++        if (count1 > l)
    2.92 ++                count1 = l;
    2.93 ++        count = count1;
    2.94 ++        while (count >= 4) {
    2.95 ++                v = inl(io_port + 8);
    2.96 ++                if (__put_user(v, (uint32_t *)buf))
    2.97 ++                        return -EFAULT;
    2.98 ++                buf += 4;
    2.99 ++                count -= 4;
   2.100 ++        }
   2.101 ++        
   2.102 ++        while (count != 0) {
   2.103 ++                b = inb(io_port + 8);
   2.104 ++                if (__put_user(b, buf))
   2.105 ++                        return -EFAULT;
   2.106 ++                buf++;
   2.107 ++                count--;
   2.108 ++        }
   2.109 ++
   2.110 ++        *ppos = pos + count1;
   2.111 ++
   2.112 ++        return count1;
   2.113 ++}
   2.114 ++
   2.115 ++static ssize_t jsclipboard_write(struct file *file, const char *buf, 
   2.116 ++                                 size_t count1, loff_t *ppos)
   2.117 ++{
   2.118 ++        size_t count;
   2.119 ++        uint8_t b;
   2.120 ++        uint32_t v;
   2.121 ++
   2.122 ++        if (!access_ok(VERIFY_READ, buf, count1))
   2.123 ++                return -EFAULT;
   2.124 ++        if (*ppos == 0) {
   2.125 ++                /* flush clipboard */
   2.126 ++                outl(0, io_port);
   2.127 ++        }
   2.128 ++
   2.129 ++        need_cache_sync = 1;
   2.130 ++
   2.131 ++        count = count1;
   2.132 ++        while (count >= 4) {
   2.133 ++                if (__get_user(v, (uint32_t *)buf))
   2.134 ++                        return -EFAULT;
   2.135 ++                outl(v, io_port + 8);
   2.136 ++                buf += 4;
   2.137 ++                count -= 4;
   2.138 ++        }
   2.139 ++
   2.140 ++        while (count != 0) {
   2.141 ++                if (__get_user(b, buf))
   2.142 ++                        return -EFAULT;
   2.143 ++                outb(b, io_port + 8);
   2.144 ++                buf++;
   2.145 ++                count--;
   2.146 ++        }
   2.147 ++        *ppos += count1;
   2.148 ++        return count1;
   2.149 ++}
   2.150 ++
   2.151 ++static int jsclipboard_open(struct inode *inode, struct file *file)
   2.152 ++{
   2.153 ++	if (down_trylock(&open_sem))
   2.154 ++		return -EBUSY;
   2.155 ++        need_cache_sync = 0;
   2.156 ++	return 0;
   2.157 ++}
   2.158 ++
   2.159 ++static int jsclipboard_release(struct inode *inode, struct file *file)
   2.160 ++{
   2.161 ++        if (need_cache_sync) {
   2.162 ++                outl(0, io_port + 12);
   2.163 ++        }
   2.164 ++	up(&open_sem);
   2.165 ++	return 0;
   2.166 ++}
   2.167 ++
   2.168 ++static const struct file_operations jsclipboard_fops = {
   2.169 ++	.owner		= THIS_MODULE,
   2.170 ++	.read		= jsclipboard_read,
   2.171 ++	.write		= jsclipboard_write,
   2.172 ++	.open		= jsclipboard_open,
   2.173 ++        .release        = jsclipboard_release,
   2.174 ++};
   2.175 ++
   2.176 ++static struct miscdevice jsclipboard_dev = {
   2.177 ++	.minor		= JSCLIPBOARD_MINOR,
   2.178 ++	.name		= "jsclipboard",
   2.179 ++	.fops		= &jsclipboard_fops,
   2.180 ++};
   2.181 ++
   2.182 ++static int __init jsclipboard_init(void)
   2.183 ++{
   2.184 ++        if (!request_region(io_port, 16, "jsclipboard")) 
   2.185 ++                return -ENODEV;
   2.186 ++	sema_init(&open_sem, 1);
   2.187 ++	if (misc_register(&jsclipboard_dev)) {
   2.188 ++                return -ENODEV;
   2.189 ++	}
   2.190 ++	printk(KERN_INFO "JS clipboard: I/O at 0x%04x\n", io_port);
   2.191 ++	return 0;
   2.192 ++}
   2.193 ++
   2.194 ++static void __exit jsclipboard_exit (void)
   2.195 ++{
   2.196 ++	misc_deregister(&jsclipboard_dev);
   2.197 ++        release_region(io_port, 16);
   2.198 ++}
   2.199 ++
   2.200 ++module_init(jsclipboard_init);
   2.201 ++module_exit(jsclipboard_exit);
   2.202 ++
   2.203 ++MODULE_AUTHOR("Fabrice Bellard");
   2.204 ++MODULE_LICENSE("GPL");
   2.205 +--- drivers/serial/8250.c
   2.206 ++++ drivers/serial/8250.c
   2.207 +@@ -70,7 +70,7 @@
   2.208 + #define DEBUG_INTR(fmt...)	do { } while (0)
   2.209 + #endif
   2.210 + 
   2.211 +-#define PASS_LIMIT	256
   2.212 ++#define PASS_LIMIT	(256 * 100)
   2.213 + 
   2.214 + /*
   2.215 +  * We default to IRQ0 for the "no irq" hack.   Some
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/linux/stuff/linux-2.6.20-slitaz.config	Wed Jul 14 14:20:00 2021 +0000
     3.3 @@ -0,0 +1,1476 @@
     3.4 +#
     3.5 +# Automatically generated make config: don't edit
     3.6 +# Linux kernel version: 2.6.20
     3.7 +# Mon Jul 12 08:58:33 2021
     3.8 +#
     3.9 +CONFIG_X86_32=y
    3.10 +CONFIG_GENERIC_TIME=y
    3.11 +CONFIG_LOCKDEP_SUPPORT=y
    3.12 +CONFIG_STACKTRACE_SUPPORT=y
    3.13 +CONFIG_SEMAPHORE_SLEEPERS=y
    3.14 +CONFIG_X86=y
    3.15 +CONFIG_MMU=y
    3.16 +CONFIG_GENERIC_ISA_DMA=y
    3.17 +CONFIG_GENERIC_IOMAP=y
    3.18 +CONFIG_GENERIC_HWEIGHT=y
    3.19 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
    3.20 +CONFIG_DMI=y
    3.21 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
    3.22 +
    3.23 +#
    3.24 +# Code maturity level options
    3.25 +#
    3.26 +CONFIG_EXPERIMENTAL=y
    3.27 +CONFIG_BROKEN_ON_SMP=y
    3.28 +CONFIG_INIT_ENV_ARG_LIMIT=32
    3.29 +
    3.30 +#
    3.31 +# General setup
    3.32 +#
    3.33 +CONFIG_LOCALVERSION="-slitaz"
    3.34 +CONFIG_LOCALVERSION_AUTO=y
    3.35 +# CONFIG_SWAP is not set
    3.36 +# CONFIG_SYSVIPC is not set
    3.37 +# CONFIG_POSIX_MQUEUE is not set
    3.38 +# CONFIG_BSD_PROCESS_ACCT is not set
    3.39 +# CONFIG_TASKSTATS is not set
    3.40 +# CONFIG_UTS_NS is not set
    3.41 +# CONFIG_AUDIT is not set
    3.42 +# CONFIG_IKCONFIG is not set
    3.43 +# CONFIG_SYSFS_DEPRECATED is not set
    3.44 +# CONFIG_RELAY is not set
    3.45 +CONFIG_INITRAMFS_SOURCE=""
    3.46 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y
    3.47 +CONFIG_EMBEDDED=y
    3.48 +CONFIG_UID16=y
    3.49 +# CONFIG_SYSCTL_SYSCALL is not set
    3.50 +# CONFIG_KALLSYMS is not set
    3.51 +CONFIG_HOTPLUG=y
    3.52 +CONFIG_PRINTK=y
    3.53 +# CONFIG_BUG is not set
    3.54 +# CONFIG_ELF_CORE is not set
    3.55 +# CONFIG_BASE_FULL is not set
    3.56 +# CONFIG_FUTEX is not set
    3.57 +# CONFIG_EPOLL is not set
    3.58 +# CONFIG_SHMEM is not set
    3.59 +# CONFIG_SLAB is not set
    3.60 +# CONFIG_VM_EVENT_COUNTERS is not set
    3.61 +CONFIG_TINY_SHMEM=y
    3.62 +CONFIG_BASE_SMALL=1
    3.63 +CONFIG_SLOB=y
    3.64 +
    3.65 +#
    3.66 +# Loadable module support
    3.67 +#
    3.68 +CONFIG_MODULES=y
    3.69 +# CONFIG_MODULE_UNLOAD is not set
    3.70 +# CONFIG_MODVERSIONS is not set
    3.71 +# CONFIG_MODULE_SRCVERSION_ALL is not set
    3.72 +# CONFIG_KMOD is not set
    3.73 +
    3.74 +#
    3.75 +# Block layer
    3.76 +#
    3.77 +CONFIG_BLOCK=y
    3.78 +# CONFIG_LBD is not set
    3.79 +# CONFIG_BLK_DEV_IO_TRACE is not set
    3.80 +# CONFIG_LSF is not set
    3.81 +
    3.82 +#
    3.83 +# IO Schedulers
    3.84 +#
    3.85 +CONFIG_IOSCHED_NOOP=y
    3.86 +# CONFIG_IOSCHED_AS is not set
    3.87 +# CONFIG_IOSCHED_DEADLINE is not set
    3.88 +CONFIG_IOSCHED_CFQ=m
    3.89 +# CONFIG_DEFAULT_AS is not set
    3.90 +# CONFIG_DEFAULT_DEADLINE is not set
    3.91 +# CONFIG_DEFAULT_CFQ is not set
    3.92 +CONFIG_DEFAULT_NOOP=y
    3.93 +CONFIG_DEFAULT_IOSCHED="noop"
    3.94 +
    3.95 +#
    3.96 +# Processor type and features
    3.97 +#
    3.98 +# CONFIG_SMP is not set
    3.99 +CONFIG_X86_PC=y
   3.100 +# CONFIG_X86_ELAN is not set
   3.101 +# CONFIG_X86_VOYAGER is not set
   3.102 +# CONFIG_X86_NUMAQ is not set
   3.103 +# CONFIG_X86_SUMMIT is not set
   3.104 +# CONFIG_X86_BIGSMP is not set
   3.105 +# CONFIG_X86_VISWS is not set
   3.106 +# CONFIG_X86_GENERICARCH is not set
   3.107 +# CONFIG_X86_ES7000 is not set
   3.108 +# CONFIG_PARAVIRT is not set
   3.109 +CONFIG_M386=y
   3.110 +# CONFIG_M486 is not set
   3.111 +# CONFIG_M586 is not set
   3.112 +# CONFIG_M586TSC is not set
   3.113 +# CONFIG_M586MMX is not set
   3.114 +# CONFIG_M686 is not set
   3.115 +# CONFIG_MPENTIUMII is not set
   3.116 +# CONFIG_MPENTIUMIII is not set
   3.117 +# CONFIG_MPENTIUMM is not set
   3.118 +# CONFIG_MCORE2 is not set
   3.119 +# CONFIG_MPENTIUM4 is not set
   3.120 +# CONFIG_MK6 is not set
   3.121 +# CONFIG_MK7 is not set
   3.122 +# CONFIG_MK8 is not set
   3.123 +# CONFIG_MCRUSOE is not set
   3.124 +# CONFIG_MEFFICEON is not set
   3.125 +# CONFIG_MWINCHIPC6 is not set
   3.126 +# CONFIG_MWINCHIP2 is not set
   3.127 +# CONFIG_MWINCHIP3D is not set
   3.128 +# CONFIG_MGEODEGX1 is not set
   3.129 +# CONFIG_MGEODE_LX is not set
   3.130 +# CONFIG_MCYRIXIII is not set
   3.131 +# CONFIG_MVIAC3_2 is not set
   3.132 +# CONFIG_X86_GENERIC is not set
   3.133 +CONFIG_X86_L1_CACHE_SHIFT=4
   3.134 +CONFIG_RWSEM_GENERIC_SPINLOCK=y
   3.135 +# CONFIG_ARCH_HAS_ILOG2_U32 is not set
   3.136 +# CONFIG_ARCH_HAS_ILOG2_U64 is not set
   3.137 +CONFIG_GENERIC_CALIBRATE_DELAY=y
   3.138 +CONFIG_X86_PPRO_FENCE=y
   3.139 +CONFIG_X86_F00F_BUG=y
   3.140 +# CONFIG_HPET_TIMER is not set
   3.141 +CONFIG_PREEMPT_NONE=y
   3.142 +# CONFIG_PREEMPT_VOLUNTARY is not set
   3.143 +# CONFIG_PREEMPT is not set
   3.144 +# CONFIG_X86_UP_APIC is not set
   3.145 +# CONFIG_X86_MCE is not set
   3.146 +# CONFIG_VM86 is not set
   3.147 +# CONFIG_TOSHIBA is not set
   3.148 +# CONFIG_I8K is not set
   3.149 +# CONFIG_X86_REBOOTFIXUPS is not set
   3.150 +# CONFIG_MICROCODE is not set
   3.151 +# CONFIG_X86_MSR is not set
   3.152 +# CONFIG_X86_CPUID is not set
   3.153 +
   3.154 +#
   3.155 +# Firmware Drivers
   3.156 +#
   3.157 +# CONFIG_EDD is not set
   3.158 +# CONFIG_DELL_RBU is not set
   3.159 +CONFIG_DCDBAS=m
   3.160 +CONFIG_NOHIGHMEM=y
   3.161 +# CONFIG_HIGHMEM4G is not set
   3.162 +# CONFIG_HIGHMEM64G is not set
   3.163 +CONFIG_VMSPLIT_3G=y
   3.164 +# CONFIG_VMSPLIT_3G_OPT is not set
   3.165 +# CONFIG_VMSPLIT_2G is not set
   3.166 +# CONFIG_VMSPLIT_1G is not set
   3.167 +CONFIG_PAGE_OFFSET=0xC0000000
   3.168 +CONFIG_ARCH_FLATMEM_ENABLE=y
   3.169 +CONFIG_ARCH_SPARSEMEM_ENABLE=y
   3.170 +CONFIG_ARCH_SELECT_MEMORY_MODEL=y
   3.171 +CONFIG_ARCH_POPULATES_NODE_MAP=y
   3.172 +CONFIG_SELECT_MEMORY_MODEL=y
   3.173 +CONFIG_FLATMEM_MANUAL=y
   3.174 +# CONFIG_DISCONTIGMEM_MANUAL is not set
   3.175 +# CONFIG_SPARSEMEM_MANUAL is not set
   3.176 +CONFIG_FLATMEM=y
   3.177 +CONFIG_FLAT_NODE_MEM_MAP=y
   3.178 +CONFIG_SPARSEMEM_STATIC=y
   3.179 +CONFIG_SPLIT_PTLOCK_CPUS=4
   3.180 +# CONFIG_RESOURCES_64BIT is not set
   3.181 +CONFIG_MATH_EMULATION=y
   3.182 +# CONFIG_MTRR is not set
   3.183 +# CONFIG_SECCOMP is not set
   3.184 +CONFIG_HZ_100=y
   3.185 +# CONFIG_HZ_250 is not set
   3.186 +# CONFIG_HZ_300 is not set
   3.187 +# CONFIG_HZ_1000 is not set
   3.188 +CONFIG_HZ=100
   3.189 +# CONFIG_KEXEC is not set
   3.190 +CONFIG_PHYSICAL_START=0x100000
   3.191 +# CONFIG_RELOCATABLE is not set
   3.192 +CONFIG_PHYSICAL_ALIGN=0x100000
   3.193 +# CONFIG_COMPAT_VDSO is not set
   3.194 +
   3.195 +#
   3.196 +# Power management options (ACPI, APM)
   3.197 +#
   3.198 +# CONFIG_PM is not set
   3.199 +
   3.200 +#
   3.201 +# ACPI (Advanced Configuration and Power Interface) Support
   3.202 +#
   3.203 +
   3.204 +#
   3.205 +# CPU Frequency scaling
   3.206 +#
   3.207 +# CONFIG_CPU_FREQ is not set
   3.208 +
   3.209 +#
   3.210 +# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
   3.211 +#
   3.212 +CONFIG_PCI=y
   3.213 +# CONFIG_PCI_GOBIOS is not set
   3.214 +# CONFIG_PCI_GOMMCONFIG is not set
   3.215 +CONFIG_PCI_GODIRECT=y
   3.216 +# CONFIG_PCI_GOANY is not set
   3.217 +CONFIG_PCI_DIRECT=y
   3.218 +# CONFIG_PCIEPORTBUS is not set
   3.219 +CONFIG_ISA_DMA_API=y
   3.220 +CONFIG_ISA=y
   3.221 +CONFIG_EISA=y
   3.222 +CONFIG_EISA_VLB_PRIMING=y
   3.223 +CONFIG_EISA_PCI_EISA=y
   3.224 +CONFIG_EISA_VIRTUAL_ROOT=y
   3.225 +# CONFIG_EISA_NAMES is not set
   3.226 +# CONFIG_MCA is not set
   3.227 +# CONFIG_SCx200 is not set
   3.228 +
   3.229 +#
   3.230 +# PCCARD (PCMCIA/CardBus) support
   3.231 +#
   3.232 +# CONFIG_PCCARD is not set
   3.233 +
   3.234 +#
   3.235 +# PCI Hotplug Support
   3.236 +#
   3.237 +# CONFIG_HOTPLUG_PCI is not set
   3.238 +
   3.239 +#
   3.240 +# Executable file formats
   3.241 +#
   3.242 +CONFIG_BINFMT_ELF=y
   3.243 +# CONFIG_BINFMT_AOUT is not set
   3.244 +# CONFIG_BINFMT_MISC is not set
   3.245 +
   3.246 +#
   3.247 +# Networking
   3.248 +#
   3.249 +CONFIG_NET=y
   3.250 +
   3.251 +#
   3.252 +# Networking options
   3.253 +#
   3.254 +# CONFIG_NETDEBUG is not set
   3.255 +CONFIG_PACKET=y
   3.256 +# CONFIG_PACKET_MMAP is not set
   3.257 +# CONFIG_UNIX is not set
   3.258 +# CONFIG_NET_KEY is not set
   3.259 +CONFIG_INET=y
   3.260 +# CONFIG_IP_MULTICAST is not set
   3.261 +# CONFIG_IP_ADVANCED_ROUTER is not set
   3.262 +CONFIG_IP_FIB_HASH=y
   3.263 +# CONFIG_IP_PNP is not set
   3.264 +# CONFIG_NET_IPIP is not set
   3.265 +# CONFIG_NET_IPGRE is not set
   3.266 +# CONFIG_ARPD is not set
   3.267 +# CONFIG_SYN_COOKIES is not set
   3.268 +# CONFIG_INET_AH is not set
   3.269 +# CONFIG_INET_ESP is not set
   3.270 +# CONFIG_INET_IPCOMP is not set
   3.271 +# CONFIG_INET_XFRM_TUNNEL is not set
   3.272 +# CONFIG_INET_TUNNEL is not set
   3.273 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
   3.274 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
   3.275 +# CONFIG_INET_XFRM_MODE_BEET is not set
   3.276 +CONFIG_INET_DIAG=m
   3.277 +CONFIG_INET_TCP_DIAG=m
   3.278 +# CONFIG_TCP_CONG_ADVANCED is not set
   3.279 +CONFIG_TCP_CONG_CUBIC=y
   3.280 +CONFIG_DEFAULT_TCP_CONG="cubic"
   3.281 +# CONFIG_TCP_MD5SIG is not set
   3.282 +# CONFIG_IPV6 is not set
   3.283 +# CONFIG_INET6_XFRM_TUNNEL is not set
   3.284 +# CONFIG_INET6_TUNNEL is not set
   3.285 +# CONFIG_NETWORK_SECMARK is not set
   3.286 +# CONFIG_NETFILTER is not set
   3.287 +
   3.288 +#
   3.289 +# DCCP Configuration (EXPERIMENTAL)
   3.290 +#
   3.291 +# CONFIG_IP_DCCP is not set
   3.292 +
   3.293 +#
   3.294 +# SCTP Configuration (EXPERIMENTAL)
   3.295 +#
   3.296 +# CONFIG_IP_SCTP is not set
   3.297 +
   3.298 +#
   3.299 +# TIPC Configuration (EXPERIMENTAL)
   3.300 +#
   3.301 +# CONFIG_TIPC is not set
   3.302 +# CONFIG_ATM is not set
   3.303 +# CONFIG_BRIDGE is not set
   3.304 +# CONFIG_VLAN_8021Q is not set
   3.305 +# CONFIG_DECNET is not set
   3.306 +# CONFIG_LLC2 is not set
   3.307 +# CONFIG_IPX is not set
   3.308 +# CONFIG_ATALK is not set
   3.309 +# CONFIG_X25 is not set
   3.310 +# CONFIG_LAPB is not set
   3.311 +# CONFIG_ECONET is not set
   3.312 +# CONFIG_WAN_ROUTER is not set
   3.313 +
   3.314 +#
   3.315 +# QoS and/or fair queueing
   3.316 +#
   3.317 +# CONFIG_NET_SCHED is not set
   3.318 +
   3.319 +#
   3.320 +# Network testing
   3.321 +#
   3.322 +# CONFIG_NET_PKTGEN is not set
   3.323 +# CONFIG_HAMRADIO is not set
   3.324 +# CONFIG_IRDA is not set
   3.325 +# CONFIG_BT is not set
   3.326 +# CONFIG_IEEE80211 is not set
   3.327 +
   3.328 +#
   3.329 +# Device Drivers
   3.330 +#
   3.331 +
   3.332 +#
   3.333 +# Generic Driver Options
   3.334 +#
   3.335 +# CONFIG_STANDALONE is not set
   3.336 +CONFIG_PREVENT_FIRMWARE_BUILD=y
   3.337 +CONFIG_FW_LOADER=m
   3.338 +# CONFIG_SYS_HYPERVISOR is not set
   3.339 +
   3.340 +#
   3.341 +# Connector - unified userspace <-> kernelspace linker
   3.342 +#
   3.343 +# CONFIG_CONNECTOR is not set
   3.344 +
   3.345 +#
   3.346 +# Memory Technology Devices (MTD)
   3.347 +#
   3.348 +# CONFIG_MTD is not set
   3.349 +
   3.350 +#
   3.351 +# Parallel port support
   3.352 +#
   3.353 +CONFIG_PARPORT=m
   3.354 +CONFIG_PARPORT_PC=m
   3.355 +# CONFIG_PARPORT_PC_FIFO is not set
   3.356 +# CONFIG_PARPORT_PC_SUPERIO is not set
   3.357 +# CONFIG_PARPORT_GSC is not set
   3.358 +# CONFIG_PARPORT_AX88796 is not set
   3.359 +CONFIG_PARPORT_1284=y
   3.360 +
   3.361 +#
   3.362 +# Plug and Play support
   3.363 +#
   3.364 +CONFIG_PNP=y
   3.365 +# CONFIG_PNP_DEBUG is not set
   3.366 +
   3.367 +#
   3.368 +# Protocols
   3.369 +#
   3.370 +CONFIG_ISAPNP=y
   3.371 +# CONFIG_PNPBIOS is not set
   3.372 +
   3.373 +#
   3.374 +# Block devices
   3.375 +#
   3.376 +CONFIG_BLK_DEV_FD=m
   3.377 +# CONFIG_BLK_DEV_XD is not set
   3.378 +# CONFIG_PARIDE is not set
   3.379 +# CONFIG_BLK_CPQ_DA is not set
   3.380 +# CONFIG_BLK_CPQ_CISS_DA is not set
   3.381 +# CONFIG_BLK_DEV_DAC960 is not set
   3.382 +# CONFIG_BLK_DEV_UMEM is not set
   3.383 +# CONFIG_BLK_DEV_COW_COMMON is not set
   3.384 +# CONFIG_BLK_DEV_LOOP is not set
   3.385 +# CONFIG_BLK_DEV_NBD is not set
   3.386 +# CONFIG_BLK_DEV_SX8 is not set
   3.387 +# CONFIG_BLK_DEV_UB is not set
   3.388 +CONFIG_BLK_DEV_RAM=y
   3.389 +CONFIG_BLK_DEV_RAM_COUNT=4
   3.390 +CONFIG_BLK_DEV_RAM_SIZE=4096
   3.391 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
   3.392 +CONFIG_BLK_DEV_INITRD=y
   3.393 +# CONFIG_CDROM_PKTCDVD is not set
   3.394 +# CONFIG_ATA_OVER_ETH is not set
   3.395 +
   3.396 +#
   3.397 +# Misc devices
   3.398 +#
   3.399 +# CONFIG_IBM_ASM is not set
   3.400 +# CONFIG_SGI_IOC4 is not set
   3.401 +# CONFIG_TIFM_CORE is not set
   3.402 +
   3.403 +#
   3.404 +# ATA/ATAPI/MFM/RLL support
   3.405 +#
   3.406 +CONFIG_IDE=m
   3.407 +CONFIG_IDE_MAX_HWIFS=4
   3.408 +CONFIG_BLK_DEV_IDE=m
   3.409 +
   3.410 +#
   3.411 +# Please see Documentation/ide.txt for help/info on IDE drives
   3.412 +#
   3.413 +# CONFIG_BLK_DEV_IDE_SATA is not set
   3.414 +# CONFIG_BLK_DEV_HD_IDE is not set
   3.415 +CONFIG_BLK_DEV_IDEDISK=m
   3.416 +# CONFIG_IDEDISK_MULTI_MODE is not set
   3.417 +# CONFIG_BLK_DEV_IDECD is not set
   3.418 +# CONFIG_BLK_DEV_IDETAPE is not set
   3.419 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
   3.420 +# CONFIG_BLK_DEV_IDESCSI is not set
   3.421 +# CONFIG_IDE_TASK_IOCTL is not set
   3.422 +
   3.423 +#
   3.424 +# IDE chipset support/bugfixes
   3.425 +#
   3.426 +CONFIG_IDE_GENERIC=m
   3.427 +# CONFIG_BLK_DEV_CMD640 is not set
   3.428 +# CONFIG_BLK_DEV_IDEPNP is not set
   3.429 +CONFIG_BLK_DEV_IDEPCI=y
   3.430 +# CONFIG_IDEPCI_SHARE_IRQ is not set
   3.431 +# CONFIG_BLK_DEV_OFFBOARD is not set
   3.432 +# CONFIG_BLK_DEV_GENERIC is not set
   3.433 +# CONFIG_BLK_DEV_OPTI621 is not set
   3.434 +# CONFIG_BLK_DEV_RZ1000 is not set
   3.435 +# CONFIG_BLK_DEV_IDEDMA_PCI is not set
   3.436 +# CONFIG_IDE_ARM is not set
   3.437 +# CONFIG_IDE_CHIPSETS is not set
   3.438 +# CONFIG_BLK_DEV_IDEDMA is not set
   3.439 +# CONFIG_IDEDMA_AUTO is not set
   3.440 +# CONFIG_BLK_DEV_HD is not set
   3.441 +
   3.442 +#
   3.443 +# SCSI device support
   3.444 +#
   3.445 +# CONFIG_RAID_ATTRS is not set
   3.446 +CONFIG_SCSI=m
   3.447 +# CONFIG_SCSI_TGT is not set
   3.448 +CONFIG_SCSI_NETLINK=y
   3.449 +CONFIG_SCSI_PROC_FS=y
   3.450 +
   3.451 +#
   3.452 +# SCSI support type (disk, tape, CD-ROM)
   3.453 +#
   3.454 +CONFIG_BLK_DEV_SD=m
   3.455 +# CONFIG_CHR_DEV_ST is not set
   3.456 +# CONFIG_CHR_DEV_OSST is not set
   3.457 +CONFIG_BLK_DEV_SR=m
   3.458 +# CONFIG_BLK_DEV_SR_VENDOR is not set
   3.459 +CONFIG_CHR_DEV_SG=m
   3.460 +# CONFIG_CHR_DEV_SCH is not set
   3.461 +
   3.462 +#
   3.463 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
   3.464 +#
   3.465 +# CONFIG_SCSI_MULTI_LUN is not set
   3.466 +# CONFIG_SCSI_CONSTANTS is not set
   3.467 +# CONFIG_SCSI_LOGGING is not set
   3.468 +# CONFIG_SCSI_SCAN_ASYNC is not set
   3.469 +
   3.470 +#
   3.471 +# SCSI Transports
   3.472 +#
   3.473 +CONFIG_SCSI_SPI_ATTRS=m
   3.474 +CONFIG_SCSI_FC_ATTRS=m
   3.475 +# CONFIG_SCSI_ISCSI_ATTRS is not set
   3.476 +# CONFIG_SCSI_SAS_ATTRS is not set
   3.477 +# CONFIG_SCSI_SAS_LIBSAS is not set
   3.478 +
   3.479 +#
   3.480 +# SCSI low-level drivers
   3.481 +#
   3.482 +# CONFIG_ISCSI_TCP is not set
   3.483 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
   3.484 +# CONFIG_SCSI_3W_9XXX is not set
   3.485 +# CONFIG_SCSI_7000FASST is not set
   3.486 +# CONFIG_SCSI_ACARD is not set
   3.487 +CONFIG_SCSI_AHA152X=m
   3.488 +CONFIG_SCSI_AHA1542=m
   3.489 +CONFIG_SCSI_AHA1740=m
   3.490 +# CONFIG_SCSI_AACRAID is not set
   3.491 +# CONFIG_SCSI_AIC7XXX is not set
   3.492 +# CONFIG_SCSI_AIC7XXX_OLD is not set
   3.493 +# CONFIG_SCSI_AIC79XX is not set
   3.494 +# CONFIG_SCSI_AIC94XX is not set
   3.495 +# CONFIG_SCSI_DPT_I2O is not set
   3.496 +# CONFIG_SCSI_ADVANSYS is not set
   3.497 +# CONFIG_SCSI_IN2000 is not set
   3.498 +# CONFIG_SCSI_ARCMSR is not set
   3.499 +# CONFIG_MEGARAID_NEWGEN is not set
   3.500 +# CONFIG_MEGARAID_LEGACY is not set
   3.501 +# CONFIG_MEGARAID_SAS is not set
   3.502 +# CONFIG_SCSI_HPTIOP is not set
   3.503 +# CONFIG_SCSI_BUSLOGIC is not set
   3.504 +# CONFIG_SCSI_DMX3191D is not set
   3.505 +# CONFIG_SCSI_DTC3280 is not set
   3.506 +# CONFIG_SCSI_EATA is not set
   3.507 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
   3.508 +# CONFIG_SCSI_GDTH is not set
   3.509 +# CONFIG_SCSI_GENERIC_NCR5380 is not set
   3.510 +# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
   3.511 +# CONFIG_SCSI_IPS is not set
   3.512 +# CONFIG_SCSI_INITIO is not set
   3.513 +# CONFIG_SCSI_INIA100 is not set
   3.514 +CONFIG_SCSI_PPA=m
   3.515 +CONFIG_SCSI_IMM=m
   3.516 +# CONFIG_SCSI_IZIP_EPP16 is not set
   3.517 +# CONFIG_SCSI_IZIP_SLOW_CTR is not set
   3.518 +# CONFIG_SCSI_NCR53C406A is not set
   3.519 +# CONFIG_SCSI_STEX is not set
   3.520 +# CONFIG_SCSI_SYM53C8XX_2 is not set
   3.521 +# CONFIG_SCSI_PAS16 is not set
   3.522 +# CONFIG_SCSI_PSI240I is not set
   3.523 +# CONFIG_SCSI_QLOGIC_FAS is not set
   3.524 +# CONFIG_SCSI_QLOGIC_1280 is not set
   3.525 +CONFIG_SCSI_QLA_FC=m
   3.526 +# CONFIG_SCSI_QLA_ISCSI is not set
   3.527 +# CONFIG_SCSI_LPFC is not set
   3.528 +# CONFIG_SCSI_SEAGATE is not set
   3.529 +# CONFIG_SCSI_SIM710 is not set
   3.530 +# CONFIG_SCSI_SYM53C416 is not set
   3.531 +# CONFIG_SCSI_DC395x is not set
   3.532 +# CONFIG_SCSI_DC390T is not set
   3.533 +# CONFIG_SCSI_T128 is not set
   3.534 +# CONFIG_SCSI_U14_34F is not set
   3.535 +# CONFIG_SCSI_ULTRASTOR is not set
   3.536 +# CONFIG_SCSI_NSP32 is not set
   3.537 +# CONFIG_SCSI_DEBUG is not set
   3.538 +# CONFIG_SCSI_SRP is not set
   3.539 +
   3.540 +#
   3.541 +# Serial ATA (prod) and Parallel ATA (experimental) drivers
   3.542 +#
   3.543 +# CONFIG_ATA is not set
   3.544 +
   3.545 +#
   3.546 +# Old CD-ROM drivers (not SCSI, not IDE)
   3.547 +#
   3.548 +# CONFIG_CD_NO_IDESCSI is not set
   3.549 +
   3.550 +#
   3.551 +# Multi-device support (RAID and LVM)
   3.552 +#
   3.553 +# CONFIG_MD is not set
   3.554 +
   3.555 +#
   3.556 +# Fusion MPT device support
   3.557 +#
   3.558 +# CONFIG_FUSION is not set
   3.559 +# CONFIG_FUSION_SPI is not set
   3.560 +# CONFIG_FUSION_FC is not set
   3.561 +# CONFIG_FUSION_SAS is not set
   3.562 +
   3.563 +#
   3.564 +# IEEE 1394 (FireWire) support
   3.565 +#
   3.566 +# CONFIG_IEEE1394 is not set
   3.567 +
   3.568 +#
   3.569 +# I2O device support
   3.570 +#
   3.571 +# CONFIG_I2O is not set
   3.572 +
   3.573 +#
   3.574 +# Network device support
   3.575 +#
   3.576 +CONFIG_NETDEVICES=y
   3.577 +# CONFIG_DUMMY is not set
   3.578 +# CONFIG_BONDING is not set
   3.579 +# CONFIG_EQUALIZER is not set
   3.580 +CONFIG_TUN=m
   3.581 +# CONFIG_NET_SB1000 is not set
   3.582 +
   3.583 +#
   3.584 +# ARCnet devices
   3.585 +#
   3.586 +# CONFIG_ARCNET is not set
   3.587 +
   3.588 +#
   3.589 +# PHY device support
   3.590 +#
   3.591 +# CONFIG_PHYLIB is not set
   3.592 +
   3.593 +#
   3.594 +# Ethernet (10 or 100Mbit)
   3.595 +#
   3.596 +CONFIG_NET_ETHERNET=y
   3.597 +CONFIG_MII=m
   3.598 +# CONFIG_HAPPYMEAL is not set
   3.599 +# CONFIG_SUNGEM is not set
   3.600 +# CONFIG_CASSINI is not set
   3.601 +CONFIG_NET_VENDOR_3COM=y
   3.602 +# CONFIG_EL1 is not set
   3.603 +# CONFIG_EL2 is not set
   3.604 +# CONFIG_ELPLUS is not set
   3.605 +# CONFIG_EL16 is not set
   3.606 +CONFIG_EL3=m
   3.607 +# CONFIG_3C515 is not set
   3.608 +# CONFIG_VORTEX is not set
   3.609 +# CONFIG_TYPHOON is not set
   3.610 +# CONFIG_LANCE is not set
   3.611 +# CONFIG_NET_VENDOR_SMC is not set
   3.612 +# CONFIG_NET_VENDOR_RACAL is not set
   3.613 +
   3.614 +#
   3.615 +# Tulip family network device support
   3.616 +#
   3.617 +CONFIG_NET_TULIP=y
   3.618 +# CONFIG_DE2104X is not set
   3.619 +CONFIG_TULIP=m
   3.620 +# CONFIG_TULIP_MWI is not set
   3.621 +# CONFIG_TULIP_MMIO is not set
   3.622 +# CONFIG_TULIP_NAPI is not set
   3.623 +# CONFIG_DE4X5 is not set
   3.624 +# CONFIG_WINBOND_840 is not set
   3.625 +# CONFIG_DM9102 is not set
   3.626 +# CONFIG_ULI526X is not set
   3.627 +# CONFIG_AT1700 is not set
   3.628 +# CONFIG_DEPCA is not set
   3.629 +# CONFIG_HP100 is not set
   3.630 +CONFIG_NET_ISA=y
   3.631 +# CONFIG_E2100 is not set
   3.632 +# CONFIG_EWRK3 is not set
   3.633 +# CONFIG_EEXPRESS is not set
   3.634 +# CONFIG_EEXPRESS_PRO is not set
   3.635 +# CONFIG_HPLAN_PLUS is not set
   3.636 +CONFIG_HPLAN=m
   3.637 +# CONFIG_LP486E is not set
   3.638 +# CONFIG_ETH16I is not set
   3.639 +CONFIG_NE2000=m
   3.640 +# CONFIG_ZNET is not set
   3.641 +# CONFIG_SEEQ8005 is not set
   3.642 +CONFIG_NET_PCI=y
   3.643 +# CONFIG_PCNET32 is not set
   3.644 +# CONFIG_AMD8111_ETH is not set
   3.645 +# CONFIG_ADAPTEC_STARFIRE is not set
   3.646 +# CONFIG_AC3200 is not set
   3.647 +# CONFIG_APRICOT is not set
   3.648 +# CONFIG_B44 is not set
   3.649 +# CONFIG_FORCEDETH is not set
   3.650 +CONFIG_CS89x0=m
   3.651 +# CONFIG_DGRS is not set
   3.652 +# CONFIG_EEPRO100 is not set
   3.653 +# CONFIG_E100 is not set
   3.654 +# CONFIG_LNE390 is not set
   3.655 +# CONFIG_FEALNX is not set
   3.656 +# CONFIG_NATSEMI is not set
   3.657 +CONFIG_NE2K_PCI=m
   3.658 +# CONFIG_NE3210 is not set
   3.659 +# CONFIG_ES3210 is not set
   3.660 +CONFIG_8139CP=m
   3.661 +CONFIG_8139TOO=m
   3.662 +CONFIG_8139TOO_PIO=y
   3.663 +# CONFIG_8139TOO_TUNE_TWISTER is not set
   3.664 +# CONFIG_8139TOO_8129 is not set
   3.665 +# CONFIG_8139_OLD_RX_RESET is not set
   3.666 +# CONFIG_SIS900 is not set
   3.667 +# CONFIG_EPIC100 is not set
   3.668 +# CONFIG_SUNDANCE is not set
   3.669 +CONFIG_TLAN=m
   3.670 +CONFIG_VIA_RHINE=m
   3.671 +# CONFIG_VIA_RHINE_MMIO is not set
   3.672 +# CONFIG_VIA_RHINE_NAPI is not set
   3.673 +# CONFIG_NET_POCKET is not set
   3.674 +
   3.675 +#
   3.676 +# Ethernet (1000 Mbit)
   3.677 +#
   3.678 +# CONFIG_ACENIC is not set
   3.679 +# CONFIG_DL2K is not set
   3.680 +# CONFIG_E1000 is not set
   3.681 +# CONFIG_NS83820 is not set
   3.682 +# CONFIG_HAMACHI is not set
   3.683 +# CONFIG_YELLOWFIN is not set
   3.684 +# CONFIG_R8169 is not set
   3.685 +# CONFIG_SIS190 is not set
   3.686 +# CONFIG_SKGE is not set
   3.687 +# CONFIG_SKY2 is not set
   3.688 +# CONFIG_SK98LIN is not set
   3.689 +# CONFIG_VIA_VELOCITY is not set
   3.690 +# CONFIG_TIGON3 is not set
   3.691 +# CONFIG_BNX2 is not set
   3.692 +# CONFIG_QLA3XXX is not set
   3.693 +
   3.694 +#
   3.695 +# Ethernet (10000 Mbit)
   3.696 +#
   3.697 +# CONFIG_CHELSIO_T1 is not set
   3.698 +# CONFIG_IXGB is not set
   3.699 +# CONFIG_S2IO is not set
   3.700 +# CONFIG_MYRI10GE is not set
   3.701 +# CONFIG_NETXEN_NIC is not set
   3.702 +
   3.703 +#
   3.704 +# Token Ring devices
   3.705 +#
   3.706 +# CONFIG_TR is not set
   3.707 +
   3.708 +#
   3.709 +# Wireless LAN (non-hamradio)
   3.710 +#
   3.711 +# CONFIG_NET_RADIO is not set
   3.712 +
   3.713 +#
   3.714 +# Wan interfaces
   3.715 +#
   3.716 +# CONFIG_WAN is not set
   3.717 +# CONFIG_FDDI is not set
   3.718 +# CONFIG_HIPPI is not set
   3.719 +# CONFIG_PLIP is not set
   3.720 +CONFIG_PPP=m
   3.721 +# CONFIG_PPP_MULTILINK is not set
   3.722 +# CONFIG_PPP_FILTER is not set
   3.723 +CONFIG_PPP_ASYNC=m
   3.724 +CONFIG_PPP_SYNC_TTY=m
   3.725 +CONFIG_PPP_DEFLATE=m
   3.726 +CONFIG_PPP_BSDCOMP=m
   3.727 +# CONFIG_PPP_MPPE is not set
   3.728 +CONFIG_PPPOE=m
   3.729 +# CONFIG_SLIP is not set
   3.730 +CONFIG_SLHC=m
   3.731 +# CONFIG_NET_FC is not set
   3.732 +# CONFIG_SHAPER is not set
   3.733 +# CONFIG_NETCONSOLE is not set
   3.734 +# CONFIG_NETPOLL is not set
   3.735 +# CONFIG_NET_POLL_CONTROLLER is not set
   3.736 +
   3.737 +#
   3.738 +# ISDN subsystem
   3.739 +#
   3.740 +# CONFIG_ISDN is not set
   3.741 +
   3.742 +#
   3.743 +# Telephony Support
   3.744 +#
   3.745 +# CONFIG_PHONE is not set
   3.746 +
   3.747 +#
   3.748 +# Input device support
   3.749 +#
   3.750 +CONFIG_INPUT=y
   3.751 +# CONFIG_INPUT_FF_MEMLESS is not set
   3.752 +
   3.753 +#
   3.754 +# Userland interfaces
   3.755 +#
   3.756 +# CONFIG_INPUT_MOUSEDEV is not set
   3.757 +# CONFIG_INPUT_JOYDEV is not set
   3.758 +# CONFIG_INPUT_TSDEV is not set
   3.759 +# CONFIG_INPUT_EVDEV is not set
   3.760 +# CONFIG_INPUT_EVBUG is not set
   3.761 +
   3.762 +#
   3.763 +# Input Device Drivers
   3.764 +#
   3.765 +CONFIG_INPUT_KEYBOARD=y
   3.766 +CONFIG_KEYBOARD_ATKBD=y
   3.767 +# CONFIG_KEYBOARD_SUNKBD is not set
   3.768 +# CONFIG_KEYBOARD_LKKBD is not set
   3.769 +# CONFIG_KEYBOARD_XTKBD is not set
   3.770 +# CONFIG_KEYBOARD_NEWTON is not set
   3.771 +# CONFIG_KEYBOARD_STOWAWAY is not set
   3.772 +# CONFIG_INPUT_MOUSE is not set
   3.773 +# CONFIG_INPUT_JOYSTICK is not set
   3.774 +# CONFIG_INPUT_TOUCHSCREEN is not set
   3.775 +# CONFIG_INPUT_MISC is not set
   3.776 +
   3.777 +#
   3.778 +# Hardware I/O ports
   3.779 +#
   3.780 +CONFIG_SERIO=y
   3.781 +CONFIG_SERIO_I8042=y
   3.782 +# CONFIG_SERIO_SERPORT is not set
   3.783 +# CONFIG_SERIO_CT82C710 is not set
   3.784 +# CONFIG_SERIO_PARKBD is not set
   3.785 +# CONFIG_SERIO_PCIPS2 is not set
   3.786 +CONFIG_SERIO_LIBPS2=y
   3.787 +# CONFIG_SERIO_RAW is not set
   3.788 +# CONFIG_GAMEPORT is not set
   3.789 +
   3.790 +#
   3.791 +# Character devices
   3.792 +#
   3.793 +CONFIG_VT=y
   3.794 +CONFIG_VT_CONSOLE=y
   3.795 +CONFIG_HW_CONSOLE=y
   3.796 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
   3.797 +# CONFIG_SERIAL_NONSTANDARD is not set
   3.798 +
   3.799 +#
   3.800 +# Serial drivers
   3.801 +#
   3.802 +CONFIG_SERIAL_8250=m
   3.803 +# CONFIG_SERIAL_8250_PCI is not set
   3.804 +# CONFIG_SERIAL_8250_PNP is not set
   3.805 +CONFIG_SERIAL_8250_NR_UARTS=4
   3.806 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
   3.807 +# CONFIG_SERIAL_8250_EXTENDED is not set
   3.808 +
   3.809 +#
   3.810 +# Non-8250 serial port support
   3.811 +#
   3.812 +CONFIG_SERIAL_CORE=m
   3.813 +# CONFIG_SERIAL_JSM is not set
   3.814 +CONFIG_UNIX98_PTYS=y
   3.815 +# CONFIG_LEGACY_PTYS is not set
   3.816 +CONFIG_PRINTER=m
   3.817 +# CONFIG_LP_CONSOLE is not set
   3.818 +# CONFIG_PPDEV is not set
   3.819 +# CONFIG_TIPAR is not set
   3.820 +
   3.821 +#
   3.822 +# IPMI
   3.823 +#
   3.824 +# CONFIG_IPMI_HANDLER is not set
   3.825 +
   3.826 +#
   3.827 +# Watchdog Cards
   3.828 +#
   3.829 +# CONFIG_WATCHDOG is not set
   3.830 +# CONFIG_HW_RANDOM is not set
   3.831 +# CONFIG_NVRAM is not set
   3.832 +# CONFIG_RTC is not set
   3.833 +# CONFIG_GEN_RTC is not set
   3.834 +# CONFIG_DTLK is not set
   3.835 +# CONFIG_R3964 is not set
   3.836 +# CONFIG_APPLICOM is not set
   3.837 +# CONFIG_SONYPI is not set
   3.838 +CONFIG_AGP=m
   3.839 +CONFIG_AGP_ALI=m
   3.840 +CONFIG_AGP_ATI=m
   3.841 +# CONFIG_AGP_AMD is not set
   3.842 +# CONFIG_AGP_AMD64 is not set
   3.843 +CONFIG_AGP_INTEL=m
   3.844 +CONFIG_AGP_NVIDIA=m
   3.845 +CONFIG_AGP_SIS=m
   3.846 +# CONFIG_AGP_SWORKS is not set
   3.847 +CONFIG_AGP_VIA=m
   3.848 +# CONFIG_AGP_EFFICEON is not set
   3.849 +# CONFIG_DRM is not set
   3.850 +# CONFIG_MWAVE is not set
   3.851 +# CONFIG_PC8736x_GPIO is not set
   3.852 +# CONFIG_NSC_GPIO is not set
   3.853 +# CONFIG_CS5535_GPIO is not set
   3.854 +# CONFIG_RAW_DRIVER is not set
   3.855 +# CONFIG_HANGCHECK_TIMER is not set
   3.856 +
   3.857 +#
   3.858 +# TPM devices
   3.859 +#
   3.860 +# CONFIG_TCG_TPM is not set
   3.861 +# CONFIG_TELCLOCK is not set
   3.862 +CONFIG_JSCLIPBOARD=m
   3.863 +
   3.864 +#
   3.865 +# I2C support
   3.866 +#
   3.867 +CONFIG_I2C=m
   3.868 +# CONFIG_I2C_CHARDEV is not set
   3.869 +
   3.870 +#
   3.871 +# I2C Algorithms
   3.872 +#
   3.873 +CONFIG_I2C_ALGOBIT=m
   3.874 +# CONFIG_I2C_ALGOPCF is not set
   3.875 +# CONFIG_I2C_ALGOPCA is not set
   3.876 +
   3.877 +#
   3.878 +# I2C Hardware Bus support
   3.879 +#
   3.880 +# CONFIG_I2C_ALI1535 is not set
   3.881 +# CONFIG_I2C_ALI1563 is not set
   3.882 +# CONFIG_I2C_ALI15X3 is not set
   3.883 +# CONFIG_I2C_AMD756 is not set
   3.884 +# CONFIG_I2C_AMD8111 is not set
   3.885 +# CONFIG_I2C_ELEKTOR is not set
   3.886 +# CONFIG_I2C_I801 is not set
   3.887 +# CONFIG_I2C_I810 is not set
   3.888 +# CONFIG_I2C_PIIX4 is not set
   3.889 +# CONFIG_I2C_NFORCE2 is not set
   3.890 +# CONFIG_I2C_OCORES is not set
   3.891 +# CONFIG_I2C_PARPORT is not set
   3.892 +# CONFIG_I2C_PARPORT_LIGHT is not set
   3.893 +# CONFIG_I2C_PROSAVAGE is not set
   3.894 +# CONFIG_I2C_SAVAGE4 is not set
   3.895 +# CONFIG_SCx200_ACB is not set
   3.896 +# CONFIG_I2C_SIS5595 is not set
   3.897 +# CONFIG_I2C_SIS630 is not set
   3.898 +# CONFIG_I2C_SIS96X is not set
   3.899 +# CONFIG_I2C_STUB is not set
   3.900 +# CONFIG_I2C_VIA is not set
   3.901 +# CONFIG_I2C_VIAPRO is not set
   3.902 +# CONFIG_I2C_VOODOO3 is not set
   3.903 +# CONFIG_I2C_PCA_ISA is not set
   3.904 +
   3.905 +#
   3.906 +# Miscellaneous I2C Chip support
   3.907 +#
   3.908 +# CONFIG_SENSORS_DS1337 is not set
   3.909 +# CONFIG_SENSORS_DS1374 is not set
   3.910 +# CONFIG_SENSORS_EEPROM is not set
   3.911 +# CONFIG_SENSORS_PCF8574 is not set
   3.912 +# CONFIG_SENSORS_PCA9539 is not set
   3.913 +# CONFIG_SENSORS_PCF8591 is not set
   3.914 +# CONFIG_SENSORS_MAX6875 is not set
   3.915 +# CONFIG_I2C_DEBUG_CORE is not set
   3.916 +# CONFIG_I2C_DEBUG_ALGO is not set
   3.917 +# CONFIG_I2C_DEBUG_BUS is not set
   3.918 +# CONFIG_I2C_DEBUG_CHIP is not set
   3.919 +
   3.920 +#
   3.921 +# SPI support
   3.922 +#
   3.923 +# CONFIG_SPI is not set
   3.924 +# CONFIG_SPI_MASTER is not set
   3.925 +
   3.926 +#
   3.927 +# Dallas's 1-wire bus
   3.928 +#
   3.929 +# CONFIG_W1 is not set
   3.930 +
   3.931 +#
   3.932 +# Hardware Monitoring support
   3.933 +#
   3.934 +# CONFIG_HWMON is not set
   3.935 +# CONFIG_HWMON_VID is not set
   3.936 +
   3.937 +#
   3.938 +# Multimedia devices
   3.939 +#
   3.940 +# CONFIG_VIDEO_DEV is not set
   3.941 +
   3.942 +#
   3.943 +# Digital Video Broadcasting Devices
   3.944 +#
   3.945 +# CONFIG_DVB is not set
   3.946 +# CONFIG_USB_DABUSB is not set
   3.947 +
   3.948 +#
   3.949 +# Graphics support
   3.950 +#
   3.951 +# CONFIG_FIRMWARE_EDID is not set
   3.952 +CONFIG_FB=y
   3.953 +CONFIG_FB_DDC=m
   3.954 +CONFIG_FB_CFB_FILLRECT=y
   3.955 +CONFIG_FB_CFB_COPYAREA=y
   3.956 +CONFIG_FB_CFB_IMAGEBLIT=y
   3.957 +# CONFIG_FB_MACMODES is not set
   3.958 +# CONFIG_FB_BACKLIGHT is not set
   3.959 +CONFIG_FB_MODE_HELPERS=y
   3.960 +CONFIG_FB_TILEBLITTING=y
   3.961 +CONFIG_FB_CIRRUS=m
   3.962 +CONFIG_FB_PM2=m
   3.963 +# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
   3.964 +CONFIG_FB_CYBER2000=m
   3.965 +CONFIG_FB_ARC=m
   3.966 +# CONFIG_FB_ASILIANT is not set
   3.967 +# CONFIG_FB_IMSTT is not set
   3.968 +CONFIG_FB_VGA16=m
   3.969 +CONFIG_FB_VESA=y
   3.970 +CONFIG_FB_HGA=m
   3.971 +# CONFIG_FB_HGA_ACCEL is not set
   3.972 +# CONFIG_FB_S1D13XXX is not set
   3.973 +CONFIG_FB_NVIDIA=m
   3.974 +# CONFIG_FB_NVIDIA_I2C is not set
   3.975 +CONFIG_FB_RIVA=m
   3.976 +# CONFIG_FB_RIVA_I2C is not set
   3.977 +# CONFIG_FB_RIVA_DEBUG is not set
   3.978 +# CONFIG_FB_I810 is not set
   3.979 +CONFIG_FB_INTEL=m
   3.980 +# CONFIG_FB_INTEL_DEBUG is not set
   3.981 +CONFIG_FB_INTEL_I2C=y
   3.982 +CONFIG_FB_MATROX=m
   3.983 +# CONFIG_FB_MATROX_MILLENIUM is not set
   3.984 +# CONFIG_FB_MATROX_MYSTIQUE is not set
   3.985 +# CONFIG_FB_MATROX_G is not set
   3.986 +# CONFIG_FB_MATROX_I2C is not set
   3.987 +# CONFIG_FB_MATROX_MULTIHEAD is not set
   3.988 +CONFIG_FB_RADEON=m
   3.989 +CONFIG_FB_RADEON_I2C=y
   3.990 +# CONFIG_FB_RADEON_DEBUG is not set
   3.991 +CONFIG_FB_ATY128=m
   3.992 +CONFIG_FB_ATY=m
   3.993 +# CONFIG_FB_ATY_CT is not set
   3.994 +# CONFIG_FB_ATY_GX is not set
   3.995 +CONFIG_FB_SAVAGE=m
   3.996 +# CONFIG_FB_SAVAGE_I2C is not set
   3.997 +# CONFIG_FB_SAVAGE_ACCEL is not set
   3.998 +CONFIG_FB_SIS=m
   3.999 +CONFIG_FB_SIS_300=y
  3.1000 +CONFIG_FB_SIS_315=y
  3.1001 +CONFIG_FB_NEOMAGIC=m
  3.1002 +CONFIG_FB_KYRO=m
  3.1003 +CONFIG_FB_3DFX=m
  3.1004 +# CONFIG_FB_3DFX_ACCEL is not set
  3.1005 +CONFIG_FB_VOODOO1=m
  3.1006 +# CONFIG_FB_CYBLA is not set
  3.1007 +CONFIG_FB_TRIDENT=m
  3.1008 +# CONFIG_FB_TRIDENT_ACCEL is not set
  3.1009 +# CONFIG_FB_GEODE is not set
  3.1010 +CONFIG_FB_VIRTUAL=m
  3.1011 +
  3.1012 +#
  3.1013 +# Console display driver support
  3.1014 +#
  3.1015 +CONFIG_VGA_CONSOLE=y
  3.1016 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
  3.1017 +CONFIG_VIDEO_SELECT=y
  3.1018 +# CONFIG_MDA_CONSOLE is not set
  3.1019 +CONFIG_DUMMY_CONSOLE=y
  3.1020 +CONFIG_FRAMEBUFFER_CONSOLE=m
  3.1021 +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
  3.1022 +# CONFIG_FONTS is not set
  3.1023 +CONFIG_FONT_8x8=y
  3.1024 +CONFIG_FONT_8x16=y
  3.1025 +
  3.1026 +#
  3.1027 +# Logo configuration
  3.1028 +#
  3.1029 +# CONFIG_LOGO is not set
  3.1030 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  3.1031 +
  3.1032 +#
  3.1033 +# Sound
  3.1034 +#
  3.1035 +# CONFIG_SOUND is not set
  3.1036 +
  3.1037 +#
  3.1038 +# HID Devices
  3.1039 +#
  3.1040 +# CONFIG_HID is not set
  3.1041 +
  3.1042 +#
  3.1043 +# USB support
  3.1044 +#
  3.1045 +CONFIG_USB_ARCH_HAS_HCD=y
  3.1046 +CONFIG_USB_ARCH_HAS_OHCI=y
  3.1047 +CONFIG_USB_ARCH_HAS_EHCI=y
  3.1048 +CONFIG_USB=m
  3.1049 +# CONFIG_USB_DEBUG is not set
  3.1050 +
  3.1051 +#
  3.1052 +# Miscellaneous USB options
  3.1053 +#
  3.1054 +# CONFIG_USB_DEVICEFS is not set
  3.1055 +# CONFIG_USB_BANDWIDTH is not set
  3.1056 +# CONFIG_USB_DYNAMIC_MINORS is not set
  3.1057 +# CONFIG_USB_OTG is not set
  3.1058 +
  3.1059 +#
  3.1060 +# USB Host Controller Drivers
  3.1061 +#
  3.1062 +CONFIG_USB_EHCI_HCD=m
  3.1063 +# CONFIG_USB_EHCI_SPLIT_ISO is not set
  3.1064 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  3.1065 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
  3.1066 +CONFIG_USB_ISP116X_HCD=m
  3.1067 +CONFIG_USB_OHCI_HCD=m
  3.1068 +# CONFIG_USB_OHCI_BIG_ENDIAN is not set
  3.1069 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  3.1070 +CONFIG_USB_UHCI_HCD=m
  3.1071 +CONFIG_USB_SL811_HCD=m
  3.1072 +
  3.1073 +#
  3.1074 +# USB Device Class drivers
  3.1075 +#
  3.1076 +CONFIG_USB_ACM=m
  3.1077 +CONFIG_USB_PRINTER=m
  3.1078 +
  3.1079 +#
  3.1080 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  3.1081 +#
  3.1082 +
  3.1083 +#
  3.1084 +# may also be needed; see USB_STORAGE Help for more information
  3.1085 +#
  3.1086 +# CONFIG_USB_STORAGE is not set
  3.1087 +# CONFIG_USB_LIBUSUAL is not set
  3.1088 +
  3.1089 +#
  3.1090 +# USB Input Devices
  3.1091 +#
  3.1092 +# CONFIG_USB_HID is not set
  3.1093 +
  3.1094 +#
  3.1095 +# USB HID Boot Protocol drivers
  3.1096 +#
  3.1097 +CONFIG_USB_KBD=m
  3.1098 +CONFIG_USB_MOUSE=m
  3.1099 +# CONFIG_USB_AIPTEK is not set
  3.1100 +# CONFIG_USB_WACOM is not set
  3.1101 +# CONFIG_USB_ACECAD is not set
  3.1102 +# CONFIG_USB_KBTAB is not set
  3.1103 +# CONFIG_USB_POWERMATE is not set
  3.1104 +# CONFIG_USB_TOUCHSCREEN is not set
  3.1105 +# CONFIG_USB_YEALINK is not set
  3.1106 +# CONFIG_USB_XPAD is not set
  3.1107 +# CONFIG_USB_ATI_REMOTE is not set
  3.1108 +# CONFIG_USB_ATI_REMOTE2 is not set
  3.1109 +# CONFIG_USB_KEYSPAN_REMOTE is not set
  3.1110 +# CONFIG_USB_APPLETOUCH is not set
  3.1111 +
  3.1112 +#
  3.1113 +# USB Imaging devices
  3.1114 +#
  3.1115 +# CONFIG_USB_MDC800 is not set
  3.1116 +# CONFIG_USB_MICROTEK is not set
  3.1117 +
  3.1118 +#
  3.1119 +# USB Network Adapters
  3.1120 +#
  3.1121 +# CONFIG_USB_CATC is not set
  3.1122 +# CONFIG_USB_KAWETH is not set
  3.1123 +# CONFIG_USB_PEGASUS is not set
  3.1124 +# CONFIG_USB_RTL8150 is not set
  3.1125 +# CONFIG_USB_USBNET_MII is not set
  3.1126 +# CONFIG_USB_USBNET is not set
  3.1127 +CONFIG_USB_MON=y
  3.1128 +
  3.1129 +#
  3.1130 +# USB port drivers
  3.1131 +#
  3.1132 +# CONFIG_USB_USS720 is not set
  3.1133 +
  3.1134 +#
  3.1135 +# USB Serial Converter support
  3.1136 +#
  3.1137 +CONFIG_USB_SERIAL=m
  3.1138 +# CONFIG_USB_SERIAL_GENERIC is not set
  3.1139 +# CONFIG_USB_SERIAL_AIRCABLE is not set
  3.1140 +# CONFIG_USB_SERIAL_AIRPRIME is not set
  3.1141 +# CONFIG_USB_SERIAL_ARK3116 is not set
  3.1142 +# CONFIG_USB_SERIAL_BELKIN is not set
  3.1143 +# CONFIG_USB_SERIAL_WHITEHEAT is not set
  3.1144 +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  3.1145 +# CONFIG_USB_SERIAL_CP2101 is not set
  3.1146 +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  3.1147 +# CONFIG_USB_SERIAL_EMPEG is not set
  3.1148 +# CONFIG_USB_SERIAL_FTDI_SIO is not set
  3.1149 +# CONFIG_USB_SERIAL_FUNSOFT is not set
  3.1150 +# CONFIG_USB_SERIAL_VISOR is not set
  3.1151 +# CONFIG_USB_SERIAL_IPAQ is not set
  3.1152 +# CONFIG_USB_SERIAL_IR is not set
  3.1153 +# CONFIG_USB_SERIAL_EDGEPORT is not set
  3.1154 +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  3.1155 +# CONFIG_USB_SERIAL_GARMIN is not set
  3.1156 +# CONFIG_USB_SERIAL_IPW is not set
  3.1157 +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  3.1158 +# CONFIG_USB_SERIAL_KEYSPAN is not set
  3.1159 +# CONFIG_USB_SERIAL_KLSI is not set
  3.1160 +# CONFIG_USB_SERIAL_KOBIL_SCT is not set
  3.1161 +# CONFIG_USB_SERIAL_MCT_U232 is not set
  3.1162 +# CONFIG_USB_SERIAL_MOS7720 is not set
  3.1163 +# CONFIG_USB_SERIAL_MOS7840 is not set
  3.1164 +# CONFIG_USB_SERIAL_NAVMAN is not set
  3.1165 +# CONFIG_USB_SERIAL_PL2303 is not set
  3.1166 +# CONFIG_USB_SERIAL_HP4X is not set
  3.1167 +# CONFIG_USB_SERIAL_SAFE is not set
  3.1168 +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
  3.1169 +# CONFIG_USB_SERIAL_TI is not set
  3.1170 +# CONFIG_USB_SERIAL_CYBERJACK is not set
  3.1171 +# CONFIG_USB_SERIAL_XIRCOM is not set
  3.1172 +# CONFIG_USB_SERIAL_OPTION is not set
  3.1173 +# CONFIG_USB_SERIAL_OMNINET is not set
  3.1174 +# CONFIG_USB_SERIAL_DEBUG is not set
  3.1175 +
  3.1176 +#
  3.1177 +# USB Miscellaneous drivers
  3.1178 +#
  3.1179 +# CONFIG_USB_EMI62 is not set
  3.1180 +# CONFIG_USB_EMI26 is not set
  3.1181 +# CONFIG_USB_ADUTUX is not set
  3.1182 +# CONFIG_USB_AUERSWALD is not set
  3.1183 +# CONFIG_USB_RIO500 is not set
  3.1184 +# CONFIG_USB_LEGOTOWER is not set
  3.1185 +# CONFIG_USB_LCD is not set
  3.1186 +# CONFIG_USB_LED is not set
  3.1187 +# CONFIG_USB_CYPRESS_CY7C63 is not set
  3.1188 +# CONFIG_USB_CYTHERM is not set
  3.1189 +# CONFIG_USB_PHIDGET is not set
  3.1190 +# CONFIG_USB_IDMOUSE is not set
  3.1191 +# CONFIG_USB_FTDI_ELAN is not set
  3.1192 +# CONFIG_USB_APPLEDISPLAY is not set
  3.1193 +# CONFIG_USB_SISUSBVGA is not set
  3.1194 +# CONFIG_USB_LD is not set
  3.1195 +# CONFIG_USB_TRANCEVIBRATOR is not set
  3.1196 +
  3.1197 +#
  3.1198 +# USB DSL modem support
  3.1199 +#
  3.1200 +
  3.1201 +#
  3.1202 +# USB Gadget Support
  3.1203 +#
  3.1204 +# CONFIG_USB_GADGET is not set
  3.1205 +
  3.1206 +#
  3.1207 +# MMC/SD Card support
  3.1208 +#
  3.1209 +# CONFIG_MMC is not set
  3.1210 +
  3.1211 +#
  3.1212 +# LED devices
  3.1213 +#
  3.1214 +# CONFIG_NEW_LEDS is not set
  3.1215 +
  3.1216 +#
  3.1217 +# LED drivers
  3.1218 +#
  3.1219 +
  3.1220 +#
  3.1221 +# LED Triggers
  3.1222 +#
  3.1223 +
  3.1224 +#
  3.1225 +# InfiniBand support
  3.1226 +#
  3.1227 +# CONFIG_INFINIBAND is not set
  3.1228 +
  3.1229 +#
  3.1230 +# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  3.1231 +#
  3.1232 +# CONFIG_EDAC is not set
  3.1233 +
  3.1234 +#
  3.1235 +# Real Time Clock
  3.1236 +#
  3.1237 +# CONFIG_RTC_CLASS is not set
  3.1238 +
  3.1239 +#
  3.1240 +# DMA Engine support
  3.1241 +#
  3.1242 +# CONFIG_DMA_ENGINE is not set
  3.1243 +
  3.1244 +#
  3.1245 +# DMA Clients
  3.1246 +#
  3.1247 +
  3.1248 +#
  3.1249 +# DMA Devices
  3.1250 +#
  3.1251 +
  3.1252 +#
  3.1253 +# Virtualization
  3.1254 +#
  3.1255 +# CONFIG_KVM is not set
  3.1256 +
  3.1257 +#
  3.1258 +# File systems
  3.1259 +#
  3.1260 +# CONFIG_EXT2_FS is not set
  3.1261 +CONFIG_EXT3_FS=m
  3.1262 +# CONFIG_EXT3_FS_XATTR is not set
  3.1263 +# CONFIG_EXT4DEV_FS is not set
  3.1264 +CONFIG_JBD=m
  3.1265 +# CONFIG_JBD_DEBUG is not set
  3.1266 +CONFIG_REISERFS_FS=m
  3.1267 +# CONFIG_REISERFS_CHECK is not set
  3.1268 +# CONFIG_REISERFS_PROC_INFO is not set
  3.1269 +# CONFIG_REISERFS_FS_XATTR is not set
  3.1270 +# CONFIG_JFS_FS is not set
  3.1271 +# CONFIG_FS_POSIX_ACL is not set
  3.1272 +CONFIG_XFS_FS=m
  3.1273 +# CONFIG_XFS_QUOTA is not set
  3.1274 +# CONFIG_XFS_SECURITY is not set
  3.1275 +# CONFIG_XFS_POSIX_ACL is not set
  3.1276 +# CONFIG_XFS_RT is not set
  3.1277 +# CONFIG_GFS2_FS is not set
  3.1278 +# CONFIG_OCFS2_FS is not set
  3.1279 +# CONFIG_MINIX_FS is not set
  3.1280 +# CONFIG_ROMFS_FS is not set
  3.1281 +# CONFIG_INOTIFY is not set
  3.1282 +# CONFIG_QUOTA is not set
  3.1283 +# CONFIG_DNOTIFY is not set
  3.1284 +# CONFIG_AUTOFS_FS is not set
  3.1285 +# CONFIG_AUTOFS4_FS is not set
  3.1286 +CONFIG_FUSE_FS=m
  3.1287 +
  3.1288 +#
  3.1289 +# CD-ROM/DVD Filesystems
  3.1290 +#
  3.1291 +CONFIG_ISO9660_FS=m
  3.1292 +# CONFIG_JOLIET is not set
  3.1293 +# CONFIG_ZISOFS is not set
  3.1294 +# CONFIG_UDF_FS is not set
  3.1295 +
  3.1296 +#
  3.1297 +# DOS/FAT/NT Filesystems
  3.1298 +#
  3.1299 +CONFIG_FAT_FS=m
  3.1300 +CONFIG_MSDOS_FS=m
  3.1301 +CONFIG_VFAT_FS=m
  3.1302 +CONFIG_FAT_DEFAULT_CODEPAGE=437
  3.1303 +CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
  3.1304 +CONFIG_NTFS_FS=m
  3.1305 +# CONFIG_NTFS_DEBUG is not set
  3.1306 +CONFIG_NTFS_RW=y
  3.1307 +
  3.1308 +#
  3.1309 +# Pseudo filesystems
  3.1310 +#
  3.1311 +CONFIG_PROC_FS=y
  3.1312 +# CONFIG_PROC_KCORE is not set
  3.1313 +# CONFIG_PROC_SYSCTL is not set
  3.1314 +CONFIG_SYSFS=y
  3.1315 +# CONFIG_TMPFS is not set
  3.1316 +# CONFIG_HUGETLBFS is not set
  3.1317 +# CONFIG_HUGETLB_PAGE is not set
  3.1318 +CONFIG_RAMFS=y
  3.1319 +# CONFIG_CONFIGFS_FS is not set
  3.1320 +
  3.1321 +#
  3.1322 +# Miscellaneous filesystems
  3.1323 +#
  3.1324 +# CONFIG_ADFS_FS is not set
  3.1325 +# CONFIG_AFFS_FS is not set
  3.1326 +CONFIG_HFS_FS=m
  3.1327 +CONFIG_HFSPLUS_FS=m
  3.1328 +# CONFIG_BEFS_FS is not set
  3.1329 +# CONFIG_BFS_FS is not set
  3.1330 +# CONFIG_EFS_FS is not set
  3.1331 +# CONFIG_CRAMFS is not set
  3.1332 +# CONFIG_VXFS_FS is not set
  3.1333 +# CONFIG_HPFS_FS is not set
  3.1334 +# CONFIG_QNX4FS_FS is not set
  3.1335 +# CONFIG_SYSV_FS is not set
  3.1336 +# CONFIG_UFS_FS is not set
  3.1337 +
  3.1338 +#
  3.1339 +# Network File Systems
  3.1340 +#
  3.1341 +# CONFIG_NFS_FS is not set
  3.1342 +CONFIG_NFSD=m
  3.1343 +# CONFIG_NFSD_V3 is not set
  3.1344 +CONFIG_NFSD_TCP=y
  3.1345 +CONFIG_LOCKD=m
  3.1346 +CONFIG_EXPORTFS=m
  3.1347 +CONFIG_NFS_COMMON=y
  3.1348 +CONFIG_SUNRPC=m
  3.1349 +# CONFIG_RPCSEC_GSS_KRB5 is not set
  3.1350 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
  3.1351 +CONFIG_SMB_FS=m
  3.1352 +# CONFIG_SMB_NLS_DEFAULT is not set
  3.1353 +CONFIG_CIFS=m
  3.1354 +# CONFIG_CIFS_STATS is not set
  3.1355 +# CONFIG_CIFS_WEAK_PW_HASH is not set
  3.1356 +# CONFIG_CIFS_XATTR is not set
  3.1357 +# CONFIG_CIFS_DEBUG2 is not set
  3.1358 +# CONFIG_CIFS_EXPERIMENTAL is not set
  3.1359 +# CONFIG_NCP_FS is not set
  3.1360 +# CONFIG_CODA_FS is not set
  3.1361 +# CONFIG_AFS_FS is not set
  3.1362 +# CONFIG_9P_FS is not set
  3.1363 +
  3.1364 +#
  3.1365 +# Partition Types
  3.1366 +#
  3.1367 +CONFIG_PARTITION_ADVANCED=y
  3.1368 +# CONFIG_ACORN_PARTITION is not set
  3.1369 +# CONFIG_OSF_PARTITION is not set
  3.1370 +# CONFIG_AMIGA_PARTITION is not set
  3.1371 +# CONFIG_ATARI_PARTITION is not set
  3.1372 +# CONFIG_MAC_PARTITION is not set
  3.1373 +CONFIG_MSDOS_PARTITION=y
  3.1374 +# CONFIG_BSD_DISKLABEL is not set
  3.1375 +# CONFIG_MINIX_SUBPARTITION is not set
  3.1376 +# CONFIG_SOLARIS_X86_PARTITION is not set
  3.1377 +# CONFIG_UNIXWARE_DISKLABEL is not set
  3.1378 +# CONFIG_LDM_PARTITION is not set
  3.1379 +# CONFIG_SGI_PARTITION is not set
  3.1380 +# CONFIG_ULTRIX_PARTITION is not set
  3.1381 +# CONFIG_SUN_PARTITION is not set
  3.1382 +# CONFIG_KARMA_PARTITION is not set
  3.1383 +# CONFIG_EFI_PARTITION is not set
  3.1384 +
  3.1385 +#
  3.1386 +# Native Language Support
  3.1387 +#
  3.1388 +CONFIG_NLS=m
  3.1389 +CONFIG_NLS_DEFAULT="utf8"
  3.1390 +CONFIG_NLS_CODEPAGE_437=m
  3.1391 +# CONFIG_NLS_CODEPAGE_737 is not set
  3.1392 +# CONFIG_NLS_CODEPAGE_775 is not set
  3.1393 +# CONFIG_NLS_CODEPAGE_850 is not set
  3.1394 +# CONFIG_NLS_CODEPAGE_852 is not set
  3.1395 +# CONFIG_NLS_CODEPAGE_855 is not set
  3.1396 +# CONFIG_NLS_CODEPAGE_857 is not set
  3.1397 +# CONFIG_NLS_CODEPAGE_860 is not set
  3.1398 +# CONFIG_NLS_CODEPAGE_861 is not set
  3.1399 +# CONFIG_NLS_CODEPAGE_862 is not set
  3.1400 +# CONFIG_NLS_CODEPAGE_863 is not set
  3.1401 +# CONFIG_NLS_CODEPAGE_864 is not set
  3.1402 +# CONFIG_NLS_CODEPAGE_865 is not set
  3.1403 +# CONFIG_NLS_CODEPAGE_866 is not set
  3.1404 +# CONFIG_NLS_CODEPAGE_869 is not set
  3.1405 +# CONFIG_NLS_CODEPAGE_936 is not set
  3.1406 +# CONFIG_NLS_CODEPAGE_950 is not set
  3.1407 +# CONFIG_NLS_CODEPAGE_932 is not set
  3.1408 +# CONFIG_NLS_CODEPAGE_949 is not set
  3.1409 +# CONFIG_NLS_CODEPAGE_874 is not set
  3.1410 +# CONFIG_NLS_ISO8859_8 is not set
  3.1411 +# CONFIG_NLS_CODEPAGE_1250 is not set
  3.1412 +# CONFIG_NLS_CODEPAGE_1251 is not set
  3.1413 +# CONFIG_NLS_ASCII is not set
  3.1414 +# CONFIG_NLS_ISO8859_1 is not set
  3.1415 +# CONFIG_NLS_ISO8859_2 is not set
  3.1416 +# CONFIG_NLS_ISO8859_3 is not set
  3.1417 +# CONFIG_NLS_ISO8859_4 is not set
  3.1418 +# CONFIG_NLS_ISO8859_5 is not set
  3.1419 +# CONFIG_NLS_ISO8859_6 is not set
  3.1420 +# CONFIG_NLS_ISO8859_7 is not set
  3.1421 +# CONFIG_NLS_ISO8859_9 is not set
  3.1422 +# CONFIG_NLS_ISO8859_13 is not set
  3.1423 +# CONFIG_NLS_ISO8859_14 is not set
  3.1424 +# CONFIG_NLS_ISO8859_15 is not set
  3.1425 +# CONFIG_NLS_KOI8_R is not set
  3.1426 +# CONFIG_NLS_KOI8_U is not set
  3.1427 +CONFIG_NLS_UTF8=m
  3.1428 +
  3.1429 +#
  3.1430 +# Distributed Lock Manager
  3.1431 +#
  3.1432 +# CONFIG_DLM is not set
  3.1433 +
  3.1434 +#
  3.1435 +# Instrumentation Support
  3.1436 +#
  3.1437 +# CONFIG_PROFILING is not set
  3.1438 +
  3.1439 +#
  3.1440 +# Kernel hacking
  3.1441 +#
  3.1442 +CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  3.1443 +# CONFIG_PRINTK_TIME is not set
  3.1444 +# CONFIG_ENABLE_MUST_CHECK is not set
  3.1445 +# CONFIG_MAGIC_SYSRQ is not set
  3.1446 +# CONFIG_UNUSED_SYMBOLS is not set
  3.1447 +# CONFIG_DEBUG_FS is not set
  3.1448 +# CONFIG_HEADERS_CHECK is not set
  3.1449 +# CONFIG_DEBUG_KERNEL is not set
  3.1450 +CONFIG_LOG_BUF_SHIFT=14
  3.1451 +CONFIG_EARLY_PRINTK=y
  3.1452 +# CONFIG_DOUBLEFAULT is not set
  3.1453 +
  3.1454 +#
  3.1455 +# Security options
  3.1456 +#
  3.1457 +# CONFIG_KEYS is not set
  3.1458 +# CONFIG_SECURITY is not set
  3.1459 +
  3.1460 +#
  3.1461 +# Cryptographic options
  3.1462 +#
  3.1463 +# CONFIG_CRYPTO is not set
  3.1464 +
  3.1465 +#
  3.1466 +# Library routines
  3.1467 +#
  3.1468 +CONFIG_BITREVERSE=y
  3.1469 +CONFIG_CRC_CCITT=m
  3.1470 +# CONFIG_CRC16 is not set
  3.1471 +CONFIG_CRC32=y
  3.1472 +# CONFIG_LIBCRC32C is not set
  3.1473 +CONFIG_ZLIB_INFLATE=m
  3.1474 +CONFIG_ZLIB_DEFLATE=m
  3.1475 +CONFIG_IOMAP_COPY=y
  3.1476 +CONFIG_GENERIC_HARDIRQS=y
  3.1477 +CONFIG_GENERIC_IRQ_PROBE=y
  3.1478 +CONFIG_X86_BIOS_REBOOT=y
  3.1479 +CONFIG_KTIME_SCALAR=y
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/linux/stuff/linux-2.6.20-slitaz.config.586	Wed Jul 14 14:20:00 2021 +0000
     4.3 @@ -0,0 +1,1485 @@
     4.4 +#
     4.5 +# Automatically generated make config: don't edit
     4.6 +# Linux kernel version: 2.6.20
     4.7 +# Mon Jul 12 09:00:15 2021
     4.8 +#
     4.9 +CONFIG_X86_32=y
    4.10 +CONFIG_GENERIC_TIME=y
    4.11 +CONFIG_LOCKDEP_SUPPORT=y
    4.12 +CONFIG_STACKTRACE_SUPPORT=y
    4.13 +CONFIG_SEMAPHORE_SLEEPERS=y
    4.14 +CONFIG_X86=y
    4.15 +CONFIG_MMU=y
    4.16 +CONFIG_GENERIC_ISA_DMA=y
    4.17 +CONFIG_GENERIC_IOMAP=y
    4.18 +CONFIG_GENERIC_HWEIGHT=y
    4.19 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
    4.20 +CONFIG_DMI=y
    4.21 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
    4.22 +
    4.23 +#
    4.24 +# Code maturity level options
    4.25 +#
    4.26 +CONFIG_EXPERIMENTAL=y
    4.27 +CONFIG_BROKEN_ON_SMP=y
    4.28 +CONFIG_INIT_ENV_ARG_LIMIT=32
    4.29 +
    4.30 +#
    4.31 +# General setup
    4.32 +#
    4.33 +CONFIG_LOCALVERSION="-slitaz"
    4.34 +CONFIG_LOCALVERSION_AUTO=y
    4.35 +# CONFIG_SWAP is not set
    4.36 +# CONFIG_SYSVIPC is not set
    4.37 +# CONFIG_POSIX_MQUEUE is not set
    4.38 +# CONFIG_BSD_PROCESS_ACCT is not set
    4.39 +# CONFIG_TASKSTATS is not set
    4.40 +# CONFIG_UTS_NS is not set
    4.41 +# CONFIG_AUDIT is not set
    4.42 +# CONFIG_IKCONFIG is not set
    4.43 +# CONFIG_SYSFS_DEPRECATED is not set
    4.44 +# CONFIG_RELAY is not set
    4.45 +CONFIG_INITRAMFS_SOURCE=""
    4.46 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y
    4.47 +CONFIG_EMBEDDED=y
    4.48 +CONFIG_UID16=y
    4.49 +# CONFIG_SYSCTL_SYSCALL is not set
    4.50 +# CONFIG_KALLSYMS is not set
    4.51 +CONFIG_HOTPLUG=y
    4.52 +CONFIG_PRINTK=y
    4.53 +# CONFIG_BUG is not set
    4.54 +# CONFIG_ELF_CORE is not set
    4.55 +# CONFIG_BASE_FULL is not set
    4.56 +# CONFIG_FUTEX is not set
    4.57 +# CONFIG_EPOLL is not set
    4.58 +# CONFIG_SHMEM is not set
    4.59 +# CONFIG_SLAB is not set
    4.60 +# CONFIG_VM_EVENT_COUNTERS is not set
    4.61 +CONFIG_TINY_SHMEM=y
    4.62 +CONFIG_BASE_SMALL=1
    4.63 +CONFIG_SLOB=y
    4.64 +
    4.65 +#
    4.66 +# Loadable module support
    4.67 +#
    4.68 +CONFIG_MODULES=y
    4.69 +# CONFIG_MODULE_UNLOAD is not set
    4.70 +# CONFIG_MODVERSIONS is not set
    4.71 +# CONFIG_MODULE_SRCVERSION_ALL is not set
    4.72 +# CONFIG_KMOD is not set
    4.73 +
    4.74 +#
    4.75 +# Block layer
    4.76 +#
    4.77 +CONFIG_BLOCK=y
    4.78 +# CONFIG_LBD is not set
    4.79 +# CONFIG_BLK_DEV_IO_TRACE is not set
    4.80 +# CONFIG_LSF is not set
    4.81 +
    4.82 +#
    4.83 +# IO Schedulers
    4.84 +#
    4.85 +CONFIG_IOSCHED_NOOP=y
    4.86 +# CONFIG_IOSCHED_AS is not set
    4.87 +# CONFIG_IOSCHED_DEADLINE is not set
    4.88 +CONFIG_IOSCHED_CFQ=m
    4.89 +# CONFIG_DEFAULT_AS is not set
    4.90 +# CONFIG_DEFAULT_DEADLINE is not set
    4.91 +# CONFIG_DEFAULT_CFQ is not set
    4.92 +CONFIG_DEFAULT_NOOP=y
    4.93 +CONFIG_DEFAULT_IOSCHED="noop"
    4.94 +
    4.95 +#
    4.96 +# Processor type and features
    4.97 +#
    4.98 +# CONFIG_SMP is not set
    4.99 +CONFIG_X86_PC=y
   4.100 +# CONFIG_X86_ELAN is not set
   4.101 +# CONFIG_X86_VOYAGER is not set
   4.102 +# CONFIG_X86_NUMAQ is not set
   4.103 +# CONFIG_X86_SUMMIT is not set
   4.104 +# CONFIG_X86_BIGSMP is not set
   4.105 +# CONFIG_X86_VISWS is not set
   4.106 +# CONFIG_X86_GENERICARCH is not set
   4.107 +# CONFIG_X86_ES7000 is not set
   4.108 +# CONFIG_PARAVIRT is not set
   4.109 +# CONFIG_M386 is not set
   4.110 +# CONFIG_M486 is not set
   4.111 +# CONFIG_M586 is not set
   4.112 +CONFIG_M586TSC=y
   4.113 +# CONFIG_M586MMX is not set
   4.114 +# CONFIG_M686 is not set
   4.115 +# CONFIG_MPENTIUMII is not set
   4.116 +# CONFIG_MPENTIUMIII is not set
   4.117 +# CONFIG_MPENTIUMM is not set
   4.118 +# CONFIG_MCORE2 is not set
   4.119 +# CONFIG_MPENTIUM4 is not set
   4.120 +# CONFIG_MK6 is not set
   4.121 +# CONFIG_MK7 is not set
   4.122 +# CONFIG_MK8 is not set
   4.123 +# CONFIG_MCRUSOE is not set
   4.124 +# CONFIG_MEFFICEON is not set
   4.125 +# CONFIG_MWINCHIPC6 is not set
   4.126 +# CONFIG_MWINCHIP2 is not set
   4.127 +# CONFIG_MWINCHIP3D is not set
   4.128 +# CONFIG_MGEODEGX1 is not set
   4.129 +# CONFIG_MGEODE_LX is not set
   4.130 +# CONFIG_MCYRIXIII is not set
   4.131 +# CONFIG_MVIAC3_2 is not set
   4.132 +# CONFIG_X86_GENERIC is not set
   4.133 +CONFIG_X86_CMPXCHG=y
   4.134 +CONFIG_X86_XADD=y
   4.135 +CONFIG_X86_L1_CACHE_SHIFT=5
   4.136 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
   4.137 +# CONFIG_ARCH_HAS_ILOG2_U32 is not set
   4.138 +# CONFIG_ARCH_HAS_ILOG2_U64 is not set
   4.139 +CONFIG_GENERIC_CALIBRATE_DELAY=y
   4.140 +CONFIG_X86_PPRO_FENCE=y
   4.141 +CONFIG_X86_F00F_BUG=y
   4.142 +CONFIG_X86_WP_WORKS_OK=y
   4.143 +CONFIG_X86_INVLPG=y
   4.144 +CONFIG_X86_BSWAP=y
   4.145 +CONFIG_X86_POPAD_OK=y
   4.146 +CONFIG_X86_CMPXCHG64=y
   4.147 +CONFIG_X86_ALIGNMENT_16=y
   4.148 +CONFIG_X86_TSC=y
   4.149 +# CONFIG_HPET_TIMER is not set
   4.150 +CONFIG_PREEMPT_NONE=y
   4.151 +# CONFIG_PREEMPT_VOLUNTARY is not set
   4.152 +# CONFIG_PREEMPT is not set
   4.153 +# CONFIG_X86_UP_APIC is not set
   4.154 +# CONFIG_X86_MCE is not set
   4.155 +# CONFIG_VM86 is not set
   4.156 +# CONFIG_TOSHIBA is not set
   4.157 +# CONFIG_I8K is not set
   4.158 +# CONFIG_X86_REBOOTFIXUPS is not set
   4.159 +# CONFIG_MICROCODE is not set
   4.160 +# CONFIG_X86_MSR is not set
   4.161 +# CONFIG_X86_CPUID is not set
   4.162 +
   4.163 +#
   4.164 +# Firmware Drivers
   4.165 +#
   4.166 +# CONFIG_EDD is not set
   4.167 +# CONFIG_DELL_RBU is not set
   4.168 +CONFIG_DCDBAS=m
   4.169 +CONFIG_NOHIGHMEM=y
   4.170 +# CONFIG_HIGHMEM4G is not set
   4.171 +# CONFIG_HIGHMEM64G is not set
   4.172 +CONFIG_VMSPLIT_3G=y
   4.173 +# CONFIG_VMSPLIT_3G_OPT is not set
   4.174 +# CONFIG_VMSPLIT_2G is not set
   4.175 +# CONFIG_VMSPLIT_1G is not set
   4.176 +CONFIG_PAGE_OFFSET=0xC0000000
   4.177 +CONFIG_ARCH_FLATMEM_ENABLE=y
   4.178 +CONFIG_ARCH_SPARSEMEM_ENABLE=y
   4.179 +CONFIG_ARCH_SELECT_MEMORY_MODEL=y
   4.180 +CONFIG_ARCH_POPULATES_NODE_MAP=y
   4.181 +CONFIG_SELECT_MEMORY_MODEL=y
   4.182 +CONFIG_FLATMEM_MANUAL=y
   4.183 +# CONFIG_DISCONTIGMEM_MANUAL is not set
   4.184 +# CONFIG_SPARSEMEM_MANUAL is not set
   4.185 +CONFIG_FLATMEM=y
   4.186 +CONFIG_FLAT_NODE_MEM_MAP=y
   4.187 +CONFIG_SPARSEMEM_STATIC=y
   4.188 +CONFIG_SPLIT_PTLOCK_CPUS=4
   4.189 +# CONFIG_RESOURCES_64BIT is not set
   4.190 +# CONFIG_MATH_EMULATION is not set
   4.191 +# CONFIG_MTRR is not set
   4.192 +# CONFIG_SECCOMP is not set
   4.193 +CONFIG_HZ_100=y
   4.194 +# CONFIG_HZ_250 is not set
   4.195 +# CONFIG_HZ_300 is not set
   4.196 +# CONFIG_HZ_1000 is not set
   4.197 +CONFIG_HZ=100
   4.198 +# CONFIG_KEXEC is not set
   4.199 +CONFIG_PHYSICAL_START=0x100000
   4.200 +# CONFIG_RELOCATABLE is not set
   4.201 +CONFIG_PHYSICAL_ALIGN=0x100000
   4.202 +# CONFIG_COMPAT_VDSO is not set
   4.203 +
   4.204 +#
   4.205 +# Power management options (ACPI, APM)
   4.206 +#
   4.207 +# CONFIG_PM is not set
   4.208 +
   4.209 +#
   4.210 +# ACPI (Advanced Configuration and Power Interface) Support
   4.211 +#
   4.212 +
   4.213 +#
   4.214 +# CPU Frequency scaling
   4.215 +#
   4.216 +# CONFIG_CPU_FREQ is not set
   4.217 +
   4.218 +#
   4.219 +# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
   4.220 +#
   4.221 +CONFIG_PCI=y
   4.222 +# CONFIG_PCI_GOBIOS is not set
   4.223 +# CONFIG_PCI_GOMMCONFIG is not set
   4.224 +CONFIG_PCI_GODIRECT=y
   4.225 +# CONFIG_PCI_GOANY is not set
   4.226 +CONFIG_PCI_DIRECT=y
   4.227 +# CONFIG_PCIEPORTBUS is not set
   4.228 +CONFIG_ISA_DMA_API=y
   4.229 +CONFIG_ISA=y
   4.230 +CONFIG_EISA=y
   4.231 +CONFIG_EISA_VLB_PRIMING=y
   4.232 +CONFIG_EISA_PCI_EISA=y
   4.233 +CONFIG_EISA_VIRTUAL_ROOT=y
   4.234 +# CONFIG_EISA_NAMES is not set
   4.235 +# CONFIG_MCA is not set
   4.236 +# CONFIG_SCx200 is not set
   4.237 +
   4.238 +#
   4.239 +# PCCARD (PCMCIA/CardBus) support
   4.240 +#
   4.241 +# CONFIG_PCCARD is not set
   4.242 +
   4.243 +#
   4.244 +# PCI Hotplug Support
   4.245 +#
   4.246 +# CONFIG_HOTPLUG_PCI is not set
   4.247 +
   4.248 +#
   4.249 +# Executable file formats
   4.250 +#
   4.251 +CONFIG_BINFMT_ELF=y
   4.252 +# CONFIG_BINFMT_AOUT is not set
   4.253 +# CONFIG_BINFMT_MISC is not set
   4.254 +
   4.255 +#
   4.256 +# Networking
   4.257 +#
   4.258 +CONFIG_NET=y
   4.259 +
   4.260 +#
   4.261 +# Networking options
   4.262 +#
   4.263 +# CONFIG_NETDEBUG is not set
   4.264 +CONFIG_PACKET=y
   4.265 +# CONFIG_PACKET_MMAP is not set
   4.266 +# CONFIG_UNIX is not set
   4.267 +# CONFIG_NET_KEY is not set
   4.268 +CONFIG_INET=y
   4.269 +# CONFIG_IP_MULTICAST is not set
   4.270 +# CONFIG_IP_ADVANCED_ROUTER is not set
   4.271 +CONFIG_IP_FIB_HASH=y
   4.272 +# CONFIG_IP_PNP is not set
   4.273 +# CONFIG_NET_IPIP is not set
   4.274 +# CONFIG_NET_IPGRE is not set
   4.275 +# CONFIG_ARPD is not set
   4.276 +# CONFIG_SYN_COOKIES is not set
   4.277 +# CONFIG_INET_AH is not set
   4.278 +# CONFIG_INET_ESP is not set
   4.279 +# CONFIG_INET_IPCOMP is not set
   4.280 +# CONFIG_INET_XFRM_TUNNEL is not set
   4.281 +# CONFIG_INET_TUNNEL is not set
   4.282 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
   4.283 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
   4.284 +# CONFIG_INET_XFRM_MODE_BEET is not set
   4.285 +CONFIG_INET_DIAG=m
   4.286 +CONFIG_INET_TCP_DIAG=m
   4.287 +# CONFIG_TCP_CONG_ADVANCED is not set
   4.288 +CONFIG_TCP_CONG_CUBIC=y
   4.289 +CONFIG_DEFAULT_TCP_CONG="cubic"
   4.290 +# CONFIG_TCP_MD5SIG is not set
   4.291 +# CONFIG_IPV6 is not set
   4.292 +# CONFIG_INET6_XFRM_TUNNEL is not set
   4.293 +# CONFIG_INET6_TUNNEL is not set
   4.294 +# CONFIG_NETWORK_SECMARK is not set
   4.295 +# CONFIG_NETFILTER is not set
   4.296 +
   4.297 +#
   4.298 +# DCCP Configuration (EXPERIMENTAL)
   4.299 +#
   4.300 +# CONFIG_IP_DCCP is not set
   4.301 +
   4.302 +#
   4.303 +# SCTP Configuration (EXPERIMENTAL)
   4.304 +#
   4.305 +# CONFIG_IP_SCTP is not set
   4.306 +
   4.307 +#
   4.308 +# TIPC Configuration (EXPERIMENTAL)
   4.309 +#
   4.310 +# CONFIG_TIPC is not set
   4.311 +# CONFIG_ATM is not set
   4.312 +# CONFIG_BRIDGE is not set
   4.313 +# CONFIG_VLAN_8021Q is not set
   4.314 +# CONFIG_DECNET is not set
   4.315 +# CONFIG_LLC2 is not set
   4.316 +# CONFIG_IPX is not set
   4.317 +# CONFIG_ATALK is not set
   4.318 +# CONFIG_X25 is not set
   4.319 +# CONFIG_LAPB is not set
   4.320 +# CONFIG_ECONET is not set
   4.321 +# CONFIG_WAN_ROUTER is not set
   4.322 +
   4.323 +#
   4.324 +# QoS and/or fair queueing
   4.325 +#
   4.326 +# CONFIG_NET_SCHED is not set
   4.327 +
   4.328 +#
   4.329 +# Network testing
   4.330 +#
   4.331 +# CONFIG_NET_PKTGEN is not set
   4.332 +# CONFIG_HAMRADIO is not set
   4.333 +# CONFIG_IRDA is not set
   4.334 +# CONFIG_BT is not set
   4.335 +# CONFIG_IEEE80211 is not set
   4.336 +
   4.337 +#
   4.338 +# Device Drivers
   4.339 +#
   4.340 +
   4.341 +#
   4.342 +# Generic Driver Options
   4.343 +#
   4.344 +# CONFIG_STANDALONE is not set
   4.345 +CONFIG_PREVENT_FIRMWARE_BUILD=y
   4.346 +CONFIG_FW_LOADER=m
   4.347 +# CONFIG_SYS_HYPERVISOR is not set
   4.348 +
   4.349 +#
   4.350 +# Connector - unified userspace <-> kernelspace linker
   4.351 +#
   4.352 +# CONFIG_CONNECTOR is not set
   4.353 +
   4.354 +#
   4.355 +# Memory Technology Devices (MTD)
   4.356 +#
   4.357 +# CONFIG_MTD is not set
   4.358 +
   4.359 +#
   4.360 +# Parallel port support
   4.361 +#
   4.362 +CONFIG_PARPORT=m
   4.363 +CONFIG_PARPORT_PC=m
   4.364 +# CONFIG_PARPORT_PC_FIFO is not set
   4.365 +# CONFIG_PARPORT_PC_SUPERIO is not set
   4.366 +# CONFIG_PARPORT_GSC is not set
   4.367 +# CONFIG_PARPORT_AX88796 is not set
   4.368 +CONFIG_PARPORT_1284=y
   4.369 +
   4.370 +#
   4.371 +# Plug and Play support
   4.372 +#
   4.373 +CONFIG_PNP=y
   4.374 +# CONFIG_PNP_DEBUG is not set
   4.375 +
   4.376 +#
   4.377 +# Protocols
   4.378 +#
   4.379 +CONFIG_ISAPNP=y
   4.380 +# CONFIG_PNPBIOS is not set
   4.381 +
   4.382 +#
   4.383 +# Block devices
   4.384 +#
   4.385 +CONFIG_BLK_DEV_FD=m
   4.386 +# CONFIG_BLK_DEV_XD is not set
   4.387 +# CONFIG_PARIDE is not set
   4.388 +# CONFIG_BLK_CPQ_DA is not set
   4.389 +# CONFIG_BLK_CPQ_CISS_DA is not set
   4.390 +# CONFIG_BLK_DEV_DAC960 is not set
   4.391 +# CONFIG_BLK_DEV_UMEM is not set
   4.392 +# CONFIG_BLK_DEV_COW_COMMON is not set
   4.393 +# CONFIG_BLK_DEV_LOOP is not set
   4.394 +# CONFIG_BLK_DEV_NBD is not set
   4.395 +# CONFIG_BLK_DEV_SX8 is not set
   4.396 +# CONFIG_BLK_DEV_UB is not set
   4.397 +CONFIG_BLK_DEV_RAM=y
   4.398 +CONFIG_BLK_DEV_RAM_COUNT=4
   4.399 +CONFIG_BLK_DEV_RAM_SIZE=4096
   4.400 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
   4.401 +CONFIG_BLK_DEV_INITRD=y
   4.402 +# CONFIG_CDROM_PKTCDVD is not set
   4.403 +# CONFIG_ATA_OVER_ETH is not set
   4.404 +
   4.405 +#
   4.406 +# Misc devices
   4.407 +#
   4.408 +# CONFIG_IBM_ASM is not set
   4.409 +# CONFIG_SGI_IOC4 is not set
   4.410 +# CONFIG_TIFM_CORE is not set
   4.411 +
   4.412 +#
   4.413 +# ATA/ATAPI/MFM/RLL support
   4.414 +#
   4.415 +CONFIG_IDE=m
   4.416 +CONFIG_IDE_MAX_HWIFS=4
   4.417 +CONFIG_BLK_DEV_IDE=m
   4.418 +
   4.419 +#
   4.420 +# Please see Documentation/ide.txt for help/info on IDE drives
   4.421 +#
   4.422 +# CONFIG_BLK_DEV_IDE_SATA is not set
   4.423 +# CONFIG_BLK_DEV_HD_IDE is not set
   4.424 +CONFIG_BLK_DEV_IDEDISK=m
   4.425 +# CONFIG_IDEDISK_MULTI_MODE is not set
   4.426 +# CONFIG_BLK_DEV_IDECD is not set
   4.427 +# CONFIG_BLK_DEV_IDETAPE is not set
   4.428 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
   4.429 +# CONFIG_BLK_DEV_IDESCSI is not set
   4.430 +# CONFIG_IDE_TASK_IOCTL is not set
   4.431 +
   4.432 +#
   4.433 +# IDE chipset support/bugfixes
   4.434 +#
   4.435 +CONFIG_IDE_GENERIC=m
   4.436 +# CONFIG_BLK_DEV_CMD640 is not set
   4.437 +# CONFIG_BLK_DEV_IDEPNP is not set
   4.438 +CONFIG_BLK_DEV_IDEPCI=y
   4.439 +# CONFIG_IDEPCI_SHARE_IRQ is not set
   4.440 +# CONFIG_BLK_DEV_OFFBOARD is not set
   4.441 +# CONFIG_BLK_DEV_GENERIC is not set
   4.442 +# CONFIG_BLK_DEV_OPTI621 is not set
   4.443 +# CONFIG_BLK_DEV_RZ1000 is not set
   4.444 +# CONFIG_BLK_DEV_IDEDMA_PCI is not set
   4.445 +# CONFIG_IDE_ARM is not set
   4.446 +# CONFIG_IDE_CHIPSETS is not set
   4.447 +# CONFIG_BLK_DEV_IDEDMA is not set
   4.448 +# CONFIG_IDEDMA_AUTO is not set
   4.449 +# CONFIG_BLK_DEV_HD is not set
   4.450 +
   4.451 +#
   4.452 +# SCSI device support
   4.453 +#
   4.454 +# CONFIG_RAID_ATTRS is not set
   4.455 +CONFIG_SCSI=m
   4.456 +# CONFIG_SCSI_TGT is not set
   4.457 +CONFIG_SCSI_NETLINK=y
   4.458 +CONFIG_SCSI_PROC_FS=y
   4.459 +
   4.460 +#
   4.461 +# SCSI support type (disk, tape, CD-ROM)
   4.462 +#
   4.463 +CONFIG_BLK_DEV_SD=m
   4.464 +# CONFIG_CHR_DEV_ST is not set
   4.465 +# CONFIG_CHR_DEV_OSST is not set
   4.466 +CONFIG_BLK_DEV_SR=m
   4.467 +# CONFIG_BLK_DEV_SR_VENDOR is not set
   4.468 +CONFIG_CHR_DEV_SG=m
   4.469 +# CONFIG_CHR_DEV_SCH is not set
   4.470 +
   4.471 +#
   4.472 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
   4.473 +#
   4.474 +# CONFIG_SCSI_MULTI_LUN is not set
   4.475 +# CONFIG_SCSI_CONSTANTS is not set
   4.476 +# CONFIG_SCSI_LOGGING is not set
   4.477 +# CONFIG_SCSI_SCAN_ASYNC is not set
   4.478 +
   4.479 +#
   4.480 +# SCSI Transports
   4.481 +#
   4.482 +CONFIG_SCSI_SPI_ATTRS=m
   4.483 +CONFIG_SCSI_FC_ATTRS=m
   4.484 +# CONFIG_SCSI_ISCSI_ATTRS is not set
   4.485 +# CONFIG_SCSI_SAS_ATTRS is not set
   4.486 +# CONFIG_SCSI_SAS_LIBSAS is not set
   4.487 +
   4.488 +#
   4.489 +# SCSI low-level drivers
   4.490 +#
   4.491 +# CONFIG_ISCSI_TCP is not set
   4.492 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
   4.493 +# CONFIG_SCSI_3W_9XXX is not set
   4.494 +# CONFIG_SCSI_7000FASST is not set
   4.495 +# CONFIG_SCSI_ACARD is not set
   4.496 +CONFIG_SCSI_AHA152X=m
   4.497 +CONFIG_SCSI_AHA1542=m
   4.498 +CONFIG_SCSI_AHA1740=m
   4.499 +# CONFIG_SCSI_AACRAID is not set
   4.500 +# CONFIG_SCSI_AIC7XXX is not set
   4.501 +# CONFIG_SCSI_AIC7XXX_OLD is not set
   4.502 +# CONFIG_SCSI_AIC79XX is not set
   4.503 +# CONFIG_SCSI_AIC94XX is not set
   4.504 +# CONFIG_SCSI_DPT_I2O is not set
   4.505 +# CONFIG_SCSI_ADVANSYS is not set
   4.506 +# CONFIG_SCSI_IN2000 is not set
   4.507 +# CONFIG_SCSI_ARCMSR is not set
   4.508 +# CONFIG_MEGARAID_NEWGEN is not set
   4.509 +# CONFIG_MEGARAID_LEGACY is not set
   4.510 +# CONFIG_MEGARAID_SAS is not set
   4.511 +# CONFIG_SCSI_HPTIOP is not set
   4.512 +# CONFIG_SCSI_BUSLOGIC is not set
   4.513 +# CONFIG_SCSI_DMX3191D is not set
   4.514 +# CONFIG_SCSI_DTC3280 is not set
   4.515 +# CONFIG_SCSI_EATA is not set
   4.516 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
   4.517 +# CONFIG_SCSI_GDTH is not set
   4.518 +# CONFIG_SCSI_GENERIC_NCR5380 is not set
   4.519 +# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
   4.520 +# CONFIG_SCSI_IPS is not set
   4.521 +# CONFIG_SCSI_INITIO is not set
   4.522 +# CONFIG_SCSI_INIA100 is not set
   4.523 +CONFIG_SCSI_PPA=m
   4.524 +CONFIG_SCSI_IMM=m
   4.525 +# CONFIG_SCSI_IZIP_EPP16 is not set
   4.526 +# CONFIG_SCSI_IZIP_SLOW_CTR is not set
   4.527 +# CONFIG_SCSI_NCR53C406A is not set
   4.528 +# CONFIG_SCSI_STEX is not set
   4.529 +# CONFIG_SCSI_SYM53C8XX_2 is not set
   4.530 +# CONFIG_SCSI_PAS16 is not set
   4.531 +# CONFIG_SCSI_PSI240I is not set
   4.532 +# CONFIG_SCSI_QLOGIC_FAS is not set
   4.533 +# CONFIG_SCSI_QLOGIC_1280 is not set
   4.534 +CONFIG_SCSI_QLA_FC=m
   4.535 +# CONFIG_SCSI_QLA_ISCSI is not set
   4.536 +# CONFIG_SCSI_LPFC is not set
   4.537 +# CONFIG_SCSI_SEAGATE is not set
   4.538 +# CONFIG_SCSI_SIM710 is not set
   4.539 +# CONFIG_SCSI_SYM53C416 is not set
   4.540 +# CONFIG_SCSI_DC395x is not set
   4.541 +# CONFIG_SCSI_DC390T is not set
   4.542 +# CONFIG_SCSI_T128 is not set
   4.543 +# CONFIG_SCSI_U14_34F is not set
   4.544 +# CONFIG_SCSI_ULTRASTOR is not set
   4.545 +# CONFIG_SCSI_NSP32 is not set
   4.546 +# CONFIG_SCSI_DEBUG is not set
   4.547 +# CONFIG_SCSI_SRP is not set
   4.548 +
   4.549 +#
   4.550 +# Serial ATA (prod) and Parallel ATA (experimental) drivers
   4.551 +#
   4.552 +# CONFIG_ATA is not set
   4.553 +
   4.554 +#
   4.555 +# Old CD-ROM drivers (not SCSI, not IDE)
   4.556 +#
   4.557 +# CONFIG_CD_NO_IDESCSI is not set
   4.558 +
   4.559 +#
   4.560 +# Multi-device support (RAID and LVM)
   4.561 +#
   4.562 +# CONFIG_MD is not set
   4.563 +
   4.564 +#
   4.565 +# Fusion MPT device support
   4.566 +#
   4.567 +# CONFIG_FUSION is not set
   4.568 +# CONFIG_FUSION_SPI is not set
   4.569 +# CONFIG_FUSION_FC is not set
   4.570 +# CONFIG_FUSION_SAS is not set
   4.571 +
   4.572 +#
   4.573 +# IEEE 1394 (FireWire) support
   4.574 +#
   4.575 +# CONFIG_IEEE1394 is not set
   4.576 +
   4.577 +#
   4.578 +# I2O device support
   4.579 +#
   4.580 +# CONFIG_I2O is not set
   4.581 +
   4.582 +#
   4.583 +# Network device support
   4.584 +#
   4.585 +CONFIG_NETDEVICES=y
   4.586 +# CONFIG_DUMMY is not set
   4.587 +# CONFIG_BONDING is not set
   4.588 +# CONFIG_EQUALIZER is not set
   4.589 +CONFIG_TUN=m
   4.590 +# CONFIG_NET_SB1000 is not set
   4.591 +
   4.592 +#
   4.593 +# ARCnet devices
   4.594 +#
   4.595 +# CONFIG_ARCNET is not set
   4.596 +
   4.597 +#
   4.598 +# PHY device support
   4.599 +#
   4.600 +# CONFIG_PHYLIB is not set
   4.601 +
   4.602 +#
   4.603 +# Ethernet (10 or 100Mbit)
   4.604 +#
   4.605 +CONFIG_NET_ETHERNET=y
   4.606 +CONFIG_MII=m
   4.607 +# CONFIG_HAPPYMEAL is not set
   4.608 +# CONFIG_SUNGEM is not set
   4.609 +# CONFIG_CASSINI is not set
   4.610 +CONFIG_NET_VENDOR_3COM=y
   4.611 +# CONFIG_EL1 is not set
   4.612 +# CONFIG_EL2 is not set
   4.613 +# CONFIG_ELPLUS is not set
   4.614 +# CONFIG_EL16 is not set
   4.615 +CONFIG_EL3=m
   4.616 +# CONFIG_3C515 is not set
   4.617 +# CONFIG_VORTEX is not set
   4.618 +# CONFIG_TYPHOON is not set
   4.619 +# CONFIG_LANCE is not set
   4.620 +# CONFIG_NET_VENDOR_SMC is not set
   4.621 +# CONFIG_NET_VENDOR_RACAL is not set
   4.622 +
   4.623 +#
   4.624 +# Tulip family network device support
   4.625 +#
   4.626 +CONFIG_NET_TULIP=y
   4.627 +# CONFIG_DE2104X is not set
   4.628 +CONFIG_TULIP=m
   4.629 +# CONFIG_TULIP_MWI is not set
   4.630 +# CONFIG_TULIP_MMIO is not set
   4.631 +# CONFIG_TULIP_NAPI is not set
   4.632 +# CONFIG_DE4X5 is not set
   4.633 +# CONFIG_WINBOND_840 is not set
   4.634 +# CONFIG_DM9102 is not set
   4.635 +# CONFIG_ULI526X is not set
   4.636 +# CONFIG_AT1700 is not set
   4.637 +# CONFIG_DEPCA is not set
   4.638 +# CONFIG_HP100 is not set
   4.639 +CONFIG_NET_ISA=y
   4.640 +# CONFIG_E2100 is not set
   4.641 +# CONFIG_EWRK3 is not set
   4.642 +# CONFIG_EEXPRESS is not set
   4.643 +# CONFIG_EEXPRESS_PRO is not set
   4.644 +# CONFIG_HPLAN_PLUS is not set
   4.645 +CONFIG_HPLAN=m
   4.646 +# CONFIG_LP486E is not set
   4.647 +# CONFIG_ETH16I is not set
   4.648 +CONFIG_NE2000=m
   4.649 +# CONFIG_ZNET is not set
   4.650 +# CONFIG_SEEQ8005 is not set
   4.651 +CONFIG_NET_PCI=y
   4.652 +# CONFIG_PCNET32 is not set
   4.653 +# CONFIG_AMD8111_ETH is not set
   4.654 +# CONFIG_ADAPTEC_STARFIRE is not set
   4.655 +# CONFIG_AC3200 is not set
   4.656 +# CONFIG_APRICOT is not set
   4.657 +# CONFIG_B44 is not set
   4.658 +# CONFIG_FORCEDETH is not set
   4.659 +CONFIG_CS89x0=m
   4.660 +# CONFIG_DGRS is not set
   4.661 +# CONFIG_EEPRO100 is not set
   4.662 +# CONFIG_E100 is not set
   4.663 +# CONFIG_LNE390 is not set
   4.664 +# CONFIG_FEALNX is not set
   4.665 +# CONFIG_NATSEMI is not set
   4.666 +CONFIG_NE2K_PCI=m
   4.667 +# CONFIG_NE3210 is not set
   4.668 +# CONFIG_ES3210 is not set
   4.669 +CONFIG_8139CP=m
   4.670 +CONFIG_8139TOO=m
   4.671 +CONFIG_8139TOO_PIO=y
   4.672 +# CONFIG_8139TOO_TUNE_TWISTER is not set
   4.673 +# CONFIG_8139TOO_8129 is not set
   4.674 +# CONFIG_8139_OLD_RX_RESET is not set
   4.675 +# CONFIG_SIS900 is not set
   4.676 +# CONFIG_EPIC100 is not set
   4.677 +# CONFIG_SUNDANCE is not set
   4.678 +CONFIG_TLAN=m
   4.679 +CONFIG_VIA_RHINE=m
   4.680 +# CONFIG_VIA_RHINE_MMIO is not set
   4.681 +# CONFIG_VIA_RHINE_NAPI is not set
   4.682 +# CONFIG_NET_POCKET is not set
   4.683 +
   4.684 +#
   4.685 +# Ethernet (1000 Mbit)
   4.686 +#
   4.687 +# CONFIG_ACENIC is not set
   4.688 +# CONFIG_DL2K is not set
   4.689 +# CONFIG_E1000 is not set
   4.690 +# CONFIG_NS83820 is not set
   4.691 +# CONFIG_HAMACHI is not set
   4.692 +# CONFIG_YELLOWFIN is not set
   4.693 +# CONFIG_R8169 is not set
   4.694 +# CONFIG_SIS190 is not set
   4.695 +# CONFIG_SKGE is not set
   4.696 +# CONFIG_SKY2 is not set
   4.697 +# CONFIG_SK98LIN is not set
   4.698 +# CONFIG_VIA_VELOCITY is not set
   4.699 +# CONFIG_TIGON3 is not set
   4.700 +# CONFIG_BNX2 is not set
   4.701 +# CONFIG_QLA3XXX is not set
   4.702 +
   4.703 +#
   4.704 +# Ethernet (10000 Mbit)
   4.705 +#
   4.706 +# CONFIG_CHELSIO_T1 is not set
   4.707 +# CONFIG_IXGB is not set
   4.708 +# CONFIG_S2IO is not set
   4.709 +# CONFIG_MYRI10GE is not set
   4.710 +# CONFIG_NETXEN_NIC is not set
   4.711 +
   4.712 +#
   4.713 +# Token Ring devices
   4.714 +#
   4.715 +# CONFIG_TR is not set
   4.716 +
   4.717 +#
   4.718 +# Wireless LAN (non-hamradio)
   4.719 +#
   4.720 +# CONFIG_NET_RADIO is not set
   4.721 +
   4.722 +#
   4.723 +# Wan interfaces
   4.724 +#
   4.725 +# CONFIG_WAN is not set
   4.726 +# CONFIG_FDDI is not set
   4.727 +# CONFIG_HIPPI is not set
   4.728 +# CONFIG_PLIP is not set
   4.729 +CONFIG_PPP=m
   4.730 +# CONFIG_PPP_MULTILINK is not set
   4.731 +# CONFIG_PPP_FILTER is not set
   4.732 +CONFIG_PPP_ASYNC=m
   4.733 +CONFIG_PPP_SYNC_TTY=m
   4.734 +CONFIG_PPP_DEFLATE=m
   4.735 +CONFIG_PPP_BSDCOMP=m
   4.736 +# CONFIG_PPP_MPPE is not set
   4.737 +CONFIG_PPPOE=m
   4.738 +# CONFIG_SLIP is not set
   4.739 +CONFIG_SLHC=m
   4.740 +# CONFIG_NET_FC is not set
   4.741 +# CONFIG_SHAPER is not set
   4.742 +# CONFIG_NETCONSOLE is not set
   4.743 +# CONFIG_NETPOLL is not set
   4.744 +# CONFIG_NET_POLL_CONTROLLER is not set
   4.745 +
   4.746 +#
   4.747 +# ISDN subsystem
   4.748 +#
   4.749 +# CONFIG_ISDN is not set
   4.750 +
   4.751 +#
   4.752 +# Telephony Support
   4.753 +#
   4.754 +# CONFIG_PHONE is not set
   4.755 +
   4.756 +#
   4.757 +# Input device support
   4.758 +#
   4.759 +CONFIG_INPUT=y
   4.760 +# CONFIG_INPUT_FF_MEMLESS is not set
   4.761 +
   4.762 +#
   4.763 +# Userland interfaces
   4.764 +#
   4.765 +# CONFIG_INPUT_MOUSEDEV is not set
   4.766 +# CONFIG_INPUT_JOYDEV is not set
   4.767 +# CONFIG_INPUT_TSDEV is not set
   4.768 +# CONFIG_INPUT_EVDEV is not set
   4.769 +# CONFIG_INPUT_EVBUG is not set
   4.770 +
   4.771 +#
   4.772 +# Input Device Drivers
   4.773 +#
   4.774 +CONFIG_INPUT_KEYBOARD=y
   4.775 +CONFIG_KEYBOARD_ATKBD=y
   4.776 +# CONFIG_KEYBOARD_SUNKBD is not set
   4.777 +# CONFIG_KEYBOARD_LKKBD is not set
   4.778 +# CONFIG_KEYBOARD_XTKBD is not set
   4.779 +# CONFIG_KEYBOARD_NEWTON is not set
   4.780 +# CONFIG_KEYBOARD_STOWAWAY is not set
   4.781 +# CONFIG_INPUT_MOUSE is not set
   4.782 +# CONFIG_INPUT_JOYSTICK is not set
   4.783 +# CONFIG_INPUT_TOUCHSCREEN is not set
   4.784 +# CONFIG_INPUT_MISC is not set
   4.785 +
   4.786 +#
   4.787 +# Hardware I/O ports
   4.788 +#
   4.789 +CONFIG_SERIO=y
   4.790 +CONFIG_SERIO_I8042=y
   4.791 +# CONFIG_SERIO_SERPORT is not set
   4.792 +# CONFIG_SERIO_CT82C710 is not set
   4.793 +# CONFIG_SERIO_PARKBD is not set
   4.794 +# CONFIG_SERIO_PCIPS2 is not set
   4.795 +CONFIG_SERIO_LIBPS2=y
   4.796 +# CONFIG_SERIO_RAW is not set
   4.797 +# CONFIG_GAMEPORT is not set
   4.798 +
   4.799 +#
   4.800 +# Character devices
   4.801 +#
   4.802 +CONFIG_VT=y
   4.803 +CONFIG_VT_CONSOLE=y
   4.804 +CONFIG_HW_CONSOLE=y
   4.805 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
   4.806 +# CONFIG_SERIAL_NONSTANDARD is not set
   4.807 +
   4.808 +#
   4.809 +# Serial drivers
   4.810 +#
   4.811 +CONFIG_SERIAL_8250=m
   4.812 +# CONFIG_SERIAL_8250_PCI is not set
   4.813 +# CONFIG_SERIAL_8250_PNP is not set
   4.814 +CONFIG_SERIAL_8250_NR_UARTS=4
   4.815 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
   4.816 +# CONFIG_SERIAL_8250_EXTENDED is not set
   4.817 +
   4.818 +#
   4.819 +# Non-8250 serial port support
   4.820 +#
   4.821 +CONFIG_SERIAL_CORE=m
   4.822 +# CONFIG_SERIAL_JSM is not set
   4.823 +CONFIG_UNIX98_PTYS=y
   4.824 +# CONFIG_LEGACY_PTYS is not set
   4.825 +CONFIG_PRINTER=m
   4.826 +# CONFIG_LP_CONSOLE is not set
   4.827 +# CONFIG_PPDEV is not set
   4.828 +# CONFIG_TIPAR is not set
   4.829 +
   4.830 +#
   4.831 +# IPMI
   4.832 +#
   4.833 +# CONFIG_IPMI_HANDLER is not set
   4.834 +
   4.835 +#
   4.836 +# Watchdog Cards
   4.837 +#
   4.838 +# CONFIG_WATCHDOG is not set
   4.839 +# CONFIG_HW_RANDOM is not set
   4.840 +# CONFIG_NVRAM is not set
   4.841 +# CONFIG_RTC is not set
   4.842 +# CONFIG_GEN_RTC is not set
   4.843 +# CONFIG_DTLK is not set
   4.844 +# CONFIG_R3964 is not set
   4.845 +# CONFIG_APPLICOM is not set
   4.846 +# CONFIG_SONYPI is not set
   4.847 +CONFIG_AGP=m
   4.848 +CONFIG_AGP_ALI=m
   4.849 +CONFIG_AGP_ATI=m
   4.850 +# CONFIG_AGP_AMD is not set
   4.851 +# CONFIG_AGP_AMD64 is not set
   4.852 +CONFIG_AGP_INTEL=m
   4.853 +CONFIG_AGP_NVIDIA=m
   4.854 +CONFIG_AGP_SIS=m
   4.855 +# CONFIG_AGP_SWORKS is not set
   4.856 +CONFIG_AGP_VIA=m
   4.857 +# CONFIG_AGP_EFFICEON is not set
   4.858 +# CONFIG_DRM is not set
   4.859 +# CONFIG_MWAVE is not set
   4.860 +# CONFIG_PC8736x_GPIO is not set
   4.861 +# CONFIG_NSC_GPIO is not set
   4.862 +# CONFIG_CS5535_GPIO is not set
   4.863 +# CONFIG_RAW_DRIVER is not set
   4.864 +# CONFIG_HANGCHECK_TIMER is not set
   4.865 +
   4.866 +#
   4.867 +# TPM devices
   4.868 +#
   4.869 +# CONFIG_TCG_TPM is not set
   4.870 +# CONFIG_TELCLOCK is not set
   4.871 +CONFIG_JSCLIPBOARD=m
   4.872 +
   4.873 +#
   4.874 +# I2C support
   4.875 +#
   4.876 +CONFIG_I2C=m
   4.877 +# CONFIG_I2C_CHARDEV is not set
   4.878 +
   4.879 +#
   4.880 +# I2C Algorithms
   4.881 +#
   4.882 +CONFIG_I2C_ALGOBIT=m
   4.883 +# CONFIG_I2C_ALGOPCF is not set
   4.884 +# CONFIG_I2C_ALGOPCA is not set
   4.885 +
   4.886 +#
   4.887 +# I2C Hardware Bus support
   4.888 +#
   4.889 +# CONFIG_I2C_ALI1535 is not set
   4.890 +# CONFIG_I2C_ALI1563 is not set
   4.891 +# CONFIG_I2C_ALI15X3 is not set
   4.892 +# CONFIG_I2C_AMD756 is not set
   4.893 +# CONFIG_I2C_AMD8111 is not set
   4.894 +# CONFIG_I2C_ELEKTOR is not set
   4.895 +# CONFIG_I2C_I801 is not set
   4.896 +# CONFIG_I2C_I810 is not set
   4.897 +# CONFIG_I2C_PIIX4 is not set
   4.898 +# CONFIG_I2C_NFORCE2 is not set
   4.899 +# CONFIG_I2C_OCORES is not set
   4.900 +# CONFIG_I2C_PARPORT is not set
   4.901 +# CONFIG_I2C_PARPORT_LIGHT is not set
   4.902 +# CONFIG_I2C_PROSAVAGE is not set
   4.903 +# CONFIG_I2C_SAVAGE4 is not set
   4.904 +# CONFIG_SCx200_ACB is not set
   4.905 +# CONFIG_I2C_SIS5595 is not set
   4.906 +# CONFIG_I2C_SIS630 is not set
   4.907 +# CONFIG_I2C_SIS96X is not set
   4.908 +# CONFIG_I2C_STUB is not set
   4.909 +# CONFIG_I2C_VIA is not set
   4.910 +# CONFIG_I2C_VIAPRO is not set
   4.911 +# CONFIG_I2C_VOODOO3 is not set
   4.912 +# CONFIG_I2C_PCA_ISA is not set
   4.913 +
   4.914 +#
   4.915 +# Miscellaneous I2C Chip support
   4.916 +#
   4.917 +# CONFIG_SENSORS_DS1337 is not set
   4.918 +# CONFIG_SENSORS_DS1374 is not set
   4.919 +# CONFIG_SENSORS_EEPROM is not set
   4.920 +# CONFIG_SENSORS_PCF8574 is not set
   4.921 +# CONFIG_SENSORS_PCA9539 is not set
   4.922 +# CONFIG_SENSORS_PCF8591 is not set
   4.923 +# CONFIG_SENSORS_MAX6875 is not set
   4.924 +# CONFIG_I2C_DEBUG_CORE is not set
   4.925 +# CONFIG_I2C_DEBUG_ALGO is not set
   4.926 +# CONFIG_I2C_DEBUG_BUS is not set
   4.927 +# CONFIG_I2C_DEBUG_CHIP is not set
   4.928 +
   4.929 +#
   4.930 +# SPI support
   4.931 +#
   4.932 +# CONFIG_SPI is not set
   4.933 +# CONFIG_SPI_MASTER is not set
   4.934 +
   4.935 +#
   4.936 +# Dallas's 1-wire bus
   4.937 +#
   4.938 +# CONFIG_W1 is not set
   4.939 +
   4.940 +#
   4.941 +# Hardware Monitoring support
   4.942 +#
   4.943 +# CONFIG_HWMON is not set
   4.944 +# CONFIG_HWMON_VID is not set
   4.945 +
   4.946 +#
   4.947 +# Multimedia devices
   4.948 +#
   4.949 +# CONFIG_VIDEO_DEV is not set
   4.950 +
   4.951 +#
   4.952 +# Digital Video Broadcasting Devices
   4.953 +#
   4.954 +# CONFIG_DVB is not set
   4.955 +# CONFIG_USB_DABUSB is not set
   4.956 +
   4.957 +#
   4.958 +# Graphics support
   4.959 +#
   4.960 +# CONFIG_FIRMWARE_EDID is not set
   4.961 +CONFIG_FB=y
   4.962 +CONFIG_FB_DDC=m
   4.963 +CONFIG_FB_CFB_FILLRECT=y
   4.964 +CONFIG_FB_CFB_COPYAREA=y
   4.965 +CONFIG_FB_CFB_IMAGEBLIT=y
   4.966 +# CONFIG_FB_MACMODES is not set
   4.967 +# CONFIG_FB_BACKLIGHT is not set
   4.968 +CONFIG_FB_MODE_HELPERS=y
   4.969 +CONFIG_FB_TILEBLITTING=y
   4.970 +CONFIG_FB_CIRRUS=m
   4.971 +CONFIG_FB_PM2=m
   4.972 +# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
   4.973 +CONFIG_FB_CYBER2000=m
   4.974 +CONFIG_FB_ARC=m
   4.975 +# CONFIG_FB_ASILIANT is not set
   4.976 +# CONFIG_FB_IMSTT is not set
   4.977 +CONFIG_FB_VGA16=m
   4.978 +CONFIG_FB_VESA=y
   4.979 +CONFIG_FB_HGA=m
   4.980 +# CONFIG_FB_HGA_ACCEL is not set
   4.981 +# CONFIG_FB_S1D13XXX is not set
   4.982 +CONFIG_FB_NVIDIA=m
   4.983 +# CONFIG_FB_NVIDIA_I2C is not set
   4.984 +CONFIG_FB_RIVA=m
   4.985 +# CONFIG_FB_RIVA_I2C is not set
   4.986 +# CONFIG_FB_RIVA_DEBUG is not set
   4.987 +# CONFIG_FB_I810 is not set
   4.988 +CONFIG_FB_INTEL=m
   4.989 +# CONFIG_FB_INTEL_DEBUG is not set
   4.990 +CONFIG_FB_INTEL_I2C=y
   4.991 +CONFIG_FB_MATROX=m
   4.992 +# CONFIG_FB_MATROX_MILLENIUM is not set
   4.993 +# CONFIG_FB_MATROX_MYSTIQUE is not set
   4.994 +# CONFIG_FB_MATROX_G is not set
   4.995 +# CONFIG_FB_MATROX_I2C is not set
   4.996 +# CONFIG_FB_MATROX_MULTIHEAD is not set
   4.997 +CONFIG_FB_RADEON=m
   4.998 +CONFIG_FB_RADEON_I2C=y
   4.999 +# CONFIG_FB_RADEON_DEBUG is not set
  4.1000 +CONFIG_FB_ATY128=m
  4.1001 +CONFIG_FB_ATY=m
  4.1002 +# CONFIG_FB_ATY_CT is not set
  4.1003 +# CONFIG_FB_ATY_GX is not set
  4.1004 +CONFIG_FB_SAVAGE=m
  4.1005 +# CONFIG_FB_SAVAGE_I2C is not set
  4.1006 +# CONFIG_FB_SAVAGE_ACCEL is not set
  4.1007 +CONFIG_FB_SIS=m
  4.1008 +CONFIG_FB_SIS_300=y
  4.1009 +CONFIG_FB_SIS_315=y
  4.1010 +CONFIG_FB_NEOMAGIC=m
  4.1011 +CONFIG_FB_KYRO=m
  4.1012 +CONFIG_FB_3DFX=m
  4.1013 +# CONFIG_FB_3DFX_ACCEL is not set
  4.1014 +CONFIG_FB_VOODOO1=m
  4.1015 +# CONFIG_FB_CYBLA is not set
  4.1016 +CONFIG_FB_TRIDENT=m
  4.1017 +# CONFIG_FB_TRIDENT_ACCEL is not set
  4.1018 +# CONFIG_FB_GEODE is not set
  4.1019 +CONFIG_FB_VIRTUAL=m
  4.1020 +
  4.1021 +#
  4.1022 +# Console display driver support
  4.1023 +#
  4.1024 +CONFIG_VGA_CONSOLE=y
  4.1025 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
  4.1026 +CONFIG_VIDEO_SELECT=y
  4.1027 +# CONFIG_MDA_CONSOLE is not set
  4.1028 +CONFIG_DUMMY_CONSOLE=y
  4.1029 +CONFIG_FRAMEBUFFER_CONSOLE=m
  4.1030 +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
  4.1031 +# CONFIG_FONTS is not set
  4.1032 +CONFIG_FONT_8x8=y
  4.1033 +CONFIG_FONT_8x16=y
  4.1034 +
  4.1035 +#
  4.1036 +# Logo configuration
  4.1037 +#
  4.1038 +# CONFIG_LOGO is not set
  4.1039 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  4.1040 +
  4.1041 +#
  4.1042 +# Sound
  4.1043 +#
  4.1044 +# CONFIG_SOUND is not set
  4.1045 +
  4.1046 +#
  4.1047 +# HID Devices
  4.1048 +#
  4.1049 +# CONFIG_HID is not set
  4.1050 +
  4.1051 +#
  4.1052 +# USB support
  4.1053 +#
  4.1054 +CONFIG_USB_ARCH_HAS_HCD=y
  4.1055 +CONFIG_USB_ARCH_HAS_OHCI=y
  4.1056 +CONFIG_USB_ARCH_HAS_EHCI=y
  4.1057 +CONFIG_USB=m
  4.1058 +# CONFIG_USB_DEBUG is not set
  4.1059 +
  4.1060 +#
  4.1061 +# Miscellaneous USB options
  4.1062 +#
  4.1063 +# CONFIG_USB_DEVICEFS is not set
  4.1064 +# CONFIG_USB_BANDWIDTH is not set
  4.1065 +# CONFIG_USB_DYNAMIC_MINORS is not set
  4.1066 +# CONFIG_USB_OTG is not set
  4.1067 +
  4.1068 +#
  4.1069 +# USB Host Controller Drivers
  4.1070 +#
  4.1071 +CONFIG_USB_EHCI_HCD=m
  4.1072 +# CONFIG_USB_EHCI_SPLIT_ISO is not set
  4.1073 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  4.1074 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
  4.1075 +CONFIG_USB_ISP116X_HCD=m
  4.1076 +CONFIG_USB_OHCI_HCD=m
  4.1077 +# CONFIG_USB_OHCI_BIG_ENDIAN is not set
  4.1078 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  4.1079 +CONFIG_USB_UHCI_HCD=m
  4.1080 +CONFIG_USB_SL811_HCD=m
  4.1081 +
  4.1082 +#
  4.1083 +# USB Device Class drivers
  4.1084 +#
  4.1085 +CONFIG_USB_ACM=m
  4.1086 +CONFIG_USB_PRINTER=m
  4.1087 +
  4.1088 +#
  4.1089 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  4.1090 +#
  4.1091 +
  4.1092 +#
  4.1093 +# may also be needed; see USB_STORAGE Help for more information
  4.1094 +#
  4.1095 +# CONFIG_USB_STORAGE is not set
  4.1096 +# CONFIG_USB_LIBUSUAL is not set
  4.1097 +
  4.1098 +#
  4.1099 +# USB Input Devices
  4.1100 +#
  4.1101 +# CONFIG_USB_HID is not set
  4.1102 +
  4.1103 +#
  4.1104 +# USB HID Boot Protocol drivers
  4.1105 +#
  4.1106 +CONFIG_USB_KBD=m
  4.1107 +CONFIG_USB_MOUSE=m
  4.1108 +# CONFIG_USB_AIPTEK is not set
  4.1109 +# CONFIG_USB_WACOM is not set
  4.1110 +# CONFIG_USB_ACECAD is not set
  4.1111 +# CONFIG_USB_KBTAB is not set
  4.1112 +# CONFIG_USB_POWERMATE is not set
  4.1113 +# CONFIG_USB_TOUCHSCREEN is not set
  4.1114 +# CONFIG_USB_YEALINK is not set
  4.1115 +# CONFIG_USB_XPAD is not set
  4.1116 +# CONFIG_USB_ATI_REMOTE is not set
  4.1117 +# CONFIG_USB_ATI_REMOTE2 is not set
  4.1118 +# CONFIG_USB_KEYSPAN_REMOTE is not set
  4.1119 +# CONFIG_USB_APPLETOUCH is not set
  4.1120 +
  4.1121 +#
  4.1122 +# USB Imaging devices
  4.1123 +#
  4.1124 +# CONFIG_USB_MDC800 is not set
  4.1125 +# CONFIG_USB_MICROTEK is not set
  4.1126 +
  4.1127 +#
  4.1128 +# USB Network Adapters
  4.1129 +#
  4.1130 +# CONFIG_USB_CATC is not set
  4.1131 +# CONFIG_USB_KAWETH is not set
  4.1132 +# CONFIG_USB_PEGASUS is not set
  4.1133 +# CONFIG_USB_RTL8150 is not set
  4.1134 +# CONFIG_USB_USBNET_MII is not set
  4.1135 +# CONFIG_USB_USBNET is not set
  4.1136 +CONFIG_USB_MON=y
  4.1137 +
  4.1138 +#
  4.1139 +# USB port drivers
  4.1140 +#
  4.1141 +# CONFIG_USB_USS720 is not set
  4.1142 +
  4.1143 +#
  4.1144 +# USB Serial Converter support
  4.1145 +#
  4.1146 +CONFIG_USB_SERIAL=m
  4.1147 +# CONFIG_USB_SERIAL_GENERIC is not set
  4.1148 +# CONFIG_USB_SERIAL_AIRCABLE is not set
  4.1149 +# CONFIG_USB_SERIAL_AIRPRIME is not set
  4.1150 +# CONFIG_USB_SERIAL_ARK3116 is not set
  4.1151 +# CONFIG_USB_SERIAL_BELKIN is not set
  4.1152 +# CONFIG_USB_SERIAL_WHITEHEAT is not set
  4.1153 +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  4.1154 +# CONFIG_USB_SERIAL_CP2101 is not set
  4.1155 +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  4.1156 +# CONFIG_USB_SERIAL_EMPEG is not set
  4.1157 +# CONFIG_USB_SERIAL_FTDI_SIO is not set
  4.1158 +# CONFIG_USB_SERIAL_FUNSOFT is not set
  4.1159 +# CONFIG_USB_SERIAL_VISOR is not set
  4.1160 +# CONFIG_USB_SERIAL_IPAQ is not set
  4.1161 +# CONFIG_USB_SERIAL_IR is not set
  4.1162 +# CONFIG_USB_SERIAL_EDGEPORT is not set
  4.1163 +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  4.1164 +# CONFIG_USB_SERIAL_GARMIN is not set
  4.1165 +# CONFIG_USB_SERIAL_IPW is not set
  4.1166 +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  4.1167 +# CONFIG_USB_SERIAL_KEYSPAN is not set
  4.1168 +# CONFIG_USB_SERIAL_KLSI is not set
  4.1169 +# CONFIG_USB_SERIAL_KOBIL_SCT is not set
  4.1170 +# CONFIG_USB_SERIAL_MCT_U232 is not set
  4.1171 +# CONFIG_USB_SERIAL_MOS7720 is not set
  4.1172 +# CONFIG_USB_SERIAL_MOS7840 is not set
  4.1173 +# CONFIG_USB_SERIAL_NAVMAN is not set
  4.1174 +# CONFIG_USB_SERIAL_PL2303 is not set
  4.1175 +# CONFIG_USB_SERIAL_HP4X is not set
  4.1176 +# CONFIG_USB_SERIAL_SAFE is not set
  4.1177 +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
  4.1178 +# CONFIG_USB_SERIAL_TI is not set
  4.1179 +# CONFIG_USB_SERIAL_CYBERJACK is not set
  4.1180 +# CONFIG_USB_SERIAL_XIRCOM is not set
  4.1181 +# CONFIG_USB_SERIAL_OPTION is not set
  4.1182 +# CONFIG_USB_SERIAL_OMNINET is not set
  4.1183 +# CONFIG_USB_SERIAL_DEBUG is not set
  4.1184 +
  4.1185 +#
  4.1186 +# USB Miscellaneous drivers
  4.1187 +#
  4.1188 +# CONFIG_USB_EMI62 is not set
  4.1189 +# CONFIG_USB_EMI26 is not set
  4.1190 +# CONFIG_USB_ADUTUX is not set
  4.1191 +# CONFIG_USB_AUERSWALD is not set
  4.1192 +# CONFIG_USB_RIO500 is not set
  4.1193 +# CONFIG_USB_LEGOTOWER is not set
  4.1194 +# CONFIG_USB_LCD is not set
  4.1195 +# CONFIG_USB_LED is not set
  4.1196 +# CONFIG_USB_CYPRESS_CY7C63 is not set
  4.1197 +# CONFIG_USB_CYTHERM is not set
  4.1198 +# CONFIG_USB_PHIDGET is not set
  4.1199 +# CONFIG_USB_IDMOUSE is not set
  4.1200 +# CONFIG_USB_FTDI_ELAN is not set
  4.1201 +# CONFIG_USB_APPLEDISPLAY is not set
  4.1202 +# CONFIG_USB_SISUSBVGA is not set
  4.1203 +# CONFIG_USB_LD is not set
  4.1204 +# CONFIG_USB_TRANCEVIBRATOR is not set
  4.1205 +
  4.1206 +#
  4.1207 +# USB DSL modem support
  4.1208 +#
  4.1209 +
  4.1210 +#
  4.1211 +# USB Gadget Support
  4.1212 +#
  4.1213 +# CONFIG_USB_GADGET is not set
  4.1214 +
  4.1215 +#
  4.1216 +# MMC/SD Card support
  4.1217 +#
  4.1218 +# CONFIG_MMC is not set
  4.1219 +
  4.1220 +#
  4.1221 +# LED devices
  4.1222 +#
  4.1223 +# CONFIG_NEW_LEDS is not set
  4.1224 +
  4.1225 +#
  4.1226 +# LED drivers
  4.1227 +#
  4.1228 +
  4.1229 +#
  4.1230 +# LED Triggers
  4.1231 +#
  4.1232 +
  4.1233 +#
  4.1234 +# InfiniBand support
  4.1235 +#
  4.1236 +# CONFIG_INFINIBAND is not set
  4.1237 +
  4.1238 +#
  4.1239 +# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  4.1240 +#
  4.1241 +# CONFIG_EDAC is not set
  4.1242 +
  4.1243 +#
  4.1244 +# Real Time Clock
  4.1245 +#
  4.1246 +# CONFIG_RTC_CLASS is not set
  4.1247 +
  4.1248 +#
  4.1249 +# DMA Engine support
  4.1250 +#
  4.1251 +# CONFIG_DMA_ENGINE is not set
  4.1252 +
  4.1253 +#
  4.1254 +# DMA Clients
  4.1255 +#
  4.1256 +
  4.1257 +#
  4.1258 +# DMA Devices
  4.1259 +#
  4.1260 +
  4.1261 +#
  4.1262 +# Virtualization
  4.1263 +#
  4.1264 +# CONFIG_KVM is not set
  4.1265 +
  4.1266 +#
  4.1267 +# File systems
  4.1268 +#
  4.1269 +# CONFIG_EXT2_FS is not set
  4.1270 +CONFIG_EXT3_FS=m
  4.1271 +# CONFIG_EXT3_FS_XATTR is not set
  4.1272 +# CONFIG_EXT4DEV_FS is not set
  4.1273 +CONFIG_JBD=m
  4.1274 +# CONFIG_JBD_DEBUG is not set
  4.1275 +CONFIG_REISERFS_FS=m
  4.1276 +# CONFIG_REISERFS_CHECK is not set
  4.1277 +# CONFIG_REISERFS_PROC_INFO is not set
  4.1278 +# CONFIG_REISERFS_FS_XATTR is not set
  4.1279 +# CONFIG_JFS_FS is not set
  4.1280 +# CONFIG_FS_POSIX_ACL is not set
  4.1281 +CONFIG_XFS_FS=m
  4.1282 +# CONFIG_XFS_QUOTA is not set
  4.1283 +# CONFIG_XFS_SECURITY is not set
  4.1284 +# CONFIG_XFS_POSIX_ACL is not set
  4.1285 +# CONFIG_XFS_RT is not set
  4.1286 +# CONFIG_GFS2_FS is not set
  4.1287 +# CONFIG_OCFS2_FS is not set
  4.1288 +# CONFIG_MINIX_FS is not set
  4.1289 +# CONFIG_ROMFS_FS is not set
  4.1290 +# CONFIG_INOTIFY is not set
  4.1291 +# CONFIG_QUOTA is not set
  4.1292 +# CONFIG_DNOTIFY is not set
  4.1293 +# CONFIG_AUTOFS_FS is not set
  4.1294 +# CONFIG_AUTOFS4_FS is not set
  4.1295 +CONFIG_FUSE_FS=m
  4.1296 +
  4.1297 +#
  4.1298 +# CD-ROM/DVD Filesystems
  4.1299 +#
  4.1300 +CONFIG_ISO9660_FS=m
  4.1301 +# CONFIG_JOLIET is not set
  4.1302 +# CONFIG_ZISOFS is not set
  4.1303 +# CONFIG_UDF_FS is not set
  4.1304 +
  4.1305 +#
  4.1306 +# DOS/FAT/NT Filesystems
  4.1307 +#
  4.1308 +CONFIG_FAT_FS=m
  4.1309 +CONFIG_MSDOS_FS=m
  4.1310 +CONFIG_VFAT_FS=m
  4.1311 +CONFIG_FAT_DEFAULT_CODEPAGE=437
  4.1312 +CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
  4.1313 +CONFIG_NTFS_FS=m
  4.1314 +# CONFIG_NTFS_DEBUG is not set
  4.1315 +CONFIG_NTFS_RW=y
  4.1316 +
  4.1317 +#
  4.1318 +# Pseudo filesystems
  4.1319 +#
  4.1320 +CONFIG_PROC_FS=y
  4.1321 +# CONFIG_PROC_KCORE is not set
  4.1322 +# CONFIG_PROC_SYSCTL is not set
  4.1323 +CONFIG_SYSFS=y
  4.1324 +# CONFIG_TMPFS is not set
  4.1325 +# CONFIG_HUGETLBFS is not set
  4.1326 +# CONFIG_HUGETLB_PAGE is not set
  4.1327 +CONFIG_RAMFS=y
  4.1328 +# CONFIG_CONFIGFS_FS is not set
  4.1329 +
  4.1330 +#
  4.1331 +# Miscellaneous filesystems
  4.1332 +#
  4.1333 +# CONFIG_ADFS_FS is not set
  4.1334 +# CONFIG_AFFS_FS is not set
  4.1335 +CONFIG_HFS_FS=m
  4.1336 +CONFIG_HFSPLUS_FS=m
  4.1337 +# CONFIG_BEFS_FS is not set
  4.1338 +# CONFIG_BFS_FS is not set
  4.1339 +# CONFIG_EFS_FS is not set
  4.1340 +# CONFIG_CRAMFS is not set
  4.1341 +# CONFIG_VXFS_FS is not set
  4.1342 +# CONFIG_HPFS_FS is not set
  4.1343 +# CONFIG_QNX4FS_FS is not set
  4.1344 +# CONFIG_SYSV_FS is not set
  4.1345 +# CONFIG_UFS_FS is not set
  4.1346 +
  4.1347 +#
  4.1348 +# Network File Systems
  4.1349 +#
  4.1350 +# CONFIG_NFS_FS is not set
  4.1351 +CONFIG_NFSD=m
  4.1352 +# CONFIG_NFSD_V3 is not set
  4.1353 +CONFIG_NFSD_TCP=y
  4.1354 +CONFIG_LOCKD=m
  4.1355 +CONFIG_EXPORTFS=m
  4.1356 +CONFIG_NFS_COMMON=y
  4.1357 +CONFIG_SUNRPC=m
  4.1358 +# CONFIG_RPCSEC_GSS_KRB5 is not set
  4.1359 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
  4.1360 +CONFIG_SMB_FS=m
  4.1361 +# CONFIG_SMB_NLS_DEFAULT is not set
  4.1362 +CONFIG_CIFS=m
  4.1363 +# CONFIG_CIFS_STATS is not set
  4.1364 +# CONFIG_CIFS_WEAK_PW_HASH is not set
  4.1365 +# CONFIG_CIFS_XATTR is not set
  4.1366 +# CONFIG_CIFS_DEBUG2 is not set
  4.1367 +# CONFIG_CIFS_EXPERIMENTAL is not set
  4.1368 +# CONFIG_NCP_FS is not set
  4.1369 +# CONFIG_CODA_FS is not set
  4.1370 +# CONFIG_AFS_FS is not set
  4.1371 +# CONFIG_9P_FS is not set
  4.1372 +
  4.1373 +#
  4.1374 +# Partition Types
  4.1375 +#
  4.1376 +CONFIG_PARTITION_ADVANCED=y
  4.1377 +# CONFIG_ACORN_PARTITION is not set
  4.1378 +# CONFIG_OSF_PARTITION is not set
  4.1379 +# CONFIG_AMIGA_PARTITION is not set
  4.1380 +# CONFIG_ATARI_PARTITION is not set
  4.1381 +# CONFIG_MAC_PARTITION is not set
  4.1382 +CONFIG_MSDOS_PARTITION=y
  4.1383 +# CONFIG_BSD_DISKLABEL is not set
  4.1384 +# CONFIG_MINIX_SUBPARTITION is not set
  4.1385 +# CONFIG_SOLARIS_X86_PARTITION is not set
  4.1386 +# CONFIG_UNIXWARE_DISKLABEL is not set
  4.1387 +# CONFIG_LDM_PARTITION is not set
  4.1388 +# CONFIG_SGI_PARTITION is not set
  4.1389 +# CONFIG_ULTRIX_PARTITION is not set
  4.1390 +# CONFIG_SUN_PARTITION is not set
  4.1391 +# CONFIG_KARMA_PARTITION is not set
  4.1392 +# CONFIG_EFI_PARTITION is not set
  4.1393 +
  4.1394 +#
  4.1395 +# Native Language Support
  4.1396 +#
  4.1397 +CONFIG_NLS=m
  4.1398 +CONFIG_NLS_DEFAULT="utf8"
  4.1399 +CONFIG_NLS_CODEPAGE_437=m
  4.1400 +# CONFIG_NLS_CODEPAGE_737 is not set
  4.1401 +# CONFIG_NLS_CODEPAGE_775 is not set
  4.1402 +# CONFIG_NLS_CODEPAGE_850 is not set
  4.1403 +# CONFIG_NLS_CODEPAGE_852 is not set
  4.1404 +# CONFIG_NLS_CODEPAGE_855 is not set
  4.1405 +# CONFIG_NLS_CODEPAGE_857 is not set
  4.1406 +# CONFIG_NLS_CODEPAGE_860 is not set
  4.1407 +# CONFIG_NLS_CODEPAGE_861 is not set
  4.1408 +# CONFIG_NLS_CODEPAGE_862 is not set
  4.1409 +# CONFIG_NLS_CODEPAGE_863 is not set
  4.1410 +# CONFIG_NLS_CODEPAGE_864 is not set
  4.1411 +# CONFIG_NLS_CODEPAGE_865 is not set
  4.1412 +# CONFIG_NLS_CODEPAGE_866 is not set
  4.1413 +# CONFIG_NLS_CODEPAGE_869 is not set
  4.1414 +# CONFIG_NLS_CODEPAGE_936 is not set
  4.1415 +# CONFIG_NLS_CODEPAGE_950 is not set
  4.1416 +# CONFIG_NLS_CODEPAGE_932 is not set
  4.1417 +# CONFIG_NLS_CODEPAGE_949 is not set
  4.1418 +# CONFIG_NLS_CODEPAGE_874 is not set
  4.1419 +# CONFIG_NLS_ISO8859_8 is not set
  4.1420 +# CONFIG_NLS_CODEPAGE_1250 is not set
  4.1421 +# CONFIG_NLS_CODEPAGE_1251 is not set
  4.1422 +# CONFIG_NLS_ASCII is not set
  4.1423 +# CONFIG_NLS_ISO8859_1 is not set
  4.1424 +# CONFIG_NLS_ISO8859_2 is not set
  4.1425 +# CONFIG_NLS_ISO8859_3 is not set
  4.1426 +# CONFIG_NLS_ISO8859_4 is not set
  4.1427 +# CONFIG_NLS_ISO8859_5 is not set
  4.1428 +# CONFIG_NLS_ISO8859_6 is not set
  4.1429 +# CONFIG_NLS_ISO8859_7 is not set
  4.1430 +# CONFIG_NLS_ISO8859_9 is not set
  4.1431 +# CONFIG_NLS_ISO8859_13 is not set
  4.1432 +# CONFIG_NLS_ISO8859_14 is not set
  4.1433 +# CONFIG_NLS_ISO8859_15 is not set
  4.1434 +# CONFIG_NLS_KOI8_R is not set
  4.1435 +# CONFIG_NLS_KOI8_U is not set
  4.1436 +CONFIG_NLS_UTF8=m
  4.1437 +
  4.1438 +#
  4.1439 +# Distributed Lock Manager
  4.1440 +#
  4.1441 +# CONFIG_DLM is not set
  4.1442 +
  4.1443 +#
  4.1444 +# Instrumentation Support
  4.1445 +#
  4.1446 +# CONFIG_PROFILING is not set
  4.1447 +
  4.1448 +#
  4.1449 +# Kernel hacking
  4.1450 +#
  4.1451 +CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  4.1452 +# CONFIG_PRINTK_TIME is not set
  4.1453 +# CONFIG_ENABLE_MUST_CHECK is not set
  4.1454 +# CONFIG_MAGIC_SYSRQ is not set
  4.1455 +# CONFIG_UNUSED_SYMBOLS is not set
  4.1456 +# CONFIG_DEBUG_FS is not set
  4.1457 +# CONFIG_HEADERS_CHECK is not set
  4.1458 +# CONFIG_DEBUG_KERNEL is not set
  4.1459 +CONFIG_LOG_BUF_SHIFT=14
  4.1460 +CONFIG_EARLY_PRINTK=y
  4.1461 +# CONFIG_DOUBLEFAULT is not set
  4.1462 +
  4.1463 +#
  4.1464 +# Security options
  4.1465 +#
  4.1466 +# CONFIG_KEYS is not set
  4.1467 +# CONFIG_SECURITY is not set
  4.1468 +
  4.1469 +#
  4.1470 +# Cryptographic options
  4.1471 +#
  4.1472 +# CONFIG_CRYPTO is not set
  4.1473 +
  4.1474 +#
  4.1475 +# Library routines
  4.1476 +#
  4.1477 +CONFIG_BITREVERSE=y
  4.1478 +CONFIG_CRC_CCITT=m
  4.1479 +# CONFIG_CRC16 is not set
  4.1480 +CONFIG_CRC32=y
  4.1481 +# CONFIG_LIBCRC32C is not set
  4.1482 +CONFIG_ZLIB_INFLATE=m
  4.1483 +CONFIG_ZLIB_DEFLATE=m
  4.1484 +CONFIG_IOMAP_COPY=y
  4.1485 +CONFIG_GENERIC_HARDIRQS=y
  4.1486 +CONFIG_GENERIC_IRQ_PROBE=y
  4.1487 +CONFIG_X86_BIOS_REBOOT=y
  4.1488 +CONFIG_KTIME_SCALAR=y
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/linux/stuff/linux-2.6.20-unpack.u	Wed Jul 14 14:20:00 2021 +0000
     5.3 @@ -0,0 +1,38 @@
     5.4 +--- init/initramfs.c
     5.5 ++++ init/initramfs.c
     5.6 +@@ -534,27 +534,6 @@
     5.7 + 		panic(err);
     5.8 + #ifdef CONFIG_BLK_DEV_INITRD
     5.9 + 	if (initrd_start) {
    5.10 +-#ifdef CONFIG_BLK_DEV_RAM
    5.11 +-		int fd;
    5.12 +-		printk(KERN_INFO "checking if image is initramfs...");
    5.13 +-		err = unpack_to_rootfs((char *)initrd_start,
    5.14 +-			initrd_end - initrd_start, 1);
    5.15 +-		if (!err) {
    5.16 +-			printk(" it is\n");
    5.17 +-			unpack_to_rootfs((char *)initrd_start,
    5.18 +-				initrd_end - initrd_start, 0);
    5.19 +-			free_initrd();
    5.20 +-			return 0;
    5.21 +-		}
    5.22 +-		printk("it isn't (%s); looks like an initrd\n", err);
    5.23 +-		fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 0700);
    5.24 +-		if (fd >= 0) {
    5.25 +-			sys_write(fd, (char *)initrd_start,
    5.26 +-					initrd_end - initrd_start);
    5.27 +-			sys_close(fd);
    5.28 +-			free_initrd();
    5.29 +-		}
    5.30 +-#else
    5.31 + 		printk(KERN_INFO "Unpacking initramfs...");
    5.32 + 		err = unpack_to_rootfs((char *)initrd_start,
    5.33 + 			initrd_end - initrd_start, 0);
    5.34 +@@ -562,7 +541,6 @@
    5.35 + 			panic(err);
    5.36 + 		printk(" done\n");
    5.37 + 		free_initrd();
    5.38 +-#endif
    5.39 + 	}
    5.40 + #endif
    5.41 + 	return 0;
     6.1 --- a/linux/stuff/pack	Wed Jul 14 09:04:04 2021 +0000
     6.2 +++ b/linux/stuff/pack	Wed Jul 14 14:20:00 2021 +0000
     6.3 @@ -1,6 +1,15 @@
     6.4  #!/bin/sh
     6.5  
     6.6  if [ "$1" = "--build" ]; then	#install-begin
     6.7 +	while read type pack args; do
     6.8 +		grep -q "#define COMPRESSION.*$type" unpacklz4.S || continue
     6.9 +		sed -i "s/COMPRESSOR/$pack/;s/COMPRESSION/$pack $args/" $0
    6.10 +	done <<EOT
    6.11 +LZMA	lzma	-si -so $(sed '/^#define PROP_/!d;s|.*_|-|;s| *||;y/PBLPC/pblpc/' unlzma.S) | ddq bs=13 skip=1
    6.12 +LZSA2	lzsa	-r -f 2
    6.13 +LZSA1	lzsa	-r -f 1
    6.14 +LZ4	lz4	-l -12 | ddq bs=4 skip=1
    6.15 +EOT
    6.16  	uuencode -m - < unpacklz4.bin | sed -e '/^unpacklz4\.bin$/r/dev/stdin' \
    6.17  		-e '/^unpacklz4\.bin$/d' -i $0
    6.18  	cat helper.bin 2>/dev/null | uuencode -m - | sed -e \
    6.19 @@ -40,7 +49,7 @@
    6.20  
    6.21  [ ! -s "$1" ] && echo "Usage: $0 bzImage" && exit 1
    6.22  
    6.23 -if which lz4 > /dev/null ; then
    6.24 +if which COMPRESSOR > /dev/null ; then
    6.25  
    6.26  # boot + head param
    6.27  param=$((514+$(get 0x201 $1 1)))
    6.28 @@ -52,7 +61,7 @@
    6.29  EOT
    6.30  setupsz=$(get 0x1F1 $1 1)
    6.31  ddq if=$1 bs=1 skip=$param count=$(($setupsz*512-$param+512)) | \
    6.32 -	lz4 -l -12 | ddq bs=4 skip=1 >> /tmp/setup$$
    6.33 +	COMPRESSION >> /tmp/setup$$
    6.34  
    6.35  # version string
    6.36  word $(get 0x20E $1) >> /tmp/setup$$
     7.1 --- a/linux/stuff/unlzma.S	Wed Jul 14 09:04:04 2021 +0000
     7.2 +++ b/linux/stuff/unlzma.S	Wed Jul 14 14:20:00 2021 +0000
     7.3 @@ -97,11 +97,11 @@
     7.4  #ifndef FLAT32
     7.5   *   input   ds:si=inStream, es:di=outStream
     7.6   *   output  outStream[], ds:si, es:di
     7.7 - 	.code 16
     7.8 + 	.code16
     7.9  #else
    7.10   *   input   esi=inStream, edi=outStream
    7.11   *   output  outStream[], esi, edi
    7.12 - 	.code 32
    7.13 + 	.code32
    7.14  #endif
    7.15   */
    7.16   
    7.17 @@ -252,7 +252,13 @@
    7.18  	
    7.19  //         int matchByte = outStream[nowPos - rep0];
    7.20  
    7.21 +#if defined(FLAT32) || defined(FLAT16OUT)
    7.22 +	mov	nowPos(BP), BX
    7.23 +	sub	rep0(BP), BX
    7.24 +	movb	(BX), %bl
    7.25 +#else
    7.26  	call	DicoRep02ESDI	// %bl = outStream[nowPos - rep0];
    7.27 +#endif
    7.28  	
    7.29  //         do {
    7.30  //           int bit;
    7.31 @@ -668,12 +674,26 @@
    7.32  lzd13z:
    7.33  //         previousByte = outStream[nowPos - rep0];
    7.34  //         outStream[nowPos++] = previousByte;
    7.35 -
    7.36 -	call	outcharDico 	// %bl = outStream[nowPos++] = outStream[nowPos - rep0]
    7.37 -
    7.38  //       } while(--len != 0);
    7.39  
    7.40 +#if defined(FLAT32) || defined(FLAT16OUT)
    7.41 +	push	SI
    7.42 +	mov	nowPos(BP), SI
    7.43 +	sub	rep0(BP), SI
    7.44 +lzd13zflat:
    7.45 +# ifdef FLAT32
    7.46 +	lodsb	%ds:(SI)
    7.47 +# else
    7.48 +	lodsb	%es:(SI)
    7.49 +# endif
    7.50 +	call	outchar
    7.51 +	loop	lzd13zflat
    7.52 +	pop	SI
    7.53 +#else
    7.54 +	call	outcharDico 	// %bl = outStream[nowPos++] = outStream[nowPos - rep0]
    7.55  	loop	lzd13z
    7.56 +#endif
    7.57 +
    7.58  
    7.59  //     } /* char/string */
    7.60  //   }
    7.61 @@ -684,13 +704,18 @@
    7.62  //   //RC_NORMALIZE;
    7.63  //   //*inSizeProcessed = (SizeT)(Buffer - inStream); *outSizeProcessed = nowPos;
    7.64  //   return LZMA_RESULT_OK;
    7.65 +#if !defined(FLAT32) && !defined(FLAT16OUT)
    7.66  	call	Dico2ESDI	// set es & di (rep0 = 0)
    7.67 +#else
    7.68 +	movw	nowPos(BP), DI
    7.69 +#endif
    7.70  	lea	ws2(BP), SP	// dealloc
    7.71  	ret	
    7.72  // }
    7.73  
    7.74  // al = outStream[nowPos - rep0];
    7.75  
    7.76 +#if !defined(FLAT32) && !defined(FLAT16OUT)
    7.77  /*
    7.78   * output  es:di, al
    7.79   * scratch bh, cl, flags
    7.80 @@ -707,7 +732,6 @@
    7.81   */
    7.82   
    7.83  Dico2ESDI:
    7.84 -#if !defined(FLAT32) && !defined(FLAT16OUT)
    7.85  # ifdef ONLY8086
    7.86  	pushw	%ax
    7.87  	movw	nowPos(%bp), %bx
    7.88 @@ -735,17 +759,6 @@
    7.89  	shrl	$4, %ebx
    7.90  # endif
    7.91  	movw	%bx, %es
    7.92 -#else
    7.93 -	mov	nowPos(BP), DI
    7.94 -	jnc	Dico2ESDIz
    7.95 -	sub	rep0(BP), DI
    7.96 -Dico2ESDIz:
    7.97 -#endif
    7.98 -#ifdef FLAT32
    7.99 -	movb	(DI), %bl
   7.100 -#else
   7.101 -	movb	%es:(%di), %bl
   7.102 -#endif
   7.103  	ret
   7.104  
   7.105  outcharDico:
   7.106 @@ -773,6 +786,12 @@
   7.107  	clc
   7.108  	call	Dico2ESDI
   7.109  	stosb
   7.110 +#else
   7.111 +outchar:
   7.112 +	movw	nowPos(%bp), DI
   7.113 +	stosb
   7.114 +	movw	DI, nowPos(%bp)
   7.115 +#endif
   7.116  	xchg	AX, BX		// previous byte
   7.117  
   7.118  //	int posState = (int)((nowPos) & posStateMask);
   7.119 @@ -790,13 +809,13 @@
   7.120  	andb	$((1 << PROP_LP) -1), posState2(BP)
   7.121  # endif
   7.122  #endif
   7.123 -#ifdef ONLY8086
   7.124 -	incw	nowPos(BP)
   7.125 +#if !defined(FLAT32) && !defined(FLAT16OUT)
   7.126 +	inc	nowPos(BP)
   7.127 +# if defined(ONLY8086)
   7.128  	jnz	incnowPosDone
   7.129  	incw	nowPos+2(BP)
   7.130  incnowPosDone:
   7.131 -#else
   7.132 -	incl	nowPos(BP)
   7.133 +# endif
   7.134  #endif
   7.135  	ret
   7.136  
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/linux/stuff/unlzsa1.S	Wed Jul 14 14:20:00 2021 +0000
     8.3 @@ -0,0 +1,143 @@
     8.4 +//  based on
     8.5 +//  decompress_small.S - space-efficient decompressor implementation for 8088
     8.6 +//
     8.7 +//  Copyright (C) 2019 Emmanuel Marty
     8.8 +//
     8.9 +//  This software is provided 'as-is', without any express or implied
    8.10 +//  warranty.  In no event will the authors be held liable for any damages
    8.11 +//  arising from the use of this software.
    8.12 +//
    8.13 +//  Permission is granted to anyone to use this software for any purpose,
    8.14 +//  including commercial applications, and to alter it and redistribute it
    8.15 +//  freely, subject to the following restrictions:
    8.16 +//
    8.17 +//  1. The origin of this software must not be misrepresented; you must not
    8.18 +//     claim that you wrote the original software. If you use this software
    8.19 +//     in a product, an acknowledgment in the product documentation would be
    8.20 +//     appreciated but is not required.
    8.21 +//  2. Altered source versions must be plainly marked as such, and must not be
    8.22 +//     misrepresented as being the original software.
    8.23 +//  3. This notice may not be removed or altered from any source distribution.
    8.24 +
    8.25 +//  ---------------------------------------------------------------------------
    8.26 +//  Decompress raw LZSA1 block
    8.27 +//  inputs:
    8.28 +//  * %ds:%si: raw LZSA1 block
    8.29 +//  * %es:%di: output buffer
    8.30 +//  ---------------------------------------------------------------------------
    8.31 +
    8.32 +	.code16
    8.33 +lzsa1_decompress:
    8.34 +	//pushw	%di		// remember decompression offset
    8.35 +	//cld			// make string operations (lods, movs, stos..) move forward
    8.36 +
    8.37 +lzsa1_decode_token:
    8.38 +	xorb	%ah, %ah	// clear %ah
    8.39 +	lodsb			// read token byte: O|LLL|MMMM
    8.40 +	movw	%ax,%bx		// keep token in %bl
    8.41 +	
    8.42 +	andb	$0x70, %al	// isolate literals length in token (LLL)
    8.43 +	je	lzsa1_check_offset_size	// if LLL=0, we have no literals; goto match
    8.44 +#ifdef ONLY8086
    8.45 +	movb	$4, %cl
    8.46 +	shrb	%cl, %al	// shift literals length into place
    8.47 +#else
    8.48 +	shrb	$4, %al		// shift literals length into place
    8.49 +#endif
    8.50 +
    8.51 +	cmpb	$7, %al		// LITERALS_RUN_LEN?
    8.52 +	jne	lzsa1_got_literals	// no, we have the full literals count from the token, go copy
    8.53 +
    8.54 +	lodsb                   // grab extra length byte
    8.55 +	addb	$7, %al		// add LITERALS_RUN_LEN
    8.56 +	jnc	lzsa1_got_literals	// if no overflow, we have the full literals count, go copy
    8.57 +	je	lzsa1_big_literals
    8.58 +
    8.59 +	movb	$1, %ah		// add 256 (I'd prefer 'xchgb %al, %ah'	max 1791 instead of 511)
    8.60 +	lodsb			// grab single extra length byte
    8.61 +	.byte	0x3C		// mask lodsw with cmpb $0xAD, %al
    8.62 +				// (*like jmp short lzsa1_got_literals but faster)
    8.63 +
    8.64 +lzsa1_big_literals:
    8.65 +	lodsw			// grab 16-bit extra length
    8.66 +
    8.67 +lzsa1_got_literals:
    8.68 +	xchgw	%ax, %cx
    8.69 +#ifdef USE_MOVSW
    8.70 +	shrw	$1, %cx
    8.71 +	rep movsw
    8.72 +	adcw	%cx, %cx
    8.73 +#endif
    8.74 +	rep movsb		// copy %cx literals from %ds:%si to %es:%di
    8.75 +
    8.76 +lzsa1_check_offset_size:
    8.77 +	testb	%bl, %bl	// check match offset size in token (O bit)
    8.78 +	js	lzsa1_get_long_offset
    8.79 +
    8.80 +	decw	%cx
    8.81 +	xchgw	%ax, %cx	// %ah to 0xff - %cx was zero from the rep movsb above
    8.82 +	lodsb
    8.83 +	.byte	0x3C		// mask lodsw with cmpb $0xAD, %al
    8.84 +				// (*like jmp short lzsa1_get_match_length but faster)
    8.85 +
    8.86 +lzsa1_get_long_offset:
    8.87 +	lodsw			// Get 2-byte match offset
    8.88 +
    8.89 +lzsa1_get_match_length:
    8.90 +	xchgw	%ax, %bx	// %bx: match offset  %ax: original token
    8.91 +	andb	$0xF, %al	// isolate match length in token (MMMM)
    8.92 +	addb	$3, %al		// add MIN_MATCH_SIZE
    8.93 +
    8.94 +	cmpb	$0x12, %al	// MATCH_RUN_LEN?
    8.95 +	jne	lzsa1_got_matchlen	// no, we have the full match length from the token, go copy
    8.96 +
    8.97 +	lodsb			// grab extra length byte
    8.98 +	addb	$0x12, %al	// add MIN_MATCH_SIZE + MATCH_RUN_LEN
    8.99 +	jnc	lzsa1_got_matchlen	// if no overflow, we have the entire length
   8.100 +	je	lzsa1_big_matchlen       
   8.101 +
   8.102 +	movb	$1, %ah		// add 256 (I'd prefer 'xchgb %al, %ah'	max 3071 instead of 511)
   8.103 +	lodsb			// grab single extra length byte
   8.104 +	.byte	0x3C		// mask lodsw with cmpb $0xAD, %al
   8.105 +				// (*like jmp short lzsa1_got_matchlen but faster)
   8.106 +lzsa1_big_matchlen:
   8.107 +	lodsw			// grab 16-bit length
   8.108 +
   8.109 +lzsa1_got_matchlen:
   8.110 +	xchgw	%ax, %cx	// copy match length into %cx
   8.111 +	jcxz	lzsa1_done_decompressing	// bail if we hit EOD
   8.112 +	xchgw	%ax, %si	// save %si (current pointer to compressed data)
   8.113 +	leaw	(%bx,%di), %si	// %es:%si now points at back reference in output data
   8.114 +#ifdef USE_MOVSW
   8.115 +	cmpw	$-2, %bx
   8.116 +	jae	lzsa1_store
   8.117 +	shrw	$1, %cx
   8.118 +	rep movsw %es:(%si), %es:(%di)
   8.119 +	adcw	%cx, %cx
   8.120 +#endif
   8.121 +	rep movsb %es:(%si), %es:(%di)		// copy match
   8.122 +	xchgw	%ax, %si	// restore %ds:%si
   8.123 +	jmp	lzsa1_decode_token	// go decode another token
   8.124 +#ifdef USE_MOVSW
   8.125 +lzsa1_store:
   8.126 +	je	lzsa1_store_word
   8.127 +	lodsb	%es:(%si)
   8.128 +	movb	%al, %ah	
   8.129 +	.byte	0x3D		// mask lodsw with cmpb $0x26AD, %ax
   8.130 +				// (*like jmp short lzsa1_store_byte but faster)
   8.131 +lzsa1_store_word:
   8.132 +	lodsw	%es:(%si)
   8.133 +lzsa1_store_byte:
   8.134 +	shrw	$1, %cx
   8.135 +	rep	stosw
   8.136 +	adcw	%cx, %cx
   8.137 +	rep	stosb
   8.138 +	xchgw	%ax, %si	// restore %ds:%si
   8.139 +	jmp	lzsa1_decode_token	// go decode another token
   8.140 +#endif
   8.141 +
   8.142 +lzsa1_done_decompressing:
   8.143 +//	popw	%ax		// retrieve the original decompression offset
   8.144 +//	xchgw	%ax, %di	// compute decompressed size
   8.145 +//	subw	%di, %ax
   8.146 +	ret			// done
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/linux/stuff/unlzsa2.S	Wed Jul 14 14:20:00 2021 +0000
     9.3 @@ -0,0 +1,177 @@
     9.4 +//  based on
     9.5 +//  decompress_small.S - space-efficient decompressor implementation for 8088
     9.6 +//
     9.7 +//  Copyright (C) 2019 Emmanuel Marty
     9.8 +//
     9.9 +//  This software is provided 'as-is', without any express or implied
    9.10 +//  warranty.  In no event will the authors be held liable for any damages
    9.11 +//  arising from the use of this software.
    9.12 +//
    9.13 +//  Permission is granted to anyone to use this software for any purpose,
    9.14 +//  including commercial applications, and to alter it and redistribute it
    9.15 +//  freely, subject to the following restrictions:
    9.16 +//
    9.17 +//  1. The origin of this software must not be misrepresented; you must not
    9.18 +//     claim that you wrote the original software. If you use this software
    9.19 +//     in a product, an acknowledgment in the product documentation would be
    9.20 +//     appreciated but is not required.
    9.21 +//  2. Altered source versions must be plainly marked as such, and must not be
    9.22 +//     misrepresented as being the original software.
    9.23 +//  3. This notice may not be removed or altered from any source distribution.
    9.24 +
    9.25 +//  ---------------------------------------------------------------------------
    9.26 +//  Decompress raw LZSA2 block
    9.27 +//  inputs:
    9.28 +//  * %ds:%si: raw LZSA2 block
    9.29 +//  * %es:%di: output buffer
    9.30 +//  ---------------------------------------------------------------------------
    9.31 +
    9.32 +	.code16
    9.33 +lzsa2_decompress:
    9.34 +	//pushw	%di		// remember decompression offset
    9.35 +	//cld			// make string operations (lods, movs, stos..) move forward
    9.36 +
    9.37 +	xorw	%cx, %cx
    9.38 +	movw	$0x100, %bx
    9.39 +	xorw	%bp, %bp
    9.40 +
    9.41 +lzsa2_decode_token:
    9.42 +	movw	%cx, %ax	// clear %ah - %cx is zero from above or from after rep movsb in lzsa2_copy_match
    9.43 +	lodsb			// read token byte: XYZ|LL|MMMM
    9.44 +	movw	%ax,%dx		// keep token in %dl
    9.45 +	
    9.46 +	andb	$0x18, %al	// isolate literals length in token (LL)
    9.47 +#ifdef ONLY8086
    9.48 +	movb	$3, %cl
    9.49 +	shrb	%cl, %al	// shift literals length into place
    9.50 +#else
    9.51 +	shrb	$3, %al		// shift literals length into place
    9.52 +#endif
    9.53 +
    9.54 +	cmpb	$3, %al		// LITERALS_RUN_LEN_V2?
    9.55 +	jne	lzsa2_got_literals	// no, we have the full literals count from the token, go copy
    9.56 +
    9.57 +	call	lzsa2_get_nibble	// get extra literals length nibble
    9.58 +	addb	%cl, %al	// add len from token to nibble 
    9.59 +	cmpb	$0x12, %al      // LITERALS_RUN_LEN_V2 + 15 ?
    9.60 +	jne	lzsa2_got_literals	// if not, we have the full literals count, go copy
    9.61 +	lodsb                   // grab extra length byte
    9.62 +	addb	$0x12, %al	// overflow?
    9.63 +	jnc	lzsa2_got_literals	// if not, we have the full literals count, go copy
    9.64 +
    9.65 +	lodsw			// grab 16-bit extra length
    9.66 +
    9.67 +lzsa2_got_literals:
    9.68 +	xchgw	%ax, %cx
    9.69 +	rep movsb		// copy %cx literals from %ds:%si to %es:%di
    9.70 +
    9.71 +	testb	$0xC0, %dl	// check match offset size in token (X bit)
    9.72 +	js	lzsa2_rep_match_or_large_offset
    9.73 +
    9.74 +	//cmpb	$0x40, %dl	// check if this is a 5 or 9-bit offset (Y bit)
    9.75 +				// discovered via the test with bit 6 set
    9.76 +	xchgw	%ax, %cx	// clear %ah - %cx was zero from the rep movsb above
    9.77 +	jne	lzsa2_offset_9_bit
    9.78 +
    9.79 +				// 5 bit offset
    9.80 +	cmpb	$0x20, %dl	// test bit 5
    9.81 +	call	lzsa2_get_nibble_x
    9.82 +	jmp	lzsa2_dec_offset_top
    9.83 +
    9.84 +lzsa2_offset_9_bit:		// 9 bit offset
    9.85 +	lodsb			// get 8 bit offset from stream in A
    9.86 +	decb	%ah		// set offset bits 15-8 to 1
    9.87 +	testb	$0x20, %dl	// test bit Z (offset bit 8)
    9.88 +	je	lzsa2_get_match_length
    9.89 +lzsa2_dec_offset_top:
    9.90 +	decb	%ah		// clear bit 8 if Z bit is clear
    9.91 +				// or set offset bits 15-8 to 1
    9.92 +	jmp	lzsa2_get_match_length
    9.93 +
    9.94 +lzsa2_rep_match_or_large_offset:
    9.95 +	//cmpb	$0xC0, %dl	// check if this is a 13-bit offset or a 16-bit offset/rep match (Y bit)
    9.96 +	jpe	lzsa2_rep_match_or_16_bit
    9.97 +
    9.98 +				// 13 bit offset
    9.99 +
   9.100 +	cmpb	$0xA0, %dl	// test bit 5 (knowing that bit 7 is also set)
   9.101 +	xchgb	%al, %ah
   9.102 +	call	lzsa2_get_nibble_x
   9.103 +	subb	$2, %al		// substract 512
   9.104 +	jmp	lzsa2_get_match_length_1
   9.105 +
   9.106 +lzsa2_rep_match_or_16_bit:
   9.107 +	testb	$0x20, %dl	// test bit Z (offset bit 8)
   9.108 +	jne	lzsa2_repeat_match	// rep-match
   9.109 +
   9.110 +				// 16 bit offset
   9.111 +	lodsb			// Get 2-byte match offset
   9.112 +
   9.113 +lzsa2_get_match_length_1:
   9.114 +	xchgb	%al, %ah
   9.115 +	lodsb			// load match offset bits 0-7
   9.116 +
   9.117 +lzsa2_get_match_length:
   9.118 +	xchgw	%ax, %bp	// %bp: offset
   9.119 +lzsa2_repeat_match:
   9.120 +	xchgw	%ax, %dx	// %ax: original token
   9.121 +	andb	$7, %al		// isolate match length in token (MMM)
   9.122 +	addb	$2, %al		// add MIN_MATCH_SIZE_V2
   9.123 +
   9.124 +	cmpb	$9, %al		// MIN_MATCH_SIZE_V2 + MATCH_RUN_LEN_V2?
   9.125 +	jne	lzsa2_got_matchlen	// no, we have the full match length from the token, go copy
   9.126 +
   9.127 +	call	lzsa2_get_nibble	// get extra literals length nibble
   9.128 +	addb	%cl, %al	// add len from token to nibble 
   9.129 +	cmpb	$0x18, %al	// MIN_MATCH_SIZE_V2 + MATCH_RUN_LEN_V2 + 15?
   9.130 +	jne	lzsa2_got_matchlen	// no, we have the full match length from the token, go copy
   9.131 +
   9.132 +	lodsb			// grab extra length byte
   9.133 +	addb	$0x18, %al	// overflow?
   9.134 +	jnc	lzsa2_got_matchlen	// if not, we have the entire length
   9.135 +	je	lzsa2_done_decompressing	// detect EOD code
   9.136 +
   9.137 +	lodsw			// grab 16-bit length
   9.138 +
   9.139 +lzsa2_got_matchlen:
   9.140 +	xchgw	%ax, %cx	// copy match length into %cx
   9.141 +	xchgw	%ax, %si	// save %si (current pointer to compressed data)
   9.142 +	leaw	(%bx,%di), %si	// %es:%si now points at back reference in output data
   9.143 +	rep movsb %es:(%si), %es:(%di)		// copy match
   9.144 +	xchgw	%ax, %si	// restore %si
   9.145 +	jmp	lzsa2_decode_token	// go decode another token
   9.146 +
   9.147 +//lzsa2_done_decompressing:
   9.148 +//	popw	%ax		// retrieve the original decompression offset
   9.149 +//	xchgw	%ax, %di	// compute decompressed size
   9.150 +//	subw	%di, %ax
   9.151 +//	ret			// done
   9.152 +
   9.153 +lzsa2_get_nibble_x:
   9.154 +	cmc			// carry set if bit 4 was set
   9.155 +	rcrb	$1, %al
   9.156 +	call	lzsa2_get_nibble	// get nibble for offset bits 0-3
   9.157 +	orb	%cl, %al	// merge nibble
   9.158 +	rolb	$1, %al
   9.159 +	xorb	$0xE1, %al	// set offset bits 7-5 to 1
   9.160 +lzsa2_done_decompressing:
   9.161 +	ret
   9.162 +
   9.163 +lzsa2_get_nibble:
   9.164 +	negb	%bh		// nibble ready?
   9.165 +	jns	lzsa2_has_nibble
   9.166 +	
   9.167 +	xchgw	%ax, %bx
   9.168 +	lodsb			// load two nibbles
   9.169 +	xchgw	%ax, %bx
   9.170 +
   9.171 +lzsa2_has_nibble:
   9.172 +#ifdef ONLY8086
   9.173 +	movb	$4, %cl		// swap 4 high and low bits of nibble
   9.174 +	rorb	%cl, %bl
   9.175 +#else
   9.176 +	rorb	$4, %bl
   9.177 +#endif
   9.178 +	movb	$0xF, %cl
   9.179 +	andb	%bl, %cl
   9.180 +	ret
    10.1 --- a/linux/stuff/unpacklz4.S	Wed Jul 14 09:04:04 2021 +0000
    10.2 +++ b/linux/stuff/unpacklz4.S	Wed Jul 14 14:20:00 2021 +0000
    10.3 @@ -3,7 +3,8 @@
    10.4  	.code16
    10.5  	.org	0
    10.6  
    10.7 -#define LZMA		0
    10.8 +// LZ4 LZSA1 LZSA2 or LZMA
    10.9 +#define COMPRESSION_LZ4
   10.10  #define HOLE		0x4000
   10.11  #define DS_OFS		0x0200
   10.12  
   10.13 @@ -24,8 +25,12 @@
   10.14  	popw	%bx
   10.15  	leaw	DS_OFS+start-next(%bx), %di
   10.16  	leaw	DS_OFS+packed-next(%bx,%si), %si
   10.17 -#if LZMA
   10.18 +#if  defined(COMPRESSION_LZMA)
   10.19  	call	unlzma
   10.20 +#elif defined(COMPRESSION_LZSA2)
   10.21 +	call	unlzsa2
   10.22 +#elif defined(COMPRESSION_LZSA1)
   10.23 +	call	unlzsa1
   10.24  #else
   10.25  
   10.26  #define ARCHIVE_MAGICNUMBER	0x184C2102
   10.27 @@ -82,21 +87,47 @@
   10.28  	notw	%bx
   10.29  # endif
   10.30  #endif
   10.31 -	xchgw	%ax, %si
   10.32 +	pushw	%si
   10.33  #if NEGATIVE_OFFSETS || BYTE_RLE
   10.34  	leaw	(%bx,%di), %si
   10.35  #else
   10.36  	movw	%di, %si
   10.37  	subw	%bx, %si
   10.38  #endif
   10.39 -	rep movsb %ds:(%si), %es:(%di)	// copy string
   10.40 -	xchgw	%ax, %si
   10.41 +#ifdef USE_MOVSW
   10.42 +# if NEGATIVE_OFFSETS || BYTE_RLE
   10.43 +	cmpw	$-2, %bx
   10.44 +	jb	lzs4_move_words
   10.45 +# else
   10.46 +	cmpw	$2, %bx
   10.47 +	ja	lzs4_move_words
   10.48 +# endif
   10.49 +	lodsw	%es:(%si)
   10.50 +	je	lzs4_store_word	
   10.51 +	movb	%al, %ah
   10.52 +lzs4_store_word:
   10.53 +	shrw	$1, %cx
   10.54 +	rep stosw %es:(%di)
   10.55 +	adcw	%cx, %cx
   10.56 +	rep stosb %es:(%di)
   10.57 +lzs4_move_words:
   10.58 +	shrw	$1, %cx
   10.59 +	rep movsw %es:(%si), %es:(%di)
   10.60 +	adcw	%cx, %cx
   10.61 +#endif
   10.62 +	rep movsb %es:(%si), %es:(%di)	// copy string
   10.63 +	popw	%si
   10.64  
   10.65  lz4chunk:				// uncompress chunk
   10.66  	lodsb				// get token
   10.67  	movb	%al, %bl
   10.68  	shrb	$4, %al
   10.69  	call	lz4len			// get literal length
   10.70 +#ifdef USE_MOVSW
   10.71 +	shrw	$1, %cx
   10.72 +	rep movsw %ds:(%si), %es:(%di)
   10.73 +	adcw	%cx, %cx
   10.74 +#endif
   10.75  	rep movsb %ds:(%si), %es:(%di)	// copy literals
   10.76  	cmpw	%dx, %si
   10.77  	jb	lz4string
   10.78 @@ -109,12 +140,18 @@
   10.79  	//popaw
   10.80  	retf
   10.81  
   10.82 -#if LZMA
   10.83 +#if  defined(COMPRESSION_LZMA)
   10.84  #define FLAT16		1
   10.85  #define FLAT16OUT	1
   10.86  #define NO_LZMA_HEADER	1
   10.87  unlzma:
   10.88  #include "unlzma.S"
   10.89 +#elif defined(COMPRESSION_LZSA2)
   10.90 +unlzsa2:
   10.91 +#include "unlzsa2.S"
   10.92 +#elif defined(COMPRESSION_LZSA1)
   10.93 +unlzsa1:
   10.94 +#include "unlzsa1.S"
   10.95  #endif
   10.96  
   10.97  packed:
    11.1 --- a/module-3c509/receipt	Wed Jul 14 09:04:04 2021 +0000
    11.2 +++ b/module-3c509/receipt	Wed Jul 14 14:20:00 2021 +0000
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="module-3c509"
    11.7 -VERSION="2.6.14"
    11.8 +VERSION="2.6.20"
    11.9  CATEGORY="base-system"
   11.10  GROUP="driver,ethernet"
   11.11  SHORT_DESC="Kernel module for the 3c509 (3com Etherlink III) driver"
    12.1 --- a/module-8250/receipt	Wed Jul 14 09:04:04 2021 +0000
    12.2 +++ b/module-8250/receipt	Wed Jul 14 14:20:00 2021 +0000
    12.3 @@ -1,7 +1,7 @@
    12.4  # SliTaz package receipt.
    12.5  
    12.6  PACKAGE="module-8250"
    12.7 -VERSION="2.6.14"
    12.8 +VERSION="2.6.20"
    12.9  CATEGORY="base-system"
   12.10  GROUP="driver"
   12.11  SHORT_DESC="Kernel module for the serial ports"
    13.1 --- a/module-aha152x/receipt	Wed Jul 14 09:04:04 2021 +0000
    13.2 +++ b/module-aha152x/receipt	Wed Jul 14 14:20:00 2021 +0000
    13.3 @@ -1,7 +1,7 @@
    13.4  # SliTaz package receipt.
    13.5  
    13.6  PACKAGE="module-aha152x"
    13.7 -VERSION="2.6.14"
    13.8 +VERSION="2.6.20"
    13.9  CATEGORY="base-system"
   13.10  GROUP="driver,scsi"
   13.11  SHORT_DESC="Kernel module for the Adaptec AHA152X/2825 SCSI driver"
    14.1 --- a/module-aha1542/receipt	Wed Jul 14 09:04:04 2021 +0000
    14.2 +++ b/module-aha1542/receipt	Wed Jul 14 14:20:00 2021 +0000
    14.3 @@ -1,7 +1,7 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="module-aha1542"
    14.7 -VERSION="2.6.14"
    14.8 +VERSION="2.6.20"
    14.9  CATEGORY="base-system"
   14.10  GROUP="driver,scsi"
   14.11  SHORT_DESC="Kernel module for the Adaptec AHA1542 SCSI driver"
    15.1 --- a/module-aha1740/receipt	Wed Jul 14 09:04:04 2021 +0000
    15.2 +++ b/module-aha1740/receipt	Wed Jul 14 14:20:00 2021 +0000
    15.3 @@ -1,7 +1,7 @@
    15.4  # SliTaz package receipt.
    15.5  
    15.6  PACKAGE="module-aha1740"
    15.7 -VERSION="2.6.14"
    15.8 +VERSION="2.6.20"
    15.9  CATEGORY="base-system"
   15.10  GROUP="driver,scsi"
   15.11  SHORT_DESC="Kernel module for the Adaptec 174x SCSI driver (EISA)"
    16.1 --- a/module-cifs/receipt	Wed Jul 14 09:04:04 2021 +0000
    16.2 +++ b/module-cifs/receipt	Wed Jul 14 14:20:00 2021 +0000
    16.3 @@ -1,7 +1,7 @@
    16.4  # SliTaz package receipt.
    16.5  
    16.6  PACKAGE="module-cifs"
    16.7 -VERSION="2.6.14"
    16.8 +VERSION="2.6.20"
    16.9  CATEGORY="base-system"
   16.10  GROUP="filesystem"
   16.11  SHORT_DESC="Kernel module for the cifs (samba) filesystem"
    17.1 --- a/module-cs89x0/receipt	Wed Jul 14 09:04:04 2021 +0000
    17.2 +++ b/module-cs89x0/receipt	Wed Jul 14 14:20:00 2021 +0000
    17.3 @@ -1,7 +1,7 @@
    17.4  # SliTaz package receipt.
    17.5  
    17.6  PACKAGE="module-cs89x0"
    17.7 -VERSION="2.6.14"
    17.8 +VERSION="2.6.20"
    17.9  CATEGORY="base-system"
   17.10  GROUP="driver,ethernet"
   17.11  SHORT_DESC="Kernel module for the cs89x0 driver"
    18.1 --- a/module-ext3/receipt	Wed Jul 14 09:04:04 2021 +0000
    18.2 +++ b/module-ext3/receipt	Wed Jul 14 14:20:00 2021 +0000
    18.3 @@ -1,7 +1,7 @@
    18.4  # SliTaz package receipt.
    18.5  
    18.6  PACKAGE="module-ext3"
    18.7 -VERSION="2.6.14"
    18.8 +VERSION="2.6.20"
    18.9  CATEGORY="base-system"
   18.10  GROUP="filesystem"
   18.11  SHORT_DESC="Kernel module for the ext3 filesystem"
    19.1 --- a/module-floppy/receipt	Wed Jul 14 09:04:04 2021 +0000
    19.2 +++ b/module-floppy/receipt	Wed Jul 14 14:20:00 2021 +0000
    19.3 @@ -1,7 +1,7 @@
    19.4  # SliTaz package receipt.
    19.5  
    19.6  PACKAGE="module-floppy"
    19.7 -VERSION="2.6.14"
    19.8 +VERSION="2.6.20"
    19.9  CATEGORY="base-system"
   19.10  GROUP="driver"
   19.11  SHORT_DESC="Kernel module for the floppy disk"
    20.1 --- a/module-fuse/receipt	Wed Jul 14 09:04:04 2021 +0000
    20.2 +++ b/module-fuse/receipt	Wed Jul 14 14:20:00 2021 +0000
    20.3 @@ -1,7 +1,7 @@
    20.4  # SliTaz package receipt.
    20.5  
    20.6  PACKAGE="module-fuse"
    20.7 -VERSION="2.6.14"
    20.8 +VERSION="2.6.20"
    20.9  CATEGORY="base-system"
   20.10  GROUP="filesystem"
   20.11  SHORT_DESC="Kernel module for the fuse filesystem"
    21.1 --- a/module-hfsplus/receipt	Wed Jul 14 09:04:04 2021 +0000
    21.2 +++ b/module-hfsplus/receipt	Wed Jul 14 14:20:00 2021 +0000
    21.3 @@ -1,7 +1,7 @@
    21.4  # SliTaz package receipt.
    21.5  
    21.6  PACKAGE="module-hfsplus"
    21.7 -VERSION="2.6.14"
    21.8 +VERSION="2.6.20"
    21.9  CATEGORY="base-system"
   21.10  GROUP="filesystem"
   21.11  SHORT_DESC="Kernel module for the hfsplus (MacOS) filesystem"
    22.1 --- a/module-hp/receipt	Wed Jul 14 09:04:04 2021 +0000
    22.2 +++ b/module-hp/receipt	Wed Jul 14 14:20:00 2021 +0000
    22.3 @@ -1,7 +1,7 @@
    22.4  # SliTaz package receipt.
    22.5  
    22.6  PACKAGE="module-hp"
    22.7 -VERSION="2.6.14"
    22.8 +VERSION="2.6.20"
    22.9  CATEGORY="base-system"
   22.10  GROUP="driver,ethernet"
   22.11  SHORT_DESC="Kernel module for the HP PC-LAN ISA ethernet driver"
    23.1 --- a/module-ide/receipt	Wed Jul 14 09:04:04 2021 +0000
    23.2 +++ b/module-ide/receipt	Wed Jul 14 14:20:00 2021 +0000
    23.3 @@ -1,7 +1,7 @@
    23.4  # SliTaz package receipt.
    23.5  
    23.6  PACKAGE="module-ide"
    23.7 -VERSION="2.6.14"
    23.8 +VERSION="2.6.20"
    23.9  CATEGORY="base-system"
   23.10  GROUP="driver"
   23.11  SHORT_DESC="Kernel module for the ide disk interface"
    24.1 --- a/module-imm/receipt	Wed Jul 14 09:04:04 2021 +0000
    24.2 +++ b/module-imm/receipt	Wed Jul 14 14:20:00 2021 +0000
    24.3 @@ -1,7 +1,7 @@
    24.4  # SliTaz package receipt.
    24.5  
    24.6  PACKAGE="module-imm"
    24.7 -VERSION="2.6.14"
    24.8 +VERSION="2.6.20"
    24.9  CATEGORY="base-system"
   24.10  GROUP="driver,scsi"
   24.11  SHORT_DESC="Kernel module for the Iomega VPI2 SCSI/parallel driver (new 100M+ floppy)"
    25.1 --- a/module-isofs/receipt	Wed Jul 14 09:04:04 2021 +0000
    25.2 +++ b/module-isofs/receipt	Wed Jul 14 14:20:00 2021 +0000
    25.3 @@ -1,7 +1,7 @@
    25.4  # SliTaz package receipt.
    25.5  
    25.6  PACKAGE="module-isofs"
    25.7 -VERSION="2.6.14"
    25.8 +VERSION="2.6.20"
    25.9  CATEGORY="base-system"
   25.10  GROUP="filesystem"
   25.11  SHORT_DESC="Kernel module for the iso9660 filesystem"
    26.1 --- a/module-loop/receipt	Wed Jul 14 09:04:04 2021 +0000
    26.2 +++ b/module-loop/receipt	Wed Jul 14 14:20:00 2021 +0000
    26.3 @@ -1,7 +1,7 @@
    26.4  # SliTaz package receipt.
    26.5  
    26.6  PACKAGE="module-loop"
    26.7 -VERSION="2.6.14"
    26.8 +VERSION="2.6.20"
    26.9  CATEGORY="base-system"
   26.10  GROUP="driver"
   26.11  SHORT_DESC="Kernel module for the loop device"
    27.1 --- a/module-lp/receipt	Wed Jul 14 09:04:04 2021 +0000
    27.2 +++ b/module-lp/receipt	Wed Jul 14 14:20:00 2021 +0000
    27.3 @@ -1,7 +1,7 @@
    27.4  # SliTaz package receipt.
    27.5  
    27.6  PACKAGE="module-lp"
    27.7 -VERSION="2.6.14"
    27.8 +VERSION="2.6.20"
    27.9  CATEGORY="base-system"
   27.10  GROUP="driver"
   27.11  SHORT_DESC="Kernel module for the parallel printers"
    28.1 --- a/module-ne/receipt	Wed Jul 14 09:04:04 2021 +0000
    28.2 +++ b/module-ne/receipt	Wed Jul 14 14:20:00 2021 +0000
    28.3 @@ -1,7 +1,7 @@
    28.4  # SliTaz package receipt.
    28.5  
    28.6  PACKAGE="module-ne"
    28.7 -VERSION="2.6.14"
    28.8 +VERSION="2.6.20"
    28.9  CATEGORY="base-system"
   28.10  GROUP="driver,ethernet"
   28.11  SHORT_DESC="Kernel module for the ne2000 driver"
    29.1 --- a/module-nfsd/receipt	Wed Jul 14 09:04:04 2021 +0000
    29.2 +++ b/module-nfsd/receipt	Wed Jul 14 14:20:00 2021 +0000
    29.3 @@ -1,7 +1,7 @@
    29.4  # SliTaz package receipt.
    29.5  
    29.6  PACKAGE="module-nfsd"
    29.7 -VERSION="2.6.14"
    29.8 +VERSION="2.6.20"
    29.9  CATEGORY="base-system"
   29.10  GROUP="filesystem"
   29.11  SHORT_DESC="Kernel module for the nfs filesystem (server side)"
    30.1 --- a/module-ppa/receipt	Wed Jul 14 09:04:04 2021 +0000
    30.2 +++ b/module-ppa/receipt	Wed Jul 14 14:20:00 2021 +0000
    30.3 @@ -1,7 +1,7 @@
    30.4  # SliTaz package receipt.
    30.5  
    30.6  PACKAGE="module-ppa"
    30.7 -VERSION="2.6.14"
    30.8 +VERSION="2.6.20"
    30.9  CATEGORY="base-system"
   30.10  GROUP="driver,scsi"
   30.11  SHORT_DESC="Kernel module for the Iomega VPI0 SCSI/parallel driver (old 100M floppy)"
    31.1 --- a/module-reiserfs/receipt	Wed Jul 14 09:04:04 2021 +0000
    31.2 +++ b/module-reiserfs/receipt	Wed Jul 14 14:20:00 2021 +0000
    31.3 @@ -1,7 +1,7 @@
    31.4  # SliTaz package receipt.
    31.5  
    31.6  PACKAGE="module-reiserfs"
    31.7 -VERSION="2.6.14"
    31.8 +VERSION="2.6.20"
    31.9  CATEGORY="base-system"
   31.10  GROUP="filesystem"
   31.11  SHORT_DESC="Kernel module for the reiserfs filesystem"
    32.1 --- a/module-sd_mod/receipt	Wed Jul 14 09:04:04 2021 +0000
    32.2 +++ b/module-sd_mod/receipt	Wed Jul 14 14:20:00 2021 +0000
    32.3 @@ -1,7 +1,7 @@
    32.4  # SliTaz package receipt.
    32.5  
    32.6  PACKAGE="module-sd_mod"
    32.7 -VERSION="2.6.14"
    32.8 +VERSION="2.6.20"
    32.9  CATEGORY="base-system"
   32.10  GROUP="driver,scsi"
   32.11  SHORT_DESC="Kernel module for the SCSI disk (sd) driver"
    33.1 --- a/module-serial/receipt	Wed Jul 14 09:04:04 2021 +0000
    33.2 +++ b/module-serial/receipt	Wed Jul 14 14:20:00 2021 +0000
    33.3 @@ -1,7 +1,7 @@
    33.4  # SliTaz package receipt.
    33.5  
    33.6  PACKAGE="module-serial"
    33.7 -VERSION="2.6.14"
    33.8 +VERSION="2.6.20"
    33.9  CATEGORY="base-system"
   33.10  GROUP="driver"
   33.11  SHORT_DESC="Kernel module for the serial (RS232) port"
    34.1 --- a/module-sg/receipt	Wed Jul 14 09:04:04 2021 +0000
    34.2 +++ b/module-sg/receipt	Wed Jul 14 14:20:00 2021 +0000
    34.3 @@ -1,7 +1,7 @@
    34.4  # SliTaz package receipt.
    34.5  
    34.6  PACKAGE="module-sg"
    34.7 -VERSION="2.6.14"
    34.8 +VERSION="2.6.20"
    34.9  CATEGORY="base-system"
   34.10  GROUP="driver,scsi"
   34.11  SHORT_DESC="Kernel module for the SCSI generic (sg) driver"
    35.1 --- a/module-sr_mod/receipt	Wed Jul 14 09:04:04 2021 +0000
    35.2 +++ b/module-sr_mod/receipt	Wed Jul 14 14:20:00 2021 +0000
    35.3 @@ -1,7 +1,7 @@
    35.4  # SliTaz package receipt.
    35.5  
    35.6  PACKAGE="module-sr_mod"
    35.7 -VERSION="2.6.14"
    35.8 +VERSION="2.6.20"
    35.9  CATEGORY="base-system"
   35.10  GROUP="driver,scsi"
   35.11  SHORT_DESC="Kernel module for the SCSI CD-ROM (sr) driver"
    36.1 --- a/module-tlan/receipt	Wed Jul 14 09:04:04 2021 +0000
    36.2 +++ b/module-tlan/receipt	Wed Jul 14 14:20:00 2021 +0000
    36.3 @@ -1,7 +1,7 @@
    36.4  # SliTaz package receipt.
    36.5  
    36.6  PACKAGE="module-tlan"
    36.7 -VERSION="2.6.14"
    36.8 +VERSION="2.6.20"
    36.9  CATEGORY="base-system"
   36.10  GROUP="driver,ethernet"
   36.11  SHORT_DESC="Kernel module for TI ThunderLAN based ethernet PCI adapters"
    37.1 --- a/module-tulip/receipt	Wed Jul 14 09:04:04 2021 +0000
    37.2 +++ b/module-tulip/receipt	Wed Jul 14 14:20:00 2021 +0000
    37.3 @@ -1,7 +1,7 @@
    37.4  # SliTaz package receipt.
    37.5  
    37.6  PACKAGE="module-tulip"
    37.7 -VERSION="2.6.14"
    37.8 +VERSION="2.6.20"
    37.9  CATEGORY="base-system"
   37.10  GROUP="driver,ethernet"
   37.11  SHORT_DESC="Kernel module for the DECchip Tulip (dc2114x) PCI driver"
    38.1 --- a/module-tun/receipt	Wed Jul 14 09:04:04 2021 +0000
    38.2 +++ b/module-tun/receipt	Wed Jul 14 14:20:00 2021 +0000
    38.3 @@ -1,7 +1,7 @@
    38.4  # SliTaz package receipt.
    38.5  
    38.6  PACKAGE="module-tun"
    38.7 -VERSION="2.6.14"
    38.8 +VERSION="2.6.20"
    38.9  CATEGORY="base-system"
   38.10  GROUP="driver,ethernet"
   38.11  SHORT_DESC="Kernel module for the Universal TUN/TAP device driver"
    39.1 --- a/module-usb-storage/receipt	Wed Jul 14 09:04:04 2021 +0000
    39.2 +++ b/module-usb-storage/receipt	Wed Jul 14 14:20:00 2021 +0000
    39.3 @@ -1,7 +1,7 @@
    39.4  # SliTaz package receipt.
    39.5  
    39.6  PACKAGE="module-usb-storage"
    39.7 -VERSION="2.6.14"
    39.8 +VERSION="2.6.20"
    39.9  CATEGORY="base-system"
   39.10  GROUP="driver,usb"
   39.11  SHORT_DESC="Kernel module for the USB storage devices"
    40.1 --- a/module-usbkbd/receipt	Wed Jul 14 09:04:04 2021 +0000
    40.2 +++ b/module-usbkbd/receipt	Wed Jul 14 14:20:00 2021 +0000
    40.3 @@ -1,7 +1,7 @@
    40.4  # SliTaz package receipt.
    40.5  
    40.6  PACKAGE="module-usbkbd"
    40.7 -VERSION="2.6.14"
    40.8 +VERSION="2.6.20"
    40.9  CATEGORY="base-system"
   40.10  GROUP="driver,usb"
   40.11  SHORT_DESC="Kernel module for the USB keyboard"
    41.1 --- a/module-usblp/receipt	Wed Jul 14 09:04:04 2021 +0000
    41.2 +++ b/module-usblp/receipt	Wed Jul 14 14:20:00 2021 +0000
    41.3 @@ -1,7 +1,7 @@
    41.4  # SliTaz package receipt.
    41.5  
    41.6  PACKAGE="module-usblp"
    41.7 -VERSION="2.6.14"
    41.8 +VERSION="2.6.20"
    41.9  CATEGORY="base-system"
   41.10  GROUP="driver,usb"
   41.11  SHORT_DESC="Kernel module for the USB printers"
    42.1 --- a/module-usbmouse/receipt	Wed Jul 14 09:04:04 2021 +0000
    42.2 +++ b/module-usbmouse/receipt	Wed Jul 14 14:20:00 2021 +0000
    42.3 @@ -1,7 +1,7 @@
    42.4  # SliTaz package receipt.
    42.5  
    42.6  PACKAGE="module-usbmouse"
    42.7 -VERSION="2.6.14"
    42.8 +VERSION="2.6.20"
    42.9  CATEGORY="base-system"
   42.10  GROUP="driver,usb"
   42.11  SHORT_DESC="Kernel module for the USB mouse"
    43.1 --- a/module-usbserial/receipt	Wed Jul 14 09:04:04 2021 +0000
    43.2 +++ b/module-usbserial/receipt	Wed Jul 14 14:20:00 2021 +0000
    43.3 @@ -1,7 +1,7 @@
    43.4  # SliTaz package receipt.
    43.5  
    43.6  PACKAGE="module-usbserial"
    43.7 -VERSION="2.6.14"
    43.8 +VERSION="2.6.20"
    43.9  CATEGORY="base-system"
   43.10  GROUP="driver,usb"
   43.11  SHORT_DESC="Kernel module for the USB serial dongle"
    44.1 --- a/module-vfat/receipt	Wed Jul 14 09:04:04 2021 +0000
    44.2 +++ b/module-vfat/receipt	Wed Jul 14 14:20:00 2021 +0000
    44.3 @@ -1,7 +1,7 @@
    44.4  # SliTaz package receipt.
    44.5  
    44.6  PACKAGE="module-vfat"
    44.7 -VERSION="2.6.14"
    44.8 +VERSION="2.6.20"
    44.9  CATEGORY="base-system"
   44.10  GROUP="filesystem"
   44.11  SHORT_DESC="Kernel module for the vfat filesystem"
    45.1 --- a/module-via-rhine/receipt	Wed Jul 14 09:04:04 2021 +0000
    45.2 +++ b/module-via-rhine/receipt	Wed Jul 14 14:20:00 2021 +0000
    45.3 @@ -1,7 +1,7 @@
    45.4  # SliTaz package receipt.
    45.5  
    45.6  PACKAGE="module-via-rhine"
    45.7 -VERSION="2.6.14"
    45.8 +VERSION="2.6.20"
    45.9  CATEGORY="base-system"
   45.10  GROUP="driver,ethernet"
   45.11  SHORT_DESC="Kernel module for the VIA Rhine (VT86C100A, VT6102, VT6105 or VT8235) driver"
    46.1 --- a/module-xfs/receipt	Wed Jul 14 09:04:04 2021 +0000
    46.2 +++ b/module-xfs/receipt	Wed Jul 14 14:20:00 2021 +0000
    46.3 @@ -1,7 +1,7 @@
    46.4  # SliTaz package receipt.
    46.5  
    46.6  PACKAGE="module-xfs"
    46.7 -VERSION="2.6.14"
    46.8 +VERSION="2.6.20"
    46.9  CATEGORY="base-system"
   46.10  GROUP="filesystem"
   46.11  SHORT_DESC="Kernel module for the xfs filesystem"