vm: fix potential null deref
[minix.git] / commands / swifi / swifi-2.4.18-a-patch
blob49f40df7dbf3bde93a7879a79234c157287ab934
1 diff -ruN linux/arch/i386/kernel/entry.S linux-nonooks/arch/i386/kernel/entry.S
2 --- linux/arch/i386/kernel/entry.S      2002-02-25 14:37:53.000000000 -0500
3 +++ linux-nonooks/arch/i386/kernel/entry.S      2005-01-12 15:30:51.000000000 -0500
4 @@ -635,6 +635,61 @@
5         .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for lremovexattr */
6         .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
7  
8 +#ifdef CONFIG_SWIFI    
9 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
10 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
11 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 240 reserved for fremovexattr */
12 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
13 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
14 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
15 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
16 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 245 reserved for fremovexattr */
17 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
18 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
19 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
20 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
21 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 250 reserved for fremovexattr */
22 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
23 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
24 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
25 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
27 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 255 reserved for fremovexattr */
28 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
29 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
30 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
31 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
32 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 260 reserved for fremovexattr */
33 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
34 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
35 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
36 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
37 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 265 reserved for fremovexattr */
38 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
39 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
40 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
41 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
42 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 270 reserved for fremovexattr */
43 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
44 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
45 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
46 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
47 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 275 reserved for fremovexattr */
48 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
49 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
50 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
51 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
52 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 280 reserved for fremovexattr */
53 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
54 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
55 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
56 +       .long SYMBOL_NAME(sys_ni_syscall)       /* reserved for fremovexattr */
57 +       .long SYMBOL_NAME(sys_ni_syscall)       /* 285 reserved for fremovexattr */
58 +       .long SYMBOL_NAME(sys_inject_fault)
59 +#endif /* CONFIG_SWIFI */
61         .rept NR_syscalls-(.-sys_call_table)/4
62                 .long SYMBOL_NAME(sys_ni_syscall)
63         .endr
65 +       
66 diff -ruN linux/config-swifi linux-nonooks/config-swifi
67 --- linux/config-swifi  1969-12-31 19:00:00.000000000 -0500
68 +++ linux-nonooks/config-swifi  2005-01-12 15:10:12.000000000 -0500
69 @@ -0,0 +1,911 @@
71 +# Automatically generated by make menuconfig: don't edit
73 +CONFIG_X86=y
74 +CONFIG_ISA=y
75 +# CONFIG_SBUS is not set
76 +CONFIG_UID16=y
79 +# Code maturity level options
81 +CONFIG_EXPERIMENTAL=y
84 +# Loadable module support
86 +CONFIG_MODULES=y
87 +# CONFIG_MODVERSIONS is not set
88 +CONFIG_KMOD=y
91 +# Processor type and features
93 +# CONFIG_M386 is not set
94 +# CONFIG_M486 is not set
95 +# CONFIG_M586 is not set
96 +# CONFIG_M586TSC is not set
97 +# CONFIG_M586MMX is not set
98 +# CONFIG_M686 is not set
99 +CONFIG_MPENTIUMIII=y
100 +# CONFIG_MPENTIUM4 is not set
101 +# CONFIG_MK6 is not set
102 +# CONFIG_MK7 is not set
103 +# CONFIG_MELAN is not set
104 +# CONFIG_MCRUSOE is not set
105 +# CONFIG_MWINCHIPC6 is not set
106 +# CONFIG_MWINCHIP2 is not set
107 +# CONFIG_MWINCHIP3D is not set
108 +# CONFIG_MCYRIXIII is not set
109 +CONFIG_X86_WP_WORKS_OK=y
110 +CONFIG_X86_INVLPG=y
111 +CONFIG_X86_CMPXCHG=y
112 +CONFIG_X86_XADD=y
113 +CONFIG_X86_BSWAP=y
114 +CONFIG_X86_POPAD_OK=y
115 +# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
116 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
117 +CONFIG_X86_L1_CACHE_SHIFT=5
118 +CONFIG_X86_TSC=y
119 +CONFIG_X86_GOOD_APIC=y
120 +CONFIG_X86_PGE=y
121 +CONFIG_X86_USE_PPRO_CHECKSUM=y
122 +# CONFIG_TOSHIBA is not set
123 +# CONFIG_I8K is not set
124 +CONFIG_MICROCODE=y
125 +CONFIG_X86_MSR=y
126 +CONFIG_X86_CPUID=y
127 +CONFIG_NOHIGHMEM=y
128 +# CONFIG_HIGHMEM4G is not set
129 +# CONFIG_HIGHMEM64G is not set
130 +# CONFIG_MATH_EMULATION is not set
131 +CONFIG_MTRR=y
132 +# CONFIG_SMP is not set
133 +# CONFIG_X86_UP_APIC is not set
134 +# CONFIG_X86_UP_IOAPIC is not set
137 +# General setup
139 +CONFIG_NET=y
140 +CONFIG_PCI=y
141 +# CONFIG_PCI_GOBIOS is not set
142 +# CONFIG_PCI_GODIRECT is not set
143 +CONFIG_PCI_GOANY=y
144 +CONFIG_PCI_BIOS=y
145 +CONFIG_PCI_DIRECT=y
146 +CONFIG_PCI_NAMES=y
147 +CONFIG_EISA=y
148 +# CONFIG_MCA is not set
149 +CONFIG_HOTPLUG=y
152 +# PCMCIA/CardBus support
154 +# CONFIG_PCMCIA is not set
157 +# PCI Hotplug Support
159 +# CONFIG_HOTPLUG_PCI is not set
160 +# CONFIG_HOTPLUG_PCI_COMPAQ is not set
161 +# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
162 +CONFIG_SYSVIPC=y
163 +CONFIG_BSD_PROCESS_ACCT=y
164 +CONFIG_SYSCTL=y
165 +CONFIG_KCORE_ELF=y
166 +# CONFIG_KCORE_AOUT is not set
167 +CONFIG_BINFMT_AOUT=y
168 +CONFIG_BINFMT_ELF=y
169 +# CONFIG_BINFMT_MISC is not set
170 +CONFIG_PM=y
171 +# CONFIG_ACPI is not set
172 +CONFIG_APM=y
173 +# CONFIG_APM_IGNORE_USER_SUSPEND is not set
174 +# CONFIG_APM_DO_ENABLE is not set
175 +CONFIG_APM_CPU_IDLE=y
176 +# CONFIG_APM_DISPLAY_BLANK is not set
177 +CONFIG_APM_RTC_IS_GMT=y
178 +# CONFIG_APM_ALLOW_INTS is not set
179 +# CONFIG_APM_REAL_MODE_POWER_OFF is not set
182 +# Memory Technology Devices (MTD)
184 +# CONFIG_MTD is not set
187 +# Parallel port support
189 +CONFIG_PARPORT=y
190 +CONFIG_PARPORT_PC=y
191 +CONFIG_PARPORT_PC_CML1=y
192 +# CONFIG_PARPORT_SERIAL is not set
193 +# CONFIG_PARPORT_PC_FIFO is not set
194 +# CONFIG_PARPORT_PC_SUPERIO is not set
195 +# CONFIG_PARPORT_AMIGA is not set
196 +# CONFIG_PARPORT_MFC3 is not set
197 +# CONFIG_PARPORT_ATARI is not set
198 +# CONFIG_PARPORT_GSC is not set
199 +# CONFIG_PARPORT_SUNBPP is not set
200 +# CONFIG_PARPORT_OTHER is not set
201 +CONFIG_PARPORT_1284=y
204 +# Plug and Play configuration
206 +CONFIG_PNP=y
207 +CONFIG_ISAPNP=y
210 +# Block devices
212 +CONFIG_BLK_DEV_FD=y
213 +# CONFIG_BLK_DEV_XD is not set
214 +# CONFIG_PARIDE is not set
215 +# CONFIG_BLK_CPQ_DA is not set
216 +# CONFIG_BLK_CPQ_CISS_DA is not set
217 +# CONFIG_BLK_DEV_DAC960 is not set
218 +CONFIG_BLK_DEV_LOOP=y
219 +CONFIG_BLK_DEV_NBD=y
220 +# CONFIG_BLK_DEV_RAM is not set
221 +# CONFIG_BLK_DEV_INITRD is not set
224 +# Multi-device support (RAID and LVM)
226 +# CONFIG_MD is not set
227 +# CONFIG_BLK_DEV_MD is not set
228 +# CONFIG_MD_LINEAR is not set
229 +# CONFIG_MD_RAID0 is not set
230 +# CONFIG_MD_RAID1 is not set
231 +# CONFIG_MD_RAID5 is not set
232 +# CONFIG_MD_MULTIPATH is not set
233 +# CONFIG_BLK_DEV_LVM is not set
236 +# Networking options
238 +CONFIG_PACKET=y
239 +CONFIG_PACKET_MMAP=y
240 +CONFIG_NETLINK_DEV=y
241 +CONFIG_NETFILTER=y
242 +# CONFIG_NETFILTER_DEBUG is not set
243 +CONFIG_FILTER=y
244 +CONFIG_UNIX=y
245 +CONFIG_INET=y
246 +CONFIG_IP_MULTICAST=y
247 +# CONFIG_IP_ADVANCED_ROUTER is not set
248 +# CONFIG_IP_PNP is not set
249 +# CONFIG_NET_IPIP is not set
250 +# CONFIG_NET_IPGRE is not set
251 +# CONFIG_IP_MROUTE is not set
252 +# CONFIG_ARPD is not set
253 +CONFIG_INET_ECN=y
254 +CONFIG_SYN_COOKIES=y
257 +#   IP: Netfilter Configuration
259 +# CONFIG_IP_NF_CONNTRACK is not set
260 +# CONFIG_IP_NF_QUEUE is not set
261 +# CONFIG_IP_NF_IPTABLES is not set
262 +# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
263 +# CONFIG_IP_NF_COMPAT_IPFWADM is not set
264 +# CONFIG_IPV6 is not set
265 +CONFIG_KHTTPD=m
266 +# CONFIG_ATM is not set
267 +# CONFIG_VLAN_8021Q is not set
268 +# CONFIG_IPX is not set
269 +# CONFIG_ATALK is not set
270 +# CONFIG_DECNET is not set
271 +# CONFIG_BRIDGE is not set
272 +# CONFIG_X25 is not set
273 +# CONFIG_LAPB is not set
274 +# CONFIG_LLC is not set
275 +# CONFIG_NET_DIVERT is not set
276 +# CONFIG_ECONET is not set
277 +# CONFIG_WAN_ROUTER is not set
278 +# CONFIG_NET_FASTROUTE is not set
279 +# CONFIG_NET_HW_FLOWCONTROL is not set
282 +# QoS and/or fair queueing
284 +# CONFIG_NET_SCHED is not set
287 +# Telephony Support
289 +# CONFIG_PHONE is not set
290 +# CONFIG_PHONE_IXJ is not set
291 +# CONFIG_PHONE_IXJ_PCMCIA is not set
294 +# ATA/IDE/MFM/RLL support
296 +CONFIG_IDE=y
299 +# IDE, ATA and ATAPI Block devices
301 +CONFIG_BLK_DEV_IDE=y
302 +# CONFIG_BLK_DEV_HD_IDE is not set
303 +# CONFIG_BLK_DEV_HD is not set
304 +CONFIG_BLK_DEV_IDEDISK=y
305 +CONFIG_IDEDISK_MULTI_MODE=y
306 +# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
307 +# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
308 +# CONFIG_BLK_DEV_IDEDISK_IBM is not set
309 +# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
310 +# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
311 +# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
312 +# CONFIG_BLK_DEV_IDEDISK_WD is not set
313 +# CONFIG_BLK_DEV_COMMERIAL is not set
314 +# CONFIG_BLK_DEV_TIVO is not set
315 +# CONFIG_BLK_DEV_IDECS is not set
316 +CONFIG_BLK_DEV_IDECD=y
317 +# CONFIG_BLK_DEV_IDETAPE is not set
318 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
319 +# CONFIG_BLK_DEV_IDESCSI is not set
320 +CONFIG_BLK_DEV_CMD640=y
321 +# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
322 +CONFIG_BLK_DEV_ISAPNP=y
323 +CONFIG_BLK_DEV_RZ1000=y
324 +CONFIG_BLK_DEV_IDEPCI=y
325 +CONFIG_IDEPCI_SHARE_IRQ=y
326 +CONFIG_BLK_DEV_IDEDMA_PCI=y
327 +CONFIG_BLK_DEV_ADMA=y
328 +# CONFIG_BLK_DEV_OFFBOARD is not set
329 +CONFIG_IDEDMA_PCI_AUTO=y
330 +CONFIG_BLK_DEV_IDEDMA=y
331 +# CONFIG_IDEDMA_PCI_WIP is not set
332 +# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
333 +CONFIG_BLK_DEV_AEC62XX=y
334 +CONFIG_AEC62XX_TUNING=y
335 +CONFIG_BLK_DEV_ALI15X3=y
336 +# CONFIG_WDC_ALI15X3 is not set
337 +CONFIG_BLK_DEV_AMD74XX=y
338 +# CONFIG_AMD74XX_OVERRIDE is not set
339 +CONFIG_BLK_DEV_CMD64X=y
340 +CONFIG_BLK_DEV_CY82C693=y
341 +CONFIG_BLK_DEV_CS5530=y
342 +CONFIG_BLK_DEV_HPT34X=y
343 +# CONFIG_HPT34X_AUTODMA is not set
344 +CONFIG_BLK_DEV_HPT366=y
345 +CONFIG_BLK_DEV_PIIX=y
346 +CONFIG_PIIX_TUNING=y
347 +# CONFIG_BLK_DEV_NS87415 is not set
348 +# CONFIG_BLK_DEV_OPTI621 is not set
349 +CONFIG_BLK_DEV_PDC202XX=y
350 +# CONFIG_PDC202XX_BURST is not set
351 +CONFIG_PDC202XX_FORCE=y
352 +CONFIG_BLK_DEV_SVWKS=y
353 +CONFIG_BLK_DEV_SIS5513=y
354 +CONFIG_BLK_DEV_SLC90E66=y
355 +# CONFIG_BLK_DEV_TRM290 is not set
356 +CONFIG_BLK_DEV_VIA82CXXX=y
357 +# CONFIG_IDE_CHIPSETS is not set
358 +CONFIG_IDEDMA_AUTO=y
359 +# CONFIG_IDEDMA_IVB is not set
360 +# CONFIG_DMA_NONPCI is not set
361 +CONFIG_BLK_DEV_IDE_MODES=y
362 +# CONFIG_BLK_DEV_ATARAID is not set
363 +# CONFIG_BLK_DEV_ATARAID_PDC is not set
364 +# CONFIG_BLK_DEV_ATARAID_HPT is not set
367 +# SCSI support
369 +# CONFIG_SCSI is not set
372 +# Fusion MPT device support
374 +# CONFIG_FUSION is not set
375 +# CONFIG_FUSION_BOOT is not set
376 +# CONFIG_FUSION_ISENSE is not set
377 +# CONFIG_FUSION_CTL is not set
378 +# CONFIG_FUSION_LAN is not set
381 +# IEEE 1394 (FireWire) support (EXPERIMENTAL)
383 +# CONFIG_IEEE1394 is not set
386 +# I2O device support
388 +# CONFIG_I2O is not set
389 +# CONFIG_I2O_PCI is not set
390 +# CONFIG_I2O_BLOCK is not set
391 +# CONFIG_I2O_LAN is not set
392 +# CONFIG_I2O_SCSI is not set
393 +# CONFIG_I2O_PROC is not set
396 +# Network device support
398 +CONFIG_NETDEVICES=y
401 +# ARCnet devices
403 +# CONFIG_ARCNET is not set
404 +CONFIG_DUMMY=m
405 +# CONFIG_BONDING is not set
406 +# CONFIG_EQUALIZER is not set
407 +# CONFIG_TUN is not set
408 +# CONFIG_ETHERTAP is not set
409 +# CONFIG_NET_SB1000 is not set
412 +# Ethernet (10 or 100Mbit)
414 +CONFIG_NET_ETHERNET=y
415 +# CONFIG_SUNLANCE is not set
416 +# CONFIG_HAPPYMEAL is not set
417 +# CONFIG_SUNBMAC is not set
418 +# CONFIG_SUNQE is not set
419 +# CONFIG_SUNGEM is not set
420 +CONFIG_NET_VENDOR_3COM=y
421 +# CONFIG_EL1 is not set
422 +# CONFIG_EL2 is not set
423 +# CONFIG_ELPLUS is not set
424 +# CONFIG_EL16 is not set
425 +# CONFIG_EL3 is not set
426 +# CONFIG_3C515 is not set
427 +# CONFIG_ELMC is not set
428 +# CONFIG_ELMC_II is not set
429 +CONFIG_VORTEX=m
430 +CONFIG_LANCE=m
431 +# CONFIG_NET_VENDOR_SMC is not set
432 +# CONFIG_NET_VENDOR_RACAL is not set
433 +# CONFIG_AT1700 is not set
434 +# CONFIG_DEPCA is not set
435 +# CONFIG_HP100 is not set
436 +# CONFIG_NET_ISA is not set
437 +CONFIG_NET_PCI=y
438 +CONFIG_PCNET32=m
439 +# CONFIG_ADAPTEC_STARFIRE is not set
440 +# CONFIG_AC3200 is not set
441 +# CONFIG_APRICOT is not set
442 +# CONFIG_CS89x0 is not set
443 +CONFIG_TULIP=m
444 +# CONFIG_TULIP_MWI is not set
445 +# CONFIG_TULIP_MMIO is not set
446 +# CONFIG_DE4X5 is not set
447 +# CONFIG_DGRS is not set
448 +# CONFIG_DM9102 is not set
449 +CONFIG_EEPRO100=m
450 +# CONFIG_LNE390 is not set
451 +# CONFIG_FEALNX is not set
452 +# CONFIG_NATSEMI is not set
453 +# CONFIG_NE2K_PCI is not set
454 +# CONFIG_NE3210 is not set
455 +# CONFIG_ES3210 is not set
456 +# CONFIG_8139CP is not set
457 +# CONFIG_8139TOO is not set
458 +# CONFIG_8139TOO_PIO is not set
459 +# CONFIG_8139TOO_TUNE_TWISTER is not set
460 +# CONFIG_8139TOO_8129 is not set
461 +# CONFIG_8139_NEW_RX_RESET is not set
462 +# CONFIG_SIS900 is not set
463 +# CONFIG_EPIC100 is not set
464 +# CONFIG_SUNDANCE is not set
465 +# CONFIG_TLAN is not set
466 +# CONFIG_VIA_RHINE is not set
467 +# CONFIG_VIA_RHINE_MMIO is not set
468 +# CONFIG_WINBOND_840 is not set
469 +# CONFIG_NET_POCKET is not set
472 +# Ethernet (1000 Mbit)
474 +# CONFIG_ACENIC is not set
475 +# CONFIG_DL2K is not set
476 +# CONFIG_MYRI_SBUS is not set
477 +# CONFIG_NS83820 is not set
478 +# CONFIG_HAMACHI is not set
479 +# CONFIG_YELLOWFIN is not set
480 +# CONFIG_SK98LIN is not set
481 +# CONFIG_FDDI is not set
482 +# CONFIG_HIPPI is not set
483 +# CONFIG_PLIP is not set
484 +# CONFIG_PPP is not set
485 +# CONFIG_SLIP is not set
488 +# Wireless LAN (non-hamradio)
490 +# CONFIG_NET_RADIO is not set
493 +# Token Ring devices
495 +# CONFIG_TR is not set
496 +# CONFIG_NET_FC is not set
497 +# CONFIG_RCPCI is not set
498 +# CONFIG_SHAPER is not set
501 +# Wan interfaces
503 +# CONFIG_WAN is not set
506 +# Amateur Radio support
508 +# CONFIG_HAMRADIO is not set
511 +# IrDA (infrared) support
513 +# CONFIG_IRDA is not set
516 +# ISDN subsystem
518 +# CONFIG_ISDN is not set
521 +# Old CD-ROM drivers (not SCSI, not IDE)
523 +# CONFIG_CD_NO_IDESCSI is not set
526 +# Input core support
528 +CONFIG_INPUT=m
529 +CONFIG_INPUT_KEYBDEV=m
530 +CONFIG_INPUT_MOUSEDEV=m
531 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
532 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
533 +# CONFIG_INPUT_JOYDEV is not set
534 +CONFIG_INPUT_EVDEV=m
537 +# Character devices
539 +CONFIG_VT=y
540 +CONFIG_VT_CONSOLE=y
541 +CONFIG_SERIAL=y
542 +CONFIG_SERIAL_CONSOLE=y
543 +CONFIG_SERIAL_EXTENDED=y
544 +CONFIG_SERIAL_MANY_PORTS=y
545 +CONFIG_SERIAL_SHARE_IRQ=y
546 +# CONFIG_SERIAL_DETECT_IRQ is not set
547 +CONFIG_SERIAL_MULTIPORT=y
548 +# CONFIG_HUB6 is not set
549 +# CONFIG_SERIAL_NONSTANDARD is not set
550 +CONFIG_UNIX98_PTYS=y
551 +CONFIG_UNIX98_PTY_COUNT=2048
552 +CONFIG_PRINTER=m
553 +CONFIG_LP_CONSOLE=y
554 +CONFIG_PPDEV=y
557 +# I2C support
559 +# CONFIG_I2C is not set
562 +# Mice
564 +CONFIG_BUSMOUSE=m
565 +CONFIG_ATIXL_BUSMOUSE=m
566 +CONFIG_LOGIBUSMOUSE=m
567 +CONFIG_MS_BUSMOUSE=m
568 +CONFIG_MOUSE=y
569 +CONFIG_PSMOUSE=y
570 +CONFIG_82C710_MOUSE=m
571 +CONFIG_PC110_PAD=m
574 +# Joysticks
576 +# CONFIG_INPUT_GAMEPORT is not set
577 +# CONFIG_INPUT_NS558 is not set
578 +# CONFIG_INPUT_LIGHTNING is not set
579 +# CONFIG_INPUT_PCIGAME is not set
580 +# CONFIG_INPUT_CS461X is not set
581 +# CONFIG_INPUT_EMU10K1 is not set
582 +# CONFIG_INPUT_SERIO is not set
583 +# CONFIG_INPUT_SERPORT is not set
584 +# CONFIG_INPUT_ANALOG is not set
585 +# CONFIG_INPUT_A3D is not set
586 +# CONFIG_INPUT_ADI is not set
587 +# CONFIG_INPUT_COBRA is not set
588 +# CONFIG_INPUT_GF2K is not set
589 +# CONFIG_INPUT_GRIP is not set
590 +# CONFIG_INPUT_INTERACT is not set
591 +# CONFIG_INPUT_TMDC is not set
592 +# CONFIG_INPUT_SIDEWINDER is not set
593 +# CONFIG_INPUT_IFORCE_USB is not set
594 +# CONFIG_INPUT_IFORCE_232 is not set
595 +# CONFIG_INPUT_WARRIOR is not set
596 +# CONFIG_INPUT_MAGELLAN is not set
597 +# CONFIG_INPUT_SPACEORB is not set
598 +# CONFIG_INPUT_SPACEBALL is not set
599 +# CONFIG_INPUT_STINGER is not set
600 +# CONFIG_INPUT_DB9 is not set
601 +# CONFIG_INPUT_GAMECON is not set
602 +# CONFIG_INPUT_TURBOGRAFX is not set
603 +# CONFIG_QIC02_TAPE is not set
606 +# Watchdog Cards
608 +# CONFIG_WATCHDOG is not set
609 +CONFIG_INTEL_RNG=m
610 +# CONFIG_NVRAM is not set
611 +CONFIG_RTC=y
612 +CONFIG_DTLK=y
613 +# CONFIG_R3964 is not set
614 +# CONFIG_APPLICOM is not set
615 +# CONFIG_SONYPI is not set
618 +# Ftape, the floppy tape device driver
620 +# CONFIG_FTAPE is not set
621 +CONFIG_AGP=m
622 +CONFIG_AGP_INTEL=y
623 +CONFIG_AGP_I810=y
624 +CONFIG_AGP_VIA=y
625 +CONFIG_AGP_AMD=y
626 +CONFIG_AGP_SIS=y
627 +CONFIG_AGP_ALI=y
628 +CONFIG_AGP_SWORKS=y
629 +CONFIG_DRM=y
630 +# CONFIG_DRM_OLD is not set
631 +CONFIG_DRM_NEW=y
632 +CONFIG_DRM_TDFX=y
633 +CONFIG_DRM_R128=m
634 +CONFIG_DRM_RADEON=m
635 +CONFIG_DRM_I810=m
636 +CONFIG_DRM_MGA=m
637 +# CONFIG_DRM_SIS is not set
638 +# CONFIG_MWAVE is not set
641 +# Multimedia devices
643 +# CONFIG_VIDEO_DEV is not set
646 +# File systems
648 +CONFIG_QUOTA=y
649 +CONFIG_AUTOFS_FS=y
650 +CONFIG_AUTOFS4_FS=y
651 +CONFIG_REISERFS_FS=m
652 +# CONFIG_REISERFS_CHECK is not set
653 +CONFIG_REISERFS_PROC_INFO=y
654 +# CONFIG_ADFS_FS is not set
655 +# CONFIG_ADFS_FS_RW is not set
656 +# CONFIG_AFFS_FS is not set
657 +# CONFIG_HFS_FS is not set
658 +# CONFIG_BFS_FS is not set
659 +CONFIG_EXT3_FS=y
660 +CONFIG_JBD=y
661 +# CONFIG_JBD_DEBUG is not set
662 +CONFIG_FAT_FS=m
663 +CONFIG_MSDOS_FS=m
664 +# CONFIG_UMSDOS_FS is not set
665 +CONFIG_VFAT_FS=m
666 +# CONFIG_EFS_FS is not set
667 +# CONFIG_JFFS_FS is not set
668 +# CONFIG_JFFS2_FS is not set
669 +# CONFIG_CRAMFS is not set
670 +CONFIG_TMPFS=y
671 +CONFIG_RAMFS=m
672 +CONFIG_ISO9660_FS=y
673 +CONFIG_JOLIET=y
674 +CONFIG_ZISOFS=y
675 +# CONFIG_MINIX_FS is not set
676 +# CONFIG_VXFS_FS is not set
677 +# CONFIG_NTFS_FS is not set
678 +# CONFIG_NTFS_RW is not set
679 +# CONFIG_HPFS_FS is not set
680 +CONFIG_PROC_FS=y
681 +# CONFIG_DEVFS_FS is not set
682 +# CONFIG_DEVFS_MOUNT is not set
683 +# CONFIG_DEVFS_DEBUG is not set
684 +CONFIG_DEVPTS_FS=y
685 +# CONFIG_QNX4FS_FS is not set
686 +# CONFIG_QNX4FS_RW is not set
687 +# CONFIG_ROMFS_FS is not set
688 +CONFIG_EXT2_FS=y
689 +# CONFIG_SYSV_FS is not set
690 +# CONFIG_UDF_FS is not set
691 +# CONFIG_UDF_RW is not set
692 +# CONFIG_UFS_FS is not set
693 +# CONFIG_UFS_FS_WRITE is not set
696 +# Network File Systems
698 +# CONFIG_CODA_FS is not set
699 +# CONFIG_INTERMEZZO_FS is not set
700 +CONFIG_NFS_FS=y
701 +CONFIG_NFS_V3=y
702 +# CONFIG_ROOT_NFS is not set
703 +CONFIG_NFSD=y
704 +CONFIG_NFSD_V3=y
705 +CONFIG_SUNRPC=y
706 +CONFIG_LOCKD=y
707 +CONFIG_LOCKD_V4=y
708 +CONFIG_SMB_FS=m
709 +# CONFIG_SMB_NLS_DEFAULT is not set
710 +# CONFIG_NCP_FS is not set
711 +# CONFIG_NCPFS_PACKET_SIGNING is not set
712 +# CONFIG_NCPFS_IOCTL_LOCKING is not set
713 +# CONFIG_NCPFS_STRONG is not set
714 +# CONFIG_NCPFS_NFS_NS is not set
715 +# CONFIG_NCPFS_OS2_NS is not set
716 +# CONFIG_NCPFS_SMALLDOS is not set
717 +# CONFIG_NCPFS_NLS is not set
718 +# CONFIG_NCPFS_EXTRAS is not set
719 +CONFIG_ZISOFS_FS=y
720 +CONFIG_ZLIB_FS_INFLATE=y
723 +# Partition Types
725 +CONFIG_PARTITION_ADVANCED=y
726 +# CONFIG_ACORN_PARTITION is not set
727 +# CONFIG_OSF_PARTITION is not set
728 +# CONFIG_AMIGA_PARTITION is not set
729 +# CONFIG_ATARI_PARTITION is not set
730 +# CONFIG_MAC_PARTITION is not set
731 +CONFIG_MSDOS_PARTITION=y
732 +CONFIG_BSD_DISKLABEL=y
733 +# CONFIG_MINIX_SUBPARTITION is not set
734 +# CONFIG_SOLARIS_X86_PARTITION is not set
735 +# CONFIG_UNIXWARE_DISKLABEL is not set
736 +# CONFIG_LDM_PARTITION is not set
737 +# CONFIG_SGI_PARTITION is not set
738 +# CONFIG_ULTRIX_PARTITION is not set
739 +# CONFIG_SUN_PARTITION is not set
740 +CONFIG_SMB_NLS=y
741 +CONFIG_NLS=y
744 +# Native Language Support
746 +CONFIG_NLS_DEFAULT="iso8859-1"
747 +CONFIG_NLS_CODEPAGE_437=m
748 +CONFIG_NLS_CODEPAGE_737=m
749 +CONFIG_NLS_CODEPAGE_775=m
750 +CONFIG_NLS_CODEPAGE_850=m
751 +CONFIG_NLS_CODEPAGE_852=m
752 +CONFIG_NLS_CODEPAGE_855=m
753 +CONFIG_NLS_CODEPAGE_857=m
754 +CONFIG_NLS_CODEPAGE_860=m
755 +CONFIG_NLS_CODEPAGE_861=m
756 +CONFIG_NLS_CODEPAGE_862=m
757 +CONFIG_NLS_CODEPAGE_863=m
758 +CONFIG_NLS_CODEPAGE_864=m
759 +CONFIG_NLS_CODEPAGE_865=m
760 +CONFIG_NLS_CODEPAGE_866=m
761 +CONFIG_NLS_CODEPAGE_869=m
762 +CONFIG_NLS_CODEPAGE_936=m
763 +CONFIG_NLS_CODEPAGE_950=m
764 +CONFIG_NLS_CODEPAGE_932=m
765 +CONFIG_NLS_CODEPAGE_949=m
766 +CONFIG_NLS_CODEPAGE_874=m
767 +CONFIG_NLS_ISO8859_8=m
768 +CONFIG_NLS_CODEPAGE_1250=m
769 +CONFIG_NLS_CODEPAGE_1251=m
770 +CONFIG_NLS_ISO8859_1=m
771 +CONFIG_NLS_ISO8859_2=m
772 +CONFIG_NLS_ISO8859_3=m
773 +CONFIG_NLS_ISO8859_4=m
774 +CONFIG_NLS_ISO8859_5=m
775 +CONFIG_NLS_ISO8859_6=m
776 +CONFIG_NLS_ISO8859_7=m
777 +CONFIG_NLS_ISO8859_9=m
778 +CONFIG_NLS_ISO8859_13=m
779 +CONFIG_NLS_ISO8859_14=m
780 +CONFIG_NLS_ISO8859_15=m
781 +CONFIG_NLS_KOI8_R=m
782 +CONFIG_NLS_KOI8_U=m
783 +CONFIG_NLS_UTF8=m
786 +# Console drivers
788 +CONFIG_VGA_CONSOLE=y
789 +CONFIG_VIDEO_SELECT=y
790 +CONFIG_MDA_CONSOLE=m
793 +# Frame-buffer support
795 +CONFIG_FB=y
796 +CONFIG_DUMMY_CONSOLE=y
797 +# CONFIG_FB_RIVA is not set
798 +# CONFIG_FB_CLGEN is not set
799 +# CONFIG_FB_PM2 is not set
800 +# CONFIG_FB_CYBER2000 is not set
801 +CONFIG_FB_VESA=y
802 +CONFIG_FB_VGA16=m
803 +# CONFIG_FB_HGA is not set
804 +CONFIG_VIDEO_SELECT=y
805 +CONFIG_FB_MATROX=m
806 +CONFIG_FB_MATROX_MILLENIUM=y
807 +CONFIG_FB_MATROX_MYSTIQUE=y
808 +CONFIG_FB_MATROX_G100=y
809 +# CONFIG_FB_MATROX_G450 is not set
810 +CONFIG_FB_MATROX_MULTIHEAD=y
811 +CONFIG_FB_ATY=m
812 +CONFIG_FB_ATY_GX=y
813 +CONFIG_FB_ATY_CT=y
814 +CONFIG_FB_RADEON=m
815 +CONFIG_FB_ATY128=m
816 +# CONFIG_FB_SIS is not set
817 +# CONFIG_FB_3DFX is not set
818 +# CONFIG_FB_VOODOO1 is not set
819 +# CONFIG_FB_TRIDENT is not set
820 +# CONFIG_FB_VIRTUAL is not set
821 +# CONFIG_FBCON_ADVANCED is not set
822 +CONFIG_FBCON_CFB8=y
823 +CONFIG_FBCON_CFB16=y
824 +CONFIG_FBCON_CFB24=y
825 +CONFIG_FBCON_CFB32=y
826 +CONFIG_FBCON_VGA_PLANES=m
827 +# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
828 +# CONFIG_FBCON_FONTS is not set
829 +CONFIG_FONT_8x8=y
830 +CONFIG_FONT_8x16=y
833 +# Sound
835 +CONFIG_SOUND=m
836 +# CONFIG_SOUND_BT878 is not set
837 +# CONFIG_SOUND_CMPCI is not set
838 +CONFIG_SOUND_EMU10K1=m
839 +# CONFIG_MIDI_EMU10K1 is not set
840 +# CONFIG_SOUND_FUSION is not set
841 +# CONFIG_SOUND_CS4281 is not set
842 +# CONFIG_SOUND_ES1370 is not set
843 +CONFIG_SOUND_ES1371=m
844 +# CONFIG_SOUND_ESSSOLO1 is not set
845 +# CONFIG_SOUND_MAESTRO is not set
846 +# CONFIG_SOUND_MAESTRO3 is not set
847 +CONFIG_SOUND_ICH=m
848 +# CONFIG_SOUND_RME96XX is not set
849 +# CONFIG_SOUND_SONICVIBES is not set
850 +# CONFIG_SOUND_TRIDENT is not set
851 +# CONFIG_SOUND_MSNDCLAS is not set
852 +# CONFIG_SOUND_MSNDPIN is not set
853 +# CONFIG_SOUND_VIA82CXXX is not set
854 +# CONFIG_MIDI_VIA82CXXX is not set
855 +CONFIG_SOUND_OSS=m
856 +# CONFIG_SOUND_TRACEINIT is not set
857 +CONFIG_SOUND_DMAP=y
858 +# CONFIG_SOUND_AD1816 is not set
859 +# CONFIG_SOUND_SGALAXY is not set
860 +# CONFIG_SOUND_ADLIB is not set
861 +# CONFIG_SOUND_ACI_MIXER is not set
862 +CONFIG_SOUND_CS4232=m
863 +# CONFIG_SOUND_SSCAPE is not set
864 +# CONFIG_SOUND_GUS is not set
865 +# CONFIG_SOUND_VMIDI is not set
866 +# CONFIG_SOUND_TRIX is not set
867 +# CONFIG_SOUND_MSS is not set
868 +# CONFIG_SOUND_MPU401 is not set
869 +# CONFIG_SOUND_NM256 is not set
870 +# CONFIG_SOUND_MAD16 is not set
871 +# CONFIG_SOUND_PAS is not set
872 +# CONFIG_PAS_JOYSTICK is not set
873 +# CONFIG_SOUND_PSS is not set
874 +CONFIG_SOUND_SB=m
875 +# CONFIG_SOUND_AWE32_SYNTH is not set
876 +# CONFIG_SOUND_WAVEFRONT is not set
877 +# CONFIG_SOUND_MAUI is not set
878 +# CONFIG_SOUND_YM3812 is not set
879 +# CONFIG_SOUND_OPL3SA1 is not set
880 +# CONFIG_SOUND_OPL3SA2 is not set
881 +# CONFIG_SOUND_YMFPCI is not set
882 +# CONFIG_SOUND_YMFPCI_LEGACY is not set
883 +# CONFIG_SOUND_UART6850 is not set
884 +# CONFIG_SOUND_AEDSP16 is not set
885 +# CONFIG_SOUND_TVMIXER is not set
888 +# USB support
890 +CONFIG_USB=y
891 +# CONFIG_USB_DEBUG is not set
892 +CONFIG_USB_DEVICEFS=y
893 +# CONFIG_USB_BANDWIDTH is not set
894 +CONFIG_USB_LONG_TIMEOUT=y
895 +CONFIG_USB_UHCI=m
896 +CONFIG_USB_UHCI_ALT=m
897 +CONFIG_USB_OHCI=m
898 +# CONFIG_USB_AUDIO is not set
899 +CONFIG_USB_BLUETOOTH=y
900 +# CONFIG_USB_STORAGE is not set
901 +# CONFIG_USB_STORAGE_DEBUG is not set
902 +# CONFIG_USB_STORAGE_DATAFAB is not set
903 +# CONFIG_USB_STORAGE_FREECOM is not set
904 +# CONFIG_USB_STORAGE_ISD200 is not set
905 +# CONFIG_USB_STORAGE_DPCM is not set
906 +# CONFIG_USB_STORAGE_HP8200e is not set
907 +# CONFIG_USB_STORAGE_SDDR09 is not set
908 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
909 +# CONFIG_USB_ACM is not set
910 +# CONFIG_USB_PRINTER is not set
911 +CONFIG_USB_HID=m
912 +CONFIG_USB_HIDDEV=y
913 +# CONFIG_USB_KBD is not set
914 +# CONFIG_USB_MOUSE is not set
915 +CONFIG_USB_WACOM=m
916 +# CONFIG_USB_DC2XX is not set
917 +# CONFIG_USB_MDC800 is not set
918 +# CONFIG_USB_SCANNER is not set
919 +# CONFIG_USB_MICROTEK is not set
920 +# CONFIG_USB_HPUSBSCSI is not set
921 +# CONFIG_USB_PEGASUS is not set
922 +# CONFIG_USB_KAWETH is not set
923 +# CONFIG_USB_CATC is not set
924 +# CONFIG_USB_CDCETHER is not set
925 +# CONFIG_USB_USBNET is not set
926 +# CONFIG_USB_USS720 is not set
929 +# USB Serial Converter support
931 +# CONFIG_USB_SERIAL is not set
932 +# CONFIG_USB_SERIAL_GENERIC is not set
933 +# CONFIG_USB_SERIAL_BELKIN is not set
934 +# CONFIG_USB_SERIAL_WHITEHEAT is not set
935 +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
936 +# CONFIG_USB_SERIAL_EMPEG is not set
937 +# CONFIG_USB_SERIAL_FTDI_SIO is not set
938 +# CONFIG_USB_SERIAL_VISOR is not set
939 +# CONFIG_USB_SERIAL_IPAQ is not set
940 +# CONFIG_USB_SERIAL_IR is not set
941 +# CONFIG_USB_SERIAL_EDGEPORT is not set
942 +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
943 +# CONFIG_USB_SERIAL_KEYSPAN is not set
944 +# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
945 +# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
946 +# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
947 +# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
948 +# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
949 +# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
950 +# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
951 +# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
952 +# CONFIG_USB_SERIAL_MCT_U232 is not set
953 +# CONFIG_USB_SERIAL_KLSI is not set
954 +# CONFIG_USB_SERIAL_PL2303 is not set
955 +# CONFIG_USB_SERIAL_CYBERJACK is not set
956 +# CONFIG_USB_SERIAL_XIRCOM is not set
957 +# CONFIG_USB_SERIAL_OMNINET is not set
958 +# CONFIG_USB_RIO500 is not set
961 +# Bluetooth support
963 +# CONFIG_BLUEZ is not set
966 +# Kernel hacking
968 +CONFIG_DEBUG_KERNEL=y
969 +# CONFIG_DEBUG_HIGHMEM is not set
970 +# CONFIG_DEBUG_SLAB is not set
971 +# CONFIG_DEBUG_IOVIRT is not set
972 +CONFIG_MAGIC_SYSRQ=y
973 +# CONFIG_DEBUG_SPINLOCK is not set
974 +CONFIG_DEBUG_BUGVERBOSE=y
975 +# CONFIG_KDB is not set
976 +# CONFIG_KDB_MODULES is not set
977 +CONFIG_KALLSYMS=y
978 +CONFIG_FRAME_POINTER=y
979 +CONFIG_SWIFI=y
980 +CONFIG_NOOKS=y