diff options
202 files changed, 4026 insertions, 2551 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index 6c9e746267da..915ae8c986c6 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO | |||
@@ -603,7 +603,8 @@ start exactly where you are now. | |||
603 | 603 | ||
604 | 604 | ||
605 | ---------- | 605 | ---------- |
606 | Thanks to Paolo Ciarrocchi who allowed the "Development Process" section | 606 | Thanks to Paolo Ciarrocchi who allowed the "Development Process" |
607 | (http://linux.tar.bz/articles/2.6-development_process) section | ||
607 | to be based on text he had written, and to Randy Dunlap and Gerrit | 608 | to be based on text he had written, and to Randy Dunlap and Gerrit |
608 | Huizenga for some of the list of things you should and should not say. | 609 | Huizenga for some of the list of things you should and should not say. |
609 | Also thanks to Pat Mochel, Hanna Linder, Randy Dunlap, Kay Sievers, | 610 | Also thanks to Pat Mochel, Hanna Linder, Randy Dunlap, Kay Sievers, |
diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index c8bce82ddcac..89b1d196ca80 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt | |||
@@ -246,6 +246,7 @@ class/ | |||
246 | devices/ | 246 | devices/ |
247 | firmware/ | 247 | firmware/ |
248 | net/ | 248 | net/ |
249 | fs/ | ||
249 | 250 | ||
250 | devices/ contains a filesystem representation of the device tree. It maps | 251 | devices/ contains a filesystem representation of the device tree. It maps |
251 | directly to the internal kernel device tree, which is a hierarchy of | 252 | directly to the internal kernel device tree, which is a hierarchy of |
@@ -264,6 +265,10 @@ drivers/ contains a directory for each device driver that is loaded | |||
264 | for devices on that particular bus (this assumes that drivers do not | 265 | for devices on that particular bus (this assumes that drivers do not |
265 | span multiple bus types). | 266 | span multiple bus types). |
266 | 267 | ||
268 | fs/ contains a directory for some filesystems. Currently each | ||
269 | filesystem wanting to export attributes must create its own hierarchy | ||
270 | below fs/ (see ./fuse.txt for an example). | ||
271 | |||
267 | 272 | ||
268 | More information can driver-model specific features can be found in | 273 | More information can driver-model specific features can be found in |
269 | Documentation/driver-model/. | 274 | Documentation/driver-model/. |
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index 711210b38f5f..66bbbf1d1ef6 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt | |||
@@ -259,7 +259,17 @@ on the bus need to be capable of doing it, so this is something which needs | |||
259 | to be handled by platform and generic code, not individual drivers. | 259 | to be handled by platform and generic code, not individual drivers. |
260 | 260 | ||
261 | 261 | ||
262 | 8. Obsolete functions | 262 | 8. Vendor and device identifications |
263 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
264 | For the future, let's avoid adding device ids to include/linux/pci_ids.h. | ||
265 | |||
266 | PCI_VENDOR_ID_xxx for vendors, and a hex constant for device ids. | ||
267 | |||
268 | Rationale: PCI_VENDOR_ID_xxx constants are re-used, but device ids are not. | ||
269 | Further, device ids are arbitrary hex numbers, normally used only in a | ||
270 | single location, the pci_device_id table. | ||
271 | |||
272 | 9. Obsolete functions | ||
263 | ~~~~~~~~~~~~~~~~~~~~~ | 273 | ~~~~~~~~~~~~~~~~~~~~~ |
264 | There are several functions which you might come across when trying to | 274 | There are several functions which you might come across when trying to |
265 | port an old driver to the new PCI interface. They are no longer present | 275 | port an old driver to the new PCI interface. They are no longer present |
diff --git a/Documentation/power/video.txt b/Documentation/power/video.txt index d18a57d1a531..43a889f8f08d 100644 --- a/Documentation/power/video.txt +++ b/Documentation/power/video.txt | |||
@@ -140,7 +140,7 @@ IBM TP T41p s3_bios (2), switch to X after resume | |||
140 | IBM TP T42 s3_bios (2) | 140 | IBM TP T42 s3_bios (2) |
141 | IBM ThinkPad T42p (2373-GTG) s3_bios (2) | 141 | IBM ThinkPad T42p (2373-GTG) s3_bios (2) |
142 | IBM TP X20 ??? (*) | 142 | IBM TP X20 ??? (*) |
143 | IBM TP X30 s3_bios (2) | 143 | IBM TP X30 s3_bios, s3_mode (4) |
144 | IBM TP X31 / Type 2672-XXH none (1), use radeontool (http://fdd.com/software/radeon/) to turn off backlight. | 144 | IBM TP X31 / Type 2672-XXH none (1), use radeontool (http://fdd.com/software/radeon/) to turn off backlight. |
145 | IBM TP X32 none (1), but backlight is on and video is trashed after long suspend. s3_bios,s3_mode (4) works too. Perhaps that gets better results? | 145 | IBM TP X32 none (1), but backlight is on and video is trashed after long suspend. s3_bios,s3_mode (4) works too. Perhaps that gets better results? |
146 | IBM Thinkpad X40 Type 2371-7JG s3_bios,s3_mode (4) | 146 | IBM Thinkpad X40 Type 2371-7JG s3_bios,s3_mode (4) |
diff --git a/MAINTAINERS b/MAINTAINERS index 4e1e8175eb6d..d6a8e5b434ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -421,6 +421,14 @@ L: linux-hams@vger.kernel.org | |||
421 | W: http://www.baycom.org/~tom/ham/ham.html | 421 | W: http://www.baycom.org/~tom/ham/ham.html |
422 | S: Maintained | 422 | S: Maintained |
423 | 423 | ||
424 | BCM43XX WIRELESS DRIVER | ||
425 | P: Michael Buesch | ||
426 | M: mb@bu3sch.de | ||
427 | P: Stefano Brivio | ||
428 | M: st3@riseup.net | ||
429 | W: http://bcm43xx.berlios.de/ | ||
430 | S: Maintained | ||
431 | |||
424 | BEFS FILE SYSTEM | 432 | BEFS FILE SYSTEM |
425 | P: Sergey S. Kostyliov | 433 | P: Sergey S. Kostyliov |
426 | M: rathamahata@php4.ru | 434 | M: rathamahata@php4.ru |
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 2 | 1 | VERSION = 2 |
2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
3 | SUBLEVEL = 17 | 3 | SUBLEVEL = 17 |
4 | EXTRAVERSION =-rc2 | 4 | EXTRAVERSION =-rc3 |
5 | NAME=Sliding Snow Leopard | 5 | NAME=Sliding Snow Leopard |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/alpha/lib/strncpy.S b/arch/alpha/lib/strncpy.S index 338551c7113c..bbdef1be5f95 100644 --- a/arch/alpha/lib/strncpy.S +++ b/arch/alpha/lib/strncpy.S | |||
@@ -43,8 +43,8 @@ strncpy: | |||
43 | 43 | ||
44 | .align 4 | 44 | .align 4 |
45 | $multiword: | 45 | $multiword: |
46 | subq $24, 1, $2 # clear the final bits in the prev word | 46 | subq $27, 1, $2 # clear the final bits in the prev word |
47 | or $2, $24, $2 | 47 | or $2, $27, $2 |
48 | zapnot $1, $2, $1 | 48 | zapnot $1, $2, $1 |
49 | subq $18, 1, $18 | 49 | subq $18, 1, $18 |
50 | 50 | ||
@@ -70,8 +70,8 @@ $multiword: | |||
70 | bne $18, 0b | 70 | bne $18, 0b |
71 | 71 | ||
72 | 1: ldq_u $1, 0($16) # clear the leading bits in the final word | 72 | 1: ldq_u $1, 0($16) # clear the leading bits in the final word |
73 | subq $27, 1, $2 | 73 | subq $24, 1, $2 |
74 | or $2, $27, $2 | 74 | or $2, $24, $2 |
75 | 75 | ||
76 | zap $1, $2, $1 | 76 | zap $1, $2, $1 |
77 | stq_u $1, 0($16) | 77 | stq_u $1, 0($16) |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 95a96275f88a..6f8e84c1c1f2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -66,7 +66,7 @@ tune-$(CONFIG_CPU_XSC3) :=$(call cc-option,-mtune=xscale,-mtune=strongarm110) - | |||
66 | tune-$(CONFIG_CPU_V6) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm) | 66 | tune-$(CONFIG_CPU_V6) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm) |
67 | 67 | ||
68 | ifeq ($(CONFIG_AEABI),y) | 68 | ifeq ($(CONFIG_AEABI),y) |
69 | CFLAGS_ABI :=-mabi=aapcs -mno-thumb-interwork | 69 | CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork |
70 | else | 70 | else |
71 | CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,) | 71 | CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,) |
72 | endif | 72 | endif |
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 2ce0e3a27a45..a601b8b55f35 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
@@ -29,7 +29,7 @@ ifneq ($(CONFIG_ARCH_EBSA110),y) | |||
29 | obj-y += io.o | 29 | obj-y += io.o |
30 | endif | 30 | endif |
31 | 31 | ||
32 | head-y := head.o | 32 | head-y := head$(MMUEXT).o |
33 | obj-$(CONFIG_DEBUG_LL) += debug.o | 33 | obj-$(CONFIG_DEBUG_LL) += debug.o |
34 | 34 | ||
35 | extra-y := $(head-y) init_task.o vmlinux.lds | 35 | extra-y := $(head-y) init_task.o vmlinux.lds |
diff --git a/arch/arm/kernel/head-nommu.S b/arch/arm/kernel/head-nommu.S index b093ab8738b5..0bea65864051 100644 --- a/arch/arm/kernel/head-nommu.S +++ b/arch/arm/kernel/head-nommu.S | |||
@@ -20,10 +20,11 @@ | |||
20 | #include <asm/mach-types.h> | 20 | #include <asm/mach-types.h> |
21 | #include <asm/procinfo.h> | 21 | #include <asm/procinfo.h> |
22 | #include <asm/ptrace.h> | 22 | #include <asm/ptrace.h> |
23 | #include <asm/constants.h> | 23 | #include <asm/thread_info.h> |
24 | #include <asm/system.h> | 24 | #include <asm/system.h> |
25 | 25 | ||
26 | #define PROCINFO_INITFUNC 12 | 26 | #define PROCINFO_INITFUNC 12 |
27 | #define MACHINFO_TYPE 0 | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * Kernel startup entry point. | 30 | * Kernel startup entry point. |
@@ -79,5 +80,6 @@ __after_proc_init: | |||
79 | 80 | ||
80 | mov pc, r13 @ clear the BSS and jump | 81 | mov pc, r13 @ clear the BSS and jump |
81 | @ to start_kernel | 82 | @ to start_kernel |
83 | .ltorg | ||
82 | 84 | ||
83 | #include "head-common.S" | 85 | #include "head-common.S" |
diff --git a/arch/arm/vfp/vfpdouble.c b/arch/arm/vfp/vfpdouble.c index febd115dba28..009038c8113e 100644 --- a/arch/arm/vfp/vfpdouble.c +++ b/arch/arm/vfp/vfpdouble.c | |||
@@ -197,7 +197,7 @@ u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exce | |||
197 | dd, d, exceptions); | 197 | dd, d, exceptions); |
198 | vfp_put_double(dd, d); | 198 | vfp_put_double(dd, d); |
199 | } | 199 | } |
200 | return exceptions & ~VFP_NAN_FLAG; | 200 | return exceptions; |
201 | } | 201 | } |
202 | 202 | ||
203 | /* | 203 | /* |
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index 22f3da4e0829..37ff8145b5b5 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c | |||
@@ -180,7 +180,7 @@ static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) | |||
180 | * emulate it. | 180 | * emulate it. |
181 | */ | 181 | */ |
182 | } | 182 | } |
183 | return exceptions; | 183 | return exceptions & ~VFP_NAN_FLAG; |
184 | } | 184 | } |
185 | 185 | ||
186 | /* | 186 | /* |
diff --git a/arch/arm/vfp/vfpsingle.c b/arch/arm/vfp/vfpsingle.c index 4ac27f193934..dae2c2f46052 100644 --- a/arch/arm/vfp/vfpsingle.c +++ b/arch/arm/vfp/vfpsingle.c | |||
@@ -203,7 +203,7 @@ u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exce | |||
203 | vfp_put_float(sd, d); | 203 | vfp_put_float(sd, d); |
204 | } | 204 | } |
205 | 205 | ||
206 | return exceptions & ~VFP_NAN_FLAG; | 206 | return exceptions; |
207 | } | 207 | } |
208 | 208 | ||
209 | /* | 209 | /* |
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 18ec9fe6deb6..c6fe99e57a05 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -467,7 +467,7 @@ endchoice | |||
467 | 467 | ||
468 | choice | 468 | choice |
469 | depends on EXPERIMENTAL && !X86_PAE | 469 | depends on EXPERIMENTAL && !X86_PAE |
470 | prompt "Memory split" | 470 | prompt "Memory split" if EMBEDDED |
471 | default VMSPLIT_3G | 471 | default VMSPLIT_3G |
472 | help | 472 | help |
473 | Select the desired split between kernel and user memory. | 473 | Select the desired split between kernel and user memory. |
@@ -756,7 +756,7 @@ config PHYSICAL_START | |||
756 | 756 | ||
757 | config HOTPLUG_CPU | 757 | config HOTPLUG_CPU |
758 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | 758 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" |
759 | depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER && !X86_PC | 759 | depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER |
760 | ---help--- | 760 | ---help--- |
761 | Say Y here to experiment with turning CPUs off and on. CPUs | 761 | Say Y here to experiment with turning CPUs off and on. CPUs |
762 | can be controlled through /sys/devices/system/cpu. | 762 | can be controlled through /sys/devices/system/cpu. |
diff --git a/arch/i386/kernel/cpu/intel_cacheinfo.c b/arch/i386/kernel/cpu/intel_cacheinfo.c index 9df87b03612c..c8547a6fa7e6 100644 --- a/arch/i386/kernel/cpu/intel_cacheinfo.c +++ b/arch/i386/kernel/cpu/intel_cacheinfo.c | |||
@@ -642,7 +642,7 @@ static void __cpuexit cache_remove_dev(struct sys_device * sys_dev) | |||
642 | return; | 642 | return; |
643 | } | 643 | } |
644 | 644 | ||
645 | static int __cpuinit cacheinfo_cpu_callback(struct notifier_block *nfb, | 645 | static int cacheinfo_cpu_callback(struct notifier_block *nfb, |
646 | unsigned long action, void *hcpu) | 646 | unsigned long action, void *hcpu) |
647 | { | 647 | { |
648 | unsigned int cpu = (unsigned long)hcpu; | 648 | unsigned int cpu = (unsigned long)hcpu; |
diff --git a/arch/i386/kernel/kprobes.c b/arch/i386/kernel/kprobes.c index 043f5292e70a..38806f427849 100644 --- a/arch/i386/kernel/kprobes.c +++ b/arch/i386/kernel/kprobes.c | |||
@@ -242,10 +242,6 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) | |||
242 | kcb->kprobe_status = KPROBE_REENTER; | 242 | kcb->kprobe_status = KPROBE_REENTER; |
243 | return 1; | 243 | return 1; |
244 | } else { | 244 | } else { |
245 | if (regs->eflags & VM_MASK) { | ||
246 | /* We are in virtual-8086 mode. Return 0 */ | ||
247 | goto no_kprobe; | ||
248 | } | ||
249 | if (*addr != BREAKPOINT_INSTRUCTION) { | 245 | if (*addr != BREAKPOINT_INSTRUCTION) { |
250 | /* The breakpoint instruction was removed by | 246 | /* The breakpoint instruction was removed by |
251 | * another cpu right after we hit, no further | 247 | * another cpu right after we hit, no further |
@@ -265,11 +261,6 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) | |||
265 | 261 | ||
266 | p = get_kprobe(addr); | 262 | p = get_kprobe(addr); |
267 | if (!p) { | 263 | if (!p) { |
268 | if (regs->eflags & VM_MASK) { | ||
269 | /* We are in virtual-8086 mode. Return 0 */ | ||
270 | goto no_kprobe; | ||
271 | } | ||
272 | |||
273 | if (*addr != BREAKPOINT_INSTRUCTION) { | 264 | if (*addr != BREAKPOINT_INSTRUCTION) { |
274 | /* | 265 | /* |
275 | * The breakpoint instruction was removed right | 266 | * The breakpoint instruction was removed right |
@@ -452,10 +443,11 @@ static void __kprobes resume_execution(struct kprobe *p, | |||
452 | *tos &= ~(TF_MASK | IF_MASK); | 443 | *tos &= ~(TF_MASK | IF_MASK); |
453 | *tos |= kcb->kprobe_old_eflags; | 444 | *tos |= kcb->kprobe_old_eflags; |
454 | break; | 445 | break; |
455 | case 0xc3: /* ret/lret */ | 446 | case 0xc2: /* iret/ret/lret */ |
456 | case 0xcb: | 447 | case 0xc3: |
457 | case 0xc2: | ||
458 | case 0xca: | 448 | case 0xca: |
449 | case 0xcb: | ||
450 | case 0xcf: | ||
459 | case 0xea: /* jmp absolute -- eip is correct */ | 451 | case 0xea: /* jmp absolute -- eip is correct */ |
460 | /* eip is already adjusted, no more changes required */ | 452 | /* eip is already adjusted, no more changes required */ |
461 | p->ainsn.boostable = 1; | 453 | p->ainsn.boostable = 1; |
@@ -463,10 +455,13 @@ static void __kprobes resume_execution(struct kprobe *p, | |||
463 | case 0xe8: /* call relative - Fix return addr */ | 455 | case 0xe8: /* call relative - Fix return addr */ |
464 | *tos = orig_eip + (*tos - copy_eip); | 456 | *tos = orig_eip + (*tos - copy_eip); |
465 | break; | 457 | break; |
458 | case 0x9a: /* call absolute -- same as call absolute, indirect */ | ||
459 | *tos = orig_eip + (*tos - copy_eip); | ||
460 | goto no_change; | ||
466 | case 0xff: | 461 | case 0xff: |
467 | if ((p->ainsn.insn[1] & 0x30) == 0x10) { | 462 | if ((p->ainsn.insn[1] & 0x30) == 0x10) { |
468 | /* call absolute, indirect */ | ||
469 | /* | 463 | /* |
464 | * call absolute, indirect | ||
470 | * Fix return addr; eip is correct. | 465 | * Fix return addr; eip is correct. |
471 | * But this is not boostable | 466 | * But this is not boostable |
472 | */ | 467 | */ |
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index a6969903f2d6..825b2b4ca721 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
@@ -313,7 +313,9 @@ static void __init synchronize_tsc_bp (void) | |||
313 | if (tsc_values[i] < avg) | 313 | if (tsc_values[i] < avg) |
314 | realdelta = -realdelta; | 314 | realdelta = -realdelta; |
315 | 315 | ||
316 | printk(KERN_INFO "CPU#%d had %ld usecs TSC skew, fixed it up.\n", i, realdelta); | 316 | if (realdelta > 0) |
317 | printk(KERN_INFO "CPU#%d had %ld usecs TSC " | ||
318 | "skew, fixed it up.\n", i, realdelta); | ||
317 | } | 319 | } |
318 | 320 | ||
319 | sum += delta; | 321 | sum += delta; |
diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c index 73235443fda7..06dab00aaadc 100644 --- a/arch/i386/pci/irq.c +++ b/arch/i386/pci/irq.c | |||
@@ -591,7 +591,6 @@ static __init int via_router_probe(struct irq_router *r, | |||
591 | case PCI_DEVICE_ID_VIA_8233A: | 591 | case PCI_DEVICE_ID_VIA_8233A: |
592 | case PCI_DEVICE_ID_VIA_8235: | 592 | case PCI_DEVICE_ID_VIA_8235: |
593 | case PCI_DEVICE_ID_VIA_8237: | 593 | case PCI_DEVICE_ID_VIA_8237: |
594 | case PCI_DEVICE_ID_VIA_8237_SATA: | ||
595 | /* FIXME: add new ones for 8233/5 */ | 594 | /* FIXME: add new ones for 8233/5 */ |
596 | r->name = "VIA"; | 595 | r->name = "VIA"; |
597 | r->get = pirq_via_get; | 596 | r->get = pirq_via_get; |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 9f40eeff0b5c..0f3076a820c3 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -413,6 +413,8 @@ config IA64_PALINFO | |||
413 | config SGI_SN | 413 | config SGI_SN |
414 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 414 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
415 | 415 | ||
416 | source "drivers/sn/Kconfig" | ||
417 | |||
416 | source "drivers/firmware/Kconfig" | 418 | source "drivers/firmware/Kconfig" |
417 | 419 | ||
418 | source "fs/Kconfig.binfmt" | 420 | source "fs/Kconfig.binfmt" |
diff --git a/arch/ia64/configs/sn2_defconfig b/arch/ia64/configs/sn2_defconfig index a718034d68d0..f6a8853cd1b4 100644 --- a/arch/ia64/configs/sn2_defconfig +++ b/arch/ia64/configs/sn2_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc5 | 3 | # Linux kernel version: 2.6.17-rc3 |
4 | # Mon Feb 27 16:06:38 2006 | 4 | # Thu Apr 27 11:48:23 2006 |
5 | # | 5 | # |
6 | 6 | ||
7 | # | 7 | # |
@@ -24,6 +24,7 @@ CONFIG_SYSCTL=y | |||
24 | # CONFIG_AUDIT is not set | 24 | # CONFIG_AUDIT is not set |
25 | # CONFIG_IKCONFIG is not set | 25 | # CONFIG_IKCONFIG is not set |
26 | CONFIG_CPUSETS=y | 26 | CONFIG_CPUSETS=y |
27 | CONFIG_RELAY=y | ||
27 | CONFIG_INITRAMFS_SOURCE="" | 28 | CONFIG_INITRAMFS_SOURCE="" |
28 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
29 | # CONFIG_EMBEDDED is not set | 30 | # CONFIG_EMBEDDED is not set |
@@ -38,10 +39,6 @@ CONFIG_BASE_FULL=y | |||
38 | CONFIG_FUTEX=y | 39 | CONFIG_FUTEX=y |
39 | CONFIG_EPOLL=y | 40 | CONFIG_EPOLL=y |
40 | CONFIG_SHMEM=y | 41 | CONFIG_SHMEM=y |
41 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
42 | CONFIG_CC_ALIGN_LABELS=0 | ||
43 | CONFIG_CC_ALIGN_LOOPS=0 | ||
44 | CONFIG_CC_ALIGN_JUMPS=0 | ||
45 | CONFIG_SLAB=y | 42 | CONFIG_SLAB=y |
46 | # CONFIG_TINY_SHMEM is not set | 43 | # CONFIG_TINY_SHMEM is not set |
47 | CONFIG_BASE_SMALL=0 | 44 | CONFIG_BASE_SMALL=0 |
@@ -53,7 +50,6 @@ CONFIG_BASE_SMALL=0 | |||
53 | CONFIG_MODULES=y | 50 | CONFIG_MODULES=y |
54 | CONFIG_MODULE_UNLOAD=y | 51 | CONFIG_MODULE_UNLOAD=y |
55 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 52 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
56 | CONFIG_OBSOLETE_MODPARM=y | ||
57 | # CONFIG_MODVERSIONS is not set | 53 | # CONFIG_MODVERSIONS is not set |
58 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 54 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
59 | CONFIG_KMOD=y | 55 | CONFIG_KMOD=y |
@@ -62,6 +58,7 @@ CONFIG_STOP_MACHINE=y | |||
62 | # | 58 | # |
63 | # Block layer | 59 | # Block layer |
64 | # | 60 | # |
61 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
65 | 62 | ||
66 | # | 63 | # |
67 | # IO Schedulers | 64 | # IO Schedulers |
@@ -84,8 +81,10 @@ CONFIG_64BIT=y | |||
84 | CONFIG_MMU=y | 81 | CONFIG_MMU=y |
85 | CONFIG_SWIOTLB=y | 82 | CONFIG_SWIOTLB=y |
86 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 83 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
84 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
87 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 85 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
88 | CONFIG_TIME_INTERPOLATION=y | 86 | CONFIG_TIME_INTERPOLATION=y |
87 | CONFIG_DMI=y | ||
89 | CONFIG_EFI=y | 88 | CONFIG_EFI=y |
90 | CONFIG_GENERIC_IOMAP=y | 89 | CONFIG_GENERIC_IOMAP=y |
91 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 90 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
@@ -116,7 +115,6 @@ CONFIG_IA64_SGI_SN_XP=m | |||
116 | CONFIG_FORCE_MAX_ZONEORDER=17 | 115 | CONFIG_FORCE_MAX_ZONEORDER=17 |
117 | CONFIG_SMP=y | 116 | CONFIG_SMP=y |
118 | CONFIG_NR_CPUS=1024 | 117 | CONFIG_NR_CPUS=1024 |
119 | CONFIG_IA64_NR_NODES=256 | ||
120 | # CONFIG_HOTPLUG_CPU is not set | 118 | # CONFIG_HOTPLUG_CPU is not set |
121 | CONFIG_SCHED_SMT=y | 119 | CONFIG_SCHED_SMT=y |
122 | CONFIG_PREEMPT=y | 120 | CONFIG_PREEMPT=y |
@@ -136,6 +134,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y | |||
136 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 134 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
137 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | 135 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y |
138 | CONFIG_NUMA=y | 136 | CONFIG_NUMA=y |
137 | CONFIG_NODES_SHIFT=8 | ||
139 | CONFIG_VIRTUAL_MEM_MAP=y | 138 | CONFIG_VIRTUAL_MEM_MAP=y |
140 | CONFIG_HOLES_IN_ZONE=y | 139 | CONFIG_HOLES_IN_ZONE=y |
141 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | 140 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y |
@@ -187,7 +186,6 @@ CONFIG_ACPI_SYSTEM=y | |||
187 | CONFIG_PCI=y | 186 | CONFIG_PCI=y |
188 | CONFIG_PCI_DOMAINS=y | 187 | CONFIG_PCI_DOMAINS=y |
189 | # CONFIG_PCI_MSI is not set | 188 | # CONFIG_PCI_MSI is not set |
190 | CONFIG_PCI_LEGACY_PROC=y | ||
191 | # CONFIG_PCI_DEBUG is not set | 189 | # CONFIG_PCI_DEBUG is not set |
192 | 190 | ||
193 | # | 191 | # |
@@ -231,6 +229,7 @@ CONFIG_SYN_COOKIES=y | |||
231 | # CONFIG_INET_AH is not set | 229 | # CONFIG_INET_AH is not set |
232 | # CONFIG_INET_ESP is not set | 230 | # CONFIG_INET_ESP is not set |
233 | # CONFIG_INET_IPCOMP is not set | 231 | # CONFIG_INET_IPCOMP is not set |
232 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
234 | # CONFIG_INET_TUNNEL is not set | 233 | # CONFIG_INET_TUNNEL is not set |
235 | CONFIG_INET_DIAG=m | 234 | CONFIG_INET_DIAG=m |
236 | CONFIG_INET_TCP_DIAG=m | 235 | CONFIG_INET_TCP_DIAG=m |
@@ -238,9 +237,11 @@ CONFIG_INET_TCP_DIAG=m | |||
238 | CONFIG_TCP_CONG_BIC=y | 237 | CONFIG_TCP_CONG_BIC=y |
239 | CONFIG_IPV6=m | 238 | CONFIG_IPV6=m |
240 | # CONFIG_IPV6_PRIVACY is not set | 239 | # CONFIG_IPV6_PRIVACY is not set |
240 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
241 | # CONFIG_INET6_AH is not set | 241 | # CONFIG_INET6_AH is not set |
242 | # CONFIG_INET6_ESP is not set | 242 | # CONFIG_INET6_ESP is not set |
243 | # CONFIG_INET6_IPCOMP is not set | 243 | # CONFIG_INET6_IPCOMP is not set |
244 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
244 | # CONFIG_INET6_TUNNEL is not set | 245 | # CONFIG_INET6_TUNNEL is not set |
245 | # CONFIG_IPV6_TUNNEL is not set | 246 | # CONFIG_IPV6_TUNNEL is not set |
246 | # CONFIG_NETFILTER is not set | 247 | # CONFIG_NETFILTER is not set |
@@ -468,9 +469,14 @@ CONFIG_SCSI_SATA_VITESSE=y | |||
468 | # CONFIG_SCSI_INIA100 is not set | 469 | # CONFIG_SCSI_INIA100 is not set |
469 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 470 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
470 | # CONFIG_SCSI_IPR is not set | 471 | # CONFIG_SCSI_IPR is not set |
471 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
472 | CONFIG_SCSI_QLOGIC_1280=y | 472 | CONFIG_SCSI_QLOGIC_1280=y |
473 | # CONFIG_SCSI_QLA_FC is not set | 473 | CONFIG_SCSI_QLA_FC=y |
474 | CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE=y | ||
475 | # CONFIG_SCSI_QLA21XX is not set | ||
476 | CONFIG_SCSI_QLA22XX=y | ||
477 | CONFIG_SCSI_QLA2300=y | ||
478 | CONFIG_SCSI_QLA2322=y | ||
479 | # CONFIG_SCSI_QLA24XX is not set | ||
474 | # CONFIG_SCSI_LPFC is not set | 480 | # CONFIG_SCSI_LPFC is not set |
475 | # CONFIG_SCSI_DC395x is not set | 481 | # CONFIG_SCSI_DC395x is not set |
476 | # CONFIG_SCSI_DC390T is not set | 482 | # CONFIG_SCSI_DC390T is not set |
@@ -486,6 +492,7 @@ CONFIG_MD_RAID0=y | |||
486 | CONFIG_MD_RAID1=y | 492 | CONFIG_MD_RAID1=y |
487 | # CONFIG_MD_RAID10 is not set | 493 | # CONFIG_MD_RAID10 is not set |
488 | CONFIG_MD_RAID5=y | 494 | CONFIG_MD_RAID5=y |
495 | # CONFIG_MD_RAID5_RESHAPE is not set | ||
489 | # CONFIG_MD_RAID6 is not set | 496 | # CONFIG_MD_RAID6 is not set |
490 | CONFIG_MD_MULTIPATH=y | 497 | CONFIG_MD_MULTIPATH=y |
491 | # CONFIG_MD_FAULTY is not set | 498 | # CONFIG_MD_FAULTY is not set |
@@ -694,6 +701,7 @@ CONFIG_EFI_RTC=y | |||
694 | # Ftape, the floppy tape device driver | 701 | # Ftape, the floppy tape device driver |
695 | # | 702 | # |
696 | CONFIG_AGP=y | 703 | CONFIG_AGP=y |
704 | # CONFIG_AGP_VIA is not set | ||
697 | CONFIG_AGP_SGI_TIOCA=y | 705 | CONFIG_AGP_SGI_TIOCA=y |
698 | # CONFIG_DRM is not set | 706 | # CONFIG_DRM is not set |
699 | CONFIG_RAW_DRIVER=m | 707 | CONFIG_RAW_DRIVER=m |
@@ -735,10 +743,6 @@ CONFIG_MMTIMER=y | |||
735 | # | 743 | # |
736 | 744 | ||
737 | # | 745 | # |
738 | # Multimedia Capabilities Port drivers | ||
739 | # | ||
740 | |||
741 | # | ||
742 | # Multimedia devices | 746 | # Multimedia devices |
743 | # | 747 | # |
744 | # CONFIG_VIDEO_DEV is not set | 748 | # CONFIG_VIDEO_DEV is not set |
@@ -747,6 +751,7 @@ CONFIG_MMTIMER=y | |||
747 | # Digital Video Broadcasting Devices | 751 | # Digital Video Broadcasting Devices |
748 | # | 752 | # |
749 | # CONFIG_DVB is not set | 753 | # CONFIG_DVB is not set |
754 | # CONFIG_USB_DABUSB is not set | ||
750 | 755 | ||
751 | # | 756 | # |
752 | # Graphics support | 757 | # Graphics support |
@@ -757,6 +762,7 @@ CONFIG_MMTIMER=y | |||
757 | # Console display driver support | 762 | # Console display driver support |
758 | # | 763 | # |
759 | CONFIG_VGA_CONSOLE=y | 764 | CONFIG_VGA_CONSOLE=y |
765 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
760 | CONFIG_DUMMY_CONSOLE=y | 766 | CONFIG_DUMMY_CONSOLE=y |
761 | 767 | ||
762 | # | 768 | # |
@@ -769,6 +775,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
769 | # | 775 | # |
770 | CONFIG_USB_ARCH_HAS_HCD=y | 776 | CONFIG_USB_ARCH_HAS_HCD=y |
771 | CONFIG_USB_ARCH_HAS_OHCI=y | 777 | CONFIG_USB_ARCH_HAS_OHCI=y |
778 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
772 | CONFIG_USB=m | 779 | CONFIG_USB=m |
773 | # CONFIG_USB_DEBUG is not set | 780 | # CONFIG_USB_DEBUG is not set |
774 | 781 | ||
@@ -829,9 +836,7 @@ CONFIG_USB_HIDINPUT=y | |||
829 | # CONFIG_USB_ACECAD is not set | 836 | # CONFIG_USB_ACECAD is not set |
830 | # CONFIG_USB_KBTAB is not set | 837 | # CONFIG_USB_KBTAB is not set |
831 | # CONFIG_USB_POWERMATE is not set | 838 | # CONFIG_USB_POWERMATE is not set |
832 | # CONFIG_USB_MTOUCH is not set | 839 | # CONFIG_USB_TOUCHSCREEN is not set |
833 | # CONFIG_USB_ITMTOUCH is not set | ||
834 | # CONFIG_USB_EGALAX is not set | ||
835 | # CONFIG_USB_YEALINK is not set | 840 | # CONFIG_USB_YEALINK is not set |
836 | # CONFIG_USB_XPAD is not set | 841 | # CONFIG_USB_XPAD is not set |
837 | # CONFIG_USB_ATI_REMOTE is not set | 842 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -846,15 +851,6 @@ CONFIG_USB_HIDINPUT=y | |||
846 | # CONFIG_USB_MICROTEK is not set | 851 | # CONFIG_USB_MICROTEK is not set |
847 | 852 | ||
848 | # | 853 | # |
849 | # USB Multimedia devices | ||
850 | # | ||
851 | # CONFIG_USB_DABUSB is not set | ||
852 | |||
853 | # | ||
854 | # Video4Linux support is needed for USB Multimedia device support | ||
855 | # | ||
856 | |||
857 | # | ||
858 | # USB Network Adapters | 854 | # USB Network Adapters |
859 | # | 855 | # |
860 | # CONFIG_USB_CATC is not set | 856 | # CONFIG_USB_CATC is not set |
@@ -905,15 +901,29 @@ CONFIG_USB_MON=y | |||
905 | # CONFIG_MMC is not set | 901 | # CONFIG_MMC is not set |
906 | 902 | ||
907 | # | 903 | # |
904 | # LED devices | ||
905 | # | ||
906 | # CONFIG_NEW_LEDS is not set | ||
907 | |||
908 | # | ||
909 | # LED drivers | ||
910 | # | ||
911 | |||
912 | # | ||
913 | # LED Triggers | ||
914 | # | ||
915 | |||
916 | # | ||
908 | # InfiniBand support | 917 | # InfiniBand support |
909 | # | 918 | # |
910 | CONFIG_INFINIBAND=m | 919 | CONFIG_INFINIBAND=m |
911 | # CONFIG_INFINIBAND_USER_MAD is not set | 920 | # CONFIG_INFINIBAND_USER_MAD is not set |
912 | CONFIG_INFINIBAND_USER_ACCESS=m | 921 | CONFIG_INFINIBAND_USER_ACCESS=m |
913 | CONFIG_INFINIBAND_MTHCA=m | 922 | CONFIG_INFINIBAND_MTHCA=m |
914 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | 923 | CONFIG_INFINIBAND_MTHCA_DEBUG=y |
915 | CONFIG_INFINIBAND_IPOIB=m | 924 | CONFIG_INFINIBAND_IPOIB=m |
916 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | 925 | CONFIG_INFINIBAND_IPOIB_DEBUG=y |
926 | # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set | ||
917 | CONFIG_INFINIBAND_SRP=m | 927 | CONFIG_INFINIBAND_SRP=m |
918 | 928 | ||
919 | # | 929 | # |
@@ -923,8 +933,13 @@ CONFIG_SGI_IOC4=y | |||
923 | CONFIG_SGI_IOC3=y | 933 | CONFIG_SGI_IOC3=y |
924 | 934 | ||
925 | # | 935 | # |
926 | # EDAC - error detection and reporting (RAS) | 936 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
937 | # | ||
938 | |||
939 | # | ||
940 | # Real Time Clock | ||
927 | # | 941 | # |
942 | # CONFIG_RTC_CLASS is not set | ||
928 | 943 | ||
929 | # | 944 | # |
930 | # File systems | 945 | # File systems |
@@ -997,7 +1012,6 @@ CONFIG_TMPFS=y | |||
997 | CONFIG_HUGETLBFS=y | 1012 | CONFIG_HUGETLBFS=y |
998 | CONFIG_HUGETLB_PAGE=y | 1013 | CONFIG_HUGETLB_PAGE=y |
999 | CONFIG_RAMFS=y | 1014 | CONFIG_RAMFS=y |
1000 | CONFIG_RELAYFS_FS=m | ||
1001 | # CONFIG_CONFIGFS_FS is not set | 1015 | # CONFIG_CONFIGFS_FS is not set |
1002 | 1016 | ||
1003 | # | 1017 | # |
diff --git a/arch/ia64/ia32/binfmt_elf32.c b/arch/ia64/ia32/binfmt_elf32.c index 4e7a6a1ec6c7..da03c06744f1 100644 --- a/arch/ia64/ia32/binfmt_elf32.c +++ b/arch/ia64/ia32/binfmt_elf32.c | |||
@@ -35,6 +35,9 @@ extern void ia64_elf32_init (struct pt_regs *regs); | |||
35 | 35 | ||
36 | static void elf32_set_personality (void); | 36 | static void elf32_set_personality (void); |
37 | 37 | ||
38 | static unsigned long __attribute ((unused)) | ||
39 | randomize_stack_top(unsigned long stack_top); | ||
40 | |||
38 | #define setup_arg_pages(bprm,tos,exec) ia32_setup_arg_pages(bprm,exec) | 41 | #define setup_arg_pages(bprm,tos,exec) ia32_setup_arg_pages(bprm,exec) |
39 | #define elf_map elf32_map | 42 | #define elf_map elf32_map |
40 | 43 | ||
diff --git a/arch/ia64/ia32/ia32_entry.S b/arch/ia64/ia32/ia32_entry.S index 95fe04400f6b..a32cd59b81ed 100644 --- a/arch/ia64/ia32/ia32_entry.S +++ b/arch/ia64/ia32/ia32_entry.S | |||
@@ -334,7 +334,7 @@ ia32_syscall_table: | |||
334 | data8 sys_setdomainname | 334 | data8 sys_setdomainname |
335 | data8 sys32_newuname | 335 | data8 sys32_newuname |
336 | data8 sys32_modify_ldt | 336 | data8 sys32_modify_ldt |
337 | data8 sys_ni_syscall /* adjtimex */ | 337 | data8 compat_sys_adjtimex |
338 | data8 sys32_mprotect /* 125 */ | 338 | data8 sys32_mprotect /* 125 */ |
339 | data8 compat_sys_sigprocmask | 339 | data8 compat_sys_sigprocmask |
340 | data8 sys_ni_syscall /* create_module */ | 340 | data8 sys_ni_syscall /* create_module */ |
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index e30798811216..bcb80ca5cf40 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S | |||
@@ -1610,5 +1610,6 @@ sys_call_table: | |||
1610 | data8 sys_get_robust_list | 1610 | data8 sys_get_robust_list |
1611 | data8 sys_sync_file_range // 1300 | 1611 | data8 sys_sync_file_range // 1300 |
1612 | data8 sys_tee | 1612 | data8 sys_tee |
1613 | data8 sys_vmsplice | ||
1613 | 1614 | ||
1614 | .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls | 1615 | .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls |
diff --git a/arch/ia64/kernel/mca_drv.c b/arch/ia64/kernel/mca_drv.c index 37c88eb55873..ca6666b51ccb 100644 --- a/arch/ia64/kernel/mca_drv.c +++ b/arch/ia64/kernel/mca_drv.c | |||
@@ -62,6 +62,11 @@ typedef enum { | |||
62 | ISOLATE_NONE | 62 | ISOLATE_NONE |
63 | } isolate_status_t; | 63 | } isolate_status_t; |
64 | 64 | ||
65 | typedef enum { | ||
66 | MCA_NOT_RECOVERED = 0, | ||
67 | MCA_RECOVERED = 1 | ||
68 | } recovery_status_t; | ||
69 | |||
65 | /* | 70 | /* |
66 | * This pool keeps pointers to the section part of SAL error record | 71 | * This pool keeps pointers to the section part of SAL error record |
67 | */ | 72 | */ |
@@ -71,6 +76,18 @@ static struct { | |||
71 | int max_idx; /* Maximum index of section pointer list pool */ | 76 | int max_idx; /* Maximum index of section pointer list pool */ |
72 | } slidx_pool; | 77 | } slidx_pool; |
73 | 78 | ||
79 | static int | ||
80 | fatal_mca(const char *fmt, ...) | ||
81 | { | ||
82 | va_list args; | ||
83 | |||
84 | va_start(args, fmt); | ||
85 | vprintk(fmt, args); | ||
86 | va_end(args); | ||
87 | |||
88 | return MCA_NOT_RECOVERED; | ||
89 | } | ||
90 | |||
74 | /** | 91 | /** |
75 | * mca_page_isolate - isolate a poisoned page in order not to use it later | 92 | * mca_page_isolate - isolate a poisoned page in order not to use it later |
76 | * @paddr: poisoned memory location | 93 | * @paddr: poisoned memory location |
@@ -424,7 +441,7 @@ recover_from_read_error(slidx_table_t *slidx, | |||
424 | 441 | ||
425 | /* Is target address valid? */ | 442 | /* Is target address valid? */ |
426 | if (!pbci->tv) | 443 | if (!pbci->tv) |
427 | return 0; | 444 | return fatal_mca(KERN_ALERT "MCA: target address not valid\n"); |
428 | 445 | ||
429 | /* | 446 | /* |
430 | * cpu read or memory-mapped io read | 447 | * cpu read or memory-mapped io read |
@@ -442,7 +459,7 @@ recover_from_read_error(slidx_table_t *slidx, | |||
442 | 459 | ||
443 | /* Is minstate valid? */ | 460 | /* Is minstate valid? */ |
444 | if (!peidx_bottom(peidx) || !(peidx_bottom(peidx)->valid.minstate)) | 461 | if (!peidx_bottom(peidx) || !(peidx_bottom(peidx)->valid.minstate)) |
445 | return 0; | 462 | return fatal_mca(KERN_ALERT "MCA: minstate not valid\n"); |
446 | psr1 =(struct ia64_psr *)&(peidx_minstate_area(peidx)->pmsa_ipsr); | 463 | psr1 =(struct ia64_psr *)&(peidx_minstate_area(peidx)->pmsa_ipsr); |
447 | psr2 =(struct ia64_psr *)&(peidx_minstate_area(peidx)->pmsa_xpsr); | 464 | psr2 =(struct ia64_psr *)&(peidx_minstate_area(peidx)->pmsa_xpsr); |
448 | 465 | ||
@@ -476,12 +493,13 @@ recover_from_read_error(slidx_table_t *slidx, | |||
476 | psr2->bn = 1; | 493 | psr2->bn = 1; |
477 | psr2->i = 0; | 494 | psr2->i = 0; |
478 | 495 | ||
479 | return 1; | 496 | return MCA_RECOVERED; |
480 | } | 497 | } |
481 | 498 | ||
482 | } | 499 | } |
483 | 500 | ||
484 | return 0; | 501 | return fatal_mca(KERN_ALERT "MCA: kernel context not recovered," |
502 | " iip 0x%lx\n", pmsa->pmsa_iip); | ||
485 | } | 503 | } |
486 | 504 | ||
487 | /** | 505 | /** |
@@ -567,13 +585,13 @@ recover_from_processor_error(int platform, slidx_table_t *slidx, | |||
567 | * The machine check is corrected. | 585 | * The machine check is corrected. |
568 | */ | 586 | */ |
569 | if (psp->cm == 1) | 587 | if (psp->cm == 1) |
570 | return 1; | 588 | return MCA_RECOVERED; |
571 | 589 | ||
572 | /* | 590 | /* |
573 | * The error was not contained. Software must be reset. | 591 | * The error was not contained. Software must be reset. |
574 | */ | 592 | */ |
575 | if (psp->us || psp->ci == 0) | 593 | if (psp->us || psp->ci == 0) |
576 | return 0; | 594 | return fatal_mca(KERN_ALERT "MCA: error not contained\n"); |
577 | 595 | ||
578 | /* | 596 | /* |
579 | * The cache check and bus check bits have four possible states | 597 | * The cache check and bus check bits have four possible states |
@@ -584,20 +602,22 @@ recover_from_processor_error(int platform, slidx_table_t *slidx, | |||
584 | * 1 1 Memory error, attempt recovery | 602 | * 1 1 Memory error, attempt recovery |
585 | */ | 603 | */ |
586 | if (psp->bc == 0 || pbci == NULL) | 604 | if (psp->bc == 0 || pbci == NULL) |
587 | return 0; | 605 | return fatal_mca(KERN_ALERT "MCA: No bus check\n"); |
588 | 606 | ||
589 | /* | 607 | /* |
590 | * Sorry, we cannot handle so many. | 608 | * Sorry, we cannot handle so many. |
591 | */ | 609 | */ |
592 | if (peidx_bus_check_num(peidx) > 1) | 610 | if (peidx_bus_check_num(peidx) > 1) |
593 | return 0; | 611 | return fatal_mca(KERN_ALERT "MCA: Too many bus checks\n"); |
594 | /* | 612 | /* |
595 | * Well, here is only one bus error. | 613 | * Well, here is only one bus error. |
596 | */ | 614 | */ |
597 | if (pbci->ib || pbci->cc) | 615 | if (pbci->ib) |
598 | return 0; | 616 | return fatal_mca(KERN_ALERT "MCA: Internal Bus error\n"); |
617 | if (pbci->cc) | ||
618 | return fatal_mca(KERN_ALERT "MCA: Cache-cache error\n"); | ||
599 | if (pbci->eb && pbci->bsi > 0) | 619 | if (pbci->eb && pbci->bsi > 0) |
600 | return 0; | 620 | return fatal_mca(KERN_ALERT "MCA: External bus check fatal status\n"); |
601 | 621 | ||
602 | /* | 622 | /* |
603 | * This is a local MCA and estimated as recoverble external bus error. | 623 | * This is a local MCA and estimated as recoverble external bus error. |
@@ -609,7 +629,7 @@ recover_from_processor_error(int platform, slidx_table_t *slidx, | |||
609 | /* | 629 | /* |
610 | * On account of strange SAL error record, we cannot recover. | 630 | * On account of strange SAL error record, we cannot recover. |
611 | */ | 631 | */ |
612 | return 0; | 632 | return fatal_mca(KERN_ALERT "MCA: Strange SAL record\n"); |
613 | } | 633 | } |
614 | 634 | ||
615 | /** | 635 | /** |
@@ -638,12 +658,10 @@ mca_try_to_recover(void *rec, struct ia64_sal_os_state *sos) | |||
638 | 658 | ||
639 | /* Now, OS can recover when there is one processor error section */ | 659 | /* Now, OS can recover when there is one processor error section */ |
640 | if (n_proc_err > 1) | 660 | if (n_proc_err > 1) |
641 | return 0; | 661 | return fatal_mca(KERN_ALERT "MCA: Too Many Errors\n"); |
642 | else if (n_proc_err == 0) { | 662 | else if (n_proc_err == 0) |
643 | /* Weird SAL record ... We need not to recover */ | 663 | /* Weird SAL record ... We need not to recover */ |
644 | 664 | return fatal_mca(KERN_ALERT "MCA: Weird SAL record\n"); | |
645 | return 1; | ||
646 | } | ||
647 | 665 | ||
648 | /* Make index of processor error section */ | 666 | /* Make index of processor error section */ |
649 | mca_make_peidx((sal_log_processor_info_t*) | 667 | mca_make_peidx((sal_log_processor_info_t*) |
@@ -654,7 +672,7 @@ mca_try_to_recover(void *rec, struct ia64_sal_os_state *sos) | |||
654 | 672 | ||
655 | /* Check whether MCA is global or not */ | 673 | /* Check whether MCA is global or not */ |
656 | if (is_mca_global(&peidx, &pbci, sos)) | 674 | if (is_mca_global(&peidx, &pbci, sos)) |
657 | return 0; | 675 | return fatal_mca(KERN_ALERT "MCA: global MCA\n"); |
658 | 676 | ||
659 | /* Try to recover a processor error */ | 677 | /* Try to recover a processor error */ |
660 | return recover_from_processor_error(platform_err, &slidx, &peidx, | 678 | return recover_from_processor_error(platform_err, &slidx, &peidx, |
diff --git a/arch/ia64/kernel/palinfo.c b/arch/ia64/kernel/palinfo.c index 6386f63c413e..859fb37ff49b 100644 --- a/arch/ia64/kernel/palinfo.c +++ b/arch/ia64/kernel/palinfo.c | |||
@@ -959,7 +959,7 @@ remove_palinfo_proc_entries(unsigned int hcpu) | |||
959 | } | 959 | } |
960 | } | 960 | } |
961 | 961 | ||
962 | static int __devinit palinfo_cpu_callback(struct notifier_block *nfb, | 962 | static int palinfo_cpu_callback(struct notifier_block *nfb, |
963 | unsigned long action, | 963 | unsigned long action, |
964 | void *hcpu) | 964 | void *hcpu) |
965 | { | 965 | { |
diff --git a/arch/ia64/kernel/salinfo.c b/arch/ia64/kernel/salinfo.c index 9d5a823479a3..663a186ad194 100644 --- a/arch/ia64/kernel/salinfo.c +++ b/arch/ia64/kernel/salinfo.c | |||
@@ -572,7 +572,7 @@ static struct file_operations salinfo_data_fops = { | |||
572 | }; | 572 | }; |
573 | 573 | ||
574 | #ifdef CONFIG_HOTPLUG_CPU | 574 | #ifdef CONFIG_HOTPLUG_CPU |
575 | static int __devinit | 575 | static int |
576 | salinfo_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu) | 576 | salinfo_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu) |
577 | { | 577 | { |
578 | unsigned int i, cpu = (unsigned long)hcpu; | 578 | unsigned int i, cpu = (unsigned long)hcpu; |
diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index b47476d655f1..4f3a16b37f8f 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c | |||
@@ -305,13 +305,10 @@ static struct kobj_type cache_ktype_percpu_entry = { | |||
305 | 305 | ||
306 | static void __cpuinit cpu_cache_sysfs_exit(unsigned int cpu) | 306 | static void __cpuinit cpu_cache_sysfs_exit(unsigned int cpu) |
307 | { | 307 | { |
308 | if (all_cpu_cache_info[cpu].cache_leaves) { | 308 | kfree(all_cpu_cache_info[cpu].cache_leaves); |
309 | kfree(all_cpu_cache_info[cpu].cache_leaves); | 309 | all_cpu_cache_info[cpu].cache_leaves = NULL; |
310 | all_cpu_cache_info[cpu].cache_leaves = NULL; | ||
311 | } | ||
312 | all_cpu_cache_info[cpu].num_cache_leaves = 0; | 310 | all_cpu_cache_info[cpu].num_cache_leaves = 0; |
313 | memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); | 311 | memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); |
314 | |||
315 | return; | 312 | return; |
316 | } | 313 | } |
317 | 314 | ||
@@ -429,7 +426,7 @@ static int __cpuinit cache_remove_dev(struct sys_device * sys_dev) | |||
429 | * When a cpu is hot-plugged, do a check and initiate | 426 | * When a cpu is hot-plugged, do a check and initiate |
430 | * cache kobject if necessary | 427 | * cache kobject if necessary |
431 | */ | 428 | */ |
432 | static int __cpuinit cache_cpu_callback(struct notifier_block *nfb, | 429 | static int cache_cpu_callback(struct notifier_block *nfb, |
433 | unsigned long action, void *hcpu) | 430 | unsigned long action, void *hcpu) |
434 | { | 431 | { |
435 | unsigned int cpu = (unsigned long)hcpu; | 432 | unsigned int cpu = (unsigned long)hcpu; |
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index 9ba32b2d96d0..ab829a22f8a4 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
32 | #include <asm/hw_irq.h> | 32 | #include <asm/hw_irq.h> |
33 | 33 | ||
34 | |||
35 | /* | 34 | /* |
36 | * Low-level SAL-based PCI configuration access functions. Note that SAL | 35 | * Low-level SAL-based PCI configuration access functions. Note that SAL |
37 | * calls are already serialized (via sal_lock), so we don't need another | 36 | * calls are already serialized (via sal_lock), so we don't need another |
@@ -707,7 +706,7 @@ int ia64_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size) | |||
707 | * | 706 | * |
708 | * Simply writes @size bytes of @val to @port. | 707 | * Simply writes @size bytes of @val to @port. |
709 | */ | 708 | */ |
710 | int ia64_pci_legacy_write(struct pci_dev *bus, u16 port, u32 val, u8 size) | 709 | int ia64_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size) |
711 | { | 710 | { |
712 | int ret = size; | 711 | int ret = size; |
713 | 712 | ||
diff --git a/arch/ia64/sn/kernel/sn2/sn_hwperf.c b/arch/ia64/sn/kernel/sn2/sn_hwperf.c index d917afa30b27..739c948dc504 100644 --- a/arch/ia64/sn/kernel/sn2/sn_hwperf.c +++ b/arch/ia64/sn/kernel/sn2/sn_hwperf.c | |||
@@ -284,6 +284,8 @@ static int sn_hwperf_get_nearest_node_objdata(struct sn_hwperf_object_info *objb | |||
284 | /* find nearest node with cpus and nearest memory */ | 284 | /* find nearest node with cpus and nearest memory */ |
285 | for (router=NULL, j=0; j < op->ports; j++) { | 285 | for (router=NULL, j=0; j < op->ports; j++) { |
286 | dest = sn_hwperf_findobj_id(objbuf, nobj, ptdata[j].conn_id); | 286 | dest = sn_hwperf_findobj_id(objbuf, nobj, ptdata[j].conn_id); |
287 | if (dest && SN_HWPERF_IS_ROUTER(dest)) | ||
288 | router = dest; | ||
287 | if (!dest || SN_HWPERF_FOREIGN(dest) || | 289 | if (!dest || SN_HWPERF_FOREIGN(dest) || |
288 | !SN_HWPERF_IS_NODE(dest) || SN_HWPERF_IS_IONODE(dest)) { | 290 | !SN_HWPERF_IS_NODE(dest) || SN_HWPERF_IS_IONODE(dest)) { |
289 | continue; | 291 | continue; |
@@ -299,8 +301,6 @@ static int sn_hwperf_get_nearest_node_objdata(struct sn_hwperf_object_info *objb | |||
299 | *near_mem_node = c; | 301 | *near_mem_node = c; |
300 | found_mem++; | 302 | found_mem++; |
301 | } | 303 | } |
302 | if (SN_HWPERF_IS_ROUTER(dest)) | ||
303 | router = dest; | ||
304 | } | 304 | } |
305 | 305 | ||
306 | if (router && (!found_cpu || !found_mem)) { | 306 | if (router && (!found_cpu || !found_mem)) { |
@@ -493,7 +493,7 @@ static int sn_topology_show(struct seq_file *s, void *d) | |||
493 | * numalink ports | 493 | * numalink ports |
494 | */ | 494 | */ |
495 | sz = obj->ports * sizeof(struct sn_hwperf_port_info); | 495 | sz = obj->ports * sizeof(struct sn_hwperf_port_info); |
496 | if ((ptdata = vmalloc(sz)) == NULL) | 496 | if ((ptdata = kmalloc(sz, GFP_KERNEL)) == NULL) |
497 | return -ENOMEM; | 497 | return -ENOMEM; |
498 | e = ia64_sn_hwperf_op(sn_hwperf_master_nasid, | 498 | e = ia64_sn_hwperf_op(sn_hwperf_master_nasid, |
499 | SN_HWPERF_ENUM_PORTS, obj->id, sz, | 499 | SN_HWPERF_ENUM_PORTS, obj->id, sz, |
@@ -541,7 +541,7 @@ static int sn_topology_show(struct seq_file *s, void *d) | |||
541 | (SN_HWPERF_IS_NL3ROUTER(obj) || | 541 | (SN_HWPERF_IS_NL3ROUTER(obj) || |
542 | SN_HWPERF_IS_NL3ROUTER(p)) ? "LLP3" : "LLP4"); | 542 | SN_HWPERF_IS_NL3ROUTER(p)) ? "LLP3" : "LLP4"); |
543 | } | 543 | } |
544 | vfree(ptdata); | 544 | kfree(ptdata); |
545 | } | 545 | } |
546 | 546 | ||
547 | return 0; | 547 | return 0; |
diff --git a/arch/ia64/sn/kernel/xpc_partition.c b/arch/ia64/sn/kernel/xpc_partition.c index 94211429fd0c..2a89cfce4954 100644 --- a/arch/ia64/sn/kernel/xpc_partition.c +++ b/arch/ia64/sn/kernel/xpc_partition.c | |||
@@ -136,9 +136,7 @@ xpc_get_rsvd_page_pa(int nasid) | |||
136 | } | 136 | } |
137 | 137 | ||
138 | if (L1_CACHE_ALIGN(len) > buf_len) { | 138 | if (L1_CACHE_ALIGN(len) > buf_len) { |
139 | if (buf_base != NULL) { | 139 | kfree(buf_base); |
140 | kfree(buf_base); | ||
141 | } | ||
142 | buf_len = L1_CACHE_ALIGN(len); | 140 | buf_len = L1_CACHE_ALIGN(len); |
143 | buf = (u64) xpc_kmalloc_cacheline_aligned(buf_len, | 141 | buf = (u64) xpc_kmalloc_cacheline_aligned(buf_len, |
144 | GFP_KERNEL, &buf_base); | 142 | GFP_KERNEL, &buf_base); |
@@ -159,9 +157,7 @@ xpc_get_rsvd_page_pa(int nasid) | |||
159 | } | 157 | } |
160 | } | 158 | } |
161 | 159 | ||
162 | if (buf_base != NULL) { | 160 | kfree(buf_base); |
163 | kfree(buf_base); | ||
164 | } | ||
165 | 161 | ||
166 | if (status != SALRET_OK) { | 162 | if (status != SALRET_OK) { |
167 | rp_pa = 0; | 163 | rp_pa = 0; |
diff --git a/arch/ia64/sn/pci/tioce_provider.c b/arch/ia64/sn/pci/tioce_provider.c index fa073cc4b565..833295624e5d 100644 --- a/arch/ia64/sn/pci/tioce_provider.c +++ b/arch/ia64/sn/pci/tioce_provider.c | |||
@@ -682,9 +682,6 @@ tioce_reserve_m32(struct tioce_kernel *ce_kern, u64 base, u64 limit) | |||
682 | int ate_index, last_ate, ps; | 682 | int ate_index, last_ate, ps; |
683 | struct tioce *ce_mmr; | 683 | struct tioce *ce_mmr; |
684 | 684 | ||
685 | if (!TIOCE_M32_ADDR(base)) | ||
686 | return; | ||
687 | |||
688 | ce_mmr = (struct tioce *)ce_kern->ce_common->ce_pcibus.bs_base; | 685 | ce_mmr = (struct tioce *)ce_kern->ce_common->ce_pcibus.bs_base; |
689 | ps = ce_kern->ce_ate3240_pagesize; | 686 | ps = ce_kern->ce_ate3240_pagesize; |
690 | ate_index = ATE_PAGE(base, ps); | 687 | ate_index = ATE_PAGE(base, ps); |
@@ -693,6 +690,9 @@ tioce_reserve_m32(struct tioce_kernel *ce_kern, u64 base, u64 limit) | |||
693 | if (ate_index < 64) | 690 | if (ate_index < 64) |
694 | ate_index = 64; | 691 | ate_index = 64; |
695 | 692 | ||
693 | if (last_ate >= TIOCE_NUM_M3240_ATES) | ||
694 | last_ate = TIOCE_NUM_M3240_ATES - 1; | ||
695 | |||
696 | while (ate_index <= last_ate) { | 696 | while (ate_index <= last_ate) { |
697 | u64 ate; | 697 | u64 ate; |
698 | 698 | ||
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 87f0b79c6b15..ee5fbb02b28f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1067,6 +1067,7 @@ choice | |||
1067 | config CPU_MIPS32_R1 | 1067 | config CPU_MIPS32_R1 |
1068 | bool "MIPS32 Release 1" | 1068 | bool "MIPS32 Release 1" |
1069 | depends on SYS_HAS_CPU_MIPS32_R1 | 1069 | depends on SYS_HAS_CPU_MIPS32_R1 |
1070 | select CPU_HAS_LLSC | ||
1070 | select CPU_HAS_PREFETCH | 1071 | select CPU_HAS_PREFETCH |
1071 | select CPU_SUPPORTS_32BIT_KERNEL | 1072 | select CPU_SUPPORTS_32BIT_KERNEL |
1072 | select CPU_SUPPORTS_HIGHMEM | 1073 | select CPU_SUPPORTS_HIGHMEM |
@@ -1084,6 +1085,7 @@ config CPU_MIPS32_R1 | |||
1084 | config CPU_MIPS32_R2 | 1085 | config CPU_MIPS32_R2 |
1085 | bool "MIPS32 Release 2" | 1086 | bool "MIPS32 Release 2" |
1086 | depends on SYS_HAS_CPU_MIPS32_R2 | 1087 | depends on SYS_HAS_CPU_MIPS32_R2 |
1088 | select CPU_HAS_LLSC | ||
1087 | select CPU_HAS_PREFETCH | 1089 | select CPU_HAS_PREFETCH |
1088 | select CPU_SUPPORTS_32BIT_KERNEL | 1090 | select CPU_SUPPORTS_32BIT_KERNEL |
1089 | select CPU_SUPPORTS_HIGHMEM | 1091 | select CPU_SUPPORTS_HIGHMEM |
@@ -1097,6 +1099,7 @@ config CPU_MIPS32_R2 | |||
1097 | config CPU_MIPS64_R1 | 1099 | config CPU_MIPS64_R1 |
1098 | bool "MIPS64 Release 1" | 1100 | bool "MIPS64 Release 1" |
1099 | depends on SYS_HAS_CPU_MIPS64_R1 | 1101 | depends on SYS_HAS_CPU_MIPS64_R1 |
1102 | select CPU_HAS_LLSC | ||
1100 | select CPU_HAS_PREFETCH | 1103 | select CPU_HAS_PREFETCH |
1101 | select CPU_SUPPORTS_32BIT_KERNEL | 1104 | select CPU_SUPPORTS_32BIT_KERNEL |
1102 | select CPU_SUPPORTS_64BIT_KERNEL | 1105 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1115,6 +1118,7 @@ config CPU_MIPS64_R1 | |||
1115 | config CPU_MIPS64_R2 | 1118 | config CPU_MIPS64_R2 |
1116 | bool "MIPS64 Release 2" | 1119 | bool "MIPS64 Release 2" |
1117 | depends on SYS_HAS_CPU_MIPS64_R2 | 1120 | depends on SYS_HAS_CPU_MIPS64_R2 |
1121 | select CPU_HAS_LLSC | ||
1118 | select CPU_HAS_PREFETCH | 1122 | select CPU_HAS_PREFETCH |
1119 | select CPU_SUPPORTS_32BIT_KERNEL | 1123 | select CPU_SUPPORTS_32BIT_KERNEL |
1120 | select CPU_SUPPORTS_64BIT_KERNEL | 1124 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1129,6 +1133,7 @@ config CPU_MIPS64_R2 | |||
1129 | config CPU_R3000 | 1133 | config CPU_R3000 |
1130 | bool "R3000" | 1134 | bool "R3000" |
1131 | depends on SYS_HAS_CPU_R3000 | 1135 | depends on SYS_HAS_CPU_R3000 |
1136 | select CPU_HAS_WB | ||
1132 | select CPU_SUPPORTS_32BIT_KERNEL | 1137 | select CPU_SUPPORTS_32BIT_KERNEL |
1133 | select CPU_SUPPORTS_HIGHMEM | 1138 | select CPU_SUPPORTS_HIGHMEM |
1134 | help | 1139 | help |
@@ -1158,6 +1163,7 @@ config CPU_VR41XX | |||
1158 | config CPU_R4300 | 1163 | config CPU_R4300 |
1159 | bool "R4300" | 1164 | bool "R4300" |
1160 | depends on SYS_HAS_CPU_R4300 | 1165 | depends on SYS_HAS_CPU_R4300 |
1166 | select CPU_HAS_LLSC | ||
1161 | select CPU_SUPPORTS_32BIT_KERNEL | 1167 | select CPU_SUPPORTS_32BIT_KERNEL |
1162 | select CPU_SUPPORTS_64BIT_KERNEL | 1168 | select CPU_SUPPORTS_64BIT_KERNEL |
1163 | help | 1169 | help |
@@ -1166,6 +1172,7 @@ config CPU_R4300 | |||
1166 | config CPU_R4X00 | 1172 | config CPU_R4X00 |
1167 | bool "R4x00" | 1173 | bool "R4x00" |
1168 | depends on SYS_HAS_CPU_R4X00 | 1174 | depends on SYS_HAS_CPU_R4X00 |
1175 | select CPU_HAS_LLSC | ||
1169 | select CPU_SUPPORTS_32BIT_KERNEL | 1176 | select CPU_SUPPORTS_32BIT_KERNEL |
1170 | select CPU_SUPPORTS_64BIT_KERNEL | 1177 | select CPU_SUPPORTS_64BIT_KERNEL |
1171 | help | 1178 | help |
@@ -1175,6 +1182,7 @@ config CPU_R4X00 | |||
1175 | config CPU_TX49XX | 1182 | config CPU_TX49XX |
1176 | bool "R49XX" | 1183 | bool "R49XX" |
1177 | depends on SYS_HAS_CPU_TX49XX | 1184 | depends on SYS_HAS_CPU_TX49XX |
1185 | select CPU_HAS_LLSC | ||
1178 | select CPU_HAS_PREFETCH | 1186 | select CPU_HAS_PREFETCH |
1179 | select CPU_SUPPORTS_32BIT_KERNEL | 1187 | select CPU_SUPPORTS_32BIT_KERNEL |
1180 | select CPU_SUPPORTS_64BIT_KERNEL | 1188 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1182,6 +1190,7 @@ config CPU_TX49XX | |||
1182 | config CPU_R5000 | 1190 | config CPU_R5000 |
1183 | bool "R5000" | 1191 | bool "R5000" |
1184 | depends on SYS_HAS_CPU_R5000 | 1192 | depends on SYS_HAS_CPU_R5000 |
1193 | select CPU_HAS_LLSC | ||
1185 | select CPU_SUPPORTS_32BIT_KERNEL | 1194 | select CPU_SUPPORTS_32BIT_KERNEL |
1186 | select CPU_SUPPORTS_64BIT_KERNEL | 1195 | select CPU_SUPPORTS_64BIT_KERNEL |
1187 | help | 1196 | help |
@@ -1190,12 +1199,14 @@ config CPU_R5000 | |||
1190 | config CPU_R5432 | 1199 | config CPU_R5432 |
1191 | bool "R5432" | 1200 | bool "R5432" |
1192 | depends on SYS_HAS_CPU_R5432 | 1201 | depends on SYS_HAS_CPU_R5432 |
1202 | select CPU_HAS_LLSC | ||
1193 | select CPU_SUPPORTS_32BIT_KERNEL | 1203 | select CPU_SUPPORTS_32BIT_KERNEL |
1194 | select CPU_SUPPORTS_64BIT_KERNEL | 1204 | select CPU_SUPPORTS_64BIT_KERNEL |
1195 | 1205 | ||
1196 | config CPU_R6000 | 1206 | config CPU_R6000 |
1197 | bool "R6000" | 1207 | bool "R6000" |
1198 | depends on EXPERIMENTAL | 1208 | depends on EXPERIMENTAL |
1209 | select CPU_HAS_LLSC | ||
1199 | depends on SYS_HAS_CPU_R6000 | 1210 | depends on SYS_HAS_CPU_R6000 |
1200 | select CPU_SUPPORTS_32BIT_KERNEL | 1211 | select CPU_SUPPORTS_32BIT_KERNEL |
1201 | help | 1212 | help |
@@ -1205,6 +1216,7 @@ config CPU_R6000 | |||
1205 | config CPU_NEVADA | 1216 | config CPU_NEVADA |
1206 | bool "RM52xx" | 1217 | bool "RM52xx" |
1207 | depends on SYS_HAS_CPU_NEVADA | 1218 | depends on SYS_HAS_CPU_NEVADA |
1219 | select CPU_HAS_LLSC | ||
1208 | select CPU_SUPPORTS_32BIT_KERNEL | 1220 | select CPU_SUPPORTS_32BIT_KERNEL |
1209 | select CPU_SUPPORTS_64BIT_KERNEL | 1221 | select CPU_SUPPORTS_64BIT_KERNEL |
1210 | help | 1222 | help |
@@ -1214,6 +1226,7 @@ config CPU_R8000 | |||
1214 | bool "R8000" | 1226 | bool "R8000" |
1215 | depends on EXPERIMENTAL | 1227 | depends on EXPERIMENTAL |
1216 | depends on SYS_HAS_CPU_R8000 | 1228 | depends on SYS_HAS_CPU_R8000 |
1229 | select CPU_HAS_LLSC | ||
1217 | select CPU_HAS_PREFETCH | 1230 | select CPU_HAS_PREFETCH |
1218 | select CPU_SUPPORTS_64BIT_KERNEL | 1231 | select CPU_SUPPORTS_64BIT_KERNEL |
1219 | help | 1232 | help |
@@ -1223,6 +1236,7 @@ config CPU_R8000 | |||
1223 | config CPU_R10000 | 1236 | config CPU_R10000 |
1224 | bool "R10000" | 1237 | bool "R10000" |
1225 | depends on SYS_HAS_CPU_R10000 | 1238 | depends on SYS_HAS_CPU_R10000 |
1239 | select CPU_HAS_LLSC | ||
1226 | select CPU_HAS_PREFETCH | 1240 | select CPU_HAS_PREFETCH |
1227 | select CPU_SUPPORTS_32BIT_KERNEL | 1241 | select CPU_SUPPORTS_32BIT_KERNEL |
1228 | select CPU_SUPPORTS_64BIT_KERNEL | 1242 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1233,6 +1247,7 @@ config CPU_R10000 | |||
1233 | config CPU_RM7000 | 1247 | config CPU_RM7000 |
1234 | bool "RM7000" | 1248 | bool "RM7000" |
1235 | depends on SYS_HAS_CPU_RM7000 | 1249 | depends on SYS_HAS_CPU_RM7000 |
1250 | select CPU_HAS_LLSC | ||
1236 | select CPU_HAS_PREFETCH | 1251 | select CPU_HAS_PREFETCH |
1237 | select CPU_SUPPORTS_32BIT_KERNEL | 1252 | select CPU_SUPPORTS_32BIT_KERNEL |
1238 | select CPU_SUPPORTS_64BIT_KERNEL | 1253 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1241,6 +1256,7 @@ config CPU_RM7000 | |||
1241 | config CPU_RM9000 | 1256 | config CPU_RM9000 |
1242 | bool "RM9000" | 1257 | bool "RM9000" |
1243 | depends on SYS_HAS_CPU_RM9000 | 1258 | depends on SYS_HAS_CPU_RM9000 |
1259 | select CPU_HAS_LLSC | ||
1244 | select CPU_HAS_PREFETCH | 1260 | select CPU_HAS_PREFETCH |
1245 | select CPU_SUPPORTS_32BIT_KERNEL | 1261 | select CPU_SUPPORTS_32BIT_KERNEL |
1246 | select CPU_SUPPORTS_64BIT_KERNEL | 1262 | select CPU_SUPPORTS_64BIT_KERNEL |
@@ -1249,6 +1265,7 @@ config CPU_RM9000 | |||
1249 | config CPU_SB1 | 1265 | config CPU_SB1 |
1250 | bool "SB1" | 1266 | bool "SB1" |
1251 | depends on SYS_HAS_CPU_SB1 | 1267 | depends on SYS_HAS_CPU_SB1 |
1268 | select CPU_HAS_LLSC | ||
1252 | select CPU_SUPPORTS_32BIT_KERNEL | 1269 | select CPU_SUPPORTS_32BIT_KERNEL |
1253 | select CPU_SUPPORTS_64BIT_KERNEL | 1270 | select CPU_SUPPORTS_64BIT_KERNEL |
1254 | select CPU_SUPPORTS_HIGHMEM | 1271 | select CPU_SUPPORTS_HIGHMEM |
@@ -1449,6 +1466,8 @@ choice | |||
1449 | 1466 | ||
1450 | config MIPS_MT_SMTC | 1467 | config MIPS_MT_SMTC |
1451 | bool "SMTC: Use all TCs on all VPEs for SMP" | 1468 | bool "SMTC: Use all TCs on all VPEs for SMP" |
1469 | select CPU_MIPSR2_IRQ_VI | ||
1470 | select CPU_MIPSR2_SRS | ||
1452 | select SMP | 1471 | select SMP |
1453 | 1472 | ||
1454 | config MIPS_MT_SMP | 1473 | config MIPS_MT_SMP |
@@ -1514,38 +1533,15 @@ config 64BIT_PHYS_ADDR | |||
1514 | bool "Support for 64-bit physical address space" | 1533 | bool "Support for 64-bit physical address space" |
1515 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT | 1534 | depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT |
1516 | 1535 | ||
1517 | config CPU_ADVANCED | ||
1518 | bool "Override CPU Options" | ||
1519 | depends on 32BIT | ||
1520 | help | ||
1521 | Saying yes here allows you to select support for various features | ||
1522 | your CPU may or may not have. Most people should say N here. | ||
1523 | |||
1524 | config CPU_HAS_LLSC | 1536 | config CPU_HAS_LLSC |
1525 | bool "ll/sc Instructions available" if CPU_ADVANCED | 1537 | bool |
1526 | default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX | ||
1527 | help | ||
1528 | MIPS R4000 series and later provide the Load Linked (ll) | ||
1529 | and Store Conditional (sc) instructions. More information is | ||
1530 | available at <http://www.go-ecs.com/mips/miptek1.htm>. | ||
1531 | |||
1532 | Say Y here if your CPU has the ll and sc instructions. Say Y here | ||
1533 | for better performance, N if you don't know. You must say Y here | ||
1534 | for multiprocessor machines. | ||
1535 | 1538 | ||
1536 | config CPU_HAS_WB | 1539 | config CPU_HAS_WB |
1537 | bool "Writeback Buffer available" if CPU_ADVANCED | 1540 | bool |
1538 | default y if !CPU_ADVANCED && CPU_R3000 && MACH_DECSTATION | ||
1539 | help | ||
1540 | Say N here for slightly better performance. You must say Y here for | ||
1541 | machines which require flushing of write buffers in software. Saying | ||
1542 | Y is the safe option; N may result in kernel malfunction and crashes. | ||
1543 | |||
1544 | menu "MIPSR2 Interrupt handling" | ||
1545 | depends on CPU_MIPSR2 && CPU_ADVANCED | ||
1546 | 1541 | ||
1547 | config CPU_MIPSR2_IRQ_VI | 1542 | config CPU_MIPSR2_IRQ_VI |
1548 | bool "Vectored interrupt mode" | 1543 | bool "Vectored interrupt mode" |
1544 | depends on CPU_MIPSR2 | ||
1549 | help | 1545 | help |
1550 | Vectored interrupt mode allowing faster dispatching of interrupts. | 1546 | Vectored interrupt mode allowing faster dispatching of interrupts. |
1551 | The board support code needs to be written to take advantage of this | 1547 | The board support code needs to be written to take advantage of this |
@@ -1555,6 +1551,7 @@ config CPU_MIPSR2_IRQ_VI | |||
1555 | 1551 | ||
1556 | config CPU_MIPSR2_IRQ_EI | 1552 | config CPU_MIPSR2_IRQ_EI |
1557 | bool "External interrupt controller mode" | 1553 | bool "External interrupt controller mode" |
1554 | depends on CPU_MIPSR2 | ||
1558 | help | 1555 | help |
1559 | Extended interrupt mode takes advantage of an external interrupt | 1556 | Extended interrupt mode takes advantage of an external interrupt |
1560 | controller to allow fast dispatching from many possible interrupt | 1557 | controller to allow fast dispatching from many possible interrupt |
@@ -1568,7 +1565,6 @@ config CPU_MIPSR2_SRS | |||
1568 | Allow the kernel to use shadow register sets for fast interrupts. | 1565 | Allow the kernel to use shadow register sets for fast interrupts. |
1569 | Interrupt handlers must be specially written to use shadow sets. | 1566 | Interrupt handlers must be specially written to use shadow sets. |
1570 | Say N unless you know that shadow register set upport is needed. | 1567 | Say N unless you know that shadow register set upport is needed. |
1571 | endmenu | ||
1572 | 1568 | ||
1573 | config CPU_HAS_SYNC | 1569 | config CPU_HAS_SYNC |
1574 | bool | 1570 | bool |
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index d3c5cc3b9c9d..515f9e611307 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
@@ -6,7 +6,13 @@ config CROSSCOMPILE | |||
6 | bool "Are you using a crosscompiler" | 6 | bool "Are you using a crosscompiler" |
7 | help | 7 | help |
8 | Say Y here if you are compiling the kernel on a different | 8 | Say Y here if you are compiling the kernel on a different |
9 | architecture than the one it is intended to run on. | 9 | architecture than the one it is intended to run on. This is just a |
10 | convenience option which will select the appropriate value for | ||
11 | the CROSS_COMPILE make variable which otherwise has to be passed on | ||
12 | the command line from mips-linux-, mipsel-linux-, mips64-linux- and | ||
13 | mips64el-linux- as appropriate for a particular kernel configuration. | ||
14 | You will have to pass the value for CROSS_COMPILE manually if the | ||
15 | name prefix for your tools is different. | ||
10 | 16 | ||
11 | config CMDLINE | 17 | config CMDLINE |
12 | string "Default kernel command string" | 18 | string "Default kernel command string" |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 69b9c1b8fafc..133900aca992 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -615,7 +615,10 @@ LDFLAGS += -m $(ld-emul) | |||
615 | ifdef CONFIG_MIPS | 615 | ifdef CONFIG_MIPS |
616 | CHECKFLAGS += $(shell $(CC) $(CFLAGS) -dM -E -xc /dev/null | \ | 616 | CHECKFLAGS += $(shell $(CC) $(CFLAGS) -dM -E -xc /dev/null | \ |
617 | egrep -vw '__GNUC_(MAJOR|MINOR|PATCHLEVEL)__' | \ | 617 | egrep -vw '__GNUC_(MAJOR|MINOR|PATCHLEVEL)__' | \ |
618 | sed -e 's/^\#define /-D/' -e 's/ /="/' -e 's/$$/"/') | 618 | sed -e 's/^\#define /-D/' -e "s/ /='/" -e "s/$$/'/") |
619 | ifdef CONFIG_64BIT | ||
620 | CHECKFLAGS += -m64 | ||
621 | endif | ||
619 | endif | 622 | endif |
620 | 623 | ||
621 | OBJCOPYFLAGS += --remove-section=.reginfo | 624 | OBJCOPYFLAGS += --remove-section=.reginfo |
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index 9e1ae953e966..4b080bcb258f 100644 --- a/arch/mips/configs/atlas_defconfig +++ b/arch/mips/configs/atlas_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:52 2006 | 4 | # Mon Apr 24 14:50:55 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_ATLAS=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -127,11 +129,11 @@ CONFIG_RM7000_CPU_SCACHE=y | |||
127 | CONFIG_CPU_HAS_PREFETCH=y | 129 | CONFIG_CPU_HAS_PREFETCH=y |
128 | # CONFIG_MIPS_MT is not set | 130 | # CONFIG_MIPS_MT is not set |
129 | # CONFIG_64BIT_PHYS_ADDR is not set | 131 | # CONFIG_64BIT_PHYS_ADDR is not set |
130 | # CONFIG_CPU_ADVANCED is not set | ||
131 | CONFIG_CPU_HAS_LLSC=y | 132 | CONFIG_CPU_HAS_LLSC=y |
132 | CONFIG_CPU_HAS_SYNC=y | 133 | CONFIG_CPU_HAS_SYNC=y |
133 | CONFIG_GENERIC_HARDIRQS=y | 134 | CONFIG_GENERIC_HARDIRQS=y |
134 | CONFIG_GENERIC_IRQ_PROBE=y | 135 | CONFIG_GENERIC_IRQ_PROBE=y |
136 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
135 | CONFIG_ARCH_FLATMEM_ENABLE=y | 137 | CONFIG_ARCH_FLATMEM_ENABLE=y |
136 | CONFIG_SELECT_MEMORY_MODEL=y | 138 | CONFIG_SELECT_MEMORY_MODEL=y |
137 | CONFIG_FLATMEM_MANUAL=y | 139 | CONFIG_FLATMEM_MANUAL=y |
@@ -149,7 +151,6 @@ CONFIG_PREEMPT_NONE=y | |||
149 | # Code maturity level options | 151 | # Code maturity level options |
150 | # | 152 | # |
151 | CONFIG_EXPERIMENTAL=y | 153 | CONFIG_EXPERIMENTAL=y |
152 | CONFIG_CLEAN_COMPILE=y | ||
153 | CONFIG_BROKEN_ON_SMP=y | 154 | CONFIG_BROKEN_ON_SMP=y |
154 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 155 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
155 | 156 | ||
@@ -165,6 +166,7 @@ CONFIG_SYSVIPC=y | |||
165 | CONFIG_SYSCTL=y | 166 | CONFIG_SYSCTL=y |
166 | # CONFIG_AUDIT is not set | 167 | # CONFIG_AUDIT is not set |
167 | # CONFIG_IKCONFIG is not set | 168 | # CONFIG_IKCONFIG is not set |
169 | CONFIG_RELAY=y | ||
168 | CONFIG_INITRAMFS_SOURCE="" | 170 | CONFIG_INITRAMFS_SOURCE="" |
169 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 171 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
170 | CONFIG_EMBEDDED=y | 172 | CONFIG_EMBEDDED=y |
@@ -178,10 +180,6 @@ CONFIG_BASE_FULL=y | |||
178 | CONFIG_FUTEX=y | 180 | CONFIG_FUTEX=y |
179 | CONFIG_EPOLL=y | 181 | CONFIG_EPOLL=y |
180 | CONFIG_SHMEM=y | 182 | CONFIG_SHMEM=y |
181 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
182 | CONFIG_CC_ALIGN_LABELS=0 | ||
183 | CONFIG_CC_ALIGN_LOOPS=0 | ||
184 | CONFIG_CC_ALIGN_JUMPS=0 | ||
185 | CONFIG_SLAB=y | 183 | CONFIG_SLAB=y |
186 | # CONFIG_TINY_SHMEM is not set | 184 | # CONFIG_TINY_SHMEM is not set |
187 | CONFIG_BASE_SMALL=0 | 185 | CONFIG_BASE_SMALL=0 |
@@ -193,7 +191,6 @@ CONFIG_BASE_SMALL=0 | |||
193 | CONFIG_MODULES=y | 191 | CONFIG_MODULES=y |
194 | CONFIG_MODULE_UNLOAD=y | 192 | CONFIG_MODULE_UNLOAD=y |
195 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 193 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
196 | CONFIG_OBSOLETE_MODPARM=y | ||
197 | CONFIG_MODVERSIONS=y | 194 | CONFIG_MODVERSIONS=y |
198 | CONFIG_MODULE_SRCVERSION_ALL=y | 195 | CONFIG_MODULE_SRCVERSION_ALL=y |
199 | CONFIG_KMOD=y | 196 | CONFIG_KMOD=y |
@@ -202,6 +199,8 @@ CONFIG_KMOD=y | |||
202 | # Block layer | 199 | # Block layer |
203 | # | 200 | # |
204 | # CONFIG_LBD is not set | 201 | # CONFIG_LBD is not set |
202 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
203 | # CONFIG_LSF is not set | ||
205 | 204 | ||
206 | # | 205 | # |
207 | # IO Schedulers | 206 | # IO Schedulers |
@@ -221,7 +220,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
221 | # | 220 | # |
222 | CONFIG_HW_HAS_PCI=y | 221 | CONFIG_HW_HAS_PCI=y |
223 | CONFIG_PCI=y | 222 | CONFIG_PCI=y |
224 | CONFIG_PCI_LEGACY_PROC=y | ||
225 | CONFIG_MMU=y | 223 | CONFIG_MMU=y |
226 | 224 | ||
227 | # | 225 | # |
@@ -249,6 +247,7 @@ CONFIG_NET=y | |||
249 | # | 247 | # |
250 | # Networking options | 248 | # Networking options |
251 | # | 249 | # |
250 | # CONFIG_NETDEBUG is not set | ||
252 | CONFIG_PACKET=y | 251 | CONFIG_PACKET=y |
253 | CONFIG_PACKET_MMAP=y | 252 | CONFIG_PACKET_MMAP=y |
254 | CONFIG_UNIX=y | 253 | CONFIG_UNIX=y |
@@ -281,6 +280,7 @@ CONFIG_SYN_COOKIES=y | |||
281 | CONFIG_INET_AH=m | 280 | CONFIG_INET_AH=m |
282 | CONFIG_INET_ESP=m | 281 | CONFIG_INET_ESP=m |
283 | CONFIG_INET_IPCOMP=m | 282 | CONFIG_INET_IPCOMP=m |
283 | CONFIG_INET_XFRM_TUNNEL=m | ||
284 | CONFIG_INET_TUNNEL=m | 284 | CONFIG_INET_TUNNEL=m |
285 | CONFIG_INET_DIAG=y | 285 | CONFIG_INET_DIAG=y |
286 | CONFIG_INET_TCP_DIAG=y | 286 | CONFIG_INET_TCP_DIAG=y |
@@ -322,9 +322,12 @@ CONFIG_IP_VS_NQ=m | |||
322 | CONFIG_IP_VS_FTP=m | 322 | CONFIG_IP_VS_FTP=m |
323 | CONFIG_IPV6=m | 323 | CONFIG_IPV6=m |
324 | CONFIG_IPV6_PRIVACY=y | 324 | CONFIG_IPV6_PRIVACY=y |
325 | CONFIG_IPV6_ROUTER_PREF=y | ||
326 | CONFIG_IPV6_ROUTE_INFO=y | ||
325 | CONFIG_INET6_AH=m | 327 | CONFIG_INET6_AH=m |
326 | CONFIG_INET6_ESP=m | 328 | CONFIG_INET6_ESP=m |
327 | CONFIG_INET6_IPCOMP=m | 329 | CONFIG_INET6_IPCOMP=m |
330 | CONFIG_INET6_XFRM_TUNNEL=m | ||
328 | CONFIG_INET6_TUNNEL=m | 331 | CONFIG_INET6_TUNNEL=m |
329 | CONFIG_IPV6_TUNNEL=m | 332 | CONFIG_IPV6_TUNNEL=m |
330 | CONFIG_NETFILTER=y | 333 | CONFIG_NETFILTER=y |
@@ -348,11 +351,14 @@ CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | |||
348 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 351 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
349 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 352 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
350 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 353 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
354 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
351 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | 355 | CONFIG_NETFILTER_XT_MATCH_HELPER=m |
352 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 356 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
353 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 357 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
354 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 358 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
355 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 359 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
360 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
361 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
356 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m | 362 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m |
357 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 363 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
358 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 364 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
@@ -376,20 +382,19 @@ CONFIG_IP_NF_IRC=m | |||
376 | CONFIG_IP_NF_TFTP=m | 382 | CONFIG_IP_NF_TFTP=m |
377 | CONFIG_IP_NF_AMANDA=m | 383 | CONFIG_IP_NF_AMANDA=m |
378 | CONFIG_IP_NF_PPTP=m | 384 | CONFIG_IP_NF_PPTP=m |
385 | CONFIG_IP_NF_H323=m | ||
379 | CONFIG_IP_NF_QUEUE=m | 386 | CONFIG_IP_NF_QUEUE=m |
380 | CONFIG_IP_NF_IPTABLES=m | 387 | CONFIG_IP_NF_IPTABLES=m |
381 | CONFIG_IP_NF_MATCH_IPRANGE=m | 388 | CONFIG_IP_NF_MATCH_IPRANGE=m |
382 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
383 | CONFIG_IP_NF_MATCH_TOS=m | 389 | CONFIG_IP_NF_MATCH_TOS=m |
384 | CONFIG_IP_NF_MATCH_RECENT=m | 390 | CONFIG_IP_NF_MATCH_RECENT=m |
385 | CONFIG_IP_NF_MATCH_ECN=m | 391 | CONFIG_IP_NF_MATCH_ECN=m |
386 | CONFIG_IP_NF_MATCH_DSCP=m | 392 | CONFIG_IP_NF_MATCH_DSCP=m |
387 | CONFIG_IP_NF_MATCH_AH_ESP=m | 393 | CONFIG_IP_NF_MATCH_AH=m |
388 | CONFIG_IP_NF_MATCH_TTL=m | 394 | CONFIG_IP_NF_MATCH_TTL=m |
389 | CONFIG_IP_NF_MATCH_OWNER=m | 395 | CONFIG_IP_NF_MATCH_OWNER=m |
390 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 396 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
391 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 397 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
392 | CONFIG_IP_NF_MATCH_POLICY=m | ||
393 | CONFIG_IP_NF_FILTER=m | 398 | CONFIG_IP_NF_FILTER=m |
394 | CONFIG_IP_NF_TARGET_REJECT=m | 399 | CONFIG_IP_NF_TARGET_REJECT=m |
395 | CONFIG_IP_NF_TARGET_LOG=m | 400 | CONFIG_IP_NF_TARGET_LOG=m |
@@ -407,6 +412,7 @@ CONFIG_IP_NF_NAT_FTP=m | |||
407 | CONFIG_IP_NF_NAT_TFTP=m | 412 | CONFIG_IP_NF_NAT_TFTP=m |
408 | CONFIG_IP_NF_NAT_AMANDA=m | 413 | CONFIG_IP_NF_NAT_AMANDA=m |
409 | CONFIG_IP_NF_NAT_PPTP=m | 414 | CONFIG_IP_NF_NAT_PPTP=m |
415 | CONFIG_IP_NF_NAT_H323=m | ||
410 | CONFIG_IP_NF_MANGLE=m | 416 | CONFIG_IP_NF_MANGLE=m |
411 | CONFIG_IP_NF_TARGET_TOS=m | 417 | CONFIG_IP_NF_TARGET_TOS=m |
412 | CONFIG_IP_NF_TARGET_ECN=m | 418 | CONFIG_IP_NF_TARGET_ECN=m |
@@ -427,12 +433,10 @@ CONFIG_IP6_NF_MATCH_RT=m | |||
427 | CONFIG_IP6_NF_MATCH_OPTS=m | 433 | CONFIG_IP6_NF_MATCH_OPTS=m |
428 | CONFIG_IP6_NF_MATCH_FRAG=m | 434 | CONFIG_IP6_NF_MATCH_FRAG=m |
429 | CONFIG_IP6_NF_MATCH_HL=m | 435 | CONFIG_IP6_NF_MATCH_HL=m |
430 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
431 | CONFIG_IP6_NF_MATCH_OWNER=m | 436 | CONFIG_IP6_NF_MATCH_OWNER=m |
432 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 437 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
433 | CONFIG_IP6_NF_MATCH_AHESP=m | 438 | CONFIG_IP6_NF_MATCH_AH=m |
434 | CONFIG_IP6_NF_MATCH_EUI64=m | 439 | CONFIG_IP6_NF_MATCH_EUI64=m |
435 | CONFIG_IP6_NF_MATCH_POLICY=m | ||
436 | CONFIG_IP6_NF_FILTER=m | 440 | CONFIG_IP6_NF_FILTER=m |
437 | CONFIG_IP6_NF_TARGET_LOG=m | 441 | CONFIG_IP6_NF_TARGET_LOG=m |
438 | CONFIG_IP6_NF_TARGET_REJECT=m | 442 | CONFIG_IP6_NF_TARGET_REJECT=m |
@@ -478,6 +482,11 @@ CONFIG_IP_SCTP=m | |||
478 | # CONFIG_SCTP_HMAC_NONE is not set | 482 | # CONFIG_SCTP_HMAC_NONE is not set |
479 | # CONFIG_SCTP_HMAC_SHA1 is not set | 483 | # CONFIG_SCTP_HMAC_SHA1 is not set |
480 | CONFIG_SCTP_HMAC_MD5=y | 484 | CONFIG_SCTP_HMAC_MD5=y |
485 | |||
486 | # | ||
487 | # TIPC Configuration (EXPERIMENTAL) | ||
488 | # | ||
489 | # CONFIG_TIPC is not set | ||
481 | # CONFIG_ATM is not set | 490 | # CONFIG_ATM is not set |
482 | CONFIG_BRIDGE=m | 491 | CONFIG_BRIDGE=m |
483 | CONFIG_VLAN_8021Q=m | 492 | CONFIG_VLAN_8021Q=m |
@@ -492,11 +501,6 @@ CONFIG_IPDDP_ENCAP=y | |||
492 | CONFIG_IPDDP_DECAP=y | 501 | CONFIG_IPDDP_DECAP=y |
493 | # CONFIG_X25 is not set | 502 | # CONFIG_X25 is not set |
494 | # CONFIG_LAPB is not set | 503 | # CONFIG_LAPB is not set |
495 | |||
496 | # | ||
497 | # TIPC Configuration (EXPERIMENTAL) | ||
498 | # | ||
499 | # CONFIG_TIPC is not set | ||
500 | CONFIG_NET_DIVERT=y | 504 | CONFIG_NET_DIVERT=y |
501 | # CONFIG_ECONET is not set | 505 | # CONFIG_ECONET is not set |
502 | # CONFIG_WAN_ROUTER is not set | 506 | # CONFIG_WAN_ROUTER is not set |
@@ -556,6 +560,9 @@ CONFIG_IEEE80211=m | |||
556 | # CONFIG_IEEE80211_DEBUG is not set | 560 | # CONFIG_IEEE80211_DEBUG is not set |
557 | CONFIG_IEEE80211_CRYPT_WEP=m | 561 | CONFIG_IEEE80211_CRYPT_WEP=m |
558 | CONFIG_IEEE80211_CRYPT_CCMP=m | 562 | CONFIG_IEEE80211_CRYPT_CCMP=m |
563 | CONFIG_IEEE80211_SOFTMAC=m | ||
564 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
565 | CONFIG_WIRELESS_EXT=y | ||
559 | 566 | ||
560 | # | 567 | # |
561 | # Device Drivers | 568 | # Device Drivers |
@@ -694,9 +701,8 @@ CONFIG_SCSI_SYM53C8XX_2=y | |||
694 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 | 701 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 |
695 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | 702 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 |
696 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | 703 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 |
697 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | 704 | CONFIG_SCSI_SYM53C8XX_MMIO=y |
698 | # CONFIG_SCSI_IPR is not set | 705 | # CONFIG_SCSI_IPR is not set |
699 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
700 | # CONFIG_SCSI_QLOGIC_1280 is not set | 706 | # CONFIG_SCSI_QLOGIC_1280 is not set |
701 | # CONFIG_SCSI_QLA_FC is not set | 707 | # CONFIG_SCSI_QLA_FC is not set |
702 | # CONFIG_SCSI_LPFC is not set | 708 | # CONFIG_SCSI_LPFC is not set |
@@ -715,6 +721,7 @@ CONFIG_MD_RAID0=m | |||
715 | CONFIG_MD_RAID1=m | 721 | CONFIG_MD_RAID1=m |
716 | CONFIG_MD_RAID10=m | 722 | CONFIG_MD_RAID10=m |
717 | CONFIG_MD_RAID5=m | 723 | CONFIG_MD_RAID5=m |
724 | CONFIG_MD_RAID5_RESHAPE=y | ||
718 | CONFIG_MD_RAID6=m | 725 | CONFIG_MD_RAID6=m |
719 | CONFIG_MD_MULTIPATH=m | 726 | CONFIG_MD_MULTIPATH=m |
720 | CONFIG_MD_FAULTY=m | 727 | CONFIG_MD_FAULTY=m |
@@ -921,6 +928,7 @@ CONFIG_HW_CONSOLE=y | |||
921 | # | 928 | # |
922 | CONFIG_SERIAL_8250=y | 929 | CONFIG_SERIAL_8250=y |
923 | CONFIG_SERIAL_8250_CONSOLE=y | 930 | CONFIG_SERIAL_8250_CONSOLE=y |
931 | CONFIG_SERIAL_8250_PCI=m | ||
924 | CONFIG_SERIAL_8250_NR_UARTS=4 | 932 | CONFIG_SERIAL_8250_NR_UARTS=4 |
925 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 933 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
926 | # CONFIG_SERIAL_8250_EXTENDED is not set | 934 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -930,6 +938,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
930 | # | 938 | # |
931 | CONFIG_SERIAL_CORE=y | 939 | CONFIG_SERIAL_CORE=y |
932 | CONFIG_SERIAL_CORE_CONSOLE=y | 940 | CONFIG_SERIAL_CORE_CONSOLE=y |
941 | # CONFIG_SERIAL_JSM is not set | ||
933 | CONFIG_UNIX98_PTYS=y | 942 | CONFIG_UNIX98_PTYS=y |
934 | CONFIG_LEGACY_PTYS=y | 943 | CONFIG_LEGACY_PTYS=y |
935 | CONFIG_LEGACY_PTY_COUNT=256 | 944 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -988,10 +997,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
988 | # | 997 | # |
989 | 998 | ||
990 | # | 999 | # |
991 | # Multimedia Capabilities Port drivers | ||
992 | # | ||
993 | |||
994 | # | ||
995 | # Multimedia devices | 1000 | # Multimedia devices |
996 | # | 1001 | # |
997 | # CONFIG_VIDEO_DEV is not set | 1002 | # CONFIG_VIDEO_DEV is not set |
@@ -1022,6 +1027,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
1022 | # | 1027 | # |
1023 | CONFIG_USB_ARCH_HAS_HCD=y | 1028 | CONFIG_USB_ARCH_HAS_HCD=y |
1024 | CONFIG_USB_ARCH_HAS_OHCI=y | 1029 | CONFIG_USB_ARCH_HAS_OHCI=y |
1030 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1025 | # CONFIG_USB is not set | 1031 | # CONFIG_USB is not set |
1026 | 1032 | ||
1027 | # | 1033 | # |
@@ -1039,13 +1045,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
1039 | # CONFIG_MMC is not set | 1045 | # CONFIG_MMC is not set |
1040 | 1046 | ||
1041 | # | 1047 | # |
1048 | # LED devices | ||
1049 | # | ||
1050 | # CONFIG_NEW_LEDS is not set | ||
1051 | |||
1052 | # | ||
1053 | # LED drivers | ||
1054 | # | ||
1055 | |||
1056 | # | ||
1057 | # LED Triggers | ||
1058 | # | ||
1059 | |||
1060 | # | ||
1042 | # InfiniBand support | 1061 | # InfiniBand support |
1043 | # | 1062 | # |
1044 | # CONFIG_INFINIBAND is not set | 1063 | # CONFIG_INFINIBAND is not set |
1045 | 1064 | ||
1046 | # | 1065 | # |
1047 | # SN Devices | 1066 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1067 | # | ||
1068 | |||
1069 | # | ||
1070 | # Real Time Clock | ||
1048 | # | 1071 | # |
1072 | # CONFIG_RTC_CLASS is not set | ||
1049 | 1073 | ||
1050 | # | 1074 | # |
1051 | # File systems | 1075 | # File systems |
@@ -1120,7 +1144,6 @@ CONFIG_SYSFS=y | |||
1120 | # CONFIG_TMPFS is not set | 1144 | # CONFIG_TMPFS is not set |
1121 | # CONFIG_HUGETLB_PAGE is not set | 1145 | # CONFIG_HUGETLB_PAGE is not set |
1122 | CONFIG_RAMFS=y | 1146 | CONFIG_RAMFS=y |
1123 | CONFIG_RELAYFS_FS=m | ||
1124 | # CONFIG_CONFIGFS_FS is not set | 1147 | # CONFIG_CONFIGFS_FS is not set |
1125 | 1148 | ||
1126 | # | 1149 | # |
@@ -1140,7 +1163,6 @@ CONFIG_VXFS_FS=m | |||
1140 | # CONFIG_QNX4FS_FS is not set | 1163 | # CONFIG_QNX4FS_FS is not set |
1141 | CONFIG_SYSV_FS=m | 1164 | CONFIG_SYSV_FS=m |
1142 | CONFIG_UFS_FS=m | 1165 | CONFIG_UFS_FS=m |
1143 | # CONFIG_UFS_FS_WRITE is not set | ||
1144 | 1166 | ||
1145 | # | 1167 | # |
1146 | # Network File Systems | 1168 | # Network File Systems |
@@ -1232,6 +1254,7 @@ CONFIG_NLS_UTF8=m | |||
1232 | # CONFIG_MAGIC_SYSRQ is not set | 1254 | # CONFIG_MAGIC_SYSRQ is not set |
1233 | # CONFIG_DEBUG_KERNEL is not set | 1255 | # CONFIG_DEBUG_KERNEL is not set |
1234 | CONFIG_LOG_BUF_SHIFT=14 | 1256 | CONFIG_LOG_BUF_SHIFT=14 |
1257 | # CONFIG_DEBUG_FS is not set | ||
1235 | CONFIG_CROSSCOMPILE=y | 1258 | CONFIG_CROSSCOMPILE=y |
1236 | CONFIG_CMDLINE="" | 1259 | CONFIG_CMDLINE="" |
1237 | 1260 | ||
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index 32984100a75e..d85cda58d650 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:53 2006 | 4 | # Mon Apr 24 14:50:55 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -80,6 +80,8 @@ CONFIG_SIBYTE_CFE=y | |||
80 | # CONFIG_SIBYTE_SB1250_PROF is not set | 80 | # CONFIG_SIBYTE_SB1250_PROF is not set |
81 | # CONFIG_SIBYTE_TBPROF is not set | 81 | # CONFIG_SIBYTE_TBPROF is not set |
82 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 82 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
83 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
84 | CONFIG_GENERIC_HWEIGHT=y | ||
83 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 85 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
84 | CONFIG_DMA_COHERENT=y | 86 | CONFIG_DMA_COHERENT=y |
85 | CONFIG_CPU_BIG_ENDIAN=y | 87 | CONFIG_CPU_BIG_ENDIAN=y |
@@ -154,7 +156,6 @@ CONFIG_PREEMPT_NONE=y | |||
154 | # Code maturity level options | 156 | # Code maturity level options |
155 | # | 157 | # |
156 | CONFIG_EXPERIMENTAL=y | 158 | CONFIG_EXPERIMENTAL=y |
157 | CONFIG_CLEAN_COMPILE=y | ||
158 | CONFIG_LOCK_KERNEL=y | 159 | CONFIG_LOCK_KERNEL=y |
159 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 160 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
160 | 161 | ||
@@ -172,6 +173,7 @@ CONFIG_SYSCTL=y | |||
172 | CONFIG_IKCONFIG=y | 173 | CONFIG_IKCONFIG=y |
173 | CONFIG_IKCONFIG_PROC=y | 174 | CONFIG_IKCONFIG_PROC=y |
174 | # CONFIG_CPUSETS is not set | 175 | # CONFIG_CPUSETS is not set |
176 | # CONFIG_RELAY is not set | ||
175 | CONFIG_INITRAMFS_SOURCE="" | 177 | CONFIG_INITRAMFS_SOURCE="" |
176 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 178 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
177 | CONFIG_EMBEDDED=y | 179 | CONFIG_EMBEDDED=y |
@@ -186,10 +188,6 @@ CONFIG_BASE_FULL=y | |||
186 | CONFIG_FUTEX=y | 188 | CONFIG_FUTEX=y |
187 | CONFIG_EPOLL=y | 189 | CONFIG_EPOLL=y |
188 | CONFIG_SHMEM=y | 190 | CONFIG_SHMEM=y |
189 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
190 | CONFIG_CC_ALIGN_LABELS=0 | ||
191 | CONFIG_CC_ALIGN_LOOPS=0 | ||
192 | CONFIG_CC_ALIGN_JUMPS=0 | ||
193 | CONFIG_SLAB=y | 191 | CONFIG_SLAB=y |
194 | # CONFIG_TINY_SHMEM is not set | 192 | # CONFIG_TINY_SHMEM is not set |
195 | CONFIG_BASE_SMALL=0 | 193 | CONFIG_BASE_SMALL=0 |
@@ -201,7 +199,6 @@ CONFIG_BASE_SMALL=0 | |||
201 | CONFIG_MODULES=y | 199 | CONFIG_MODULES=y |
202 | CONFIG_MODULE_UNLOAD=y | 200 | CONFIG_MODULE_UNLOAD=y |
203 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 201 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
204 | CONFIG_OBSOLETE_MODPARM=y | ||
205 | CONFIG_MODVERSIONS=y | 202 | CONFIG_MODVERSIONS=y |
206 | CONFIG_MODULE_SRCVERSION_ALL=y | 203 | CONFIG_MODULE_SRCVERSION_ALL=y |
207 | CONFIG_KMOD=y | 204 | CONFIG_KMOD=y |
@@ -210,6 +207,7 @@ CONFIG_STOP_MACHINE=y | |||
210 | # | 207 | # |
211 | # Block layer | 208 | # Block layer |
212 | # | 209 | # |
210 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
213 | 211 | ||
214 | # | 212 | # |
215 | # IO Schedulers | 213 | # IO Schedulers |
@@ -230,7 +228,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
230 | CONFIG_HW_HAS_PCI=y | 228 | CONFIG_HW_HAS_PCI=y |
231 | CONFIG_PCI=y | 229 | CONFIG_PCI=y |
232 | CONFIG_PCI_DOMAINS=y | 230 | CONFIG_PCI_DOMAINS=y |
233 | CONFIG_PCI_LEGACY_PROC=y | ||
234 | CONFIG_PCI_DEBUG=y | 231 | CONFIG_PCI_DEBUG=y |
235 | CONFIG_MMU=y | 232 | CONFIG_MMU=y |
236 | 233 | ||
@@ -249,6 +246,7 @@ CONFIG_MMU=y | |||
249 | # | 246 | # |
250 | CONFIG_BINFMT_ELF=y | 247 | CONFIG_BINFMT_ELF=y |
251 | # CONFIG_BINFMT_MISC is not set | 248 | # CONFIG_BINFMT_MISC is not set |
249 | CONFIG_BUILD_ELF64=y | ||
252 | CONFIG_MIPS32_COMPAT=y | 250 | CONFIG_MIPS32_COMPAT=y |
253 | CONFIG_COMPAT=y | 251 | CONFIG_COMPAT=y |
254 | CONFIG_MIPS32_O32=y | 252 | CONFIG_MIPS32_O32=y |
@@ -263,6 +261,7 @@ CONFIG_NET=y | |||
263 | # | 261 | # |
264 | # Networking options | 262 | # Networking options |
265 | # | 263 | # |
264 | # CONFIG_NETDEBUG is not set | ||
266 | CONFIG_PACKET=y | 265 | CONFIG_PACKET=y |
267 | CONFIG_PACKET_MMAP=y | 266 | CONFIG_PACKET_MMAP=y |
268 | CONFIG_UNIX=y | 267 | CONFIG_UNIX=y |
@@ -284,12 +283,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
284 | # CONFIG_INET_AH is not set | 283 | # CONFIG_INET_AH is not set |
285 | # CONFIG_INET_ESP is not set | 284 | # CONFIG_INET_ESP is not set |
286 | # CONFIG_INET_IPCOMP is not set | 285 | # CONFIG_INET_IPCOMP is not set |
287 | CONFIG_INET_TUNNEL=m | 286 | # CONFIG_INET_XFRM_TUNNEL is not set |
287 | # CONFIG_INET_TUNNEL is not set | ||
288 | CONFIG_INET_DIAG=y | 288 | CONFIG_INET_DIAG=y |
289 | CONFIG_INET_TCP_DIAG=y | 289 | CONFIG_INET_TCP_DIAG=y |
290 | # CONFIG_TCP_CONG_ADVANCED is not set | 290 | # CONFIG_TCP_CONG_ADVANCED is not set |
291 | CONFIG_TCP_CONG_BIC=y | 291 | CONFIG_TCP_CONG_BIC=y |
292 | # CONFIG_IPV6 is not set | 292 | # CONFIG_IPV6 is not set |
293 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
294 | # CONFIG_INET6_TUNNEL is not set | ||
293 | # CONFIG_NETFILTER is not set | 295 | # CONFIG_NETFILTER is not set |
294 | 296 | ||
295 | # | 297 | # |
@@ -301,6 +303,11 @@ CONFIG_TCP_CONG_BIC=y | |||
301 | # SCTP Configuration (EXPERIMENTAL) | 303 | # SCTP Configuration (EXPERIMENTAL) |
302 | # | 304 | # |
303 | # CONFIG_IP_SCTP is not set | 305 | # CONFIG_IP_SCTP is not set |
306 | |||
307 | # | ||
308 | # TIPC Configuration (EXPERIMENTAL) | ||
309 | # | ||
310 | # CONFIG_TIPC is not set | ||
304 | # CONFIG_ATM is not set | 311 | # CONFIG_ATM is not set |
305 | # CONFIG_BRIDGE is not set | 312 | # CONFIG_BRIDGE is not set |
306 | # CONFIG_VLAN_8021Q is not set | 313 | # CONFIG_VLAN_8021Q is not set |
@@ -310,11 +317,6 @@ CONFIG_TCP_CONG_BIC=y | |||
310 | # CONFIG_ATALK is not set | 317 | # CONFIG_ATALK is not set |
311 | # CONFIG_X25 is not set | 318 | # CONFIG_X25 is not set |
312 | # CONFIG_LAPB is not set | 319 | # CONFIG_LAPB is not set |
313 | |||
314 | # | ||
315 | # TIPC Configuration (EXPERIMENTAL) | ||
316 | # | ||
317 | # CONFIG_TIPC is not set | ||
318 | # CONFIG_NET_DIVERT is not set | 320 | # CONFIG_NET_DIVERT is not set |
319 | # CONFIG_ECONET is not set | 321 | # CONFIG_ECONET is not set |
320 | # CONFIG_WAN_ROUTER is not set | 322 | # CONFIG_WAN_ROUTER is not set |
@@ -377,7 +379,7 @@ CONFIG_BLK_DEV_LOOP=m | |||
377 | CONFIG_BLK_DEV_NBD=m | 379 | CONFIG_BLK_DEV_NBD=m |
378 | # CONFIG_BLK_DEV_SX8 is not set | 380 | # CONFIG_BLK_DEV_SX8 is not set |
379 | # CONFIG_BLK_DEV_RAM is not set | 381 | # CONFIG_BLK_DEV_RAM is not set |
380 | CONFIG_BLK_DEV_RAM_COUNT=16 | 382 | # CONFIG_BLK_DEV_INITRD is not set |
381 | # CONFIG_CDROM_PKTCDVD is not set | 383 | # CONFIG_CDROM_PKTCDVD is not set |
382 | # CONFIG_ATA_OVER_ETH is not set | 384 | # CONFIG_ATA_OVER_ETH is not set |
383 | 385 | ||
@@ -575,6 +577,7 @@ CONFIG_SIBYTE_SB1250_DUART_CONSOLE=y | |||
575 | # | 577 | # |
576 | # Non-8250 serial port support | 578 | # Non-8250 serial port support |
577 | # | 579 | # |
580 | # CONFIG_SERIAL_JSM is not set | ||
578 | CONFIG_UNIX98_PTYS=y | 581 | CONFIG_UNIX98_PTYS=y |
579 | CONFIG_LEGACY_PTYS=y | 582 | CONFIG_LEGACY_PTYS=y |
580 | CONFIG_LEGACY_PTY_COUNT=256 | 583 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -637,7 +640,6 @@ CONFIG_I2C_ALGO_SIBYTE=y | |||
637 | # CONFIG_I2C_PROSAVAGE is not set | 640 | # CONFIG_I2C_PROSAVAGE is not set |
638 | # CONFIG_I2C_SAVAGE4 is not set | 641 | # CONFIG_I2C_SAVAGE4 is not set |
639 | CONFIG_I2C_SIBYTE=y | 642 | CONFIG_I2C_SIBYTE=y |
640 | # CONFIG_SCx200_ACB is not set | ||
641 | # CONFIG_I2C_SIS5595 is not set | 643 | # CONFIG_I2C_SIS5595 is not set |
642 | # CONFIG_I2C_SIS630 is not set | 644 | # CONFIG_I2C_SIS630 is not set |
643 | # CONFIG_I2C_SIS96X is not set | 645 | # CONFIG_I2C_SIS96X is not set |
@@ -656,9 +658,7 @@ CONFIG_SENSORS_EEPROM=y | |||
656 | CONFIG_SENSORS_PCF8574=y | 658 | CONFIG_SENSORS_PCF8574=y |
657 | CONFIG_SENSORS_PCA9539=y | 659 | CONFIG_SENSORS_PCA9539=y |
658 | CONFIG_SENSORS_PCF8591=y | 660 | CONFIG_SENSORS_PCF8591=y |
659 | CONFIG_SENSORS_RTC8564=y | ||
660 | CONFIG_SENSORS_MAX6875=y | 661 | CONFIG_SENSORS_MAX6875=y |
661 | # CONFIG_RTC_X1205_I2C is not set | ||
662 | CONFIG_I2C_DEBUG_CORE=y | 662 | CONFIG_I2C_DEBUG_CORE=y |
663 | CONFIG_I2C_DEBUG_ALGO=y | 663 | CONFIG_I2C_DEBUG_ALGO=y |
664 | CONFIG_I2C_DEBUG_BUS=y | 664 | CONFIG_I2C_DEBUG_BUS=y |
@@ -686,10 +686,6 @@ CONFIG_I2C_DEBUG_CHIP=y | |||
686 | # | 686 | # |
687 | 687 | ||
688 | # | 688 | # |
689 | # Multimedia Capabilities Port drivers | ||
690 | # | ||
691 | |||
692 | # | ||
693 | # Multimedia devices | 689 | # Multimedia devices |
694 | # | 690 | # |
695 | # CONFIG_VIDEO_DEV is not set | 691 | # CONFIG_VIDEO_DEV is not set |
@@ -714,6 +710,7 @@ CONFIG_I2C_DEBUG_CHIP=y | |||
714 | # | 710 | # |
715 | CONFIG_USB_ARCH_HAS_HCD=y | 711 | CONFIG_USB_ARCH_HAS_HCD=y |
716 | CONFIG_USB_ARCH_HAS_OHCI=y | 712 | CONFIG_USB_ARCH_HAS_OHCI=y |
713 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
717 | # CONFIG_USB is not set | 714 | # CONFIG_USB is not set |
718 | 715 | ||
719 | # | 716 | # |
@@ -731,13 +728,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
731 | # CONFIG_MMC is not set | 728 | # CONFIG_MMC is not set |
732 | 729 | ||
733 | # | 730 | # |
731 | # LED devices | ||
732 | # | ||
733 | # CONFIG_NEW_LEDS is not set | ||
734 | |||
735 | # | ||
736 | # LED drivers | ||
737 | # | ||
738 | |||
739 | # | ||
740 | # LED Triggers | ||
741 | # | ||
742 | |||
743 | # | ||
734 | # InfiniBand support | 744 | # InfiniBand support |
735 | # | 745 | # |
736 | # CONFIG_INFINIBAND is not set | 746 | # CONFIG_INFINIBAND is not set |
737 | 747 | ||
738 | # | 748 | # |
739 | # SN Devices | 749 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
750 | # | ||
751 | |||
752 | # | ||
753 | # Real Time Clock | ||
740 | # | 754 | # |
755 | # CONFIG_RTC_CLASS is not set | ||
741 | 756 | ||
742 | # | 757 | # |
743 | # File systems | 758 | # File systems |
@@ -785,7 +800,6 @@ CONFIG_SYSFS=y | |||
785 | # CONFIG_TMPFS is not set | 800 | # CONFIG_TMPFS is not set |
786 | # CONFIG_HUGETLB_PAGE is not set | 801 | # CONFIG_HUGETLB_PAGE is not set |
787 | CONFIG_RAMFS=y | 802 | CONFIG_RAMFS=y |
788 | # CONFIG_RELAYFS_FS is not set | ||
789 | # CONFIG_CONFIGFS_FS is not set | 803 | # CONFIG_CONFIGFS_FS is not set |
790 | 804 | ||
791 | # | 805 | # |
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index 6c2961affbd6..ca0af1683a00 100644 --- a/arch/mips/configs/capcella_defconfig +++ b/arch/mips/configs/capcella_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:54 2006 | 4 | # Tue Apr 25 00:08:06 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -72,6 +72,8 @@ CONFIG_ZAO_CAPCELLA=y | |||
72 | CONFIG_PCI_VR41XX=y | 72 | CONFIG_PCI_VR41XX=y |
73 | # CONFIG_VRC4173 is not set | 73 | # CONFIG_VRC4173 is not set |
74 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 74 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
75 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
76 | CONFIG_GENERIC_HWEIGHT=y | ||
75 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 77 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
76 | CONFIG_DMA_NONCOHERENT=y | 78 | CONFIG_DMA_NONCOHERENT=y |
77 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 79 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -90,7 +92,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
90 | # CONFIG_CPU_MIPS64_R2 is not set | 92 | # CONFIG_CPU_MIPS64_R2 is not set |
91 | # CONFIG_CPU_R3000 is not set | 93 | # CONFIG_CPU_R3000 is not set |
92 | # CONFIG_CPU_TX39XX is not set | 94 | # CONFIG_CPU_TX39XX is not set |
93 | # CONFIG_CPU_VR41XX is not set | 95 | CONFIG_CPU_VR41XX=y |
94 | # CONFIG_CPU_R4300 is not set | 96 | # CONFIG_CPU_R4300 is not set |
95 | # CONFIG_CPU_R4X00 is not set | 97 | # CONFIG_CPU_R4X00 is not set |
96 | # CONFIG_CPU_TX49XX is not set | 98 | # CONFIG_CPU_TX49XX is not set |
@@ -103,18 +105,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
103 | # CONFIG_CPU_RM7000 is not set | 105 | # CONFIG_CPU_RM7000 is not set |
104 | # CONFIG_CPU_RM9000 is not set | 106 | # CONFIG_CPU_RM9000 is not set |
105 | # CONFIG_CPU_SB1 is not set | 107 | # CONFIG_CPU_SB1 is not set |
108 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
109 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
110 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
106 | 112 | ||
107 | # | 113 | # |
108 | # Kernel type | 114 | # Kernel type |
109 | # | 115 | # |
110 | # CONFIG_32BIT is not set | 116 | CONFIG_32BIT=y |
111 | # CONFIG_64BIT is not set | 117 | # CONFIG_64BIT is not set |
112 | CONFIG_PAGE_SIZE_4KB=y | 118 | CONFIG_PAGE_SIZE_4KB=y |
113 | # CONFIG_PAGE_SIZE_8KB is not set | 119 | # CONFIG_PAGE_SIZE_8KB is not set |
114 | # CONFIG_PAGE_SIZE_16KB is not set | 120 | # CONFIG_PAGE_SIZE_16KB is not set |
115 | # CONFIG_PAGE_SIZE_64KB is not set | 121 | # CONFIG_PAGE_SIZE_64KB is not set |
116 | # CONFIG_MIPS_MT is not set | 122 | # CONFIG_MIPS_MT is not set |
117 | CONFIG_CPU_HAS_LLSC=y | ||
118 | CONFIG_CPU_HAS_SYNC=y | 123 | CONFIG_CPU_HAS_SYNC=y |
119 | CONFIG_GENERIC_HARDIRQS=y | 124 | CONFIG_GENERIC_HARDIRQS=y |
120 | CONFIG_GENERIC_IRQ_PROBE=y | 125 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -135,7 +140,6 @@ CONFIG_PREEMPT_NONE=y | |||
135 | # Code maturity level options | 140 | # Code maturity level options |
136 | # | 141 | # |
137 | CONFIG_EXPERIMENTAL=y | 142 | CONFIG_EXPERIMENTAL=y |
138 | CONFIG_CLEAN_COMPILE=y | ||
139 | CONFIG_BROKEN_ON_SMP=y | 143 | CONFIG_BROKEN_ON_SMP=y |
140 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 144 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
141 | 145 | ||
@@ -151,6 +155,7 @@ CONFIG_SYSVIPC=y | |||
151 | CONFIG_SYSCTL=y | 155 | CONFIG_SYSCTL=y |
152 | # CONFIG_AUDIT is not set | 156 | # CONFIG_AUDIT is not set |
153 | # CONFIG_IKCONFIG is not set | 157 | # CONFIG_IKCONFIG is not set |
158 | # CONFIG_RELAY is not set | ||
154 | CONFIG_INITRAMFS_SOURCE="" | 159 | CONFIG_INITRAMFS_SOURCE="" |
155 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 160 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
156 | CONFIG_EMBEDDED=y | 161 | CONFIG_EMBEDDED=y |
@@ -164,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
164 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
165 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
166 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
167 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
168 | CONFIG_CC_ALIGN_LABELS=0 | ||
169 | CONFIG_CC_ALIGN_LOOPS=0 | ||
170 | CONFIG_CC_ALIGN_JUMPS=0 | ||
171 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
172 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
173 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -179,7 +180,6 @@ CONFIG_BASE_SMALL=0 | |||
179 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
180 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
181 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
182 | CONFIG_OBSOLETE_MODPARM=y | ||
183 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
184 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
185 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -187,6 +187,9 @@ CONFIG_KMOD=y | |||
187 | # | 187 | # |
188 | # Block layer | 188 | # Block layer |
189 | # | 189 | # |
190 | # CONFIG_LBD is not set | ||
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
190 | 193 | ||
191 | # | 194 | # |
192 | # IO Schedulers | 195 | # IO Schedulers |
@@ -206,7 +209,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
206 | # | 209 | # |
207 | CONFIG_HW_HAS_PCI=y | 210 | CONFIG_HW_HAS_PCI=y |
208 | CONFIG_PCI=y | 211 | CONFIG_PCI=y |
209 | CONFIG_PCI_LEGACY_PROC=y | ||
210 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
211 | 213 | ||
212 | # | 214 | # |
@@ -224,6 +226,7 @@ CONFIG_MMU=y | |||
224 | # | 226 | # |
225 | CONFIG_BINFMT_ELF=y | 227 | CONFIG_BINFMT_ELF=y |
226 | # CONFIG_BINFMT_MISC is not set | 228 | # CONFIG_BINFMT_MISC is not set |
229 | CONFIG_TRAD_SIGNALS=y | ||
227 | 230 | ||
228 | # | 231 | # |
229 | # Networking | 232 | # Networking |
@@ -233,6 +236,7 @@ CONFIG_NET=y | |||
233 | # | 236 | # |
234 | # Networking options | 237 | # Networking options |
235 | # | 238 | # |
239 | # CONFIG_NETDEBUG is not set | ||
236 | CONFIG_PACKET=y | 240 | CONFIG_PACKET=y |
237 | CONFIG_PACKET_MMAP=y | 241 | CONFIG_PACKET_MMAP=y |
238 | CONFIG_UNIX=y | 242 | CONFIG_UNIX=y |
@@ -255,12 +259,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
255 | # CONFIG_INET_AH is not set | 259 | # CONFIG_INET_AH is not set |
256 | # CONFIG_INET_ESP is not set | 260 | # CONFIG_INET_ESP is not set |
257 | # CONFIG_INET_IPCOMP is not set | 261 | # CONFIG_INET_IPCOMP is not set |
258 | CONFIG_INET_TUNNEL=m | 262 | # CONFIG_INET_XFRM_TUNNEL is not set |
263 | # CONFIG_INET_TUNNEL is not set | ||
259 | CONFIG_INET_DIAG=y | 264 | CONFIG_INET_DIAG=y |
260 | CONFIG_INET_TCP_DIAG=y | 265 | CONFIG_INET_TCP_DIAG=y |
261 | # CONFIG_TCP_CONG_ADVANCED is not set | 266 | # CONFIG_TCP_CONG_ADVANCED is not set |
262 | CONFIG_TCP_CONG_BIC=y | 267 | CONFIG_TCP_CONG_BIC=y |
263 | # CONFIG_IPV6 is not set | 268 | # CONFIG_IPV6 is not set |
269 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET6_TUNNEL is not set | ||
264 | # CONFIG_NETFILTER is not set | 271 | # CONFIG_NETFILTER is not set |
265 | 272 | ||
266 | # | 273 | # |
@@ -272,6 +279,11 @@ CONFIG_TCP_CONG_BIC=y | |||
272 | # SCTP Configuration (EXPERIMENTAL) | 279 | # SCTP Configuration (EXPERIMENTAL) |
273 | # | 280 | # |
274 | # CONFIG_IP_SCTP is not set | 281 | # CONFIG_IP_SCTP is not set |
282 | |||
283 | # | ||
284 | # TIPC Configuration (EXPERIMENTAL) | ||
285 | # | ||
286 | # CONFIG_TIPC is not set | ||
275 | # CONFIG_ATM is not set | 287 | # CONFIG_ATM is not set |
276 | # CONFIG_BRIDGE is not set | 288 | # CONFIG_BRIDGE is not set |
277 | # CONFIG_VLAN_8021Q is not set | 289 | # CONFIG_VLAN_8021Q is not set |
@@ -281,11 +293,6 @@ CONFIG_TCP_CONG_BIC=y | |||
281 | # CONFIG_ATALK is not set | 293 | # CONFIG_ATALK is not set |
282 | # CONFIG_X25 is not set | 294 | # CONFIG_X25 is not set |
283 | # CONFIG_LAPB is not set | 295 | # CONFIG_LAPB is not set |
284 | |||
285 | # | ||
286 | # TIPC Configuration (EXPERIMENTAL) | ||
287 | # | ||
288 | # CONFIG_TIPC is not set | ||
289 | # CONFIG_NET_DIVERT is not set | 296 | # CONFIG_NET_DIVERT is not set |
290 | # CONFIG_ECONET is not set | 297 | # CONFIG_ECONET is not set |
291 | # CONFIG_WAN_ROUTER is not set | 298 | # CONFIG_WAN_ROUTER is not set |
@@ -302,10 +309,7 @@ CONFIG_TCP_CONG_BIC=y | |||
302 | # CONFIG_HAMRADIO is not set | 309 | # CONFIG_HAMRADIO is not set |
303 | # CONFIG_IRDA is not set | 310 | # CONFIG_IRDA is not set |
304 | # CONFIG_BT is not set | 311 | # CONFIG_BT is not set |
305 | CONFIG_IEEE80211=m | 312 | # CONFIG_IEEE80211 is not set |
306 | # CONFIG_IEEE80211_DEBUG is not set | ||
307 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
308 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
309 | 313 | ||
310 | # | 314 | # |
311 | # Device Drivers | 315 | # Device Drivers |
@@ -348,10 +352,12 @@ CONFIG_CONNECTOR=m | |||
348 | # CONFIG_BLK_DEV_LOOP is not set | 352 | # CONFIG_BLK_DEV_LOOP is not set |
349 | # CONFIG_BLK_DEV_NBD is not set | 353 | # CONFIG_BLK_DEV_NBD is not set |
350 | # CONFIG_BLK_DEV_SX8 is not set | 354 | # CONFIG_BLK_DEV_SX8 is not set |
351 | # CONFIG_BLK_DEV_RAM is not set | 355 | CONFIG_BLK_DEV_RAM=y |
352 | CONFIG_BLK_DEV_RAM_COUNT=16 | 356 | CONFIG_BLK_DEV_RAM_COUNT=16 |
357 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
358 | # CONFIG_BLK_DEV_INITRD is not set | ||
353 | # CONFIG_CDROM_PKTCDVD is not set | 359 | # CONFIG_CDROM_PKTCDVD is not set |
354 | CONFIG_ATA_OVER_ETH=m | 360 | # CONFIG_ATA_OVER_ETH is not set |
355 | 361 | ||
356 | # | 362 | # |
357 | # ATA/ATAPI/MFM/RLL support | 363 | # ATA/ATAPI/MFM/RLL support |
@@ -578,6 +584,11 @@ CONFIG_HW_CONSOLE=y | |||
578 | # | 584 | # |
579 | # Non-8250 serial port support | 585 | # Non-8250 serial port support |
580 | # | 586 | # |
587 | CONFIG_SERIAL_CORE=y | ||
588 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
589 | CONFIG_SERIAL_VR41XX=y | ||
590 | CONFIG_SERIAL_VR41XX_CONSOLE=y | ||
591 | # CONFIG_SERIAL_JSM is not set | ||
581 | CONFIG_UNIX98_PTYS=y | 592 | CONFIG_UNIX98_PTYS=y |
582 | CONFIG_LEGACY_PTYS=y | 593 | CONFIG_LEGACY_PTYS=y |
583 | CONFIG_LEGACY_PTY_COUNT=256 | 594 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -601,6 +612,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
601 | # Ftape, the floppy tape device driver | 612 | # Ftape, the floppy tape device driver |
602 | # | 613 | # |
603 | # CONFIG_DRM is not set | 614 | # CONFIG_DRM is not set |
615 | CONFIG_GPIO_VR41XX=y | ||
604 | # CONFIG_RAW_DRIVER is not set | 616 | # CONFIG_RAW_DRIVER is not set |
605 | 617 | ||
606 | # | 618 | # |
@@ -636,10 +648,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
636 | # | 648 | # |
637 | 649 | ||
638 | # | 650 | # |
639 | # Multimedia Capabilities Port drivers | ||
640 | # | ||
641 | |||
642 | # | ||
643 | # Multimedia devices | 651 | # Multimedia devices |
644 | # | 652 | # |
645 | # CONFIG_VIDEO_DEV is not set | 653 | # CONFIG_VIDEO_DEV is not set |
@@ -670,6 +678,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
670 | # | 678 | # |
671 | CONFIG_USB_ARCH_HAS_HCD=y | 679 | CONFIG_USB_ARCH_HAS_HCD=y |
672 | CONFIG_USB_ARCH_HAS_OHCI=y | 680 | CONFIG_USB_ARCH_HAS_OHCI=y |
681 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
673 | # CONFIG_USB is not set | 682 | # CONFIG_USB is not set |
674 | 683 | ||
675 | # | 684 | # |
@@ -687,13 +696,48 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
687 | # CONFIG_MMC is not set | 696 | # CONFIG_MMC is not set |
688 | 697 | ||
689 | # | 698 | # |
699 | # LED devices | ||
700 | # | ||
701 | # CONFIG_NEW_LEDS is not set | ||
702 | |||
703 | # | ||
704 | # LED drivers | ||
705 | # | ||
706 | |||
707 | # | ||
708 | # LED Triggers | ||
709 | # | ||
710 | |||
711 | # | ||
690 | # InfiniBand support | 712 | # InfiniBand support |
691 | # | 713 | # |
692 | # CONFIG_INFINIBAND is not set | 714 | # CONFIG_INFINIBAND is not set |
693 | 715 | ||
694 | # | 716 | # |
695 | # SN Devices | 717 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
718 | # | ||
719 | |||
720 | # | ||
721 | # Real Time Clock | ||
722 | # | ||
723 | CONFIG_RTC_LIB=y | ||
724 | CONFIG_RTC_CLASS=y | ||
725 | CONFIG_RTC_HCTOSYS=y | ||
726 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
727 | |||
728 | # | ||
729 | # RTC interfaces | ||
730 | # | ||
731 | CONFIG_RTC_INTF_SYSFS=y | ||
732 | CONFIG_RTC_INTF_PROC=y | ||
733 | CONFIG_RTC_INTF_DEV=y | ||
734 | |||
735 | # | ||
736 | # RTC drivers | ||
696 | # | 737 | # |
738 | # CONFIG_RTC_DRV_M48T86 is not set | ||
739 | CONFIG_RTC_DRV_VR41XX=y | ||
740 | # CONFIG_RTC_DRV_TEST is not set | ||
697 | 741 | ||
698 | # | 742 | # |
699 | # File systems | 743 | # File systems |
@@ -712,7 +756,7 @@ CONFIG_EXT2_FS=y | |||
712 | CONFIG_INOTIFY=y | 756 | CONFIG_INOTIFY=y |
713 | # CONFIG_QUOTA is not set | 757 | # CONFIG_QUOTA is not set |
714 | CONFIG_DNOTIFY=y | 758 | CONFIG_DNOTIFY=y |
715 | CONFIG_AUTOFS_FS=y | 759 | # CONFIG_AUTOFS_FS is not set |
716 | CONFIG_AUTOFS4_FS=y | 760 | CONFIG_AUTOFS4_FS=y |
717 | CONFIG_FUSE_FS=m | 761 | CONFIG_FUSE_FS=m |
718 | 762 | ||
@@ -735,10 +779,9 @@ CONFIG_FUSE_FS=m | |||
735 | CONFIG_PROC_FS=y | 779 | CONFIG_PROC_FS=y |
736 | CONFIG_PROC_KCORE=y | 780 | CONFIG_PROC_KCORE=y |
737 | CONFIG_SYSFS=y | 781 | CONFIG_SYSFS=y |
738 | # CONFIG_TMPFS is not set | 782 | CONFIG_TMPFS=y |
739 | # CONFIG_HUGETLB_PAGE is not set | 783 | # CONFIG_HUGETLB_PAGE is not set |
740 | CONFIG_RAMFS=y | 784 | CONFIG_RAMFS=y |
741 | CONFIG_RELAYFS_FS=m | ||
742 | # CONFIG_CONFIGFS_FS is not set | 785 | # CONFIG_CONFIGFS_FS is not set |
743 | 786 | ||
744 | # | 787 | # |
@@ -805,44 +848,20 @@ CONFIG_MSDOS_PARTITION=y | |||
805 | # CONFIG_MAGIC_SYSRQ is not set | 848 | # CONFIG_MAGIC_SYSRQ is not set |
806 | # CONFIG_DEBUG_KERNEL is not set | 849 | # CONFIG_DEBUG_KERNEL is not set |
807 | CONFIG_LOG_BUF_SHIFT=14 | 850 | CONFIG_LOG_BUF_SHIFT=14 |
851 | # CONFIG_DEBUG_FS is not set | ||
808 | CONFIG_CROSSCOMPILE=y | 852 | CONFIG_CROSSCOMPILE=y |
809 | CONFIG_CMDLINE="mem=32M console=ttyVR0,38400" | 853 | CONFIG_CMDLINE="mem=32M console=ttyVR0,38400" |
810 | 854 | ||
811 | # | 855 | # |
812 | # Security options | 856 | # Security options |
813 | # | 857 | # |
814 | CONFIG_KEYS=y | 858 | # CONFIG_KEYS is not set |
815 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
816 | # CONFIG_SECURITY is not set | 859 | # CONFIG_SECURITY is not set |
817 | 860 | ||
818 | # | 861 | # |
819 | # Cryptographic options | 862 | # Cryptographic options |
820 | # | 863 | # |
821 | CONFIG_CRYPTO=y | 864 | # CONFIG_CRYPTO is not set |
822 | CONFIG_CRYPTO_HMAC=y | ||
823 | CONFIG_CRYPTO_NULL=m | ||
824 | CONFIG_CRYPTO_MD4=m | ||
825 | CONFIG_CRYPTO_MD5=m | ||
826 | CONFIG_CRYPTO_SHA1=m | ||
827 | CONFIG_CRYPTO_SHA256=m | ||
828 | CONFIG_CRYPTO_SHA512=m | ||
829 | CONFIG_CRYPTO_WP512=m | ||
830 | CONFIG_CRYPTO_TGR192=m | ||
831 | CONFIG_CRYPTO_DES=m | ||
832 | CONFIG_CRYPTO_BLOWFISH=m | ||
833 | CONFIG_CRYPTO_TWOFISH=m | ||
834 | CONFIG_CRYPTO_SERPENT=m | ||
835 | CONFIG_CRYPTO_AES=m | ||
836 | CONFIG_CRYPTO_CAST5=m | ||
837 | CONFIG_CRYPTO_CAST6=m | ||
838 | CONFIG_CRYPTO_TEA=m | ||
839 | CONFIG_CRYPTO_ARC4=m | ||
840 | CONFIG_CRYPTO_KHAZAD=m | ||
841 | CONFIG_CRYPTO_ANUBIS=m | ||
842 | CONFIG_CRYPTO_DEFLATE=m | ||
843 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
844 | CONFIG_CRYPTO_CRC32C=m | ||
845 | # CONFIG_CRYPTO_TEST is not set | ||
846 | 865 | ||
847 | # | 866 | # |
848 | # Hardware crypto devices | 867 | # Hardware crypto devices |
@@ -852,8 +871,6 @@ CONFIG_CRYPTO_CRC32C=m | |||
852 | # Library routines | 871 | # Library routines |
853 | # | 872 | # |
854 | # CONFIG_CRC_CCITT is not set | 873 | # CONFIG_CRC_CCITT is not set |
855 | CONFIG_CRC16=m | 874 | # CONFIG_CRC16 is not set |
856 | CONFIG_CRC32=y | 875 | CONFIG_CRC32=y |
857 | CONFIG_LIBCRC32C=m | 876 | # CONFIG_LIBCRC32C is not set |
858 | CONFIG_ZLIB_INFLATE=m | ||
859 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index 8336b21d3db2..7d269e609282 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:55 2006 | 4 | # Mon Apr 24 14:50:57 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -63,7 +63,10 @@ CONFIG_MIPS_COBALT=y | |||
63 | # CONFIG_TOSHIBA_JMR3927 is not set | 63 | # CONFIG_TOSHIBA_JMR3927 is not set |
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_EARLY_PRINTK=y | ||
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -113,7 +116,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
113 | # CONFIG_PAGE_SIZE_16KB is not set | 116 | # CONFIG_PAGE_SIZE_16KB is not set |
114 | # CONFIG_PAGE_SIZE_64KB is not set | 117 | # CONFIG_PAGE_SIZE_64KB is not set |
115 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
116 | # CONFIG_CPU_ADVANCED is not set | ||
117 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
118 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
119 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
@@ -135,7 +137,6 @@ CONFIG_PREEMPT_NONE=y | |||
135 | # Code maturity level options | 137 | # Code maturity level options |
136 | # | 138 | # |
137 | CONFIG_EXPERIMENTAL=y | 139 | CONFIG_EXPERIMENTAL=y |
138 | CONFIG_CLEAN_COMPILE=y | ||
139 | CONFIG_BROKEN_ON_SMP=y | 140 | CONFIG_BROKEN_ON_SMP=y |
140 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 141 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
141 | 142 | ||
@@ -151,6 +152,7 @@ CONFIG_SYSVIPC=y | |||
151 | CONFIG_SYSCTL=y | 152 | CONFIG_SYSCTL=y |
152 | # CONFIG_AUDIT is not set | 153 | # CONFIG_AUDIT is not set |
153 | # CONFIG_IKCONFIG is not set | 154 | # CONFIG_IKCONFIG is not set |
155 | CONFIG_RELAY=y | ||
154 | CONFIG_INITRAMFS_SOURCE="" | 156 | CONFIG_INITRAMFS_SOURCE="" |
155 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
156 | CONFIG_EMBEDDED=y | 158 | CONFIG_EMBEDDED=y |
@@ -164,10 +166,6 @@ CONFIG_BASE_FULL=y | |||
164 | CONFIG_FUTEX=y | 166 | CONFIG_FUTEX=y |
165 | CONFIG_EPOLL=y | 167 | CONFIG_EPOLL=y |
166 | CONFIG_SHMEM=y | 168 | CONFIG_SHMEM=y |
167 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
168 | CONFIG_CC_ALIGN_LABELS=0 | ||
169 | CONFIG_CC_ALIGN_LOOPS=0 | ||
170 | CONFIG_CC_ALIGN_JUMPS=0 | ||
171 | CONFIG_SLAB=y | 169 | CONFIG_SLAB=y |
172 | # CONFIG_TINY_SHMEM is not set | 170 | # CONFIG_TINY_SHMEM is not set |
173 | CONFIG_BASE_SMALL=0 | 171 | CONFIG_BASE_SMALL=0 |
@@ -182,6 +180,8 @@ CONFIG_BASE_SMALL=0 | |||
182 | # Block layer | 180 | # Block layer |
183 | # | 181 | # |
184 | # CONFIG_LBD is not set | 182 | # CONFIG_LBD is not set |
183 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
184 | # CONFIG_LSF is not set | ||
185 | 185 | ||
186 | # | 186 | # |
187 | # IO Schedulers | 187 | # IO Schedulers |
@@ -201,7 +201,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
201 | # | 201 | # |
202 | CONFIG_HW_HAS_PCI=y | 202 | CONFIG_HW_HAS_PCI=y |
203 | CONFIG_PCI=y | 203 | CONFIG_PCI=y |
204 | CONFIG_PCI_LEGACY_PROC=y | ||
205 | CONFIG_MMU=y | 204 | CONFIG_MMU=y |
206 | 205 | ||
207 | # | 206 | # |
@@ -229,6 +228,7 @@ CONFIG_NET=y | |||
229 | # | 228 | # |
230 | # Networking options | 229 | # Networking options |
231 | # | 230 | # |
231 | # CONFIG_NETDEBUG is not set | ||
232 | CONFIG_PACKET=y | 232 | CONFIG_PACKET=y |
233 | # CONFIG_PACKET_MMAP is not set | 233 | # CONFIG_PACKET_MMAP is not set |
234 | CONFIG_UNIX=y | 234 | CONFIG_UNIX=y |
@@ -247,12 +247,15 @@ CONFIG_IP_FIB_HASH=y | |||
247 | # CONFIG_INET_AH is not set | 247 | # CONFIG_INET_AH is not set |
248 | # CONFIG_INET_ESP is not set | 248 | # CONFIG_INET_ESP is not set |
249 | # CONFIG_INET_IPCOMP is not set | 249 | # CONFIG_INET_IPCOMP is not set |
250 | CONFIG_INET_TUNNEL=y | 250 | # CONFIG_INET_XFRM_TUNNEL is not set |
251 | # CONFIG_INET_TUNNEL is not set | ||
251 | CONFIG_INET_DIAG=y | 252 | CONFIG_INET_DIAG=y |
252 | CONFIG_INET_TCP_DIAG=y | 253 | CONFIG_INET_TCP_DIAG=y |
253 | # CONFIG_TCP_CONG_ADVANCED is not set | 254 | # CONFIG_TCP_CONG_ADVANCED is not set |
254 | CONFIG_TCP_CONG_BIC=y | 255 | CONFIG_TCP_CONG_BIC=y |
255 | # CONFIG_IPV6 is not set | 256 | # CONFIG_IPV6 is not set |
257 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
258 | # CONFIG_INET6_TUNNEL is not set | ||
256 | # CONFIG_NETFILTER is not set | 259 | # CONFIG_NETFILTER is not set |
257 | 260 | ||
258 | # | 261 | # |
@@ -264,6 +267,11 @@ CONFIG_TCP_CONG_BIC=y | |||
264 | # SCTP Configuration (EXPERIMENTAL) | 267 | # SCTP Configuration (EXPERIMENTAL) |
265 | # | 268 | # |
266 | # CONFIG_IP_SCTP is not set | 269 | # CONFIG_IP_SCTP is not set |
270 | |||
271 | # | ||
272 | # TIPC Configuration (EXPERIMENTAL) | ||
273 | # | ||
274 | # CONFIG_TIPC is not set | ||
267 | # CONFIG_ATM is not set | 275 | # CONFIG_ATM is not set |
268 | # CONFIG_BRIDGE is not set | 276 | # CONFIG_BRIDGE is not set |
269 | # CONFIG_VLAN_8021Q is not set | 277 | # CONFIG_VLAN_8021Q is not set |
@@ -273,11 +281,6 @@ CONFIG_TCP_CONG_BIC=y | |||
273 | # CONFIG_ATALK is not set | 281 | # CONFIG_ATALK is not set |
274 | # CONFIG_X25 is not set | 282 | # CONFIG_X25 is not set |
275 | # CONFIG_LAPB is not set | 283 | # CONFIG_LAPB is not set |
276 | |||
277 | # | ||
278 | # TIPC Configuration (EXPERIMENTAL) | ||
279 | # | ||
280 | # CONFIG_TIPC is not set | ||
281 | # CONFIG_NET_DIVERT is not set | 284 | # CONFIG_NET_DIVERT is not set |
282 | # CONFIG_ECONET is not set | 285 | # CONFIG_ECONET is not set |
283 | # CONFIG_WAN_ROUTER is not set | 286 | # CONFIG_WAN_ROUTER is not set |
@@ -298,6 +301,9 @@ CONFIG_IEEE80211=y | |||
298 | # CONFIG_IEEE80211_DEBUG is not set | 301 | # CONFIG_IEEE80211_DEBUG is not set |
299 | CONFIG_IEEE80211_CRYPT_WEP=y | 302 | CONFIG_IEEE80211_CRYPT_WEP=y |
300 | CONFIG_IEEE80211_CRYPT_CCMP=y | 303 | CONFIG_IEEE80211_CRYPT_CCMP=y |
304 | CONFIG_IEEE80211_SOFTMAC=y | ||
305 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
306 | CONFIG_WIRELESS_EXT=y | ||
301 | 307 | ||
302 | # | 308 | # |
303 | # Device Drivers | 309 | # Device Drivers |
@@ -343,7 +349,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
343 | # CONFIG_BLK_DEV_NBD is not set | 349 | # CONFIG_BLK_DEV_NBD is not set |
344 | # CONFIG_BLK_DEV_SX8 is not set | 350 | # CONFIG_BLK_DEV_SX8 is not set |
345 | # CONFIG_BLK_DEV_RAM is not set | 351 | # CONFIG_BLK_DEV_RAM is not set |
346 | CONFIG_BLK_DEV_RAM_COUNT=16 | 352 | # CONFIG_BLK_DEV_INITRD is not set |
347 | CONFIG_CDROM_PKTCDVD=y | 353 | CONFIG_CDROM_PKTCDVD=y |
348 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 354 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
349 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 355 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -593,6 +599,7 @@ CONFIG_HW_CONSOLE=y | |||
593 | # | 599 | # |
594 | CONFIG_SERIAL_8250=y | 600 | CONFIG_SERIAL_8250=y |
595 | CONFIG_SERIAL_8250_CONSOLE=y | 601 | CONFIG_SERIAL_8250_CONSOLE=y |
602 | CONFIG_SERIAL_8250_PCI=y | ||
596 | CONFIG_SERIAL_8250_NR_UARTS=4 | 603 | CONFIG_SERIAL_8250_NR_UARTS=4 |
597 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 604 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
598 | # CONFIG_SERIAL_8250_EXTENDED is not set | 605 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -602,6 +609,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
602 | # | 609 | # |
603 | CONFIG_SERIAL_CORE=y | 610 | CONFIG_SERIAL_CORE=y |
604 | CONFIG_SERIAL_CORE_CONSOLE=y | 611 | CONFIG_SERIAL_CORE_CONSOLE=y |
612 | # CONFIG_SERIAL_JSM is not set | ||
605 | CONFIG_UNIX98_PTYS=y | 613 | CONFIG_UNIX98_PTYS=y |
606 | CONFIG_LEGACY_PTYS=y | 614 | CONFIG_LEGACY_PTYS=y |
607 | CONFIG_LEGACY_PTY_COUNT=256 | 615 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -660,10 +668,6 @@ CONFIG_COBALT_LCD=y | |||
660 | # | 668 | # |
661 | 669 | ||
662 | # | 670 | # |
663 | # Multimedia Capabilities Port drivers | ||
664 | # | ||
665 | |||
666 | # | ||
667 | # Multimedia devices | 671 | # Multimedia devices |
668 | # | 672 | # |
669 | # CONFIG_VIDEO_DEV is not set | 673 | # CONFIG_VIDEO_DEV is not set |
@@ -694,6 +698,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
694 | # | 698 | # |
695 | CONFIG_USB_ARCH_HAS_HCD=y | 699 | CONFIG_USB_ARCH_HAS_HCD=y |
696 | CONFIG_USB_ARCH_HAS_OHCI=y | 700 | CONFIG_USB_ARCH_HAS_OHCI=y |
701 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
697 | # CONFIG_USB is not set | 702 | # CONFIG_USB is not set |
698 | 703 | ||
699 | # | 704 | # |
@@ -711,13 +716,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
711 | # CONFIG_MMC is not set | 716 | # CONFIG_MMC is not set |
712 | 717 | ||
713 | # | 718 | # |
719 | # LED devices | ||
720 | # | ||
721 | # CONFIG_NEW_LEDS is not set | ||
722 | |||
723 | # | ||
724 | # LED drivers | ||
725 | # | ||
726 | |||
727 | # | ||
728 | # LED Triggers | ||
729 | # | ||
730 | |||
731 | # | ||
714 | # InfiniBand support | 732 | # InfiniBand support |
715 | # | 733 | # |
716 | # CONFIG_INFINIBAND is not set | 734 | # CONFIG_INFINIBAND is not set |
717 | 735 | ||
718 | # | 736 | # |
719 | # SN Devices | 737 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
738 | # | ||
739 | |||
740 | # | ||
741 | # Real Time Clock | ||
720 | # | 742 | # |
743 | # CONFIG_RTC_CLASS is not set | ||
721 | 744 | ||
722 | # | 745 | # |
723 | # File systems | 746 | # File systems |
@@ -765,7 +788,6 @@ CONFIG_SYSFS=y | |||
765 | # CONFIG_TMPFS is not set | 788 | # CONFIG_TMPFS is not set |
766 | # CONFIG_HUGETLB_PAGE is not set | 789 | # CONFIG_HUGETLB_PAGE is not set |
767 | CONFIG_RAMFS=y | 790 | CONFIG_RAMFS=y |
768 | CONFIG_RELAYFS_FS=y | ||
769 | # CONFIG_CONFIGFS_FS is not set | 791 | # CONFIG_CONFIGFS_FS is not set |
770 | 792 | ||
771 | # | 793 | # |
@@ -828,6 +850,8 @@ CONFIG_MSDOS_PARTITION=y | |||
828 | # CONFIG_MAGIC_SYSRQ is not set | 850 | # CONFIG_MAGIC_SYSRQ is not set |
829 | # CONFIG_DEBUG_KERNEL is not set | 851 | # CONFIG_DEBUG_KERNEL is not set |
830 | CONFIG_LOG_BUF_SHIFT=14 | 852 | CONFIG_LOG_BUF_SHIFT=14 |
853 | # CONFIG_DEBUG_FS is not set | ||
854 | # CONFIG_UNWIND_INFO is not set | ||
831 | CONFIG_CROSSCOMPILE=y | 855 | CONFIG_CROSSCOMPILE=y |
832 | CONFIG_CMDLINE="" | 856 | CONFIG_CMDLINE="" |
833 | 857 | ||
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index 7f071403c8e3..579b665e3339 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:56 2006 | 4 | # Mon Apr 24 14:50:57 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_DB1000=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,11 +116,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | CONFIG_CPU_HAS_PREFETCH=y | 116 | CONFIG_CPU_HAS_PREFETCH=y |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | CONFIG_64BIT_PHYS_ADDR=y | 118 | CONFIG_64BIT_PHYS_ADDR=y |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
121 | CONFIG_GENERIC_IRQ_PROBE=y | 122 | CONFIG_GENERIC_IRQ_PROBE=y |
123 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
122 | CONFIG_ARCH_FLATMEM_ENABLE=y | 124 | CONFIG_ARCH_FLATMEM_ENABLE=y |
123 | CONFIG_SELECT_MEMORY_MODEL=y | 125 | CONFIG_SELECT_MEMORY_MODEL=y |
124 | CONFIG_FLATMEM_MANUAL=y | 126 | CONFIG_FLATMEM_MANUAL=y |
@@ -136,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 138 | # Code maturity level options |
137 | # | 139 | # |
138 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 143 | ||
@@ -152,6 +153,7 @@ CONFIG_SYSVIPC=y | |||
152 | CONFIG_SYSCTL=y | 153 | CONFIG_SYSCTL=y |
153 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
154 | # CONFIG_IKCONFIG is not set | 155 | # CONFIG_IKCONFIG is not set |
156 | CONFIG_RELAY=y | ||
155 | CONFIG_INITRAMFS_SOURCE="" | 157 | CONFIG_INITRAMFS_SOURCE="" |
156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
157 | CONFIG_EMBEDDED=y | 159 | CONFIG_EMBEDDED=y |
@@ -165,10 +167,6 @@ CONFIG_BASE_FULL=y | |||
165 | CONFIG_FUTEX=y | 167 | CONFIG_FUTEX=y |
166 | CONFIG_EPOLL=y | 168 | CONFIG_EPOLL=y |
167 | CONFIG_SHMEM=y | 169 | CONFIG_SHMEM=y |
168 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
169 | CONFIG_CC_ALIGN_LABELS=0 | ||
170 | CONFIG_CC_ALIGN_LOOPS=0 | ||
171 | CONFIG_CC_ALIGN_JUMPS=0 | ||
172 | CONFIG_SLAB=y | 170 | CONFIG_SLAB=y |
173 | # CONFIG_TINY_SHMEM is not set | 171 | # CONFIG_TINY_SHMEM is not set |
174 | CONFIG_BASE_SMALL=0 | 172 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +179,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
181 | CONFIG_MODULES=y | 179 | CONFIG_MODULES=y |
182 | CONFIG_MODULE_UNLOAD=y | 180 | CONFIG_MODULE_UNLOAD=y |
183 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 181 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | CONFIG_MODVERSIONS=y | 182 | CONFIG_MODVERSIONS=y |
186 | CONFIG_MODULE_SRCVERSION_ALL=y | 183 | CONFIG_MODULE_SRCVERSION_ALL=y |
187 | CONFIG_KMOD=y | 184 | CONFIG_KMOD=y |
@@ -190,6 +187,8 @@ CONFIG_KMOD=y | |||
190 | # Block layer | 187 | # Block layer |
191 | # | 188 | # |
192 | # CONFIG_LBD is not set | 189 | # CONFIG_LBD is not set |
190 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
191 | # CONFIG_LSF is not set | ||
193 | 192 | ||
194 | # | 193 | # |
195 | # IO Schedulers | 194 | # IO Schedulers |
@@ -245,6 +244,7 @@ CONFIG_NET=y | |||
245 | # | 244 | # |
246 | # Networking options | 245 | # Networking options |
247 | # | 246 | # |
247 | # CONFIG_NETDEBUG is not set | ||
248 | CONFIG_PACKET=y | 248 | CONFIG_PACKET=y |
249 | # CONFIG_PACKET_MMAP is not set | 249 | # CONFIG_PACKET_MMAP is not set |
250 | CONFIG_UNIX=y | 250 | CONFIG_UNIX=y |
@@ -267,7 +267,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
267 | # CONFIG_INET_AH is not set | 267 | # CONFIG_INET_AH is not set |
268 | # CONFIG_INET_ESP is not set | 268 | # CONFIG_INET_ESP is not set |
269 | # CONFIG_INET_IPCOMP is not set | 269 | # CONFIG_INET_IPCOMP is not set |
270 | CONFIG_INET_TUNNEL=m | 270 | # CONFIG_INET_XFRM_TUNNEL is not set |
271 | # CONFIG_INET_TUNNEL is not set | ||
271 | CONFIG_INET_DIAG=y | 272 | CONFIG_INET_DIAG=y |
272 | CONFIG_INET_TCP_DIAG=y | 273 | CONFIG_INET_TCP_DIAG=y |
273 | # CONFIG_TCP_CONG_ADVANCED is not set | 274 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -278,6 +279,8 @@ CONFIG_TCP_CONG_BIC=y | |||
278 | # | 279 | # |
279 | # CONFIG_IP_VS is not set | 280 | # CONFIG_IP_VS is not set |
280 | # CONFIG_IPV6 is not set | 281 | # CONFIG_IPV6 is not set |
282 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
283 | # CONFIG_INET6_TUNNEL is not set | ||
281 | CONFIG_NETFILTER=y | 284 | CONFIG_NETFILTER=y |
282 | # CONFIG_NETFILTER_DEBUG is not set | 285 | # CONFIG_NETFILTER_DEBUG is not set |
283 | 286 | ||
@@ -294,10 +297,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
294 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 297 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
295 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 298 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
296 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 299 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
300 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
297 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 301 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
298 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 302 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
299 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 303 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
300 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 304 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
305 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
306 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
301 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 307 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
302 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 308 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
303 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 309 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -321,6 +327,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
321 | # SCTP Configuration (EXPERIMENTAL) | 327 | # SCTP Configuration (EXPERIMENTAL) |
322 | # | 328 | # |
323 | # CONFIG_IP_SCTP is not set | 329 | # CONFIG_IP_SCTP is not set |
330 | |||
331 | # | ||
332 | # TIPC Configuration (EXPERIMENTAL) | ||
333 | # | ||
334 | # CONFIG_TIPC is not set | ||
324 | # CONFIG_ATM is not set | 335 | # CONFIG_ATM is not set |
325 | # CONFIG_BRIDGE is not set | 336 | # CONFIG_BRIDGE is not set |
326 | # CONFIG_VLAN_8021Q is not set | 337 | # CONFIG_VLAN_8021Q is not set |
@@ -330,11 +341,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
330 | # CONFIG_ATALK is not set | 341 | # CONFIG_ATALK is not set |
331 | # CONFIG_X25 is not set | 342 | # CONFIG_X25 is not set |
332 | # CONFIG_LAPB is not set | 343 | # CONFIG_LAPB is not set |
333 | |||
334 | # | ||
335 | # TIPC Configuration (EXPERIMENTAL) | ||
336 | # | ||
337 | # CONFIG_TIPC is not set | ||
338 | # CONFIG_NET_DIVERT is not set | 344 | # CONFIG_NET_DIVERT is not set |
339 | # CONFIG_ECONET is not set | 345 | # CONFIG_ECONET is not set |
340 | # CONFIG_WAN_ROUTER is not set | 346 | # CONFIG_WAN_ROUTER is not set |
@@ -356,6 +362,9 @@ CONFIG_IEEE80211=m | |||
356 | # CONFIG_IEEE80211_DEBUG is not set | 362 | # CONFIG_IEEE80211_DEBUG is not set |
357 | CONFIG_IEEE80211_CRYPT_WEP=m | 363 | CONFIG_IEEE80211_CRYPT_WEP=m |
358 | CONFIG_IEEE80211_CRYPT_CCMP=m | 364 | CONFIG_IEEE80211_CRYPT_CCMP=m |
365 | CONFIG_IEEE80211_SOFTMAC=m | ||
366 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
367 | CONFIG_WIRELESS_EXT=y | ||
359 | 368 | ||
360 | # | 369 | # |
361 | # Device Drivers | 370 | # Device Drivers |
@@ -412,7 +421,6 @@ CONFIG_MTD_CFI_I2=y | |||
412 | # CONFIG_MTD_CFI_I8 is not set | 421 | # CONFIG_MTD_CFI_I8 is not set |
413 | # CONFIG_MTD_CFI_INTELEXT is not set | 422 | # CONFIG_MTD_CFI_INTELEXT is not set |
414 | CONFIG_MTD_CFI_AMDSTD=y | 423 | CONFIG_MTD_CFI_AMDSTD=y |
415 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
416 | # CONFIG_MTD_CFI_STAA is not set | 424 | # CONFIG_MTD_CFI_STAA is not set |
417 | CONFIG_MTD_CFI_UTIL=y | 425 | CONFIG_MTD_CFI_UTIL=y |
418 | # CONFIG_MTD_RAM is not set | 426 | # CONFIG_MTD_RAM is not set |
@@ -434,7 +442,6 @@ CONFIG_MTD_ALCHEMY=y | |||
434 | # CONFIG_MTD_SLRAM is not set | 442 | # CONFIG_MTD_SLRAM is not set |
435 | # CONFIG_MTD_PHRAM is not set | 443 | # CONFIG_MTD_PHRAM is not set |
436 | # CONFIG_MTD_MTDRAM is not set | 444 | # CONFIG_MTD_MTDRAM is not set |
437 | # CONFIG_MTD_BLKMTD is not set | ||
438 | # CONFIG_MTD_BLOCK2MTD is not set | 445 | # CONFIG_MTD_BLOCK2MTD is not set |
439 | 446 | ||
440 | # | 447 | # |
@@ -471,7 +478,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
471 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 478 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
472 | # CONFIG_BLK_DEV_NBD is not set | 479 | # CONFIG_BLK_DEV_NBD is not set |
473 | # CONFIG_BLK_DEV_RAM is not set | 480 | # CONFIG_BLK_DEV_RAM is not set |
474 | CONFIG_BLK_DEV_RAM_COUNT=16 | 481 | # CONFIG_BLK_DEV_INITRD is not set |
475 | CONFIG_CDROM_PKTCDVD=m | 482 | CONFIG_CDROM_PKTCDVD=m |
476 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 483 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
477 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 484 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -722,10 +729,6 @@ CONFIG_SYNCLINK_CS=m | |||
722 | # | 729 | # |
723 | 730 | ||
724 | # | 731 | # |
725 | # Multimedia Capabilities Port drivers | ||
726 | # | ||
727 | |||
728 | # | ||
729 | # Multimedia devices | 732 | # Multimedia devices |
730 | # | 733 | # |
731 | # CONFIG_VIDEO_DEV is not set | 734 | # CONFIG_VIDEO_DEV is not set |
@@ -756,6 +759,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
756 | # | 759 | # |
757 | CONFIG_USB_ARCH_HAS_HCD=y | 760 | CONFIG_USB_ARCH_HAS_HCD=y |
758 | CONFIG_USB_ARCH_HAS_OHCI=y | 761 | CONFIG_USB_ARCH_HAS_OHCI=y |
762 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
759 | # CONFIG_USB is not set | 763 | # CONFIG_USB is not set |
760 | 764 | ||
761 | # | 765 | # |
@@ -773,12 +777,30 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
773 | # CONFIG_MMC is not set | 777 | # CONFIG_MMC is not set |
774 | 778 | ||
775 | # | 779 | # |
780 | # LED devices | ||
781 | # | ||
782 | # CONFIG_NEW_LEDS is not set | ||
783 | |||
784 | # | ||
785 | # LED drivers | ||
786 | # | ||
787 | |||
788 | # | ||
789 | # LED Triggers | ||
790 | # | ||
791 | |||
792 | # | ||
776 | # InfiniBand support | 793 | # InfiniBand support |
777 | # | 794 | # |
778 | 795 | ||
779 | # | 796 | # |
780 | # SN Devices | 797 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
798 | # | ||
799 | |||
800 | # | ||
801 | # Real Time Clock | ||
781 | # | 802 | # |
803 | # CONFIG_RTC_CLASS is not set | ||
782 | 804 | ||
783 | # | 805 | # |
784 | # File systems | 806 | # File systems |
@@ -836,7 +858,6 @@ CONFIG_SYSFS=y | |||
836 | CONFIG_TMPFS=y | 858 | CONFIG_TMPFS=y |
837 | # CONFIG_HUGETLB_PAGE is not set | 859 | # CONFIG_HUGETLB_PAGE is not set |
838 | CONFIG_RAMFS=y | 860 | CONFIG_RAMFS=y |
839 | CONFIG_RELAYFS_FS=m | ||
840 | # CONFIG_CONFIGFS_FS is not set | 861 | # CONFIG_CONFIGFS_FS is not set |
841 | 862 | ||
842 | # | 863 | # |
@@ -945,6 +966,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
945 | # CONFIG_MAGIC_SYSRQ is not set | 966 | # CONFIG_MAGIC_SYSRQ is not set |
946 | # CONFIG_DEBUG_KERNEL is not set | 967 | # CONFIG_DEBUG_KERNEL is not set |
947 | CONFIG_LOG_BUF_SHIFT=14 | 968 | CONFIG_LOG_BUF_SHIFT=14 |
969 | # CONFIG_DEBUG_FS is not set | ||
948 | CONFIG_CROSSCOMPILE=y | 970 | CONFIG_CROSSCOMPILE=y |
949 | CONFIG_CMDLINE="" | 971 | CONFIG_CMDLINE="" |
950 | 972 | ||
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index 98590cac1ec5..e5eb53867422 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:57 2006 | 4 | # Mon Apr 24 14:50:58 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_DB1100=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,11 +116,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | CONFIG_CPU_HAS_PREFETCH=y | 116 | CONFIG_CPU_HAS_PREFETCH=y |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | CONFIG_64BIT_PHYS_ADDR=y | 118 | CONFIG_64BIT_PHYS_ADDR=y |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
121 | CONFIG_GENERIC_IRQ_PROBE=y | 122 | CONFIG_GENERIC_IRQ_PROBE=y |
123 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
122 | CONFIG_ARCH_FLATMEM_ENABLE=y | 124 | CONFIG_ARCH_FLATMEM_ENABLE=y |
123 | CONFIG_SELECT_MEMORY_MODEL=y | 125 | CONFIG_SELECT_MEMORY_MODEL=y |
124 | CONFIG_FLATMEM_MANUAL=y | 126 | CONFIG_FLATMEM_MANUAL=y |
@@ -136,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 138 | # Code maturity level options |
137 | # | 139 | # |
138 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 143 | ||
@@ -152,6 +153,7 @@ CONFIG_SYSVIPC=y | |||
152 | CONFIG_SYSCTL=y | 153 | CONFIG_SYSCTL=y |
153 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
154 | # CONFIG_IKCONFIG is not set | 155 | # CONFIG_IKCONFIG is not set |
156 | CONFIG_RELAY=y | ||
155 | CONFIG_INITRAMFS_SOURCE="" | 157 | CONFIG_INITRAMFS_SOURCE="" |
156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
157 | CONFIG_EMBEDDED=y | 159 | CONFIG_EMBEDDED=y |
@@ -165,10 +167,6 @@ CONFIG_BASE_FULL=y | |||
165 | CONFIG_FUTEX=y | 167 | CONFIG_FUTEX=y |
166 | CONFIG_EPOLL=y | 168 | CONFIG_EPOLL=y |
167 | CONFIG_SHMEM=y | 169 | CONFIG_SHMEM=y |
168 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
169 | CONFIG_CC_ALIGN_LABELS=0 | ||
170 | CONFIG_CC_ALIGN_LOOPS=0 | ||
171 | CONFIG_CC_ALIGN_JUMPS=0 | ||
172 | CONFIG_SLAB=y | 170 | CONFIG_SLAB=y |
173 | # CONFIG_TINY_SHMEM is not set | 171 | # CONFIG_TINY_SHMEM is not set |
174 | CONFIG_BASE_SMALL=0 | 172 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +179,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
181 | CONFIG_MODULES=y | 179 | CONFIG_MODULES=y |
182 | CONFIG_MODULE_UNLOAD=y | 180 | CONFIG_MODULE_UNLOAD=y |
183 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 181 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | CONFIG_MODVERSIONS=y | 182 | CONFIG_MODVERSIONS=y |
186 | CONFIG_MODULE_SRCVERSION_ALL=y | 183 | CONFIG_MODULE_SRCVERSION_ALL=y |
187 | CONFIG_KMOD=y | 184 | CONFIG_KMOD=y |
@@ -190,6 +187,8 @@ CONFIG_KMOD=y | |||
190 | # Block layer | 187 | # Block layer |
191 | # | 188 | # |
192 | # CONFIG_LBD is not set | 189 | # CONFIG_LBD is not set |
190 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
191 | # CONFIG_LSF is not set | ||
193 | 192 | ||
194 | # | 193 | # |
195 | # IO Schedulers | 194 | # IO Schedulers |
@@ -234,6 +233,7 @@ CONFIG_NET=y | |||
234 | # | 233 | # |
235 | # Networking options | 234 | # Networking options |
236 | # | 235 | # |
236 | # CONFIG_NETDEBUG is not set | ||
237 | CONFIG_PACKET=y | 237 | CONFIG_PACKET=y |
238 | # CONFIG_PACKET_MMAP is not set | 238 | # CONFIG_PACKET_MMAP is not set |
239 | CONFIG_UNIX=y | 239 | CONFIG_UNIX=y |
@@ -256,7 +256,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
256 | # CONFIG_INET_AH is not set | 256 | # CONFIG_INET_AH is not set |
257 | # CONFIG_INET_ESP is not set | 257 | # CONFIG_INET_ESP is not set |
258 | # CONFIG_INET_IPCOMP is not set | 258 | # CONFIG_INET_IPCOMP is not set |
259 | CONFIG_INET_TUNNEL=m | 259 | # CONFIG_INET_XFRM_TUNNEL is not set |
260 | # CONFIG_INET_TUNNEL is not set | ||
260 | CONFIG_INET_DIAG=y | 261 | CONFIG_INET_DIAG=y |
261 | CONFIG_INET_TCP_DIAG=y | 262 | CONFIG_INET_TCP_DIAG=y |
262 | # CONFIG_TCP_CONG_ADVANCED is not set | 263 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -267,6 +268,8 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # | 268 | # |
268 | # CONFIG_IP_VS is not set | 269 | # CONFIG_IP_VS is not set |
269 | # CONFIG_IPV6 is not set | 270 | # CONFIG_IPV6 is not set |
271 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
272 | # CONFIG_INET6_TUNNEL is not set | ||
270 | CONFIG_NETFILTER=y | 273 | CONFIG_NETFILTER=y |
271 | # CONFIG_NETFILTER_DEBUG is not set | 274 | # CONFIG_NETFILTER_DEBUG is not set |
272 | 275 | ||
@@ -283,10 +286,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
283 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 286 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
284 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 287 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
285 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 288 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
289 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
286 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 290 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
287 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 291 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
288 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 292 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
289 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 293 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
294 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
295 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
290 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 296 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
291 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 297 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
292 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 298 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -310,6 +316,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
310 | # SCTP Configuration (EXPERIMENTAL) | 316 | # SCTP Configuration (EXPERIMENTAL) |
311 | # | 317 | # |
312 | # CONFIG_IP_SCTP is not set | 318 | # CONFIG_IP_SCTP is not set |
319 | |||
320 | # | ||
321 | # TIPC Configuration (EXPERIMENTAL) | ||
322 | # | ||
323 | # CONFIG_TIPC is not set | ||
313 | # CONFIG_ATM is not set | 324 | # CONFIG_ATM is not set |
314 | # CONFIG_BRIDGE is not set | 325 | # CONFIG_BRIDGE is not set |
315 | # CONFIG_VLAN_8021Q is not set | 326 | # CONFIG_VLAN_8021Q is not set |
@@ -319,11 +330,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
319 | # CONFIG_ATALK is not set | 330 | # CONFIG_ATALK is not set |
320 | # CONFIG_X25 is not set | 331 | # CONFIG_X25 is not set |
321 | # CONFIG_LAPB is not set | 332 | # CONFIG_LAPB is not set |
322 | |||
323 | # | ||
324 | # TIPC Configuration (EXPERIMENTAL) | ||
325 | # | ||
326 | # CONFIG_TIPC is not set | ||
327 | # CONFIG_NET_DIVERT is not set | 333 | # CONFIG_NET_DIVERT is not set |
328 | # CONFIG_ECONET is not set | 334 | # CONFIG_ECONET is not set |
329 | # CONFIG_WAN_ROUTER is not set | 335 | # CONFIG_WAN_ROUTER is not set |
@@ -345,6 +351,9 @@ CONFIG_IEEE80211=m | |||
345 | # CONFIG_IEEE80211_DEBUG is not set | 351 | # CONFIG_IEEE80211_DEBUG is not set |
346 | CONFIG_IEEE80211_CRYPT_WEP=m | 352 | CONFIG_IEEE80211_CRYPT_WEP=m |
347 | CONFIG_IEEE80211_CRYPT_CCMP=m | 353 | CONFIG_IEEE80211_CRYPT_CCMP=m |
354 | CONFIG_IEEE80211_SOFTMAC=m | ||
355 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
356 | CONFIG_WIRELESS_EXT=y | ||
348 | 357 | ||
349 | # | 358 | # |
350 | # Device Drivers | 359 | # Device Drivers |
@@ -401,7 +410,6 @@ CONFIG_MTD_CFI_I2=y | |||
401 | # CONFIG_MTD_CFI_I8 is not set | 410 | # CONFIG_MTD_CFI_I8 is not set |
402 | # CONFIG_MTD_CFI_INTELEXT is not set | 411 | # CONFIG_MTD_CFI_INTELEXT is not set |
403 | CONFIG_MTD_CFI_AMDSTD=y | 412 | CONFIG_MTD_CFI_AMDSTD=y |
404 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
405 | # CONFIG_MTD_CFI_STAA is not set | 413 | # CONFIG_MTD_CFI_STAA is not set |
406 | CONFIG_MTD_CFI_UTIL=y | 414 | CONFIG_MTD_CFI_UTIL=y |
407 | # CONFIG_MTD_RAM is not set | 415 | # CONFIG_MTD_RAM is not set |
@@ -423,7 +431,6 @@ CONFIG_MTD_ALCHEMY=y | |||
423 | # CONFIG_MTD_SLRAM is not set | 431 | # CONFIG_MTD_SLRAM is not set |
424 | # CONFIG_MTD_PHRAM is not set | 432 | # CONFIG_MTD_PHRAM is not set |
425 | # CONFIG_MTD_MTDRAM is not set | 433 | # CONFIG_MTD_MTDRAM is not set |
426 | # CONFIG_MTD_BLKMTD is not set | ||
427 | # CONFIG_MTD_BLOCK2MTD is not set | 434 | # CONFIG_MTD_BLOCK2MTD is not set |
428 | 435 | ||
429 | # | 436 | # |
@@ -460,7 +467,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
460 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 467 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
461 | # CONFIG_BLK_DEV_NBD is not set | 468 | # CONFIG_BLK_DEV_NBD is not set |
462 | # CONFIG_BLK_DEV_RAM is not set | 469 | # CONFIG_BLK_DEV_RAM is not set |
463 | CONFIG_BLK_DEV_RAM_COUNT=16 | 470 | # CONFIG_BLK_DEV_INITRD is not set |
464 | CONFIG_CDROM_PKTCDVD=m | 471 | CONFIG_CDROM_PKTCDVD=m |
465 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 472 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
466 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 473 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -690,10 +697,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
690 | # | 697 | # |
691 | 698 | ||
692 | # | 699 | # |
693 | # Multimedia Capabilities Port drivers | ||
694 | # | ||
695 | |||
696 | # | ||
697 | # Multimedia devices | 700 | # Multimedia devices |
698 | # | 701 | # |
699 | # CONFIG_VIDEO_DEV is not set | 702 | # CONFIG_VIDEO_DEV is not set |
@@ -711,6 +714,7 @@ CONFIG_FB_CFB_FILLRECT=y | |||
711 | CONFIG_FB_CFB_COPYAREA=y | 714 | CONFIG_FB_CFB_COPYAREA=y |
712 | CONFIG_FB_CFB_IMAGEBLIT=y | 715 | CONFIG_FB_CFB_IMAGEBLIT=y |
713 | # CONFIG_FB_MACMODES is not set | 716 | # CONFIG_FB_MACMODES is not set |
717 | CONFIG_FB_FIRMWARE_EDID=y | ||
714 | # CONFIG_FB_MODE_HELPERS is not set | 718 | # CONFIG_FB_MODE_HELPERS is not set |
715 | # CONFIG_FB_TILEBLITTING is not set | 719 | # CONFIG_FB_TILEBLITTING is not set |
716 | # CONFIG_FB_S1D13XXX is not set | 720 | # CONFIG_FB_S1D13XXX is not set |
@@ -755,6 +759,7 @@ CONFIG_LOGO_LINUX_CLUT224=y | |||
755 | # | 759 | # |
756 | CONFIG_USB_ARCH_HAS_HCD=y | 760 | CONFIG_USB_ARCH_HAS_HCD=y |
757 | CONFIG_USB_ARCH_HAS_OHCI=y | 761 | CONFIG_USB_ARCH_HAS_OHCI=y |
762 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
758 | # CONFIG_USB is not set | 763 | # CONFIG_USB is not set |
759 | 764 | ||
760 | # | 765 | # |
@@ -772,12 +777,30 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
772 | # CONFIG_MMC is not set | 777 | # CONFIG_MMC is not set |
773 | 778 | ||
774 | # | 779 | # |
780 | # LED devices | ||
781 | # | ||
782 | # CONFIG_NEW_LEDS is not set | ||
783 | |||
784 | # | ||
785 | # LED drivers | ||
786 | # | ||
787 | |||
788 | # | ||
789 | # LED Triggers | ||
790 | # | ||
791 | |||
792 | # | ||
775 | # InfiniBand support | 793 | # InfiniBand support |
776 | # | 794 | # |
777 | 795 | ||
778 | # | 796 | # |
779 | # SN Devices | 797 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
798 | # | ||
799 | |||
800 | # | ||
801 | # Real Time Clock | ||
780 | # | 802 | # |
803 | # CONFIG_RTC_CLASS is not set | ||
781 | 804 | ||
782 | # | 805 | # |
783 | # File systems | 806 | # File systems |
@@ -835,7 +858,6 @@ CONFIG_SYSFS=y | |||
835 | CONFIG_TMPFS=y | 858 | CONFIG_TMPFS=y |
836 | # CONFIG_HUGETLB_PAGE is not set | 859 | # CONFIG_HUGETLB_PAGE is not set |
837 | CONFIG_RAMFS=y | 860 | CONFIG_RAMFS=y |
838 | CONFIG_RELAYFS_FS=m | ||
839 | # CONFIG_CONFIGFS_FS is not set | 861 | # CONFIG_CONFIGFS_FS is not set |
840 | 862 | ||
841 | # | 863 | # |
@@ -944,6 +966,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
944 | # CONFIG_MAGIC_SYSRQ is not set | 966 | # CONFIG_MAGIC_SYSRQ is not set |
945 | # CONFIG_DEBUG_KERNEL is not set | 967 | # CONFIG_DEBUG_KERNEL is not set |
946 | CONFIG_LOG_BUF_SHIFT=14 | 968 | CONFIG_LOG_BUF_SHIFT=14 |
969 | # CONFIG_DEBUG_FS is not set | ||
947 | CONFIG_CROSSCOMPILE=y | 970 | CONFIG_CROSSCOMPILE=y |
948 | CONFIG_CMDLINE="" | 971 | CONFIG_CMDLINE="" |
949 | 972 | ||
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 92888472dca0..a43fb2329fd5 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:58 2006 | 4 | # Mon Apr 24 14:50:58 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_DB1200=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_COHERENT=y | 70 | CONFIG_DMA_COHERENT=y |
69 | CONFIG_MIPS_DISABLE_OBSOLETE_IDE=y | 71 | CONFIG_MIPS_DISABLE_OBSOLETE_IDE=y |
@@ -114,11 +116,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | CONFIG_CPU_HAS_PREFETCH=y | 116 | CONFIG_CPU_HAS_PREFETCH=y |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | CONFIG_64BIT_PHYS_ADDR=y | 118 | CONFIG_64BIT_PHYS_ADDR=y |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
121 | CONFIG_GENERIC_IRQ_PROBE=y | 122 | CONFIG_GENERIC_IRQ_PROBE=y |
123 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
122 | CONFIG_ARCH_FLATMEM_ENABLE=y | 124 | CONFIG_ARCH_FLATMEM_ENABLE=y |
123 | CONFIG_SELECT_MEMORY_MODEL=y | 125 | CONFIG_SELECT_MEMORY_MODEL=y |
124 | CONFIG_FLATMEM_MANUAL=y | 126 | CONFIG_FLATMEM_MANUAL=y |
@@ -136,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 138 | # Code maturity level options |
137 | # | 139 | # |
138 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 143 | ||
@@ -153,6 +154,7 @@ CONFIG_SYSCTL=y | |||
153 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
154 | CONFIG_IKCONFIG=y | 155 | CONFIG_IKCONFIG=y |
155 | CONFIG_IKCONFIG_PROC=y | 156 | CONFIG_IKCONFIG_PROC=y |
157 | # CONFIG_RELAY is not set | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -166,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -182,7 +180,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
182 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
183 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
184 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
185 | CONFIG_OBSOLETE_MODPARM=y | ||
186 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
187 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
188 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -191,6 +188,8 @@ CONFIG_KMOD=y | |||
191 | # Block layer | 188 | # Block layer |
192 | # | 189 | # |
193 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
194 | 193 | ||
195 | # | 194 | # |
196 | # IO Schedulers | 195 | # IO Schedulers |
@@ -244,6 +243,7 @@ CONFIG_NET=y | |||
244 | # | 243 | # |
245 | # Networking options | 244 | # Networking options |
246 | # | 245 | # |
246 | # CONFIG_NETDEBUG is not set | ||
247 | CONFIG_PACKET=y | 247 | CONFIG_PACKET=y |
248 | # CONFIG_PACKET_MMAP is not set | 248 | # CONFIG_PACKET_MMAP is not set |
249 | CONFIG_UNIX=y | 249 | CONFIG_UNIX=y |
@@ -263,7 +263,8 @@ CONFIG_IP_FIB_HASH=y | |||
263 | # CONFIG_INET_AH is not set | 263 | # CONFIG_INET_AH is not set |
264 | # CONFIG_INET_ESP is not set | 264 | # CONFIG_INET_ESP is not set |
265 | # CONFIG_INET_IPCOMP is not set | 265 | # CONFIG_INET_IPCOMP is not set |
266 | CONFIG_INET_TUNNEL=m | 266 | # CONFIG_INET_XFRM_TUNNEL is not set |
267 | # CONFIG_INET_TUNNEL is not set | ||
267 | CONFIG_INET_DIAG=y | 268 | CONFIG_INET_DIAG=y |
268 | CONFIG_INET_TCP_DIAG=y | 269 | CONFIG_INET_TCP_DIAG=y |
269 | # CONFIG_TCP_CONG_ADVANCED is not set | 270 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -274,6 +275,8 @@ CONFIG_TCP_CONG_BIC=y | |||
274 | # | 275 | # |
275 | # CONFIG_IP_VS is not set | 276 | # CONFIG_IP_VS is not set |
276 | # CONFIG_IPV6 is not set | 277 | # CONFIG_IPV6 is not set |
278 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
279 | # CONFIG_INET6_TUNNEL is not set | ||
277 | CONFIG_NETFILTER=y | 280 | CONFIG_NETFILTER=y |
278 | # CONFIG_NETFILTER_DEBUG is not set | 281 | # CONFIG_NETFILTER_DEBUG is not set |
279 | 282 | ||
@@ -288,10 +291,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
288 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 291 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
289 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 292 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
290 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 293 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
294 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
291 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 295 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
292 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 296 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
293 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 297 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
294 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 298 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
299 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
300 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
295 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 301 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
296 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 302 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
297 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 303 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -315,6 +321,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
315 | # SCTP Configuration (EXPERIMENTAL) | 321 | # SCTP Configuration (EXPERIMENTAL) |
316 | # | 322 | # |
317 | # CONFIG_IP_SCTP is not set | 323 | # CONFIG_IP_SCTP is not set |
324 | |||
325 | # | ||
326 | # TIPC Configuration (EXPERIMENTAL) | ||
327 | # | ||
328 | # CONFIG_TIPC is not set | ||
318 | # CONFIG_ATM is not set | 329 | # CONFIG_ATM is not set |
319 | # CONFIG_BRIDGE is not set | 330 | # CONFIG_BRIDGE is not set |
320 | # CONFIG_VLAN_8021Q is not set | 331 | # CONFIG_VLAN_8021Q is not set |
@@ -324,11 +335,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
324 | # CONFIG_ATALK is not set | 335 | # CONFIG_ATALK is not set |
325 | # CONFIG_X25 is not set | 336 | # CONFIG_X25 is not set |
326 | # CONFIG_LAPB is not set | 337 | # CONFIG_LAPB is not set |
327 | |||
328 | # | ||
329 | # TIPC Configuration (EXPERIMENTAL) | ||
330 | # | ||
331 | # CONFIG_TIPC is not set | ||
332 | # CONFIG_NET_DIVERT is not set | 338 | # CONFIG_NET_DIVERT is not set |
333 | # CONFIG_ECONET is not set | 339 | # CONFIG_ECONET is not set |
334 | # CONFIG_WAN_ROUTER is not set | 340 | # CONFIG_WAN_ROUTER is not set |
@@ -403,7 +409,6 @@ CONFIG_MTD_CFI_I2=y | |||
403 | # CONFIG_MTD_CFI_I8 is not set | 409 | # CONFIG_MTD_CFI_I8 is not set |
404 | # CONFIG_MTD_CFI_INTELEXT is not set | 410 | # CONFIG_MTD_CFI_INTELEXT is not set |
405 | CONFIG_MTD_CFI_AMDSTD=y | 411 | CONFIG_MTD_CFI_AMDSTD=y |
406 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
407 | # CONFIG_MTD_CFI_STAA is not set | 412 | # CONFIG_MTD_CFI_STAA is not set |
408 | CONFIG_MTD_CFI_UTIL=y | 413 | CONFIG_MTD_CFI_UTIL=y |
409 | # CONFIG_MTD_RAM is not set | 414 | # CONFIG_MTD_RAM is not set |
@@ -425,7 +430,6 @@ CONFIG_MTD_ALCHEMY=y | |||
425 | # CONFIG_MTD_SLRAM is not set | 430 | # CONFIG_MTD_SLRAM is not set |
426 | # CONFIG_MTD_PHRAM is not set | 431 | # CONFIG_MTD_PHRAM is not set |
427 | # CONFIG_MTD_MTDRAM is not set | 432 | # CONFIG_MTD_MTDRAM is not set |
428 | # CONFIG_MTD_BLKMTD is not set | ||
429 | # CONFIG_MTD_BLOCK2MTD is not set | 433 | # CONFIG_MTD_BLOCK2MTD is not set |
430 | 434 | ||
431 | # | 435 | # |
@@ -763,10 +767,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
763 | # | 767 | # |
764 | 768 | ||
765 | # | 769 | # |
766 | # Multimedia Capabilities Port drivers | ||
767 | # | ||
768 | |||
769 | # | ||
770 | # Multimedia devices | 770 | # Multimedia devices |
771 | # | 771 | # |
772 | # CONFIG_VIDEO_DEV is not set | 772 | # CONFIG_VIDEO_DEV is not set |
@@ -784,6 +784,7 @@ CONFIG_FB_CFB_FILLRECT=y | |||
784 | CONFIG_FB_CFB_COPYAREA=y | 784 | CONFIG_FB_CFB_COPYAREA=y |
785 | CONFIG_FB_CFB_IMAGEBLIT=y | 785 | CONFIG_FB_CFB_IMAGEBLIT=y |
786 | # CONFIG_FB_MACMODES is not set | 786 | # CONFIG_FB_MACMODES is not set |
787 | CONFIG_FB_FIRMWARE_EDID=y | ||
787 | # CONFIG_FB_MODE_HELPERS is not set | 788 | # CONFIG_FB_MODE_HELPERS is not set |
788 | # CONFIG_FB_TILEBLITTING is not set | 789 | # CONFIG_FB_TILEBLITTING is not set |
789 | # CONFIG_FB_S1D13XXX is not set | 790 | # CONFIG_FB_S1D13XXX is not set |
@@ -794,6 +795,7 @@ CONFIG_FB_AU1200=y | |||
794 | # Console display driver support | 795 | # Console display driver support |
795 | # | 796 | # |
796 | CONFIG_VGA_CONSOLE=y | 797 | CONFIG_VGA_CONSOLE=y |
798 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
797 | CONFIG_DUMMY_CONSOLE=y | 799 | CONFIG_DUMMY_CONSOLE=y |
798 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 800 | # CONFIG_FRAMEBUFFER_CONSOLE is not set |
799 | 801 | ||
@@ -816,6 +818,7 @@ CONFIG_LOGO_LINUX_CLUT224=y | |||
816 | # | 818 | # |
817 | CONFIG_USB_ARCH_HAS_HCD=y | 819 | CONFIG_USB_ARCH_HAS_HCD=y |
818 | CONFIG_USB_ARCH_HAS_OHCI=y | 820 | CONFIG_USB_ARCH_HAS_OHCI=y |
821 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
819 | # CONFIG_USB is not set | 822 | # CONFIG_USB is not set |
820 | 823 | ||
821 | # | 824 | # |
@@ -832,6 +835,7 @@ CONFIG_USB_GADGET=m | |||
832 | # CONFIG_USB_GADGET_GOKU is not set | 835 | # CONFIG_USB_GADGET_GOKU is not set |
833 | # CONFIG_USB_GADGET_LH7A40X is not set | 836 | # CONFIG_USB_GADGET_LH7A40X is not set |
834 | # CONFIG_USB_GADGET_OMAP is not set | 837 | # CONFIG_USB_GADGET_OMAP is not set |
838 | # CONFIG_USB_GADGET_AT91 is not set | ||
835 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | 839 | # CONFIG_USB_GADGET_DUMMY_HCD is not set |
836 | # CONFIG_USB_GADGET_DUALSPEED is not set | 840 | # CONFIG_USB_GADGET_DUALSPEED is not set |
837 | 841 | ||
@@ -844,12 +848,30 @@ CONFIG_MMC_BLOCK=y | |||
844 | CONFIG_MMC_AU1X=y | 848 | CONFIG_MMC_AU1X=y |
845 | 849 | ||
846 | # | 850 | # |
851 | # LED devices | ||
852 | # | ||
853 | # CONFIG_NEW_LEDS is not set | ||
854 | |||
855 | # | ||
856 | # LED drivers | ||
857 | # | ||
858 | |||
859 | # | ||
860 | # LED Triggers | ||
861 | # | ||
862 | |||
863 | # | ||
847 | # InfiniBand support | 864 | # InfiniBand support |
848 | # | 865 | # |
849 | 866 | ||
850 | # | 867 | # |
851 | # SN Devices | 868 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
869 | # | ||
870 | |||
871 | # | ||
872 | # Real Time Clock | ||
852 | # | 873 | # |
874 | # CONFIG_RTC_CLASS is not set | ||
853 | 875 | ||
854 | # | 876 | # |
855 | # File systems | 877 | # File systems |
@@ -913,7 +935,6 @@ CONFIG_SYSFS=y | |||
913 | CONFIG_TMPFS=y | 935 | CONFIG_TMPFS=y |
914 | # CONFIG_HUGETLB_PAGE is not set | 936 | # CONFIG_HUGETLB_PAGE is not set |
915 | CONFIG_RAMFS=y | 937 | CONFIG_RAMFS=y |
916 | # CONFIG_RELAYFS_FS is not set | ||
917 | # CONFIG_CONFIGFS_FS is not set | 938 | # CONFIG_CONFIGFS_FS is not set |
918 | 939 | ||
919 | # | 940 | # |
@@ -1027,6 +1048,7 @@ CONFIG_NLS_UTF8=m | |||
1027 | # CONFIG_MAGIC_SYSRQ is not set | 1048 | # CONFIG_MAGIC_SYSRQ is not set |
1028 | # CONFIG_DEBUG_KERNEL is not set | 1049 | # CONFIG_DEBUG_KERNEL is not set |
1029 | CONFIG_LOG_BUF_SHIFT=14 | 1050 | CONFIG_LOG_BUF_SHIFT=14 |
1051 | # CONFIG_DEBUG_FS is not set | ||
1030 | CONFIG_CROSSCOMPILE=y | 1052 | CONFIG_CROSSCOMPILE=y |
1031 | CONFIG_CMDLINE="mem=48M" | 1053 | CONFIG_CMDLINE="mem=48M" |
1032 | 1054 | ||
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 5a415b1d4af0..ad632d87c4ef 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:59 2006 | 4 | # Mon Apr 24 14:50:59 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_DB1500=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -116,11 +118,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
116 | CONFIG_CPU_HAS_PREFETCH=y | 118 | CONFIG_CPU_HAS_PREFETCH=y |
117 | # CONFIG_MIPS_MT is not set | 119 | # CONFIG_MIPS_MT is not set |
118 | CONFIG_64BIT_PHYS_ADDR=y | 120 | CONFIG_64BIT_PHYS_ADDR=y |
119 | # CONFIG_CPU_ADVANCED is not set | ||
120 | CONFIG_CPU_HAS_LLSC=y | 121 | CONFIG_CPU_HAS_LLSC=y |
121 | CONFIG_CPU_HAS_SYNC=y | 122 | CONFIG_CPU_HAS_SYNC=y |
122 | CONFIG_GENERIC_HARDIRQS=y | 123 | CONFIG_GENERIC_HARDIRQS=y |
123 | CONFIG_GENERIC_IRQ_PROBE=y | 124 | CONFIG_GENERIC_IRQ_PROBE=y |
125 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
124 | CONFIG_ARCH_FLATMEM_ENABLE=y | 126 | CONFIG_ARCH_FLATMEM_ENABLE=y |
125 | CONFIG_SELECT_MEMORY_MODEL=y | 127 | CONFIG_SELECT_MEMORY_MODEL=y |
126 | CONFIG_FLATMEM_MANUAL=y | 128 | CONFIG_FLATMEM_MANUAL=y |
@@ -138,7 +140,6 @@ CONFIG_PREEMPT_NONE=y | |||
138 | # Code maturity level options | 140 | # Code maturity level options |
139 | # | 141 | # |
140 | CONFIG_EXPERIMENTAL=y | 142 | CONFIG_EXPERIMENTAL=y |
141 | CONFIG_CLEAN_COMPILE=y | ||
142 | CONFIG_BROKEN_ON_SMP=y | 143 | CONFIG_BROKEN_ON_SMP=y |
143 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 144 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
144 | 145 | ||
@@ -154,6 +155,7 @@ CONFIG_SYSVIPC=y | |||
154 | CONFIG_SYSCTL=y | 155 | CONFIG_SYSCTL=y |
155 | # CONFIG_AUDIT is not set | 156 | # CONFIG_AUDIT is not set |
156 | # CONFIG_IKCONFIG is not set | 157 | # CONFIG_IKCONFIG is not set |
158 | CONFIG_RELAY=y | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 159 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 160 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 161 | CONFIG_EMBEDDED=y |
@@ -167,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -183,7 +181,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
183 | CONFIG_MODULES=y | 181 | CONFIG_MODULES=y |
184 | CONFIG_MODULE_UNLOAD=y | 182 | CONFIG_MODULE_UNLOAD=y |
185 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 183 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
186 | CONFIG_OBSOLETE_MODPARM=y | ||
187 | CONFIG_MODVERSIONS=y | 184 | CONFIG_MODVERSIONS=y |
188 | CONFIG_MODULE_SRCVERSION_ALL=y | 185 | CONFIG_MODULE_SRCVERSION_ALL=y |
189 | CONFIG_KMOD=y | 186 | CONFIG_KMOD=y |
@@ -192,6 +189,8 @@ CONFIG_KMOD=y | |||
192 | # Block layer | 189 | # Block layer |
193 | # | 190 | # |
194 | # CONFIG_LBD is not set | 191 | # CONFIG_LBD is not set |
192 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
193 | # CONFIG_LSF is not set | ||
195 | 194 | ||
196 | # | 195 | # |
197 | # IO Schedulers | 196 | # IO Schedulers |
@@ -211,7 +210,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
211 | # | 210 | # |
212 | CONFIG_HW_HAS_PCI=y | 211 | CONFIG_HW_HAS_PCI=y |
213 | CONFIG_PCI=y | 212 | CONFIG_PCI=y |
214 | CONFIG_PCI_LEGACY_PROC=y | ||
215 | CONFIG_MMU=y | 213 | CONFIG_MMU=y |
216 | 214 | ||
217 | # | 215 | # |
@@ -253,6 +251,7 @@ CONFIG_NET=y | |||
253 | # | 251 | # |
254 | # Networking options | 252 | # Networking options |
255 | # | 253 | # |
254 | # CONFIG_NETDEBUG is not set | ||
256 | CONFIG_PACKET=y | 255 | CONFIG_PACKET=y |
257 | # CONFIG_PACKET_MMAP is not set | 256 | # CONFIG_PACKET_MMAP is not set |
258 | CONFIG_UNIX=y | 257 | CONFIG_UNIX=y |
@@ -275,7 +274,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
275 | # CONFIG_INET_AH is not set | 274 | # CONFIG_INET_AH is not set |
276 | # CONFIG_INET_ESP is not set | 275 | # CONFIG_INET_ESP is not set |
277 | # CONFIG_INET_IPCOMP is not set | 276 | # CONFIG_INET_IPCOMP is not set |
278 | CONFIG_INET_TUNNEL=m | 277 | # CONFIG_INET_XFRM_TUNNEL is not set |
278 | # CONFIG_INET_TUNNEL is not set | ||
279 | CONFIG_INET_DIAG=y | 279 | CONFIG_INET_DIAG=y |
280 | CONFIG_INET_TCP_DIAG=y | 280 | CONFIG_INET_TCP_DIAG=y |
281 | # CONFIG_TCP_CONG_ADVANCED is not set | 281 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -286,6 +286,8 @@ CONFIG_TCP_CONG_BIC=y | |||
286 | # | 286 | # |
287 | # CONFIG_IP_VS is not set | 287 | # CONFIG_IP_VS is not set |
288 | # CONFIG_IPV6 is not set | 288 | # CONFIG_IPV6 is not set |
289 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
290 | # CONFIG_INET6_TUNNEL is not set | ||
289 | CONFIG_NETFILTER=y | 291 | CONFIG_NETFILTER=y |
290 | # CONFIG_NETFILTER_DEBUG is not set | 292 | # CONFIG_NETFILTER_DEBUG is not set |
291 | 293 | ||
@@ -302,10 +304,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
302 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 304 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
303 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 305 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
304 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 306 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
307 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
305 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 308 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
306 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 309 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
307 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 310 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
308 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 311 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
312 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
313 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
309 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 314 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
310 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 315 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
311 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 316 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -329,6 +334,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
329 | # SCTP Configuration (EXPERIMENTAL) | 334 | # SCTP Configuration (EXPERIMENTAL) |
330 | # | 335 | # |
331 | # CONFIG_IP_SCTP is not set | 336 | # CONFIG_IP_SCTP is not set |
337 | |||
338 | # | ||
339 | # TIPC Configuration (EXPERIMENTAL) | ||
340 | # | ||
341 | # CONFIG_TIPC is not set | ||
332 | # CONFIG_ATM is not set | 342 | # CONFIG_ATM is not set |
333 | # CONFIG_BRIDGE is not set | 343 | # CONFIG_BRIDGE is not set |
334 | # CONFIG_VLAN_8021Q is not set | 344 | # CONFIG_VLAN_8021Q is not set |
@@ -338,11 +348,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
338 | # CONFIG_ATALK is not set | 348 | # CONFIG_ATALK is not set |
339 | # CONFIG_X25 is not set | 349 | # CONFIG_X25 is not set |
340 | # CONFIG_LAPB is not set | 350 | # CONFIG_LAPB is not set |
341 | |||
342 | # | ||
343 | # TIPC Configuration (EXPERIMENTAL) | ||
344 | # | ||
345 | # CONFIG_TIPC is not set | ||
346 | # CONFIG_NET_DIVERT is not set | 351 | # CONFIG_NET_DIVERT is not set |
347 | # CONFIG_ECONET is not set | 352 | # CONFIG_ECONET is not set |
348 | # CONFIG_WAN_ROUTER is not set | 353 | # CONFIG_WAN_ROUTER is not set |
@@ -364,6 +369,9 @@ CONFIG_IEEE80211=m | |||
364 | # CONFIG_IEEE80211_DEBUG is not set | 369 | # CONFIG_IEEE80211_DEBUG is not set |
365 | CONFIG_IEEE80211_CRYPT_WEP=m | 370 | CONFIG_IEEE80211_CRYPT_WEP=m |
366 | CONFIG_IEEE80211_CRYPT_CCMP=m | 371 | CONFIG_IEEE80211_CRYPT_CCMP=m |
372 | CONFIG_IEEE80211_SOFTMAC=m | ||
373 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
374 | CONFIG_WIRELESS_EXT=y | ||
367 | 375 | ||
368 | # | 376 | # |
369 | # Device Drivers | 377 | # Device Drivers |
@@ -420,7 +428,6 @@ CONFIG_MTD_CFI_I2=y | |||
420 | # CONFIG_MTD_CFI_I8 is not set | 428 | # CONFIG_MTD_CFI_I8 is not set |
421 | CONFIG_MTD_CFI_INTELEXT=y | 429 | CONFIG_MTD_CFI_INTELEXT=y |
422 | CONFIG_MTD_CFI_AMDSTD=y | 430 | CONFIG_MTD_CFI_AMDSTD=y |
423 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
424 | # CONFIG_MTD_CFI_STAA is not set | 431 | # CONFIG_MTD_CFI_STAA is not set |
425 | CONFIG_MTD_CFI_UTIL=y | 432 | CONFIG_MTD_CFI_UTIL=y |
426 | # CONFIG_MTD_RAM is not set | 433 | # CONFIG_MTD_RAM is not set |
@@ -443,7 +450,6 @@ CONFIG_MTD_ALCHEMY=y | |||
443 | # CONFIG_MTD_SLRAM is not set | 450 | # CONFIG_MTD_SLRAM is not set |
444 | # CONFIG_MTD_PHRAM is not set | 451 | # CONFIG_MTD_PHRAM is not set |
445 | # CONFIG_MTD_MTDRAM is not set | 452 | # CONFIG_MTD_MTDRAM is not set |
446 | # CONFIG_MTD_BLKMTD is not set | ||
447 | # CONFIG_MTD_BLOCK2MTD is not set | 453 | # CONFIG_MTD_BLOCK2MTD is not set |
448 | 454 | ||
449 | # | 455 | # |
@@ -486,7 +492,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
486 | # CONFIG_BLK_DEV_SX8 is not set | 492 | # CONFIG_BLK_DEV_SX8 is not set |
487 | # CONFIG_BLK_DEV_UB is not set | 493 | # CONFIG_BLK_DEV_UB is not set |
488 | # CONFIG_BLK_DEV_RAM is not set | 494 | # CONFIG_BLK_DEV_RAM is not set |
489 | CONFIG_BLK_DEV_RAM_COUNT=16 | 495 | # CONFIG_BLK_DEV_INITRD is not set |
490 | CONFIG_CDROM_PKTCDVD=m | 496 | CONFIG_CDROM_PKTCDVD=m |
491 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 497 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
492 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 498 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -714,6 +720,7 @@ CONFIG_SERIO_RAW=m | |||
714 | # | 720 | # |
715 | CONFIG_SERIAL_8250=y | 721 | CONFIG_SERIAL_8250=y |
716 | CONFIG_SERIAL_8250_CONSOLE=y | 722 | CONFIG_SERIAL_8250_CONSOLE=y |
723 | CONFIG_SERIAL_8250_PCI=y | ||
717 | # CONFIG_SERIAL_8250_CS is not set | 724 | # CONFIG_SERIAL_8250_CS is not set |
718 | CONFIG_SERIAL_8250_NR_UARTS=4 | 725 | CONFIG_SERIAL_8250_NR_UARTS=4 |
719 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 726 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
@@ -725,6 +732,7 @@ CONFIG_SERIAL_8250_AU1X00=y | |||
725 | # | 732 | # |
726 | CONFIG_SERIAL_CORE=y | 733 | CONFIG_SERIAL_CORE=y |
727 | CONFIG_SERIAL_CORE_CONSOLE=y | 734 | CONFIG_SERIAL_CORE_CONSOLE=y |
735 | # CONFIG_SERIAL_JSM is not set | ||
728 | CONFIG_UNIX98_PTYS=y | 736 | CONFIG_UNIX98_PTYS=y |
729 | CONFIG_LEGACY_PTYS=y | 737 | CONFIG_LEGACY_PTYS=y |
730 | CONFIG_LEGACY_PTY_COUNT=256 | 738 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -790,10 +798,6 @@ CONFIG_SYNCLINK_CS=m | |||
790 | # | 798 | # |
791 | 799 | ||
792 | # | 800 | # |
793 | # Multimedia Capabilities Port drivers | ||
794 | # | ||
795 | |||
796 | # | ||
797 | # Multimedia devices | 801 | # Multimedia devices |
798 | # | 802 | # |
799 | # CONFIG_VIDEO_DEV is not set | 803 | # CONFIG_VIDEO_DEV is not set |
@@ -802,6 +806,7 @@ CONFIG_SYNCLINK_CS=m | |||
802 | # Digital Video Broadcasting Devices | 806 | # Digital Video Broadcasting Devices |
803 | # | 807 | # |
804 | # CONFIG_DVB is not set | 808 | # CONFIG_DVB is not set |
809 | # CONFIG_USB_DABUSB is not set | ||
805 | 810 | ||
806 | # | 811 | # |
807 | # Graphics support | 812 | # Graphics support |
@@ -825,9 +830,11 @@ CONFIG_SND_SEQ_DUMMY=m | |||
825 | CONFIG_SND_OSSEMUL=y | 830 | CONFIG_SND_OSSEMUL=y |
826 | CONFIG_SND_MIXER_OSS=m | 831 | CONFIG_SND_MIXER_OSS=m |
827 | CONFIG_SND_PCM_OSS=m | 832 | CONFIG_SND_PCM_OSS=m |
833 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
828 | CONFIG_SND_SEQUENCER_OSS=y | 834 | CONFIG_SND_SEQUENCER_OSS=y |
829 | # CONFIG_SND_DYNAMIC_MINORS is not set | 835 | # CONFIG_SND_DYNAMIC_MINORS is not set |
830 | CONFIG_SND_SUPPORT_OLD_API=y | 836 | CONFIG_SND_SUPPORT_OLD_API=y |
837 | CONFIG_SND_VERBOSE_PROCFS=y | ||
831 | # CONFIG_SND_VERBOSE_PRINTK is not set | 838 | # CONFIG_SND_VERBOSE_PRINTK is not set |
832 | # CONFIG_SND_DEBUG is not set | 839 | # CONFIG_SND_DEBUG is not set |
833 | 840 | ||
@@ -846,6 +853,7 @@ CONFIG_SND_MTPAV=m | |||
846 | # PCI devices | 853 | # PCI devices |
847 | # | 854 | # |
848 | # CONFIG_SND_AD1889 is not set | 855 | # CONFIG_SND_AD1889 is not set |
856 | # CONFIG_SND_ALS300 is not set | ||
849 | # CONFIG_SND_ALI5451 is not set | 857 | # CONFIG_SND_ALI5451 is not set |
850 | # CONFIG_SND_ATIIXP is not set | 858 | # CONFIG_SND_ATIIXP is not set |
851 | # CONFIG_SND_ATIIXP_MODEM is not set | 859 | # CONFIG_SND_ATIIXP_MODEM is not set |
@@ -877,6 +885,7 @@ CONFIG_SND_MTPAV=m | |||
877 | # CONFIG_SND_MIXART is not set | 885 | # CONFIG_SND_MIXART is not set |
878 | # CONFIG_SND_NM256 is not set | 886 | # CONFIG_SND_NM256 is not set |
879 | # CONFIG_SND_PCXHR is not set | 887 | # CONFIG_SND_PCXHR is not set |
888 | # CONFIG_SND_RIPTIDE is not set | ||
880 | # CONFIG_SND_RME32 is not set | 889 | # CONFIG_SND_RME32 is not set |
881 | # CONFIG_SND_RME96 is not set | 890 | # CONFIG_SND_RME96 is not set |
882 | # CONFIG_SND_RME9652 is not set | 891 | # CONFIG_SND_RME9652 is not set |
@@ -905,34 +914,22 @@ CONFIG_SND_AU1X00=m | |||
905 | # Open Sound System | 914 | # Open Sound System |
906 | # | 915 | # |
907 | CONFIG_SOUND_PRIME=y | 916 | CONFIG_SOUND_PRIME=y |
908 | CONFIG_OBSOLETE_OSS_DRIVER=y | ||
909 | # CONFIG_SOUND_BT878 is not set | 917 | # CONFIG_SOUND_BT878 is not set |
910 | # CONFIG_SOUND_CMPCI is not set | ||
911 | # CONFIG_SOUND_EMU10K1 is not set | 918 | # CONFIG_SOUND_EMU10K1 is not set |
912 | # CONFIG_SOUND_FUSION is not set | 919 | # CONFIG_SOUND_FUSION is not set |
913 | # CONFIG_SOUND_CS4281 is not set | ||
914 | # CONFIG_SOUND_ES1370 is not set | ||
915 | # CONFIG_SOUND_ES1371 is not set | 920 | # CONFIG_SOUND_ES1371 is not set |
916 | # CONFIG_SOUND_ESSSOLO1 is not set | ||
917 | # CONFIG_SOUND_MAESTRO is not set | ||
918 | # CONFIG_SOUND_MAESTRO3 is not set | ||
919 | # CONFIG_SOUND_ICH is not set | 921 | # CONFIG_SOUND_ICH is not set |
920 | # CONFIG_SOUND_SONICVIBES is not set | ||
921 | # CONFIG_SOUND_AU1000 is not set | ||
922 | # CONFIG_SOUND_TRIDENT is not set | 922 | # CONFIG_SOUND_TRIDENT is not set |
923 | # CONFIG_SOUND_MSNDCLAS is not set | 923 | # CONFIG_SOUND_MSNDCLAS is not set |
924 | # CONFIG_SOUND_MSNDPIN is not set | 924 | # CONFIG_SOUND_MSNDPIN is not set |
925 | # CONFIG_SOUND_VIA82CXXX is not set | 925 | # CONFIG_SOUND_VIA82CXXX is not set |
926 | # CONFIG_SOUND_ALI5455 is not set | ||
927 | # CONFIG_SOUND_FORTE is not set | ||
928 | # CONFIG_SOUND_RME96XX is not set | ||
929 | # CONFIG_SOUND_AD1980 is not set | ||
930 | 926 | ||
931 | # | 927 | # |
932 | # USB support | 928 | # USB support |
933 | # | 929 | # |
934 | CONFIG_USB_ARCH_HAS_HCD=y | 930 | CONFIG_USB_ARCH_HAS_HCD=y |
935 | CONFIG_USB_ARCH_HAS_OHCI=y | 931 | CONFIG_USB_ARCH_HAS_OHCI=y |
932 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
936 | CONFIG_USB=y | 933 | CONFIG_USB=y |
937 | # CONFIG_USB_DEBUG is not set | 934 | # CONFIG_USB_DEBUG is not set |
938 | 935 | ||
@@ -958,7 +955,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
958 | # | 955 | # |
959 | # USB Device Class drivers | 956 | # USB Device Class drivers |
960 | # | 957 | # |
961 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
962 | # CONFIG_USB_ACM is not set | 958 | # CONFIG_USB_ACM is not set |
963 | # CONFIG_USB_PRINTER is not set | 959 | # CONFIG_USB_PRINTER is not set |
964 | 960 | ||
@@ -985,9 +981,7 @@ CONFIG_USB_HIDINPUT=y | |||
985 | # CONFIG_USB_ACECAD is not set | 981 | # CONFIG_USB_ACECAD is not set |
986 | # CONFIG_USB_KBTAB is not set | 982 | # CONFIG_USB_KBTAB is not set |
987 | # CONFIG_USB_POWERMATE is not set | 983 | # CONFIG_USB_POWERMATE is not set |
988 | # CONFIG_USB_MTOUCH is not set | 984 | # CONFIG_USB_TOUCHSCREEN is not set |
989 | # CONFIG_USB_ITMTOUCH is not set | ||
990 | # CONFIG_USB_EGALAX is not set | ||
991 | CONFIG_USB_YEALINK=m | 985 | CONFIG_USB_YEALINK=m |
992 | # CONFIG_USB_XPAD is not set | 986 | # CONFIG_USB_XPAD is not set |
993 | # CONFIG_USB_ATI_REMOTE is not set | 987 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -1001,15 +995,6 @@ CONFIG_USB_YEALINK=m | |||
1001 | # CONFIG_USB_MDC800 is not set | 995 | # CONFIG_USB_MDC800 is not set |
1002 | 996 | ||
1003 | # | 997 | # |
1004 | # USB Multimedia devices | ||
1005 | # | ||
1006 | # CONFIG_USB_DABUSB is not set | ||
1007 | |||
1008 | # | ||
1009 | # Video4Linux support is needed for USB Multimedia device support | ||
1010 | # | ||
1011 | |||
1012 | # | ||
1013 | # USB Network Adapters | 998 | # USB Network Adapters |
1014 | # | 999 | # |
1015 | # CONFIG_USB_CATC is not set | 1000 | # CONFIG_USB_CATC is not set |
@@ -1059,13 +1044,31 @@ CONFIG_USB_LD=m | |||
1059 | # CONFIG_MMC is not set | 1044 | # CONFIG_MMC is not set |
1060 | 1045 | ||
1061 | # | 1046 | # |
1047 | # LED devices | ||
1048 | # | ||
1049 | # CONFIG_NEW_LEDS is not set | ||
1050 | |||
1051 | # | ||
1052 | # LED drivers | ||
1053 | # | ||
1054 | |||
1055 | # | ||
1056 | # LED Triggers | ||
1057 | # | ||
1058 | |||
1059 | # | ||
1062 | # InfiniBand support | 1060 | # InfiniBand support |
1063 | # | 1061 | # |
1064 | # CONFIG_INFINIBAND is not set | 1062 | # CONFIG_INFINIBAND is not set |
1065 | 1063 | ||
1066 | # | 1064 | # |
1067 | # SN Devices | 1065 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1066 | # | ||
1067 | |||
1068 | # | ||
1069 | # Real Time Clock | ||
1068 | # | 1070 | # |
1071 | # CONFIG_RTC_CLASS is not set | ||
1069 | 1072 | ||
1070 | # | 1073 | # |
1071 | # File systems | 1074 | # File systems |
@@ -1123,7 +1126,6 @@ CONFIG_SYSFS=y | |||
1123 | CONFIG_TMPFS=y | 1126 | CONFIG_TMPFS=y |
1124 | # CONFIG_HUGETLB_PAGE is not set | 1127 | # CONFIG_HUGETLB_PAGE is not set |
1125 | CONFIG_RAMFS=y | 1128 | CONFIG_RAMFS=y |
1126 | CONFIG_RELAYFS_FS=m | ||
1127 | # CONFIG_CONFIGFS_FS is not set | 1129 | # CONFIG_CONFIGFS_FS is not set |
1128 | 1130 | ||
1129 | # | 1131 | # |
@@ -1232,6 +1234,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1232 | # CONFIG_MAGIC_SYSRQ is not set | 1234 | # CONFIG_MAGIC_SYSRQ is not set |
1233 | # CONFIG_DEBUG_KERNEL is not set | 1235 | # CONFIG_DEBUG_KERNEL is not set |
1234 | CONFIG_LOG_BUF_SHIFT=14 | 1236 | CONFIG_LOG_BUF_SHIFT=14 |
1237 | # CONFIG_DEBUG_FS is not set | ||
1235 | CONFIG_CROSSCOMPILE=y | 1238 | CONFIG_CROSSCOMPILE=y |
1236 | CONFIG_CMDLINE="" | 1239 | CONFIG_CMDLINE="" |
1237 | 1240 | ||
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index 8dc1f18badfe..8130e23dc255 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:00 2006 | 4 | # Mon Apr 24 14:51:00 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_DB1550=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -115,11 +117,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
115 | CONFIG_CPU_HAS_PREFETCH=y | 117 | CONFIG_CPU_HAS_PREFETCH=y |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | CONFIG_64BIT_PHYS_ADDR=y | 119 | CONFIG_64BIT_PHYS_ADDR=y |
118 | # CONFIG_CPU_ADVANCED is not set | ||
119 | CONFIG_CPU_HAS_LLSC=y | 120 | CONFIG_CPU_HAS_LLSC=y |
120 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
124 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
123 | CONFIG_ARCH_FLATMEM_ENABLE=y | 125 | CONFIG_ARCH_FLATMEM_ENABLE=y |
124 | CONFIG_SELECT_MEMORY_MODEL=y | 126 | CONFIG_SELECT_MEMORY_MODEL=y |
125 | CONFIG_FLATMEM_MANUAL=y | 127 | CONFIG_FLATMEM_MANUAL=y |
@@ -137,7 +139,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 139 | # Code maturity level options |
138 | # | 140 | # |
139 | CONFIG_EXPERIMENTAL=y | 141 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 142 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 143 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 144 | ||
@@ -153,6 +154,7 @@ CONFIG_SYSVIPC=y | |||
153 | CONFIG_SYSCTL=y | 154 | CONFIG_SYSCTL=y |
154 | # CONFIG_AUDIT is not set | 155 | # CONFIG_AUDIT is not set |
155 | # CONFIG_IKCONFIG is not set | 156 | # CONFIG_IKCONFIG is not set |
157 | CONFIG_RELAY=y | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -166,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -182,7 +180,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
182 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
183 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
184 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
185 | CONFIG_OBSOLETE_MODPARM=y | ||
186 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
187 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
188 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -191,6 +188,8 @@ CONFIG_KMOD=y | |||
191 | # Block layer | 188 | # Block layer |
192 | # | 189 | # |
193 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
194 | 193 | ||
195 | # | 194 | # |
196 | # IO Schedulers | 195 | # IO Schedulers |
@@ -210,7 +209,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
210 | # | 209 | # |
211 | CONFIG_HW_HAS_PCI=y | 210 | CONFIG_HW_HAS_PCI=y |
212 | CONFIG_PCI=y | 211 | CONFIG_PCI=y |
213 | CONFIG_PCI_LEGACY_PROC=y | ||
214 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
215 | 213 | ||
216 | # | 214 | # |
@@ -252,6 +250,7 @@ CONFIG_NET=y | |||
252 | # | 250 | # |
253 | # Networking options | 251 | # Networking options |
254 | # | 252 | # |
253 | # CONFIG_NETDEBUG is not set | ||
255 | CONFIG_PACKET=y | 254 | CONFIG_PACKET=y |
256 | # CONFIG_PACKET_MMAP is not set | 255 | # CONFIG_PACKET_MMAP is not set |
257 | CONFIG_UNIX=y | 256 | CONFIG_UNIX=y |
@@ -274,7 +273,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
274 | # CONFIG_INET_AH is not set | 273 | # CONFIG_INET_AH is not set |
275 | # CONFIG_INET_ESP is not set | 274 | # CONFIG_INET_ESP is not set |
276 | # CONFIG_INET_IPCOMP is not set | 275 | # CONFIG_INET_IPCOMP is not set |
277 | CONFIG_INET_TUNNEL=m | 276 | # CONFIG_INET_XFRM_TUNNEL is not set |
277 | # CONFIG_INET_TUNNEL is not set | ||
278 | CONFIG_INET_DIAG=y | 278 | CONFIG_INET_DIAG=y |
279 | CONFIG_INET_TCP_DIAG=y | 279 | CONFIG_INET_TCP_DIAG=y |
280 | # CONFIG_TCP_CONG_ADVANCED is not set | 280 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -285,6 +285,8 @@ CONFIG_TCP_CONG_BIC=y | |||
285 | # | 285 | # |
286 | # CONFIG_IP_VS is not set | 286 | # CONFIG_IP_VS is not set |
287 | # CONFIG_IPV6 is not set | 287 | # CONFIG_IPV6 is not set |
288 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
289 | # CONFIG_INET6_TUNNEL is not set | ||
288 | CONFIG_NETFILTER=y | 290 | CONFIG_NETFILTER=y |
289 | # CONFIG_NETFILTER_DEBUG is not set | 291 | # CONFIG_NETFILTER_DEBUG is not set |
290 | 292 | ||
@@ -301,10 +303,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
301 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 303 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
302 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 304 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
303 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 305 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
306 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
304 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 307 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
305 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 308 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
306 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 309 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
307 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 310 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
311 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
312 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
308 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 313 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
309 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 314 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
310 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 315 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -328,6 +333,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
328 | # SCTP Configuration (EXPERIMENTAL) | 333 | # SCTP Configuration (EXPERIMENTAL) |
329 | # | 334 | # |
330 | # CONFIG_IP_SCTP is not set | 335 | # CONFIG_IP_SCTP is not set |
336 | |||
337 | # | ||
338 | # TIPC Configuration (EXPERIMENTAL) | ||
339 | # | ||
340 | # CONFIG_TIPC is not set | ||
331 | # CONFIG_ATM is not set | 341 | # CONFIG_ATM is not set |
332 | # CONFIG_BRIDGE is not set | 342 | # CONFIG_BRIDGE is not set |
333 | # CONFIG_VLAN_8021Q is not set | 343 | # CONFIG_VLAN_8021Q is not set |
@@ -337,11 +347,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
337 | # CONFIG_ATALK is not set | 347 | # CONFIG_ATALK is not set |
338 | # CONFIG_X25 is not set | 348 | # CONFIG_X25 is not set |
339 | # CONFIG_LAPB is not set | 349 | # CONFIG_LAPB is not set |
340 | |||
341 | # | ||
342 | # TIPC Configuration (EXPERIMENTAL) | ||
343 | # | ||
344 | # CONFIG_TIPC is not set | ||
345 | # CONFIG_NET_DIVERT is not set | 350 | # CONFIG_NET_DIVERT is not set |
346 | # CONFIG_ECONET is not set | 351 | # CONFIG_ECONET is not set |
347 | # CONFIG_WAN_ROUTER is not set | 352 | # CONFIG_WAN_ROUTER is not set |
@@ -363,6 +368,9 @@ CONFIG_IEEE80211=m | |||
363 | # CONFIG_IEEE80211_DEBUG is not set | 368 | # CONFIG_IEEE80211_DEBUG is not set |
364 | CONFIG_IEEE80211_CRYPT_WEP=m | 369 | CONFIG_IEEE80211_CRYPT_WEP=m |
365 | CONFIG_IEEE80211_CRYPT_CCMP=m | 370 | CONFIG_IEEE80211_CRYPT_CCMP=m |
371 | CONFIG_IEEE80211_SOFTMAC=m | ||
372 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
373 | CONFIG_WIRELESS_EXT=y | ||
366 | 374 | ||
367 | # | 375 | # |
368 | # Device Drivers | 376 | # Device Drivers |
@@ -419,7 +427,6 @@ CONFIG_MTD_CFI_I2=y | |||
419 | # CONFIG_MTD_CFI_I8 is not set | 427 | # CONFIG_MTD_CFI_I8 is not set |
420 | # CONFIG_MTD_CFI_INTELEXT is not set | 428 | # CONFIG_MTD_CFI_INTELEXT is not set |
421 | CONFIG_MTD_CFI_AMDSTD=y | 429 | CONFIG_MTD_CFI_AMDSTD=y |
422 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
423 | # CONFIG_MTD_CFI_STAA is not set | 430 | # CONFIG_MTD_CFI_STAA is not set |
424 | CONFIG_MTD_CFI_UTIL=y | 431 | CONFIG_MTD_CFI_UTIL=y |
425 | # CONFIG_MTD_RAM is not set | 432 | # CONFIG_MTD_RAM is not set |
@@ -442,7 +449,6 @@ CONFIG_MTD_ALCHEMY=y | |||
442 | # CONFIG_MTD_SLRAM is not set | 449 | # CONFIG_MTD_SLRAM is not set |
443 | # CONFIG_MTD_PHRAM is not set | 450 | # CONFIG_MTD_PHRAM is not set |
444 | # CONFIG_MTD_MTDRAM is not set | 451 | # CONFIG_MTD_MTDRAM is not set |
445 | # CONFIG_MTD_BLKMTD is not set | ||
446 | # CONFIG_MTD_BLOCK2MTD is not set | 452 | # CONFIG_MTD_BLOCK2MTD is not set |
447 | 453 | ||
448 | # | 454 | # |
@@ -489,7 +495,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
489 | # CONFIG_BLK_DEV_NBD is not set | 495 | # CONFIG_BLK_DEV_NBD is not set |
490 | # CONFIG_BLK_DEV_SX8 is not set | 496 | # CONFIG_BLK_DEV_SX8 is not set |
491 | # CONFIG_BLK_DEV_RAM is not set | 497 | # CONFIG_BLK_DEV_RAM is not set |
492 | CONFIG_BLK_DEV_RAM_COUNT=16 | 498 | # CONFIG_BLK_DEV_INITRD is not set |
493 | CONFIG_CDROM_PKTCDVD=m | 499 | CONFIG_CDROM_PKTCDVD=m |
494 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 500 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
495 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 501 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -754,6 +760,7 @@ CONFIG_SERIO_RAW=m | |||
754 | # | 760 | # |
755 | CONFIG_SERIAL_8250=y | 761 | CONFIG_SERIAL_8250=y |
756 | CONFIG_SERIAL_8250_CONSOLE=y | 762 | CONFIG_SERIAL_8250_CONSOLE=y |
763 | CONFIG_SERIAL_8250_PCI=y | ||
757 | # CONFIG_SERIAL_8250_CS is not set | 764 | # CONFIG_SERIAL_8250_CS is not set |
758 | CONFIG_SERIAL_8250_NR_UARTS=4 | 765 | CONFIG_SERIAL_8250_NR_UARTS=4 |
759 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 766 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
@@ -765,6 +772,7 @@ CONFIG_SERIAL_8250_AU1X00=y | |||
765 | # | 772 | # |
766 | CONFIG_SERIAL_CORE=y | 773 | CONFIG_SERIAL_CORE=y |
767 | CONFIG_SERIAL_CORE_CONSOLE=y | 774 | CONFIG_SERIAL_CORE_CONSOLE=y |
775 | # CONFIG_SERIAL_JSM is not set | ||
768 | CONFIG_UNIX98_PTYS=y | 776 | CONFIG_UNIX98_PTYS=y |
769 | CONFIG_LEGACY_PTYS=y | 777 | CONFIG_LEGACY_PTYS=y |
770 | CONFIG_LEGACY_PTY_COUNT=256 | 778 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -830,10 +838,6 @@ CONFIG_SYNCLINK_CS=m | |||
830 | # | 838 | # |
831 | 839 | ||
832 | # | 840 | # |
833 | # Multimedia Capabilities Port drivers | ||
834 | # | ||
835 | |||
836 | # | ||
837 | # Multimedia devices | 841 | # Multimedia devices |
838 | # | 842 | # |
839 | # CONFIG_VIDEO_DEV is not set | 843 | # CONFIG_VIDEO_DEV is not set |
@@ -858,6 +862,7 @@ CONFIG_SYNCLINK_CS=m | |||
858 | # | 862 | # |
859 | CONFIG_USB_ARCH_HAS_HCD=y | 863 | CONFIG_USB_ARCH_HAS_HCD=y |
860 | CONFIG_USB_ARCH_HAS_OHCI=y | 864 | CONFIG_USB_ARCH_HAS_OHCI=y |
865 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
861 | # CONFIG_USB is not set | 866 | # CONFIG_USB is not set |
862 | 867 | ||
863 | # | 868 | # |
@@ -875,13 +880,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
875 | # CONFIG_MMC is not set | 880 | # CONFIG_MMC is not set |
876 | 881 | ||
877 | # | 882 | # |
883 | # LED devices | ||
884 | # | ||
885 | # CONFIG_NEW_LEDS is not set | ||
886 | |||
887 | # | ||
888 | # LED drivers | ||
889 | # | ||
890 | |||
891 | # | ||
892 | # LED Triggers | ||
893 | # | ||
894 | |||
895 | # | ||
878 | # InfiniBand support | 896 | # InfiniBand support |
879 | # | 897 | # |
880 | # CONFIG_INFINIBAND is not set | 898 | # CONFIG_INFINIBAND is not set |
881 | 899 | ||
882 | # | 900 | # |
883 | # SN Devices | 901 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
902 | # | ||
903 | |||
904 | # | ||
905 | # Real Time Clock | ||
884 | # | 906 | # |
907 | # CONFIG_RTC_CLASS is not set | ||
885 | 908 | ||
886 | # | 909 | # |
887 | # File systems | 910 | # File systems |
@@ -939,7 +962,6 @@ CONFIG_SYSFS=y | |||
939 | CONFIG_TMPFS=y | 962 | CONFIG_TMPFS=y |
940 | # CONFIG_HUGETLB_PAGE is not set | 963 | # CONFIG_HUGETLB_PAGE is not set |
941 | CONFIG_RAMFS=y | 964 | CONFIG_RAMFS=y |
942 | CONFIG_RELAYFS_FS=m | ||
943 | # CONFIG_CONFIGFS_FS is not set | 965 | # CONFIG_CONFIGFS_FS is not set |
944 | 966 | ||
945 | # | 967 | # |
@@ -1048,6 +1070,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1048 | # CONFIG_MAGIC_SYSRQ is not set | 1070 | # CONFIG_MAGIC_SYSRQ is not set |
1049 | # CONFIG_DEBUG_KERNEL is not set | 1071 | # CONFIG_DEBUG_KERNEL is not set |
1050 | CONFIG_LOG_BUF_SHIFT=14 | 1072 | CONFIG_LOG_BUF_SHIFT=14 |
1073 | # CONFIG_DEBUG_FS is not set | ||
1051 | CONFIG_CROSSCOMPILE=y | 1074 | CONFIG_CROSSCOMPILE=y |
1052 | CONFIG_CMDLINE="" | 1075 | CONFIG_CMDLINE="" |
1053 | 1076 | ||
diff --git a/arch/mips/configs/ddb5476_defconfig b/arch/mips/configs/ddb5476_defconfig index 8fae63e47e5e..8d88ac1bbfeb 100644 --- a/arch/mips/configs/ddb5476_defconfig +++ b/arch/mips/configs/ddb5476_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:02 2006 | 4 | # Mon Apr 24 14:51:00 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_DDB5476=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,7 +116,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | # CONFIG_PAGE_SIZE_16KB is not set | 116 | # CONFIG_PAGE_SIZE_16KB is not set |
115 | # CONFIG_PAGE_SIZE_64KB is not set | 117 | # CONFIG_PAGE_SIZE_64KB is not set |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
@@ -136,7 +137,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 137 | # Code maturity level options |
137 | # | 138 | # |
138 | CONFIG_EXPERIMENTAL=y | 139 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 140 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 141 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 142 | ||
@@ -152,6 +152,7 @@ CONFIG_SYSVIPC=y | |||
152 | CONFIG_SYSCTL=y | 152 | CONFIG_SYSCTL=y |
153 | # CONFIG_AUDIT is not set | 153 | # CONFIG_AUDIT is not set |
154 | # CONFIG_IKCONFIG is not set | 154 | # CONFIG_IKCONFIG is not set |
155 | CONFIG_RELAY=y | ||
155 | CONFIG_INITRAMFS_SOURCE="" | 156 | CONFIG_INITRAMFS_SOURCE="" |
156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
157 | CONFIG_EMBEDDED=y | 158 | CONFIG_EMBEDDED=y |
@@ -165,10 +166,6 @@ CONFIG_BASE_FULL=y | |||
165 | CONFIG_FUTEX=y | 166 | CONFIG_FUTEX=y |
166 | CONFIG_EPOLL=y | 167 | CONFIG_EPOLL=y |
167 | CONFIG_SHMEM=y | 168 | CONFIG_SHMEM=y |
168 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
169 | CONFIG_CC_ALIGN_LABELS=0 | ||
170 | CONFIG_CC_ALIGN_LOOPS=0 | ||
171 | CONFIG_CC_ALIGN_JUMPS=0 | ||
172 | CONFIG_SLAB=y | 169 | CONFIG_SLAB=y |
173 | # CONFIG_TINY_SHMEM is not set | 170 | # CONFIG_TINY_SHMEM is not set |
174 | CONFIG_BASE_SMALL=0 | 171 | CONFIG_BASE_SMALL=0 |
@@ -183,6 +180,8 @@ CONFIG_BASE_SMALL=0 | |||
183 | # Block layer | 180 | # Block layer |
184 | # | 181 | # |
185 | # CONFIG_LBD is not set | 182 | # CONFIG_LBD is not set |
183 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
184 | # CONFIG_LSF is not set | ||
186 | 185 | ||
187 | # | 186 | # |
188 | # IO Schedulers | 187 | # IO Schedulers |
@@ -202,7 +201,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
202 | # | 201 | # |
203 | CONFIG_HW_HAS_PCI=y | 202 | CONFIG_HW_HAS_PCI=y |
204 | CONFIG_PCI=y | 203 | CONFIG_PCI=y |
205 | CONFIG_PCI_LEGACY_PROC=y | ||
206 | CONFIG_ISA=y | 204 | CONFIG_ISA=y |
207 | CONFIG_MMU=y | 205 | CONFIG_MMU=y |
208 | 206 | ||
@@ -231,6 +229,7 @@ CONFIG_NET=y | |||
231 | # | 229 | # |
232 | # Networking options | 230 | # Networking options |
233 | # | 231 | # |
232 | # CONFIG_NETDEBUG is not set | ||
234 | CONFIG_PACKET=y | 233 | CONFIG_PACKET=y |
235 | # CONFIG_PACKET_MMAP is not set | 234 | # CONFIG_PACKET_MMAP is not set |
236 | CONFIG_UNIX=y | 235 | CONFIG_UNIX=y |
@@ -252,12 +251,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
252 | # CONFIG_INET_AH is not set | 251 | # CONFIG_INET_AH is not set |
253 | # CONFIG_INET_ESP is not set | 252 | # CONFIG_INET_ESP is not set |
254 | # CONFIG_INET_IPCOMP is not set | 253 | # CONFIG_INET_IPCOMP is not set |
255 | CONFIG_INET_TUNNEL=y | 254 | # CONFIG_INET_XFRM_TUNNEL is not set |
255 | # CONFIG_INET_TUNNEL is not set | ||
256 | CONFIG_INET_DIAG=y | 256 | CONFIG_INET_DIAG=y |
257 | CONFIG_INET_TCP_DIAG=y | 257 | CONFIG_INET_TCP_DIAG=y |
258 | # CONFIG_TCP_CONG_ADVANCED is not set | 258 | # CONFIG_TCP_CONG_ADVANCED is not set |
259 | CONFIG_TCP_CONG_BIC=y | 259 | CONFIG_TCP_CONG_BIC=y |
260 | # CONFIG_IPV6 is not set | 260 | # CONFIG_IPV6 is not set |
261 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
262 | # CONFIG_INET6_TUNNEL is not set | ||
261 | # CONFIG_NETFILTER is not set | 263 | # CONFIG_NETFILTER is not set |
262 | 264 | ||
263 | # | 265 | # |
@@ -269,6 +271,11 @@ CONFIG_TCP_CONG_BIC=y | |||
269 | # SCTP Configuration (EXPERIMENTAL) | 271 | # SCTP Configuration (EXPERIMENTAL) |
270 | # | 272 | # |
271 | # CONFIG_IP_SCTP is not set | 273 | # CONFIG_IP_SCTP is not set |
274 | |||
275 | # | ||
276 | # TIPC Configuration (EXPERIMENTAL) | ||
277 | # | ||
278 | # CONFIG_TIPC is not set | ||
272 | # CONFIG_ATM is not set | 279 | # CONFIG_ATM is not set |
273 | # CONFIG_BRIDGE is not set | 280 | # CONFIG_BRIDGE is not set |
274 | # CONFIG_VLAN_8021Q is not set | 281 | # CONFIG_VLAN_8021Q is not set |
@@ -278,11 +285,6 @@ CONFIG_TCP_CONG_BIC=y | |||
278 | # CONFIG_ATALK is not set | 285 | # CONFIG_ATALK is not set |
279 | # CONFIG_X25 is not set | 286 | # CONFIG_X25 is not set |
280 | # CONFIG_LAPB is not set | 287 | # CONFIG_LAPB is not set |
281 | |||
282 | # | ||
283 | # TIPC Configuration (EXPERIMENTAL) | ||
284 | # | ||
285 | # CONFIG_TIPC is not set | ||
286 | # CONFIG_NET_DIVERT is not set | 288 | # CONFIG_NET_DIVERT is not set |
287 | # CONFIG_ECONET is not set | 289 | # CONFIG_ECONET is not set |
288 | # CONFIG_WAN_ROUTER is not set | 290 | # CONFIG_WAN_ROUTER is not set |
@@ -303,6 +305,9 @@ CONFIG_IEEE80211=y | |||
303 | # CONFIG_IEEE80211_DEBUG is not set | 305 | # CONFIG_IEEE80211_DEBUG is not set |
304 | CONFIG_IEEE80211_CRYPT_WEP=y | 306 | CONFIG_IEEE80211_CRYPT_WEP=y |
305 | CONFIG_IEEE80211_CRYPT_CCMP=y | 307 | CONFIG_IEEE80211_CRYPT_CCMP=y |
308 | CONFIG_IEEE80211_SOFTMAC=y | ||
309 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
310 | CONFIG_WIRELESS_EXT=y | ||
306 | 311 | ||
307 | # | 312 | # |
308 | # Device Drivers | 313 | # Device Drivers |
@@ -348,7 +353,7 @@ CONFIG_PROC_EVENTS=y | |||
348 | # CONFIG_BLK_DEV_NBD is not set | 353 | # CONFIG_BLK_DEV_NBD is not set |
349 | # CONFIG_BLK_DEV_SX8 is not set | 354 | # CONFIG_BLK_DEV_SX8 is not set |
350 | # CONFIG_BLK_DEV_RAM is not set | 355 | # CONFIG_BLK_DEV_RAM is not set |
351 | CONFIG_BLK_DEV_RAM_COUNT=16 | 356 | # CONFIG_BLK_DEV_INITRD is not set |
352 | CONFIG_CDROM_PKTCDVD=y | 357 | CONFIG_CDROM_PKTCDVD=y |
353 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 358 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
354 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 359 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -571,6 +576,7 @@ CONFIG_HW_CONSOLE=y | |||
571 | # | 576 | # |
572 | CONFIG_SERIAL_8250=y | 577 | CONFIG_SERIAL_8250=y |
573 | CONFIG_SERIAL_8250_CONSOLE=y | 578 | CONFIG_SERIAL_8250_CONSOLE=y |
579 | CONFIG_SERIAL_8250_PCI=y | ||
574 | CONFIG_SERIAL_8250_NR_UARTS=4 | 580 | CONFIG_SERIAL_8250_NR_UARTS=4 |
575 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 581 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
576 | # CONFIG_SERIAL_8250_EXTENDED is not set | 582 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -580,6 +586,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
580 | # | 586 | # |
581 | CONFIG_SERIAL_CORE=y | 587 | CONFIG_SERIAL_CORE=y |
582 | CONFIG_SERIAL_CORE_CONSOLE=y | 588 | CONFIG_SERIAL_CORE_CONSOLE=y |
589 | # CONFIG_SERIAL_JSM is not set | ||
583 | CONFIG_UNIX98_PTYS=y | 590 | CONFIG_UNIX98_PTYS=y |
584 | CONFIG_LEGACY_PTYS=y | 591 | CONFIG_LEGACY_PTYS=y |
585 | CONFIG_LEGACY_PTY_COUNT=256 | 592 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -638,10 +645,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
638 | # | 645 | # |
639 | 646 | ||
640 | # | 647 | # |
641 | # Multimedia Capabilities Port drivers | ||
642 | # | ||
643 | |||
644 | # | ||
645 | # Multimedia devices | 648 | # Multimedia devices |
646 | # | 649 | # |
647 | # CONFIG_VIDEO_DEV is not set | 650 | # CONFIG_VIDEO_DEV is not set |
@@ -659,6 +662,7 @@ CONFIG_FB=y | |||
659 | # CONFIG_FB_CFB_COPYAREA is not set | 662 | # CONFIG_FB_CFB_COPYAREA is not set |
660 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 663 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
661 | # CONFIG_FB_MACMODES is not set | 664 | # CONFIG_FB_MACMODES is not set |
665 | CONFIG_FB_FIRMWARE_EDID=y | ||
662 | # CONFIG_FB_MODE_HELPERS is not set | 666 | # CONFIG_FB_MODE_HELPERS is not set |
663 | # CONFIG_FB_TILEBLITTING is not set | 667 | # CONFIG_FB_TILEBLITTING is not set |
664 | # CONFIG_FB_CIRRUS is not set | 668 | # CONFIG_FB_CIRRUS is not set |
@@ -670,7 +674,6 @@ CONFIG_FB=y | |||
670 | # CONFIG_FB_NVIDIA is not set | 674 | # CONFIG_FB_NVIDIA is not set |
671 | # CONFIG_FB_RIVA is not set | 675 | # CONFIG_FB_RIVA is not set |
672 | # CONFIG_FB_MATROX is not set | 676 | # CONFIG_FB_MATROX is not set |
673 | # CONFIG_FB_RADEON_OLD is not set | ||
674 | # CONFIG_FB_RADEON is not set | 677 | # CONFIG_FB_RADEON is not set |
675 | # CONFIG_FB_ATY128 is not set | 678 | # CONFIG_FB_ATY128 is not set |
676 | # CONFIG_FB_ATY is not set | 679 | # CONFIG_FB_ATY is not set |
@@ -708,6 +711,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
708 | # | 711 | # |
709 | CONFIG_USB_ARCH_HAS_HCD=y | 712 | CONFIG_USB_ARCH_HAS_HCD=y |
710 | CONFIG_USB_ARCH_HAS_OHCI=y | 713 | CONFIG_USB_ARCH_HAS_OHCI=y |
714 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
711 | # CONFIG_USB is not set | 715 | # CONFIG_USB is not set |
712 | 716 | ||
713 | # | 717 | # |
@@ -725,13 +729,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
725 | # CONFIG_MMC is not set | 729 | # CONFIG_MMC is not set |
726 | 730 | ||
727 | # | 731 | # |
732 | # LED devices | ||
733 | # | ||
734 | # CONFIG_NEW_LEDS is not set | ||
735 | |||
736 | # | ||
737 | # LED drivers | ||
738 | # | ||
739 | |||
740 | # | ||
741 | # LED Triggers | ||
742 | # | ||
743 | |||
744 | # | ||
728 | # InfiniBand support | 745 | # InfiniBand support |
729 | # | 746 | # |
730 | # CONFIG_INFINIBAND is not set | 747 | # CONFIG_INFINIBAND is not set |
731 | 748 | ||
732 | # | 749 | # |
733 | # SN Devices | 750 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
751 | # | ||
752 | |||
753 | # | ||
754 | # Real Time Clock | ||
734 | # | 755 | # |
756 | # CONFIG_RTC_CLASS is not set | ||
735 | 757 | ||
736 | # | 758 | # |
737 | # File systems | 759 | # File systems |
@@ -776,7 +798,6 @@ CONFIG_SYSFS=y | |||
776 | # CONFIG_TMPFS is not set | 798 | # CONFIG_TMPFS is not set |
777 | # CONFIG_HUGETLB_PAGE is not set | 799 | # CONFIG_HUGETLB_PAGE is not set |
778 | CONFIG_RAMFS=y | 800 | CONFIG_RAMFS=y |
779 | CONFIG_RELAYFS_FS=y | ||
780 | # CONFIG_CONFIGFS_FS is not set | 801 | # CONFIG_CONFIGFS_FS is not set |
781 | 802 | ||
782 | # | 803 | # |
@@ -840,6 +861,8 @@ CONFIG_MSDOS_PARTITION=y | |||
840 | # CONFIG_MAGIC_SYSRQ is not set | 861 | # CONFIG_MAGIC_SYSRQ is not set |
841 | # CONFIG_DEBUG_KERNEL is not set | 862 | # CONFIG_DEBUG_KERNEL is not set |
842 | CONFIG_LOG_BUF_SHIFT=14 | 863 | CONFIG_LOG_BUF_SHIFT=14 |
864 | # CONFIG_DEBUG_FS is not set | ||
865 | # CONFIG_UNWIND_INFO is not set | ||
843 | CONFIG_CROSSCOMPILE=y | 866 | CONFIG_CROSSCOMPILE=y |
844 | CONFIG_CMDLINE="ip=any" | 867 | CONFIG_CMDLINE="ip=any" |
845 | 868 | ||
diff --git a/arch/mips/configs/ddb5477_defconfig b/arch/mips/configs/ddb5477_defconfig index a0fcd44e7709..8c911b671415 100644 --- a/arch/mips/configs/ddb5477_defconfig +++ b/arch/mips/configs/ddb5477_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:02 2006 | 4 | # Mon Apr 24 14:51:01 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -65,6 +65,8 @@ CONFIG_DDB5477=y | |||
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_DDB5477_BUS_FREQUENCY=0 | 66 | CONFIG_DDB5477_BUS_FREQUENCY=0 |
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
70 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,7 +116,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | # CONFIG_PAGE_SIZE_16KB is not set | 116 | # CONFIG_PAGE_SIZE_16KB is not set |
115 | # CONFIG_PAGE_SIZE_64KB is not set | 117 | # CONFIG_PAGE_SIZE_64KB is not set |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
@@ -136,7 +137,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 137 | # Code maturity level options |
137 | # | 138 | # |
138 | CONFIG_EXPERIMENTAL=y | 139 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 140 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 141 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 142 | ||
@@ -152,6 +152,7 @@ CONFIG_SYSVIPC=y | |||
152 | CONFIG_SYSCTL=y | 152 | CONFIG_SYSCTL=y |
153 | # CONFIG_AUDIT is not set | 153 | # CONFIG_AUDIT is not set |
154 | # CONFIG_IKCONFIG is not set | 154 | # CONFIG_IKCONFIG is not set |
155 | CONFIG_RELAY=y | ||
155 | CONFIG_INITRAMFS_SOURCE="" | 156 | CONFIG_INITRAMFS_SOURCE="" |
156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
157 | CONFIG_EMBEDDED=y | 158 | CONFIG_EMBEDDED=y |
@@ -165,10 +166,6 @@ CONFIG_BASE_FULL=y | |||
165 | CONFIG_FUTEX=y | 166 | CONFIG_FUTEX=y |
166 | CONFIG_EPOLL=y | 167 | CONFIG_EPOLL=y |
167 | CONFIG_SHMEM=y | 168 | CONFIG_SHMEM=y |
168 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
169 | CONFIG_CC_ALIGN_LABELS=0 | ||
170 | CONFIG_CC_ALIGN_LOOPS=0 | ||
171 | CONFIG_CC_ALIGN_JUMPS=0 | ||
172 | CONFIG_SLAB=y | 169 | CONFIG_SLAB=y |
173 | # CONFIG_TINY_SHMEM is not set | 170 | # CONFIG_TINY_SHMEM is not set |
174 | CONFIG_BASE_SMALL=0 | 171 | CONFIG_BASE_SMALL=0 |
@@ -183,6 +180,8 @@ CONFIG_BASE_SMALL=0 | |||
183 | # Block layer | 180 | # Block layer |
184 | # | 181 | # |
185 | # CONFIG_LBD is not set | 182 | # CONFIG_LBD is not set |
183 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
184 | # CONFIG_LSF is not set | ||
186 | 185 | ||
187 | # | 186 | # |
188 | # IO Schedulers | 187 | # IO Schedulers |
@@ -202,7 +201,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
202 | # | 201 | # |
203 | CONFIG_HW_HAS_PCI=y | 202 | CONFIG_HW_HAS_PCI=y |
204 | CONFIG_PCI=y | 203 | CONFIG_PCI=y |
205 | CONFIG_PCI_LEGACY_PROC=y | ||
206 | CONFIG_MMU=y | 204 | CONFIG_MMU=y |
207 | 205 | ||
208 | # | 206 | # |
@@ -230,6 +228,7 @@ CONFIG_NET=y | |||
230 | # | 228 | # |
231 | # Networking options | 229 | # Networking options |
232 | # | 230 | # |
231 | # CONFIG_NETDEBUG is not set | ||
233 | CONFIG_PACKET=y | 232 | CONFIG_PACKET=y |
234 | # CONFIG_PACKET_MMAP is not set | 233 | # CONFIG_PACKET_MMAP is not set |
235 | CONFIG_UNIX=y | 234 | CONFIG_UNIX=y |
@@ -251,12 +250,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
251 | # CONFIG_INET_AH is not set | 250 | # CONFIG_INET_AH is not set |
252 | # CONFIG_INET_ESP is not set | 251 | # CONFIG_INET_ESP is not set |
253 | # CONFIG_INET_IPCOMP is not set | 252 | # CONFIG_INET_IPCOMP is not set |
254 | CONFIG_INET_TUNNEL=y | 253 | # CONFIG_INET_XFRM_TUNNEL is not set |
254 | # CONFIG_INET_TUNNEL is not set | ||
255 | CONFIG_INET_DIAG=y | 255 | CONFIG_INET_DIAG=y |
256 | CONFIG_INET_TCP_DIAG=y | 256 | CONFIG_INET_TCP_DIAG=y |
257 | # CONFIG_TCP_CONG_ADVANCED is not set | 257 | # CONFIG_TCP_CONG_ADVANCED is not set |
258 | CONFIG_TCP_CONG_BIC=y | 258 | CONFIG_TCP_CONG_BIC=y |
259 | # CONFIG_IPV6 is not set | 259 | # CONFIG_IPV6 is not set |
260 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
261 | # CONFIG_INET6_TUNNEL is not set | ||
260 | # CONFIG_NETFILTER is not set | 262 | # CONFIG_NETFILTER is not set |
261 | 263 | ||
262 | # | 264 | # |
@@ -268,6 +270,11 @@ CONFIG_TCP_CONG_BIC=y | |||
268 | # SCTP Configuration (EXPERIMENTAL) | 270 | # SCTP Configuration (EXPERIMENTAL) |
269 | # | 271 | # |
270 | # CONFIG_IP_SCTP is not set | 272 | # CONFIG_IP_SCTP is not set |
273 | |||
274 | # | ||
275 | # TIPC Configuration (EXPERIMENTAL) | ||
276 | # | ||
277 | # CONFIG_TIPC is not set | ||
271 | # CONFIG_ATM is not set | 278 | # CONFIG_ATM is not set |
272 | # CONFIG_BRIDGE is not set | 279 | # CONFIG_BRIDGE is not set |
273 | # CONFIG_VLAN_8021Q is not set | 280 | # CONFIG_VLAN_8021Q is not set |
@@ -277,11 +284,6 @@ CONFIG_TCP_CONG_BIC=y | |||
277 | # CONFIG_ATALK is not set | 284 | # CONFIG_ATALK is not set |
278 | # CONFIG_X25 is not set | 285 | # CONFIG_X25 is not set |
279 | # CONFIG_LAPB is not set | 286 | # CONFIG_LAPB is not set |
280 | |||
281 | # | ||
282 | # TIPC Configuration (EXPERIMENTAL) | ||
283 | # | ||
284 | # CONFIG_TIPC is not set | ||
285 | # CONFIG_NET_DIVERT is not set | 287 | # CONFIG_NET_DIVERT is not set |
286 | # CONFIG_ECONET is not set | 288 | # CONFIG_ECONET is not set |
287 | # CONFIG_WAN_ROUTER is not set | 289 | # CONFIG_WAN_ROUTER is not set |
@@ -302,6 +304,9 @@ CONFIG_IEEE80211=y | |||
302 | # CONFIG_IEEE80211_DEBUG is not set | 304 | # CONFIG_IEEE80211_DEBUG is not set |
303 | CONFIG_IEEE80211_CRYPT_WEP=y | 305 | CONFIG_IEEE80211_CRYPT_WEP=y |
304 | CONFIG_IEEE80211_CRYPT_CCMP=y | 306 | CONFIG_IEEE80211_CRYPT_CCMP=y |
307 | CONFIG_IEEE80211_SOFTMAC=y | ||
308 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
309 | CONFIG_WIRELESS_EXT=y | ||
305 | 310 | ||
306 | # | 311 | # |
307 | # Device Drivers | 312 | # Device Drivers |
@@ -346,7 +351,7 @@ CONFIG_PROC_EVENTS=y | |||
346 | # CONFIG_BLK_DEV_NBD is not set | 351 | # CONFIG_BLK_DEV_NBD is not set |
347 | # CONFIG_BLK_DEV_SX8 is not set | 352 | # CONFIG_BLK_DEV_SX8 is not set |
348 | # CONFIG_BLK_DEV_RAM is not set | 353 | # CONFIG_BLK_DEV_RAM is not set |
349 | CONFIG_BLK_DEV_RAM_COUNT=16 | 354 | # CONFIG_BLK_DEV_INITRD is not set |
350 | CONFIG_CDROM_PKTCDVD=y | 355 | CONFIG_CDROM_PKTCDVD=y |
351 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 356 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
352 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 357 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -556,6 +561,7 @@ CONFIG_HW_CONSOLE=y | |||
556 | # | 561 | # |
557 | CONFIG_SERIAL_8250=y | 562 | CONFIG_SERIAL_8250=y |
558 | CONFIG_SERIAL_8250_CONSOLE=y | 563 | CONFIG_SERIAL_8250_CONSOLE=y |
564 | CONFIG_SERIAL_8250_PCI=y | ||
559 | CONFIG_SERIAL_8250_NR_UARTS=4 | 565 | CONFIG_SERIAL_8250_NR_UARTS=4 |
560 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 566 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
561 | # CONFIG_SERIAL_8250_EXTENDED is not set | 567 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -565,6 +571,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
565 | # | 571 | # |
566 | CONFIG_SERIAL_CORE=y | 572 | CONFIG_SERIAL_CORE=y |
567 | CONFIG_SERIAL_CORE_CONSOLE=y | 573 | CONFIG_SERIAL_CORE_CONSOLE=y |
574 | # CONFIG_SERIAL_JSM is not set | ||
568 | CONFIG_UNIX98_PTYS=y | 575 | CONFIG_UNIX98_PTYS=y |
569 | CONFIG_LEGACY_PTYS=y | 576 | CONFIG_LEGACY_PTYS=y |
570 | CONFIG_LEGACY_PTY_COUNT=256 | 577 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -623,10 +630,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
623 | # | 630 | # |
624 | 631 | ||
625 | # | 632 | # |
626 | # Multimedia Capabilities Port drivers | ||
627 | # | ||
628 | |||
629 | # | ||
630 | # Multimedia devices | 633 | # Multimedia devices |
631 | # | 634 | # |
632 | # CONFIG_VIDEO_DEV is not set | 635 | # CONFIG_VIDEO_DEV is not set |
@@ -657,6 +660,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
657 | # | 660 | # |
658 | CONFIG_USB_ARCH_HAS_HCD=y | 661 | CONFIG_USB_ARCH_HAS_HCD=y |
659 | CONFIG_USB_ARCH_HAS_OHCI=y | 662 | CONFIG_USB_ARCH_HAS_OHCI=y |
663 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
660 | # CONFIG_USB is not set | 664 | # CONFIG_USB is not set |
661 | 665 | ||
662 | # | 666 | # |
@@ -674,13 +678,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
674 | # CONFIG_MMC is not set | 678 | # CONFIG_MMC is not set |
675 | 679 | ||
676 | # | 680 | # |
681 | # LED devices | ||
682 | # | ||
683 | # CONFIG_NEW_LEDS is not set | ||
684 | |||
685 | # | ||
686 | # LED drivers | ||
687 | # | ||
688 | |||
689 | # | ||
690 | # LED Triggers | ||
691 | # | ||
692 | |||
693 | # | ||
677 | # InfiniBand support | 694 | # InfiniBand support |
678 | # | 695 | # |
679 | # CONFIG_INFINIBAND is not set | 696 | # CONFIG_INFINIBAND is not set |
680 | 697 | ||
681 | # | 698 | # |
682 | # SN Devices | 699 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
700 | # | ||
701 | |||
702 | # | ||
703 | # Real Time Clock | ||
683 | # | 704 | # |
705 | # CONFIG_RTC_CLASS is not set | ||
684 | 706 | ||
685 | # | 707 | # |
686 | # File systems | 708 | # File systems |
@@ -725,7 +747,6 @@ CONFIG_SYSFS=y | |||
725 | # CONFIG_TMPFS is not set | 747 | # CONFIG_TMPFS is not set |
726 | # CONFIG_HUGETLB_PAGE is not set | 748 | # CONFIG_HUGETLB_PAGE is not set |
727 | CONFIG_RAMFS=y | 749 | CONFIG_RAMFS=y |
728 | CONFIG_RELAYFS_FS=y | ||
729 | # CONFIG_CONFIGFS_FS is not set | 750 | # CONFIG_CONFIGFS_FS is not set |
730 | 751 | ||
731 | # | 752 | # |
@@ -792,6 +813,8 @@ CONFIG_MSDOS_PARTITION=y | |||
792 | # CONFIG_MAGIC_SYSRQ is not set | 813 | # CONFIG_MAGIC_SYSRQ is not set |
793 | # CONFIG_DEBUG_KERNEL is not set | 814 | # CONFIG_DEBUG_KERNEL is not set |
794 | CONFIG_LOG_BUF_SHIFT=14 | 815 | CONFIG_LOG_BUF_SHIFT=14 |
816 | # CONFIG_DEBUG_FS is not set | ||
817 | # CONFIG_UNWIND_INFO is not set | ||
795 | CONFIG_CROSSCOMPILE=y | 818 | CONFIG_CROSSCOMPILE=y |
796 | CONFIG_CMDLINE="ip=any" | 819 | CONFIG_CMDLINE="ip=any" |
797 | 820 | ||
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 5a181eadd437..d838496e114f 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:03 2006 | 4 | # Mon Apr 24 14:51:01 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -63,11 +63,13 @@ CONFIG_MACH_DECSTATION=y | |||
63 | # CONFIG_TOSHIBA_JMR3927 is not set | 63 | # CONFIG_TOSHIBA_JMR3927 is not set |
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_EARLY_PRINTK=y | ||
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
70 | CONFIG_EARLY_PRINTK=y | ||
71 | # CONFIG_CPU_BIG_ENDIAN is not set | 73 | # CONFIG_CPU_BIG_ENDIAN is not set |
72 | CONFIG_CPU_LITTLE_ENDIAN=y | 74 | CONFIG_CPU_LITTLE_ENDIAN=y |
73 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y | 75 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y |
@@ -113,7 +115,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
113 | # CONFIG_PAGE_SIZE_16KB is not set | 115 | # CONFIG_PAGE_SIZE_16KB is not set |
114 | # CONFIG_PAGE_SIZE_64KB is not set | 116 | # CONFIG_PAGE_SIZE_64KB is not set |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | # CONFIG_CPU_ADVANCED is not set | ||
117 | CONFIG_CPU_HAS_WB=y | 118 | CONFIG_CPU_HAS_WB=y |
118 | CONFIG_GENERIC_HARDIRQS=y | 119 | CONFIG_GENERIC_HARDIRQS=y |
119 | CONFIG_GENERIC_IRQ_PROBE=y | 120 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -135,7 +136,6 @@ CONFIG_PREEMPT_NONE=y | |||
135 | # Code maturity level options | 136 | # Code maturity level options |
136 | # | 137 | # |
137 | CONFIG_EXPERIMENTAL=y | 138 | CONFIG_EXPERIMENTAL=y |
138 | CONFIG_CLEAN_COMPILE=y | ||
139 | CONFIG_BROKEN_ON_SMP=y | 139 | CONFIG_BROKEN_ON_SMP=y |
140 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 140 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
141 | 141 | ||
@@ -151,6 +151,7 @@ CONFIG_SYSVIPC=y | |||
151 | CONFIG_SYSCTL=y | 151 | CONFIG_SYSCTL=y |
152 | # CONFIG_AUDIT is not set | 152 | # CONFIG_AUDIT is not set |
153 | # CONFIG_IKCONFIG is not set | 153 | # CONFIG_IKCONFIG is not set |
154 | CONFIG_RELAY=y | ||
154 | CONFIG_INITRAMFS_SOURCE="" | 155 | CONFIG_INITRAMFS_SOURCE="" |
155 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
156 | CONFIG_EMBEDDED=y | 157 | CONFIG_EMBEDDED=y |
@@ -165,10 +166,6 @@ CONFIG_BASE_FULL=y | |||
165 | CONFIG_FUTEX=y | 166 | CONFIG_FUTEX=y |
166 | CONFIG_EPOLL=y | 167 | CONFIG_EPOLL=y |
167 | CONFIG_SHMEM=y | 168 | CONFIG_SHMEM=y |
168 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
169 | CONFIG_CC_ALIGN_LABELS=0 | ||
170 | CONFIG_CC_ALIGN_LOOPS=0 | ||
171 | CONFIG_CC_ALIGN_JUMPS=0 | ||
172 | CONFIG_SLAB=y | 169 | CONFIG_SLAB=y |
173 | # CONFIG_TINY_SHMEM is not set | 170 | # CONFIG_TINY_SHMEM is not set |
174 | CONFIG_BASE_SMALL=0 | 171 | CONFIG_BASE_SMALL=0 |
@@ -180,7 +177,6 @@ CONFIG_BASE_SMALL=0 | |||
180 | CONFIG_MODULES=y | 177 | CONFIG_MODULES=y |
181 | CONFIG_MODULE_UNLOAD=y | 178 | CONFIG_MODULE_UNLOAD=y |
182 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 179 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
183 | CONFIG_OBSOLETE_MODPARM=y | ||
184 | # CONFIG_MODVERSIONS is not set | 180 | # CONFIG_MODVERSIONS is not set |
185 | CONFIG_MODULE_SRCVERSION_ALL=y | 181 | CONFIG_MODULE_SRCVERSION_ALL=y |
186 | CONFIG_KMOD=y | 182 | CONFIG_KMOD=y |
@@ -189,6 +185,8 @@ CONFIG_KMOD=y | |||
189 | # Block layer | 185 | # Block layer |
190 | # | 186 | # |
191 | # CONFIG_LBD is not set | 187 | # CONFIG_LBD is not set |
188 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
189 | # CONFIG_LSF is not set | ||
192 | 190 | ||
193 | # | 191 | # |
194 | # IO Schedulers | 192 | # IO Schedulers |
@@ -233,11 +231,10 @@ CONFIG_NET=y | |||
233 | # | 231 | # |
234 | # Networking options | 232 | # Networking options |
235 | # | 233 | # |
234 | # CONFIG_NETDEBUG is not set | ||
236 | CONFIG_PACKET=y | 235 | CONFIG_PACKET=y |
237 | CONFIG_PACKET_MMAP=y | 236 | CONFIG_PACKET_MMAP=y |
238 | CONFIG_UNIX=y | 237 | CONFIG_UNIX=y |
239 | CONFIG_XFRM=y | ||
240 | CONFIG_XFRM_USER=m | ||
241 | # CONFIG_NET_KEY is not set | 238 | # CONFIG_NET_KEY is not set |
242 | CONFIG_INET=y | 239 | CONFIG_INET=y |
243 | # CONFIG_IP_MULTICAST is not set | 240 | # CONFIG_IP_MULTICAST is not set |
@@ -254,12 +251,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
254 | # CONFIG_INET_AH is not set | 251 | # CONFIG_INET_AH is not set |
255 | # CONFIG_INET_ESP is not set | 252 | # CONFIG_INET_ESP is not set |
256 | # CONFIG_INET_IPCOMP is not set | 253 | # CONFIG_INET_IPCOMP is not set |
257 | CONFIG_INET_TUNNEL=m | 254 | # CONFIG_INET_XFRM_TUNNEL is not set |
255 | # CONFIG_INET_TUNNEL is not set | ||
258 | CONFIG_INET_DIAG=y | 256 | CONFIG_INET_DIAG=y |
259 | CONFIG_INET_TCP_DIAG=y | 257 | CONFIG_INET_TCP_DIAG=y |
260 | # CONFIG_TCP_CONG_ADVANCED is not set | 258 | # CONFIG_TCP_CONG_ADVANCED is not set |
261 | CONFIG_TCP_CONG_BIC=y | 259 | CONFIG_TCP_CONG_BIC=y |
262 | # CONFIG_IPV6 is not set | 260 | # CONFIG_IPV6 is not set |
261 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
262 | # CONFIG_INET6_TUNNEL is not set | ||
263 | # CONFIG_NETFILTER is not set | 263 | # CONFIG_NETFILTER is not set |
264 | 264 | ||
265 | # | 265 | # |
@@ -271,6 +271,11 @@ CONFIG_TCP_CONG_BIC=y | |||
271 | # SCTP Configuration (EXPERIMENTAL) | 271 | # SCTP Configuration (EXPERIMENTAL) |
272 | # | 272 | # |
273 | # CONFIG_IP_SCTP is not set | 273 | # CONFIG_IP_SCTP is not set |
274 | |||
275 | # | ||
276 | # TIPC Configuration (EXPERIMENTAL) | ||
277 | # | ||
278 | # CONFIG_TIPC is not set | ||
274 | # CONFIG_ATM is not set | 279 | # CONFIG_ATM is not set |
275 | # CONFIG_BRIDGE is not set | 280 | # CONFIG_BRIDGE is not set |
276 | # CONFIG_VLAN_8021Q is not set | 281 | # CONFIG_VLAN_8021Q is not set |
@@ -280,11 +285,6 @@ CONFIG_TCP_CONG_BIC=y | |||
280 | # CONFIG_ATALK is not set | 285 | # CONFIG_ATALK is not set |
281 | # CONFIG_X25 is not set | 286 | # CONFIG_X25 is not set |
282 | # CONFIG_LAPB is not set | 287 | # CONFIG_LAPB is not set |
283 | |||
284 | # | ||
285 | # TIPC Configuration (EXPERIMENTAL) | ||
286 | # | ||
287 | # CONFIG_TIPC is not set | ||
288 | # CONFIG_NET_DIVERT is not set | 288 | # CONFIG_NET_DIVERT is not set |
289 | # CONFIG_ECONET is not set | 289 | # CONFIG_ECONET is not set |
290 | # CONFIG_WAN_ROUTER is not set | 290 | # CONFIG_WAN_ROUTER is not set |
@@ -305,6 +305,9 @@ CONFIG_IEEE80211=m | |||
305 | # CONFIG_IEEE80211_DEBUG is not set | 305 | # CONFIG_IEEE80211_DEBUG is not set |
306 | CONFIG_IEEE80211_CRYPT_WEP=m | 306 | CONFIG_IEEE80211_CRYPT_WEP=m |
307 | CONFIG_IEEE80211_CRYPT_CCMP=m | 307 | CONFIG_IEEE80211_CRYPT_CCMP=m |
308 | CONFIG_IEEE80211_SOFTMAC=m | ||
309 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
310 | CONFIG_WIRELESS_EXT=y | ||
308 | 311 | ||
309 | # | 312 | # |
310 | # Device Drivers | 313 | # Device Drivers |
@@ -345,7 +348,7 @@ CONFIG_BLK_DEV_LOOP=m | |||
345 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 348 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
346 | # CONFIG_BLK_DEV_NBD is not set | 349 | # CONFIG_BLK_DEV_NBD is not set |
347 | # CONFIG_BLK_DEV_RAM is not set | 350 | # CONFIG_BLK_DEV_RAM is not set |
348 | CONFIG_BLK_DEV_RAM_COUNT=16 | 351 | # CONFIG_BLK_DEV_INITRD is not set |
349 | # CONFIG_CDROM_PKTCDVD is not set | 352 | # CONFIG_CDROM_PKTCDVD is not set |
350 | # CONFIG_ATA_OVER_ETH is not set | 353 | # CONFIG_ATA_OVER_ETH is not set |
351 | 354 | ||
@@ -567,10 +570,6 @@ CONFIG_RTC=y | |||
567 | # | 570 | # |
568 | 571 | ||
569 | # | 572 | # |
570 | # Multimedia Capabilities Port drivers | ||
571 | # | ||
572 | |||
573 | # | ||
574 | # Multimedia devices | 573 | # Multimedia devices |
575 | # | 574 | # |
576 | # CONFIG_VIDEO_DEV is not set | 575 | # CONFIG_VIDEO_DEV is not set |
@@ -588,6 +587,7 @@ CONFIG_FB_CFB_FILLRECT=y | |||
588 | CONFIG_FB_CFB_COPYAREA=y | 587 | CONFIG_FB_CFB_COPYAREA=y |
589 | CONFIG_FB_CFB_IMAGEBLIT=y | 588 | CONFIG_FB_CFB_IMAGEBLIT=y |
590 | # CONFIG_FB_MACMODES is not set | 589 | # CONFIG_FB_MACMODES is not set |
590 | CONFIG_FB_FIRMWARE_EDID=y | ||
591 | # CONFIG_FB_MODE_HELPERS is not set | 591 | # CONFIG_FB_MODE_HELPERS is not set |
592 | # CONFIG_FB_TILEBLITTING is not set | 592 | # CONFIG_FB_TILEBLITTING is not set |
593 | # CONFIG_FB_S1D13XXX is not set | 593 | # CONFIG_FB_S1D13XXX is not set |
@@ -617,6 +617,7 @@ CONFIG_LOGO_DEC_CLUT224=y | |||
617 | # | 617 | # |
618 | # CONFIG_USB_ARCH_HAS_HCD is not set | 618 | # CONFIG_USB_ARCH_HAS_HCD is not set |
619 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 619 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
620 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
620 | 621 | ||
621 | # | 622 | # |
622 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 623 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -633,12 +634,30 @@ CONFIG_LOGO_DEC_CLUT224=y | |||
633 | # CONFIG_MMC is not set | 634 | # CONFIG_MMC is not set |
634 | 635 | ||
635 | # | 636 | # |
637 | # LED devices | ||
638 | # | ||
639 | # CONFIG_NEW_LEDS is not set | ||
640 | |||
641 | # | ||
642 | # LED drivers | ||
643 | # | ||
644 | |||
645 | # | ||
646 | # LED Triggers | ||
647 | # | ||
648 | |||
649 | # | ||
636 | # InfiniBand support | 650 | # InfiniBand support |
637 | # | 651 | # |
638 | 652 | ||
639 | # | 653 | # |
640 | # SN Devices | 654 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
655 | # | ||
656 | |||
657 | # | ||
658 | # Real Time Clock | ||
641 | # | 659 | # |
660 | # CONFIG_RTC_CLASS is not set | ||
642 | 661 | ||
643 | # | 662 | # |
644 | # File systems | 663 | # File systems |
@@ -686,7 +705,6 @@ CONFIG_SYSFS=y | |||
686 | CONFIG_TMPFS=y | 705 | CONFIG_TMPFS=y |
687 | # CONFIG_HUGETLB_PAGE is not set | 706 | # CONFIG_HUGETLB_PAGE is not set |
688 | CONFIG_RAMFS=y | 707 | CONFIG_RAMFS=y |
689 | CONFIG_RELAYFS_FS=m | ||
690 | # CONFIG_CONFIGFS_FS is not set | 708 | # CONFIG_CONFIGFS_FS is not set |
691 | 709 | ||
692 | # | 710 | # |
@@ -705,7 +723,6 @@ CONFIG_RELAYFS_FS=m | |||
705 | # CONFIG_QNX4FS_FS is not set | 723 | # CONFIG_QNX4FS_FS is not set |
706 | # CONFIG_SYSV_FS is not set | 724 | # CONFIG_SYSV_FS is not set |
707 | CONFIG_UFS_FS=y | 725 | CONFIG_UFS_FS=y |
708 | CONFIG_UFS_FS_WRITE=y | ||
709 | 726 | ||
710 | # | 727 | # |
711 | # Network File Systems | 728 | # Network File Systems |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index 8fbfc06a6a2a..0760f4318910 100644 --- a/arch/mips/configs/e55_defconfig +++ b/arch/mips/configs/e55_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:04 2006 | 4 | # Tue Apr 25 00:08:20 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -70,6 +70,8 @@ CONFIG_CASIO_E55=y | |||
70 | # CONFIG_VICTOR_MPC30X is not set | 70 | # CONFIG_VICTOR_MPC30X is not set |
71 | # CONFIG_ZAO_CAPCELLA is not set | 71 | # CONFIG_ZAO_CAPCELLA is not set |
72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
73 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
74 | CONFIG_GENERIC_HWEIGHT=y | ||
73 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 75 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
74 | CONFIG_DMA_NONCOHERENT=y | 76 | CONFIG_DMA_NONCOHERENT=y |
75 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 77 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -88,7 +90,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
88 | # CONFIG_CPU_MIPS64_R2 is not set | 90 | # CONFIG_CPU_MIPS64_R2 is not set |
89 | # CONFIG_CPU_R3000 is not set | 91 | # CONFIG_CPU_R3000 is not set |
90 | # CONFIG_CPU_TX39XX is not set | 92 | # CONFIG_CPU_TX39XX is not set |
91 | # CONFIG_CPU_VR41XX is not set | 93 | CONFIG_CPU_VR41XX=y |
92 | # CONFIG_CPU_R4300 is not set | 94 | # CONFIG_CPU_R4300 is not set |
93 | # CONFIG_CPU_R4X00 is not set | 95 | # CONFIG_CPU_R4X00 is not set |
94 | # CONFIG_CPU_TX49XX is not set | 96 | # CONFIG_CPU_TX49XX is not set |
@@ -101,18 +103,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
101 | # CONFIG_CPU_RM7000 is not set | 103 | # CONFIG_CPU_RM7000 is not set |
102 | # CONFIG_CPU_RM9000 is not set | 104 | # CONFIG_CPU_RM9000 is not set |
103 | # CONFIG_CPU_SB1 is not set | 105 | # CONFIG_CPU_SB1 is not set |
106 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
107 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
108 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
109 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
104 | 110 | ||
105 | # | 111 | # |
106 | # Kernel type | 112 | # Kernel type |
107 | # | 113 | # |
108 | # CONFIG_32BIT is not set | 114 | CONFIG_32BIT=y |
109 | # CONFIG_64BIT is not set | 115 | # CONFIG_64BIT is not set |
110 | CONFIG_PAGE_SIZE_4KB=y | 116 | CONFIG_PAGE_SIZE_4KB=y |
111 | # CONFIG_PAGE_SIZE_8KB is not set | 117 | # CONFIG_PAGE_SIZE_8KB is not set |
112 | # CONFIG_PAGE_SIZE_16KB is not set | 118 | # CONFIG_PAGE_SIZE_16KB is not set |
113 | # CONFIG_PAGE_SIZE_64KB is not set | 119 | # CONFIG_PAGE_SIZE_64KB is not set |
114 | # CONFIG_MIPS_MT is not set | 120 | # CONFIG_MIPS_MT is not set |
115 | CONFIG_CPU_HAS_LLSC=y | ||
116 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
117 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
118 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -133,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
133 | # Code maturity level options | 138 | # Code maturity level options |
134 | # | 139 | # |
135 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
136 | CONFIG_CLEAN_COMPILE=y | ||
137 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
138 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
139 | 143 | ||
@@ -144,11 +148,10 @@ CONFIG_LOCALVERSION="" | |||
144 | CONFIG_LOCALVERSION_AUTO=y | 148 | CONFIG_LOCALVERSION_AUTO=y |
145 | CONFIG_SWAP=y | 149 | CONFIG_SWAP=y |
146 | CONFIG_SYSVIPC=y | 150 | CONFIG_SYSVIPC=y |
147 | # CONFIG_POSIX_MQUEUE is not set | ||
148 | # CONFIG_BSD_PROCESS_ACCT is not set | 151 | # CONFIG_BSD_PROCESS_ACCT is not set |
149 | CONFIG_SYSCTL=y | 152 | CONFIG_SYSCTL=y |
150 | # CONFIG_AUDIT is not set | ||
151 | # CONFIG_IKCONFIG is not set | 153 | # CONFIG_IKCONFIG is not set |
154 | # CONFIG_RELAY is not set | ||
152 | CONFIG_INITRAMFS_SOURCE="" | 155 | CONFIG_INITRAMFS_SOURCE="" |
153 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
154 | CONFIG_EMBEDDED=y | 157 | CONFIG_EMBEDDED=y |
@@ -162,10 +165,6 @@ CONFIG_BASE_FULL=y | |||
162 | CONFIG_FUTEX=y | 165 | CONFIG_FUTEX=y |
163 | CONFIG_EPOLL=y | 166 | CONFIG_EPOLL=y |
164 | CONFIG_SHMEM=y | 167 | CONFIG_SHMEM=y |
165 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
166 | CONFIG_CC_ALIGN_LABELS=0 | ||
167 | CONFIG_CC_ALIGN_LOOPS=0 | ||
168 | CONFIG_CC_ALIGN_JUMPS=0 | ||
169 | CONFIG_SLAB=y | 168 | CONFIG_SLAB=y |
170 | # CONFIG_TINY_SHMEM is not set | 169 | # CONFIG_TINY_SHMEM is not set |
171 | CONFIG_BASE_SMALL=0 | 170 | CONFIG_BASE_SMALL=0 |
@@ -177,7 +176,6 @@ CONFIG_BASE_SMALL=0 | |||
177 | CONFIG_MODULES=y | 176 | CONFIG_MODULES=y |
178 | CONFIG_MODULE_UNLOAD=y | 177 | CONFIG_MODULE_UNLOAD=y |
179 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 178 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
180 | CONFIG_OBSOLETE_MODPARM=y | ||
181 | CONFIG_MODVERSIONS=y | 179 | CONFIG_MODVERSIONS=y |
182 | CONFIG_MODULE_SRCVERSION_ALL=y | 180 | CONFIG_MODULE_SRCVERSION_ALL=y |
183 | CONFIG_KMOD=y | 181 | CONFIG_KMOD=y |
@@ -185,6 +183,9 @@ CONFIG_KMOD=y | |||
185 | # | 183 | # |
186 | # Block layer | 184 | # Block layer |
187 | # | 185 | # |
186 | # CONFIG_LBD is not set | ||
187 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
188 | # CONFIG_LSF is not set | ||
188 | 189 | ||
189 | # | 190 | # |
190 | # IO Schedulers | 191 | # IO Schedulers |
@@ -219,85 +220,12 @@ CONFIG_MMU=y | |||
219 | # | 220 | # |
220 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
221 | # CONFIG_BINFMT_MISC is not set | 222 | # CONFIG_BINFMT_MISC is not set |
223 | CONFIG_TRAD_SIGNALS=y | ||
222 | 224 | ||
223 | # | 225 | # |
224 | # Networking | 226 | # Networking |
225 | # | 227 | # |
226 | CONFIG_NET=y | 228 | # CONFIG_NET is not set |
227 | |||
228 | # | ||
229 | # Networking options | ||
230 | # | ||
231 | CONFIG_PACKET=y | ||
232 | CONFIG_PACKET_MMAP=y | ||
233 | CONFIG_UNIX=y | ||
234 | CONFIG_XFRM=y | ||
235 | CONFIG_XFRM_USER=m | ||
236 | CONFIG_NET_KEY=y | ||
237 | CONFIG_INET=y | ||
238 | CONFIG_IP_MULTICAST=y | ||
239 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
240 | CONFIG_IP_FIB_HASH=y | ||
241 | # CONFIG_IP_PNP is not set | ||
242 | # CONFIG_NET_IPIP is not set | ||
243 | # CONFIG_NET_IPGRE is not set | ||
244 | # CONFIG_IP_MROUTE is not set | ||
245 | # CONFIG_ARPD is not set | ||
246 | # CONFIG_SYN_COOKIES is not set | ||
247 | # CONFIG_INET_AH is not set | ||
248 | # CONFIG_INET_ESP is not set | ||
249 | # CONFIG_INET_IPCOMP is not set | ||
250 | CONFIG_INET_TUNNEL=m | ||
251 | CONFIG_INET_DIAG=y | ||
252 | CONFIG_INET_TCP_DIAG=y | ||
253 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
254 | CONFIG_TCP_CONG_BIC=y | ||
255 | # CONFIG_IPV6 is not set | ||
256 | # CONFIG_NETFILTER is not set | ||
257 | |||
258 | # | ||
259 | # DCCP Configuration (EXPERIMENTAL) | ||
260 | # | ||
261 | # CONFIG_IP_DCCP is not set | ||
262 | |||
263 | # | ||
264 | # SCTP Configuration (EXPERIMENTAL) | ||
265 | # | ||
266 | # CONFIG_IP_SCTP is not set | ||
267 | # CONFIG_ATM is not set | ||
268 | # CONFIG_BRIDGE is not set | ||
269 | # CONFIG_VLAN_8021Q is not set | ||
270 | # CONFIG_DECNET is not set | ||
271 | # CONFIG_LLC2 is not set | ||
272 | # CONFIG_IPX is not set | ||
273 | # CONFIG_ATALK is not set | ||
274 | # CONFIG_X25 is not set | ||
275 | # CONFIG_LAPB is not set | ||
276 | |||
277 | # | ||
278 | # TIPC Configuration (EXPERIMENTAL) | ||
279 | # | ||
280 | # CONFIG_TIPC is not set | ||
281 | # CONFIG_NET_DIVERT is not set | ||
282 | # CONFIG_ECONET is not set | ||
283 | # CONFIG_WAN_ROUTER is not set | ||
284 | |||
285 | # | ||
286 | # QoS and/or fair queueing | ||
287 | # | ||
288 | # CONFIG_NET_SCHED is not set | ||
289 | |||
290 | # | ||
291 | # Network testing | ||
292 | # | ||
293 | # CONFIG_NET_PKTGEN is not set | ||
294 | # CONFIG_HAMRADIO is not set | ||
295 | # CONFIG_IRDA is not set | ||
296 | # CONFIG_BT is not set | ||
297 | CONFIG_IEEE80211=m | ||
298 | # CONFIG_IEEE80211_DEBUG is not set | ||
299 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
300 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
301 | 229 | ||
302 | # | 230 | # |
303 | # Device Drivers | 231 | # Device Drivers |
@@ -313,7 +241,6 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
313 | # | 241 | # |
314 | # Connector - unified userspace <-> kernelspace linker | 242 | # Connector - unified userspace <-> kernelspace linker |
315 | # | 243 | # |
316 | CONFIG_CONNECTOR=m | ||
317 | 244 | ||
318 | # | 245 | # |
319 | # Memory Technology Devices (MTD) | 246 | # Memory Technology Devices (MTD) |
@@ -335,11 +262,11 @@ CONFIG_CONNECTOR=m | |||
335 | # | 262 | # |
336 | # CONFIG_BLK_DEV_COW_COMMON is not set | 263 | # CONFIG_BLK_DEV_COW_COMMON is not set |
337 | # CONFIG_BLK_DEV_LOOP is not set | 264 | # CONFIG_BLK_DEV_LOOP is not set |
338 | # CONFIG_BLK_DEV_NBD is not set | 265 | CONFIG_BLK_DEV_RAM=m |
339 | # CONFIG_BLK_DEV_RAM is not set | ||
340 | CONFIG_BLK_DEV_RAM_COUNT=16 | 266 | CONFIG_BLK_DEV_RAM_COUNT=16 |
267 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
268 | # CONFIG_BLK_DEV_INITRD is not set | ||
341 | # CONFIG_CDROM_PKTCDVD is not set | 269 | # CONFIG_CDROM_PKTCDVD is not set |
342 | # CONFIG_ATA_OVER_ETH is not set | ||
343 | 270 | ||
344 | # | 271 | # |
345 | # ATA/ATAPI/MFM/RLL support | 272 | # ATA/ATAPI/MFM/RLL support |
@@ -398,81 +325,8 @@ CONFIG_IDE_GENERIC=y | |||
398 | # | 325 | # |
399 | 326 | ||
400 | # | 327 | # |
401 | # Network device support | ||
402 | # | ||
403 | CONFIG_NETDEVICES=y | ||
404 | # CONFIG_DUMMY is not set | ||
405 | # CONFIG_BONDING is not set | ||
406 | # CONFIG_EQUALIZER is not set | ||
407 | # CONFIG_TUN is not set | ||
408 | |||
409 | # | ||
410 | # ARCnet devices | ||
411 | # | ||
412 | # CONFIG_ARCNET is not set | ||
413 | |||
414 | # | ||
415 | # PHY device support | ||
416 | # | ||
417 | CONFIG_PHYLIB=m | ||
418 | |||
419 | # | ||
420 | # MII PHY device drivers | ||
421 | # | ||
422 | CONFIG_MARVELL_PHY=m | ||
423 | CONFIG_DAVICOM_PHY=m | ||
424 | CONFIG_QSEMI_PHY=m | ||
425 | CONFIG_LXT_PHY=m | ||
426 | CONFIG_CICADA_PHY=m | ||
427 | |||
428 | # | ||
429 | # Ethernet (10 or 100Mbit) | ||
430 | # | ||
431 | CONFIG_NET_ETHERNET=y | ||
432 | # CONFIG_MII is not set | ||
433 | # CONFIG_NET_VENDOR_3COM is not set | ||
434 | # CONFIG_NET_VENDOR_SMC is not set | ||
435 | # CONFIG_DM9000 is not set | ||
436 | # CONFIG_NET_VENDOR_RACAL is not set | ||
437 | # CONFIG_AT1700 is not set | ||
438 | # CONFIG_DEPCA is not set | ||
439 | # CONFIG_HP100 is not set | ||
440 | # CONFIG_NET_ISA is not set | ||
441 | # CONFIG_NET_PCI is not set | ||
442 | |||
443 | # | ||
444 | # Ethernet (1000 Mbit) | ||
445 | # | ||
446 | |||
447 | # | ||
448 | # Ethernet (10000 Mbit) | ||
449 | # | ||
450 | |||
451 | # | ||
452 | # Token Ring devices | ||
453 | # | ||
454 | # CONFIG_TR is not set | ||
455 | |||
456 | # | ||
457 | # Wireless LAN (non-hamradio) | ||
458 | # | ||
459 | # CONFIG_NET_RADIO is not set | ||
460 | |||
461 | # | ||
462 | # Wan interfaces | ||
463 | # | ||
464 | # CONFIG_WAN is not set | ||
465 | # CONFIG_PPP is not set | ||
466 | # CONFIG_SLIP is not set | ||
467 | # CONFIG_SHAPER is not set | ||
468 | # CONFIG_NETCONSOLE is not set | ||
469 | # CONFIG_NETPOLL is not set | ||
470 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
471 | |||
472 | # | ||
473 | # ISDN subsystem | 328 | # ISDN subsystem |
474 | # | 329 | # |
475 | # CONFIG_ISDN is not set | ||
476 | 330 | ||
477 | # | 331 | # |
478 | # Telephony Support | 332 | # Telephony Support |
@@ -508,11 +362,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=240 | |||
508 | # | 362 | # |
509 | # Hardware I/O ports | 363 | # Hardware I/O ports |
510 | # | 364 | # |
511 | CONFIG_SERIO=y | 365 | # CONFIG_SERIO is not set |
512 | # CONFIG_SERIO_I8042 is not set | ||
513 | CONFIG_SERIO_SERPORT=y | ||
514 | # CONFIG_SERIO_LIBPS2 is not set | ||
515 | CONFIG_SERIO_RAW=m | ||
516 | # CONFIG_GAMEPORT is not set | 366 | # CONFIG_GAMEPORT is not set |
517 | 367 | ||
518 | # | 368 | # |
@@ -531,6 +381,10 @@ CONFIG_HW_CONSOLE=y | |||
531 | # | 381 | # |
532 | # Non-8250 serial port support | 382 | # Non-8250 serial port support |
533 | # | 383 | # |
384 | CONFIG_SERIAL_CORE=y | ||
385 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
386 | CONFIG_SERIAL_VR41XX=y | ||
387 | CONFIG_SERIAL_VR41XX_CONSOLE=y | ||
534 | CONFIG_UNIX98_PTYS=y | 388 | CONFIG_UNIX98_PTYS=y |
535 | CONFIG_LEGACY_PTYS=y | 389 | CONFIG_LEGACY_PTYS=y |
536 | CONFIG_LEGACY_PTY_COUNT=256 | 390 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -565,6 +419,7 @@ CONFIG_WATCHDOG=y | |||
565 | # | 419 | # |
566 | # Ftape, the floppy tape device driver | 420 | # Ftape, the floppy tape device driver |
567 | # | 421 | # |
422 | CONFIG_GPIO_VR41XX=y | ||
568 | # CONFIG_RAW_DRIVER is not set | 423 | # CONFIG_RAW_DRIVER is not set |
569 | 424 | ||
570 | # | 425 | # |
@@ -600,10 +455,6 @@ CONFIG_WATCHDOG=y | |||
600 | # | 455 | # |
601 | 456 | ||
602 | # | 457 | # |
603 | # Multimedia Capabilities Port drivers | ||
604 | # | ||
605 | |||
606 | # | ||
607 | # Multimedia devices | 458 | # Multimedia devices |
608 | # | 459 | # |
609 | # CONFIG_VIDEO_DEV is not set | 460 | # CONFIG_VIDEO_DEV is not set |
@@ -611,7 +462,6 @@ CONFIG_WATCHDOG=y | |||
611 | # | 462 | # |
612 | # Digital Video Broadcasting Devices | 463 | # Digital Video Broadcasting Devices |
613 | # | 464 | # |
614 | # CONFIG_DVB is not set | ||
615 | 465 | ||
616 | # | 466 | # |
617 | # Graphics support | 467 | # Graphics support |
@@ -635,6 +485,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
635 | # | 485 | # |
636 | # CONFIG_USB_ARCH_HAS_HCD is not set | 486 | # CONFIG_USB_ARCH_HAS_HCD is not set |
637 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 487 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
488 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
638 | 489 | ||
639 | # | 490 | # |
640 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 491 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -651,12 +502,30 @@ CONFIG_DUMMY_CONSOLE=y | |||
651 | # CONFIG_MMC is not set | 502 | # CONFIG_MMC is not set |
652 | 503 | ||
653 | # | 504 | # |
505 | # LED devices | ||
506 | # | ||
507 | # CONFIG_NEW_LEDS is not set | ||
508 | |||
509 | # | ||
510 | # LED drivers | ||
511 | # | ||
512 | |||
513 | # | ||
514 | # LED Triggers | ||
515 | # | ||
516 | |||
517 | # | ||
654 | # InfiniBand support | 518 | # InfiniBand support |
655 | # | 519 | # |
656 | 520 | ||
657 | # | 521 | # |
658 | # SN Devices | 522 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
523 | # | ||
524 | |||
525 | # | ||
526 | # Real Time Clock | ||
659 | # | 527 | # |
528 | # CONFIG_RTC_CLASS is not set | ||
660 | 529 | ||
661 | # | 530 | # |
662 | # File systems | 531 | # File systems |
@@ -669,13 +538,12 @@ CONFIG_EXT2_FS=y | |||
669 | # CONFIG_JFS_FS is not set | 538 | # CONFIG_JFS_FS is not set |
670 | # CONFIG_FS_POSIX_ACL is not set | 539 | # CONFIG_FS_POSIX_ACL is not set |
671 | # CONFIG_XFS_FS is not set | 540 | # CONFIG_XFS_FS is not set |
672 | # CONFIG_OCFS2_FS is not set | ||
673 | # CONFIG_MINIX_FS is not set | 541 | # CONFIG_MINIX_FS is not set |
674 | # CONFIG_ROMFS_FS is not set | 542 | # CONFIG_ROMFS_FS is not set |
675 | CONFIG_INOTIFY=y | 543 | CONFIG_INOTIFY=y |
676 | # CONFIG_QUOTA is not set | 544 | # CONFIG_QUOTA is not set |
677 | CONFIG_DNOTIFY=y | 545 | CONFIG_DNOTIFY=y |
678 | CONFIG_AUTOFS_FS=y | 546 | # CONFIG_AUTOFS_FS is not set |
679 | CONFIG_AUTOFS4_FS=y | 547 | CONFIG_AUTOFS4_FS=y |
680 | CONFIG_FUSE_FS=m | 548 | CONFIG_FUSE_FS=m |
681 | 549 | ||
@@ -698,10 +566,9 @@ CONFIG_FUSE_FS=m | |||
698 | CONFIG_PROC_FS=y | 566 | CONFIG_PROC_FS=y |
699 | CONFIG_PROC_KCORE=y | 567 | CONFIG_PROC_KCORE=y |
700 | CONFIG_SYSFS=y | 568 | CONFIG_SYSFS=y |
701 | # CONFIG_TMPFS is not set | 569 | CONFIG_TMPFS=y |
702 | # CONFIG_HUGETLB_PAGE is not set | 570 | # CONFIG_HUGETLB_PAGE is not set |
703 | CONFIG_RAMFS=y | 571 | CONFIG_RAMFS=y |
704 | CONFIG_RELAYFS_FS=m | ||
705 | # CONFIG_CONFIGFS_FS is not set | 572 | # CONFIG_CONFIGFS_FS is not set |
706 | 573 | ||
707 | # | 574 | # |
@@ -722,29 +589,6 @@ CONFIG_RELAYFS_FS=m | |||
722 | # CONFIG_UFS_FS is not set | 589 | # CONFIG_UFS_FS is not set |
723 | 590 | ||
724 | # | 591 | # |
725 | # Network File Systems | ||
726 | # | ||
727 | CONFIG_NFS_FS=m | ||
728 | # CONFIG_NFS_V3 is not set | ||
729 | # CONFIG_NFS_V4 is not set | ||
730 | # CONFIG_NFS_DIRECTIO is not set | ||
731 | CONFIG_NFSD=m | ||
732 | # CONFIG_NFSD_V3 is not set | ||
733 | # CONFIG_NFSD_TCP is not set | ||
734 | CONFIG_LOCKD=m | ||
735 | CONFIG_EXPORTFS=m | ||
736 | CONFIG_NFS_COMMON=y | ||
737 | CONFIG_SUNRPC=m | ||
738 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
739 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
740 | # CONFIG_SMB_FS is not set | ||
741 | # CONFIG_CIFS is not set | ||
742 | # CONFIG_NCP_FS is not set | ||
743 | # CONFIG_CODA_FS is not set | ||
744 | # CONFIG_AFS_FS is not set | ||
745 | # CONFIG_9P_FS is not set | ||
746 | |||
747 | # | ||
748 | # Partition Types | 592 | # Partition Types |
749 | # | 593 | # |
750 | # CONFIG_PARTITION_ADVANCED is not set | 594 | # CONFIG_PARTITION_ADVANCED is not set |
@@ -767,44 +611,20 @@ CONFIG_MSDOS_PARTITION=y | |||
767 | # CONFIG_MAGIC_SYSRQ is not set | 611 | # CONFIG_MAGIC_SYSRQ is not set |
768 | # CONFIG_DEBUG_KERNEL is not set | 612 | # CONFIG_DEBUG_KERNEL is not set |
769 | CONFIG_LOG_BUF_SHIFT=14 | 613 | CONFIG_LOG_BUF_SHIFT=14 |
614 | # CONFIG_DEBUG_FS is not set | ||
770 | CONFIG_CROSSCOMPILE=y | 615 | CONFIG_CROSSCOMPILE=y |
771 | CONFIG_CMDLINE="console=ttyVR0,19200 mem=8M" | 616 | CONFIG_CMDLINE="console=ttyVR0,19200 mem=8M" |
772 | 617 | ||
773 | # | 618 | # |
774 | # Security options | 619 | # Security options |
775 | # | 620 | # |
776 | CONFIG_KEYS=y | 621 | # CONFIG_KEYS is not set |
777 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
778 | # CONFIG_SECURITY is not set | 622 | # CONFIG_SECURITY is not set |
779 | 623 | ||
780 | # | 624 | # |
781 | # Cryptographic options | 625 | # Cryptographic options |
782 | # | 626 | # |
783 | CONFIG_CRYPTO=y | 627 | # CONFIG_CRYPTO is not set |
784 | CONFIG_CRYPTO_HMAC=y | ||
785 | CONFIG_CRYPTO_NULL=m | ||
786 | CONFIG_CRYPTO_MD4=m | ||
787 | CONFIG_CRYPTO_MD5=m | ||
788 | CONFIG_CRYPTO_SHA1=m | ||
789 | CONFIG_CRYPTO_SHA256=m | ||
790 | CONFIG_CRYPTO_SHA512=m | ||
791 | CONFIG_CRYPTO_WP512=m | ||
792 | CONFIG_CRYPTO_TGR192=m | ||
793 | CONFIG_CRYPTO_DES=m | ||
794 | CONFIG_CRYPTO_BLOWFISH=m | ||
795 | CONFIG_CRYPTO_TWOFISH=m | ||
796 | CONFIG_CRYPTO_SERPENT=m | ||
797 | CONFIG_CRYPTO_AES=m | ||
798 | CONFIG_CRYPTO_CAST5=m | ||
799 | CONFIG_CRYPTO_CAST6=m | ||
800 | CONFIG_CRYPTO_TEA=m | ||
801 | CONFIG_CRYPTO_ARC4=m | ||
802 | CONFIG_CRYPTO_KHAZAD=m | ||
803 | CONFIG_CRYPTO_ANUBIS=m | ||
804 | CONFIG_CRYPTO_DEFLATE=m | ||
805 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
806 | CONFIG_CRYPTO_CRC32C=m | ||
807 | # CONFIG_CRYPTO_TEST is not set | ||
808 | 628 | ||
809 | # | 629 | # |
810 | # Hardware crypto devices | 630 | # Hardware crypto devices |
@@ -814,8 +634,6 @@ CONFIG_CRYPTO_CRC32C=m | |||
814 | # Library routines | 634 | # Library routines |
815 | # | 635 | # |
816 | # CONFIG_CRC_CCITT is not set | 636 | # CONFIG_CRC_CCITT is not set |
817 | CONFIG_CRC16=m | 637 | # CONFIG_CRC16 is not set |
818 | CONFIG_CRC32=m | 638 | # CONFIG_CRC32 is not set |
819 | CONFIG_LIBCRC32C=m | 639 | # CONFIG_LIBCRC32C is not set |
820 | CONFIG_ZLIB_INFLATE=m | ||
821 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/mips/configs/ev64120_defconfig b/arch/mips/configs/ev64120_defconfig index f2d43be69007..7067f608b22c 100644 --- a/arch/mips/configs/ev64120_defconfig +++ b/arch/mips/configs/ev64120_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:05 2006 | 4 | # Mon Apr 24 14:51:02 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -65,6 +65,8 @@ CONFIG_MIPS_EV64120=y | |||
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | # CONFIG_EVB_PCI1 is not set | 66 | # CONFIG_EVB_PCI1 is not set |
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
70 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -116,7 +118,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
116 | # CONFIG_PAGE_SIZE_64KB is not set | 118 | # CONFIG_PAGE_SIZE_64KB is not set |
117 | # CONFIG_MIPS_MT is not set | 119 | # CONFIG_MIPS_MT is not set |
118 | # CONFIG_64BIT_PHYS_ADDR is not set | 120 | # CONFIG_64BIT_PHYS_ADDR is not set |
119 | # CONFIG_CPU_ADVANCED is not set | ||
120 | CONFIG_CPU_HAS_LLSC=y | 121 | CONFIG_CPU_HAS_LLSC=y |
121 | CONFIG_CPU_HAS_SYNC=y | 122 | CONFIG_CPU_HAS_SYNC=y |
122 | CONFIG_GENERIC_HARDIRQS=y | 123 | CONFIG_GENERIC_HARDIRQS=y |
@@ -138,7 +139,6 @@ CONFIG_PREEMPT_NONE=y | |||
138 | # Code maturity level options | 139 | # Code maturity level options |
139 | # | 140 | # |
140 | CONFIG_EXPERIMENTAL=y | 141 | CONFIG_EXPERIMENTAL=y |
141 | CONFIG_CLEAN_COMPILE=y | ||
142 | CONFIG_BROKEN_ON_SMP=y | 142 | CONFIG_BROKEN_ON_SMP=y |
143 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 143 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
144 | 144 | ||
@@ -154,6 +154,7 @@ CONFIG_SYSVIPC=y | |||
154 | CONFIG_SYSCTL=y | 154 | CONFIG_SYSCTL=y |
155 | # CONFIG_AUDIT is not set | 155 | # CONFIG_AUDIT is not set |
156 | # CONFIG_IKCONFIG is not set | 156 | # CONFIG_IKCONFIG is not set |
157 | CONFIG_RELAY=y | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -167,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -182,7 +179,6 @@ CONFIG_BASE_SMALL=0 | |||
182 | CONFIG_MODULES=y | 179 | CONFIG_MODULES=y |
183 | CONFIG_MODULE_UNLOAD=y | 180 | CONFIG_MODULE_UNLOAD=y |
184 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 181 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
185 | CONFIG_OBSOLETE_MODPARM=y | ||
186 | CONFIG_MODVERSIONS=y | 182 | CONFIG_MODVERSIONS=y |
187 | CONFIG_MODULE_SRCVERSION_ALL=y | 183 | CONFIG_MODULE_SRCVERSION_ALL=y |
188 | # CONFIG_KMOD is not set | 184 | # CONFIG_KMOD is not set |
@@ -191,6 +187,8 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
191 | # Block layer | 187 | # Block layer |
192 | # | 188 | # |
193 | # CONFIG_LBD is not set | 189 | # CONFIG_LBD is not set |
190 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
191 | # CONFIG_LSF is not set | ||
194 | 192 | ||
195 | # | 193 | # |
196 | # IO Schedulers | 194 | # IO Schedulers |
@@ -210,7 +208,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
210 | # | 208 | # |
211 | CONFIG_HW_HAS_PCI=y | 209 | CONFIG_HW_HAS_PCI=y |
212 | CONFIG_PCI=y | 210 | CONFIG_PCI=y |
213 | CONFIG_PCI_LEGACY_PROC=y | ||
214 | CONFIG_MMU=y | 211 | CONFIG_MMU=y |
215 | 212 | ||
216 | # | 213 | # |
@@ -238,6 +235,7 @@ CONFIG_NET=y | |||
238 | # | 235 | # |
239 | # Networking options | 236 | # Networking options |
240 | # | 237 | # |
238 | # CONFIG_NETDEBUG is not set | ||
241 | # CONFIG_PACKET is not set | 239 | # CONFIG_PACKET is not set |
242 | CONFIG_UNIX=y | 240 | CONFIG_UNIX=y |
243 | CONFIG_XFRM=y | 241 | CONFIG_XFRM=y |
@@ -258,12 +256,15 @@ CONFIG_IP_PNP=y | |||
258 | # CONFIG_INET_AH is not set | 256 | # CONFIG_INET_AH is not set |
259 | # CONFIG_INET_ESP is not set | 257 | # CONFIG_INET_ESP is not set |
260 | # CONFIG_INET_IPCOMP is not set | 258 | # CONFIG_INET_IPCOMP is not set |
261 | CONFIG_INET_TUNNEL=m | 259 | # CONFIG_INET_XFRM_TUNNEL is not set |
260 | # CONFIG_INET_TUNNEL is not set | ||
262 | CONFIG_INET_DIAG=y | 261 | CONFIG_INET_DIAG=y |
263 | CONFIG_INET_TCP_DIAG=y | 262 | CONFIG_INET_TCP_DIAG=y |
264 | # CONFIG_TCP_CONG_ADVANCED is not set | 263 | # CONFIG_TCP_CONG_ADVANCED is not set |
265 | CONFIG_TCP_CONG_BIC=y | 264 | CONFIG_TCP_CONG_BIC=y |
266 | # CONFIG_IPV6 is not set | 265 | # CONFIG_IPV6 is not set |
266 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
267 | # CONFIG_INET6_TUNNEL is not set | ||
267 | # CONFIG_NETFILTER is not set | 268 | # CONFIG_NETFILTER is not set |
268 | 269 | ||
269 | # | 270 | # |
@@ -275,6 +276,11 @@ CONFIG_TCP_CONG_BIC=y | |||
275 | # SCTP Configuration (EXPERIMENTAL) | 276 | # SCTP Configuration (EXPERIMENTAL) |
276 | # | 277 | # |
277 | # CONFIG_IP_SCTP is not set | 278 | # CONFIG_IP_SCTP is not set |
279 | |||
280 | # | ||
281 | # TIPC Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_TIPC is not set | ||
278 | # CONFIG_ATM is not set | 284 | # CONFIG_ATM is not set |
279 | # CONFIG_BRIDGE is not set | 285 | # CONFIG_BRIDGE is not set |
280 | # CONFIG_VLAN_8021Q is not set | 286 | # CONFIG_VLAN_8021Q is not set |
@@ -284,11 +290,6 @@ CONFIG_TCP_CONG_BIC=y | |||
284 | # CONFIG_ATALK is not set | 290 | # CONFIG_ATALK is not set |
285 | # CONFIG_X25 is not set | 291 | # CONFIG_X25 is not set |
286 | # CONFIG_LAPB is not set | 292 | # CONFIG_LAPB is not set |
287 | |||
288 | # | ||
289 | # TIPC Configuration (EXPERIMENTAL) | ||
290 | # | ||
291 | # CONFIG_TIPC is not set | ||
292 | # CONFIG_NET_DIVERT is not set | 293 | # CONFIG_NET_DIVERT is not set |
293 | # CONFIG_ECONET is not set | 294 | # CONFIG_ECONET is not set |
294 | # CONFIG_WAN_ROUTER is not set | 295 | # CONFIG_WAN_ROUTER is not set |
@@ -309,6 +310,9 @@ CONFIG_IEEE80211=m | |||
309 | # CONFIG_IEEE80211_DEBUG is not set | 310 | # CONFIG_IEEE80211_DEBUG is not set |
310 | CONFIG_IEEE80211_CRYPT_WEP=m | 311 | CONFIG_IEEE80211_CRYPT_WEP=m |
311 | CONFIG_IEEE80211_CRYPT_CCMP=m | 312 | CONFIG_IEEE80211_CRYPT_CCMP=m |
313 | CONFIG_IEEE80211_SOFTMAC=m | ||
314 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
315 | CONFIG_WIRELESS_EXT=y | ||
312 | 316 | ||
313 | # | 317 | # |
314 | # Device Drivers | 318 | # Device Drivers |
@@ -352,7 +356,7 @@ CONFIG_CONNECTOR=m | |||
352 | # CONFIG_BLK_DEV_NBD is not set | 356 | # CONFIG_BLK_DEV_NBD is not set |
353 | # CONFIG_BLK_DEV_SX8 is not set | 357 | # CONFIG_BLK_DEV_SX8 is not set |
354 | # CONFIG_BLK_DEV_RAM is not set | 358 | # CONFIG_BLK_DEV_RAM is not set |
355 | CONFIG_BLK_DEV_RAM_COUNT=16 | 359 | # CONFIG_BLK_DEV_INITRD is not set |
356 | CONFIG_CDROM_PKTCDVD=m | 360 | CONFIG_CDROM_PKTCDVD=m |
357 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 361 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
358 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 362 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -550,6 +554,7 @@ CONFIG_HW_CONSOLE=y | |||
550 | # | 554 | # |
551 | CONFIG_SERIAL_8250=y | 555 | CONFIG_SERIAL_8250=y |
552 | CONFIG_SERIAL_8250_CONSOLE=y | 556 | CONFIG_SERIAL_8250_CONSOLE=y |
557 | CONFIG_SERIAL_8250_PCI=y | ||
553 | CONFIG_SERIAL_8250_NR_UARTS=4 | 558 | CONFIG_SERIAL_8250_NR_UARTS=4 |
554 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 559 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
555 | # CONFIG_SERIAL_8250_EXTENDED is not set | 560 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -559,6 +564,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
559 | # | 564 | # |
560 | CONFIG_SERIAL_CORE=y | 565 | CONFIG_SERIAL_CORE=y |
561 | CONFIG_SERIAL_CORE_CONSOLE=y | 566 | CONFIG_SERIAL_CORE_CONSOLE=y |
567 | # CONFIG_SERIAL_JSM is not set | ||
562 | CONFIG_UNIX98_PTYS=y | 568 | CONFIG_UNIX98_PTYS=y |
563 | CONFIG_LEGACY_PTYS=y | 569 | CONFIG_LEGACY_PTYS=y |
564 | CONFIG_LEGACY_PTY_COUNT=256 | 570 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -617,10 +623,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
617 | # | 623 | # |
618 | 624 | ||
619 | # | 625 | # |
620 | # Multimedia Capabilities Port drivers | ||
621 | # | ||
622 | |||
623 | # | ||
624 | # Multimedia devices | 626 | # Multimedia devices |
625 | # | 627 | # |
626 | # CONFIG_VIDEO_DEV is not set | 628 | # CONFIG_VIDEO_DEV is not set |
@@ -651,6 +653,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
651 | # | 653 | # |
652 | CONFIG_USB_ARCH_HAS_HCD=y | 654 | CONFIG_USB_ARCH_HAS_HCD=y |
653 | CONFIG_USB_ARCH_HAS_OHCI=y | 655 | CONFIG_USB_ARCH_HAS_OHCI=y |
656 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
654 | # CONFIG_USB is not set | 657 | # CONFIG_USB is not set |
655 | 658 | ||
656 | # | 659 | # |
@@ -668,13 +671,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
668 | # CONFIG_MMC is not set | 671 | # CONFIG_MMC is not set |
669 | 672 | ||
670 | # | 673 | # |
674 | # LED devices | ||
675 | # | ||
676 | # CONFIG_NEW_LEDS is not set | ||
677 | |||
678 | # | ||
679 | # LED drivers | ||
680 | # | ||
681 | |||
682 | # | ||
683 | # LED Triggers | ||
684 | # | ||
685 | |||
686 | # | ||
671 | # InfiniBand support | 687 | # InfiniBand support |
672 | # | 688 | # |
673 | # CONFIG_INFINIBAND is not set | 689 | # CONFIG_INFINIBAND is not set |
674 | 690 | ||
675 | # | 691 | # |
676 | # SN Devices | 692 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
693 | # | ||
694 | |||
695 | # | ||
696 | # Real Time Clock | ||
677 | # | 697 | # |
698 | # CONFIG_RTC_CLASS is not set | ||
678 | 699 | ||
679 | # | 700 | # |
680 | # File systems | 701 | # File systems |
@@ -719,7 +740,6 @@ CONFIG_SYSFS=y | |||
719 | # CONFIG_TMPFS is not set | 740 | # CONFIG_TMPFS is not set |
720 | # CONFIG_HUGETLB_PAGE is not set | 741 | # CONFIG_HUGETLB_PAGE is not set |
721 | CONFIG_RAMFS=y | 742 | CONFIG_RAMFS=y |
722 | CONFIG_RELAYFS_FS=m | ||
723 | # CONFIG_CONFIGFS_FS is not set | 743 | # CONFIG_CONFIGFS_FS is not set |
724 | 744 | ||
725 | # | 745 | # |
@@ -783,6 +803,7 @@ CONFIG_MSDOS_PARTITION=y | |||
783 | # CONFIG_MAGIC_SYSRQ is not set | 803 | # CONFIG_MAGIC_SYSRQ is not set |
784 | # CONFIG_DEBUG_KERNEL is not set | 804 | # CONFIG_DEBUG_KERNEL is not set |
785 | CONFIG_LOG_BUF_SHIFT=14 | 805 | CONFIG_LOG_BUF_SHIFT=14 |
806 | # CONFIG_DEBUG_FS is not set | ||
786 | CONFIG_CROSSCOMPILE=y | 807 | CONFIG_CROSSCOMPILE=y |
787 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.1.1:/mnt/disk2/fs.gal ip=192.168.1.211:192.168.1.1:::gt::" | 808 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.1.1:/mnt/disk2/fs.gal ip=192.168.1.211:192.168.1.1:::gt::" |
788 | 809 | ||
diff --git a/arch/mips/configs/ev96100_defconfig b/arch/mips/configs/ev96100_defconfig index ac5841c4b698..00b56ed0e638 100644 --- a/arch/mips/configs/ev96100_defconfig +++ b/arch/mips/configs/ev96100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:06 2006 | 4 | # Mon Apr 24 14:51:03 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_EV96100=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -119,7 +121,6 @@ CONFIG_RM7000_CPU_SCACHE=y | |||
119 | CONFIG_CPU_HAS_PREFETCH=y | 121 | CONFIG_CPU_HAS_PREFETCH=y |
120 | # CONFIG_MIPS_MT is not set | 122 | # CONFIG_MIPS_MT is not set |
121 | # CONFIG_64BIT_PHYS_ADDR is not set | 123 | # CONFIG_64BIT_PHYS_ADDR is not set |
122 | # CONFIG_CPU_ADVANCED is not set | ||
123 | CONFIG_CPU_HAS_LLSC=y | 124 | CONFIG_CPU_HAS_LLSC=y |
124 | CONFIG_CPU_HAS_SYNC=y | 125 | CONFIG_CPU_HAS_SYNC=y |
125 | CONFIG_GENERIC_HARDIRQS=y | 126 | CONFIG_GENERIC_HARDIRQS=y |
@@ -142,7 +143,6 @@ CONFIG_PREEMPT_NONE=y | |||
142 | # Code maturity level options | 143 | # Code maturity level options |
143 | # | 144 | # |
144 | CONFIG_EXPERIMENTAL=y | 145 | CONFIG_EXPERIMENTAL=y |
145 | CONFIG_CLEAN_COMPILE=y | ||
146 | CONFIG_BROKEN_ON_SMP=y | 146 | CONFIG_BROKEN_ON_SMP=y |
147 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 147 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
148 | 148 | ||
@@ -158,6 +158,7 @@ CONFIG_SYSVIPC=y | |||
158 | CONFIG_SYSCTL=y | 158 | CONFIG_SYSCTL=y |
159 | # CONFIG_AUDIT is not set | 159 | # CONFIG_AUDIT is not set |
160 | # CONFIG_IKCONFIG is not set | 160 | # CONFIG_IKCONFIG is not set |
161 | CONFIG_RELAY=y | ||
161 | CONFIG_INITRAMFS_SOURCE="" | 162 | CONFIG_INITRAMFS_SOURCE="" |
162 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 163 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
163 | CONFIG_EMBEDDED=y | 164 | CONFIG_EMBEDDED=y |
@@ -171,10 +172,6 @@ CONFIG_BASE_FULL=y | |||
171 | CONFIG_FUTEX=y | 172 | CONFIG_FUTEX=y |
172 | CONFIG_EPOLL=y | 173 | CONFIG_EPOLL=y |
173 | CONFIG_SHMEM=y | 174 | CONFIG_SHMEM=y |
174 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
175 | CONFIG_CC_ALIGN_LABELS=0 | ||
176 | CONFIG_CC_ALIGN_LOOPS=0 | ||
177 | CONFIG_CC_ALIGN_JUMPS=0 | ||
178 | CONFIG_SLAB=y | 175 | CONFIG_SLAB=y |
179 | # CONFIG_TINY_SHMEM is not set | 176 | # CONFIG_TINY_SHMEM is not set |
180 | CONFIG_BASE_SMALL=0 | 177 | CONFIG_BASE_SMALL=0 |
@@ -186,7 +183,6 @@ CONFIG_BASE_SMALL=0 | |||
186 | CONFIG_MODULES=y | 183 | CONFIG_MODULES=y |
187 | CONFIG_MODULE_UNLOAD=y | 184 | CONFIG_MODULE_UNLOAD=y |
188 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 185 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
189 | CONFIG_OBSOLETE_MODPARM=y | ||
190 | CONFIG_MODVERSIONS=y | 186 | CONFIG_MODVERSIONS=y |
191 | CONFIG_MODULE_SRCVERSION_ALL=y | 187 | CONFIG_MODULE_SRCVERSION_ALL=y |
192 | # CONFIG_KMOD is not set | 188 | # CONFIG_KMOD is not set |
@@ -195,6 +191,8 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
195 | # Block layer | 191 | # Block layer |
196 | # | 192 | # |
197 | # CONFIG_LBD is not set | 193 | # CONFIG_LBD is not set |
194 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
195 | # CONFIG_LSF is not set | ||
198 | 196 | ||
199 | # | 197 | # |
200 | # IO Schedulers | 198 | # IO Schedulers |
@@ -240,6 +238,7 @@ CONFIG_NET=y | |||
240 | # | 238 | # |
241 | # Networking options | 239 | # Networking options |
242 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
243 | # CONFIG_PACKET is not set | 242 | # CONFIG_PACKET is not set |
244 | CONFIG_UNIX=y | 243 | CONFIG_UNIX=y |
245 | CONFIG_XFRM=y | 244 | CONFIG_XFRM=y |
@@ -260,12 +259,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
260 | # CONFIG_INET_AH is not set | 259 | # CONFIG_INET_AH is not set |
261 | # CONFIG_INET_ESP is not set | 260 | # CONFIG_INET_ESP is not set |
262 | # CONFIG_INET_IPCOMP is not set | 261 | # CONFIG_INET_IPCOMP is not set |
263 | CONFIG_INET_TUNNEL=m | 262 | # CONFIG_INET_XFRM_TUNNEL is not set |
263 | # CONFIG_INET_TUNNEL is not set | ||
264 | CONFIG_INET_DIAG=y | 264 | CONFIG_INET_DIAG=y |
265 | CONFIG_INET_TCP_DIAG=y | 265 | CONFIG_INET_TCP_DIAG=y |
266 | # CONFIG_TCP_CONG_ADVANCED is not set | 266 | # CONFIG_TCP_CONG_ADVANCED is not set |
267 | CONFIG_TCP_CONG_BIC=y | 267 | CONFIG_TCP_CONG_BIC=y |
268 | # CONFIG_IPV6 is not set | 268 | # CONFIG_IPV6 is not set |
269 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET6_TUNNEL is not set | ||
269 | # CONFIG_NETFILTER is not set | 271 | # CONFIG_NETFILTER is not set |
270 | 272 | ||
271 | # | 273 | # |
@@ -277,6 +279,11 @@ CONFIG_TCP_CONG_BIC=y | |||
277 | # SCTP Configuration (EXPERIMENTAL) | 279 | # SCTP Configuration (EXPERIMENTAL) |
278 | # | 280 | # |
279 | # CONFIG_IP_SCTP is not set | 281 | # CONFIG_IP_SCTP is not set |
282 | |||
283 | # | ||
284 | # TIPC Configuration (EXPERIMENTAL) | ||
285 | # | ||
286 | # CONFIG_TIPC is not set | ||
280 | # CONFIG_ATM is not set | 287 | # CONFIG_ATM is not set |
281 | # CONFIG_BRIDGE is not set | 288 | # CONFIG_BRIDGE is not set |
282 | # CONFIG_VLAN_8021Q is not set | 289 | # CONFIG_VLAN_8021Q is not set |
@@ -286,11 +293,6 @@ CONFIG_TCP_CONG_BIC=y | |||
286 | # CONFIG_ATALK is not set | 293 | # CONFIG_ATALK is not set |
287 | # CONFIG_X25 is not set | 294 | # CONFIG_X25 is not set |
288 | # CONFIG_LAPB is not set | 295 | # CONFIG_LAPB is not set |
289 | |||
290 | # | ||
291 | # TIPC Configuration (EXPERIMENTAL) | ||
292 | # | ||
293 | # CONFIG_TIPC is not set | ||
294 | # CONFIG_NET_DIVERT is not set | 296 | # CONFIG_NET_DIVERT is not set |
295 | # CONFIG_ECONET is not set | 297 | # CONFIG_ECONET is not set |
296 | # CONFIG_WAN_ROUTER is not set | 298 | # CONFIG_WAN_ROUTER is not set |
@@ -311,6 +313,9 @@ CONFIG_IEEE80211=m | |||
311 | # CONFIG_IEEE80211_DEBUG is not set | 313 | # CONFIG_IEEE80211_DEBUG is not set |
312 | CONFIG_IEEE80211_CRYPT_WEP=m | 314 | CONFIG_IEEE80211_CRYPT_WEP=m |
313 | CONFIG_IEEE80211_CRYPT_CCMP=m | 315 | CONFIG_IEEE80211_CRYPT_CCMP=m |
316 | CONFIG_IEEE80211_SOFTMAC=m | ||
317 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
318 | CONFIG_WIRELESS_EXT=y | ||
314 | 319 | ||
315 | # | 320 | # |
316 | # Device Drivers | 321 | # Device Drivers |
@@ -349,7 +354,7 @@ CONFIG_CONNECTOR=m | |||
349 | # CONFIG_BLK_DEV_LOOP is not set | 354 | # CONFIG_BLK_DEV_LOOP is not set |
350 | # CONFIG_BLK_DEV_NBD is not set | 355 | # CONFIG_BLK_DEV_NBD is not set |
351 | # CONFIG_BLK_DEV_RAM is not set | 356 | # CONFIG_BLK_DEV_RAM is not set |
352 | CONFIG_BLK_DEV_RAM_COUNT=16 | 357 | # CONFIG_BLK_DEV_INITRD is not set |
353 | CONFIG_CDROM_PKTCDVD=m | 358 | CONFIG_CDROM_PKTCDVD=m |
354 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 359 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
355 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 360 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -567,10 +572,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
567 | # | 572 | # |
568 | 573 | ||
569 | # | 574 | # |
570 | # Multimedia Capabilities Port drivers | ||
571 | # | ||
572 | |||
573 | # | ||
574 | # Multimedia devices | 575 | # Multimedia devices |
575 | # | 576 | # |
576 | # CONFIG_VIDEO_DEV is not set | 577 | # CONFIG_VIDEO_DEV is not set |
@@ -601,6 +602,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
601 | # | 602 | # |
602 | # CONFIG_USB_ARCH_HAS_HCD is not set | 603 | # CONFIG_USB_ARCH_HAS_HCD is not set |
603 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 604 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
605 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
604 | 606 | ||
605 | # | 607 | # |
606 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 608 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -617,12 +619,30 @@ CONFIG_DUMMY_CONSOLE=y | |||
617 | # CONFIG_MMC is not set | 619 | # CONFIG_MMC is not set |
618 | 620 | ||
619 | # | 621 | # |
622 | # LED devices | ||
623 | # | ||
624 | # CONFIG_NEW_LEDS is not set | ||
625 | |||
626 | # | ||
627 | # LED drivers | ||
628 | # | ||
629 | |||
630 | # | ||
631 | # LED Triggers | ||
632 | # | ||
633 | |||
634 | # | ||
620 | # InfiniBand support | 635 | # InfiniBand support |
621 | # | 636 | # |
622 | 637 | ||
623 | # | 638 | # |
624 | # SN Devices | 639 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
640 | # | ||
641 | |||
642 | # | ||
643 | # Real Time Clock | ||
625 | # | 644 | # |
645 | # CONFIG_RTC_CLASS is not set | ||
626 | 646 | ||
627 | # | 647 | # |
628 | # File systems | 648 | # File systems |
@@ -667,7 +687,6 @@ CONFIG_SYSFS=y | |||
667 | # CONFIG_TMPFS is not set | 687 | # CONFIG_TMPFS is not set |
668 | # CONFIG_HUGETLB_PAGE is not set | 688 | # CONFIG_HUGETLB_PAGE is not set |
669 | CONFIG_RAMFS=y | 689 | CONFIG_RAMFS=y |
670 | CONFIG_RELAYFS_FS=m | ||
671 | # CONFIG_CONFIGFS_FS is not set | 690 | # CONFIG_CONFIGFS_FS is not set |
672 | 691 | ||
673 | # | 692 | # |
@@ -731,6 +750,7 @@ CONFIG_MSDOS_PARTITION=y | |||
731 | # CONFIG_MAGIC_SYSRQ is not set | 750 | # CONFIG_MAGIC_SYSRQ is not set |
732 | # CONFIG_DEBUG_KERNEL is not set | 751 | # CONFIG_DEBUG_KERNEL is not set |
733 | CONFIG_LOG_BUF_SHIFT=14 | 752 | CONFIG_LOG_BUF_SHIFT=14 |
753 | # CONFIG_DEBUG_FS is not set | ||
734 | CONFIG_CROSSCOMPILE=y | 754 | CONFIG_CROSSCOMPILE=y |
735 | CONFIG_CMDLINE="" | 755 | CONFIG_CMDLINE="" |
736 | 756 | ||
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 42d5cd7927cb..607e2985ffe3 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:51 2006 | 4 | # Mon Apr 24 14:50:54 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_SGI_IP22=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_ARC=y | 70 | CONFIG_ARC=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
@@ -121,7 +123,6 @@ CONFIG_BOARD_SCACHE=y | |||
121 | CONFIG_IP22_CPU_SCACHE=y | 123 | CONFIG_IP22_CPU_SCACHE=y |
122 | # CONFIG_MIPS_MT is not set | 124 | # CONFIG_MIPS_MT is not set |
123 | # CONFIG_64BIT_PHYS_ADDR is not set | 125 | # CONFIG_64BIT_PHYS_ADDR is not set |
124 | # CONFIG_CPU_ADVANCED is not set | ||
125 | CONFIG_CPU_HAS_LLSC=y | 126 | CONFIG_CPU_HAS_LLSC=y |
126 | CONFIG_CPU_HAS_SYNC=y | 127 | CONFIG_CPU_HAS_SYNC=y |
127 | CONFIG_GENERIC_HARDIRQS=y | 128 | CONFIG_GENERIC_HARDIRQS=y |
@@ -143,7 +144,6 @@ CONFIG_PREEMPT_VOLUNTARY=y | |||
143 | # Code maturity level options | 144 | # Code maturity level options |
144 | # | 145 | # |
145 | CONFIG_EXPERIMENTAL=y | 146 | CONFIG_EXPERIMENTAL=y |
146 | CONFIG_CLEAN_COMPILE=y | ||
147 | CONFIG_BROKEN_ON_SMP=y | 147 | CONFIG_BROKEN_ON_SMP=y |
148 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 148 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
149 | 149 | ||
@@ -160,6 +160,7 @@ CONFIG_SYSCTL=y | |||
160 | # CONFIG_AUDIT is not set | 160 | # CONFIG_AUDIT is not set |
161 | CONFIG_IKCONFIG=y | 161 | CONFIG_IKCONFIG=y |
162 | CONFIG_IKCONFIG_PROC=y | 162 | CONFIG_IKCONFIG_PROC=y |
163 | CONFIG_RELAY=y | ||
163 | CONFIG_INITRAMFS_SOURCE="" | 164 | CONFIG_INITRAMFS_SOURCE="" |
164 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 165 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
165 | CONFIG_EMBEDDED=y | 166 | CONFIG_EMBEDDED=y |
@@ -173,10 +174,6 @@ CONFIG_BASE_FULL=y | |||
173 | CONFIG_FUTEX=y | 174 | CONFIG_FUTEX=y |
174 | CONFIG_EPOLL=y | 175 | CONFIG_EPOLL=y |
175 | CONFIG_SHMEM=y | 176 | CONFIG_SHMEM=y |
176 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
177 | CONFIG_CC_ALIGN_LABELS=0 | ||
178 | CONFIG_CC_ALIGN_LOOPS=0 | ||
179 | CONFIG_CC_ALIGN_JUMPS=0 | ||
180 | CONFIG_SLAB=y | 177 | CONFIG_SLAB=y |
181 | # CONFIG_TINY_SHMEM is not set | 178 | # CONFIG_TINY_SHMEM is not set |
182 | CONFIG_BASE_SMALL=0 | 179 | CONFIG_BASE_SMALL=0 |
@@ -188,7 +185,6 @@ CONFIG_BASE_SMALL=0 | |||
188 | CONFIG_MODULES=y | 185 | CONFIG_MODULES=y |
189 | CONFIG_MODULE_UNLOAD=y | 186 | CONFIG_MODULE_UNLOAD=y |
190 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 187 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
191 | CONFIG_OBSOLETE_MODPARM=y | ||
192 | CONFIG_MODVERSIONS=y | 188 | CONFIG_MODVERSIONS=y |
193 | CONFIG_MODULE_SRCVERSION_ALL=y | 189 | CONFIG_MODULE_SRCVERSION_ALL=y |
194 | CONFIG_KMOD=y | 190 | CONFIG_KMOD=y |
@@ -197,6 +193,8 @@ CONFIG_KMOD=y | |||
197 | # Block layer | 193 | # Block layer |
198 | # | 194 | # |
199 | # CONFIG_LBD is not set | 195 | # CONFIG_LBD is not set |
196 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
197 | # CONFIG_LSF is not set | ||
200 | 198 | ||
201 | # | 199 | # |
202 | # IO Schedulers | 200 | # IO Schedulers |
@@ -242,6 +240,7 @@ CONFIG_NET=y | |||
242 | # | 240 | # |
243 | # Networking options | 241 | # Networking options |
244 | # | 242 | # |
243 | # CONFIG_NETDEBUG is not set | ||
245 | CONFIG_PACKET=y | 244 | CONFIG_PACKET=y |
246 | CONFIG_PACKET_MMAP=y | 245 | CONFIG_PACKET_MMAP=y |
247 | CONFIG_UNIX=y | 246 | CONFIG_UNIX=y |
@@ -264,6 +263,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
264 | CONFIG_INET_AH=m | 263 | CONFIG_INET_AH=m |
265 | CONFIG_INET_ESP=m | 264 | CONFIG_INET_ESP=m |
266 | CONFIG_INET_IPCOMP=m | 265 | CONFIG_INET_IPCOMP=m |
266 | CONFIG_INET_XFRM_TUNNEL=m | ||
267 | CONFIG_INET_TUNNEL=m | 267 | CONFIG_INET_TUNNEL=m |
268 | CONFIG_INET_DIAG=y | 268 | CONFIG_INET_DIAG=y |
269 | CONFIG_INET_TCP_DIAG=y | 269 | CONFIG_INET_TCP_DIAG=y |
@@ -305,9 +305,12 @@ CONFIG_IP_VS_NQ=m | |||
305 | CONFIG_IP_VS_FTP=m | 305 | CONFIG_IP_VS_FTP=m |
306 | CONFIG_IPV6=m | 306 | CONFIG_IPV6=m |
307 | CONFIG_IPV6_PRIVACY=y | 307 | CONFIG_IPV6_PRIVACY=y |
308 | CONFIG_IPV6_ROUTER_PREF=y | ||
309 | CONFIG_IPV6_ROUTE_INFO=y | ||
308 | CONFIG_INET6_AH=m | 310 | CONFIG_INET6_AH=m |
309 | CONFIG_INET6_ESP=m | 311 | CONFIG_INET6_ESP=m |
310 | CONFIG_INET6_IPCOMP=m | 312 | CONFIG_INET6_IPCOMP=m |
313 | CONFIG_INET6_XFRM_TUNNEL=m | ||
311 | CONFIG_INET6_TUNNEL=m | 314 | CONFIG_INET6_TUNNEL=m |
312 | CONFIG_IPV6_TUNNEL=m | 315 | CONFIG_IPV6_TUNNEL=m |
313 | CONFIG_NETFILTER=y | 316 | CONFIG_NETFILTER=y |
@@ -330,11 +333,14 @@ CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | |||
330 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 333 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
331 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 334 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
332 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 335 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
336 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
333 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | 337 | CONFIG_NETFILTER_XT_MATCH_HELPER=m |
334 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 338 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
335 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 339 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
336 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 340 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
337 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 341 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
342 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
343 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
338 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 344 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
339 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 345 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
340 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 346 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -357,20 +363,19 @@ CONFIG_IP_NF_IRC=m | |||
357 | CONFIG_IP_NF_TFTP=m | 363 | CONFIG_IP_NF_TFTP=m |
358 | CONFIG_IP_NF_AMANDA=m | 364 | CONFIG_IP_NF_AMANDA=m |
359 | CONFIG_IP_NF_PPTP=m | 365 | CONFIG_IP_NF_PPTP=m |
366 | CONFIG_IP_NF_H323=m | ||
360 | CONFIG_IP_NF_QUEUE=m | 367 | CONFIG_IP_NF_QUEUE=m |
361 | CONFIG_IP_NF_IPTABLES=m | 368 | CONFIG_IP_NF_IPTABLES=m |
362 | CONFIG_IP_NF_MATCH_IPRANGE=m | 369 | CONFIG_IP_NF_MATCH_IPRANGE=m |
363 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
364 | CONFIG_IP_NF_MATCH_TOS=m | 370 | CONFIG_IP_NF_MATCH_TOS=m |
365 | CONFIG_IP_NF_MATCH_RECENT=m | 371 | CONFIG_IP_NF_MATCH_RECENT=m |
366 | CONFIG_IP_NF_MATCH_ECN=m | 372 | CONFIG_IP_NF_MATCH_ECN=m |
367 | CONFIG_IP_NF_MATCH_DSCP=m | 373 | CONFIG_IP_NF_MATCH_DSCP=m |
368 | CONFIG_IP_NF_MATCH_AH_ESP=m | 374 | CONFIG_IP_NF_MATCH_AH=m |
369 | CONFIG_IP_NF_MATCH_TTL=m | 375 | CONFIG_IP_NF_MATCH_TTL=m |
370 | CONFIG_IP_NF_MATCH_OWNER=m | 376 | CONFIG_IP_NF_MATCH_OWNER=m |
371 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 377 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
372 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 378 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
373 | CONFIG_IP_NF_MATCH_POLICY=m | ||
374 | CONFIG_IP_NF_FILTER=m | 379 | CONFIG_IP_NF_FILTER=m |
375 | CONFIG_IP_NF_TARGET_REJECT=m | 380 | CONFIG_IP_NF_TARGET_REJECT=m |
376 | CONFIG_IP_NF_TARGET_LOG=m | 381 | CONFIG_IP_NF_TARGET_LOG=m |
@@ -388,6 +393,7 @@ CONFIG_IP_NF_NAT_FTP=m | |||
388 | CONFIG_IP_NF_NAT_TFTP=m | 393 | CONFIG_IP_NF_NAT_TFTP=m |
389 | CONFIG_IP_NF_NAT_AMANDA=m | 394 | CONFIG_IP_NF_NAT_AMANDA=m |
390 | CONFIG_IP_NF_NAT_PPTP=m | 395 | CONFIG_IP_NF_NAT_PPTP=m |
396 | CONFIG_IP_NF_NAT_H323=m | ||
391 | CONFIG_IP_NF_MANGLE=m | 397 | CONFIG_IP_NF_MANGLE=m |
392 | CONFIG_IP_NF_TARGET_TOS=m | 398 | CONFIG_IP_NF_TARGET_TOS=m |
393 | CONFIG_IP_NF_TARGET_ECN=m | 399 | CONFIG_IP_NF_TARGET_ECN=m |
@@ -408,12 +414,10 @@ CONFIG_IP6_NF_MATCH_RT=m | |||
408 | CONFIG_IP6_NF_MATCH_OPTS=m | 414 | CONFIG_IP6_NF_MATCH_OPTS=m |
409 | CONFIG_IP6_NF_MATCH_FRAG=m | 415 | CONFIG_IP6_NF_MATCH_FRAG=m |
410 | CONFIG_IP6_NF_MATCH_HL=m | 416 | CONFIG_IP6_NF_MATCH_HL=m |
411 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
412 | CONFIG_IP6_NF_MATCH_OWNER=m | 417 | CONFIG_IP6_NF_MATCH_OWNER=m |
413 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 418 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
414 | CONFIG_IP6_NF_MATCH_AHESP=m | 419 | CONFIG_IP6_NF_MATCH_AH=m |
415 | CONFIG_IP6_NF_MATCH_EUI64=m | 420 | CONFIG_IP6_NF_MATCH_EUI64=m |
416 | CONFIG_IP6_NF_MATCH_POLICY=m | ||
417 | CONFIG_IP6_NF_FILTER=m | 421 | CONFIG_IP6_NF_FILTER=m |
418 | CONFIG_IP6_NF_TARGET_LOG=m | 422 | CONFIG_IP6_NF_TARGET_LOG=m |
419 | CONFIG_IP6_NF_TARGET_REJECT=m | 423 | CONFIG_IP6_NF_TARGET_REJECT=m |
@@ -435,6 +439,11 @@ CONFIG_IP_SCTP=m | |||
435 | # CONFIG_SCTP_HMAC_NONE is not set | 439 | # CONFIG_SCTP_HMAC_NONE is not set |
436 | # CONFIG_SCTP_HMAC_SHA1 is not set | 440 | # CONFIG_SCTP_HMAC_SHA1 is not set |
437 | CONFIG_SCTP_HMAC_MD5=y | 441 | CONFIG_SCTP_HMAC_MD5=y |
442 | |||
443 | # | ||
444 | # TIPC Configuration (EXPERIMENTAL) | ||
445 | # | ||
446 | # CONFIG_TIPC is not set | ||
438 | # CONFIG_ATM is not set | 447 | # CONFIG_ATM is not set |
439 | # CONFIG_BRIDGE is not set | 448 | # CONFIG_BRIDGE is not set |
440 | # CONFIG_VLAN_8021Q is not set | 449 | # CONFIG_VLAN_8021Q is not set |
@@ -444,11 +453,6 @@ CONFIG_SCTP_HMAC_MD5=y | |||
444 | # CONFIG_ATALK is not set | 453 | # CONFIG_ATALK is not set |
445 | # CONFIG_X25 is not set | 454 | # CONFIG_X25 is not set |
446 | # CONFIG_LAPB is not set | 455 | # CONFIG_LAPB is not set |
447 | |||
448 | # | ||
449 | # TIPC Configuration (EXPERIMENTAL) | ||
450 | # | ||
451 | # CONFIG_TIPC is not set | ||
452 | CONFIG_NET_DIVERT=y | 456 | CONFIG_NET_DIVERT=y |
453 | # CONFIG_ECONET is not set | 457 | # CONFIG_ECONET is not set |
454 | # CONFIG_WAN_ROUTER is not set | 458 | # CONFIG_WAN_ROUTER is not set |
@@ -508,6 +512,9 @@ CONFIG_IEEE80211=m | |||
508 | # CONFIG_IEEE80211_DEBUG is not set | 512 | # CONFIG_IEEE80211_DEBUG is not set |
509 | CONFIG_IEEE80211_CRYPT_WEP=m | 513 | CONFIG_IEEE80211_CRYPT_WEP=m |
510 | CONFIG_IEEE80211_CRYPT_CCMP=m | 514 | CONFIG_IEEE80211_CRYPT_CCMP=m |
515 | CONFIG_IEEE80211_SOFTMAC=m | ||
516 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
517 | CONFIG_WIRELESS_EXT=y | ||
511 | 518 | ||
512 | # | 519 | # |
513 | # Device Drivers | 520 | # Device Drivers |
@@ -546,7 +553,7 @@ CONFIG_CONNECTOR=m | |||
546 | # CONFIG_BLK_DEV_LOOP is not set | 553 | # CONFIG_BLK_DEV_LOOP is not set |
547 | # CONFIG_BLK_DEV_NBD is not set | 554 | # CONFIG_BLK_DEV_NBD is not set |
548 | # CONFIG_BLK_DEV_RAM is not set | 555 | # CONFIG_BLK_DEV_RAM is not set |
549 | CONFIG_BLK_DEV_RAM_COUNT=16 | 556 | # CONFIG_BLK_DEV_INITRD is not set |
550 | CONFIG_CDROM_PKTCDVD=m | 557 | CONFIG_CDROM_PKTCDVD=m |
551 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 558 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
552 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 559 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -812,10 +819,6 @@ CONFIG_MAX_RAW_DEVS=256 | |||
812 | # | 819 | # |
813 | 820 | ||
814 | # | 821 | # |
815 | # Multimedia Capabilities Port drivers | ||
816 | # | ||
817 | |||
818 | # | ||
819 | # Multimedia devices | 822 | # Multimedia devices |
820 | # | 823 | # |
821 | # CONFIG_VIDEO_DEV is not set | 824 | # CONFIG_VIDEO_DEV is not set |
@@ -857,6 +860,7 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
857 | # | 860 | # |
858 | # CONFIG_USB_ARCH_HAS_HCD is not set | 861 | # CONFIG_USB_ARCH_HAS_HCD is not set |
859 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 862 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
863 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
860 | 864 | ||
861 | # | 865 | # |
862 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 866 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -873,12 +877,30 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
873 | # CONFIG_MMC is not set | 877 | # CONFIG_MMC is not set |
874 | 878 | ||
875 | # | 879 | # |
880 | # LED devices | ||
881 | # | ||
882 | # CONFIG_NEW_LEDS is not set | ||
883 | |||
884 | # | ||
885 | # LED drivers | ||
886 | # | ||
887 | |||
888 | # | ||
889 | # LED Triggers | ||
890 | # | ||
891 | |||
892 | # | ||
876 | # InfiniBand support | 893 | # InfiniBand support |
877 | # | 894 | # |
878 | 895 | ||
879 | # | 896 | # |
880 | # SN Devices | 897 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
898 | # | ||
899 | |||
900 | # | ||
901 | # Real Time Clock | ||
881 | # | 902 | # |
903 | # CONFIG_RTC_CLASS is not set | ||
882 | 904 | ||
883 | # | 905 | # |
884 | # File systems | 906 | # File systems |
@@ -944,7 +966,6 @@ CONFIG_SYSFS=y | |||
944 | # CONFIG_TMPFS is not set | 966 | # CONFIG_TMPFS is not set |
945 | # CONFIG_HUGETLB_PAGE is not set | 967 | # CONFIG_HUGETLB_PAGE is not set |
946 | CONFIG_RAMFS=y | 968 | CONFIG_RAMFS=y |
947 | CONFIG_RELAYFS_FS=m | ||
948 | # CONFIG_CONFIGFS_FS is not set | 969 | # CONFIG_CONFIGFS_FS is not set |
949 | 970 | ||
950 | # | 971 | # |
@@ -963,7 +984,6 @@ CONFIG_EFS_FS=m | |||
963 | # CONFIG_QNX4FS_FS is not set | 984 | # CONFIG_QNX4FS_FS is not set |
964 | # CONFIG_SYSV_FS is not set | 985 | # CONFIG_SYSV_FS is not set |
965 | CONFIG_UFS_FS=m | 986 | CONFIG_UFS_FS=m |
966 | # CONFIG_UFS_FS_WRITE is not set | ||
967 | 987 | ||
968 | # | 988 | # |
969 | # Network File Systems | 989 | # Network File Systems |
@@ -1078,6 +1098,7 @@ CONFIG_NLS_UTF8=m | |||
1078 | # CONFIG_MAGIC_SYSRQ is not set | 1098 | # CONFIG_MAGIC_SYSRQ is not set |
1079 | # CONFIG_DEBUG_KERNEL is not set | 1099 | # CONFIG_DEBUG_KERNEL is not set |
1080 | CONFIG_LOG_BUF_SHIFT=14 | 1100 | CONFIG_LOG_BUF_SHIFT=14 |
1101 | # CONFIG_DEBUG_FS is not set | ||
1081 | CONFIG_CROSSCOMPILE=y | 1102 | CONFIG_CROSSCOMPILE=y |
1082 | CONFIG_CMDLINE="" | 1103 | CONFIG_CMDLINE="" |
1083 | 1104 | ||
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 8c40590737e1..f724b4b2ecf2 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc4 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Tue Feb 21 13:44:31 2006 | 4 | # Mon Apr 24 14:51:04 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -70,6 +70,8 @@ CONFIG_NUMA=y | |||
70 | # CONFIG_REPLICATE_KTEXT is not set | 70 | # CONFIG_REPLICATE_KTEXT is not set |
71 | # CONFIG_REPLICATE_EXHANDLERS is not set | 71 | # CONFIG_REPLICATE_EXHANDLERS is not set |
72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
73 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
74 | CONFIG_GENERIC_HWEIGHT=y | ||
73 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 75 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
74 | CONFIG_ARC=y | 76 | CONFIG_ARC=y |
75 | CONFIG_DMA_IP27=y | 77 | CONFIG_DMA_IP27=y |
@@ -123,6 +125,7 @@ CONFIG_CPU_HAS_SYNC=y | |||
123 | CONFIG_GENERIC_HARDIRQS=y | 125 | CONFIG_GENERIC_HARDIRQS=y |
124 | CONFIG_GENERIC_IRQ_PROBE=y | 126 | CONFIG_GENERIC_IRQ_PROBE=y |
125 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | 127 | CONFIG_CPU_SUPPORTS_HIGHMEM=y |
128 | CONFIG_NODES_SHIFT=6 | ||
126 | CONFIG_SELECT_MEMORY_MODEL=y | 129 | CONFIG_SELECT_MEMORY_MODEL=y |
127 | # CONFIG_FLATMEM_MANUAL is not set | 130 | # CONFIG_FLATMEM_MANUAL is not set |
128 | CONFIG_DISCONTIGMEM_MANUAL=y | 131 | CONFIG_DISCONTIGMEM_MANUAL=y |
@@ -162,6 +165,7 @@ CONFIG_SYSCTL=y | |||
162 | CONFIG_IKCONFIG=y | 165 | CONFIG_IKCONFIG=y |
163 | CONFIG_IKCONFIG_PROC=y | 166 | CONFIG_IKCONFIG_PROC=y |
164 | CONFIG_CPUSETS=y | 167 | CONFIG_CPUSETS=y |
168 | CONFIG_RELAY=y | ||
165 | CONFIG_INITRAMFS_SOURCE="" | 169 | CONFIG_INITRAMFS_SOURCE="" |
166 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 170 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
167 | CONFIG_EMBEDDED=y | 171 | CONFIG_EMBEDDED=y |
@@ -175,10 +179,6 @@ CONFIG_BASE_FULL=y | |||
175 | CONFIG_FUTEX=y | 179 | CONFIG_FUTEX=y |
176 | CONFIG_EPOLL=y | 180 | CONFIG_EPOLL=y |
177 | CONFIG_SHMEM=y | 181 | CONFIG_SHMEM=y |
178 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
179 | CONFIG_CC_ALIGN_LABELS=0 | ||
180 | CONFIG_CC_ALIGN_LOOPS=0 | ||
181 | CONFIG_CC_ALIGN_JUMPS=0 | ||
182 | CONFIG_SLAB=y | 182 | CONFIG_SLAB=y |
183 | # CONFIG_TINY_SHMEM is not set | 183 | # CONFIG_TINY_SHMEM is not set |
184 | CONFIG_BASE_SMALL=0 | 184 | CONFIG_BASE_SMALL=0 |
@@ -190,7 +190,6 @@ CONFIG_BASE_SMALL=0 | |||
190 | CONFIG_MODULES=y | 190 | CONFIG_MODULES=y |
191 | CONFIG_MODULE_UNLOAD=y | 191 | CONFIG_MODULE_UNLOAD=y |
192 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 192 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
193 | CONFIG_OBSOLETE_MODPARM=y | ||
194 | # CONFIG_MODVERSIONS is not set | 193 | # CONFIG_MODVERSIONS is not set |
195 | CONFIG_MODULE_SRCVERSION_ALL=y | 194 | CONFIG_MODULE_SRCVERSION_ALL=y |
196 | CONFIG_KMOD=y | 195 | CONFIG_KMOD=y |
@@ -199,6 +198,7 @@ CONFIG_STOP_MACHINE=y | |||
199 | # | 198 | # |
200 | # Block layer | 199 | # Block layer |
201 | # | 200 | # |
201 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
202 | 202 | ||
203 | # | 203 | # |
204 | # IO Schedulers | 204 | # IO Schedulers |
@@ -219,7 +219,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
219 | CONFIG_HW_HAS_PCI=y | 219 | CONFIG_HW_HAS_PCI=y |
220 | CONFIG_PCI=y | 220 | CONFIG_PCI=y |
221 | CONFIG_PCI_DOMAINS=y | 221 | CONFIG_PCI_DOMAINS=y |
222 | CONFIG_PCI_LEGACY_PROC=y | ||
223 | CONFIG_MMU=y | 222 | CONFIG_MMU=y |
224 | 223 | ||
225 | # | 224 | # |
@@ -237,6 +236,7 @@ CONFIG_MMU=y | |||
237 | # | 236 | # |
238 | CONFIG_BINFMT_ELF=y | 237 | CONFIG_BINFMT_ELF=y |
239 | # CONFIG_BINFMT_MISC is not set | 238 | # CONFIG_BINFMT_MISC is not set |
239 | # CONFIG_BUILD_ELF64 is not set | ||
240 | CONFIG_MIPS32_COMPAT=y | 240 | CONFIG_MIPS32_COMPAT=y |
241 | CONFIG_COMPAT=y | 241 | CONFIG_COMPAT=y |
242 | CONFIG_MIPS32_O32=y | 242 | CONFIG_MIPS32_O32=y |
@@ -274,12 +274,15 @@ CONFIG_IP_PNP=y | |||
274 | # CONFIG_INET_AH is not set | 274 | # CONFIG_INET_AH is not set |
275 | # CONFIG_INET_ESP is not set | 275 | # CONFIG_INET_ESP is not set |
276 | # CONFIG_INET_IPCOMP is not set | 276 | # CONFIG_INET_IPCOMP is not set |
277 | CONFIG_INET_TUNNEL=m | 277 | # CONFIG_INET_XFRM_TUNNEL is not set |
278 | # CONFIG_INET_TUNNEL is not set | ||
278 | CONFIG_INET_DIAG=y | 279 | CONFIG_INET_DIAG=y |
279 | CONFIG_INET_TCP_DIAG=y | 280 | CONFIG_INET_TCP_DIAG=y |
280 | # CONFIG_TCP_CONG_ADVANCED is not set | 281 | # CONFIG_TCP_CONG_ADVANCED is not set |
281 | CONFIG_TCP_CONG_BIC=y | 282 | CONFIG_TCP_CONG_BIC=y |
282 | # CONFIG_IPV6 is not set | 283 | # CONFIG_IPV6 is not set |
284 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
285 | # CONFIG_INET6_TUNNEL is not set | ||
283 | # CONFIG_NETFILTER is not set | 286 | # CONFIG_NETFILTER is not set |
284 | 287 | ||
285 | # | 288 | # |
@@ -363,6 +366,9 @@ CONFIG_IEEE80211=m | |||
363 | # CONFIG_IEEE80211_DEBUG is not set | 366 | # CONFIG_IEEE80211_DEBUG is not set |
364 | CONFIG_IEEE80211_CRYPT_WEP=m | 367 | CONFIG_IEEE80211_CRYPT_WEP=m |
365 | CONFIG_IEEE80211_CRYPT_CCMP=m | 368 | CONFIG_IEEE80211_CRYPT_CCMP=m |
369 | CONFIG_IEEE80211_SOFTMAC=m | ||
370 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
371 | CONFIG_WIRELESS_EXT=y | ||
366 | 372 | ||
367 | # | 373 | # |
368 | # Device Drivers | 374 | # Device Drivers |
@@ -407,7 +413,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m | |||
407 | # CONFIG_BLK_DEV_NBD is not set | 413 | # CONFIG_BLK_DEV_NBD is not set |
408 | # CONFIG_BLK_DEV_SX8 is not set | 414 | # CONFIG_BLK_DEV_SX8 is not set |
409 | # CONFIG_BLK_DEV_RAM is not set | 415 | # CONFIG_BLK_DEV_RAM is not set |
410 | CONFIG_BLK_DEV_RAM_COUNT=16 | 416 | # CONFIG_BLK_DEV_INITRD is not set |
411 | CONFIG_CDROM_PKTCDVD=m | 417 | CONFIG_CDROM_PKTCDVD=m |
412 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 418 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
413 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 419 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -473,7 +479,6 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
473 | # CONFIG_SCSI_INIA100 is not set | 479 | # CONFIG_SCSI_INIA100 is not set |
474 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 480 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
475 | # CONFIG_SCSI_IPR is not set | 481 | # CONFIG_SCSI_IPR is not set |
476 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
477 | CONFIG_SCSI_QLOGIC_1280=y | 482 | CONFIG_SCSI_QLOGIC_1280=y |
478 | # CONFIG_SCSI_QLA_FC is not set | 483 | # CONFIG_SCSI_QLA_FC is not set |
479 | # CONFIG_SCSI_LPFC is not set | 484 | # CONFIG_SCSI_LPFC is not set |
@@ -491,6 +496,7 @@ CONFIG_MD_RAID0=y | |||
491 | CONFIG_MD_RAID1=y | 496 | CONFIG_MD_RAID1=y |
492 | CONFIG_MD_RAID10=m | 497 | CONFIG_MD_RAID10=m |
493 | CONFIG_MD_RAID5=y | 498 | CONFIG_MD_RAID5=y |
499 | CONFIG_MD_RAID5_RESHAPE=y | ||
494 | CONFIG_MD_RAID6=m | 500 | CONFIG_MD_RAID6=m |
495 | CONFIG_MD_MULTIPATH=m | 501 | CONFIG_MD_MULTIPATH=m |
496 | CONFIG_MD_FAULTY=m | 502 | CONFIG_MD_FAULTY=m |
@@ -654,6 +660,7 @@ CONFIG_SERIO_RAW=m | |||
654 | # | 660 | # |
655 | CONFIG_SERIAL_8250=y | 661 | CONFIG_SERIAL_8250=y |
656 | CONFIG_SERIAL_8250_CONSOLE=y | 662 | CONFIG_SERIAL_8250_CONSOLE=y |
663 | CONFIG_SERIAL_8250_PCI=y | ||
657 | CONFIG_SERIAL_8250_NR_UARTS=4 | 664 | CONFIG_SERIAL_8250_NR_UARTS=4 |
658 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 665 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
659 | CONFIG_SERIAL_8250_EXTENDED=y | 666 | CONFIG_SERIAL_8250_EXTENDED=y |
@@ -727,10 +734,6 @@ CONFIG_SGI_IP27_RTC=y | |||
727 | # | 734 | # |
728 | 735 | ||
729 | # | 736 | # |
730 | # Multimedia Capabilities Port drivers | ||
731 | # | ||
732 | |||
733 | # | ||
734 | # Multimedia devices | 737 | # Multimedia devices |
735 | # | 738 | # |
736 | # CONFIG_VIDEO_DEV is not set | 739 | # CONFIG_VIDEO_DEV is not set |
@@ -755,6 +758,7 @@ CONFIG_SGI_IP27_RTC=y | |||
755 | # | 758 | # |
756 | CONFIG_USB_ARCH_HAS_HCD=y | 759 | CONFIG_USB_ARCH_HAS_HCD=y |
757 | CONFIG_USB_ARCH_HAS_OHCI=y | 760 | CONFIG_USB_ARCH_HAS_OHCI=y |
761 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
758 | # CONFIG_USB is not set | 762 | # CONFIG_USB is not set |
759 | 763 | ||
760 | # | 764 | # |
@@ -772,17 +776,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
772 | # CONFIG_MMC is not set | 776 | # CONFIG_MMC is not set |
773 | 777 | ||
774 | # | 778 | # |
779 | # LED devices | ||
780 | # | ||
781 | # CONFIG_NEW_LEDS is not set | ||
782 | |||
783 | # | ||
784 | # LED drivers | ||
785 | # | ||
786 | |||
787 | # | ||
788 | # LED Triggers | ||
789 | # | ||
790 | |||
791 | # | ||
775 | # InfiniBand support | 792 | # InfiniBand support |
776 | # | 793 | # |
777 | # CONFIG_INFINIBAND is not set | 794 | # CONFIG_INFINIBAND is not set |
778 | 795 | ||
779 | # | 796 | # |
780 | # SN Devices | 797 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
781 | # | 798 | # |
782 | 799 | ||
783 | # | 800 | # |
784 | # EDAC - error detection and reporting (RAS) | 801 | # Real Time Clock |
785 | # | 802 | # |
803 | # CONFIG_RTC_CLASS is not set | ||
786 | 804 | ||
787 | # | 805 | # |
788 | # File systems | 806 | # File systems |
@@ -840,7 +858,6 @@ CONFIG_SYSFS=y | |||
840 | # CONFIG_TMPFS is not set | 858 | # CONFIG_TMPFS is not set |
841 | # CONFIG_HUGETLB_PAGE is not set | 859 | # CONFIG_HUGETLB_PAGE is not set |
842 | CONFIG_RAMFS=y | 860 | CONFIG_RAMFS=y |
843 | CONFIG_RELAYFS_FS=m | ||
844 | # CONFIG_CONFIGFS_FS is not set | 861 | # CONFIG_CONFIGFS_FS is not set |
845 | 862 | ||
846 | # | 863 | # |
@@ -922,6 +939,7 @@ CONFIG_SGI_PARTITION=y | |||
922 | # CONFIG_MAGIC_SYSRQ is not set | 939 | # CONFIG_MAGIC_SYSRQ is not set |
923 | # CONFIG_DEBUG_KERNEL is not set | 940 | # CONFIG_DEBUG_KERNEL is not set |
924 | CONFIG_LOG_BUF_SHIFT=15 | 941 | CONFIG_LOG_BUF_SHIFT=15 |
942 | # CONFIG_DEBUG_FS is not set | ||
925 | CONFIG_CROSSCOMPILE=y | 943 | CONFIG_CROSSCOMPILE=y |
926 | CONFIG_CMDLINE="" | 944 | CONFIG_CMDLINE="" |
927 | 945 | ||
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 7fdcaf51face..8f11d3565b2d 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:09 2006 | 4 | # Mon Apr 24 14:51:05 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_SGI_IP32=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_ARC=y | 70 | CONFIG_ARC=y |
69 | CONFIG_DMA_IP32=y | 71 | CONFIG_DMA_IP32=y |
@@ -142,7 +144,6 @@ CONFIG_PREEMPT_VOLUNTARY=y | |||
142 | # Code maturity level options | 144 | # Code maturity level options |
143 | # | 145 | # |
144 | CONFIG_EXPERIMENTAL=y | 146 | CONFIG_EXPERIMENTAL=y |
145 | CONFIG_CLEAN_COMPILE=y | ||
146 | CONFIG_BROKEN_ON_SMP=y | 147 | CONFIG_BROKEN_ON_SMP=y |
147 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 148 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
148 | 149 | ||
@@ -159,6 +160,7 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
159 | CONFIG_SYSCTL=y | 160 | CONFIG_SYSCTL=y |
160 | # CONFIG_AUDIT is not set | 161 | # CONFIG_AUDIT is not set |
161 | # CONFIG_IKCONFIG is not set | 162 | # CONFIG_IKCONFIG is not set |
163 | CONFIG_RELAY=y | ||
162 | CONFIG_INITRAMFS_SOURCE="" | 164 | CONFIG_INITRAMFS_SOURCE="" |
163 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 165 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
164 | CONFIG_EMBEDDED=y | 166 | CONFIG_EMBEDDED=y |
@@ -172,10 +174,6 @@ CONFIG_BASE_FULL=y | |||
172 | CONFIG_FUTEX=y | 174 | CONFIG_FUTEX=y |
173 | CONFIG_EPOLL=y | 175 | CONFIG_EPOLL=y |
174 | CONFIG_SHMEM=y | 176 | CONFIG_SHMEM=y |
175 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
176 | CONFIG_CC_ALIGN_LABELS=0 | ||
177 | CONFIG_CC_ALIGN_LOOPS=0 | ||
178 | CONFIG_CC_ALIGN_JUMPS=0 | ||
179 | CONFIG_SLAB=y | 177 | CONFIG_SLAB=y |
180 | # CONFIG_TINY_SHMEM is not set | 178 | # CONFIG_TINY_SHMEM is not set |
181 | CONFIG_BASE_SMALL=0 | 179 | CONFIG_BASE_SMALL=0 |
@@ -189,6 +187,7 @@ CONFIG_BASE_SMALL=0 | |||
189 | # | 187 | # |
190 | # Block layer | 188 | # Block layer |
191 | # | 189 | # |
190 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | 191 | ||
193 | # | 192 | # |
194 | # IO Schedulers | 193 | # IO Schedulers |
@@ -208,7 +207,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
208 | # | 207 | # |
209 | CONFIG_HW_HAS_PCI=y | 208 | CONFIG_HW_HAS_PCI=y |
210 | CONFIG_PCI=y | 209 | CONFIG_PCI=y |
211 | CONFIG_PCI_LEGACY_PROC=y | ||
212 | CONFIG_MMU=y | 210 | CONFIG_MMU=y |
213 | 211 | ||
214 | # | 212 | # |
@@ -226,6 +224,7 @@ CONFIG_MMU=y | |||
226 | # | 224 | # |
227 | CONFIG_BINFMT_ELF=y | 225 | CONFIG_BINFMT_ELF=y |
228 | CONFIG_BINFMT_MISC=y | 226 | CONFIG_BINFMT_MISC=y |
227 | # CONFIG_BUILD_ELF64 is not set | ||
229 | CONFIG_MIPS32_COMPAT=y | 228 | CONFIG_MIPS32_COMPAT=y |
230 | CONFIG_COMPAT=y | 229 | CONFIG_COMPAT=y |
231 | CONFIG_MIPS32_O32=y | 230 | CONFIG_MIPS32_O32=y |
@@ -240,6 +239,7 @@ CONFIG_NET=y | |||
240 | # | 239 | # |
241 | # Networking options | 240 | # Networking options |
242 | # | 241 | # |
242 | # CONFIG_NETDEBUG is not set | ||
243 | CONFIG_PACKET=y | 243 | CONFIG_PACKET=y |
244 | CONFIG_PACKET_MMAP=y | 244 | CONFIG_PACKET_MMAP=y |
245 | CONFIG_UNIX=y | 245 | CONFIG_UNIX=y |
@@ -261,12 +261,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
261 | # CONFIG_INET_AH is not set | 261 | # CONFIG_INET_AH is not set |
262 | # CONFIG_INET_ESP is not set | 262 | # CONFIG_INET_ESP is not set |
263 | # CONFIG_INET_IPCOMP is not set | 263 | # CONFIG_INET_IPCOMP is not set |
264 | CONFIG_INET_TUNNEL=y | 264 | # CONFIG_INET_XFRM_TUNNEL is not set |
265 | # CONFIG_INET_TUNNEL is not set | ||
265 | CONFIG_INET_DIAG=y | 266 | CONFIG_INET_DIAG=y |
266 | CONFIG_INET_TCP_DIAG=y | 267 | CONFIG_INET_TCP_DIAG=y |
267 | # CONFIG_TCP_CONG_ADVANCED is not set | 268 | # CONFIG_TCP_CONG_ADVANCED is not set |
268 | CONFIG_TCP_CONG_BIC=y | 269 | CONFIG_TCP_CONG_BIC=y |
269 | # CONFIG_IPV6 is not set | 270 | # CONFIG_IPV6 is not set |
271 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
272 | # CONFIG_INET6_TUNNEL is not set | ||
270 | # CONFIG_NETFILTER is not set | 273 | # CONFIG_NETFILTER is not set |
271 | 274 | ||
272 | # | 275 | # |
@@ -278,6 +281,11 @@ CONFIG_TCP_CONG_BIC=y | |||
278 | # SCTP Configuration (EXPERIMENTAL) | 281 | # SCTP Configuration (EXPERIMENTAL) |
279 | # | 282 | # |
280 | # CONFIG_IP_SCTP is not set | 283 | # CONFIG_IP_SCTP is not set |
284 | |||
285 | # | ||
286 | # TIPC Configuration (EXPERIMENTAL) | ||
287 | # | ||
288 | # CONFIG_TIPC is not set | ||
281 | # CONFIG_ATM is not set | 289 | # CONFIG_ATM is not set |
282 | # CONFIG_BRIDGE is not set | 290 | # CONFIG_BRIDGE is not set |
283 | # CONFIG_VLAN_8021Q is not set | 291 | # CONFIG_VLAN_8021Q is not set |
@@ -287,11 +295,6 @@ CONFIG_TCP_CONG_BIC=y | |||
287 | # CONFIG_ATALK is not set | 295 | # CONFIG_ATALK is not set |
288 | # CONFIG_X25 is not set | 296 | # CONFIG_X25 is not set |
289 | # CONFIG_LAPB is not set | 297 | # CONFIG_LAPB is not set |
290 | |||
291 | # | ||
292 | # TIPC Configuration (EXPERIMENTAL) | ||
293 | # | ||
294 | # CONFIG_TIPC is not set | ||
295 | # CONFIG_NET_DIVERT is not set | 298 | # CONFIG_NET_DIVERT is not set |
296 | # CONFIG_ECONET is not set | 299 | # CONFIG_ECONET is not set |
297 | # CONFIG_WAN_ROUTER is not set | 300 | # CONFIG_WAN_ROUTER is not set |
@@ -312,6 +315,9 @@ CONFIG_IEEE80211=y | |||
312 | # CONFIG_IEEE80211_DEBUG is not set | 315 | # CONFIG_IEEE80211_DEBUG is not set |
313 | CONFIG_IEEE80211_CRYPT_WEP=y | 316 | CONFIG_IEEE80211_CRYPT_WEP=y |
314 | CONFIG_IEEE80211_CRYPT_CCMP=y | 317 | CONFIG_IEEE80211_CRYPT_CCMP=y |
318 | CONFIG_IEEE80211_SOFTMAC=y | ||
319 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
320 | CONFIG_WIRELESS_EXT=y | ||
315 | 321 | ||
316 | # | 322 | # |
317 | # Device Drivers | 323 | # Device Drivers |
@@ -357,7 +363,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
357 | # CONFIG_BLK_DEV_NBD is not set | 363 | # CONFIG_BLK_DEV_NBD is not set |
358 | # CONFIG_BLK_DEV_SX8 is not set | 364 | # CONFIG_BLK_DEV_SX8 is not set |
359 | # CONFIG_BLK_DEV_RAM is not set | 365 | # CONFIG_BLK_DEV_RAM is not set |
360 | CONFIG_BLK_DEV_RAM_COUNT=16 | 366 | # CONFIG_BLK_DEV_INITRD is not set |
361 | CONFIG_CDROM_PKTCDVD=y | 367 | CONFIG_CDROM_PKTCDVD=y |
362 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 368 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
363 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 369 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -428,7 +434,6 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y | |||
428 | # CONFIG_SCSI_INIA100 is not set | 434 | # CONFIG_SCSI_INIA100 is not set |
429 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 435 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
430 | # CONFIG_SCSI_IPR is not set | 436 | # CONFIG_SCSI_IPR is not set |
431 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
432 | # CONFIG_SCSI_QLOGIC_1280 is not set | 437 | # CONFIG_SCSI_QLOGIC_1280 is not set |
433 | # CONFIG_SCSI_QLA_FC is not set | 438 | # CONFIG_SCSI_QLA_FC is not set |
434 | # CONFIG_SCSI_LPFC is not set | 439 | # CONFIG_SCSI_LPFC is not set |
@@ -615,6 +620,7 @@ CONFIG_HW_CONSOLE=y | |||
615 | # | 620 | # |
616 | CONFIG_SERIAL_8250=y | 621 | CONFIG_SERIAL_8250=y |
617 | CONFIG_SERIAL_8250_CONSOLE=y | 622 | CONFIG_SERIAL_8250_CONSOLE=y |
623 | CONFIG_SERIAL_8250_PCI=y | ||
618 | CONFIG_SERIAL_8250_NR_UARTS=4 | 624 | CONFIG_SERIAL_8250_NR_UARTS=4 |
619 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 625 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
620 | # CONFIG_SERIAL_8250_EXTENDED is not set | 626 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -624,6 +630,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
624 | # | 630 | # |
625 | CONFIG_SERIAL_CORE=y | 631 | CONFIG_SERIAL_CORE=y |
626 | CONFIG_SERIAL_CORE_CONSOLE=y | 632 | CONFIG_SERIAL_CORE_CONSOLE=y |
633 | # CONFIG_SERIAL_JSM is not set | ||
627 | CONFIG_UNIX98_PTYS=y | 634 | CONFIG_UNIX98_PTYS=y |
628 | CONFIG_LEGACY_PTYS=y | 635 | CONFIG_LEGACY_PTYS=y |
629 | CONFIG_LEGACY_PTY_COUNT=256 | 636 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -682,10 +689,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
682 | # | 689 | # |
683 | 690 | ||
684 | # | 691 | # |
685 | # Multimedia Capabilities Port drivers | ||
686 | # | ||
687 | |||
688 | # | ||
689 | # Multimedia devices | 692 | # Multimedia devices |
690 | # | 693 | # |
691 | # CONFIG_VIDEO_DEV is not set | 694 | # CONFIG_VIDEO_DEV is not set |
@@ -716,6 +719,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
716 | # | 719 | # |
717 | CONFIG_USB_ARCH_HAS_HCD=y | 720 | CONFIG_USB_ARCH_HAS_HCD=y |
718 | CONFIG_USB_ARCH_HAS_OHCI=y | 721 | CONFIG_USB_ARCH_HAS_OHCI=y |
722 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
719 | # CONFIG_USB is not set | 723 | # CONFIG_USB is not set |
720 | 724 | ||
721 | # | 725 | # |
@@ -733,13 +737,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
733 | # CONFIG_MMC is not set | 737 | # CONFIG_MMC is not set |
734 | 738 | ||
735 | # | 739 | # |
740 | # LED devices | ||
741 | # | ||
742 | # CONFIG_NEW_LEDS is not set | ||
743 | |||
744 | # | ||
745 | # LED drivers | ||
746 | # | ||
747 | |||
748 | # | ||
749 | # LED Triggers | ||
750 | # | ||
751 | |||
752 | # | ||
736 | # InfiniBand support | 753 | # InfiniBand support |
737 | # | 754 | # |
738 | # CONFIG_INFINIBAND is not set | 755 | # CONFIG_INFINIBAND is not set |
739 | 756 | ||
740 | # | 757 | # |
741 | # SN Devices | 758 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
759 | # | ||
760 | |||
761 | # | ||
762 | # Real Time Clock | ||
742 | # | 763 | # |
764 | # CONFIG_RTC_CLASS is not set | ||
743 | 765 | ||
744 | # | 766 | # |
745 | # File systems | 767 | # File systems |
@@ -784,7 +806,6 @@ CONFIG_SYSFS=y | |||
784 | CONFIG_TMPFS=y | 806 | CONFIG_TMPFS=y |
785 | # CONFIG_HUGETLB_PAGE is not set | 807 | # CONFIG_HUGETLB_PAGE is not set |
786 | CONFIG_RAMFS=y | 808 | CONFIG_RAMFS=y |
787 | CONFIG_RELAYFS_FS=y | ||
788 | # CONFIG_CONFIGFS_FS is not set | 809 | # CONFIG_CONFIGFS_FS is not set |
789 | 810 | ||
790 | # | 811 | # |
@@ -861,6 +882,8 @@ CONFIG_SGI_PARTITION=y | |||
861 | # CONFIG_MAGIC_SYSRQ is not set | 882 | # CONFIG_MAGIC_SYSRQ is not set |
862 | # CONFIG_DEBUG_KERNEL is not set | 883 | # CONFIG_DEBUG_KERNEL is not set |
863 | CONFIG_LOG_BUF_SHIFT=14 | 884 | CONFIG_LOG_BUF_SHIFT=14 |
885 | # CONFIG_DEBUG_FS is not set | ||
886 | # CONFIG_UNWIND_INFO is not set | ||
864 | CONFIG_CROSSCOMPILE=y | 887 | CONFIG_CROSSCOMPILE=y |
865 | CONFIG_CMDLINE="" | 888 | CONFIG_CMDLINE="" |
866 | 889 | ||
diff --git a/arch/mips/configs/it8172_defconfig b/arch/mips/configs/it8172_defconfig index c716996d9eca..757adf23853d 100644 --- a/arch/mips/configs/it8172_defconfig +++ b/arch/mips/configs/it8172_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:10 2006 | 4 | # Mon Apr 24 14:51:05 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -65,6 +65,8 @@ CONFIG_MIPS_ITE8172=y | |||
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | # CONFIG_IT8172_REVC is not set | 66 | # CONFIG_IT8172_REVC is not set |
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
70 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -115,7 +117,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
115 | # CONFIG_PAGE_SIZE_16KB is not set | 117 | # CONFIG_PAGE_SIZE_16KB is not set |
116 | # CONFIG_PAGE_SIZE_64KB is not set | 118 | # CONFIG_PAGE_SIZE_64KB is not set |
117 | # CONFIG_MIPS_MT is not set | 119 | # CONFIG_MIPS_MT is not set |
118 | # CONFIG_CPU_ADVANCED is not set | ||
119 | CONFIG_CPU_HAS_LLSC=y | 120 | CONFIG_CPU_HAS_LLSC=y |
120 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
@@ -137,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 138 | # Code maturity level options |
138 | # | 139 | # |
139 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 143 | ||
@@ -154,6 +154,7 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
154 | CONFIG_SYSCTL=y | 154 | CONFIG_SYSCTL=y |
155 | # CONFIG_AUDIT is not set | 155 | # CONFIG_AUDIT is not set |
156 | # CONFIG_IKCONFIG is not set | 156 | # CONFIG_IKCONFIG is not set |
157 | CONFIG_RELAY=y | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -167,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -183,7 +180,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
183 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
184 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
185 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
186 | CONFIG_OBSOLETE_MODPARM=y | ||
187 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
188 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
189 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -192,6 +188,8 @@ CONFIG_KMOD=y | |||
192 | # Block layer | 188 | # Block layer |
193 | # | 189 | # |
194 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
195 | 193 | ||
196 | # | 194 | # |
197 | # IO Schedulers | 195 | # IO Schedulers |
@@ -237,6 +235,7 @@ CONFIG_NET=y | |||
237 | # | 235 | # |
238 | # Networking options | 236 | # Networking options |
239 | # | 237 | # |
238 | # CONFIG_NETDEBUG is not set | ||
240 | CONFIG_PACKET=y | 239 | CONFIG_PACKET=y |
241 | CONFIG_PACKET_MMAP=y | 240 | CONFIG_PACKET_MMAP=y |
242 | CONFIG_UNIX=y | 241 | CONFIG_UNIX=y |
@@ -258,12 +257,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
258 | # CONFIG_INET_AH is not set | 257 | # CONFIG_INET_AH is not set |
259 | # CONFIG_INET_ESP is not set | 258 | # CONFIG_INET_ESP is not set |
260 | # CONFIG_INET_IPCOMP is not set | 259 | # CONFIG_INET_IPCOMP is not set |
261 | CONFIG_INET_TUNNEL=m | 260 | # CONFIG_INET_XFRM_TUNNEL is not set |
261 | # CONFIG_INET_TUNNEL is not set | ||
262 | CONFIG_INET_DIAG=y | 262 | CONFIG_INET_DIAG=y |
263 | CONFIG_INET_TCP_DIAG=y | 263 | CONFIG_INET_TCP_DIAG=y |
264 | # CONFIG_TCP_CONG_ADVANCED is not set | 264 | # CONFIG_TCP_CONG_ADVANCED is not set |
265 | CONFIG_TCP_CONG_BIC=y | 265 | CONFIG_TCP_CONG_BIC=y |
266 | # CONFIG_IPV6 is not set | 266 | # CONFIG_IPV6 is not set |
267 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
268 | # CONFIG_INET6_TUNNEL is not set | ||
267 | # CONFIG_NETFILTER is not set | 269 | # CONFIG_NETFILTER is not set |
268 | 270 | ||
269 | # | 271 | # |
@@ -275,6 +277,11 @@ CONFIG_TCP_CONG_BIC=y | |||
275 | # SCTP Configuration (EXPERIMENTAL) | 277 | # SCTP Configuration (EXPERIMENTAL) |
276 | # | 278 | # |
277 | # CONFIG_IP_SCTP is not set | 279 | # CONFIG_IP_SCTP is not set |
280 | |||
281 | # | ||
282 | # TIPC Configuration (EXPERIMENTAL) | ||
283 | # | ||
284 | # CONFIG_TIPC is not set | ||
278 | # CONFIG_ATM is not set | 285 | # CONFIG_ATM is not set |
279 | # CONFIG_BRIDGE is not set | 286 | # CONFIG_BRIDGE is not set |
280 | # CONFIG_VLAN_8021Q is not set | 287 | # CONFIG_VLAN_8021Q is not set |
@@ -284,11 +291,6 @@ CONFIG_TCP_CONG_BIC=y | |||
284 | # CONFIG_ATALK is not set | 291 | # CONFIG_ATALK is not set |
285 | # CONFIG_X25 is not set | 292 | # CONFIG_X25 is not set |
286 | # CONFIG_LAPB is not set | 293 | # CONFIG_LAPB is not set |
287 | |||
288 | # | ||
289 | # TIPC Configuration (EXPERIMENTAL) | ||
290 | # | ||
291 | # CONFIG_TIPC is not set | ||
292 | # CONFIG_NET_DIVERT is not set | 294 | # CONFIG_NET_DIVERT is not set |
293 | # CONFIG_ECONET is not set | 295 | # CONFIG_ECONET is not set |
294 | # CONFIG_WAN_ROUTER is not set | 296 | # CONFIG_WAN_ROUTER is not set |
@@ -309,6 +311,9 @@ CONFIG_IEEE80211=m | |||
309 | # CONFIG_IEEE80211_DEBUG is not set | 311 | # CONFIG_IEEE80211_DEBUG is not set |
310 | CONFIG_IEEE80211_CRYPT_WEP=m | 312 | CONFIG_IEEE80211_CRYPT_WEP=m |
311 | CONFIG_IEEE80211_CRYPT_CCMP=m | 313 | CONFIG_IEEE80211_CRYPT_CCMP=m |
314 | CONFIG_IEEE80211_SOFTMAC=m | ||
315 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
316 | CONFIG_WIRELESS_EXT=y | ||
312 | 317 | ||
313 | # | 318 | # |
314 | # Device Drivers | 319 | # Device Drivers |
@@ -387,7 +392,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
387 | # CONFIG_MTD_SLRAM is not set | 392 | # CONFIG_MTD_SLRAM is not set |
388 | # CONFIG_MTD_PHRAM is not set | 393 | # CONFIG_MTD_PHRAM is not set |
389 | # CONFIG_MTD_MTDRAM is not set | 394 | # CONFIG_MTD_MTDRAM is not set |
390 | # CONFIG_MTD_BLKMTD is not set | ||
391 | # CONFIG_MTD_BLOCK2MTD is not set | 395 | # CONFIG_MTD_BLOCK2MTD is not set |
392 | 396 | ||
393 | # | 397 | # |
@@ -424,7 +428,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
424 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 428 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
425 | # CONFIG_BLK_DEV_NBD is not set | 429 | # CONFIG_BLK_DEV_NBD is not set |
426 | # CONFIG_BLK_DEV_RAM is not set | 430 | # CONFIG_BLK_DEV_RAM is not set |
427 | CONFIG_BLK_DEV_RAM_COUNT=16 | 431 | # CONFIG_BLK_DEV_INITRD is not set |
428 | CONFIG_CDROM_PKTCDVD=m | 432 | CONFIG_CDROM_PKTCDVD=m |
429 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 433 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
430 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 434 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -666,10 +670,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
666 | # | 670 | # |
667 | 671 | ||
668 | # | 672 | # |
669 | # Multimedia Capabilities Port drivers | ||
670 | # | ||
671 | |||
672 | # | ||
673 | # Multimedia devices | 673 | # Multimedia devices |
674 | # | 674 | # |
675 | # CONFIG_VIDEO_DEV is not set | 675 | # CONFIG_VIDEO_DEV is not set |
@@ -704,7 +704,6 @@ CONFIG_SOUND=y | |||
704 | # Open Sound System | 704 | # Open Sound System |
705 | # | 705 | # |
706 | CONFIG_SOUND_PRIME=y | 706 | CONFIG_SOUND_PRIME=y |
707 | # CONFIG_OBSOLETE_OSS_DRIVER is not set | ||
708 | CONFIG_SOUND_IT8172=y | 707 | CONFIG_SOUND_IT8172=y |
709 | # CONFIG_SOUND_MSNDCLAS is not set | 708 | # CONFIG_SOUND_MSNDCLAS is not set |
710 | # CONFIG_SOUND_MSNDPIN is not set | 709 | # CONFIG_SOUND_MSNDPIN is not set |
@@ -714,6 +713,7 @@ CONFIG_SOUND_IT8172=y | |||
714 | # | 713 | # |
715 | # CONFIG_USB_ARCH_HAS_HCD is not set | 714 | # CONFIG_USB_ARCH_HAS_HCD is not set |
716 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 715 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
716 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
717 | 717 | ||
718 | # | 718 | # |
719 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 719 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -730,12 +730,30 @@ CONFIG_SOUND_IT8172=y | |||
730 | # CONFIG_MMC is not set | 730 | # CONFIG_MMC is not set |
731 | 731 | ||
732 | # | 732 | # |
733 | # LED devices | ||
734 | # | ||
735 | # CONFIG_NEW_LEDS is not set | ||
736 | |||
737 | # | ||
738 | # LED drivers | ||
739 | # | ||
740 | |||
741 | # | ||
742 | # LED Triggers | ||
743 | # | ||
744 | |||
745 | # | ||
733 | # InfiniBand support | 746 | # InfiniBand support |
734 | # | 747 | # |
735 | 748 | ||
736 | # | 749 | # |
737 | # SN Devices | 750 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
751 | # | ||
752 | |||
753 | # | ||
754 | # Real Time Clock | ||
738 | # | 755 | # |
756 | # CONFIG_RTC_CLASS is not set | ||
739 | 757 | ||
740 | # | 758 | # |
741 | # File systems | 759 | # File systems |
@@ -780,7 +798,6 @@ CONFIG_SYSFS=y | |||
780 | # CONFIG_TMPFS is not set | 798 | # CONFIG_TMPFS is not set |
781 | # CONFIG_HUGETLB_PAGE is not set | 799 | # CONFIG_HUGETLB_PAGE is not set |
782 | CONFIG_RAMFS=y | 800 | CONFIG_RAMFS=y |
783 | CONFIG_RELAYFS_FS=m | ||
784 | # CONFIG_CONFIGFS_FS is not set | 801 | # CONFIG_CONFIGFS_FS is not set |
785 | 802 | ||
786 | # | 803 | # |
@@ -846,6 +863,7 @@ CONFIG_MSDOS_PARTITION=y | |||
846 | # CONFIG_MAGIC_SYSRQ is not set | 863 | # CONFIG_MAGIC_SYSRQ is not set |
847 | # CONFIG_DEBUG_KERNEL is not set | 864 | # CONFIG_DEBUG_KERNEL is not set |
848 | CONFIG_LOG_BUF_SHIFT=14 | 865 | CONFIG_LOG_BUF_SHIFT=14 |
866 | # CONFIG_DEBUG_FS is not set | ||
849 | CONFIG_CROSSCOMPILE=y | 867 | CONFIG_CROSSCOMPILE=y |
850 | CONFIG_CMDLINE="" | 868 | CONFIG_CMDLINE="" |
851 | 869 | ||
diff --git a/arch/mips/configs/ivr_defconfig b/arch/mips/configs/ivr_defconfig index a8376d125e11..021761a8a237 100644 --- a/arch/mips/configs/ivr_defconfig +++ b/arch/mips/configs/ivr_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:11 2006 | 4 | # Mon Apr 24 14:51:06 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_IVR=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -112,7 +114,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
112 | # CONFIG_PAGE_SIZE_16KB is not set | 114 | # CONFIG_PAGE_SIZE_16KB is not set |
113 | # CONFIG_PAGE_SIZE_64KB is not set | 115 | # CONFIG_PAGE_SIZE_64KB is not set |
114 | # CONFIG_MIPS_MT is not set | 116 | # CONFIG_MIPS_MT is not set |
115 | # CONFIG_CPU_ADVANCED is not set | ||
116 | CONFIG_CPU_HAS_LLSC=y | 117 | CONFIG_CPU_HAS_LLSC=y |
117 | CONFIG_CPU_HAS_SYNC=y | 118 | CONFIG_CPU_HAS_SYNC=y |
118 | CONFIG_GENERIC_HARDIRQS=y | 119 | CONFIG_GENERIC_HARDIRQS=y |
@@ -134,7 +135,6 @@ CONFIG_PREEMPT_NONE=y | |||
134 | # Code maturity level options | 135 | # Code maturity level options |
135 | # | 136 | # |
136 | CONFIG_EXPERIMENTAL=y | 137 | CONFIG_EXPERIMENTAL=y |
137 | CONFIG_CLEAN_COMPILE=y | ||
138 | CONFIG_BROKEN_ON_SMP=y | 138 | CONFIG_BROKEN_ON_SMP=y |
139 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 139 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
140 | 140 | ||
@@ -151,6 +151,7 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
151 | CONFIG_SYSCTL=y | 151 | CONFIG_SYSCTL=y |
152 | # CONFIG_AUDIT is not set | 152 | # CONFIG_AUDIT is not set |
153 | # CONFIG_IKCONFIG is not set | 153 | # CONFIG_IKCONFIG is not set |
154 | CONFIG_RELAY=y | ||
154 | CONFIG_INITRAMFS_SOURCE="" | 155 | CONFIG_INITRAMFS_SOURCE="" |
155 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 156 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
156 | CONFIG_EMBEDDED=y | 157 | CONFIG_EMBEDDED=y |
@@ -164,10 +165,6 @@ CONFIG_BASE_FULL=y | |||
164 | CONFIG_FUTEX=y | 165 | CONFIG_FUTEX=y |
165 | CONFIG_EPOLL=y | 166 | CONFIG_EPOLL=y |
166 | CONFIG_SHMEM=y | 167 | CONFIG_SHMEM=y |
167 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
168 | CONFIG_CC_ALIGN_LABELS=0 | ||
169 | CONFIG_CC_ALIGN_LOOPS=0 | ||
170 | CONFIG_CC_ALIGN_JUMPS=0 | ||
171 | CONFIG_SLAB=y | 168 | CONFIG_SLAB=y |
172 | # CONFIG_TINY_SHMEM is not set | 169 | # CONFIG_TINY_SHMEM is not set |
173 | CONFIG_BASE_SMALL=0 | 170 | CONFIG_BASE_SMALL=0 |
@@ -179,7 +176,6 @@ CONFIG_BASE_SMALL=0 | |||
179 | CONFIG_MODULES=y | 176 | CONFIG_MODULES=y |
180 | CONFIG_MODULE_UNLOAD=y | 177 | CONFIG_MODULE_UNLOAD=y |
181 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 178 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
182 | CONFIG_OBSOLETE_MODPARM=y | ||
183 | CONFIG_MODVERSIONS=y | 179 | CONFIG_MODVERSIONS=y |
184 | CONFIG_MODULE_SRCVERSION_ALL=y | 180 | CONFIG_MODULE_SRCVERSION_ALL=y |
185 | CONFIG_KMOD=y | 181 | CONFIG_KMOD=y |
@@ -188,6 +184,8 @@ CONFIG_KMOD=y | |||
188 | # Block layer | 184 | # Block layer |
189 | # | 185 | # |
190 | # CONFIG_LBD is not set | 186 | # CONFIG_LBD is not set |
187 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
188 | # CONFIG_LSF is not set | ||
191 | 189 | ||
192 | # | 190 | # |
193 | # IO Schedulers | 191 | # IO Schedulers |
@@ -207,7 +205,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
207 | # | 205 | # |
208 | CONFIG_HW_HAS_PCI=y | 206 | CONFIG_HW_HAS_PCI=y |
209 | CONFIG_PCI=y | 207 | CONFIG_PCI=y |
210 | CONFIG_PCI_LEGACY_PROC=y | ||
211 | CONFIG_MMU=y | 208 | CONFIG_MMU=y |
212 | 209 | ||
213 | # | 210 | # |
@@ -235,6 +232,7 @@ CONFIG_NET=y | |||
235 | # | 232 | # |
236 | # Networking options | 233 | # Networking options |
237 | # | 234 | # |
235 | # CONFIG_NETDEBUG is not set | ||
238 | CONFIG_PACKET=y | 236 | CONFIG_PACKET=y |
239 | CONFIG_PACKET_MMAP=y | 237 | CONFIG_PACKET_MMAP=y |
240 | CONFIG_UNIX=y | 238 | CONFIG_UNIX=y |
@@ -256,12 +254,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
256 | # CONFIG_INET_AH is not set | 254 | # CONFIG_INET_AH is not set |
257 | # CONFIG_INET_ESP is not set | 255 | # CONFIG_INET_ESP is not set |
258 | # CONFIG_INET_IPCOMP is not set | 256 | # CONFIG_INET_IPCOMP is not set |
259 | CONFIG_INET_TUNNEL=m | 257 | # CONFIG_INET_XFRM_TUNNEL is not set |
258 | # CONFIG_INET_TUNNEL is not set | ||
260 | CONFIG_INET_DIAG=y | 259 | CONFIG_INET_DIAG=y |
261 | CONFIG_INET_TCP_DIAG=y | 260 | CONFIG_INET_TCP_DIAG=y |
262 | # CONFIG_TCP_CONG_ADVANCED is not set | 261 | # CONFIG_TCP_CONG_ADVANCED is not set |
263 | CONFIG_TCP_CONG_BIC=y | 262 | CONFIG_TCP_CONG_BIC=y |
264 | # CONFIG_IPV6 is not set | 263 | # CONFIG_IPV6 is not set |
264 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
265 | # CONFIG_INET6_TUNNEL is not set | ||
265 | # CONFIG_NETFILTER is not set | 266 | # CONFIG_NETFILTER is not set |
266 | 267 | ||
267 | # | 268 | # |
@@ -273,6 +274,11 @@ CONFIG_TCP_CONG_BIC=y | |||
273 | # SCTP Configuration (EXPERIMENTAL) | 274 | # SCTP Configuration (EXPERIMENTAL) |
274 | # | 275 | # |
275 | # CONFIG_IP_SCTP is not set | 276 | # CONFIG_IP_SCTP is not set |
277 | |||
278 | # | ||
279 | # TIPC Configuration (EXPERIMENTAL) | ||
280 | # | ||
281 | # CONFIG_TIPC is not set | ||
276 | # CONFIG_ATM is not set | 282 | # CONFIG_ATM is not set |
277 | # CONFIG_BRIDGE is not set | 283 | # CONFIG_BRIDGE is not set |
278 | # CONFIG_VLAN_8021Q is not set | 284 | # CONFIG_VLAN_8021Q is not set |
@@ -282,11 +288,6 @@ CONFIG_TCP_CONG_BIC=y | |||
282 | # CONFIG_ATALK is not set | 288 | # CONFIG_ATALK is not set |
283 | # CONFIG_X25 is not set | 289 | # CONFIG_X25 is not set |
284 | # CONFIG_LAPB is not set | 290 | # CONFIG_LAPB is not set |
285 | |||
286 | # | ||
287 | # TIPC Configuration (EXPERIMENTAL) | ||
288 | # | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_NET_DIVERT is not set | 291 | # CONFIG_NET_DIVERT is not set |
291 | # CONFIG_ECONET is not set | 292 | # CONFIG_ECONET is not set |
292 | # CONFIG_WAN_ROUTER is not set | 293 | # CONFIG_WAN_ROUTER is not set |
@@ -307,6 +308,9 @@ CONFIG_IEEE80211=m | |||
307 | # CONFIG_IEEE80211_DEBUG is not set | 308 | # CONFIG_IEEE80211_DEBUG is not set |
308 | CONFIG_IEEE80211_CRYPT_WEP=m | 309 | CONFIG_IEEE80211_CRYPT_WEP=m |
309 | CONFIG_IEEE80211_CRYPT_CCMP=m | 310 | CONFIG_IEEE80211_CRYPT_CCMP=m |
311 | CONFIG_IEEE80211_SOFTMAC=m | ||
312 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
313 | CONFIG_WIRELESS_EXT=y | ||
310 | 314 | ||
311 | # | 315 | # |
312 | # Device Drivers | 316 | # Device Drivers |
@@ -350,7 +354,7 @@ CONFIG_CONNECTOR=m | |||
350 | # CONFIG_BLK_DEV_NBD is not set | 354 | # CONFIG_BLK_DEV_NBD is not set |
351 | # CONFIG_BLK_DEV_SX8 is not set | 355 | # CONFIG_BLK_DEV_SX8 is not set |
352 | # CONFIG_BLK_DEV_RAM is not set | 356 | # CONFIG_BLK_DEV_RAM is not set |
353 | CONFIG_BLK_DEV_RAM_COUNT=16 | 357 | # CONFIG_BLK_DEV_INITRD is not set |
354 | CONFIG_CDROM_PKTCDVD=m | 358 | CONFIG_CDROM_PKTCDVD=m |
355 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 359 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
356 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 360 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -565,6 +569,7 @@ CONFIG_IT8172_SCR1=y | |||
565 | # | 569 | # |
566 | CONFIG_SERIAL_8250=y | 570 | CONFIG_SERIAL_8250=y |
567 | CONFIG_SERIAL_8250_CONSOLE=y | 571 | CONFIG_SERIAL_8250_CONSOLE=y |
572 | CONFIG_SERIAL_8250_PCI=y | ||
568 | CONFIG_SERIAL_8250_NR_UARTS=4 | 573 | CONFIG_SERIAL_8250_NR_UARTS=4 |
569 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 574 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
570 | # CONFIG_SERIAL_8250_EXTENDED is not set | 575 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -574,6 +579,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
574 | # | 579 | # |
575 | CONFIG_SERIAL_CORE=y | 580 | CONFIG_SERIAL_CORE=y |
576 | CONFIG_SERIAL_CORE_CONSOLE=y | 581 | CONFIG_SERIAL_CORE_CONSOLE=y |
582 | # CONFIG_SERIAL_JSM is not set | ||
577 | CONFIG_UNIX98_PTYS=y | 583 | CONFIG_UNIX98_PTYS=y |
578 | CONFIG_LEGACY_PTYS=y | 584 | CONFIG_LEGACY_PTYS=y |
579 | CONFIG_LEGACY_PTY_COUNT=256 | 585 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -631,10 +637,6 @@ CONFIG_RTC=y | |||
631 | # | 637 | # |
632 | 638 | ||
633 | # | 639 | # |
634 | # Multimedia Capabilities Port drivers | ||
635 | # | ||
636 | |||
637 | # | ||
638 | # Multimedia devices | 640 | # Multimedia devices |
639 | # | 641 | # |
640 | # CONFIG_VIDEO_DEV is not set | 642 | # CONFIG_VIDEO_DEV is not set |
@@ -665,6 +667,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
665 | # | 667 | # |
666 | CONFIG_USB_ARCH_HAS_HCD=y | 668 | CONFIG_USB_ARCH_HAS_HCD=y |
667 | CONFIG_USB_ARCH_HAS_OHCI=y | 669 | CONFIG_USB_ARCH_HAS_OHCI=y |
670 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
668 | # CONFIG_USB is not set | 671 | # CONFIG_USB is not set |
669 | 672 | ||
670 | # | 673 | # |
@@ -682,13 +685,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
682 | # CONFIG_MMC is not set | 685 | # CONFIG_MMC is not set |
683 | 686 | ||
684 | # | 687 | # |
688 | # LED devices | ||
689 | # | ||
690 | # CONFIG_NEW_LEDS is not set | ||
691 | |||
692 | # | ||
693 | # LED drivers | ||
694 | # | ||
695 | |||
696 | # | ||
697 | # LED Triggers | ||
698 | # | ||
699 | |||
700 | # | ||
685 | # InfiniBand support | 701 | # InfiniBand support |
686 | # | 702 | # |
687 | # CONFIG_INFINIBAND is not set | 703 | # CONFIG_INFINIBAND is not set |
688 | 704 | ||
689 | # | 705 | # |
690 | # SN Devices | 706 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
707 | # | ||
708 | |||
709 | # | ||
710 | # Real Time Clock | ||
691 | # | 711 | # |
712 | # CONFIG_RTC_CLASS is not set | ||
692 | 713 | ||
693 | # | 714 | # |
694 | # File systems | 715 | # File systems |
@@ -733,7 +754,6 @@ CONFIG_SYSFS=y | |||
733 | # CONFIG_TMPFS is not set | 754 | # CONFIG_TMPFS is not set |
734 | # CONFIG_HUGETLB_PAGE is not set | 755 | # CONFIG_HUGETLB_PAGE is not set |
735 | CONFIG_RAMFS=y | 756 | CONFIG_RAMFS=y |
736 | CONFIG_RELAYFS_FS=m | ||
737 | # CONFIG_CONFIGFS_FS is not set | 757 | # CONFIG_CONFIGFS_FS is not set |
738 | 758 | ||
739 | # | 759 | # |
@@ -797,6 +817,7 @@ CONFIG_MSDOS_PARTITION=y | |||
797 | # CONFIG_MAGIC_SYSRQ is not set | 817 | # CONFIG_MAGIC_SYSRQ is not set |
798 | # CONFIG_DEBUG_KERNEL is not set | 818 | # CONFIG_DEBUG_KERNEL is not set |
799 | CONFIG_LOG_BUF_SHIFT=14 | 819 | CONFIG_LOG_BUF_SHIFT=14 |
820 | # CONFIG_DEBUG_FS is not set | ||
800 | CONFIG_CROSSCOMPILE=y | 821 | CONFIG_CROSSCOMPILE=y |
801 | CONFIG_CMDLINE="" | 822 | CONFIG_CMDLINE="" |
802 | 823 | ||
diff --git a/arch/mips/configs/jaguar-atx_defconfig b/arch/mips/configs/jaguar-atx_defconfig index 316015379dbc..08f6c30b0abc 100644 --- a/arch/mips/configs/jaguar-atx_defconfig +++ b/arch/mips/configs/jaguar-atx_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:12 2006 | 4 | # Mon Apr 24 14:51:06 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -65,6 +65,8 @@ CONFIG_MOMENCO_JAGUAR_ATX=y | |||
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_JAGUAR_DMALOW=y | 66 | CONFIG_JAGUAR_DMALOW=y |
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
70 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 72 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -122,7 +124,6 @@ CONFIG_RM7000_CPU_SCACHE=y | |||
122 | CONFIG_CPU_HAS_PREFETCH=y | 124 | CONFIG_CPU_HAS_PREFETCH=y |
123 | # CONFIG_MIPS_MT is not set | 125 | # CONFIG_MIPS_MT is not set |
124 | # CONFIG_64BIT_PHYS_ADDR is not set | 126 | # CONFIG_64BIT_PHYS_ADDR is not set |
125 | # CONFIG_CPU_ADVANCED is not set | ||
126 | CONFIG_CPU_HAS_LLSC=y | 127 | CONFIG_CPU_HAS_LLSC=y |
127 | CONFIG_CPU_HAS_SYNC=y | 128 | CONFIG_CPU_HAS_SYNC=y |
128 | CONFIG_GENERIC_HARDIRQS=y | 129 | CONFIG_GENERIC_HARDIRQS=y |
@@ -144,7 +145,6 @@ CONFIG_PREEMPT_NONE=y | |||
144 | # Code maturity level options | 145 | # Code maturity level options |
145 | # | 146 | # |
146 | # CONFIG_EXPERIMENTAL is not set | 147 | # CONFIG_EXPERIMENTAL is not set |
147 | CONFIG_CLEAN_COMPILE=y | ||
148 | CONFIG_BROKEN_ON_SMP=y | 148 | CONFIG_BROKEN_ON_SMP=y |
149 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 149 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
150 | 150 | ||
@@ -160,6 +160,7 @@ CONFIG_SYSCTL=y | |||
160 | # CONFIG_AUDIT is not set | 160 | # CONFIG_AUDIT is not set |
161 | CONFIG_IKCONFIG=y | 161 | CONFIG_IKCONFIG=y |
162 | CONFIG_IKCONFIG_PROC=y | 162 | CONFIG_IKCONFIG_PROC=y |
163 | CONFIG_RELAY=y | ||
163 | CONFIG_INITRAMFS_SOURCE="" | 164 | CONFIG_INITRAMFS_SOURCE="" |
164 | CONFIG_EMBEDDED=y | 165 | CONFIG_EMBEDDED=y |
165 | CONFIG_KALLSYMS=y | 166 | CONFIG_KALLSYMS=y |
@@ -172,10 +173,6 @@ CONFIG_BASE_FULL=y | |||
172 | CONFIG_FUTEX=y | 173 | CONFIG_FUTEX=y |
173 | CONFIG_EPOLL=y | 174 | CONFIG_EPOLL=y |
174 | CONFIG_SHMEM=y | 175 | CONFIG_SHMEM=y |
175 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
176 | CONFIG_CC_ALIGN_LABELS=0 | ||
177 | CONFIG_CC_ALIGN_LOOPS=0 | ||
178 | CONFIG_CC_ALIGN_JUMPS=0 | ||
179 | CONFIG_SLAB=y | 176 | CONFIG_SLAB=y |
180 | # CONFIG_TINY_SHMEM is not set | 177 | # CONFIG_TINY_SHMEM is not set |
181 | CONFIG_BASE_SMALL=0 | 178 | CONFIG_BASE_SMALL=0 |
@@ -186,7 +183,6 @@ CONFIG_BASE_SMALL=0 | |||
186 | # | 183 | # |
187 | CONFIG_MODULES=y | 184 | CONFIG_MODULES=y |
188 | CONFIG_MODULE_UNLOAD=y | 185 | CONFIG_MODULE_UNLOAD=y |
189 | CONFIG_OBSOLETE_MODPARM=y | ||
190 | # CONFIG_MODVERSIONS is not set | 186 | # CONFIG_MODVERSIONS is not set |
191 | CONFIG_MODULE_SRCVERSION_ALL=y | 187 | CONFIG_MODULE_SRCVERSION_ALL=y |
192 | CONFIG_KMOD=y | 188 | CONFIG_KMOD=y |
@@ -195,6 +191,8 @@ CONFIG_KMOD=y | |||
195 | # Block layer | 191 | # Block layer |
196 | # | 192 | # |
197 | # CONFIG_LBD is not set | 193 | # CONFIG_LBD is not set |
194 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
195 | # CONFIG_LSF is not set | ||
198 | 196 | ||
199 | # | 197 | # |
200 | # IO Schedulers | 198 | # IO Schedulers |
@@ -214,7 +212,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
214 | # | 212 | # |
215 | CONFIG_HW_HAS_PCI=y | 213 | CONFIG_HW_HAS_PCI=y |
216 | CONFIG_PCI=y | 214 | CONFIG_PCI=y |
217 | CONFIG_PCI_LEGACY_PROC=y | ||
218 | CONFIG_MMU=y | 215 | CONFIG_MMU=y |
219 | 216 | ||
220 | # | 217 | # |
@@ -241,6 +238,7 @@ CONFIG_NET=y | |||
241 | # | 238 | # |
242 | # Networking options | 239 | # Networking options |
243 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
244 | # CONFIG_PACKET is not set | 242 | # CONFIG_PACKET is not set |
245 | CONFIG_UNIX=y | 243 | CONFIG_UNIX=y |
246 | CONFIG_XFRM=y | 244 | CONFIG_XFRM=y |
@@ -260,16 +258,19 @@ CONFIG_IP_PNP_BOOTP=y | |||
260 | # CONFIG_INET_AH is not set | 258 | # CONFIG_INET_AH is not set |
261 | # CONFIG_INET_ESP is not set | 259 | # CONFIG_INET_ESP is not set |
262 | # CONFIG_INET_IPCOMP is not set | 260 | # CONFIG_INET_IPCOMP is not set |
263 | CONFIG_INET_TUNNEL=m | 261 | # CONFIG_INET_XFRM_TUNNEL is not set |
262 | # CONFIG_INET_TUNNEL is not set | ||
264 | CONFIG_INET_DIAG=y | 263 | CONFIG_INET_DIAG=y |
265 | CONFIG_INET_TCP_DIAG=y | 264 | CONFIG_INET_TCP_DIAG=y |
266 | # CONFIG_TCP_CONG_ADVANCED is not set | 265 | # CONFIG_TCP_CONG_ADVANCED is not set |
267 | CONFIG_TCP_CONG_BIC=y | 266 | CONFIG_TCP_CONG_BIC=y |
268 | CONFIG_IPV6=m | 267 | CONFIG_IPV6=m |
269 | CONFIG_IPV6_PRIVACY=y | 268 | CONFIG_IPV6_PRIVACY=y |
269 | CONFIG_IPV6_ROUTER_PREF=y | ||
270 | CONFIG_INET6_AH=m | 270 | CONFIG_INET6_AH=m |
271 | CONFIG_INET6_ESP=m | 271 | CONFIG_INET6_ESP=m |
272 | CONFIG_INET6_IPCOMP=m | 272 | CONFIG_INET6_IPCOMP=m |
273 | CONFIG_INET6_XFRM_TUNNEL=m | ||
273 | CONFIG_INET6_TUNNEL=m | 274 | CONFIG_INET6_TUNNEL=m |
274 | CONFIG_IPV6_TUNNEL=m | 275 | CONFIG_IPV6_TUNNEL=m |
275 | # CONFIG_NETFILTER is not set | 276 | # CONFIG_NETFILTER is not set |
@@ -338,10 +339,9 @@ CONFIG_CONNECTOR=m | |||
338 | # CONFIG_BLK_DEV_NBD is not set | 339 | # CONFIG_BLK_DEV_NBD is not set |
339 | # CONFIG_BLK_DEV_SX8 is not set | 340 | # CONFIG_BLK_DEV_SX8 is not set |
340 | # CONFIG_BLK_DEV_RAM is not set | 341 | # CONFIG_BLK_DEV_RAM is not set |
341 | CONFIG_BLK_DEV_RAM_COUNT=16 | 342 | # CONFIG_BLK_DEV_INITRD is not set |
342 | CONFIG_CDROM_PKTCDVD=m | 343 | CONFIG_CDROM_PKTCDVD=m |
343 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 344 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
344 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
345 | CONFIG_ATA_OVER_ETH=m | 345 | CONFIG_ATA_OVER_ETH=m |
346 | 346 | ||
347 | # | 347 | # |
@@ -423,6 +423,7 @@ CONFIG_NET_PCI=y | |||
423 | # CONFIG_PCNET32 is not set | 423 | # CONFIG_PCNET32 is not set |
424 | # CONFIG_AMD8111_ETH is not set | 424 | # CONFIG_AMD8111_ETH is not set |
425 | # CONFIG_ADAPTEC_STARFIRE is not set | 425 | # CONFIG_ADAPTEC_STARFIRE is not set |
426 | # CONFIG_FORCEDETH is not set | ||
426 | # CONFIG_DGRS is not set | 427 | # CONFIG_DGRS is not set |
427 | CONFIG_EEPRO100=y | 428 | CONFIG_EEPRO100=y |
428 | # CONFIG_E100 is not set | 429 | # CONFIG_E100 is not set |
@@ -446,6 +447,7 @@ CONFIG_EEPRO100=y | |||
446 | # CONFIG_HAMACHI is not set | 447 | # CONFIG_HAMACHI is not set |
447 | # CONFIG_R8169 is not set | 448 | # CONFIG_R8169 is not set |
448 | # CONFIG_SIS190 is not set | 449 | # CONFIG_SIS190 is not set |
450 | # CONFIG_SKGE is not set | ||
449 | # CONFIG_SK98LIN is not set | 451 | # CONFIG_SK98LIN is not set |
450 | # CONFIG_VIA_VELOCITY is not set | 452 | # CONFIG_VIA_VELOCITY is not set |
451 | # CONFIG_TIGON3 is not set | 453 | # CONFIG_TIGON3 is not set |
@@ -514,6 +516,7 @@ CONFIG_MV643XX_ETH_2=y | |||
514 | # | 516 | # |
515 | CONFIG_SERIAL_8250=y | 517 | CONFIG_SERIAL_8250=y |
516 | CONFIG_SERIAL_8250_CONSOLE=y | 518 | CONFIG_SERIAL_8250_CONSOLE=y |
519 | CONFIG_SERIAL_8250_PCI=y | ||
517 | CONFIG_SERIAL_8250_NR_UARTS=4 | 520 | CONFIG_SERIAL_8250_NR_UARTS=4 |
518 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 521 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
519 | # CONFIG_SERIAL_8250_EXTENDED is not set | 522 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -523,6 +526,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
523 | # | 526 | # |
524 | CONFIG_SERIAL_CORE=y | 527 | CONFIG_SERIAL_CORE=y |
525 | CONFIG_SERIAL_CORE_CONSOLE=y | 528 | CONFIG_SERIAL_CORE_CONSOLE=y |
529 | # CONFIG_SERIAL_JSM is not set | ||
526 | CONFIG_UNIX98_PTYS=y | 530 | CONFIG_UNIX98_PTYS=y |
527 | CONFIG_LEGACY_PTYS=y | 531 | CONFIG_LEGACY_PTYS=y |
528 | CONFIG_LEGACY_PTY_COUNT=256 | 532 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -579,10 +583,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
579 | # | 583 | # |
580 | 584 | ||
581 | # | 585 | # |
582 | # Multimedia Capabilities Port drivers | ||
583 | # | ||
584 | |||
585 | # | ||
586 | # Multimedia devices | 586 | # Multimedia devices |
587 | # | 587 | # |
588 | # CONFIG_VIDEO_DEV is not set | 588 | # CONFIG_VIDEO_DEV is not set |
@@ -607,6 +607,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
607 | # | 607 | # |
608 | CONFIG_USB_ARCH_HAS_HCD=y | 608 | CONFIG_USB_ARCH_HAS_HCD=y |
609 | CONFIG_USB_ARCH_HAS_OHCI=y | 609 | CONFIG_USB_ARCH_HAS_OHCI=y |
610 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
610 | # CONFIG_USB is not set | 611 | # CONFIG_USB is not set |
611 | 612 | ||
612 | # | 613 | # |
@@ -624,12 +625,29 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
624 | # CONFIG_MMC is not set | 625 | # CONFIG_MMC is not set |
625 | 626 | ||
626 | # | 627 | # |
628 | # LED devices | ||
629 | # | ||
630 | # CONFIG_NEW_LEDS is not set | ||
631 | |||
632 | # | ||
633 | # LED drivers | ||
634 | # | ||
635 | |||
636 | # | ||
637 | # LED Triggers | ||
638 | # | ||
639 | |||
640 | # | ||
627 | # InfiniBand support | 641 | # InfiniBand support |
628 | # | 642 | # |
629 | # CONFIG_INFINIBAND is not set | 643 | # CONFIG_INFINIBAND is not set |
630 | 644 | ||
631 | # | 645 | # |
632 | # SN Devices | 646 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
647 | # | ||
648 | |||
649 | # | ||
650 | # Real Time Clock | ||
633 | # | 651 | # |
634 | 652 | ||
635 | # | 653 | # |
@@ -672,7 +690,6 @@ CONFIG_SYSFS=y | |||
672 | # CONFIG_TMPFS is not set | 690 | # CONFIG_TMPFS is not set |
673 | # CONFIG_HUGETLB_PAGE is not set | 691 | # CONFIG_HUGETLB_PAGE is not set |
674 | CONFIG_RAMFS=y | 692 | CONFIG_RAMFS=y |
675 | CONFIG_RELAYFS_FS=m | ||
676 | 693 | ||
677 | # | 694 | # |
678 | # Miscellaneous filesystems | 695 | # Miscellaneous filesystems |
@@ -718,6 +735,7 @@ CONFIG_MSDOS_PARTITION=y | |||
718 | # CONFIG_MAGIC_SYSRQ is not set | 735 | # CONFIG_MAGIC_SYSRQ is not set |
719 | # CONFIG_DEBUG_KERNEL is not set | 736 | # CONFIG_DEBUG_KERNEL is not set |
720 | CONFIG_LOG_BUF_SHIFT=14 | 737 | CONFIG_LOG_BUF_SHIFT=14 |
738 | # CONFIG_DEBUG_FS is not set | ||
721 | CONFIG_CROSSCOMPILE=y | 739 | CONFIG_CROSSCOMPILE=y |
722 | CONFIG_CMDLINE="" | 740 | CONFIG_CMDLINE="" |
723 | 741 | ||
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index 53fbef1ac25d..38b1e026e10d 100644 --- a/arch/mips/configs/jmr3927_defconfig +++ b/arch/mips/configs/jmr3927_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:13 2006 | 4 | # Mon Apr 24 14:51:07 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_TOSHIBA_JMR3927=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -111,7 +113,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
111 | # CONFIG_PAGE_SIZE_16KB is not set | 113 | # CONFIG_PAGE_SIZE_16KB is not set |
112 | # CONFIG_PAGE_SIZE_64KB is not set | 114 | # CONFIG_PAGE_SIZE_64KB is not set |
113 | # CONFIG_MIPS_MT is not set | 115 | # CONFIG_MIPS_MT is not set |
114 | # CONFIG_CPU_ADVANCED is not set | ||
115 | CONFIG_CPU_HAS_SYNC=y | 116 | CONFIG_CPU_HAS_SYNC=y |
116 | CONFIG_GENERIC_HARDIRQS=y | 117 | CONFIG_GENERIC_HARDIRQS=y |
117 | CONFIG_GENERIC_IRQ_PROBE=y | 118 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -133,7 +134,6 @@ CONFIG_RTC_DS1742=y | |||
133 | # Code maturity level options | 134 | # Code maturity level options |
134 | # | 135 | # |
135 | CONFIG_EXPERIMENTAL=y | 136 | CONFIG_EXPERIMENTAL=y |
136 | CONFIG_CLEAN_COMPILE=y | ||
137 | CONFIG_BROKEN_ON_SMP=y | 137 | CONFIG_BROKEN_ON_SMP=y |
138 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 138 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
139 | 139 | ||
@@ -149,6 +149,7 @@ CONFIG_SYSVIPC=y | |||
149 | CONFIG_SYSCTL=y | 149 | CONFIG_SYSCTL=y |
150 | # CONFIG_AUDIT is not set | 150 | # CONFIG_AUDIT is not set |
151 | # CONFIG_IKCONFIG is not set | 151 | # CONFIG_IKCONFIG is not set |
152 | CONFIG_RELAY=y | ||
152 | CONFIG_INITRAMFS_SOURCE="" | 153 | CONFIG_INITRAMFS_SOURCE="" |
153 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 154 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
154 | CONFIG_EMBEDDED=y | 155 | CONFIG_EMBEDDED=y |
@@ -162,10 +163,6 @@ CONFIG_BASE_FULL=y | |||
162 | CONFIG_FUTEX=y | 163 | CONFIG_FUTEX=y |
163 | CONFIG_EPOLL=y | 164 | CONFIG_EPOLL=y |
164 | CONFIG_SHMEM=y | 165 | CONFIG_SHMEM=y |
165 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
166 | CONFIG_CC_ALIGN_LABELS=0 | ||
167 | CONFIG_CC_ALIGN_LOOPS=0 | ||
168 | CONFIG_CC_ALIGN_JUMPS=0 | ||
169 | CONFIG_SLAB=y | 166 | CONFIG_SLAB=y |
170 | # CONFIG_TINY_SHMEM is not set | 167 | # CONFIG_TINY_SHMEM is not set |
171 | CONFIG_BASE_SMALL=0 | 168 | CONFIG_BASE_SMALL=0 |
@@ -180,6 +177,8 @@ CONFIG_BASE_SMALL=0 | |||
180 | # Block layer | 177 | # Block layer |
181 | # | 178 | # |
182 | # CONFIG_LBD is not set | 179 | # CONFIG_LBD is not set |
180 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
181 | # CONFIG_LSF is not set | ||
183 | 182 | ||
184 | # | 183 | # |
185 | # IO Schedulers | 184 | # IO Schedulers |
@@ -199,7 +198,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
199 | # | 198 | # |
200 | CONFIG_HW_HAS_PCI=y | 199 | CONFIG_HW_HAS_PCI=y |
201 | CONFIG_PCI=y | 200 | CONFIG_PCI=y |
202 | CONFIG_PCI_LEGACY_PROC=y | ||
203 | CONFIG_MMU=y | 201 | CONFIG_MMU=y |
204 | 202 | ||
205 | # | 203 | # |
@@ -227,6 +225,7 @@ CONFIG_NET=y | |||
227 | # | 225 | # |
228 | # Networking options | 226 | # Networking options |
229 | # | 227 | # |
228 | # CONFIG_NETDEBUG is not set | ||
230 | CONFIG_PACKET=y | 229 | CONFIG_PACKET=y |
231 | # CONFIG_PACKET_MMAP is not set | 230 | # CONFIG_PACKET_MMAP is not set |
232 | CONFIG_UNIX=y | 231 | CONFIG_UNIX=y |
@@ -248,12 +247,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
248 | # CONFIG_INET_AH is not set | 247 | # CONFIG_INET_AH is not set |
249 | # CONFIG_INET_ESP is not set | 248 | # CONFIG_INET_ESP is not set |
250 | # CONFIG_INET_IPCOMP is not set | 249 | # CONFIG_INET_IPCOMP is not set |
251 | CONFIG_INET_TUNNEL=y | 250 | # CONFIG_INET_XFRM_TUNNEL is not set |
251 | # CONFIG_INET_TUNNEL is not set | ||
252 | CONFIG_INET_DIAG=y | 252 | CONFIG_INET_DIAG=y |
253 | CONFIG_INET_TCP_DIAG=y | 253 | CONFIG_INET_TCP_DIAG=y |
254 | # CONFIG_TCP_CONG_ADVANCED is not set | 254 | # CONFIG_TCP_CONG_ADVANCED is not set |
255 | CONFIG_TCP_CONG_BIC=y | 255 | CONFIG_TCP_CONG_BIC=y |
256 | # CONFIG_IPV6 is not set | 256 | # CONFIG_IPV6 is not set |
257 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
258 | # CONFIG_INET6_TUNNEL is not set | ||
257 | # CONFIG_NETFILTER is not set | 259 | # CONFIG_NETFILTER is not set |
258 | 260 | ||
259 | # | 261 | # |
@@ -265,6 +267,11 @@ CONFIG_TCP_CONG_BIC=y | |||
265 | # SCTP Configuration (EXPERIMENTAL) | 267 | # SCTP Configuration (EXPERIMENTAL) |
266 | # | 268 | # |
267 | # CONFIG_IP_SCTP is not set | 269 | # CONFIG_IP_SCTP is not set |
270 | |||
271 | # | ||
272 | # TIPC Configuration (EXPERIMENTAL) | ||
273 | # | ||
274 | # CONFIG_TIPC is not set | ||
268 | # CONFIG_ATM is not set | 275 | # CONFIG_ATM is not set |
269 | # CONFIG_BRIDGE is not set | 276 | # CONFIG_BRIDGE is not set |
270 | # CONFIG_VLAN_8021Q is not set | 277 | # CONFIG_VLAN_8021Q is not set |
@@ -274,11 +281,6 @@ CONFIG_TCP_CONG_BIC=y | |||
274 | # CONFIG_ATALK is not set | 281 | # CONFIG_ATALK is not set |
275 | # CONFIG_X25 is not set | 282 | # CONFIG_X25 is not set |
276 | # CONFIG_LAPB is not set | 283 | # CONFIG_LAPB is not set |
277 | |||
278 | # | ||
279 | # TIPC Configuration (EXPERIMENTAL) | ||
280 | # | ||
281 | # CONFIG_TIPC is not set | ||
282 | # CONFIG_NET_DIVERT is not set | 284 | # CONFIG_NET_DIVERT is not set |
283 | # CONFIG_ECONET is not set | 285 | # CONFIG_ECONET is not set |
284 | # CONFIG_WAN_ROUTER is not set | 286 | # CONFIG_WAN_ROUTER is not set |
@@ -299,6 +301,9 @@ CONFIG_IEEE80211=y | |||
299 | # CONFIG_IEEE80211_DEBUG is not set | 301 | # CONFIG_IEEE80211_DEBUG is not set |
300 | CONFIG_IEEE80211_CRYPT_WEP=y | 302 | CONFIG_IEEE80211_CRYPT_WEP=y |
301 | CONFIG_IEEE80211_CRYPT_CCMP=y | 303 | CONFIG_IEEE80211_CRYPT_CCMP=y |
304 | CONFIG_IEEE80211_SOFTMAC=y | ||
305 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
306 | CONFIG_WIRELESS_EXT=y | ||
302 | 307 | ||
303 | # | 308 | # |
304 | # Device Drivers | 309 | # Device Drivers |
@@ -343,7 +348,7 @@ CONFIG_PROC_EVENTS=y | |||
343 | # CONFIG_BLK_DEV_NBD is not set | 348 | # CONFIG_BLK_DEV_NBD is not set |
344 | # CONFIG_BLK_DEV_SX8 is not set | 349 | # CONFIG_BLK_DEV_SX8 is not set |
345 | # CONFIG_BLK_DEV_RAM is not set | 350 | # CONFIG_BLK_DEV_RAM is not set |
346 | CONFIG_BLK_DEV_RAM_COUNT=16 | 351 | # CONFIG_BLK_DEV_INITRD is not set |
347 | CONFIG_CDROM_PKTCDVD=y | 352 | CONFIG_CDROM_PKTCDVD=y |
348 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 353 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
349 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 354 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -551,7 +556,12 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
551 | # | 556 | # |
552 | # Non-8250 serial port support | 557 | # Non-8250 serial port support |
553 | # | 558 | # |
559 | CONFIG_SERIAL_CORE=y | ||
560 | CONFIG_SERIAL_TXX9=y | ||
554 | CONFIG_HAS_TXX9_SERIAL=y | 561 | CONFIG_HAS_TXX9_SERIAL=y |
562 | # CONFIG_SERIAL_TXX9_CONSOLE is not set | ||
563 | # CONFIG_SERIAL_TXX9_STDSERIAL is not set | ||
564 | # CONFIG_SERIAL_JSM is not set | ||
555 | # CONFIG_UNIX98_PTYS is not set | 565 | # CONFIG_UNIX98_PTYS is not set |
556 | CONFIG_LEGACY_PTYS=y | 566 | CONFIG_LEGACY_PTYS=y |
557 | CONFIG_LEGACY_PTY_COUNT=256 | 567 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -610,10 +620,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
610 | # | 620 | # |
611 | 621 | ||
612 | # | 622 | # |
613 | # Multimedia Capabilities Port drivers | ||
614 | # | ||
615 | |||
616 | # | ||
617 | # Multimedia devices | 623 | # Multimedia devices |
618 | # | 624 | # |
619 | # CONFIG_VIDEO_DEV is not set | 625 | # CONFIG_VIDEO_DEV is not set |
@@ -631,6 +637,7 @@ CONFIG_FB=y | |||
631 | # CONFIG_FB_CFB_COPYAREA is not set | 637 | # CONFIG_FB_CFB_COPYAREA is not set |
632 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 638 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
633 | # CONFIG_FB_MACMODES is not set | 639 | # CONFIG_FB_MACMODES is not set |
640 | CONFIG_FB_FIRMWARE_EDID=y | ||
634 | # CONFIG_FB_MODE_HELPERS is not set | 641 | # CONFIG_FB_MODE_HELPERS is not set |
635 | # CONFIG_FB_TILEBLITTING is not set | 642 | # CONFIG_FB_TILEBLITTING is not set |
636 | # CONFIG_FB_CIRRUS is not set | 643 | # CONFIG_FB_CIRRUS is not set |
@@ -642,7 +649,6 @@ CONFIG_FB=y | |||
642 | # CONFIG_FB_NVIDIA is not set | 649 | # CONFIG_FB_NVIDIA is not set |
643 | # CONFIG_FB_RIVA is not set | 650 | # CONFIG_FB_RIVA is not set |
644 | # CONFIG_FB_MATROX is not set | 651 | # CONFIG_FB_MATROX is not set |
645 | # CONFIG_FB_RADEON_OLD is not set | ||
646 | # CONFIG_FB_RADEON is not set | 652 | # CONFIG_FB_RADEON is not set |
647 | # CONFIG_FB_ATY128 is not set | 653 | # CONFIG_FB_ATY128 is not set |
648 | # CONFIG_FB_ATY is not set | 654 | # CONFIG_FB_ATY is not set |
@@ -679,6 +685,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
679 | # | 685 | # |
680 | CONFIG_USB_ARCH_HAS_HCD=y | 686 | CONFIG_USB_ARCH_HAS_HCD=y |
681 | CONFIG_USB_ARCH_HAS_OHCI=y | 687 | CONFIG_USB_ARCH_HAS_OHCI=y |
688 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
682 | # CONFIG_USB is not set | 689 | # CONFIG_USB is not set |
683 | 690 | ||
684 | # | 691 | # |
@@ -696,13 +703,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
696 | # CONFIG_MMC is not set | 703 | # CONFIG_MMC is not set |
697 | 704 | ||
698 | # | 705 | # |
706 | # LED devices | ||
707 | # | ||
708 | # CONFIG_NEW_LEDS is not set | ||
709 | |||
710 | # | ||
711 | # LED drivers | ||
712 | # | ||
713 | |||
714 | # | ||
715 | # LED Triggers | ||
716 | # | ||
717 | |||
718 | # | ||
699 | # InfiniBand support | 719 | # InfiniBand support |
700 | # | 720 | # |
701 | # CONFIG_INFINIBAND is not set | 721 | # CONFIG_INFINIBAND is not set |
702 | 722 | ||
703 | # | 723 | # |
704 | # SN Devices | 724 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
725 | # | ||
726 | |||
727 | # | ||
728 | # Real Time Clock | ||
705 | # | 729 | # |
730 | # CONFIG_RTC_CLASS is not set | ||
706 | 731 | ||
707 | # | 732 | # |
708 | # File systems | 733 | # File systems |
@@ -745,7 +770,6 @@ CONFIG_SYSFS=y | |||
745 | # CONFIG_TMPFS is not set | 770 | # CONFIG_TMPFS is not set |
746 | # CONFIG_HUGETLB_PAGE is not set | 771 | # CONFIG_HUGETLB_PAGE is not set |
747 | CONFIG_RAMFS=y | 772 | CONFIG_RAMFS=y |
748 | CONFIG_RELAYFS_FS=y | ||
749 | # CONFIG_CONFIGFS_FS is not set | 773 | # CONFIG_CONFIGFS_FS is not set |
750 | 774 | ||
751 | # | 775 | # |
@@ -809,6 +833,8 @@ CONFIG_MSDOS_PARTITION=y | |||
809 | # CONFIG_MAGIC_SYSRQ is not set | 833 | # CONFIG_MAGIC_SYSRQ is not set |
810 | # CONFIG_DEBUG_KERNEL is not set | 834 | # CONFIG_DEBUG_KERNEL is not set |
811 | CONFIG_LOG_BUF_SHIFT=14 | 835 | CONFIG_LOG_BUF_SHIFT=14 |
836 | # CONFIG_DEBUG_FS is not set | ||
837 | # CONFIG_UNWIND_INFO is not set | ||
812 | CONFIG_CROSSCOMPILE=y | 838 | CONFIG_CROSSCOMPILE=y |
813 | CONFIG_CMDLINE="" | 839 | CONFIG_CMDLINE="" |
814 | 840 | ||
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig index ef0fa9fc79d6..4d25990a0a05 100644 --- a/arch/mips/configs/lasat200_defconfig +++ b/arch/mips/configs/lasat200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:14 2006 | 4 | # Mon Apr 24 14:51:07 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -68,6 +68,8 @@ CONFIG_PICVUE_PROC=y | |||
68 | CONFIG_DS1603=y | 68 | CONFIG_DS1603=y |
69 | CONFIG_LASAT_SYSCTL=y | 69 | CONFIG_LASAT_SYSCTL=y |
70 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 70 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
71 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
72 | CONFIG_GENERIC_HWEIGHT=y | ||
71 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 73 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
72 | CONFIG_DMA_NONCOHERENT=y | 74 | CONFIG_DMA_NONCOHERENT=y |
73 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 75 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -119,7 +121,6 @@ CONFIG_BOARD_SCACHE=y | |||
119 | CONFIG_R5000_CPU_SCACHE=y | 121 | CONFIG_R5000_CPU_SCACHE=y |
120 | # CONFIG_MIPS_MT is not set | 122 | # CONFIG_MIPS_MT is not set |
121 | # CONFIG_64BIT_PHYS_ADDR is not set | 123 | # CONFIG_64BIT_PHYS_ADDR is not set |
122 | # CONFIG_CPU_ADVANCED is not set | ||
123 | CONFIG_CPU_HAS_LLSC=y | 124 | CONFIG_CPU_HAS_LLSC=y |
124 | CONFIG_CPU_HAS_SYNC=y | 125 | CONFIG_CPU_HAS_SYNC=y |
125 | CONFIG_GENERIC_HARDIRQS=y | 126 | CONFIG_GENERIC_HARDIRQS=y |
@@ -141,7 +142,6 @@ CONFIG_PREEMPT_NONE=y | |||
141 | # Code maturity level options | 142 | # Code maturity level options |
142 | # | 143 | # |
143 | CONFIG_EXPERIMENTAL=y | 144 | CONFIG_EXPERIMENTAL=y |
144 | CONFIG_CLEAN_COMPILE=y | ||
145 | CONFIG_BROKEN_ON_SMP=y | 145 | CONFIG_BROKEN_ON_SMP=y |
146 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 146 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
147 | 147 | ||
@@ -157,6 +157,7 @@ CONFIG_SYSVIPC=y | |||
157 | CONFIG_SYSCTL=y | 157 | CONFIG_SYSCTL=y |
158 | # CONFIG_AUDIT is not set | 158 | # CONFIG_AUDIT is not set |
159 | # CONFIG_IKCONFIG is not set | 159 | # CONFIG_IKCONFIG is not set |
160 | CONFIG_RELAY=y | ||
160 | CONFIG_INITRAMFS_SOURCE="" | 161 | CONFIG_INITRAMFS_SOURCE="" |
161 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 162 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
162 | CONFIG_EMBEDDED=y | 163 | CONFIG_EMBEDDED=y |
@@ -170,10 +171,6 @@ CONFIG_BASE_FULL=y | |||
170 | CONFIG_FUTEX=y | 171 | CONFIG_FUTEX=y |
171 | CONFIG_EPOLL=y | 172 | CONFIG_EPOLL=y |
172 | CONFIG_SHMEM=y | 173 | CONFIG_SHMEM=y |
173 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
174 | CONFIG_CC_ALIGN_LABELS=0 | ||
175 | CONFIG_CC_ALIGN_LOOPS=0 | ||
176 | CONFIG_CC_ALIGN_JUMPS=0 | ||
177 | CONFIG_SLAB=y | 174 | CONFIG_SLAB=y |
178 | # CONFIG_TINY_SHMEM is not set | 175 | # CONFIG_TINY_SHMEM is not set |
179 | CONFIG_BASE_SMALL=0 | 176 | CONFIG_BASE_SMALL=0 |
@@ -186,7 +183,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
186 | CONFIG_MODULES=y | 183 | CONFIG_MODULES=y |
187 | CONFIG_MODULE_UNLOAD=y | 184 | CONFIG_MODULE_UNLOAD=y |
188 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 185 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
189 | CONFIG_OBSOLETE_MODPARM=y | ||
190 | CONFIG_MODVERSIONS=y | 186 | CONFIG_MODVERSIONS=y |
191 | CONFIG_MODULE_SRCVERSION_ALL=y | 187 | CONFIG_MODULE_SRCVERSION_ALL=y |
192 | CONFIG_KMOD=y | 188 | CONFIG_KMOD=y |
@@ -195,6 +191,8 @@ CONFIG_KMOD=y | |||
195 | # Block layer | 191 | # Block layer |
196 | # | 192 | # |
197 | # CONFIG_LBD is not set | 193 | # CONFIG_LBD is not set |
194 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
195 | # CONFIG_LSF is not set | ||
198 | 196 | ||
199 | # | 197 | # |
200 | # IO Schedulers | 198 | # IO Schedulers |
@@ -214,7 +212,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
214 | # | 212 | # |
215 | CONFIG_HW_HAS_PCI=y | 213 | CONFIG_HW_HAS_PCI=y |
216 | CONFIG_PCI=y | 214 | CONFIG_PCI=y |
217 | CONFIG_PCI_LEGACY_PROC=y | ||
218 | CONFIG_MMU=y | 215 | CONFIG_MMU=y |
219 | 216 | ||
220 | # | 217 | # |
@@ -242,6 +239,7 @@ CONFIG_NET=y | |||
242 | # | 239 | # |
243 | # Networking options | 240 | # Networking options |
244 | # | 241 | # |
242 | # CONFIG_NETDEBUG is not set | ||
245 | # CONFIG_PACKET is not set | 243 | # CONFIG_PACKET is not set |
246 | CONFIG_UNIX=y | 244 | CONFIG_UNIX=y |
247 | CONFIG_XFRM=y | 245 | CONFIG_XFRM=y |
@@ -259,12 +257,15 @@ CONFIG_IP_FIB_HASH=y | |||
259 | # CONFIG_INET_AH is not set | 257 | # CONFIG_INET_AH is not set |
260 | # CONFIG_INET_ESP is not set | 258 | # CONFIG_INET_ESP is not set |
261 | # CONFIG_INET_IPCOMP is not set | 259 | # CONFIG_INET_IPCOMP is not set |
262 | CONFIG_INET_TUNNEL=m | 260 | # CONFIG_INET_XFRM_TUNNEL is not set |
261 | # CONFIG_INET_TUNNEL is not set | ||
263 | CONFIG_INET_DIAG=y | 262 | CONFIG_INET_DIAG=y |
264 | CONFIG_INET_TCP_DIAG=y | 263 | CONFIG_INET_TCP_DIAG=y |
265 | # CONFIG_TCP_CONG_ADVANCED is not set | 264 | # CONFIG_TCP_CONG_ADVANCED is not set |
266 | CONFIG_TCP_CONG_BIC=y | 265 | CONFIG_TCP_CONG_BIC=y |
267 | # CONFIG_IPV6 is not set | 266 | # CONFIG_IPV6 is not set |
267 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
268 | # CONFIG_INET6_TUNNEL is not set | ||
268 | # CONFIG_NETFILTER is not set | 269 | # CONFIG_NETFILTER is not set |
269 | 270 | ||
270 | # | 271 | # |
@@ -276,6 +277,11 @@ CONFIG_TCP_CONG_BIC=y | |||
276 | # SCTP Configuration (EXPERIMENTAL) | 277 | # SCTP Configuration (EXPERIMENTAL) |
277 | # | 278 | # |
278 | # CONFIG_IP_SCTP is not set | 279 | # CONFIG_IP_SCTP is not set |
280 | |||
281 | # | ||
282 | # TIPC Configuration (EXPERIMENTAL) | ||
283 | # | ||
284 | # CONFIG_TIPC is not set | ||
279 | # CONFIG_ATM is not set | 285 | # CONFIG_ATM is not set |
280 | # CONFIG_BRIDGE is not set | 286 | # CONFIG_BRIDGE is not set |
281 | # CONFIG_VLAN_8021Q is not set | 287 | # CONFIG_VLAN_8021Q is not set |
@@ -285,11 +291,6 @@ CONFIG_TCP_CONG_BIC=y | |||
285 | # CONFIG_ATALK is not set | 291 | # CONFIG_ATALK is not set |
286 | # CONFIG_X25 is not set | 292 | # CONFIG_X25 is not set |
287 | # CONFIG_LAPB is not set | 293 | # CONFIG_LAPB is not set |
288 | |||
289 | # | ||
290 | # TIPC Configuration (EXPERIMENTAL) | ||
291 | # | ||
292 | # CONFIG_TIPC is not set | ||
293 | # CONFIG_NET_DIVERT is not set | 294 | # CONFIG_NET_DIVERT is not set |
294 | # CONFIG_ECONET is not set | 295 | # CONFIG_ECONET is not set |
295 | # CONFIG_WAN_ROUTER is not set | 296 | # CONFIG_WAN_ROUTER is not set |
@@ -310,6 +311,9 @@ CONFIG_IEEE80211=m | |||
310 | # CONFIG_IEEE80211_DEBUG is not set | 311 | # CONFIG_IEEE80211_DEBUG is not set |
311 | CONFIG_IEEE80211_CRYPT_WEP=m | 312 | CONFIG_IEEE80211_CRYPT_WEP=m |
312 | CONFIG_IEEE80211_CRYPT_CCMP=m | 313 | CONFIG_IEEE80211_CRYPT_CCMP=m |
314 | CONFIG_IEEE80211_SOFTMAC=m | ||
315 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
316 | CONFIG_WIRELESS_EXT=y | ||
313 | 317 | ||
314 | # | 318 | # |
315 | # Device Drivers | 319 | # Device Drivers |
@@ -366,7 +370,6 @@ CONFIG_MTD_CFI_I2=y | |||
366 | # CONFIG_MTD_CFI_I8 is not set | 370 | # CONFIG_MTD_CFI_I8 is not set |
367 | # CONFIG_MTD_CFI_INTELEXT is not set | 371 | # CONFIG_MTD_CFI_INTELEXT is not set |
368 | CONFIG_MTD_CFI_AMDSTD=y | 372 | CONFIG_MTD_CFI_AMDSTD=y |
369 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
370 | # CONFIG_MTD_CFI_STAA is not set | 373 | # CONFIG_MTD_CFI_STAA is not set |
371 | CONFIG_MTD_CFI_UTIL=y | 374 | CONFIG_MTD_CFI_UTIL=y |
372 | # CONFIG_MTD_RAM is not set | 375 | # CONFIG_MTD_RAM is not set |
@@ -389,7 +392,6 @@ CONFIG_MTD_LASAT=y | |||
389 | # CONFIG_MTD_SLRAM is not set | 392 | # CONFIG_MTD_SLRAM is not set |
390 | # CONFIG_MTD_PHRAM is not set | 393 | # CONFIG_MTD_PHRAM is not set |
391 | # CONFIG_MTD_MTDRAM is not set | 394 | # CONFIG_MTD_MTDRAM is not set |
392 | # CONFIG_MTD_BLKMTD is not set | ||
393 | # CONFIG_MTD_BLOCK2MTD is not set | 395 | # CONFIG_MTD_BLOCK2MTD is not set |
394 | 396 | ||
395 | # | 397 | # |
@@ -430,7 +432,7 @@ CONFIG_MTD_LASAT=y | |||
430 | # CONFIG_BLK_DEV_NBD is not set | 432 | # CONFIG_BLK_DEV_NBD is not set |
431 | # CONFIG_BLK_DEV_SX8 is not set | 433 | # CONFIG_BLK_DEV_SX8 is not set |
432 | # CONFIG_BLK_DEV_RAM is not set | 434 | # CONFIG_BLK_DEV_RAM is not set |
433 | CONFIG_BLK_DEV_RAM_COUNT=16 | 435 | # CONFIG_BLK_DEV_INITRD is not set |
434 | CONFIG_CDROM_PKTCDVD=m | 436 | CONFIG_CDROM_PKTCDVD=m |
435 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 437 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
436 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 438 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -672,6 +674,7 @@ CONFIG_HW_CONSOLE=y | |||
672 | # | 674 | # |
673 | CONFIG_SERIAL_8250=y | 675 | CONFIG_SERIAL_8250=y |
674 | CONFIG_SERIAL_8250_CONSOLE=y | 676 | CONFIG_SERIAL_8250_CONSOLE=y |
677 | CONFIG_SERIAL_8250_PCI=y | ||
675 | CONFIG_SERIAL_8250_NR_UARTS=4 | 678 | CONFIG_SERIAL_8250_NR_UARTS=4 |
676 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 679 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
677 | # CONFIG_SERIAL_8250_EXTENDED is not set | 680 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -681,6 +684,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
681 | # | 684 | # |
682 | CONFIG_SERIAL_CORE=y | 685 | CONFIG_SERIAL_CORE=y |
683 | CONFIG_SERIAL_CORE_CONSOLE=y | 686 | CONFIG_SERIAL_CORE_CONSOLE=y |
687 | # CONFIG_SERIAL_JSM is not set | ||
684 | CONFIG_UNIX98_PTYS=y | 688 | CONFIG_UNIX98_PTYS=y |
685 | CONFIG_LEGACY_PTYS=y | 689 | CONFIG_LEGACY_PTYS=y |
686 | CONFIG_LEGACY_PTY_COUNT=256 | 690 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -739,10 +743,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
739 | # | 743 | # |
740 | 744 | ||
741 | # | 745 | # |
742 | # Multimedia Capabilities Port drivers | ||
743 | # | ||
744 | |||
745 | # | ||
746 | # Multimedia devices | 746 | # Multimedia devices |
747 | # | 747 | # |
748 | # CONFIG_VIDEO_DEV is not set | 748 | # CONFIG_VIDEO_DEV is not set |
@@ -773,6 +773,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
773 | # | 773 | # |
774 | CONFIG_USB_ARCH_HAS_HCD=y | 774 | CONFIG_USB_ARCH_HAS_HCD=y |
775 | CONFIG_USB_ARCH_HAS_OHCI=y | 775 | CONFIG_USB_ARCH_HAS_OHCI=y |
776 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
776 | # CONFIG_USB is not set | 777 | # CONFIG_USB is not set |
777 | 778 | ||
778 | # | 779 | # |
@@ -790,13 +791,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
790 | # CONFIG_MMC is not set | 791 | # CONFIG_MMC is not set |
791 | 792 | ||
792 | # | 793 | # |
794 | # LED devices | ||
795 | # | ||
796 | # CONFIG_NEW_LEDS is not set | ||
797 | |||
798 | # | ||
799 | # LED drivers | ||
800 | # | ||
801 | |||
802 | # | ||
803 | # LED Triggers | ||
804 | # | ||
805 | |||
806 | # | ||
793 | # InfiniBand support | 807 | # InfiniBand support |
794 | # | 808 | # |
795 | # CONFIG_INFINIBAND is not set | 809 | # CONFIG_INFINIBAND is not set |
796 | 810 | ||
797 | # | 811 | # |
798 | # SN Devices | 812 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
813 | # | ||
814 | |||
815 | # | ||
816 | # Real Time Clock | ||
799 | # | 817 | # |
818 | # CONFIG_RTC_CLASS is not set | ||
800 | 819 | ||
801 | # | 820 | # |
802 | # File systems | 821 | # File systems |
@@ -847,7 +866,6 @@ CONFIG_SYSFS=y | |||
847 | # CONFIG_TMPFS is not set | 866 | # CONFIG_TMPFS is not set |
848 | # CONFIG_HUGETLB_PAGE is not set | 867 | # CONFIG_HUGETLB_PAGE is not set |
849 | CONFIG_RAMFS=y | 868 | CONFIG_RAMFS=y |
850 | CONFIG_RELAYFS_FS=m | ||
851 | # CONFIG_CONFIGFS_FS is not set | 869 | # CONFIG_CONFIGFS_FS is not set |
852 | 870 | ||
853 | # | 871 | # |
@@ -914,6 +932,7 @@ CONFIG_MSDOS_PARTITION=y | |||
914 | # CONFIG_MAGIC_SYSRQ is not set | 932 | # CONFIG_MAGIC_SYSRQ is not set |
915 | # CONFIG_DEBUG_KERNEL is not set | 933 | # CONFIG_DEBUG_KERNEL is not set |
916 | CONFIG_LOG_BUF_SHIFT=14 | 934 | CONFIG_LOG_BUF_SHIFT=14 |
935 | # CONFIG_DEBUG_FS is not set | ||
917 | CONFIG_CROSSCOMPILE=y | 936 | CONFIG_CROSSCOMPILE=y |
918 | CONFIG_CMDLINE="" | 937 | CONFIG_CMDLINE="" |
919 | 938 | ||
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 367d279efdd9..977f52be51dc 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:15 2006 | 4 | # Mon Apr 24 14:51:08 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_MALTA=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 70 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
@@ -128,16 +130,21 @@ CONFIG_PAGE_SIZE_4KB=y | |||
128 | # CONFIG_PAGE_SIZE_64KB is not set | 130 | # CONFIG_PAGE_SIZE_64KB is not set |
129 | CONFIG_CPU_HAS_PREFETCH=y | 131 | CONFIG_CPU_HAS_PREFETCH=y |
130 | CONFIG_MIPS_MT=y | 132 | CONFIG_MIPS_MT=y |
133 | # CONFIG_MIPS_MT_SMTC is not set | ||
131 | # CONFIG_MIPS_MT_SMP is not set | 134 | # CONFIG_MIPS_MT_SMP is not set |
132 | CONFIG_MIPS_VPE_LOADER=y | 135 | CONFIG_MIPS_VPE_LOADER=y |
136 | CONFIG_MIPS_MT_FPAFF=y | ||
133 | CONFIG_MIPS_VPE_LOADER_TOM=y | 137 | CONFIG_MIPS_VPE_LOADER_TOM=y |
134 | CONFIG_MIPS_VPE_APSP_API=y | 138 | CONFIG_MIPS_VPE_APSP_API=y |
139 | CONFIG_MIPS_APSP_KSPD=y | ||
135 | # CONFIG_64BIT_PHYS_ADDR is not set | 140 | # CONFIG_64BIT_PHYS_ADDR is not set |
136 | # CONFIG_CPU_ADVANCED is not set | ||
137 | CONFIG_CPU_HAS_LLSC=y | 141 | CONFIG_CPU_HAS_LLSC=y |
142 | # CONFIG_CPU_MIPSR2_IRQ_VI is not set | ||
143 | # CONFIG_CPU_MIPSR2_IRQ_EI is not set | ||
138 | CONFIG_CPU_HAS_SYNC=y | 144 | CONFIG_CPU_HAS_SYNC=y |
139 | CONFIG_GENERIC_HARDIRQS=y | 145 | CONFIG_GENERIC_HARDIRQS=y |
140 | CONFIG_GENERIC_IRQ_PROBE=y | 146 | CONFIG_GENERIC_IRQ_PROBE=y |
147 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
141 | CONFIG_ARCH_FLATMEM_ENABLE=y | 148 | CONFIG_ARCH_FLATMEM_ENABLE=y |
142 | CONFIG_SELECT_MEMORY_MODEL=y | 149 | CONFIG_SELECT_MEMORY_MODEL=y |
143 | CONFIG_FLATMEM_MANUAL=y | 150 | CONFIG_FLATMEM_MANUAL=y |
@@ -155,7 +162,6 @@ CONFIG_PREEMPT_NONE=y | |||
155 | # Code maturity level options | 162 | # Code maturity level options |
156 | # | 163 | # |
157 | CONFIG_EXPERIMENTAL=y | 164 | CONFIG_EXPERIMENTAL=y |
158 | CONFIG_CLEAN_COMPILE=y | ||
159 | CONFIG_BROKEN_ON_SMP=y | 165 | CONFIG_BROKEN_ON_SMP=y |
160 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 166 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
161 | 167 | ||
@@ -171,6 +177,7 @@ CONFIG_SYSVIPC=y | |||
171 | CONFIG_SYSCTL=y | 177 | CONFIG_SYSCTL=y |
172 | # CONFIG_AUDIT is not set | 178 | # CONFIG_AUDIT is not set |
173 | # CONFIG_IKCONFIG is not set | 179 | # CONFIG_IKCONFIG is not set |
180 | CONFIG_RELAY=y | ||
174 | CONFIG_INITRAMFS_SOURCE="" | 181 | CONFIG_INITRAMFS_SOURCE="" |
175 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 182 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
176 | CONFIG_EMBEDDED=y | 183 | CONFIG_EMBEDDED=y |
@@ -184,10 +191,6 @@ CONFIG_BASE_FULL=y | |||
184 | CONFIG_FUTEX=y | 191 | CONFIG_FUTEX=y |
185 | CONFIG_EPOLL=y | 192 | CONFIG_EPOLL=y |
186 | CONFIG_SHMEM=y | 193 | CONFIG_SHMEM=y |
187 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
188 | CONFIG_CC_ALIGN_LABELS=0 | ||
189 | CONFIG_CC_ALIGN_LOOPS=0 | ||
190 | CONFIG_CC_ALIGN_JUMPS=0 | ||
191 | CONFIG_SLAB=y | 194 | CONFIG_SLAB=y |
192 | # CONFIG_TINY_SHMEM is not set | 195 | # CONFIG_TINY_SHMEM is not set |
193 | CONFIG_BASE_SMALL=0 | 196 | CONFIG_BASE_SMALL=0 |
@@ -199,7 +202,6 @@ CONFIG_BASE_SMALL=0 | |||
199 | CONFIG_MODULES=y | 202 | CONFIG_MODULES=y |
200 | CONFIG_MODULE_UNLOAD=y | 203 | CONFIG_MODULE_UNLOAD=y |
201 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 204 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
202 | CONFIG_OBSOLETE_MODPARM=y | ||
203 | CONFIG_MODVERSIONS=y | 205 | CONFIG_MODVERSIONS=y |
204 | CONFIG_MODULE_SRCVERSION_ALL=y | 206 | CONFIG_MODULE_SRCVERSION_ALL=y |
205 | CONFIG_KMOD=y | 207 | CONFIG_KMOD=y |
@@ -208,6 +210,8 @@ CONFIG_KMOD=y | |||
208 | # Block layer | 210 | # Block layer |
209 | # | 211 | # |
210 | # CONFIG_LBD is not set | 212 | # CONFIG_LBD is not set |
213 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
214 | # CONFIG_LSF is not set | ||
211 | 215 | ||
212 | # | 216 | # |
213 | # IO Schedulers | 217 | # IO Schedulers |
@@ -227,7 +231,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
227 | # | 231 | # |
228 | CONFIG_HW_HAS_PCI=y | 232 | CONFIG_HW_HAS_PCI=y |
229 | CONFIG_PCI=y | 233 | CONFIG_PCI=y |
230 | CONFIG_PCI_LEGACY_PROC=y | ||
231 | CONFIG_MMU=y | 234 | CONFIG_MMU=y |
232 | 235 | ||
233 | # | 236 | # |
@@ -255,6 +258,7 @@ CONFIG_NET=y | |||
255 | # | 258 | # |
256 | # Networking options | 259 | # Networking options |
257 | # | 260 | # |
261 | # CONFIG_NETDEBUG is not set | ||
258 | CONFIG_PACKET=y | 262 | CONFIG_PACKET=y |
259 | CONFIG_PACKET_MMAP=y | 263 | CONFIG_PACKET_MMAP=y |
260 | CONFIG_UNIX=y | 264 | CONFIG_UNIX=y |
@@ -287,6 +291,7 @@ CONFIG_SYN_COOKIES=y | |||
287 | CONFIG_INET_AH=m | 291 | CONFIG_INET_AH=m |
288 | CONFIG_INET_ESP=m | 292 | CONFIG_INET_ESP=m |
289 | CONFIG_INET_IPCOMP=m | 293 | CONFIG_INET_IPCOMP=m |
294 | CONFIG_INET_XFRM_TUNNEL=m | ||
290 | CONFIG_INET_TUNNEL=m | 295 | CONFIG_INET_TUNNEL=m |
291 | CONFIG_INET_DIAG=y | 296 | CONFIG_INET_DIAG=y |
292 | CONFIG_INET_TCP_DIAG=y | 297 | CONFIG_INET_TCP_DIAG=y |
@@ -328,9 +333,12 @@ CONFIG_IP_VS_NQ=m | |||
328 | CONFIG_IP_VS_FTP=m | 333 | CONFIG_IP_VS_FTP=m |
329 | CONFIG_IPV6=m | 334 | CONFIG_IPV6=m |
330 | CONFIG_IPV6_PRIVACY=y | 335 | CONFIG_IPV6_PRIVACY=y |
336 | CONFIG_IPV6_ROUTER_PREF=y | ||
337 | CONFIG_IPV6_ROUTE_INFO=y | ||
331 | CONFIG_INET6_AH=m | 338 | CONFIG_INET6_AH=m |
332 | CONFIG_INET6_ESP=m | 339 | CONFIG_INET6_ESP=m |
333 | CONFIG_INET6_IPCOMP=m | 340 | CONFIG_INET6_IPCOMP=m |
341 | CONFIG_INET6_XFRM_TUNNEL=m | ||
334 | CONFIG_INET6_TUNNEL=m | 342 | CONFIG_INET6_TUNNEL=m |
335 | CONFIG_IPV6_TUNNEL=m | 343 | CONFIG_IPV6_TUNNEL=m |
336 | CONFIG_NETFILTER=y | 344 | CONFIG_NETFILTER=y |
@@ -354,11 +362,14 @@ CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | |||
354 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 362 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
355 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 363 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
356 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 364 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
365 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
357 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | 366 | CONFIG_NETFILTER_XT_MATCH_HELPER=m |
358 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 367 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
359 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 368 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
360 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 369 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
361 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 370 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
371 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
372 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
362 | # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set | 373 | # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set |
363 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 374 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
364 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 375 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
@@ -382,20 +393,19 @@ CONFIG_IP_NF_IRC=m | |||
382 | CONFIG_IP_NF_TFTP=m | 393 | CONFIG_IP_NF_TFTP=m |
383 | CONFIG_IP_NF_AMANDA=m | 394 | CONFIG_IP_NF_AMANDA=m |
384 | CONFIG_IP_NF_PPTP=m | 395 | CONFIG_IP_NF_PPTP=m |
396 | CONFIG_IP_NF_H323=m | ||
385 | CONFIG_IP_NF_QUEUE=m | 397 | CONFIG_IP_NF_QUEUE=m |
386 | CONFIG_IP_NF_IPTABLES=m | 398 | CONFIG_IP_NF_IPTABLES=m |
387 | CONFIG_IP_NF_MATCH_IPRANGE=m | 399 | CONFIG_IP_NF_MATCH_IPRANGE=m |
388 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
389 | CONFIG_IP_NF_MATCH_TOS=m | 400 | CONFIG_IP_NF_MATCH_TOS=m |
390 | CONFIG_IP_NF_MATCH_RECENT=m | 401 | CONFIG_IP_NF_MATCH_RECENT=m |
391 | CONFIG_IP_NF_MATCH_ECN=m | 402 | CONFIG_IP_NF_MATCH_ECN=m |
392 | CONFIG_IP_NF_MATCH_DSCP=m | 403 | CONFIG_IP_NF_MATCH_DSCP=m |
393 | CONFIG_IP_NF_MATCH_AH_ESP=m | 404 | CONFIG_IP_NF_MATCH_AH=m |
394 | CONFIG_IP_NF_MATCH_TTL=m | 405 | CONFIG_IP_NF_MATCH_TTL=m |
395 | CONFIG_IP_NF_MATCH_OWNER=m | 406 | CONFIG_IP_NF_MATCH_OWNER=m |
396 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 407 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
397 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 408 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
398 | CONFIG_IP_NF_MATCH_POLICY=m | ||
399 | CONFIG_IP_NF_FILTER=m | 409 | CONFIG_IP_NF_FILTER=m |
400 | CONFIG_IP_NF_TARGET_REJECT=m | 410 | CONFIG_IP_NF_TARGET_REJECT=m |
401 | CONFIG_IP_NF_TARGET_LOG=m | 411 | CONFIG_IP_NF_TARGET_LOG=m |
@@ -413,6 +423,7 @@ CONFIG_IP_NF_NAT_FTP=m | |||
413 | CONFIG_IP_NF_NAT_TFTP=m | 423 | CONFIG_IP_NF_NAT_TFTP=m |
414 | CONFIG_IP_NF_NAT_AMANDA=m | 424 | CONFIG_IP_NF_NAT_AMANDA=m |
415 | CONFIG_IP_NF_NAT_PPTP=m | 425 | CONFIG_IP_NF_NAT_PPTP=m |
426 | CONFIG_IP_NF_NAT_H323=m | ||
416 | CONFIG_IP_NF_MANGLE=m | 427 | CONFIG_IP_NF_MANGLE=m |
417 | CONFIG_IP_NF_TARGET_TOS=m | 428 | CONFIG_IP_NF_TARGET_TOS=m |
418 | CONFIG_IP_NF_TARGET_ECN=m | 429 | CONFIG_IP_NF_TARGET_ECN=m |
@@ -433,12 +444,10 @@ CONFIG_IP6_NF_MATCH_RT=m | |||
433 | CONFIG_IP6_NF_MATCH_OPTS=m | 444 | CONFIG_IP6_NF_MATCH_OPTS=m |
434 | CONFIG_IP6_NF_MATCH_FRAG=m | 445 | CONFIG_IP6_NF_MATCH_FRAG=m |
435 | CONFIG_IP6_NF_MATCH_HL=m | 446 | CONFIG_IP6_NF_MATCH_HL=m |
436 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
437 | CONFIG_IP6_NF_MATCH_OWNER=m | 447 | CONFIG_IP6_NF_MATCH_OWNER=m |
438 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 448 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
439 | CONFIG_IP6_NF_MATCH_AHESP=m | 449 | CONFIG_IP6_NF_MATCH_AH=m |
440 | CONFIG_IP6_NF_MATCH_EUI64=m | 450 | CONFIG_IP6_NF_MATCH_EUI64=m |
441 | CONFIG_IP6_NF_MATCH_POLICY=m | ||
442 | CONFIG_IP6_NF_FILTER=m | 451 | CONFIG_IP6_NF_FILTER=m |
443 | CONFIG_IP6_NF_TARGET_LOG=m | 452 | CONFIG_IP6_NF_TARGET_LOG=m |
444 | CONFIG_IP6_NF_TARGET_REJECT=m | 453 | CONFIG_IP6_NF_TARGET_REJECT=m |
@@ -484,6 +493,11 @@ CONFIG_IP_SCTP=m | |||
484 | # CONFIG_SCTP_HMAC_NONE is not set | 493 | # CONFIG_SCTP_HMAC_NONE is not set |
485 | # CONFIG_SCTP_HMAC_SHA1 is not set | 494 | # CONFIG_SCTP_HMAC_SHA1 is not set |
486 | CONFIG_SCTP_HMAC_MD5=y | 495 | CONFIG_SCTP_HMAC_MD5=y |
496 | |||
497 | # | ||
498 | # TIPC Configuration (EXPERIMENTAL) | ||
499 | # | ||
500 | # CONFIG_TIPC is not set | ||
487 | # CONFIG_ATM is not set | 501 | # CONFIG_ATM is not set |
488 | CONFIG_BRIDGE=m | 502 | CONFIG_BRIDGE=m |
489 | CONFIG_VLAN_8021Q=m | 503 | CONFIG_VLAN_8021Q=m |
@@ -498,11 +512,6 @@ CONFIG_IPDDP_ENCAP=y | |||
498 | CONFIG_IPDDP_DECAP=y | 512 | CONFIG_IPDDP_DECAP=y |
499 | # CONFIG_X25 is not set | 513 | # CONFIG_X25 is not set |
500 | # CONFIG_LAPB is not set | 514 | # CONFIG_LAPB is not set |
501 | |||
502 | # | ||
503 | # TIPC Configuration (EXPERIMENTAL) | ||
504 | # | ||
505 | # CONFIG_TIPC is not set | ||
506 | CONFIG_NET_DIVERT=y | 515 | CONFIG_NET_DIVERT=y |
507 | # CONFIG_ECONET is not set | 516 | # CONFIG_ECONET is not set |
508 | # CONFIG_WAN_ROUTER is not set | 517 | # CONFIG_WAN_ROUTER is not set |
@@ -562,6 +571,9 @@ CONFIG_IEEE80211=m | |||
562 | # CONFIG_IEEE80211_DEBUG is not set | 571 | # CONFIG_IEEE80211_DEBUG is not set |
563 | CONFIG_IEEE80211_CRYPT_WEP=m | 572 | CONFIG_IEEE80211_CRYPT_WEP=m |
564 | CONFIG_IEEE80211_CRYPT_CCMP=m | 573 | CONFIG_IEEE80211_CRYPT_CCMP=m |
574 | CONFIG_IEEE80211_SOFTMAC=m | ||
575 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
576 | CONFIG_WIRELESS_EXT=y | ||
565 | 577 | ||
566 | # | 578 | # |
567 | # Device Drivers | 579 | # Device Drivers |
@@ -734,7 +746,6 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y | |||
734 | # CONFIG_SCSI_INIA100 is not set | 746 | # CONFIG_SCSI_INIA100 is not set |
735 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 747 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
736 | # CONFIG_SCSI_IPR is not set | 748 | # CONFIG_SCSI_IPR is not set |
737 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
738 | # CONFIG_SCSI_QLOGIC_1280 is not set | 749 | # CONFIG_SCSI_QLOGIC_1280 is not set |
739 | # CONFIG_SCSI_QLA_FC is not set | 750 | # CONFIG_SCSI_QLA_FC is not set |
740 | # CONFIG_SCSI_LPFC is not set | 751 | # CONFIG_SCSI_LPFC is not set |
@@ -753,6 +764,7 @@ CONFIG_MD_RAID0=m | |||
753 | CONFIG_MD_RAID1=m | 764 | CONFIG_MD_RAID1=m |
754 | CONFIG_MD_RAID10=m | 765 | CONFIG_MD_RAID10=m |
755 | CONFIG_MD_RAID5=m | 766 | CONFIG_MD_RAID5=m |
767 | CONFIG_MD_RAID5_RESHAPE=y | ||
756 | CONFIG_MD_RAID6=m | 768 | CONFIG_MD_RAID6=m |
757 | CONFIG_MD_MULTIPATH=m | 769 | CONFIG_MD_MULTIPATH=m |
758 | CONFIG_MD_FAULTY=m | 770 | CONFIG_MD_FAULTY=m |
@@ -956,6 +968,7 @@ CONFIG_HW_CONSOLE=y | |||
956 | # | 968 | # |
957 | CONFIG_SERIAL_8250=y | 969 | CONFIG_SERIAL_8250=y |
958 | CONFIG_SERIAL_8250_CONSOLE=y | 970 | CONFIG_SERIAL_8250_CONSOLE=y |
971 | CONFIG_SERIAL_8250_PCI=y | ||
959 | CONFIG_SERIAL_8250_NR_UARTS=4 | 972 | CONFIG_SERIAL_8250_NR_UARTS=4 |
960 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 973 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
961 | # CONFIG_SERIAL_8250_EXTENDED is not set | 974 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -965,6 +978,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
965 | # | 978 | # |
966 | CONFIG_SERIAL_CORE=y | 979 | CONFIG_SERIAL_CORE=y |
967 | CONFIG_SERIAL_CORE_CONSOLE=y | 980 | CONFIG_SERIAL_CORE_CONSOLE=y |
981 | # CONFIG_SERIAL_JSM is not set | ||
968 | CONFIG_UNIX98_PTYS=y | 982 | CONFIG_UNIX98_PTYS=y |
969 | CONFIG_LEGACY_PTYS=y | 983 | CONFIG_LEGACY_PTYS=y |
970 | CONFIG_LEGACY_PTY_COUNT=256 | 984 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -1022,10 +1036,6 @@ CONFIG_RTC=y | |||
1022 | # | 1036 | # |
1023 | 1037 | ||
1024 | # | 1038 | # |
1025 | # Multimedia Capabilities Port drivers | ||
1026 | # | ||
1027 | |||
1028 | # | ||
1029 | # Multimedia devices | 1039 | # Multimedia devices |
1030 | # | 1040 | # |
1031 | # CONFIG_VIDEO_DEV is not set | 1041 | # CONFIG_VIDEO_DEV is not set |
@@ -1056,6 +1066,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
1056 | # | 1066 | # |
1057 | CONFIG_USB_ARCH_HAS_HCD=y | 1067 | CONFIG_USB_ARCH_HAS_HCD=y |
1058 | CONFIG_USB_ARCH_HAS_OHCI=y | 1068 | CONFIG_USB_ARCH_HAS_OHCI=y |
1069 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1059 | # CONFIG_USB is not set | 1070 | # CONFIG_USB is not set |
1060 | 1071 | ||
1061 | # | 1072 | # |
@@ -1073,13 +1084,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
1073 | # CONFIG_MMC is not set | 1084 | # CONFIG_MMC is not set |
1074 | 1085 | ||
1075 | # | 1086 | # |
1087 | # LED devices | ||
1088 | # | ||
1089 | # CONFIG_NEW_LEDS is not set | ||
1090 | |||
1091 | # | ||
1092 | # LED drivers | ||
1093 | # | ||
1094 | |||
1095 | # | ||
1096 | # LED Triggers | ||
1097 | # | ||
1098 | |||
1099 | # | ||
1076 | # InfiniBand support | 1100 | # InfiniBand support |
1077 | # | 1101 | # |
1078 | # CONFIG_INFINIBAND is not set | 1102 | # CONFIG_INFINIBAND is not set |
1079 | 1103 | ||
1080 | # | 1104 | # |
1081 | # SN Devices | 1105 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1106 | # | ||
1107 | |||
1108 | # | ||
1109 | # Real Time Clock | ||
1082 | # | 1110 | # |
1111 | # CONFIG_RTC_CLASS is not set | ||
1083 | 1112 | ||
1084 | # | 1113 | # |
1085 | # File systems | 1114 | # File systems |
@@ -1154,7 +1183,6 @@ CONFIG_SYSFS=y | |||
1154 | # CONFIG_TMPFS is not set | 1183 | # CONFIG_TMPFS is not set |
1155 | # CONFIG_HUGETLB_PAGE is not set | 1184 | # CONFIG_HUGETLB_PAGE is not set |
1156 | CONFIG_RAMFS=y | 1185 | CONFIG_RAMFS=y |
1157 | CONFIG_RELAYFS_FS=m | ||
1158 | # CONFIG_CONFIGFS_FS is not set | 1186 | # CONFIG_CONFIGFS_FS is not set |
1159 | 1187 | ||
1160 | # | 1188 | # |
@@ -1174,7 +1202,6 @@ CONFIG_VXFS_FS=m | |||
1174 | # CONFIG_QNX4FS_FS is not set | 1202 | # CONFIG_QNX4FS_FS is not set |
1175 | CONFIG_SYSV_FS=m | 1203 | CONFIG_SYSV_FS=m |
1176 | CONFIG_UFS_FS=m | 1204 | CONFIG_UFS_FS=m |
1177 | # CONFIG_UFS_FS_WRITE is not set | ||
1178 | 1205 | ||
1179 | # | 1206 | # |
1180 | # Network File Systems | 1207 | # Network File Systems |
@@ -1266,6 +1293,7 @@ CONFIG_NLS_UTF8=m | |||
1266 | # CONFIG_MAGIC_SYSRQ is not set | 1293 | # CONFIG_MAGIC_SYSRQ is not set |
1267 | # CONFIG_DEBUG_KERNEL is not set | 1294 | # CONFIG_DEBUG_KERNEL is not set |
1268 | CONFIG_LOG_BUF_SHIFT=14 | 1295 | CONFIG_LOG_BUF_SHIFT=14 |
1296 | # CONFIG_DEBUG_FS is not set | ||
1269 | CONFIG_CROSSCOMPILE=y | 1297 | CONFIG_CROSSCOMPILE=y |
1270 | CONFIG_CMDLINE="" | 1298 | CONFIG_CMDLINE="" |
1271 | 1299 | ||
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index fe78961762b8..00560e0143f1 100644 --- a/arch/mips/configs/mipssim_defconfig +++ b/arch/mips/configs/mipssim_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:16 2006 | 4 | # Mon Apr 24 14:51:09 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_SIM=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,16 +116,19 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | # CONFIG_PAGE_SIZE_64KB is not set | 116 | # CONFIG_PAGE_SIZE_64KB is not set |
115 | CONFIG_CPU_HAS_PREFETCH=y | 117 | CONFIG_CPU_HAS_PREFETCH=y |
116 | CONFIG_MIPS_MT=y | 118 | CONFIG_MIPS_MT=y |
119 | # CONFIG_MIPS_MT_SMTC is not set | ||
117 | # CONFIG_MIPS_MT_SMP is not set | 120 | # CONFIG_MIPS_MT_SMP is not set |
118 | CONFIG_MIPS_VPE_LOADER=y | 121 | CONFIG_MIPS_VPE_LOADER=y |
122 | CONFIG_MIPS_MT_FPAFF=y | ||
119 | CONFIG_MIPS_VPE_LOADER_TOM=y | 123 | CONFIG_MIPS_VPE_LOADER_TOM=y |
120 | CONFIG_MIPS_VPE_APSP_API=y | 124 | CONFIG_MIPS_VPE_APSP_API=y |
125 | CONFIG_MIPS_APSP_KSPD=y | ||
121 | # CONFIG_64BIT_PHYS_ADDR is not set | 126 | # CONFIG_64BIT_PHYS_ADDR is not set |
122 | # CONFIG_CPU_ADVANCED is not set | ||
123 | CONFIG_CPU_HAS_LLSC=y | 127 | CONFIG_CPU_HAS_LLSC=y |
124 | CONFIG_CPU_HAS_SYNC=y | 128 | CONFIG_CPU_HAS_SYNC=y |
125 | CONFIG_GENERIC_HARDIRQS=y | 129 | CONFIG_GENERIC_HARDIRQS=y |
126 | CONFIG_GENERIC_IRQ_PROBE=y | 130 | CONFIG_GENERIC_IRQ_PROBE=y |
131 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
127 | CONFIG_ARCH_FLATMEM_ENABLE=y | 132 | CONFIG_ARCH_FLATMEM_ENABLE=y |
128 | CONFIG_SELECT_MEMORY_MODEL=y | 133 | CONFIG_SELECT_MEMORY_MODEL=y |
129 | CONFIG_FLATMEM_MANUAL=y | 134 | CONFIG_FLATMEM_MANUAL=y |
@@ -141,7 +146,6 @@ CONFIG_PREEMPT_NONE=y | |||
141 | # Code maturity level options | 146 | # Code maturity level options |
142 | # | 147 | # |
143 | CONFIG_EXPERIMENTAL=y | 148 | CONFIG_EXPERIMENTAL=y |
144 | CONFIG_CLEAN_COMPILE=y | ||
145 | CONFIG_BROKEN_ON_SMP=y | 149 | CONFIG_BROKEN_ON_SMP=y |
146 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 150 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
147 | 151 | ||
@@ -157,6 +161,7 @@ CONFIG_SYSVIPC=y | |||
157 | CONFIG_SYSCTL=y | 161 | CONFIG_SYSCTL=y |
158 | # CONFIG_AUDIT is not set | 162 | # CONFIG_AUDIT is not set |
159 | # CONFIG_IKCONFIG is not set | 163 | # CONFIG_IKCONFIG is not set |
164 | # CONFIG_RELAY is not set | ||
160 | CONFIG_INITRAMFS_SOURCE="" | 165 | CONFIG_INITRAMFS_SOURCE="" |
161 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 166 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
162 | CONFIG_EMBEDDED=y | 167 | CONFIG_EMBEDDED=y |
@@ -171,10 +176,6 @@ CONFIG_BASE_FULL=y | |||
171 | CONFIG_FUTEX=y | 176 | CONFIG_FUTEX=y |
172 | CONFIG_EPOLL=y | 177 | CONFIG_EPOLL=y |
173 | CONFIG_SHMEM=y | 178 | CONFIG_SHMEM=y |
174 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
175 | CONFIG_CC_ALIGN_LABELS=0 | ||
176 | CONFIG_CC_ALIGN_LOOPS=0 | ||
177 | CONFIG_CC_ALIGN_JUMPS=0 | ||
178 | CONFIG_SLAB=y | 179 | CONFIG_SLAB=y |
179 | # CONFIG_TINY_SHMEM is not set | 180 | # CONFIG_TINY_SHMEM is not set |
180 | CONFIG_BASE_SMALL=0 | 181 | CONFIG_BASE_SMALL=0 |
@@ -186,7 +187,6 @@ CONFIG_BASE_SMALL=0 | |||
186 | CONFIG_MODULES=y | 187 | CONFIG_MODULES=y |
187 | CONFIG_MODULE_UNLOAD=y | 188 | CONFIG_MODULE_UNLOAD=y |
188 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 189 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
189 | CONFIG_OBSOLETE_MODPARM=y | ||
190 | CONFIG_MODVERSIONS=y | 190 | CONFIG_MODVERSIONS=y |
191 | CONFIG_MODULE_SRCVERSION_ALL=y | 191 | CONFIG_MODULE_SRCVERSION_ALL=y |
192 | CONFIG_KMOD=y | 192 | CONFIG_KMOD=y |
@@ -195,6 +195,7 @@ CONFIG_KMOD=y | |||
195 | # Block layer | 195 | # Block layer |
196 | # | 196 | # |
197 | # CONFIG_LBD is not set | 197 | # CONFIG_LBD is not set |
198 | # CONFIG_LSF is not set | ||
198 | 199 | ||
199 | # | 200 | # |
200 | # IO Schedulers | 201 | # IO Schedulers |
@@ -238,6 +239,7 @@ CONFIG_NET=y | |||
238 | # | 239 | # |
239 | # Networking options | 240 | # Networking options |
240 | # | 241 | # |
242 | # CONFIG_NETDEBUG is not set | ||
241 | CONFIG_PACKET=y | 243 | CONFIG_PACKET=y |
242 | CONFIG_PACKET_MMAP=y | 244 | CONFIG_PACKET_MMAP=y |
243 | CONFIG_UNIX=y | 245 | CONFIG_UNIX=y |
@@ -268,12 +270,15 @@ CONFIG_SYN_COOKIES=y | |||
268 | # CONFIG_INET_AH is not set | 270 | # CONFIG_INET_AH is not set |
269 | # CONFIG_INET_ESP is not set | 271 | # CONFIG_INET_ESP is not set |
270 | # CONFIG_INET_IPCOMP is not set | 272 | # CONFIG_INET_IPCOMP is not set |
273 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET_TUNNEL is not set | 274 | # CONFIG_INET_TUNNEL is not set |
272 | CONFIG_INET_DIAG=y | 275 | CONFIG_INET_DIAG=y |
273 | CONFIG_INET_TCP_DIAG=y | 276 | CONFIG_INET_TCP_DIAG=y |
274 | # CONFIG_TCP_CONG_ADVANCED is not set | 277 | # CONFIG_TCP_CONG_ADVANCED is not set |
275 | CONFIG_TCP_CONG_BIC=y | 278 | CONFIG_TCP_CONG_BIC=y |
276 | # CONFIG_IPV6 is not set | 279 | # CONFIG_IPV6 is not set |
280 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
281 | # CONFIG_INET6_TUNNEL is not set | ||
277 | # CONFIG_NETFILTER is not set | 282 | # CONFIG_NETFILTER is not set |
278 | 283 | ||
279 | # | 284 | # |
@@ -290,6 +295,11 @@ CONFIG_IP_SCTP=m | |||
290 | # CONFIG_SCTP_HMAC_NONE is not set | 295 | # CONFIG_SCTP_HMAC_NONE is not set |
291 | # CONFIG_SCTP_HMAC_SHA1 is not set | 296 | # CONFIG_SCTP_HMAC_SHA1 is not set |
292 | CONFIG_SCTP_HMAC_MD5=y | 297 | CONFIG_SCTP_HMAC_MD5=y |
298 | |||
299 | # | ||
300 | # TIPC Configuration (EXPERIMENTAL) | ||
301 | # | ||
302 | # CONFIG_TIPC is not set | ||
293 | # CONFIG_ATM is not set | 303 | # CONFIG_ATM is not set |
294 | # CONFIG_BRIDGE is not set | 304 | # CONFIG_BRIDGE is not set |
295 | # CONFIG_VLAN_8021Q is not set | 305 | # CONFIG_VLAN_8021Q is not set |
@@ -299,11 +309,6 @@ CONFIG_SCTP_HMAC_MD5=y | |||
299 | # CONFIG_ATALK is not set | 309 | # CONFIG_ATALK is not set |
300 | # CONFIG_X25 is not set | 310 | # CONFIG_X25 is not set |
301 | # CONFIG_LAPB is not set | 311 | # CONFIG_LAPB is not set |
302 | |||
303 | # | ||
304 | # TIPC Configuration (EXPERIMENTAL) | ||
305 | # | ||
306 | # CONFIG_TIPC is not set | ||
307 | CONFIG_NET_DIVERT=y | 312 | CONFIG_NET_DIVERT=y |
308 | # CONFIG_ECONET is not set | 313 | # CONFIG_ECONET is not set |
309 | # CONFIG_WAN_ROUTER is not set | 314 | # CONFIG_WAN_ROUTER is not set |
@@ -397,7 +402,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
397 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 402 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
398 | CONFIG_BLK_DEV_NBD=y | 403 | CONFIG_BLK_DEV_NBD=y |
399 | # CONFIG_BLK_DEV_RAM is not set | 404 | # CONFIG_BLK_DEV_RAM is not set |
400 | CONFIG_BLK_DEV_RAM_COUNT=16 | 405 | # CONFIG_BLK_DEV_INITRD is not set |
401 | # CONFIG_CDROM_PKTCDVD is not set | 406 | # CONFIG_CDROM_PKTCDVD is not set |
402 | # CONFIG_ATA_OVER_ETH is not set | 407 | # CONFIG_ATA_OVER_ETH is not set |
403 | 408 | ||
@@ -532,7 +537,7 @@ CONFIG_SERIO_SERPORT=y | |||
532 | CONFIG_SERIAL_8250=y | 537 | CONFIG_SERIAL_8250=y |
533 | CONFIG_SERIAL_8250_CONSOLE=y | 538 | CONFIG_SERIAL_8250_CONSOLE=y |
534 | CONFIG_SERIAL_8250_NR_UARTS=1 | 539 | CONFIG_SERIAL_8250_NR_UARTS=1 |
535 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 540 | CONFIG_SERIAL_8250_RUNTIME_UARTS=1 |
536 | # CONFIG_SERIAL_8250_EXTENDED is not set | 541 | # CONFIG_SERIAL_8250_EXTENDED is not set |
537 | 542 | ||
538 | # | 543 | # |
@@ -596,10 +601,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
596 | # | 601 | # |
597 | 602 | ||
598 | # | 603 | # |
599 | # Multimedia Capabilities Port drivers | ||
600 | # | ||
601 | |||
602 | # | ||
603 | # Multimedia devices | 604 | # Multimedia devices |
604 | # | 605 | # |
605 | # CONFIG_VIDEO_DEV is not set | 606 | # CONFIG_VIDEO_DEV is not set |
@@ -624,6 +625,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
624 | # | 625 | # |
625 | # CONFIG_USB_ARCH_HAS_HCD is not set | 626 | # CONFIG_USB_ARCH_HAS_HCD is not set |
626 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 627 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
628 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
627 | 629 | ||
628 | # | 630 | # |
629 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 631 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -640,12 +642,30 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
640 | # CONFIG_MMC is not set | 642 | # CONFIG_MMC is not set |
641 | 643 | ||
642 | # | 644 | # |
645 | # LED devices | ||
646 | # | ||
647 | # CONFIG_NEW_LEDS is not set | ||
648 | |||
649 | # | ||
650 | # LED drivers | ||
651 | # | ||
652 | |||
653 | # | ||
654 | # LED Triggers | ||
655 | # | ||
656 | |||
657 | # | ||
643 | # InfiniBand support | 658 | # InfiniBand support |
644 | # | 659 | # |
645 | 660 | ||
646 | # | 661 | # |
647 | # SN Devices | 662 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
663 | # | ||
664 | |||
665 | # | ||
666 | # Real Time Clock | ||
648 | # | 667 | # |
668 | # CONFIG_RTC_CLASS is not set | ||
649 | 669 | ||
650 | # | 670 | # |
651 | # File systems | 671 | # File systems |
@@ -690,8 +710,6 @@ CONFIG_PROC_FS=y | |||
690 | # CONFIG_TMPFS is not set | 710 | # CONFIG_TMPFS is not set |
691 | # CONFIG_HUGETLB_PAGE is not set | 711 | # CONFIG_HUGETLB_PAGE is not set |
692 | CONFIG_RAMFS=y | 712 | CONFIG_RAMFS=y |
693 | # CONFIG_RELAYFS_FS is not set | ||
694 | # CONFIG_CONFIGFS_FS is not set | ||
695 | 713 | ||
696 | # | 714 | # |
697 | # Miscellaneous filesystems | 715 | # Miscellaneous filesystems |
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index e4620e7f0a5e..286a018375b2 100644 --- a/arch/mips/configs/mpc30x_defconfig +++ b/arch/mips/configs/mpc30x_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:17 2006 | 4 | # Mon Apr 24 14:51:09 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -72,6 +72,8 @@ CONFIG_VICTOR_MPC30X=y | |||
72 | CONFIG_PCI_VR41XX=y | 72 | CONFIG_PCI_VR41XX=y |
73 | CONFIG_VRC4173=y | 73 | CONFIG_VRC4173=y |
74 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 74 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
75 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
76 | CONFIG_GENERIC_HWEIGHT=y | ||
75 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 77 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
76 | CONFIG_DMA_NONCOHERENT=y | 78 | CONFIG_DMA_NONCOHERENT=y |
77 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 79 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -90,7 +92,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
90 | # CONFIG_CPU_MIPS64_R2 is not set | 92 | # CONFIG_CPU_MIPS64_R2 is not set |
91 | # CONFIG_CPU_R3000 is not set | 93 | # CONFIG_CPU_R3000 is not set |
92 | # CONFIG_CPU_TX39XX is not set | 94 | # CONFIG_CPU_TX39XX is not set |
93 | # CONFIG_CPU_VR41XX is not set | 95 | CONFIG_CPU_VR41XX=y |
94 | # CONFIG_CPU_R4300 is not set | 96 | # CONFIG_CPU_R4300 is not set |
95 | # CONFIG_CPU_R4X00 is not set | 97 | # CONFIG_CPU_R4X00 is not set |
96 | # CONFIG_CPU_TX49XX is not set | 98 | # CONFIG_CPU_TX49XX is not set |
@@ -103,18 +105,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
103 | # CONFIG_CPU_RM7000 is not set | 105 | # CONFIG_CPU_RM7000 is not set |
104 | # CONFIG_CPU_RM9000 is not set | 106 | # CONFIG_CPU_RM9000 is not set |
105 | # CONFIG_CPU_SB1 is not set | 107 | # CONFIG_CPU_SB1 is not set |
108 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
109 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
110 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
106 | 112 | ||
107 | # | 113 | # |
108 | # Kernel type | 114 | # Kernel type |
109 | # | 115 | # |
110 | # CONFIG_32BIT is not set | 116 | CONFIG_32BIT=y |
111 | # CONFIG_64BIT is not set | 117 | # CONFIG_64BIT is not set |
112 | CONFIG_PAGE_SIZE_4KB=y | 118 | CONFIG_PAGE_SIZE_4KB=y |
113 | # CONFIG_PAGE_SIZE_8KB is not set | 119 | # CONFIG_PAGE_SIZE_8KB is not set |
114 | # CONFIG_PAGE_SIZE_16KB is not set | 120 | # CONFIG_PAGE_SIZE_16KB is not set |
115 | # CONFIG_PAGE_SIZE_64KB is not set | 121 | # CONFIG_PAGE_SIZE_64KB is not set |
116 | # CONFIG_MIPS_MT is not set | 122 | # CONFIG_MIPS_MT is not set |
117 | CONFIG_CPU_HAS_LLSC=y | ||
118 | CONFIG_CPU_HAS_SYNC=y | 123 | CONFIG_CPU_HAS_SYNC=y |
119 | CONFIG_GENERIC_HARDIRQS=y | 124 | CONFIG_GENERIC_HARDIRQS=y |
120 | CONFIG_GENERIC_IRQ_PROBE=y | 125 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -135,7 +140,6 @@ CONFIG_PREEMPT_NONE=y | |||
135 | # Code maturity level options | 140 | # Code maturity level options |
136 | # | 141 | # |
137 | CONFIG_EXPERIMENTAL=y | 142 | CONFIG_EXPERIMENTAL=y |
138 | CONFIG_CLEAN_COMPILE=y | ||
139 | CONFIG_BROKEN_ON_SMP=y | 143 | CONFIG_BROKEN_ON_SMP=y |
140 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 144 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
141 | 145 | ||
@@ -151,6 +155,7 @@ CONFIG_SYSVIPC=y | |||
151 | CONFIG_SYSCTL=y | 155 | CONFIG_SYSCTL=y |
152 | # CONFIG_AUDIT is not set | 156 | # CONFIG_AUDIT is not set |
153 | # CONFIG_IKCONFIG is not set | 157 | # CONFIG_IKCONFIG is not set |
158 | CONFIG_RELAY=y | ||
154 | CONFIG_INITRAMFS_SOURCE="" | 159 | CONFIG_INITRAMFS_SOURCE="" |
155 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 160 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
156 | CONFIG_EMBEDDED=y | 161 | CONFIG_EMBEDDED=y |
@@ -164,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
164 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
165 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
166 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
167 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
168 | CONFIG_CC_ALIGN_LABELS=0 | ||
169 | CONFIG_CC_ALIGN_LOOPS=0 | ||
170 | CONFIG_CC_ALIGN_JUMPS=0 | ||
171 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
172 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
173 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -179,7 +180,6 @@ CONFIG_BASE_SMALL=0 | |||
179 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
180 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
181 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
182 | CONFIG_OBSOLETE_MODPARM=y | ||
183 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
184 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
185 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -187,6 +187,9 @@ CONFIG_KMOD=y | |||
187 | # | 187 | # |
188 | # Block layer | 188 | # Block layer |
189 | # | 189 | # |
190 | # CONFIG_LBD is not set | ||
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
190 | 193 | ||
191 | # | 194 | # |
192 | # IO Schedulers | 195 | # IO Schedulers |
@@ -206,7 +209,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
206 | # | 209 | # |
207 | CONFIG_HW_HAS_PCI=y | 210 | CONFIG_HW_HAS_PCI=y |
208 | CONFIG_PCI=y | 211 | CONFIG_PCI=y |
209 | CONFIG_PCI_LEGACY_PROC=y | ||
210 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
211 | 213 | ||
212 | # | 214 | # |
@@ -225,6 +227,7 @@ CONFIG_PCMCIA_IOCTL=y | |||
225 | # CONFIG_YENTA is not set | 227 | # CONFIG_YENTA is not set |
226 | # CONFIG_PD6729 is not set | 228 | # CONFIG_PD6729 is not set |
227 | # CONFIG_I82092 is not set | 229 | # CONFIG_I82092 is not set |
230 | # CONFIG_PCMCIA_VRC4173 is not set | ||
228 | 231 | ||
229 | # | 232 | # |
230 | # PCI Hotplug Support | 233 | # PCI Hotplug Support |
@@ -236,6 +239,7 @@ CONFIG_PCMCIA_IOCTL=y | |||
236 | # | 239 | # |
237 | CONFIG_BINFMT_ELF=y | 240 | CONFIG_BINFMT_ELF=y |
238 | # CONFIG_BINFMT_MISC is not set | 241 | # CONFIG_BINFMT_MISC is not set |
242 | CONFIG_TRAD_SIGNALS=y | ||
239 | 243 | ||
240 | # | 244 | # |
241 | # Networking | 245 | # Networking |
@@ -245,6 +249,7 @@ CONFIG_NET=y | |||
245 | # | 249 | # |
246 | # Networking options | 250 | # Networking options |
247 | # | 251 | # |
252 | # CONFIG_NETDEBUG is not set | ||
248 | CONFIG_PACKET=y | 253 | CONFIG_PACKET=y |
249 | CONFIG_PACKET_MMAP=y | 254 | CONFIG_PACKET_MMAP=y |
250 | CONFIG_UNIX=y | 255 | CONFIG_UNIX=y |
@@ -264,12 +269,15 @@ CONFIG_IP_FIB_HASH=y | |||
264 | # CONFIG_INET_AH is not set | 269 | # CONFIG_INET_AH is not set |
265 | # CONFIG_INET_ESP is not set | 270 | # CONFIG_INET_ESP is not set |
266 | # CONFIG_INET_IPCOMP is not set | 271 | # CONFIG_INET_IPCOMP is not set |
267 | CONFIG_INET_TUNNEL=m | 272 | # CONFIG_INET_XFRM_TUNNEL is not set |
273 | # CONFIG_INET_TUNNEL is not set | ||
268 | CONFIG_INET_DIAG=y | 274 | CONFIG_INET_DIAG=y |
269 | CONFIG_INET_TCP_DIAG=y | 275 | CONFIG_INET_TCP_DIAG=y |
270 | # CONFIG_TCP_CONG_ADVANCED is not set | 276 | # CONFIG_TCP_CONG_ADVANCED is not set |
271 | CONFIG_TCP_CONG_BIC=y | 277 | CONFIG_TCP_CONG_BIC=y |
272 | # CONFIG_IPV6 is not set | 278 | # CONFIG_IPV6 is not set |
279 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
280 | # CONFIG_INET6_TUNNEL is not set | ||
273 | # CONFIG_NETFILTER is not set | 281 | # CONFIG_NETFILTER is not set |
274 | 282 | ||
275 | # | 283 | # |
@@ -281,6 +289,11 @@ CONFIG_TCP_CONG_BIC=y | |||
281 | # SCTP Configuration (EXPERIMENTAL) | 289 | # SCTP Configuration (EXPERIMENTAL) |
282 | # | 290 | # |
283 | # CONFIG_IP_SCTP is not set | 291 | # CONFIG_IP_SCTP is not set |
292 | |||
293 | # | ||
294 | # TIPC Configuration (EXPERIMENTAL) | ||
295 | # | ||
296 | # CONFIG_TIPC is not set | ||
284 | # CONFIG_ATM is not set | 297 | # CONFIG_ATM is not set |
285 | # CONFIG_BRIDGE is not set | 298 | # CONFIG_BRIDGE is not set |
286 | # CONFIG_VLAN_8021Q is not set | 299 | # CONFIG_VLAN_8021Q is not set |
@@ -290,11 +303,6 @@ CONFIG_TCP_CONG_BIC=y | |||
290 | # CONFIG_ATALK is not set | 303 | # CONFIG_ATALK is not set |
291 | # CONFIG_X25 is not set | 304 | # CONFIG_X25 is not set |
292 | # CONFIG_LAPB is not set | 305 | # CONFIG_LAPB is not set |
293 | |||
294 | # | ||
295 | # TIPC Configuration (EXPERIMENTAL) | ||
296 | # | ||
297 | # CONFIG_TIPC is not set | ||
298 | # CONFIG_NET_DIVERT is not set | 306 | # CONFIG_NET_DIVERT is not set |
299 | # CONFIG_ECONET is not set | 307 | # CONFIG_ECONET is not set |
300 | # CONFIG_WAN_ROUTER is not set | 308 | # CONFIG_WAN_ROUTER is not set |
@@ -316,6 +324,9 @@ CONFIG_IEEE80211=m | |||
316 | CONFIG_IEEE80211_CRYPT_WEP=m | 324 | CONFIG_IEEE80211_CRYPT_WEP=m |
317 | CONFIG_IEEE80211_CRYPT_CCMP=m | 325 | CONFIG_IEEE80211_CRYPT_CCMP=m |
318 | CONFIG_IEEE80211_CRYPT_TKIP=m | 326 | CONFIG_IEEE80211_CRYPT_TKIP=m |
327 | CONFIG_IEEE80211_SOFTMAC=m | ||
328 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
329 | CONFIG_WIRELESS_EXT=y | ||
319 | 330 | ||
320 | # | 331 | # |
321 | # Device Drivers | 332 | # Device Drivers |
@@ -360,7 +371,7 @@ CONFIG_CONNECTOR=m | |||
360 | # CONFIG_BLK_DEV_SX8 is not set | 371 | # CONFIG_BLK_DEV_SX8 is not set |
361 | # CONFIG_BLK_DEV_UB is not set | 372 | # CONFIG_BLK_DEV_UB is not set |
362 | # CONFIG_BLK_DEV_RAM is not set | 373 | # CONFIG_BLK_DEV_RAM is not set |
363 | CONFIG_BLK_DEV_RAM_COUNT=16 | 374 | # CONFIG_BLK_DEV_INITRD is not set |
364 | # CONFIG_CDROM_PKTCDVD is not set | 375 | # CONFIG_CDROM_PKTCDVD is not set |
365 | CONFIG_ATA_OVER_ETH=m | 376 | CONFIG_ATA_OVER_ETH=m |
366 | 377 | ||
@@ -475,6 +486,7 @@ CONFIG_MII=m | |||
475 | # Wireless LAN (non-hamradio) | 486 | # Wireless LAN (non-hamradio) |
476 | # | 487 | # |
477 | CONFIG_NET_RADIO=y | 488 | CONFIG_NET_RADIO=y |
489 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
478 | 490 | ||
479 | # | 491 | # |
480 | # Obsolete Wireless cards support (pre-802.11) | 492 | # Obsolete Wireless cards support (pre-802.11) |
@@ -513,6 +525,7 @@ CONFIG_PCMCIA_HERMES=m | |||
513 | # | 525 | # |
514 | # CONFIG_PRISM54 is not set | 526 | # CONFIG_PRISM54 is not set |
515 | # CONFIG_HOSTAP is not set | 527 | # CONFIG_HOSTAP is not set |
528 | # CONFIG_BCM43XX is not set | ||
516 | CONFIG_NET_WIRELESS=y | 529 | CONFIG_NET_WIRELESS=y |
517 | 530 | ||
518 | # | 531 | # |
@@ -604,6 +617,8 @@ CONFIG_HW_CONSOLE=y | |||
604 | # | 617 | # |
605 | # Non-8250 serial port support | 618 | # Non-8250 serial port support |
606 | # | 619 | # |
620 | # CONFIG_SERIAL_VR41XX is not set | ||
621 | # CONFIG_SERIAL_JSM is not set | ||
607 | CONFIG_UNIX98_PTYS=y | 622 | CONFIG_UNIX98_PTYS=y |
608 | CONFIG_LEGACY_PTYS=y | 623 | CONFIG_LEGACY_PTYS=y |
609 | CONFIG_LEGACY_PTY_COUNT=256 | 624 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -634,6 +649,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
634 | # CONFIG_SYNCLINK_CS is not set | 649 | # CONFIG_SYNCLINK_CS is not set |
635 | # CONFIG_CARDMAN_4000 is not set | 650 | # CONFIG_CARDMAN_4000 is not set |
636 | # CONFIG_CARDMAN_4040 is not set | 651 | # CONFIG_CARDMAN_4040 is not set |
652 | # CONFIG_GPIO_VR41XX is not set | ||
637 | # CONFIG_RAW_DRIVER is not set | 653 | # CONFIG_RAW_DRIVER is not set |
638 | 654 | ||
639 | # | 655 | # |
@@ -669,10 +685,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
669 | # | 685 | # |
670 | 686 | ||
671 | # | 687 | # |
672 | # Multimedia Capabilities Port drivers | ||
673 | # | ||
674 | |||
675 | # | ||
676 | # Multimedia devices | 688 | # Multimedia devices |
677 | # | 689 | # |
678 | # CONFIG_VIDEO_DEV is not set | 690 | # CONFIG_VIDEO_DEV is not set |
@@ -681,6 +693,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
681 | # Digital Video Broadcasting Devices | 693 | # Digital Video Broadcasting Devices |
682 | # | 694 | # |
683 | # CONFIG_DVB is not set | 695 | # CONFIG_DVB is not set |
696 | # CONFIG_USB_DABUSB is not set | ||
684 | 697 | ||
685 | # | 698 | # |
686 | # Graphics support | 699 | # Graphics support |
@@ -703,6 +716,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
703 | # | 716 | # |
704 | CONFIG_USB_ARCH_HAS_HCD=y | 717 | CONFIG_USB_ARCH_HAS_HCD=y |
705 | CONFIG_USB_ARCH_HAS_OHCI=y | 718 | CONFIG_USB_ARCH_HAS_OHCI=y |
719 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
706 | CONFIG_USB=m | 720 | CONFIG_USB=m |
707 | # CONFIG_USB_DEBUG is not set | 721 | # CONFIG_USB_DEBUG is not set |
708 | 722 | ||
@@ -756,9 +770,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
756 | # CONFIG_USB_ACECAD is not set | 770 | # CONFIG_USB_ACECAD is not set |
757 | # CONFIG_USB_KBTAB is not set | 771 | # CONFIG_USB_KBTAB is not set |
758 | # CONFIG_USB_POWERMATE is not set | 772 | # CONFIG_USB_POWERMATE is not set |
759 | # CONFIG_USB_MTOUCH is not set | 773 | # CONFIG_USB_TOUCHSCREEN is not set |
760 | # CONFIG_USB_ITMTOUCH is not set | ||
761 | # CONFIG_USB_EGALAX is not set | ||
762 | # CONFIG_USB_YEALINK is not set | 774 | # CONFIG_USB_YEALINK is not set |
763 | # CONFIG_USB_XPAD is not set | 775 | # CONFIG_USB_XPAD is not set |
764 | # CONFIG_USB_ATI_REMOTE is not set | 776 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -772,15 +784,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
772 | # CONFIG_USB_MDC800 is not set | 784 | # CONFIG_USB_MDC800 is not set |
773 | 785 | ||
774 | # | 786 | # |
775 | # USB Multimedia devices | ||
776 | # | ||
777 | # CONFIG_USB_DABUSB is not set | ||
778 | |||
779 | # | ||
780 | # Video4Linux support is needed for USB Multimedia device support | ||
781 | # | ||
782 | |||
783 | # | ||
784 | # USB Network Adapters | 787 | # USB Network Adapters |
785 | # | 788 | # |
786 | # CONFIG_USB_CATC is not set | 789 | # CONFIG_USB_CATC is not set |
@@ -832,13 +835,31 @@ CONFIG_USB_PEGASUS=m | |||
832 | # CONFIG_MMC is not set | 835 | # CONFIG_MMC is not set |
833 | 836 | ||
834 | # | 837 | # |
838 | # LED devices | ||
839 | # | ||
840 | # CONFIG_NEW_LEDS is not set | ||
841 | |||
842 | # | ||
843 | # LED drivers | ||
844 | # | ||
845 | |||
846 | # | ||
847 | # LED Triggers | ||
848 | # | ||
849 | |||
850 | # | ||
835 | # InfiniBand support | 851 | # InfiniBand support |
836 | # | 852 | # |
837 | # CONFIG_INFINIBAND is not set | 853 | # CONFIG_INFINIBAND is not set |
838 | 854 | ||
839 | # | 855 | # |
840 | # SN Devices | 856 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
857 | # | ||
858 | |||
859 | # | ||
860 | # Real Time Clock | ||
841 | # | 861 | # |
862 | # CONFIG_RTC_CLASS is not set | ||
842 | 863 | ||
843 | # | 864 | # |
844 | # File systems | 865 | # File systems |
@@ -883,7 +904,6 @@ CONFIG_SYSFS=y | |||
883 | # CONFIG_TMPFS is not set | 904 | # CONFIG_TMPFS is not set |
884 | # CONFIG_HUGETLB_PAGE is not set | 905 | # CONFIG_HUGETLB_PAGE is not set |
885 | CONFIG_RAMFS=y | 906 | CONFIG_RAMFS=y |
886 | CONFIG_RELAYFS_FS=m | ||
887 | # CONFIG_CONFIGFS_FS is not set | 907 | # CONFIG_CONFIGFS_FS is not set |
888 | 908 | ||
889 | # | 909 | # |
@@ -946,6 +966,7 @@ CONFIG_MSDOS_PARTITION=y | |||
946 | # CONFIG_MAGIC_SYSRQ is not set | 966 | # CONFIG_MAGIC_SYSRQ is not set |
947 | # CONFIG_DEBUG_KERNEL is not set | 967 | # CONFIG_DEBUG_KERNEL is not set |
948 | CONFIG_LOG_BUF_SHIFT=14 | 968 | CONFIG_LOG_BUF_SHIFT=14 |
969 | # CONFIG_DEBUG_FS is not set | ||
949 | CONFIG_CROSSCOMPILE=y | 970 | CONFIG_CROSSCOMPILE=y |
950 | CONFIG_CMDLINE="mem=32M console=ttyVR0,19200" | 971 | CONFIG_CMDLINE="mem=32M console=ttyVR0,19200" |
951 | 972 | ||
diff --git a/arch/mips/configs/ocelot_3_defconfig b/arch/mips/configs/ocelot_3_defconfig index 925d8adef88d..1ce4310fd92a 100644 --- a/arch/mips/configs/ocelot_3_defconfig +++ b/arch/mips/configs/ocelot_3_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:18 2006 | 4 | # Mon Apr 24 14:51:10 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MOMENCO_OCELOT_3=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -120,7 +122,6 @@ CONFIG_RM7000_CPU_SCACHE=y | |||
120 | CONFIG_CPU_HAS_PREFETCH=y | 122 | CONFIG_CPU_HAS_PREFETCH=y |
121 | # CONFIG_MIPS_MT is not set | 123 | # CONFIG_MIPS_MT is not set |
122 | # CONFIG_64BIT_PHYS_ADDR is not set | 124 | # CONFIG_64BIT_PHYS_ADDR is not set |
123 | # CONFIG_CPU_ADVANCED is not set | ||
124 | CONFIG_CPU_HAS_LLSC=y | 125 | CONFIG_CPU_HAS_LLSC=y |
125 | CONFIG_CPU_HAS_SYNC=y | 126 | CONFIG_CPU_HAS_SYNC=y |
126 | CONFIG_GENERIC_HARDIRQS=y | 127 | CONFIG_GENERIC_HARDIRQS=y |
@@ -144,7 +145,6 @@ CONFIG_PREEMPT_NONE=y | |||
144 | # Code maturity level options | 145 | # Code maturity level options |
145 | # | 146 | # |
146 | CONFIG_EXPERIMENTAL=y | 147 | CONFIG_EXPERIMENTAL=y |
147 | CONFIG_CLEAN_COMPILE=y | ||
148 | CONFIG_BROKEN_ON_SMP=y | 148 | CONFIG_BROKEN_ON_SMP=y |
149 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 149 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
150 | 150 | ||
@@ -161,6 +161,7 @@ CONFIG_SYSCTL=y | |||
161 | # CONFIG_AUDIT is not set | 161 | # CONFIG_AUDIT is not set |
162 | CONFIG_IKCONFIG=y | 162 | CONFIG_IKCONFIG=y |
163 | CONFIG_IKCONFIG_PROC=y | 163 | CONFIG_IKCONFIG_PROC=y |
164 | CONFIG_RELAY=y | ||
164 | CONFIG_INITRAMFS_SOURCE="" | 165 | CONFIG_INITRAMFS_SOURCE="" |
165 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 166 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
166 | CONFIG_EMBEDDED=y | 167 | CONFIG_EMBEDDED=y |
@@ -174,10 +175,6 @@ CONFIG_BASE_FULL=y | |||
174 | CONFIG_FUTEX=y | 175 | CONFIG_FUTEX=y |
175 | CONFIG_EPOLL=y | 176 | CONFIG_EPOLL=y |
176 | CONFIG_SHMEM=y | 177 | CONFIG_SHMEM=y |
177 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
178 | CONFIG_CC_ALIGN_LABELS=0 | ||
179 | CONFIG_CC_ALIGN_LOOPS=0 | ||
180 | CONFIG_CC_ALIGN_JUMPS=0 | ||
181 | CONFIG_SLAB=y | 178 | CONFIG_SLAB=y |
182 | # CONFIG_TINY_SHMEM is not set | 179 | # CONFIG_TINY_SHMEM is not set |
183 | CONFIG_BASE_SMALL=0 | 180 | CONFIG_BASE_SMALL=0 |
@@ -189,7 +186,6 @@ CONFIG_BASE_SMALL=0 | |||
189 | CONFIG_MODULES=y | 186 | CONFIG_MODULES=y |
190 | CONFIG_MODULE_UNLOAD=y | 187 | CONFIG_MODULE_UNLOAD=y |
191 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 188 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
192 | CONFIG_OBSOLETE_MODPARM=y | ||
193 | CONFIG_MODVERSIONS=y | 189 | CONFIG_MODVERSIONS=y |
194 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 190 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
195 | CONFIG_KMOD=y | 191 | CONFIG_KMOD=y |
@@ -198,6 +194,8 @@ CONFIG_KMOD=y | |||
198 | # Block layer | 194 | # Block layer |
199 | # | 195 | # |
200 | # CONFIG_LBD is not set | 196 | # CONFIG_LBD is not set |
197 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
198 | # CONFIG_LSF is not set | ||
201 | 199 | ||
202 | # | 200 | # |
203 | # IO Schedulers | 201 | # IO Schedulers |
@@ -217,7 +215,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
217 | # | 215 | # |
218 | CONFIG_HW_HAS_PCI=y | 216 | CONFIG_HW_HAS_PCI=y |
219 | CONFIG_PCI=y | 217 | CONFIG_PCI=y |
220 | CONFIG_PCI_LEGACY_PROC=y | ||
221 | CONFIG_MMU=y | 218 | CONFIG_MMU=y |
222 | 219 | ||
223 | # | 220 | # |
@@ -245,6 +242,7 @@ CONFIG_NET=y | |||
245 | # | 242 | # |
246 | # Networking options | 243 | # Networking options |
247 | # | 244 | # |
245 | # CONFIG_NETDEBUG is not set | ||
248 | CONFIG_PACKET=y | 246 | CONFIG_PACKET=y |
249 | # CONFIG_PACKET_MMAP is not set | 247 | # CONFIG_PACKET_MMAP is not set |
250 | CONFIG_UNIX=y | 248 | CONFIG_UNIX=y |
@@ -266,6 +264,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
266 | # CONFIG_INET_AH is not set | 264 | # CONFIG_INET_AH is not set |
267 | # CONFIG_INET_ESP is not set | 265 | # CONFIG_INET_ESP is not set |
268 | # CONFIG_INET_IPCOMP is not set | 266 | # CONFIG_INET_IPCOMP is not set |
267 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
269 | # CONFIG_INET_TUNNEL is not set | 268 | # CONFIG_INET_TUNNEL is not set |
270 | CONFIG_INET_DIAG=y | 269 | CONFIG_INET_DIAG=y |
271 | CONFIG_INET_TCP_DIAG=y | 270 | CONFIG_INET_TCP_DIAG=y |
@@ -278,9 +277,12 @@ CONFIG_TCP_CONG_BIC=y | |||
278 | # CONFIG_IP_VS is not set | 277 | # CONFIG_IP_VS is not set |
279 | CONFIG_IPV6=m | 278 | CONFIG_IPV6=m |
280 | # CONFIG_IPV6_PRIVACY is not set | 279 | # CONFIG_IPV6_PRIVACY is not set |
280 | CONFIG_IPV6_ROUTER_PREF=y | ||
281 | CONFIG_IPV6_ROUTE_INFO=y | ||
281 | # CONFIG_INET6_AH is not set | 282 | # CONFIG_INET6_AH is not set |
282 | # CONFIG_INET6_ESP is not set | 283 | # CONFIG_INET6_ESP is not set |
283 | # CONFIG_INET6_IPCOMP is not set | 284 | # CONFIG_INET6_IPCOMP is not set |
285 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
284 | # CONFIG_INET6_TUNNEL is not set | 286 | # CONFIG_INET6_TUNNEL is not set |
285 | # CONFIG_IPV6_TUNNEL is not set | 287 | # CONFIG_IPV6_TUNNEL is not set |
286 | CONFIG_NETFILTER=y | 288 | CONFIG_NETFILTER=y |
@@ -299,10 +301,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
299 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 301 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
300 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 302 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
301 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 303 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
304 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
302 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 305 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
303 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 306 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
304 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 307 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
305 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 308 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
309 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
310 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
306 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 311 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
307 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 312 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
308 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 313 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -332,6 +337,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
332 | # SCTP Configuration (EXPERIMENTAL) | 337 | # SCTP Configuration (EXPERIMENTAL) |
333 | # | 338 | # |
334 | # CONFIG_IP_SCTP is not set | 339 | # CONFIG_IP_SCTP is not set |
340 | |||
341 | # | ||
342 | # TIPC Configuration (EXPERIMENTAL) | ||
343 | # | ||
344 | # CONFIG_TIPC is not set | ||
335 | # CONFIG_ATM is not set | 345 | # CONFIG_ATM is not set |
336 | # CONFIG_BRIDGE is not set | 346 | # CONFIG_BRIDGE is not set |
337 | # CONFIG_VLAN_8021Q is not set | 347 | # CONFIG_VLAN_8021Q is not set |
@@ -341,11 +351,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
341 | # CONFIG_ATALK is not set | 351 | # CONFIG_ATALK is not set |
342 | # CONFIG_X25 is not set | 352 | # CONFIG_X25 is not set |
343 | # CONFIG_LAPB is not set | 353 | # CONFIG_LAPB is not set |
344 | |||
345 | # | ||
346 | # TIPC Configuration (EXPERIMENTAL) | ||
347 | # | ||
348 | # CONFIG_TIPC is not set | ||
349 | # CONFIG_NET_DIVERT is not set | 354 | # CONFIG_NET_DIVERT is not set |
350 | # CONFIG_ECONET is not set | 355 | # CONFIG_ECONET is not set |
351 | # CONFIG_WAN_ROUTER is not set | 356 | # CONFIG_WAN_ROUTER is not set |
@@ -367,6 +372,9 @@ CONFIG_IEEE80211=m | |||
367 | # CONFIG_IEEE80211_DEBUG is not set | 372 | # CONFIG_IEEE80211_DEBUG is not set |
368 | CONFIG_IEEE80211_CRYPT_WEP=m | 373 | CONFIG_IEEE80211_CRYPT_WEP=m |
369 | CONFIG_IEEE80211_CRYPT_CCMP=m | 374 | CONFIG_IEEE80211_CRYPT_CCMP=m |
375 | CONFIG_IEEE80211_SOFTMAC=m | ||
376 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
377 | CONFIG_WIRELESS_EXT=y | ||
370 | 378 | ||
371 | # | 379 | # |
372 | # Device Drivers | 380 | # Device Drivers |
@@ -411,7 +419,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
411 | # CONFIG_BLK_DEV_NBD is not set | 419 | # CONFIG_BLK_DEV_NBD is not set |
412 | # CONFIG_BLK_DEV_SX8 is not set | 420 | # CONFIG_BLK_DEV_SX8 is not set |
413 | # CONFIG_BLK_DEV_RAM is not set | 421 | # CONFIG_BLK_DEV_RAM is not set |
414 | CONFIG_BLK_DEV_RAM_COUNT=16 | 422 | # CONFIG_BLK_DEV_INITRD is not set |
415 | # CONFIG_CDROM_PKTCDVD is not set | 423 | # CONFIG_CDROM_PKTCDVD is not set |
416 | CONFIG_ATA_OVER_ETH=m | 424 | CONFIG_ATA_OVER_ETH=m |
417 | 425 | ||
@@ -475,7 +483,6 @@ CONFIG_ISCSI_TCP=m | |||
475 | # CONFIG_SCSI_INIA100 is not set | 483 | # CONFIG_SCSI_INIA100 is not set |
476 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 484 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
477 | # CONFIG_SCSI_IPR is not set | 485 | # CONFIG_SCSI_IPR is not set |
478 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
479 | # CONFIG_SCSI_QLOGIC_1280 is not set | 486 | # CONFIG_SCSI_QLOGIC_1280 is not set |
480 | # CONFIG_SCSI_QLA_FC is not set | 487 | # CONFIG_SCSI_QLA_FC is not set |
481 | # CONFIG_SCSI_LPFC is not set | 488 | # CONFIG_SCSI_LPFC is not set |
@@ -690,6 +697,7 @@ CONFIG_HW_CONSOLE=y | |||
690 | # | 697 | # |
691 | CONFIG_SERIAL_8250=y | 698 | CONFIG_SERIAL_8250=y |
692 | CONFIG_SERIAL_8250_CONSOLE=y | 699 | CONFIG_SERIAL_8250_CONSOLE=y |
700 | CONFIG_SERIAL_8250_PCI=y | ||
693 | CONFIG_SERIAL_8250_NR_UARTS=4 | 701 | CONFIG_SERIAL_8250_NR_UARTS=4 |
694 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 702 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
695 | # CONFIG_SERIAL_8250_EXTENDED is not set | 703 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -699,6 +707,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
699 | # | 707 | # |
700 | CONFIG_SERIAL_CORE=y | 708 | CONFIG_SERIAL_CORE=y |
701 | CONFIG_SERIAL_CORE_CONSOLE=y | 709 | CONFIG_SERIAL_CORE_CONSOLE=y |
710 | # CONFIG_SERIAL_JSM is not set | ||
702 | CONFIG_UNIX98_PTYS=y | 711 | CONFIG_UNIX98_PTYS=y |
703 | CONFIG_LEGACY_PTYS=y | 712 | CONFIG_LEGACY_PTYS=y |
704 | CONFIG_LEGACY_PTY_COUNT=256 | 713 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -756,10 +765,6 @@ CONFIG_RTC=y | |||
756 | # | 765 | # |
757 | 766 | ||
758 | # | 767 | # |
759 | # Multimedia Capabilities Port drivers | ||
760 | # | ||
761 | |||
762 | # | ||
763 | # Multimedia devices | 768 | # Multimedia devices |
764 | # | 769 | # |
765 | # CONFIG_VIDEO_DEV is not set | 770 | # CONFIG_VIDEO_DEV is not set |
@@ -777,6 +782,7 @@ CONFIG_FB=y | |||
777 | # CONFIG_FB_CFB_COPYAREA is not set | 782 | # CONFIG_FB_CFB_COPYAREA is not set |
778 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 783 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
779 | # CONFIG_FB_MACMODES is not set | 784 | # CONFIG_FB_MACMODES is not set |
785 | CONFIG_FB_FIRMWARE_EDID=y | ||
780 | CONFIG_FB_MODE_HELPERS=y | 786 | CONFIG_FB_MODE_HELPERS=y |
781 | # CONFIG_FB_TILEBLITTING is not set | 787 | # CONFIG_FB_TILEBLITTING is not set |
782 | # CONFIG_FB_CIRRUS is not set | 788 | # CONFIG_FB_CIRRUS is not set |
@@ -788,7 +794,6 @@ CONFIG_FB_MODE_HELPERS=y | |||
788 | # CONFIG_FB_NVIDIA is not set | 794 | # CONFIG_FB_NVIDIA is not set |
789 | # CONFIG_FB_RIVA is not set | 795 | # CONFIG_FB_RIVA is not set |
790 | # CONFIG_FB_MATROX is not set | 796 | # CONFIG_FB_MATROX is not set |
791 | # CONFIG_FB_RADEON_OLD is not set | ||
792 | # CONFIG_FB_RADEON is not set | 797 | # CONFIG_FB_RADEON is not set |
793 | # CONFIG_FB_ATY128 is not set | 798 | # CONFIG_FB_ATY128 is not set |
794 | # CONFIG_FB_ATY is not set | 799 | # CONFIG_FB_ATY is not set |
@@ -832,6 +837,7 @@ CONFIG_LOGO_LINUX_CLUT224=y | |||
832 | # | 837 | # |
833 | CONFIG_USB_ARCH_HAS_HCD=y | 838 | CONFIG_USB_ARCH_HAS_HCD=y |
834 | CONFIG_USB_ARCH_HAS_OHCI=y | 839 | CONFIG_USB_ARCH_HAS_OHCI=y |
840 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
835 | # CONFIG_USB is not set | 841 | # CONFIG_USB is not set |
836 | 842 | ||
837 | # | 843 | # |
@@ -849,13 +855,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
849 | # CONFIG_MMC is not set | 855 | # CONFIG_MMC is not set |
850 | 856 | ||
851 | # | 857 | # |
858 | # LED devices | ||
859 | # | ||
860 | # CONFIG_NEW_LEDS is not set | ||
861 | |||
862 | # | ||
863 | # LED drivers | ||
864 | # | ||
865 | |||
866 | # | ||
867 | # LED Triggers | ||
868 | # | ||
869 | |||
870 | # | ||
852 | # InfiniBand support | 871 | # InfiniBand support |
853 | # | 872 | # |
854 | # CONFIG_INFINIBAND is not set | 873 | # CONFIG_INFINIBAND is not set |
855 | 874 | ||
856 | # | 875 | # |
857 | # SN Devices | 876 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
877 | # | ||
878 | |||
879 | # | ||
880 | # Real Time Clock | ||
858 | # | 881 | # |
882 | # CONFIG_RTC_CLASS is not set | ||
859 | 883 | ||
860 | # | 884 | # |
861 | # File systems | 885 | # File systems |
@@ -914,7 +938,6 @@ CONFIG_SYSFS=y | |||
914 | CONFIG_TMPFS=y | 938 | CONFIG_TMPFS=y |
915 | # CONFIG_HUGETLB_PAGE is not set | 939 | # CONFIG_HUGETLB_PAGE is not set |
916 | CONFIG_RAMFS=y | 940 | CONFIG_RAMFS=y |
917 | CONFIG_RELAYFS_FS=m | ||
918 | # CONFIG_CONFIGFS_FS is not set | 941 | # CONFIG_CONFIGFS_FS is not set |
919 | 942 | ||
920 | # | 943 | # |
@@ -1025,6 +1048,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1025 | # CONFIG_MAGIC_SYSRQ is not set | 1048 | # CONFIG_MAGIC_SYSRQ is not set |
1026 | # CONFIG_DEBUG_KERNEL is not set | 1049 | # CONFIG_DEBUG_KERNEL is not set |
1027 | CONFIG_LOG_BUF_SHIFT=14 | 1050 | CONFIG_LOG_BUF_SHIFT=14 |
1051 | # CONFIG_DEBUG_FS is not set | ||
1028 | CONFIG_CROSSCOMPILE=y | 1052 | CONFIG_CROSSCOMPILE=y |
1029 | CONFIG_CMDLINE="ip=any root=nfs" | 1053 | CONFIG_CMDLINE="ip=any root=nfs" |
1030 | 1054 | ||
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index ee1cf9b9eb9a..8a6aa5012f89 100644 --- a/arch/mips/configs/ocelot_c_defconfig +++ b/arch/mips/configs/ocelot_c_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:19 2006 | 4 | # Mon Apr 24 14:51:10 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MOMENCO_OCELOT_C=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -139,7 +141,6 @@ CONFIG_PREEMPT_NONE=y | |||
139 | # Code maturity level options | 141 | # Code maturity level options |
140 | # | 142 | # |
141 | CONFIG_EXPERIMENTAL=y | 143 | CONFIG_EXPERIMENTAL=y |
142 | CONFIG_CLEAN_COMPILE=y | ||
143 | CONFIG_BROKEN_ON_SMP=y | 144 | CONFIG_BROKEN_ON_SMP=y |
144 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 145 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
145 | 146 | ||
@@ -155,6 +156,7 @@ CONFIG_SYSVIPC=y | |||
155 | CONFIG_SYSCTL=y | 156 | CONFIG_SYSCTL=y |
156 | # CONFIG_AUDIT is not set | 157 | # CONFIG_AUDIT is not set |
157 | # CONFIG_IKCONFIG is not set | 158 | # CONFIG_IKCONFIG is not set |
159 | CONFIG_RELAY=y | ||
158 | CONFIG_INITRAMFS_SOURCE="" | 160 | CONFIG_INITRAMFS_SOURCE="" |
159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 161 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
160 | CONFIG_EMBEDDED=y | 162 | CONFIG_EMBEDDED=y |
@@ -168,10 +170,6 @@ CONFIG_BASE_FULL=y | |||
168 | CONFIG_FUTEX=y | 170 | CONFIG_FUTEX=y |
169 | CONFIG_EPOLL=y | 171 | CONFIG_EPOLL=y |
170 | CONFIG_SHMEM=y | 172 | CONFIG_SHMEM=y |
171 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
172 | CONFIG_CC_ALIGN_LABELS=0 | ||
173 | CONFIG_CC_ALIGN_LOOPS=0 | ||
174 | CONFIG_CC_ALIGN_JUMPS=0 | ||
175 | CONFIG_SLAB=y | 173 | CONFIG_SLAB=y |
176 | # CONFIG_TINY_SHMEM is not set | 174 | # CONFIG_TINY_SHMEM is not set |
177 | CONFIG_BASE_SMALL=0 | 175 | CONFIG_BASE_SMALL=0 |
@@ -185,6 +183,7 @@ CONFIG_BASE_SMALL=0 | |||
185 | # | 183 | # |
186 | # Block layer | 184 | # Block layer |
187 | # | 185 | # |
186 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
188 | 187 | ||
189 | # | 188 | # |
190 | # IO Schedulers | 189 | # IO Schedulers |
@@ -204,7 +203,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
204 | # | 203 | # |
205 | CONFIG_HW_HAS_PCI=y | 204 | CONFIG_HW_HAS_PCI=y |
206 | CONFIG_PCI=y | 205 | CONFIG_PCI=y |
207 | CONFIG_PCI_LEGACY_PROC=y | ||
208 | CONFIG_MMU=y | 206 | CONFIG_MMU=y |
209 | 207 | ||
210 | # | 208 | # |
@@ -222,6 +220,7 @@ CONFIG_MMU=y | |||
222 | # | 220 | # |
223 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
224 | # CONFIG_BINFMT_MISC is not set | 222 | # CONFIG_BINFMT_MISC is not set |
223 | # CONFIG_BUILD_ELF64 is not set | ||
225 | CONFIG_MIPS32_COMPAT=y | 224 | CONFIG_MIPS32_COMPAT=y |
226 | CONFIG_COMPAT=y | 225 | CONFIG_COMPAT=y |
227 | CONFIG_MIPS32_O32=y | 226 | CONFIG_MIPS32_O32=y |
@@ -236,6 +235,7 @@ CONFIG_NET=y | |||
236 | # | 235 | # |
237 | # Networking options | 236 | # Networking options |
238 | # | 237 | # |
238 | # CONFIG_NETDEBUG is not set | ||
239 | # CONFIG_PACKET is not set | 239 | # CONFIG_PACKET is not set |
240 | CONFIG_UNIX=y | 240 | CONFIG_UNIX=y |
241 | CONFIG_XFRM=y | 241 | CONFIG_XFRM=y |
@@ -256,12 +256,15 @@ CONFIG_IP_PNP_DHCP=y | |||
256 | # CONFIG_INET_AH is not set | 256 | # CONFIG_INET_AH is not set |
257 | # CONFIG_INET_ESP is not set | 257 | # CONFIG_INET_ESP is not set |
258 | # CONFIG_INET_IPCOMP is not set | 258 | # CONFIG_INET_IPCOMP is not set |
259 | CONFIG_INET_TUNNEL=y | 259 | # CONFIG_INET_XFRM_TUNNEL is not set |
260 | # CONFIG_INET_TUNNEL is not set | ||
260 | CONFIG_INET_DIAG=y | 261 | CONFIG_INET_DIAG=y |
261 | CONFIG_INET_TCP_DIAG=y | 262 | CONFIG_INET_TCP_DIAG=y |
262 | # CONFIG_TCP_CONG_ADVANCED is not set | 263 | # CONFIG_TCP_CONG_ADVANCED is not set |
263 | CONFIG_TCP_CONG_BIC=y | 264 | CONFIG_TCP_CONG_BIC=y |
264 | # CONFIG_IPV6 is not set | 265 | # CONFIG_IPV6 is not set |
266 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
267 | # CONFIG_INET6_TUNNEL is not set | ||
265 | # CONFIG_NETFILTER is not set | 268 | # CONFIG_NETFILTER is not set |
266 | 269 | ||
267 | # | 270 | # |
@@ -273,6 +276,11 @@ CONFIG_TCP_CONG_BIC=y | |||
273 | # SCTP Configuration (EXPERIMENTAL) | 276 | # SCTP Configuration (EXPERIMENTAL) |
274 | # | 277 | # |
275 | # CONFIG_IP_SCTP is not set | 278 | # CONFIG_IP_SCTP is not set |
279 | |||
280 | # | ||
281 | # TIPC Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_TIPC is not set | ||
276 | # CONFIG_ATM is not set | 284 | # CONFIG_ATM is not set |
277 | # CONFIG_BRIDGE is not set | 285 | # CONFIG_BRIDGE is not set |
278 | # CONFIG_VLAN_8021Q is not set | 286 | # CONFIG_VLAN_8021Q is not set |
@@ -282,11 +290,6 @@ CONFIG_TCP_CONG_BIC=y | |||
282 | # CONFIG_ATALK is not set | 290 | # CONFIG_ATALK is not set |
283 | # CONFIG_X25 is not set | 291 | # CONFIG_X25 is not set |
284 | # CONFIG_LAPB is not set | 292 | # CONFIG_LAPB is not set |
285 | |||
286 | # | ||
287 | # TIPC Configuration (EXPERIMENTAL) | ||
288 | # | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_NET_DIVERT is not set | 293 | # CONFIG_NET_DIVERT is not set |
291 | # CONFIG_ECONET is not set | 294 | # CONFIG_ECONET is not set |
292 | # CONFIG_WAN_ROUTER is not set | 295 | # CONFIG_WAN_ROUTER is not set |
@@ -307,6 +310,9 @@ CONFIG_IEEE80211=y | |||
307 | # CONFIG_IEEE80211_DEBUG is not set | 310 | # CONFIG_IEEE80211_DEBUG is not set |
308 | CONFIG_IEEE80211_CRYPT_WEP=y | 311 | CONFIG_IEEE80211_CRYPT_WEP=y |
309 | CONFIG_IEEE80211_CRYPT_CCMP=y | 312 | CONFIG_IEEE80211_CRYPT_CCMP=y |
313 | CONFIG_IEEE80211_SOFTMAC=y | ||
314 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
315 | CONFIG_WIRELESS_EXT=y | ||
310 | 316 | ||
311 | # | 317 | # |
312 | # Device Drivers | 318 | # Device Drivers |
@@ -351,7 +357,7 @@ CONFIG_PROC_EVENTS=y | |||
351 | # CONFIG_BLK_DEV_NBD is not set | 357 | # CONFIG_BLK_DEV_NBD is not set |
352 | # CONFIG_BLK_DEV_SX8 is not set | 358 | # CONFIG_BLK_DEV_SX8 is not set |
353 | # CONFIG_BLK_DEV_RAM is not set | 359 | # CONFIG_BLK_DEV_RAM is not set |
354 | CONFIG_BLK_DEV_RAM_COUNT=16 | 360 | # CONFIG_BLK_DEV_INITRD is not set |
355 | CONFIG_CDROM_PKTCDVD=y | 361 | CONFIG_CDROM_PKTCDVD=y |
356 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 362 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
357 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 363 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -542,6 +548,7 @@ CONFIG_HW_CONSOLE=y | |||
542 | # | 548 | # |
543 | CONFIG_SERIAL_8250=y | 549 | CONFIG_SERIAL_8250=y |
544 | CONFIG_SERIAL_8250_CONSOLE=y | 550 | CONFIG_SERIAL_8250_CONSOLE=y |
551 | CONFIG_SERIAL_8250_PCI=y | ||
545 | CONFIG_SERIAL_8250_NR_UARTS=4 | 552 | CONFIG_SERIAL_8250_NR_UARTS=4 |
546 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 553 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
547 | # CONFIG_SERIAL_8250_EXTENDED is not set | 554 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -551,6 +558,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
551 | # | 558 | # |
552 | CONFIG_SERIAL_CORE=y | 559 | CONFIG_SERIAL_CORE=y |
553 | CONFIG_SERIAL_CORE_CONSOLE=y | 560 | CONFIG_SERIAL_CORE_CONSOLE=y |
561 | # CONFIG_SERIAL_JSM is not set | ||
554 | CONFIG_UNIX98_PTYS=y | 562 | CONFIG_UNIX98_PTYS=y |
555 | CONFIG_LEGACY_PTYS=y | 563 | CONFIG_LEGACY_PTYS=y |
556 | CONFIG_LEGACY_PTY_COUNT=256 | 564 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -609,10 +617,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
609 | # | 617 | # |
610 | 618 | ||
611 | # | 619 | # |
612 | # Multimedia Capabilities Port drivers | ||
613 | # | ||
614 | |||
615 | # | ||
616 | # Multimedia devices | 620 | # Multimedia devices |
617 | # | 621 | # |
618 | # CONFIG_VIDEO_DEV is not set | 622 | # CONFIG_VIDEO_DEV is not set |
@@ -643,6 +647,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
643 | # | 647 | # |
644 | CONFIG_USB_ARCH_HAS_HCD=y | 648 | CONFIG_USB_ARCH_HAS_HCD=y |
645 | CONFIG_USB_ARCH_HAS_OHCI=y | 649 | CONFIG_USB_ARCH_HAS_OHCI=y |
650 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
646 | # CONFIG_USB is not set | 651 | # CONFIG_USB is not set |
647 | 652 | ||
648 | # | 653 | # |
@@ -660,13 +665,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
660 | # CONFIG_MMC is not set | 665 | # CONFIG_MMC is not set |
661 | 666 | ||
662 | # | 667 | # |
668 | # LED devices | ||
669 | # | ||
670 | # CONFIG_NEW_LEDS is not set | ||
671 | |||
672 | # | ||
673 | # LED drivers | ||
674 | # | ||
675 | |||
676 | # | ||
677 | # LED Triggers | ||
678 | # | ||
679 | |||
680 | # | ||
663 | # InfiniBand support | 681 | # InfiniBand support |
664 | # | 682 | # |
665 | # CONFIG_INFINIBAND is not set | 683 | # CONFIG_INFINIBAND is not set |
666 | 684 | ||
667 | # | 685 | # |
668 | # SN Devices | 686 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
687 | # | ||
688 | |||
689 | # | ||
690 | # Real Time Clock | ||
669 | # | 691 | # |
692 | # CONFIG_RTC_CLASS is not set | ||
670 | 693 | ||
671 | # | 694 | # |
672 | # File systems | 695 | # File systems |
@@ -711,7 +734,6 @@ CONFIG_SYSFS=y | |||
711 | # CONFIG_TMPFS is not set | 734 | # CONFIG_TMPFS is not set |
712 | # CONFIG_HUGETLB_PAGE is not set | 735 | # CONFIG_HUGETLB_PAGE is not set |
713 | CONFIG_RAMFS=y | 736 | CONFIG_RAMFS=y |
714 | CONFIG_RELAYFS_FS=y | ||
715 | # CONFIG_CONFIGFS_FS is not set | 737 | # CONFIG_CONFIGFS_FS is not set |
716 | 738 | ||
717 | # | 739 | # |
@@ -778,6 +800,8 @@ CONFIG_MSDOS_PARTITION=y | |||
778 | # CONFIG_MAGIC_SYSRQ is not set | 800 | # CONFIG_MAGIC_SYSRQ is not set |
779 | # CONFIG_DEBUG_KERNEL is not set | 801 | # CONFIG_DEBUG_KERNEL is not set |
780 | CONFIG_LOG_BUF_SHIFT=14 | 802 | CONFIG_LOG_BUF_SHIFT=14 |
803 | # CONFIG_DEBUG_FS is not set | ||
804 | # CONFIG_UNWIND_INFO is not set | ||
781 | CONFIG_CROSSCOMPILE=y | 805 | CONFIG_CROSSCOMPILE=y |
782 | CONFIG_CMDLINE="" | 806 | CONFIG_CMDLINE="" |
783 | 807 | ||
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index d80ff278f2af..f9ee35eeb762 100644 --- a/arch/mips/configs/ocelot_defconfig +++ b/arch/mips/configs/ocelot_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:20 2006 | 4 | # Mon Apr 24 14:51:11 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MOMENCO_OCELOT=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -121,7 +123,6 @@ CONFIG_RM7000_CPU_SCACHE=y | |||
121 | CONFIG_CPU_HAS_PREFETCH=y | 123 | CONFIG_CPU_HAS_PREFETCH=y |
122 | # CONFIG_MIPS_MT is not set | 124 | # CONFIG_MIPS_MT is not set |
123 | # CONFIG_64BIT_PHYS_ADDR is not set | 125 | # CONFIG_64BIT_PHYS_ADDR is not set |
124 | # CONFIG_CPU_ADVANCED is not set | ||
125 | CONFIG_CPU_HAS_LLSC=y | 126 | CONFIG_CPU_HAS_LLSC=y |
126 | CONFIG_CPU_HAS_SYNC=y | 127 | CONFIG_CPU_HAS_SYNC=y |
127 | CONFIG_GENERIC_HARDIRQS=y | 128 | CONFIG_GENERIC_HARDIRQS=y |
@@ -144,7 +145,6 @@ CONFIG_PREEMPT_NONE=y | |||
144 | # Code maturity level options | 145 | # Code maturity level options |
145 | # | 146 | # |
146 | CONFIG_EXPERIMENTAL=y | 147 | CONFIG_EXPERIMENTAL=y |
147 | CONFIG_CLEAN_COMPILE=y | ||
148 | CONFIG_BROKEN_ON_SMP=y | 148 | CONFIG_BROKEN_ON_SMP=y |
149 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 149 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
150 | 150 | ||
@@ -160,6 +160,7 @@ CONFIG_SYSVIPC=y | |||
160 | CONFIG_SYSCTL=y | 160 | CONFIG_SYSCTL=y |
161 | # CONFIG_AUDIT is not set | 161 | # CONFIG_AUDIT is not set |
162 | # CONFIG_IKCONFIG is not set | 162 | # CONFIG_IKCONFIG is not set |
163 | CONFIG_RELAY=y | ||
163 | CONFIG_INITRAMFS_SOURCE="" | 164 | CONFIG_INITRAMFS_SOURCE="" |
164 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 165 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
165 | CONFIG_EMBEDDED=y | 166 | CONFIG_EMBEDDED=y |
@@ -173,10 +174,6 @@ CONFIG_BASE_FULL=y | |||
173 | CONFIG_FUTEX=y | 174 | CONFIG_FUTEX=y |
174 | CONFIG_EPOLL=y | 175 | CONFIG_EPOLL=y |
175 | CONFIG_SHMEM=y | 176 | CONFIG_SHMEM=y |
176 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
177 | CONFIG_CC_ALIGN_LABELS=0 | ||
178 | CONFIG_CC_ALIGN_LOOPS=0 | ||
179 | CONFIG_CC_ALIGN_JUMPS=0 | ||
180 | CONFIG_SLAB=y | 177 | CONFIG_SLAB=y |
181 | # CONFIG_TINY_SHMEM is not set | 178 | # CONFIG_TINY_SHMEM is not set |
182 | CONFIG_BASE_SMALL=0 | 179 | CONFIG_BASE_SMALL=0 |
@@ -191,6 +188,8 @@ CONFIG_BASE_SMALL=0 | |||
191 | # Block layer | 188 | # Block layer |
192 | # | 189 | # |
193 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
194 | 193 | ||
195 | # | 194 | # |
196 | # IO Schedulers | 195 | # IO Schedulers |
@@ -236,6 +235,7 @@ CONFIG_NET=y | |||
236 | # | 235 | # |
237 | # Networking options | 236 | # Networking options |
238 | # | 237 | # |
238 | # CONFIG_NETDEBUG is not set | ||
239 | # CONFIG_PACKET is not set | 239 | # CONFIG_PACKET is not set |
240 | CONFIG_UNIX=y | 240 | CONFIG_UNIX=y |
241 | CONFIG_XFRM=y | 241 | CONFIG_XFRM=y |
@@ -256,12 +256,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
256 | # CONFIG_INET_AH is not set | 256 | # CONFIG_INET_AH is not set |
257 | # CONFIG_INET_ESP is not set | 257 | # CONFIG_INET_ESP is not set |
258 | # CONFIG_INET_IPCOMP is not set | 258 | # CONFIG_INET_IPCOMP is not set |
259 | CONFIG_INET_TUNNEL=y | 259 | # CONFIG_INET_XFRM_TUNNEL is not set |
260 | # CONFIG_INET_TUNNEL is not set | ||
260 | CONFIG_INET_DIAG=y | 261 | CONFIG_INET_DIAG=y |
261 | CONFIG_INET_TCP_DIAG=y | 262 | CONFIG_INET_TCP_DIAG=y |
262 | # CONFIG_TCP_CONG_ADVANCED is not set | 263 | # CONFIG_TCP_CONG_ADVANCED is not set |
263 | CONFIG_TCP_CONG_BIC=y | 264 | CONFIG_TCP_CONG_BIC=y |
264 | # CONFIG_IPV6 is not set | 265 | # CONFIG_IPV6 is not set |
266 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
267 | # CONFIG_INET6_TUNNEL is not set | ||
265 | # CONFIG_NETFILTER is not set | 268 | # CONFIG_NETFILTER is not set |
266 | 269 | ||
267 | # | 270 | # |
@@ -273,6 +276,11 @@ CONFIG_TCP_CONG_BIC=y | |||
273 | # SCTP Configuration (EXPERIMENTAL) | 276 | # SCTP Configuration (EXPERIMENTAL) |
274 | # | 277 | # |
275 | # CONFIG_IP_SCTP is not set | 278 | # CONFIG_IP_SCTP is not set |
279 | |||
280 | # | ||
281 | # TIPC Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_TIPC is not set | ||
276 | # CONFIG_ATM is not set | 284 | # CONFIG_ATM is not set |
277 | # CONFIG_BRIDGE is not set | 285 | # CONFIG_BRIDGE is not set |
278 | # CONFIG_VLAN_8021Q is not set | 286 | # CONFIG_VLAN_8021Q is not set |
@@ -282,11 +290,6 @@ CONFIG_TCP_CONG_BIC=y | |||
282 | # CONFIG_ATALK is not set | 290 | # CONFIG_ATALK is not set |
283 | # CONFIG_X25 is not set | 291 | # CONFIG_X25 is not set |
284 | # CONFIG_LAPB is not set | 292 | # CONFIG_LAPB is not set |
285 | |||
286 | # | ||
287 | # TIPC Configuration (EXPERIMENTAL) | ||
288 | # | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_NET_DIVERT is not set | 293 | # CONFIG_NET_DIVERT is not set |
291 | # CONFIG_ECONET is not set | 294 | # CONFIG_ECONET is not set |
292 | # CONFIG_WAN_ROUTER is not set | 295 | # CONFIG_WAN_ROUTER is not set |
@@ -307,6 +310,9 @@ CONFIG_IEEE80211=y | |||
307 | # CONFIG_IEEE80211_DEBUG is not set | 310 | # CONFIG_IEEE80211_DEBUG is not set |
308 | CONFIG_IEEE80211_CRYPT_WEP=y | 311 | CONFIG_IEEE80211_CRYPT_WEP=y |
309 | CONFIG_IEEE80211_CRYPT_CCMP=y | 312 | CONFIG_IEEE80211_CRYPT_CCMP=y |
313 | CONFIG_IEEE80211_SOFTMAC=y | ||
314 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
315 | CONFIG_WIRELESS_EXT=y | ||
310 | 316 | ||
311 | # | 317 | # |
312 | # Device Drivers | 318 | # Device Drivers |
@@ -346,7 +352,7 @@ CONFIG_PROC_EVENTS=y | |||
346 | # CONFIG_BLK_DEV_LOOP is not set | 352 | # CONFIG_BLK_DEV_LOOP is not set |
347 | # CONFIG_BLK_DEV_NBD is not set | 353 | # CONFIG_BLK_DEV_NBD is not set |
348 | # CONFIG_BLK_DEV_RAM is not set | 354 | # CONFIG_BLK_DEV_RAM is not set |
349 | CONFIG_BLK_DEV_RAM_COUNT=16 | 355 | # CONFIG_BLK_DEV_INITRD is not set |
350 | CONFIG_CDROM_PKTCDVD=y | 356 | CONFIG_CDROM_PKTCDVD=y |
351 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 357 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
352 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 358 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -563,10 +569,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
563 | # | 569 | # |
564 | 570 | ||
565 | # | 571 | # |
566 | # Multimedia Capabilities Port drivers | ||
567 | # | ||
568 | |||
569 | # | ||
570 | # Multimedia devices | 572 | # Multimedia devices |
571 | # | 573 | # |
572 | # CONFIG_VIDEO_DEV is not set | 574 | # CONFIG_VIDEO_DEV is not set |
@@ -597,6 +599,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
597 | # | 599 | # |
598 | # CONFIG_USB_ARCH_HAS_HCD is not set | 600 | # CONFIG_USB_ARCH_HAS_HCD is not set |
599 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 601 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
602 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
600 | 603 | ||
601 | # | 604 | # |
602 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 605 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -613,12 +616,30 @@ CONFIG_DUMMY_CONSOLE=y | |||
613 | # CONFIG_MMC is not set | 616 | # CONFIG_MMC is not set |
614 | 617 | ||
615 | # | 618 | # |
619 | # LED devices | ||
620 | # | ||
621 | # CONFIG_NEW_LEDS is not set | ||
622 | |||
623 | # | ||
624 | # LED drivers | ||
625 | # | ||
626 | |||
627 | # | ||
628 | # LED Triggers | ||
629 | # | ||
630 | |||
631 | # | ||
616 | # InfiniBand support | 632 | # InfiniBand support |
617 | # | 633 | # |
618 | 634 | ||
619 | # | 635 | # |
620 | # SN Devices | 636 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
637 | # | ||
638 | |||
639 | # | ||
640 | # Real Time Clock | ||
621 | # | 641 | # |
642 | # CONFIG_RTC_CLASS is not set | ||
622 | 643 | ||
623 | # | 644 | # |
624 | # File systems | 645 | # File systems |
@@ -663,7 +684,6 @@ CONFIG_SYSFS=y | |||
663 | # CONFIG_TMPFS is not set | 684 | # CONFIG_TMPFS is not set |
664 | # CONFIG_HUGETLB_PAGE is not set | 685 | # CONFIG_HUGETLB_PAGE is not set |
665 | CONFIG_RAMFS=y | 686 | CONFIG_RAMFS=y |
666 | CONFIG_RELAYFS_FS=y | ||
667 | # CONFIG_CONFIGFS_FS is not set | 687 | # CONFIG_CONFIGFS_FS is not set |
668 | 688 | ||
669 | # | 689 | # |
@@ -730,6 +750,8 @@ CONFIG_MSDOS_PARTITION=y | |||
730 | # CONFIG_MAGIC_SYSRQ is not set | 750 | # CONFIG_MAGIC_SYSRQ is not set |
731 | # CONFIG_DEBUG_KERNEL is not set | 751 | # CONFIG_DEBUG_KERNEL is not set |
732 | CONFIG_LOG_BUF_SHIFT=14 | 752 | CONFIG_LOG_BUF_SHIFT=14 |
753 | # CONFIG_DEBUG_FS is not set | ||
754 | # CONFIG_UNWIND_INFO is not set | ||
733 | CONFIG_CROSSCOMPILE=y | 755 | CONFIG_CROSSCOMPILE=y |
734 | CONFIG_CMDLINE="" | 756 | CONFIG_CMDLINE="" |
735 | 757 | ||
diff --git a/arch/mips/configs/ocelot_g_defconfig b/arch/mips/configs/ocelot_g_defconfig index c0f508d180c4..b48bdee2411f 100644 --- a/arch/mips/configs/ocelot_g_defconfig +++ b/arch/mips/configs/ocelot_g_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:21 2006 | 4 | # Mon Apr 24 14:51:11 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MOMENCO_OCELOT_G=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -142,7 +144,6 @@ CONFIG_PREEMPT_NONE=y | |||
142 | # Code maturity level options | 144 | # Code maturity level options |
143 | # | 145 | # |
144 | CONFIG_EXPERIMENTAL=y | 146 | CONFIG_EXPERIMENTAL=y |
145 | CONFIG_CLEAN_COMPILE=y | ||
146 | CONFIG_BROKEN_ON_SMP=y | 147 | CONFIG_BROKEN_ON_SMP=y |
147 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 148 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
148 | 149 | ||
@@ -158,6 +159,7 @@ CONFIG_SYSVIPC=y | |||
158 | CONFIG_SYSCTL=y | 159 | CONFIG_SYSCTL=y |
159 | # CONFIG_AUDIT is not set | 160 | # CONFIG_AUDIT is not set |
160 | # CONFIG_IKCONFIG is not set | 161 | # CONFIG_IKCONFIG is not set |
162 | CONFIG_RELAY=y | ||
161 | CONFIG_INITRAMFS_SOURCE="" | 163 | CONFIG_INITRAMFS_SOURCE="" |
162 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 164 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
163 | CONFIG_EMBEDDED=y | 165 | CONFIG_EMBEDDED=y |
@@ -171,10 +173,6 @@ CONFIG_BASE_FULL=y | |||
171 | CONFIG_FUTEX=y | 173 | CONFIG_FUTEX=y |
172 | CONFIG_EPOLL=y | 174 | CONFIG_EPOLL=y |
173 | CONFIG_SHMEM=y | 175 | CONFIG_SHMEM=y |
174 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
175 | CONFIG_CC_ALIGN_LABELS=0 | ||
176 | CONFIG_CC_ALIGN_LOOPS=0 | ||
177 | CONFIG_CC_ALIGN_JUMPS=0 | ||
178 | CONFIG_SLAB=y | 176 | CONFIG_SLAB=y |
179 | # CONFIG_TINY_SHMEM is not set | 177 | # CONFIG_TINY_SHMEM is not set |
180 | CONFIG_BASE_SMALL=0 | 178 | CONFIG_BASE_SMALL=0 |
@@ -188,6 +186,7 @@ CONFIG_BASE_SMALL=0 | |||
188 | # | 186 | # |
189 | # Block layer | 187 | # Block layer |
190 | # | 188 | # |
189 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
191 | 190 | ||
192 | # | 191 | # |
193 | # IO Schedulers | 192 | # IO Schedulers |
@@ -207,7 +206,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
207 | # | 206 | # |
208 | CONFIG_HW_HAS_PCI=y | 207 | CONFIG_HW_HAS_PCI=y |
209 | CONFIG_PCI=y | 208 | CONFIG_PCI=y |
210 | CONFIG_PCI_LEGACY_PROC=y | ||
211 | CONFIG_MMU=y | 209 | CONFIG_MMU=y |
212 | 210 | ||
213 | # | 211 | # |
@@ -225,6 +223,7 @@ CONFIG_MMU=y | |||
225 | # | 223 | # |
226 | CONFIG_BINFMT_ELF=y | 224 | CONFIG_BINFMT_ELF=y |
227 | # CONFIG_BINFMT_MISC is not set | 225 | # CONFIG_BINFMT_MISC is not set |
226 | # CONFIG_BUILD_ELF64 is not set | ||
228 | CONFIG_MIPS32_COMPAT=y | 227 | CONFIG_MIPS32_COMPAT=y |
229 | CONFIG_COMPAT=y | 228 | CONFIG_COMPAT=y |
230 | CONFIG_MIPS32_O32=y | 229 | CONFIG_MIPS32_O32=y |
@@ -239,6 +238,7 @@ CONFIG_NET=y | |||
239 | # | 238 | # |
240 | # Networking options | 239 | # Networking options |
241 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
242 | # CONFIG_PACKET is not set | 242 | # CONFIG_PACKET is not set |
243 | CONFIG_UNIX=y | 243 | CONFIG_UNIX=y |
244 | CONFIG_XFRM=y | 244 | CONFIG_XFRM=y |
@@ -259,12 +259,15 @@ CONFIG_IP_PNP_DHCP=y | |||
259 | # CONFIG_INET_AH is not set | 259 | # CONFIG_INET_AH is not set |
260 | # CONFIG_INET_ESP is not set | 260 | # CONFIG_INET_ESP is not set |
261 | # CONFIG_INET_IPCOMP is not set | 261 | # CONFIG_INET_IPCOMP is not set |
262 | CONFIG_INET_TUNNEL=y | 262 | # CONFIG_INET_XFRM_TUNNEL is not set |
263 | # CONFIG_INET_TUNNEL is not set | ||
263 | CONFIG_INET_DIAG=y | 264 | CONFIG_INET_DIAG=y |
264 | CONFIG_INET_TCP_DIAG=y | 265 | CONFIG_INET_TCP_DIAG=y |
265 | # CONFIG_TCP_CONG_ADVANCED is not set | 266 | # CONFIG_TCP_CONG_ADVANCED is not set |
266 | CONFIG_TCP_CONG_BIC=y | 267 | CONFIG_TCP_CONG_BIC=y |
267 | # CONFIG_IPV6 is not set | 268 | # CONFIG_IPV6 is not set |
269 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET6_TUNNEL is not set | ||
268 | # CONFIG_NETFILTER is not set | 271 | # CONFIG_NETFILTER is not set |
269 | 272 | ||
270 | # | 273 | # |
@@ -276,6 +279,11 @@ CONFIG_TCP_CONG_BIC=y | |||
276 | # SCTP Configuration (EXPERIMENTAL) | 279 | # SCTP Configuration (EXPERIMENTAL) |
277 | # | 280 | # |
278 | # CONFIG_IP_SCTP is not set | 281 | # CONFIG_IP_SCTP is not set |
282 | |||
283 | # | ||
284 | # TIPC Configuration (EXPERIMENTAL) | ||
285 | # | ||
286 | # CONFIG_TIPC is not set | ||
279 | # CONFIG_ATM is not set | 287 | # CONFIG_ATM is not set |
280 | # CONFIG_BRIDGE is not set | 288 | # CONFIG_BRIDGE is not set |
281 | # CONFIG_VLAN_8021Q is not set | 289 | # CONFIG_VLAN_8021Q is not set |
@@ -285,11 +293,6 @@ CONFIG_TCP_CONG_BIC=y | |||
285 | # CONFIG_ATALK is not set | 293 | # CONFIG_ATALK is not set |
286 | # CONFIG_X25 is not set | 294 | # CONFIG_X25 is not set |
287 | # CONFIG_LAPB is not set | 295 | # CONFIG_LAPB is not set |
288 | |||
289 | # | ||
290 | # TIPC Configuration (EXPERIMENTAL) | ||
291 | # | ||
292 | # CONFIG_TIPC is not set | ||
293 | # CONFIG_NET_DIVERT is not set | 296 | # CONFIG_NET_DIVERT is not set |
294 | # CONFIG_ECONET is not set | 297 | # CONFIG_ECONET is not set |
295 | # CONFIG_WAN_ROUTER is not set | 298 | # CONFIG_WAN_ROUTER is not set |
@@ -310,6 +313,9 @@ CONFIG_IEEE80211=y | |||
310 | # CONFIG_IEEE80211_DEBUG is not set | 313 | # CONFIG_IEEE80211_DEBUG is not set |
311 | CONFIG_IEEE80211_CRYPT_WEP=y | 314 | CONFIG_IEEE80211_CRYPT_WEP=y |
312 | CONFIG_IEEE80211_CRYPT_CCMP=y | 315 | CONFIG_IEEE80211_CRYPT_CCMP=y |
316 | CONFIG_IEEE80211_SOFTMAC=y | ||
317 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
318 | CONFIG_WIRELESS_EXT=y | ||
313 | 319 | ||
314 | # | 320 | # |
315 | # Device Drivers | 321 | # Device Drivers |
@@ -354,7 +360,7 @@ CONFIG_PROC_EVENTS=y | |||
354 | # CONFIG_BLK_DEV_NBD is not set | 360 | # CONFIG_BLK_DEV_NBD is not set |
355 | # CONFIG_BLK_DEV_SX8 is not set | 361 | # CONFIG_BLK_DEV_SX8 is not set |
356 | # CONFIG_BLK_DEV_RAM is not set | 362 | # CONFIG_BLK_DEV_RAM is not set |
357 | CONFIG_BLK_DEV_RAM_COUNT=16 | 363 | # CONFIG_BLK_DEV_INITRD is not set |
358 | CONFIG_CDROM_PKTCDVD=y | 364 | CONFIG_CDROM_PKTCDVD=y |
359 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 365 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
360 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 366 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -545,6 +551,7 @@ CONFIG_HW_CONSOLE=y | |||
545 | # | 551 | # |
546 | CONFIG_SERIAL_8250=y | 552 | CONFIG_SERIAL_8250=y |
547 | CONFIG_SERIAL_8250_CONSOLE=y | 553 | CONFIG_SERIAL_8250_CONSOLE=y |
554 | CONFIG_SERIAL_8250_PCI=y | ||
548 | CONFIG_SERIAL_8250_NR_UARTS=4 | 555 | CONFIG_SERIAL_8250_NR_UARTS=4 |
549 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 556 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
550 | # CONFIG_SERIAL_8250_EXTENDED is not set | 557 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -554,6 +561,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
554 | # | 561 | # |
555 | CONFIG_SERIAL_CORE=y | 562 | CONFIG_SERIAL_CORE=y |
556 | CONFIG_SERIAL_CORE_CONSOLE=y | 563 | CONFIG_SERIAL_CORE_CONSOLE=y |
564 | # CONFIG_SERIAL_JSM is not set | ||
557 | CONFIG_UNIX98_PTYS=y | 565 | CONFIG_UNIX98_PTYS=y |
558 | CONFIG_LEGACY_PTYS=y | 566 | CONFIG_LEGACY_PTYS=y |
559 | CONFIG_LEGACY_PTY_COUNT=256 | 567 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -612,10 +620,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
612 | # | 620 | # |
613 | 621 | ||
614 | # | 622 | # |
615 | # Multimedia Capabilities Port drivers | ||
616 | # | ||
617 | |||
618 | # | ||
619 | # Multimedia devices | 623 | # Multimedia devices |
620 | # | 624 | # |
621 | # CONFIG_VIDEO_DEV is not set | 625 | # CONFIG_VIDEO_DEV is not set |
@@ -646,6 +650,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
646 | # | 650 | # |
647 | CONFIG_USB_ARCH_HAS_HCD=y | 651 | CONFIG_USB_ARCH_HAS_HCD=y |
648 | CONFIG_USB_ARCH_HAS_OHCI=y | 652 | CONFIG_USB_ARCH_HAS_OHCI=y |
653 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
649 | # CONFIG_USB is not set | 654 | # CONFIG_USB is not set |
650 | 655 | ||
651 | # | 656 | # |
@@ -663,13 +668,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
663 | # CONFIG_MMC is not set | 668 | # CONFIG_MMC is not set |
664 | 669 | ||
665 | # | 670 | # |
671 | # LED devices | ||
672 | # | ||
673 | # CONFIG_NEW_LEDS is not set | ||
674 | |||
675 | # | ||
676 | # LED drivers | ||
677 | # | ||
678 | |||
679 | # | ||
680 | # LED Triggers | ||
681 | # | ||
682 | |||
683 | # | ||
666 | # InfiniBand support | 684 | # InfiniBand support |
667 | # | 685 | # |
668 | # CONFIG_INFINIBAND is not set | 686 | # CONFIG_INFINIBAND is not set |
669 | 687 | ||
670 | # | 688 | # |
671 | # SN Devices | 689 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
690 | # | ||
691 | |||
692 | # | ||
693 | # Real Time Clock | ||
672 | # | 694 | # |
695 | # CONFIG_RTC_CLASS is not set | ||
673 | 696 | ||
674 | # | 697 | # |
675 | # File systems | 698 | # File systems |
@@ -714,7 +737,6 @@ CONFIG_SYSFS=y | |||
714 | # CONFIG_TMPFS is not set | 737 | # CONFIG_TMPFS is not set |
715 | # CONFIG_HUGETLB_PAGE is not set | 738 | # CONFIG_HUGETLB_PAGE is not set |
716 | CONFIG_RAMFS=y | 739 | CONFIG_RAMFS=y |
717 | CONFIG_RELAYFS_FS=y | ||
718 | # CONFIG_CONFIGFS_FS is not set | 740 | # CONFIG_CONFIGFS_FS is not set |
719 | 741 | ||
720 | # | 742 | # |
@@ -781,6 +803,8 @@ CONFIG_MSDOS_PARTITION=y | |||
781 | # CONFIG_MAGIC_SYSRQ is not set | 803 | # CONFIG_MAGIC_SYSRQ is not set |
782 | # CONFIG_DEBUG_KERNEL is not set | 804 | # CONFIG_DEBUG_KERNEL is not set |
783 | CONFIG_LOG_BUF_SHIFT=14 | 805 | CONFIG_LOG_BUF_SHIFT=14 |
806 | # CONFIG_DEBUG_FS is not set | ||
807 | # CONFIG_UNWIND_INFO is not set | ||
784 | CONFIG_CROSSCOMPILE=y | 808 | CONFIG_CROSSCOMPILE=y |
785 | CONFIG_CMDLINE="" | 809 | CONFIG_CMDLINE="" |
786 | 810 | ||
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 194b3c772bb7..01aac40634b4 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:22 2006 | 4 | # Mon Apr 24 14:51:12 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_PB1100=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -116,11 +118,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
116 | CONFIG_CPU_HAS_PREFETCH=y | 118 | CONFIG_CPU_HAS_PREFETCH=y |
117 | # CONFIG_MIPS_MT is not set | 119 | # CONFIG_MIPS_MT is not set |
118 | CONFIG_64BIT_PHYS_ADDR=y | 120 | CONFIG_64BIT_PHYS_ADDR=y |
119 | # CONFIG_CPU_ADVANCED is not set | ||
120 | CONFIG_CPU_HAS_LLSC=y | 121 | CONFIG_CPU_HAS_LLSC=y |
121 | CONFIG_CPU_HAS_SYNC=y | 122 | CONFIG_CPU_HAS_SYNC=y |
122 | CONFIG_GENERIC_HARDIRQS=y | 123 | CONFIG_GENERIC_HARDIRQS=y |
123 | CONFIG_GENERIC_IRQ_PROBE=y | 124 | CONFIG_GENERIC_IRQ_PROBE=y |
125 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
124 | CONFIG_ARCH_FLATMEM_ENABLE=y | 126 | CONFIG_ARCH_FLATMEM_ENABLE=y |
125 | CONFIG_SELECT_MEMORY_MODEL=y | 127 | CONFIG_SELECT_MEMORY_MODEL=y |
126 | CONFIG_FLATMEM_MANUAL=y | 128 | CONFIG_FLATMEM_MANUAL=y |
@@ -138,7 +140,6 @@ CONFIG_PREEMPT_NONE=y | |||
138 | # Code maturity level options | 140 | # Code maturity level options |
139 | # | 141 | # |
140 | CONFIG_EXPERIMENTAL=y | 142 | CONFIG_EXPERIMENTAL=y |
141 | CONFIG_CLEAN_COMPILE=y | ||
142 | CONFIG_BROKEN_ON_SMP=y | 143 | CONFIG_BROKEN_ON_SMP=y |
143 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 144 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
144 | 145 | ||
@@ -154,6 +155,7 @@ CONFIG_SYSVIPC=y | |||
154 | CONFIG_SYSCTL=y | 155 | CONFIG_SYSCTL=y |
155 | # CONFIG_AUDIT is not set | 156 | # CONFIG_AUDIT is not set |
156 | # CONFIG_IKCONFIG is not set | 157 | # CONFIG_IKCONFIG is not set |
158 | CONFIG_RELAY=y | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 159 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 160 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 161 | CONFIG_EMBEDDED=y |
@@ -167,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -183,7 +181,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
183 | CONFIG_MODULES=y | 181 | CONFIG_MODULES=y |
184 | CONFIG_MODULE_UNLOAD=y | 182 | CONFIG_MODULE_UNLOAD=y |
185 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 183 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
186 | CONFIG_OBSOLETE_MODPARM=y | ||
187 | CONFIG_MODVERSIONS=y | 184 | CONFIG_MODVERSIONS=y |
188 | CONFIG_MODULE_SRCVERSION_ALL=y | 185 | CONFIG_MODULE_SRCVERSION_ALL=y |
189 | CONFIG_KMOD=y | 186 | CONFIG_KMOD=y |
@@ -192,6 +189,8 @@ CONFIG_KMOD=y | |||
192 | # Block layer | 189 | # Block layer |
193 | # | 190 | # |
194 | # CONFIG_LBD is not set | 191 | # CONFIG_LBD is not set |
192 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
193 | # CONFIG_LSF is not set | ||
195 | 194 | ||
196 | # | 195 | # |
197 | # IO Schedulers | 196 | # IO Schedulers |
@@ -247,6 +246,7 @@ CONFIG_NET=y | |||
247 | # | 246 | # |
248 | # Networking options | 247 | # Networking options |
249 | # | 248 | # |
249 | # CONFIG_NETDEBUG is not set | ||
250 | CONFIG_PACKET=y | 250 | CONFIG_PACKET=y |
251 | # CONFIG_PACKET_MMAP is not set | 251 | # CONFIG_PACKET_MMAP is not set |
252 | CONFIG_UNIX=y | 252 | CONFIG_UNIX=y |
@@ -269,7 +269,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
269 | # CONFIG_INET_AH is not set | 269 | # CONFIG_INET_AH is not set |
270 | # CONFIG_INET_ESP is not set | 270 | # CONFIG_INET_ESP is not set |
271 | # CONFIG_INET_IPCOMP is not set | 271 | # CONFIG_INET_IPCOMP is not set |
272 | CONFIG_INET_TUNNEL=m | 272 | # CONFIG_INET_XFRM_TUNNEL is not set |
273 | # CONFIG_INET_TUNNEL is not set | ||
273 | CONFIG_INET_DIAG=y | 274 | CONFIG_INET_DIAG=y |
274 | CONFIG_INET_TCP_DIAG=y | 275 | CONFIG_INET_TCP_DIAG=y |
275 | # CONFIG_TCP_CONG_ADVANCED is not set | 276 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -280,6 +281,8 @@ CONFIG_TCP_CONG_BIC=y | |||
280 | # | 281 | # |
281 | # CONFIG_IP_VS is not set | 282 | # CONFIG_IP_VS is not set |
282 | # CONFIG_IPV6 is not set | 283 | # CONFIG_IPV6 is not set |
284 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
285 | # CONFIG_INET6_TUNNEL is not set | ||
283 | CONFIG_NETFILTER=y | 286 | CONFIG_NETFILTER=y |
284 | # CONFIG_NETFILTER_DEBUG is not set | 287 | # CONFIG_NETFILTER_DEBUG is not set |
285 | 288 | ||
@@ -296,10 +299,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
296 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 299 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
297 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 300 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
298 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 301 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
302 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
299 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 303 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
300 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 304 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
301 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 305 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
302 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 306 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
307 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
308 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
303 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 309 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
304 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 310 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
305 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 311 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -323,6 +329,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
323 | # SCTP Configuration (EXPERIMENTAL) | 329 | # SCTP Configuration (EXPERIMENTAL) |
324 | # | 330 | # |
325 | # CONFIG_IP_SCTP is not set | 331 | # CONFIG_IP_SCTP is not set |
332 | |||
333 | # | ||
334 | # TIPC Configuration (EXPERIMENTAL) | ||
335 | # | ||
336 | # CONFIG_TIPC is not set | ||
326 | # CONFIG_ATM is not set | 337 | # CONFIG_ATM is not set |
327 | # CONFIG_BRIDGE is not set | 338 | # CONFIG_BRIDGE is not set |
328 | # CONFIG_VLAN_8021Q is not set | 339 | # CONFIG_VLAN_8021Q is not set |
@@ -332,11 +343,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
332 | # CONFIG_ATALK is not set | 343 | # CONFIG_ATALK is not set |
333 | # CONFIG_X25 is not set | 344 | # CONFIG_X25 is not set |
334 | # CONFIG_LAPB is not set | 345 | # CONFIG_LAPB is not set |
335 | |||
336 | # | ||
337 | # TIPC Configuration (EXPERIMENTAL) | ||
338 | # | ||
339 | # CONFIG_TIPC is not set | ||
340 | # CONFIG_NET_DIVERT is not set | 346 | # CONFIG_NET_DIVERT is not set |
341 | # CONFIG_ECONET is not set | 347 | # CONFIG_ECONET is not set |
342 | # CONFIG_WAN_ROUTER is not set | 348 | # CONFIG_WAN_ROUTER is not set |
@@ -358,6 +364,9 @@ CONFIG_IEEE80211=m | |||
358 | # CONFIG_IEEE80211_DEBUG is not set | 364 | # CONFIG_IEEE80211_DEBUG is not set |
359 | CONFIG_IEEE80211_CRYPT_WEP=m | 365 | CONFIG_IEEE80211_CRYPT_WEP=m |
360 | CONFIG_IEEE80211_CRYPT_CCMP=m | 366 | CONFIG_IEEE80211_CRYPT_CCMP=m |
367 | CONFIG_IEEE80211_SOFTMAC=m | ||
368 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
369 | CONFIG_WIRELESS_EXT=y | ||
361 | 370 | ||
362 | # | 371 | # |
363 | # Device Drivers | 372 | # Device Drivers |
@@ -414,7 +423,6 @@ CONFIG_MTD_CFI_I2=y | |||
414 | # CONFIG_MTD_CFI_I8 is not set | 423 | # CONFIG_MTD_CFI_I8 is not set |
415 | # CONFIG_MTD_CFI_INTELEXT is not set | 424 | # CONFIG_MTD_CFI_INTELEXT is not set |
416 | CONFIG_MTD_CFI_AMDSTD=y | 425 | CONFIG_MTD_CFI_AMDSTD=y |
417 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
418 | # CONFIG_MTD_CFI_STAA is not set | 426 | # CONFIG_MTD_CFI_STAA is not set |
419 | CONFIG_MTD_CFI_UTIL=y | 427 | CONFIG_MTD_CFI_UTIL=y |
420 | # CONFIG_MTD_RAM is not set | 428 | # CONFIG_MTD_RAM is not set |
@@ -436,7 +444,6 @@ CONFIG_MTD_ALCHEMY=y | |||
436 | # CONFIG_MTD_SLRAM is not set | 444 | # CONFIG_MTD_SLRAM is not set |
437 | # CONFIG_MTD_PHRAM is not set | 445 | # CONFIG_MTD_PHRAM is not set |
438 | # CONFIG_MTD_MTDRAM is not set | 446 | # CONFIG_MTD_MTDRAM is not set |
439 | # CONFIG_MTD_BLKMTD is not set | ||
440 | # CONFIG_MTD_BLOCK2MTD is not set | 447 | # CONFIG_MTD_BLOCK2MTD is not set |
441 | 448 | ||
442 | # | 449 | # |
@@ -473,7 +480,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
473 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 480 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
474 | # CONFIG_BLK_DEV_NBD is not set | 481 | # CONFIG_BLK_DEV_NBD is not set |
475 | # CONFIG_BLK_DEV_RAM is not set | 482 | # CONFIG_BLK_DEV_RAM is not set |
476 | CONFIG_BLK_DEV_RAM_COUNT=16 | 483 | # CONFIG_BLK_DEV_INITRD is not set |
477 | CONFIG_CDROM_PKTCDVD=m | 484 | CONFIG_CDROM_PKTCDVD=m |
478 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 485 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
479 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 486 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -716,10 +723,6 @@ CONFIG_SYNCLINK_CS=m | |||
716 | # | 723 | # |
717 | 724 | ||
718 | # | 725 | # |
719 | # Multimedia Capabilities Port drivers | ||
720 | # | ||
721 | |||
722 | # | ||
723 | # Multimedia devices | 726 | # Multimedia devices |
724 | # | 727 | # |
725 | # CONFIG_VIDEO_DEV is not set | 728 | # CONFIG_VIDEO_DEV is not set |
@@ -750,6 +753,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
750 | # | 753 | # |
751 | CONFIG_USB_ARCH_HAS_HCD=y | 754 | CONFIG_USB_ARCH_HAS_HCD=y |
752 | CONFIG_USB_ARCH_HAS_OHCI=y | 755 | CONFIG_USB_ARCH_HAS_OHCI=y |
756 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
753 | # CONFIG_USB is not set | 757 | # CONFIG_USB is not set |
754 | 758 | ||
755 | # | 759 | # |
@@ -767,12 +771,30 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
767 | # CONFIG_MMC is not set | 771 | # CONFIG_MMC is not set |
768 | 772 | ||
769 | # | 773 | # |
774 | # LED devices | ||
775 | # | ||
776 | # CONFIG_NEW_LEDS is not set | ||
777 | |||
778 | # | ||
779 | # LED drivers | ||
780 | # | ||
781 | |||
782 | # | ||
783 | # LED Triggers | ||
784 | # | ||
785 | |||
786 | # | ||
770 | # InfiniBand support | 787 | # InfiniBand support |
771 | # | 788 | # |
772 | 789 | ||
773 | # | 790 | # |
774 | # SN Devices | 791 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
792 | # | ||
793 | |||
794 | # | ||
795 | # Real Time Clock | ||
775 | # | 796 | # |
797 | # CONFIG_RTC_CLASS is not set | ||
776 | 798 | ||
777 | # | 799 | # |
778 | # File systems | 800 | # File systems |
@@ -830,7 +852,6 @@ CONFIG_SYSFS=y | |||
830 | CONFIG_TMPFS=y | 852 | CONFIG_TMPFS=y |
831 | # CONFIG_HUGETLB_PAGE is not set | 853 | # CONFIG_HUGETLB_PAGE is not set |
832 | CONFIG_RAMFS=y | 854 | CONFIG_RAMFS=y |
833 | CONFIG_RELAYFS_FS=m | ||
834 | # CONFIG_CONFIGFS_FS is not set | 855 | # CONFIG_CONFIGFS_FS is not set |
835 | 856 | ||
836 | # | 857 | # |
@@ -939,6 +960,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
939 | # CONFIG_MAGIC_SYSRQ is not set | 960 | # CONFIG_MAGIC_SYSRQ is not set |
940 | # CONFIG_DEBUG_KERNEL is not set | 961 | # CONFIG_DEBUG_KERNEL is not set |
941 | CONFIG_LOG_BUF_SHIFT=14 | 962 | CONFIG_LOG_BUF_SHIFT=14 |
963 | # CONFIG_DEBUG_FS is not set | ||
942 | CONFIG_CROSSCOMPILE=y | 964 | CONFIG_CROSSCOMPILE=y |
943 | CONFIG_CMDLINE="" | 965 | CONFIG_CMDLINE="" |
944 | 966 | ||
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index 8985725e6a98..398c3c265b9f 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:24 2006 | 4 | # Mon Apr 24 14:51:13 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_PB1500=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -115,11 +117,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
115 | CONFIG_CPU_HAS_PREFETCH=y | 117 | CONFIG_CPU_HAS_PREFETCH=y |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | CONFIG_64BIT_PHYS_ADDR=y | 119 | CONFIG_64BIT_PHYS_ADDR=y |
118 | # CONFIG_CPU_ADVANCED is not set | ||
119 | CONFIG_CPU_HAS_LLSC=y | 120 | CONFIG_CPU_HAS_LLSC=y |
120 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
124 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
123 | CONFIG_ARCH_FLATMEM_ENABLE=y | 125 | CONFIG_ARCH_FLATMEM_ENABLE=y |
124 | CONFIG_SELECT_MEMORY_MODEL=y | 126 | CONFIG_SELECT_MEMORY_MODEL=y |
125 | CONFIG_FLATMEM_MANUAL=y | 127 | CONFIG_FLATMEM_MANUAL=y |
@@ -137,7 +139,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 139 | # Code maturity level options |
138 | # | 140 | # |
139 | CONFIG_EXPERIMENTAL=y | 141 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 142 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 143 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 144 | ||
@@ -153,6 +154,7 @@ CONFIG_SYSVIPC=y | |||
153 | CONFIG_SYSCTL=y | 154 | CONFIG_SYSCTL=y |
154 | # CONFIG_AUDIT is not set | 155 | # CONFIG_AUDIT is not set |
155 | # CONFIG_IKCONFIG is not set | 156 | # CONFIG_IKCONFIG is not set |
157 | CONFIG_RELAY=y | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -166,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -182,7 +180,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
182 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
183 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
184 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
185 | CONFIG_OBSOLETE_MODPARM=y | ||
186 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
187 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
188 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -191,6 +188,8 @@ CONFIG_KMOD=y | |||
191 | # Block layer | 188 | # Block layer |
192 | # | 189 | # |
193 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
194 | 193 | ||
195 | # | 194 | # |
196 | # IO Schedulers | 195 | # IO Schedulers |
@@ -210,7 +209,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
210 | # | 209 | # |
211 | CONFIG_HW_HAS_PCI=y | 210 | CONFIG_HW_HAS_PCI=y |
212 | CONFIG_PCI=y | 211 | CONFIG_PCI=y |
213 | CONFIG_PCI_LEGACY_PROC=y | ||
214 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
215 | 213 | ||
216 | # | 214 | # |
@@ -253,6 +251,7 @@ CONFIG_NET=y | |||
253 | # | 251 | # |
254 | # Networking options | 252 | # Networking options |
255 | # | 253 | # |
254 | # CONFIG_NETDEBUG is not set | ||
256 | CONFIG_PACKET=y | 255 | CONFIG_PACKET=y |
257 | # CONFIG_PACKET_MMAP is not set | 256 | # CONFIG_PACKET_MMAP is not set |
258 | CONFIG_UNIX=y | 257 | CONFIG_UNIX=y |
@@ -275,7 +274,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
275 | # CONFIG_INET_AH is not set | 274 | # CONFIG_INET_AH is not set |
276 | # CONFIG_INET_ESP is not set | 275 | # CONFIG_INET_ESP is not set |
277 | # CONFIG_INET_IPCOMP is not set | 276 | # CONFIG_INET_IPCOMP is not set |
278 | CONFIG_INET_TUNNEL=m | 277 | # CONFIG_INET_XFRM_TUNNEL is not set |
278 | # CONFIG_INET_TUNNEL is not set | ||
279 | CONFIG_INET_DIAG=y | 279 | CONFIG_INET_DIAG=y |
280 | CONFIG_INET_TCP_DIAG=y | 280 | CONFIG_INET_TCP_DIAG=y |
281 | # CONFIG_TCP_CONG_ADVANCED is not set | 281 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -286,6 +286,8 @@ CONFIG_TCP_CONG_BIC=y | |||
286 | # | 286 | # |
287 | # CONFIG_IP_VS is not set | 287 | # CONFIG_IP_VS is not set |
288 | # CONFIG_IPV6 is not set | 288 | # CONFIG_IPV6 is not set |
289 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
290 | # CONFIG_INET6_TUNNEL is not set | ||
289 | CONFIG_NETFILTER=y | 291 | CONFIG_NETFILTER=y |
290 | # CONFIG_NETFILTER_DEBUG is not set | 292 | # CONFIG_NETFILTER_DEBUG is not set |
291 | 293 | ||
@@ -302,10 +304,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
302 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 304 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
303 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 305 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
304 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 306 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
307 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
305 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 308 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
306 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 309 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
307 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 310 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
308 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 311 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
312 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
313 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
309 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 314 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
310 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 315 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
311 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 316 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -329,6 +334,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
329 | # SCTP Configuration (EXPERIMENTAL) | 334 | # SCTP Configuration (EXPERIMENTAL) |
330 | # | 335 | # |
331 | # CONFIG_IP_SCTP is not set | 336 | # CONFIG_IP_SCTP is not set |
337 | |||
338 | # | ||
339 | # TIPC Configuration (EXPERIMENTAL) | ||
340 | # | ||
341 | # CONFIG_TIPC is not set | ||
332 | # CONFIG_ATM is not set | 342 | # CONFIG_ATM is not set |
333 | # CONFIG_BRIDGE is not set | 343 | # CONFIG_BRIDGE is not set |
334 | # CONFIG_VLAN_8021Q is not set | 344 | # CONFIG_VLAN_8021Q is not set |
@@ -338,11 +348,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
338 | # CONFIG_ATALK is not set | 348 | # CONFIG_ATALK is not set |
339 | # CONFIG_X25 is not set | 349 | # CONFIG_X25 is not set |
340 | # CONFIG_LAPB is not set | 350 | # CONFIG_LAPB is not set |
341 | |||
342 | # | ||
343 | # TIPC Configuration (EXPERIMENTAL) | ||
344 | # | ||
345 | # CONFIG_TIPC is not set | ||
346 | # CONFIG_NET_DIVERT is not set | 351 | # CONFIG_NET_DIVERT is not set |
347 | # CONFIG_ECONET is not set | 352 | # CONFIG_ECONET is not set |
348 | # CONFIG_WAN_ROUTER is not set | 353 | # CONFIG_WAN_ROUTER is not set |
@@ -364,6 +369,9 @@ CONFIG_IEEE80211=m | |||
364 | # CONFIG_IEEE80211_DEBUG is not set | 369 | # CONFIG_IEEE80211_DEBUG is not set |
365 | CONFIG_IEEE80211_CRYPT_WEP=m | 370 | CONFIG_IEEE80211_CRYPT_WEP=m |
366 | CONFIG_IEEE80211_CRYPT_CCMP=m | 371 | CONFIG_IEEE80211_CRYPT_CCMP=m |
372 | CONFIG_IEEE80211_SOFTMAC=m | ||
373 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
374 | CONFIG_WIRELESS_EXT=y | ||
367 | 375 | ||
368 | # | 376 | # |
369 | # Device Drivers | 377 | # Device Drivers |
@@ -420,7 +428,6 @@ CONFIG_MTD_CFI_I2=y | |||
420 | # CONFIG_MTD_CFI_I8 is not set | 428 | # CONFIG_MTD_CFI_I8 is not set |
421 | # CONFIG_MTD_CFI_INTELEXT is not set | 429 | # CONFIG_MTD_CFI_INTELEXT is not set |
422 | CONFIG_MTD_CFI_AMDSTD=y | 430 | CONFIG_MTD_CFI_AMDSTD=y |
423 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
424 | # CONFIG_MTD_CFI_STAA is not set | 431 | # CONFIG_MTD_CFI_STAA is not set |
425 | CONFIG_MTD_CFI_UTIL=y | 432 | CONFIG_MTD_CFI_UTIL=y |
426 | # CONFIG_MTD_RAM is not set | 433 | # CONFIG_MTD_RAM is not set |
@@ -443,7 +450,6 @@ CONFIG_MTD_ALCHEMY=y | |||
443 | # CONFIG_MTD_SLRAM is not set | 450 | # CONFIG_MTD_SLRAM is not set |
444 | # CONFIG_MTD_PHRAM is not set | 451 | # CONFIG_MTD_PHRAM is not set |
445 | # CONFIG_MTD_MTDRAM is not set | 452 | # CONFIG_MTD_MTDRAM is not set |
446 | # CONFIG_MTD_BLKMTD is not set | ||
447 | # CONFIG_MTD_BLOCK2MTD is not set | 453 | # CONFIG_MTD_BLOCK2MTD is not set |
448 | 454 | ||
449 | # | 455 | # |
@@ -485,7 +491,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
485 | # CONFIG_BLK_DEV_NBD is not set | 491 | # CONFIG_BLK_DEV_NBD is not set |
486 | # CONFIG_BLK_DEV_SX8 is not set | 492 | # CONFIG_BLK_DEV_SX8 is not set |
487 | # CONFIG_BLK_DEV_RAM is not set | 493 | # CONFIG_BLK_DEV_RAM is not set |
488 | CONFIG_BLK_DEV_RAM_COUNT=16 | 494 | # CONFIG_BLK_DEV_INITRD is not set |
489 | CONFIG_CDROM_PKTCDVD=m | 495 | CONFIG_CDROM_PKTCDVD=m |
490 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 496 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
491 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 497 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -750,6 +756,7 @@ CONFIG_SERIO_RAW=m | |||
750 | # | 756 | # |
751 | CONFIG_SERIAL_8250=y | 757 | CONFIG_SERIAL_8250=y |
752 | CONFIG_SERIAL_8250_CONSOLE=y | 758 | CONFIG_SERIAL_8250_CONSOLE=y |
759 | CONFIG_SERIAL_8250_PCI=y | ||
753 | # CONFIG_SERIAL_8250_CS is not set | 760 | # CONFIG_SERIAL_8250_CS is not set |
754 | CONFIG_SERIAL_8250_NR_UARTS=4 | 761 | CONFIG_SERIAL_8250_NR_UARTS=4 |
755 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 762 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
@@ -761,6 +768,7 @@ CONFIG_SERIAL_8250_AU1X00=y | |||
761 | # | 768 | # |
762 | CONFIG_SERIAL_CORE=y | 769 | CONFIG_SERIAL_CORE=y |
763 | CONFIG_SERIAL_CORE_CONSOLE=y | 770 | CONFIG_SERIAL_CORE_CONSOLE=y |
771 | # CONFIG_SERIAL_JSM is not set | ||
764 | CONFIG_UNIX98_PTYS=y | 772 | CONFIG_UNIX98_PTYS=y |
765 | CONFIG_LEGACY_PTYS=y | 773 | CONFIG_LEGACY_PTYS=y |
766 | CONFIG_LEGACY_PTY_COUNT=256 | 774 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -826,10 +834,6 @@ CONFIG_SYNCLINK_CS=m | |||
826 | # | 834 | # |
827 | 835 | ||
828 | # | 836 | # |
829 | # Multimedia Capabilities Port drivers | ||
830 | # | ||
831 | |||
832 | # | ||
833 | # Multimedia devices | 837 | # Multimedia devices |
834 | # | 838 | # |
835 | # CONFIG_VIDEO_DEV is not set | 839 | # CONFIG_VIDEO_DEV is not set |
@@ -854,6 +858,7 @@ CONFIG_SYNCLINK_CS=m | |||
854 | # | 858 | # |
855 | CONFIG_USB_ARCH_HAS_HCD=y | 859 | CONFIG_USB_ARCH_HAS_HCD=y |
856 | CONFIG_USB_ARCH_HAS_OHCI=y | 860 | CONFIG_USB_ARCH_HAS_OHCI=y |
861 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
857 | # CONFIG_USB is not set | 862 | # CONFIG_USB is not set |
858 | 863 | ||
859 | # | 864 | # |
@@ -871,13 +876,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
871 | # CONFIG_MMC is not set | 876 | # CONFIG_MMC is not set |
872 | 877 | ||
873 | # | 878 | # |
879 | # LED devices | ||
880 | # | ||
881 | # CONFIG_NEW_LEDS is not set | ||
882 | |||
883 | # | ||
884 | # LED drivers | ||
885 | # | ||
886 | |||
887 | # | ||
888 | # LED Triggers | ||
889 | # | ||
890 | |||
891 | # | ||
874 | # InfiniBand support | 892 | # InfiniBand support |
875 | # | 893 | # |
876 | # CONFIG_INFINIBAND is not set | 894 | # CONFIG_INFINIBAND is not set |
877 | 895 | ||
878 | # | 896 | # |
879 | # SN Devices | 897 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
898 | # | ||
899 | |||
900 | # | ||
901 | # Real Time Clock | ||
880 | # | 902 | # |
903 | # CONFIG_RTC_CLASS is not set | ||
881 | 904 | ||
882 | # | 905 | # |
883 | # File systems | 906 | # File systems |
@@ -935,7 +958,6 @@ CONFIG_SYSFS=y | |||
935 | CONFIG_TMPFS=y | 958 | CONFIG_TMPFS=y |
936 | # CONFIG_HUGETLB_PAGE is not set | 959 | # CONFIG_HUGETLB_PAGE is not set |
937 | CONFIG_RAMFS=y | 960 | CONFIG_RAMFS=y |
938 | CONFIG_RELAYFS_FS=m | ||
939 | # CONFIG_CONFIGFS_FS is not set | 961 | # CONFIG_CONFIGFS_FS is not set |
940 | 962 | ||
941 | # | 963 | # |
@@ -1044,6 +1066,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1044 | # CONFIG_MAGIC_SYSRQ is not set | 1066 | # CONFIG_MAGIC_SYSRQ is not set |
1045 | # CONFIG_DEBUG_KERNEL is not set | 1067 | # CONFIG_DEBUG_KERNEL is not set |
1046 | CONFIG_LOG_BUF_SHIFT=14 | 1068 | CONFIG_LOG_BUF_SHIFT=14 |
1069 | # CONFIG_DEBUG_FS is not set | ||
1047 | CONFIG_CROSSCOMPILE=y | 1070 | CONFIG_CROSSCOMPILE=y |
1048 | CONFIG_CMDLINE="" | 1071 | CONFIG_CMDLINE="" |
1049 | 1072 | ||
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index adbf997b540e..ea282a53bb66 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:25 2006 | 4 | # Mon Apr 24 14:51:13 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_PB1550=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -115,11 +117,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
115 | CONFIG_CPU_HAS_PREFETCH=y | 117 | CONFIG_CPU_HAS_PREFETCH=y |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | CONFIG_64BIT_PHYS_ADDR=y | 119 | CONFIG_64BIT_PHYS_ADDR=y |
118 | # CONFIG_CPU_ADVANCED is not set | ||
119 | CONFIG_CPU_HAS_LLSC=y | 120 | CONFIG_CPU_HAS_LLSC=y |
120 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
124 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
123 | CONFIG_ARCH_FLATMEM_ENABLE=y | 125 | CONFIG_ARCH_FLATMEM_ENABLE=y |
124 | CONFIG_SELECT_MEMORY_MODEL=y | 126 | CONFIG_SELECT_MEMORY_MODEL=y |
125 | CONFIG_FLATMEM_MANUAL=y | 127 | CONFIG_FLATMEM_MANUAL=y |
@@ -137,7 +139,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 139 | # Code maturity level options |
138 | # | 140 | # |
139 | CONFIG_EXPERIMENTAL=y | 141 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 142 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 143 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 144 | ||
@@ -153,6 +154,7 @@ CONFIG_SYSVIPC=y | |||
153 | CONFIG_SYSCTL=y | 154 | CONFIG_SYSCTL=y |
154 | # CONFIG_AUDIT is not set | 155 | # CONFIG_AUDIT is not set |
155 | # CONFIG_IKCONFIG is not set | 156 | # CONFIG_IKCONFIG is not set |
157 | CONFIG_RELAY=y | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -166,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -182,7 +180,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
182 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
183 | CONFIG_MODULE_UNLOAD=y | 181 | CONFIG_MODULE_UNLOAD=y |
184 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 182 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
185 | CONFIG_OBSOLETE_MODPARM=y | ||
186 | CONFIG_MODVERSIONS=y | 183 | CONFIG_MODVERSIONS=y |
187 | CONFIG_MODULE_SRCVERSION_ALL=y | 184 | CONFIG_MODULE_SRCVERSION_ALL=y |
188 | CONFIG_KMOD=y | 185 | CONFIG_KMOD=y |
@@ -191,6 +188,8 @@ CONFIG_KMOD=y | |||
191 | # Block layer | 188 | # Block layer |
192 | # | 189 | # |
193 | # CONFIG_LBD is not set | 190 | # CONFIG_LBD is not set |
191 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
192 | # CONFIG_LSF is not set | ||
194 | 193 | ||
195 | # | 194 | # |
196 | # IO Schedulers | 195 | # IO Schedulers |
@@ -210,7 +209,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
210 | # | 209 | # |
211 | CONFIG_HW_HAS_PCI=y | 210 | CONFIG_HW_HAS_PCI=y |
212 | CONFIG_PCI=y | 211 | CONFIG_PCI=y |
213 | CONFIG_PCI_LEGACY_PROC=y | ||
214 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
215 | 213 | ||
216 | # | 214 | # |
@@ -253,6 +251,7 @@ CONFIG_NET=y | |||
253 | # | 251 | # |
254 | # Networking options | 252 | # Networking options |
255 | # | 253 | # |
254 | # CONFIG_NETDEBUG is not set | ||
256 | CONFIG_PACKET=y | 255 | CONFIG_PACKET=y |
257 | # CONFIG_PACKET_MMAP is not set | 256 | # CONFIG_PACKET_MMAP is not set |
258 | CONFIG_UNIX=y | 257 | CONFIG_UNIX=y |
@@ -275,7 +274,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
275 | # CONFIG_INET_AH is not set | 274 | # CONFIG_INET_AH is not set |
276 | # CONFIG_INET_ESP is not set | 275 | # CONFIG_INET_ESP is not set |
277 | # CONFIG_INET_IPCOMP is not set | 276 | # CONFIG_INET_IPCOMP is not set |
278 | CONFIG_INET_TUNNEL=m | 277 | # CONFIG_INET_XFRM_TUNNEL is not set |
278 | # CONFIG_INET_TUNNEL is not set | ||
279 | CONFIG_INET_DIAG=y | 279 | CONFIG_INET_DIAG=y |
280 | CONFIG_INET_TCP_DIAG=y | 280 | CONFIG_INET_TCP_DIAG=y |
281 | # CONFIG_TCP_CONG_ADVANCED is not set | 281 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -286,6 +286,8 @@ CONFIG_TCP_CONG_BIC=y | |||
286 | # | 286 | # |
287 | # CONFIG_IP_VS is not set | 287 | # CONFIG_IP_VS is not set |
288 | # CONFIG_IPV6 is not set | 288 | # CONFIG_IPV6 is not set |
289 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
290 | # CONFIG_INET6_TUNNEL is not set | ||
289 | CONFIG_NETFILTER=y | 291 | CONFIG_NETFILTER=y |
290 | # CONFIG_NETFILTER_DEBUG is not set | 292 | # CONFIG_NETFILTER_DEBUG is not set |
291 | 293 | ||
@@ -302,10 +304,13 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
302 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 304 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
303 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 305 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
304 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 306 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
307 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
305 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 308 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
306 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 309 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
307 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 310 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
308 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 311 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
312 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
313 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
309 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 314 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
310 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 315 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
311 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 316 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -329,6 +334,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
329 | # SCTP Configuration (EXPERIMENTAL) | 334 | # SCTP Configuration (EXPERIMENTAL) |
330 | # | 335 | # |
331 | # CONFIG_IP_SCTP is not set | 336 | # CONFIG_IP_SCTP is not set |
337 | |||
338 | # | ||
339 | # TIPC Configuration (EXPERIMENTAL) | ||
340 | # | ||
341 | # CONFIG_TIPC is not set | ||
332 | # CONFIG_ATM is not set | 342 | # CONFIG_ATM is not set |
333 | # CONFIG_BRIDGE is not set | 343 | # CONFIG_BRIDGE is not set |
334 | # CONFIG_VLAN_8021Q is not set | 344 | # CONFIG_VLAN_8021Q is not set |
@@ -338,11 +348,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
338 | # CONFIG_ATALK is not set | 348 | # CONFIG_ATALK is not set |
339 | # CONFIG_X25 is not set | 349 | # CONFIG_X25 is not set |
340 | # CONFIG_LAPB is not set | 350 | # CONFIG_LAPB is not set |
341 | |||
342 | # | ||
343 | # TIPC Configuration (EXPERIMENTAL) | ||
344 | # | ||
345 | # CONFIG_TIPC is not set | ||
346 | # CONFIG_NET_DIVERT is not set | 351 | # CONFIG_NET_DIVERT is not set |
347 | # CONFIG_ECONET is not set | 352 | # CONFIG_ECONET is not set |
348 | # CONFIG_WAN_ROUTER is not set | 353 | # CONFIG_WAN_ROUTER is not set |
@@ -364,6 +369,9 @@ CONFIG_IEEE80211=m | |||
364 | # CONFIG_IEEE80211_DEBUG is not set | 369 | # CONFIG_IEEE80211_DEBUG is not set |
365 | CONFIG_IEEE80211_CRYPT_WEP=m | 370 | CONFIG_IEEE80211_CRYPT_WEP=m |
366 | CONFIG_IEEE80211_CRYPT_CCMP=m | 371 | CONFIG_IEEE80211_CRYPT_CCMP=m |
372 | CONFIG_IEEE80211_SOFTMAC=m | ||
373 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
374 | CONFIG_WIRELESS_EXT=y | ||
367 | 375 | ||
368 | # | 376 | # |
369 | # Device Drivers | 377 | # Device Drivers |
@@ -420,7 +428,6 @@ CONFIG_MTD_CFI_I2=y | |||
420 | # CONFIG_MTD_CFI_I8 is not set | 428 | # CONFIG_MTD_CFI_I8 is not set |
421 | # CONFIG_MTD_CFI_INTELEXT is not set | 429 | # CONFIG_MTD_CFI_INTELEXT is not set |
422 | CONFIG_MTD_CFI_AMDSTD=y | 430 | CONFIG_MTD_CFI_AMDSTD=y |
423 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
424 | # CONFIG_MTD_CFI_STAA is not set | 431 | # CONFIG_MTD_CFI_STAA is not set |
425 | CONFIG_MTD_CFI_UTIL=y | 432 | CONFIG_MTD_CFI_UTIL=y |
426 | # CONFIG_MTD_RAM is not set | 433 | # CONFIG_MTD_RAM is not set |
@@ -443,7 +450,6 @@ CONFIG_MTD_ALCHEMY=y | |||
443 | # CONFIG_MTD_SLRAM is not set | 450 | # CONFIG_MTD_SLRAM is not set |
444 | # CONFIG_MTD_PHRAM is not set | 451 | # CONFIG_MTD_PHRAM is not set |
445 | # CONFIG_MTD_MTDRAM is not set | 452 | # CONFIG_MTD_MTDRAM is not set |
446 | # CONFIG_MTD_BLKMTD is not set | ||
447 | # CONFIG_MTD_BLOCK2MTD is not set | 453 | # CONFIG_MTD_BLOCK2MTD is not set |
448 | 454 | ||
449 | # | 455 | # |
@@ -485,7 +491,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
485 | # CONFIG_BLK_DEV_NBD is not set | 491 | # CONFIG_BLK_DEV_NBD is not set |
486 | # CONFIG_BLK_DEV_SX8 is not set | 492 | # CONFIG_BLK_DEV_SX8 is not set |
487 | # CONFIG_BLK_DEV_RAM is not set | 493 | # CONFIG_BLK_DEV_RAM is not set |
488 | CONFIG_BLK_DEV_RAM_COUNT=16 | 494 | # CONFIG_BLK_DEV_INITRD is not set |
489 | CONFIG_CDROM_PKTCDVD=m | 495 | CONFIG_CDROM_PKTCDVD=m |
490 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 496 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
491 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 497 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -742,6 +748,7 @@ CONFIG_SERIO_RAW=m | |||
742 | # | 748 | # |
743 | CONFIG_SERIAL_8250=y | 749 | CONFIG_SERIAL_8250=y |
744 | CONFIG_SERIAL_8250_CONSOLE=y | 750 | CONFIG_SERIAL_8250_CONSOLE=y |
751 | CONFIG_SERIAL_8250_PCI=y | ||
745 | # CONFIG_SERIAL_8250_CS is not set | 752 | # CONFIG_SERIAL_8250_CS is not set |
746 | CONFIG_SERIAL_8250_NR_UARTS=4 | 753 | CONFIG_SERIAL_8250_NR_UARTS=4 |
747 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 754 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
@@ -753,6 +760,7 @@ CONFIG_SERIAL_8250_AU1X00=y | |||
753 | # | 760 | # |
754 | CONFIG_SERIAL_CORE=y | 761 | CONFIG_SERIAL_CORE=y |
755 | CONFIG_SERIAL_CORE_CONSOLE=y | 762 | CONFIG_SERIAL_CORE_CONSOLE=y |
763 | # CONFIG_SERIAL_JSM is not set | ||
756 | CONFIG_UNIX98_PTYS=y | 764 | CONFIG_UNIX98_PTYS=y |
757 | CONFIG_LEGACY_PTYS=y | 765 | CONFIG_LEGACY_PTYS=y |
758 | CONFIG_LEGACY_PTY_COUNT=256 | 766 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -818,10 +826,6 @@ CONFIG_SYNCLINK_CS=m | |||
818 | # | 826 | # |
819 | 827 | ||
820 | # | 828 | # |
821 | # Multimedia Capabilities Port drivers | ||
822 | # | ||
823 | |||
824 | # | ||
825 | # Multimedia devices | 829 | # Multimedia devices |
826 | # | 830 | # |
827 | # CONFIG_VIDEO_DEV is not set | 831 | # CONFIG_VIDEO_DEV is not set |
@@ -846,6 +850,7 @@ CONFIG_SYNCLINK_CS=m | |||
846 | # | 850 | # |
847 | CONFIG_USB_ARCH_HAS_HCD=y | 851 | CONFIG_USB_ARCH_HAS_HCD=y |
848 | CONFIG_USB_ARCH_HAS_OHCI=y | 852 | CONFIG_USB_ARCH_HAS_OHCI=y |
853 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
849 | # CONFIG_USB is not set | 854 | # CONFIG_USB is not set |
850 | 855 | ||
851 | # | 856 | # |
@@ -863,13 +868,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
863 | # CONFIG_MMC is not set | 868 | # CONFIG_MMC is not set |
864 | 869 | ||
865 | # | 870 | # |
871 | # LED devices | ||
872 | # | ||
873 | # CONFIG_NEW_LEDS is not set | ||
874 | |||
875 | # | ||
876 | # LED drivers | ||
877 | # | ||
878 | |||
879 | # | ||
880 | # LED Triggers | ||
881 | # | ||
882 | |||
883 | # | ||
866 | # InfiniBand support | 884 | # InfiniBand support |
867 | # | 885 | # |
868 | # CONFIG_INFINIBAND is not set | 886 | # CONFIG_INFINIBAND is not set |
869 | 887 | ||
870 | # | 888 | # |
871 | # SN Devices | 889 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
890 | # | ||
891 | |||
892 | # | ||
893 | # Real Time Clock | ||
872 | # | 894 | # |
895 | # CONFIG_RTC_CLASS is not set | ||
873 | 896 | ||
874 | # | 897 | # |
875 | # File systems | 898 | # File systems |
@@ -927,7 +950,6 @@ CONFIG_SYSFS=y | |||
927 | CONFIG_TMPFS=y | 950 | CONFIG_TMPFS=y |
928 | # CONFIG_HUGETLB_PAGE is not set | 951 | # CONFIG_HUGETLB_PAGE is not set |
929 | CONFIG_RAMFS=y | 952 | CONFIG_RAMFS=y |
930 | CONFIG_RELAYFS_FS=m | ||
931 | # CONFIG_CONFIGFS_FS is not set | 953 | # CONFIG_CONFIGFS_FS is not set |
932 | 954 | ||
933 | # | 955 | # |
@@ -1036,6 +1058,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1036 | # CONFIG_MAGIC_SYSRQ is not set | 1058 | # CONFIG_MAGIC_SYSRQ is not set |
1037 | # CONFIG_DEBUG_KERNEL is not set | 1059 | # CONFIG_DEBUG_KERNEL is not set |
1038 | CONFIG_LOG_BUF_SHIFT=14 | 1060 | CONFIG_LOG_BUF_SHIFT=14 |
1061 | # CONFIG_DEBUG_FS is not set | ||
1039 | CONFIG_CROSSCOMPILE=y | 1062 | CONFIG_CROSSCOMPILE=y |
1040 | CONFIG_CMDLINE="" | 1063 | CONFIG_CMDLINE="" |
1041 | 1064 | ||
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index b5db700450ba..4c57e564db0b 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:26 2006 | 4 | # Mon Apr 24 14:51:14 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_PNX8550_JBS=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,11 +116,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | CONFIG_CPU_HAS_PREFETCH=y | 116 | CONFIG_CPU_HAS_PREFETCH=y |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | # CONFIG_64BIT_PHYS_ADDR is not set | 118 | # CONFIG_64BIT_PHYS_ADDR is not set |
117 | # CONFIG_CPU_ADVANCED is not set | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
120 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
121 | CONFIG_GENERIC_IRQ_PROBE=y | 122 | CONFIG_GENERIC_IRQ_PROBE=y |
123 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
122 | CONFIG_ARCH_FLATMEM_ENABLE=y | 124 | CONFIG_ARCH_FLATMEM_ENABLE=y |
123 | CONFIG_SELECT_MEMORY_MODEL=y | 125 | CONFIG_SELECT_MEMORY_MODEL=y |
124 | CONFIG_FLATMEM_MANUAL=y | 126 | CONFIG_FLATMEM_MANUAL=y |
@@ -136,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
136 | # Code maturity level options | 138 | # Code maturity level options |
137 | # | 139 | # |
138 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
139 | CONFIG_CLEAN_COMPILE=y | ||
140 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
141 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
142 | 143 | ||
@@ -153,6 +154,7 @@ CONFIG_SYSCTL=y | |||
153 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
154 | CONFIG_IKCONFIG=y | 155 | CONFIG_IKCONFIG=y |
155 | CONFIG_IKCONFIG_PROC=y | 156 | CONFIG_IKCONFIG_PROC=y |
157 | # CONFIG_RELAY is not set | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -167,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +179,6 @@ CONFIG_BASE_SMALL=0 | |||
181 | # | 179 | # |
182 | CONFIG_MODULES=y | 180 | CONFIG_MODULES=y |
183 | # CONFIG_MODULE_UNLOAD is not set | 181 | # CONFIG_MODULE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | # CONFIG_MODVERSIONS is not set | 182 | # CONFIG_MODVERSIONS is not set |
186 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 183 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
187 | CONFIG_KMOD=y | 184 | CONFIG_KMOD=y |
@@ -190,6 +187,8 @@ CONFIG_KMOD=y | |||
190 | # Block layer | 187 | # Block layer |
191 | # | 188 | # |
192 | # CONFIG_LBD is not set | 189 | # CONFIG_LBD is not set |
190 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
191 | # CONFIG_LSF is not set | ||
193 | 192 | ||
194 | # | 193 | # |
195 | # IO Schedulers | 194 | # IO Schedulers |
@@ -209,7 +208,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
209 | # | 208 | # |
210 | CONFIG_HW_HAS_PCI=y | 209 | CONFIG_HW_HAS_PCI=y |
211 | CONFIG_PCI=y | 210 | CONFIG_PCI=y |
212 | # CONFIG_PCI_LEGACY_PROC is not set | ||
213 | # CONFIG_PCI_DEBUG is not set | 211 | # CONFIG_PCI_DEBUG is not set |
214 | CONFIG_MMU=y | 212 | CONFIG_MMU=y |
215 | 213 | ||
@@ -238,6 +236,7 @@ CONFIG_NET=y | |||
238 | # | 236 | # |
239 | # Networking options | 237 | # Networking options |
240 | # | 238 | # |
239 | # CONFIG_NETDEBUG is not set | ||
241 | CONFIG_PACKET=y | 240 | CONFIG_PACKET=y |
242 | # CONFIG_PACKET_MMAP is not set | 241 | # CONFIG_PACKET_MMAP is not set |
243 | CONFIG_UNIX=y | 242 | CONFIG_UNIX=y |
@@ -257,12 +256,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
257 | # CONFIG_INET_AH is not set | 256 | # CONFIG_INET_AH is not set |
258 | # CONFIG_INET_ESP is not set | 257 | # CONFIG_INET_ESP is not set |
259 | # CONFIG_INET_IPCOMP is not set | 258 | # CONFIG_INET_IPCOMP is not set |
259 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
260 | # CONFIG_INET_TUNNEL is not set | 260 | # CONFIG_INET_TUNNEL is not set |
261 | CONFIG_INET_DIAG=y | 261 | CONFIG_INET_DIAG=y |
262 | CONFIG_INET_TCP_DIAG=y | 262 | CONFIG_INET_TCP_DIAG=y |
263 | # CONFIG_TCP_CONG_ADVANCED is not set | 263 | # CONFIG_TCP_CONG_ADVANCED is not set |
264 | CONFIG_TCP_CONG_BIC=y | 264 | CONFIG_TCP_CONG_BIC=y |
265 | # CONFIG_IPV6 is not set | 265 | # CONFIG_IPV6 is not set |
266 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
267 | # CONFIG_INET6_TUNNEL is not set | ||
266 | # CONFIG_NETFILTER is not set | 268 | # CONFIG_NETFILTER is not set |
267 | 269 | ||
268 | # | 270 | # |
@@ -274,6 +276,11 @@ CONFIG_TCP_CONG_BIC=y | |||
274 | # SCTP Configuration (EXPERIMENTAL) | 276 | # SCTP Configuration (EXPERIMENTAL) |
275 | # | 277 | # |
276 | # CONFIG_IP_SCTP is not set | 278 | # CONFIG_IP_SCTP is not set |
279 | |||
280 | # | ||
281 | # TIPC Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_TIPC is not set | ||
277 | # CONFIG_ATM is not set | 284 | # CONFIG_ATM is not set |
278 | # CONFIG_BRIDGE is not set | 285 | # CONFIG_BRIDGE is not set |
279 | # CONFIG_VLAN_8021Q is not set | 286 | # CONFIG_VLAN_8021Q is not set |
@@ -283,11 +290,6 @@ CONFIG_TCP_CONG_BIC=y | |||
283 | # CONFIG_ATALK is not set | 290 | # CONFIG_ATALK is not set |
284 | # CONFIG_X25 is not set | 291 | # CONFIG_X25 is not set |
285 | # CONFIG_LAPB is not set | 292 | # CONFIG_LAPB is not set |
286 | |||
287 | # | ||
288 | # TIPC Configuration (EXPERIMENTAL) | ||
289 | # | ||
290 | # CONFIG_TIPC is not set | ||
291 | # CONFIG_NET_DIVERT is not set | 293 | # CONFIG_NET_DIVERT is not set |
292 | # CONFIG_ECONET is not set | 294 | # CONFIG_ECONET is not set |
293 | # CONFIG_WAN_ROUTER is not set | 295 | # CONFIG_WAN_ROUTER is not set |
@@ -469,7 +471,6 @@ CONFIG_ISCSI_TCP=m | |||
469 | # CONFIG_SCSI_INIA100 is not set | 471 | # CONFIG_SCSI_INIA100 is not set |
470 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 472 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
471 | # CONFIG_SCSI_IPR is not set | 473 | # CONFIG_SCSI_IPR is not set |
472 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
473 | # CONFIG_SCSI_QLOGIC_1280 is not set | 474 | # CONFIG_SCSI_QLOGIC_1280 is not set |
474 | # CONFIG_SCSI_QLA_FC is not set | 475 | # CONFIG_SCSI_QLA_FC is not set |
475 | # CONFIG_SCSI_LPFC is not set | 476 | # CONFIG_SCSI_LPFC is not set |
@@ -671,6 +672,7 @@ CONFIG_HW_CONSOLE=y | |||
671 | # Non-8250 serial port support | 672 | # Non-8250 serial port support |
672 | # | 673 | # |
673 | # CONFIG_SERIAL_IP3106 is not set | 674 | # CONFIG_SERIAL_IP3106 is not set |
675 | # CONFIG_SERIAL_JSM is not set | ||
674 | CONFIG_UNIX98_PTYS=y | 676 | CONFIG_UNIX98_PTYS=y |
675 | CONFIG_LEGACY_PTYS=y | 677 | CONFIG_LEGACY_PTYS=y |
676 | CONFIG_LEGACY_PTY_COUNT=256 | 678 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -723,6 +725,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
723 | # | 725 | # |
724 | CONFIG_HWMON=y | 726 | CONFIG_HWMON=y |
725 | # CONFIG_HWMON_VID is not set | 727 | # CONFIG_HWMON_VID is not set |
728 | # CONFIG_SENSORS_F71805F is not set | ||
726 | # CONFIG_HWMON_DEBUG_CHIP is not set | 729 | # CONFIG_HWMON_DEBUG_CHIP is not set |
727 | 730 | ||
728 | # | 731 | # |
@@ -730,10 +733,6 @@ CONFIG_HWMON=y | |||
730 | # | 733 | # |
731 | 734 | ||
732 | # | 735 | # |
733 | # Multimedia Capabilities Port drivers | ||
734 | # | ||
735 | |||
736 | # | ||
737 | # Multimedia devices | 736 | # Multimedia devices |
738 | # | 737 | # |
739 | # CONFIG_VIDEO_DEV is not set | 738 | # CONFIG_VIDEO_DEV is not set |
@@ -742,6 +741,7 @@ CONFIG_HWMON=y | |||
742 | # Digital Video Broadcasting Devices | 741 | # Digital Video Broadcasting Devices |
743 | # | 742 | # |
744 | # CONFIG_DVB is not set | 743 | # CONFIG_DVB is not set |
744 | # CONFIG_USB_DABUSB is not set | ||
745 | 745 | ||
746 | # | 746 | # |
747 | # Graphics support | 747 | # Graphics support |
@@ -764,6 +764,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
764 | # | 764 | # |
765 | CONFIG_USB_ARCH_HAS_HCD=y | 765 | CONFIG_USB_ARCH_HAS_HCD=y |
766 | CONFIG_USB_ARCH_HAS_OHCI=y | 766 | CONFIG_USB_ARCH_HAS_OHCI=y |
767 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
767 | CONFIG_USB=y | 768 | CONFIG_USB=y |
768 | # CONFIG_USB_DEBUG is not set | 769 | # CONFIG_USB_DEBUG is not set |
769 | 770 | ||
@@ -827,9 +828,7 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
827 | # CONFIG_USB_ACECAD is not set | 828 | # CONFIG_USB_ACECAD is not set |
828 | # CONFIG_USB_KBTAB is not set | 829 | # CONFIG_USB_KBTAB is not set |
829 | # CONFIG_USB_POWERMATE is not set | 830 | # CONFIG_USB_POWERMATE is not set |
830 | # CONFIG_USB_MTOUCH is not set | 831 | # CONFIG_USB_TOUCHSCREEN is not set |
831 | # CONFIG_USB_ITMTOUCH is not set | ||
832 | # CONFIG_USB_EGALAX is not set | ||
833 | # CONFIG_USB_YEALINK is not set | 832 | # CONFIG_USB_YEALINK is not set |
834 | # CONFIG_USB_XPAD is not set | 833 | # CONFIG_USB_XPAD is not set |
835 | # CONFIG_USB_ATI_REMOTE is not set | 834 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -844,15 +843,6 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
844 | # CONFIG_USB_MICROTEK is not set | 843 | # CONFIG_USB_MICROTEK is not set |
845 | 844 | ||
846 | # | 845 | # |
847 | # USB Multimedia devices | ||
848 | # | ||
849 | # CONFIG_USB_DABUSB is not set | ||
850 | |||
851 | # | ||
852 | # Video4Linux support is needed for USB Multimedia device support | ||
853 | # | ||
854 | |||
855 | # | ||
856 | # USB Network Adapters | 846 | # USB Network Adapters |
857 | # | 847 | # |
858 | # CONFIG_USB_CATC is not set | 848 | # CONFIG_USB_CATC is not set |
@@ -902,13 +892,31 @@ CONFIG_USB_MON=y | |||
902 | # CONFIG_MMC is not set | 892 | # CONFIG_MMC is not set |
903 | 893 | ||
904 | # | 894 | # |
895 | # LED devices | ||
896 | # | ||
897 | # CONFIG_NEW_LEDS is not set | ||
898 | |||
899 | # | ||
900 | # LED drivers | ||
901 | # | ||
902 | |||
903 | # | ||
904 | # LED Triggers | ||
905 | # | ||
906 | |||
907 | # | ||
905 | # InfiniBand support | 908 | # InfiniBand support |
906 | # | 909 | # |
907 | # CONFIG_INFINIBAND is not set | 910 | # CONFIG_INFINIBAND is not set |
908 | 911 | ||
909 | # | 912 | # |
910 | # SN Devices | 913 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
914 | # | ||
915 | |||
916 | # | ||
917 | # Real Time Clock | ||
911 | # | 918 | # |
919 | # CONFIG_RTC_CLASS is not set | ||
912 | 920 | ||
913 | # | 921 | # |
914 | # File systems | 922 | # File systems |
@@ -956,7 +964,6 @@ CONFIG_SYSFS=y | |||
956 | CONFIG_TMPFS=y | 964 | CONFIG_TMPFS=y |
957 | # CONFIG_HUGETLB_PAGE is not set | 965 | # CONFIG_HUGETLB_PAGE is not set |
958 | CONFIG_RAMFS=y | 966 | CONFIG_RAMFS=y |
959 | # CONFIG_RELAYFS_FS is not set | ||
960 | # CONFIG_CONFIGFS_FS is not set | 967 | # CONFIG_CONFIGFS_FS is not set |
961 | 968 | ||
962 | # | 969 | # |
@@ -1067,6 +1074,7 @@ CONFIG_LOG_BUF_SHIFT=14 | |||
1067 | CONFIG_DETECT_SOFTLOCKUP=y | 1074 | CONFIG_DETECT_SOFTLOCKUP=y |
1068 | # CONFIG_SCHEDSTATS is not set | 1075 | # CONFIG_SCHEDSTATS is not set |
1069 | CONFIG_DEBUG_SLAB=y | 1076 | CONFIG_DEBUG_SLAB=y |
1077 | # CONFIG_DEBUG_SLAB_LEAK is not set | ||
1070 | CONFIG_DEBUG_MUTEXES=y | 1078 | CONFIG_DEBUG_MUTEXES=y |
1071 | # CONFIG_DEBUG_SPINLOCK is not set | 1079 | # CONFIG_DEBUG_SPINLOCK is not set |
1072 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1080 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
diff --git a/arch/mips/configs/pnx8550-v2pci_defconfig b/arch/mips/configs/pnx8550-v2pci_defconfig index 4187287f0763..3c8f35162fec 100644 --- a/arch/mips/configs/pnx8550-v2pci_defconfig +++ b/arch/mips/configs/pnx8550-v2pci_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:28 2006 | 4 | # Mon Apr 24 14:51:14 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_PNX8550_V2PCI=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -114,12 +116,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
114 | CONFIG_CPU_HAS_PREFETCH=y | 116 | CONFIG_CPU_HAS_PREFETCH=y |
115 | # CONFIG_MIPS_MT is not set | 117 | # CONFIG_MIPS_MT is not set |
116 | # CONFIG_64BIT_PHYS_ADDR is not set | 118 | # CONFIG_64BIT_PHYS_ADDR is not set |
117 | CONFIG_CPU_ADVANCED=y | ||
118 | CONFIG_CPU_HAS_LLSC=y | 119 | CONFIG_CPU_HAS_LLSC=y |
119 | # CONFIG_CPU_HAS_WB is not set | ||
120 | CONFIG_CPU_HAS_SYNC=y | 120 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 121 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 122 | CONFIG_GENERIC_IRQ_PROBE=y |
123 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
123 | CONFIG_ARCH_FLATMEM_ENABLE=y | 124 | CONFIG_ARCH_FLATMEM_ENABLE=y |
124 | CONFIG_SELECT_MEMORY_MODEL=y | 125 | CONFIG_SELECT_MEMORY_MODEL=y |
125 | CONFIG_FLATMEM_MANUAL=y | 126 | CONFIG_FLATMEM_MANUAL=y |
@@ -137,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 138 | # Code maturity level options |
138 | # | 139 | # |
139 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 143 | ||
@@ -154,6 +154,7 @@ CONFIG_SYSCTL=y | |||
154 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
155 | CONFIG_IKCONFIG=y | 155 | CONFIG_IKCONFIG=y |
156 | CONFIG_IKCONFIG_PROC=y | 156 | CONFIG_IKCONFIG_PROC=y |
157 | # CONFIG_RELAY is not set | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 158 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 159 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 160 | CONFIG_EMBEDDED=y |
@@ -167,10 +168,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 168 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 169 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 170 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 171 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 172 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 173 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +178,6 @@ CONFIG_BASE_SMALL=0 | |||
181 | # | 178 | # |
182 | CONFIG_MODULES=y | 179 | CONFIG_MODULES=y |
183 | # CONFIG_MODULE_UNLOAD is not set | 180 | # CONFIG_MODULE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | # CONFIG_MODVERSIONS is not set | 181 | # CONFIG_MODVERSIONS is not set |
186 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 182 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
187 | CONFIG_KMOD=y | 183 | CONFIG_KMOD=y |
@@ -190,6 +186,8 @@ CONFIG_KMOD=y | |||
190 | # Block layer | 186 | # Block layer |
191 | # | 187 | # |
192 | # CONFIG_LBD is not set | 188 | # CONFIG_LBD is not set |
189 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
190 | # CONFIG_LSF is not set | ||
193 | 191 | ||
194 | # | 192 | # |
195 | # IO Schedulers | 193 | # IO Schedulers |
@@ -209,7 +207,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
209 | # | 207 | # |
210 | CONFIG_HW_HAS_PCI=y | 208 | CONFIG_HW_HAS_PCI=y |
211 | CONFIG_PCI=y | 209 | CONFIG_PCI=y |
212 | # CONFIG_PCI_LEGACY_PROC is not set | ||
213 | CONFIG_MMU=y | 210 | CONFIG_MMU=y |
214 | 211 | ||
215 | # | 212 | # |
@@ -237,6 +234,7 @@ CONFIG_NET=y | |||
237 | # | 234 | # |
238 | # Networking options | 235 | # Networking options |
239 | # | 236 | # |
237 | # CONFIG_NETDEBUG is not set | ||
240 | CONFIG_PACKET=y | 238 | CONFIG_PACKET=y |
241 | # CONFIG_PACKET_MMAP is not set | 239 | # CONFIG_PACKET_MMAP is not set |
242 | CONFIG_UNIX=y | 240 | CONFIG_UNIX=y |
@@ -256,6 +254,7 @@ CONFIG_IP_PNP=y | |||
256 | # CONFIG_INET_AH is not set | 254 | # CONFIG_INET_AH is not set |
257 | # CONFIG_INET_ESP is not set | 255 | # CONFIG_INET_ESP is not set |
258 | # CONFIG_INET_IPCOMP is not set | 256 | # CONFIG_INET_IPCOMP is not set |
257 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
259 | # CONFIG_INET_TUNNEL is not set | 258 | # CONFIG_INET_TUNNEL is not set |
260 | CONFIG_INET_DIAG=y | 259 | CONFIG_INET_DIAG=y |
261 | CONFIG_INET_TCP_DIAG=y | 260 | CONFIG_INET_TCP_DIAG=y |
@@ -268,9 +267,12 @@ CONFIG_TCP_CONG_BIC=y | |||
268 | # CONFIG_IP_VS is not set | 267 | # CONFIG_IP_VS is not set |
269 | CONFIG_IPV6=m | 268 | CONFIG_IPV6=m |
270 | # CONFIG_IPV6_PRIVACY is not set | 269 | # CONFIG_IPV6_PRIVACY is not set |
270 | CONFIG_IPV6_ROUTER_PREF=y | ||
271 | CONFIG_IPV6_ROUTE_INFO=y | ||
271 | # CONFIG_INET6_AH is not set | 272 | # CONFIG_INET6_AH is not set |
272 | # CONFIG_INET6_ESP is not set | 273 | # CONFIG_INET6_ESP is not set |
273 | # CONFIG_INET6_IPCOMP is not set | 274 | # CONFIG_INET6_IPCOMP is not set |
275 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
274 | # CONFIG_INET6_TUNNEL is not set | 276 | # CONFIG_INET6_TUNNEL is not set |
275 | # CONFIG_IPV6_TUNNEL is not set | 277 | # CONFIG_IPV6_TUNNEL is not set |
276 | CONFIG_NETFILTER=y | 278 | CONFIG_NETFILTER=y |
@@ -287,10 +289,12 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
287 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 289 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
288 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 290 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
289 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 291 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
292 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
290 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 293 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
291 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 294 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
292 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 295 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
293 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 296 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
297 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
294 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 298 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
295 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 299 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
296 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 300 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -320,6 +324,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
320 | # SCTP Configuration (EXPERIMENTAL) | 324 | # SCTP Configuration (EXPERIMENTAL) |
321 | # | 325 | # |
322 | # CONFIG_IP_SCTP is not set | 326 | # CONFIG_IP_SCTP is not set |
327 | |||
328 | # | ||
329 | # TIPC Configuration (EXPERIMENTAL) | ||
330 | # | ||
331 | # CONFIG_TIPC is not set | ||
323 | # CONFIG_ATM is not set | 332 | # CONFIG_ATM is not set |
324 | # CONFIG_BRIDGE is not set | 333 | # CONFIG_BRIDGE is not set |
325 | # CONFIG_VLAN_8021Q is not set | 334 | # CONFIG_VLAN_8021Q is not set |
@@ -329,11 +338,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
329 | # CONFIG_ATALK is not set | 338 | # CONFIG_ATALK is not set |
330 | # CONFIG_X25 is not set | 339 | # CONFIG_X25 is not set |
331 | # CONFIG_LAPB is not set | 340 | # CONFIG_LAPB is not set |
332 | |||
333 | # | ||
334 | # TIPC Configuration (EXPERIMENTAL) | ||
335 | # | ||
336 | # CONFIG_TIPC is not set | ||
337 | # CONFIG_NET_DIVERT is not set | 341 | # CONFIG_NET_DIVERT is not set |
338 | # CONFIG_ECONET is not set | 342 | # CONFIG_ECONET is not set |
339 | # CONFIG_WAN_ROUTER is not set | 343 | # CONFIG_WAN_ROUTER is not set |
@@ -521,7 +525,6 @@ CONFIG_AIC7XXX_DEBUG_MASK=0 | |||
521 | # CONFIG_SCSI_INIA100 is not set | 525 | # CONFIG_SCSI_INIA100 is not set |
522 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 526 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
523 | # CONFIG_SCSI_IPR is not set | 527 | # CONFIG_SCSI_IPR is not set |
524 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
525 | # CONFIG_SCSI_QLOGIC_1280 is not set | 528 | # CONFIG_SCSI_QLOGIC_1280 is not set |
526 | # CONFIG_SCSI_QLA_FC is not set | 529 | # CONFIG_SCSI_QLA_FC is not set |
527 | # CONFIG_SCSI_LPFC is not set | 530 | # CONFIG_SCSI_LPFC is not set |
@@ -757,6 +760,7 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
757 | # Non-8250 serial port support | 760 | # Non-8250 serial port support |
758 | # | 761 | # |
759 | # CONFIG_SERIAL_IP3106 is not set | 762 | # CONFIG_SERIAL_IP3106 is not set |
763 | # CONFIG_SERIAL_JSM is not set | ||
760 | CONFIG_UNIX98_PTYS=y | 764 | CONFIG_UNIX98_PTYS=y |
761 | CONFIG_LEGACY_PTYS=y | 765 | CONFIG_LEGACY_PTYS=y |
762 | CONFIG_LEGACY_PTY_COUNT=256 | 766 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -816,7 +820,6 @@ CONFIG_I2C_ALGOBIT=m | |||
816 | # CONFIG_I2C_PARPORT_LIGHT is not set | 820 | # CONFIG_I2C_PARPORT_LIGHT is not set |
817 | # CONFIG_I2C_PROSAVAGE is not set | 821 | # CONFIG_I2C_PROSAVAGE is not set |
818 | # CONFIG_I2C_SAVAGE4 is not set | 822 | # CONFIG_I2C_SAVAGE4 is not set |
819 | # CONFIG_SCx200_ACB is not set | ||
820 | # CONFIG_I2C_SIS5595 is not set | 823 | # CONFIG_I2C_SIS5595 is not set |
821 | # CONFIG_I2C_SIS630 is not set | 824 | # CONFIG_I2C_SIS630 is not set |
822 | # CONFIG_I2C_SIS96X is not set | 825 | # CONFIG_I2C_SIS96X is not set |
@@ -835,9 +838,7 @@ CONFIG_I2C_ALGOBIT=m | |||
835 | # CONFIG_SENSORS_PCF8574 is not set | 838 | # CONFIG_SENSORS_PCF8574 is not set |
836 | # CONFIG_SENSORS_PCA9539 is not set | 839 | # CONFIG_SENSORS_PCA9539 is not set |
837 | # CONFIG_SENSORS_PCF8591 is not set | 840 | # CONFIG_SENSORS_PCF8591 is not set |
838 | # CONFIG_SENSORS_RTC8564 is not set | ||
839 | # CONFIG_SENSORS_MAX6875 is not set | 841 | # CONFIG_SENSORS_MAX6875 is not set |
840 | # CONFIG_RTC_X1205_I2C is not set | ||
841 | # CONFIG_I2C_DEBUG_CORE is not set | 842 | # CONFIG_I2C_DEBUG_CORE is not set |
842 | # CONFIG_I2C_DEBUG_ALGO is not set | 843 | # CONFIG_I2C_DEBUG_ALGO is not set |
843 | # CONFIG_I2C_DEBUG_BUS is not set | 844 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -867,6 +868,7 @@ CONFIG_HWMON=y | |||
867 | # CONFIG_SENSORS_ASB100 is not set | 868 | # CONFIG_SENSORS_ASB100 is not set |
868 | # CONFIG_SENSORS_ATXP1 is not set | 869 | # CONFIG_SENSORS_ATXP1 is not set |
869 | # CONFIG_SENSORS_DS1621 is not set | 870 | # CONFIG_SENSORS_DS1621 is not set |
871 | # CONFIG_SENSORS_F71805F is not set | ||
870 | # CONFIG_SENSORS_FSCHER is not set | 872 | # CONFIG_SENSORS_FSCHER is not set |
871 | # CONFIG_SENSORS_FSCPOS is not set | 873 | # CONFIG_SENSORS_FSCPOS is not set |
872 | # CONFIG_SENSORS_GL518SM is not set | 874 | # CONFIG_SENSORS_GL518SM is not set |
@@ -901,10 +903,6 @@ CONFIG_HWMON=y | |||
901 | # | 903 | # |
902 | 904 | ||
903 | # | 905 | # |
904 | # Multimedia Capabilities Port drivers | ||
905 | # | ||
906 | |||
907 | # | ||
908 | # Multimedia devices | 906 | # Multimedia devices |
909 | # | 907 | # |
910 | # CONFIG_VIDEO_DEV is not set | 908 | # CONFIG_VIDEO_DEV is not set |
@@ -913,6 +911,7 @@ CONFIG_HWMON=y | |||
913 | # Digital Video Broadcasting Devices | 911 | # Digital Video Broadcasting Devices |
914 | # | 912 | # |
915 | # CONFIG_DVB is not set | 913 | # CONFIG_DVB is not set |
914 | # CONFIG_USB_DABUSB is not set | ||
916 | 915 | ||
917 | # | 916 | # |
918 | # Graphics support | 917 | # Graphics support |
@@ -922,6 +921,7 @@ CONFIG_FB=y | |||
922 | # CONFIG_FB_CFB_COPYAREA is not set | 921 | # CONFIG_FB_CFB_COPYAREA is not set |
923 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 922 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
924 | # CONFIG_FB_MACMODES is not set | 923 | # CONFIG_FB_MACMODES is not set |
924 | CONFIG_FB_FIRMWARE_EDID=y | ||
925 | # CONFIG_FB_MODE_HELPERS is not set | 925 | # CONFIG_FB_MODE_HELPERS is not set |
926 | # CONFIG_FB_TILEBLITTING is not set | 926 | # CONFIG_FB_TILEBLITTING is not set |
927 | # CONFIG_FB_CIRRUS is not set | 927 | # CONFIG_FB_CIRRUS is not set |
@@ -933,7 +933,6 @@ CONFIG_FB=y | |||
933 | # CONFIG_FB_NVIDIA is not set | 933 | # CONFIG_FB_NVIDIA is not set |
934 | # CONFIG_FB_RIVA is not set | 934 | # CONFIG_FB_RIVA is not set |
935 | # CONFIG_FB_MATROX is not set | 935 | # CONFIG_FB_MATROX is not set |
936 | # CONFIG_FB_RADEON_OLD is not set | ||
937 | # CONFIG_FB_RADEON is not set | 936 | # CONFIG_FB_RADEON is not set |
938 | # CONFIG_FB_ATY128 is not set | 937 | # CONFIG_FB_ATY128 is not set |
939 | # CONFIG_FB_ATY is not set | 938 | # CONFIG_FB_ATY is not set |
@@ -970,6 +969,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
970 | # | 969 | # |
971 | CONFIG_USB_ARCH_HAS_HCD=y | 970 | CONFIG_USB_ARCH_HAS_HCD=y |
972 | CONFIG_USB_ARCH_HAS_OHCI=y | 971 | CONFIG_USB_ARCH_HAS_OHCI=y |
972 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
973 | CONFIG_USB=y | 973 | CONFIG_USB=y |
974 | # CONFIG_USB_DEBUG is not set | 974 | # CONFIG_USB_DEBUG is not set |
975 | 975 | ||
@@ -1030,9 +1030,7 @@ CONFIG_USB_HIDDEV=y | |||
1030 | # CONFIG_USB_ACECAD is not set | 1030 | # CONFIG_USB_ACECAD is not set |
1031 | # CONFIG_USB_KBTAB is not set | 1031 | # CONFIG_USB_KBTAB is not set |
1032 | # CONFIG_USB_POWERMATE is not set | 1032 | # CONFIG_USB_POWERMATE is not set |
1033 | # CONFIG_USB_MTOUCH is not set | 1033 | # CONFIG_USB_TOUCHSCREEN is not set |
1034 | # CONFIG_USB_ITMTOUCH is not set | ||
1035 | # CONFIG_USB_EGALAX is not set | ||
1036 | # CONFIG_USB_YEALINK is not set | 1034 | # CONFIG_USB_YEALINK is not set |
1037 | # CONFIG_USB_XPAD is not set | 1035 | # CONFIG_USB_XPAD is not set |
1038 | # CONFIG_USB_ATI_REMOTE is not set | 1036 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -1047,15 +1045,6 @@ CONFIG_USB_HIDDEV=y | |||
1047 | # CONFIG_USB_MICROTEK is not set | 1045 | # CONFIG_USB_MICROTEK is not set |
1048 | 1046 | ||
1049 | # | 1047 | # |
1050 | # USB Multimedia devices | ||
1051 | # | ||
1052 | # CONFIG_USB_DABUSB is not set | ||
1053 | |||
1054 | # | ||
1055 | # Video4Linux support is needed for USB Multimedia device support | ||
1056 | # | ||
1057 | |||
1058 | # | ||
1059 | # USB Network Adapters | 1048 | # USB Network Adapters |
1060 | # | 1049 | # |
1061 | # CONFIG_USB_CATC is not set | 1050 | # CONFIG_USB_CATC is not set |
@@ -1106,13 +1095,31 @@ CONFIG_USB_MON=y | |||
1106 | # CONFIG_MMC is not set | 1095 | # CONFIG_MMC is not set |
1107 | 1096 | ||
1108 | # | 1097 | # |
1098 | # LED devices | ||
1099 | # | ||
1100 | # CONFIG_NEW_LEDS is not set | ||
1101 | |||
1102 | # | ||
1103 | # LED drivers | ||
1104 | # | ||
1105 | |||
1106 | # | ||
1107 | # LED Triggers | ||
1108 | # | ||
1109 | |||
1110 | # | ||
1109 | # InfiniBand support | 1111 | # InfiniBand support |
1110 | # | 1112 | # |
1111 | # CONFIG_INFINIBAND is not set | 1113 | # CONFIG_INFINIBAND is not set |
1112 | 1114 | ||
1113 | # | 1115 | # |
1114 | # SN Devices | 1116 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1117 | # | ||
1118 | |||
1119 | # | ||
1120 | # Real Time Clock | ||
1115 | # | 1121 | # |
1122 | # CONFIG_RTC_CLASS is not set | ||
1116 | 1123 | ||
1117 | # | 1124 | # |
1118 | # File systems | 1125 | # File systems |
@@ -1171,7 +1178,6 @@ CONFIG_SYSFS=y | |||
1171 | CONFIG_TMPFS=y | 1178 | CONFIG_TMPFS=y |
1172 | # CONFIG_HUGETLB_PAGE is not set | 1179 | # CONFIG_HUGETLB_PAGE is not set |
1173 | CONFIG_RAMFS=y | 1180 | CONFIG_RAMFS=y |
1174 | # CONFIG_RELAYFS_FS is not set | ||
1175 | # CONFIG_CONFIGFS_FS is not set | 1181 | # CONFIG_CONFIGFS_FS is not set |
1176 | 1182 | ||
1177 | # | 1183 | # |
@@ -1280,6 +1286,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1280 | # CONFIG_MAGIC_SYSRQ is not set | 1286 | # CONFIG_MAGIC_SYSRQ is not set |
1281 | # CONFIG_DEBUG_KERNEL is not set | 1287 | # CONFIG_DEBUG_KERNEL is not set |
1282 | CONFIG_LOG_BUF_SHIFT=14 | 1288 | CONFIG_LOG_BUF_SHIFT=14 |
1289 | # CONFIG_DEBUG_FS is not set | ||
1283 | CONFIG_CROSSCOMPILE=y | 1290 | CONFIG_CROSSCOMPILE=y |
1284 | CONFIG_CMDLINE="" | 1291 | CONFIG_CMDLINE="" |
1285 | 1292 | ||
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index 31f5afabafa8..4bcc01dea041 100644 --- a/arch/mips/configs/qemu_defconfig +++ b/arch/mips/configs/qemu_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc2 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Sun Feb 12 19:18:55 2006 | 4 | # Mon Apr 24 14:51:15 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_QEMU=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_COHERENT=y | 70 | CONFIG_DMA_COHERENT=y |
69 | CONFIG_GENERIC_ISA_DMA=y | 71 | CONFIG_GENERIC_ISA_DMA=y |
@@ -115,16 +117,17 @@ CONFIG_PAGE_SIZE_4KB=y | |||
115 | CONFIG_CPU_HAS_PREFETCH=y | 117 | CONFIG_CPU_HAS_PREFETCH=y |
116 | # CONFIG_MIPS_MT is not set | 118 | # CONFIG_MIPS_MT is not set |
117 | # CONFIG_64BIT_PHYS_ADDR is not set | 119 | # CONFIG_64BIT_PHYS_ADDR is not set |
118 | # CONFIG_CPU_ADVANCED is not set | ||
119 | CONFIG_CPU_HAS_LLSC=y | 120 | CONFIG_CPU_HAS_LLSC=y |
120 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
124 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
123 | CONFIG_ARCH_FLATMEM_ENABLE=y | 125 | CONFIG_ARCH_FLATMEM_ENABLE=y |
124 | CONFIG_FLATMEM=y | 126 | CONFIG_FLATMEM=y |
125 | CONFIG_FLAT_NODE_MEM_MAP=y | 127 | CONFIG_FLAT_NODE_MEM_MAP=y |
126 | # CONFIG_SPARSEMEM_STATIC is not set | 128 | # CONFIG_SPARSEMEM_STATIC is not set |
127 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 129 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
130 | # CONFIG_SMP is not set | ||
128 | CONFIG_PREEMPT_NONE=y | 131 | CONFIG_PREEMPT_NONE=y |
129 | # CONFIG_PREEMPT_VOLUNTARY is not set | 132 | # CONFIG_PREEMPT_VOLUNTARY is not set |
130 | # CONFIG_PREEMPT is not set | 133 | # CONFIG_PREEMPT is not set |
@@ -147,6 +150,7 @@ CONFIG_LOCALVERSION_AUTO=y | |||
147 | CONFIG_SYSCTL=y | 150 | CONFIG_SYSCTL=y |
148 | # CONFIG_AUDIT is not set | 151 | # CONFIG_AUDIT is not set |
149 | # CONFIG_IKCONFIG is not set | 152 | # CONFIG_IKCONFIG is not set |
153 | CONFIG_RELAY=y | ||
150 | CONFIG_INITRAMFS_SOURCE="" | 154 | CONFIG_INITRAMFS_SOURCE="" |
151 | CONFIG_EMBEDDED=y | 155 | CONFIG_EMBEDDED=y |
152 | CONFIG_KALLSYMS=y | 156 | CONFIG_KALLSYMS=y |
@@ -159,10 +163,6 @@ CONFIG_ELF_CORE=y | |||
159 | # CONFIG_FUTEX is not set | 163 | # CONFIG_FUTEX is not set |
160 | # CONFIG_EPOLL is not set | 164 | # CONFIG_EPOLL is not set |
161 | # CONFIG_SHMEM is not set | 165 | # CONFIG_SHMEM is not set |
162 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
163 | CONFIG_CC_ALIGN_LABELS=0 | ||
164 | CONFIG_CC_ALIGN_LOOPS=0 | ||
165 | CONFIG_CC_ALIGN_JUMPS=0 | ||
166 | CONFIG_SLAB=y | 166 | CONFIG_SLAB=y |
167 | CONFIG_TINY_SHMEM=y | 167 | CONFIG_TINY_SHMEM=y |
168 | CONFIG_BASE_SMALL=1 | 168 | CONFIG_BASE_SMALL=1 |
@@ -177,6 +177,8 @@ CONFIG_BASE_SMALL=1 | |||
177 | # Block layer | 177 | # Block layer |
178 | # | 178 | # |
179 | # CONFIG_LBD is not set | 179 | # CONFIG_LBD is not set |
180 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
181 | # CONFIG_LSF is not set | ||
180 | 182 | ||
181 | # | 183 | # |
182 | # IO Schedulers | 184 | # IO Schedulers |
@@ -196,6 +198,7 @@ CONFIG_DEFAULT_IOSCHED="noop" | |||
196 | # | 198 | # |
197 | CONFIG_ISA=y | 199 | CONFIG_ISA=y |
198 | CONFIG_MMU=y | 200 | CONFIG_MMU=y |
201 | CONFIG_I8253=y | ||
199 | 202 | ||
200 | # | 203 | # |
201 | # PCCARD (PCMCIA/CardBus) support | 204 | # PCCARD (PCMCIA/CardBus) support |
@@ -241,12 +244,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
241 | # CONFIG_INET_AH is not set | 244 | # CONFIG_INET_AH is not set |
242 | # CONFIG_INET_ESP is not set | 245 | # CONFIG_INET_ESP is not set |
243 | # CONFIG_INET_IPCOMP is not set | 246 | # CONFIG_INET_IPCOMP is not set |
247 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
244 | # CONFIG_INET_TUNNEL is not set | 248 | # CONFIG_INET_TUNNEL is not set |
245 | CONFIG_INET_DIAG=y | 249 | CONFIG_INET_DIAG=y |
246 | CONFIG_INET_TCP_DIAG=y | 250 | CONFIG_INET_TCP_DIAG=y |
247 | # CONFIG_TCP_CONG_ADVANCED is not set | 251 | # CONFIG_TCP_CONG_ADVANCED is not set |
248 | CONFIG_TCP_CONG_BIC=y | 252 | CONFIG_TCP_CONG_BIC=y |
249 | # CONFIG_IPV6 is not set | 253 | # CONFIG_IPV6 is not set |
254 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
255 | # CONFIG_INET6_TUNNEL is not set | ||
250 | # CONFIG_NETFILTER is not set | 256 | # CONFIG_NETFILTER is not set |
251 | # CONFIG_BRIDGE is not set | 257 | # CONFIG_BRIDGE is not set |
252 | # CONFIG_VLAN_8021Q is not set | 258 | # CONFIG_VLAN_8021Q is not set |
@@ -308,7 +314,7 @@ CONFIG_PROC_EVENTS=y | |||
308 | # CONFIG_BLK_DEV_LOOP is not set | 314 | # CONFIG_BLK_DEV_LOOP is not set |
309 | # CONFIG_BLK_DEV_NBD is not set | 315 | # CONFIG_BLK_DEV_NBD is not set |
310 | # CONFIG_BLK_DEV_RAM is not set | 316 | # CONFIG_BLK_DEV_RAM is not set |
311 | CONFIG_BLK_DEV_RAM_COUNT=16 | 317 | # CONFIG_BLK_DEV_INITRD is not set |
312 | # CONFIG_CDROM_PKTCDVD is not set | 318 | # CONFIG_CDROM_PKTCDVD is not set |
313 | # CONFIG_ATA_OVER_ETH is not set | 319 | # CONFIG_ATA_OVER_ETH is not set |
314 | 320 | ||
@@ -530,10 +536,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
530 | # | 536 | # |
531 | 537 | ||
532 | # | 538 | # |
533 | # Multimedia Capabilities Port drivers | ||
534 | # | ||
535 | |||
536 | # | ||
537 | # Multimedia devices | 539 | # Multimedia devices |
538 | # | 540 | # |
539 | # CONFIG_VIDEO_DEV is not set | 541 | # CONFIG_VIDEO_DEV is not set |
@@ -552,6 +554,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
552 | # Console display driver support | 554 | # Console display driver support |
553 | # | 555 | # |
554 | CONFIG_VGA_CONSOLE=y | 556 | CONFIG_VGA_CONSOLE=y |
557 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
555 | # CONFIG_MDA_CONSOLE is not set | 558 | # CONFIG_MDA_CONSOLE is not set |
556 | CONFIG_DUMMY_CONSOLE=y | 559 | CONFIG_DUMMY_CONSOLE=y |
557 | 560 | ||
@@ -565,6 +568,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
565 | # | 568 | # |
566 | # CONFIG_USB_ARCH_HAS_HCD is not set | 569 | # CONFIG_USB_ARCH_HAS_HCD is not set |
567 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 570 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
571 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
568 | 572 | ||
569 | # | 573 | # |
570 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 574 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -581,15 +585,28 @@ CONFIG_DUMMY_CONSOLE=y | |||
581 | # CONFIG_MMC is not set | 585 | # CONFIG_MMC is not set |
582 | 586 | ||
583 | # | 587 | # |
588 | # LED devices | ||
589 | # | ||
590 | # CONFIG_NEW_LEDS is not set | ||
591 | |||
592 | # | ||
593 | # LED drivers | ||
594 | # | ||
595 | |||
596 | # | ||
597 | # LED Triggers | ||
598 | # | ||
599 | |||
600 | # | ||
584 | # InfiniBand support | 601 | # InfiniBand support |
585 | # | 602 | # |
586 | 603 | ||
587 | # | 604 | # |
588 | # SN Devices | 605 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
589 | # | 606 | # |
590 | 607 | ||
591 | # | 608 | # |
592 | # EDAC - error detection and reporting (RAS) | 609 | # Real Time Clock |
593 | # | 610 | # |
594 | 611 | ||
595 | # | 612 | # |
@@ -632,7 +649,6 @@ CONFIG_SYSFS=y | |||
632 | # CONFIG_TMPFS is not set | 649 | # CONFIG_TMPFS is not set |
633 | # CONFIG_HUGETLB_PAGE is not set | 650 | # CONFIG_HUGETLB_PAGE is not set |
634 | CONFIG_RAMFS=y | 651 | CONFIG_RAMFS=y |
635 | CONFIG_RELAYFS_FS=y | ||
636 | 652 | ||
637 | # | 653 | # |
638 | # Miscellaneous filesystems | 654 | # Miscellaneous filesystems |
@@ -680,6 +696,8 @@ CONFIG_MSDOS_PARTITION=y | |||
680 | # CONFIG_MAGIC_SYSRQ is not set | 696 | # CONFIG_MAGIC_SYSRQ is not set |
681 | # CONFIG_DEBUG_KERNEL is not set | 697 | # CONFIG_DEBUG_KERNEL is not set |
682 | CONFIG_LOG_BUF_SHIFT=14 | 698 | CONFIG_LOG_BUF_SHIFT=14 |
699 | # CONFIG_DEBUG_FS is not set | ||
700 | # CONFIG_UNWIND_INFO is not set | ||
683 | CONFIG_CROSSCOMPILE=y | 701 | CONFIG_CROSSCOMPILE=y |
684 | CONFIG_CMDLINE="" | 702 | CONFIG_CMDLINE="" |
685 | 703 | ||
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index b126f763cf51..3d441932e43a 100644 --- a/arch/mips/configs/rbhma4500_defconfig +++ b/arch/mips/configs/rbhma4500_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:30 2006 | 4 | # Mon Apr 24 14:51:16 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -71,6 +71,8 @@ CONFIG_TOSHIBA_RBTX4938_MPLEX_PIO58_61=y | |||
71 | # CONFIG_TOSHIBA_RBTX4938_MPLEX_NAND is not set | 71 | # CONFIG_TOSHIBA_RBTX4938_MPLEX_NAND is not set |
72 | # CONFIG_TOSHIBA_RBTX4938_MPLEX_ATA is not set | 72 | # CONFIG_TOSHIBA_RBTX4938_MPLEX_ATA is not set |
73 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 73 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
74 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
75 | CONFIG_GENERIC_HWEIGHT=y | ||
74 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 76 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
75 | CONFIG_DMA_NONCOHERENT=y | 77 | CONFIG_DMA_NONCOHERENT=y |
76 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 78 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -121,10 +123,9 @@ CONFIG_PAGE_SIZE_4KB=y | |||
121 | # CONFIG_PAGE_SIZE_8KB is not set | 123 | # CONFIG_PAGE_SIZE_8KB is not set |
122 | # CONFIG_PAGE_SIZE_16KB is not set | 124 | # CONFIG_PAGE_SIZE_16KB is not set |
123 | # CONFIG_PAGE_SIZE_64KB is not set | 125 | # CONFIG_PAGE_SIZE_64KB is not set |
126 | CONFIG_CPU_HAS_PREFETCH=y | ||
124 | # CONFIG_MIPS_MT is not set | 127 | # CONFIG_MIPS_MT is not set |
125 | CONFIG_CPU_ADVANCED=y | ||
126 | CONFIG_CPU_HAS_LLSC=y | 128 | CONFIG_CPU_HAS_LLSC=y |
127 | CONFIG_CPU_HAS_WB=y | ||
128 | CONFIG_CPU_HAS_SYNC=y | 129 | CONFIG_CPU_HAS_SYNC=y |
129 | CONFIG_GENERIC_HARDIRQS=y | 130 | CONFIG_GENERIC_HARDIRQS=y |
130 | CONFIG_GENERIC_IRQ_PROBE=y | 131 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -145,7 +146,6 @@ CONFIG_PREEMPT_NONE=y | |||
145 | # Code maturity level options | 146 | # Code maturity level options |
146 | # | 147 | # |
147 | CONFIG_EXPERIMENTAL=y | 148 | CONFIG_EXPERIMENTAL=y |
148 | CONFIG_CLEAN_COMPILE=y | ||
149 | CONFIG_BROKEN_ON_SMP=y | 149 | CONFIG_BROKEN_ON_SMP=y |
150 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 150 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
151 | 151 | ||
@@ -162,6 +162,7 @@ CONFIG_SYSCTL=y | |||
162 | # CONFIG_AUDIT is not set | 162 | # CONFIG_AUDIT is not set |
163 | CONFIG_IKCONFIG=y | 163 | CONFIG_IKCONFIG=y |
164 | CONFIG_IKCONFIG_PROC=y | 164 | CONFIG_IKCONFIG_PROC=y |
165 | CONFIG_RELAY=y | ||
165 | CONFIG_INITRAMFS_SOURCE="" | 166 | CONFIG_INITRAMFS_SOURCE="" |
166 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 167 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
167 | CONFIG_EMBEDDED=y | 168 | CONFIG_EMBEDDED=y |
@@ -175,10 +176,6 @@ CONFIG_BASE_FULL=y | |||
175 | # CONFIG_FUTEX is not set | 176 | # CONFIG_FUTEX is not set |
176 | # CONFIG_EPOLL is not set | 177 | # CONFIG_EPOLL is not set |
177 | CONFIG_SHMEM=y | 178 | CONFIG_SHMEM=y |
178 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
179 | CONFIG_CC_ALIGN_LABELS=0 | ||
180 | CONFIG_CC_ALIGN_LOOPS=0 | ||
181 | CONFIG_CC_ALIGN_JUMPS=0 | ||
182 | CONFIG_SLAB=y | 179 | CONFIG_SLAB=y |
183 | # CONFIG_TINY_SHMEM is not set | 180 | # CONFIG_TINY_SHMEM is not set |
184 | CONFIG_BASE_SMALL=0 | 181 | CONFIG_BASE_SMALL=0 |
@@ -190,7 +187,6 @@ CONFIG_OBSOLETE_INTERMODULE=y | |||
190 | # | 187 | # |
191 | CONFIG_MODULES=y | 188 | CONFIG_MODULES=y |
192 | # CONFIG_MODULE_UNLOAD is not set | 189 | # CONFIG_MODULE_UNLOAD is not set |
193 | CONFIG_OBSOLETE_MODPARM=y | ||
194 | # CONFIG_MODVERSIONS is not set | 190 | # CONFIG_MODVERSIONS is not set |
195 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 191 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
196 | CONFIG_KMOD=y | 192 | CONFIG_KMOD=y |
@@ -199,6 +195,8 @@ CONFIG_KMOD=y | |||
199 | # Block layer | 195 | # Block layer |
200 | # | 196 | # |
201 | # CONFIG_LBD is not set | 197 | # CONFIG_LBD is not set |
198 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
199 | # CONFIG_LSF is not set | ||
202 | 200 | ||
203 | # | 201 | # |
204 | # IO Schedulers | 202 | # IO Schedulers |
@@ -218,7 +216,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
218 | # | 216 | # |
219 | CONFIG_HW_HAS_PCI=y | 217 | CONFIG_HW_HAS_PCI=y |
220 | CONFIG_PCI=y | 218 | CONFIG_PCI=y |
221 | # CONFIG_PCI_LEGACY_PROC is not set | ||
222 | CONFIG_ISA=y | 219 | CONFIG_ISA=y |
223 | CONFIG_MMU=y | 220 | CONFIG_MMU=y |
224 | 221 | ||
@@ -247,6 +244,7 @@ CONFIG_NET=y | |||
247 | # | 244 | # |
248 | # Networking options | 245 | # Networking options |
249 | # | 246 | # |
247 | # CONFIG_NETDEBUG is not set | ||
250 | CONFIG_PACKET=y | 248 | CONFIG_PACKET=y |
251 | # CONFIG_PACKET_MMAP is not set | 249 | # CONFIG_PACKET_MMAP is not set |
252 | CONFIG_UNIX=y | 250 | CONFIG_UNIX=y |
@@ -267,6 +265,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
267 | # CONFIG_INET_AH is not set | 265 | # CONFIG_INET_AH is not set |
268 | # CONFIG_INET_ESP is not set | 266 | # CONFIG_INET_ESP is not set |
269 | # CONFIG_INET_IPCOMP is not set | 267 | # CONFIG_INET_IPCOMP is not set |
268 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET_TUNNEL is not set | 269 | # CONFIG_INET_TUNNEL is not set |
271 | CONFIG_INET_DIAG=y | 270 | CONFIG_INET_DIAG=y |
272 | CONFIG_INET_TCP_DIAG=y | 271 | CONFIG_INET_TCP_DIAG=y |
@@ -279,9 +278,12 @@ CONFIG_TCP_CONG_BIC=y | |||
279 | # CONFIG_IP_VS is not set | 278 | # CONFIG_IP_VS is not set |
280 | CONFIG_IPV6=m | 279 | CONFIG_IPV6=m |
281 | # CONFIG_IPV6_PRIVACY is not set | 280 | # CONFIG_IPV6_PRIVACY is not set |
281 | CONFIG_IPV6_ROUTER_PREF=y | ||
282 | CONFIG_IPV6_ROUTE_INFO=y | ||
282 | # CONFIG_INET6_AH is not set | 283 | # CONFIG_INET6_AH is not set |
283 | # CONFIG_INET6_ESP is not set | 284 | # CONFIG_INET6_ESP is not set |
284 | # CONFIG_INET6_IPCOMP is not set | 285 | # CONFIG_INET6_IPCOMP is not set |
286 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
285 | # CONFIG_INET6_TUNNEL is not set | 287 | # CONFIG_INET6_TUNNEL is not set |
286 | # CONFIG_IPV6_TUNNEL is not set | 288 | # CONFIG_IPV6_TUNNEL is not set |
287 | CONFIG_NETFILTER=y | 289 | CONFIG_NETFILTER=y |
@@ -300,10 +302,12 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
300 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 302 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
301 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 303 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
302 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 304 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
305 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
303 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 306 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
304 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 307 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
305 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 308 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
306 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 309 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
310 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
307 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 311 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
308 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 312 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
309 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 313 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -333,6 +337,11 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
333 | # SCTP Configuration (EXPERIMENTAL) | 337 | # SCTP Configuration (EXPERIMENTAL) |
334 | # | 338 | # |
335 | # CONFIG_IP_SCTP is not set | 339 | # CONFIG_IP_SCTP is not set |
340 | |||
341 | # | ||
342 | # TIPC Configuration (EXPERIMENTAL) | ||
343 | # | ||
344 | # CONFIG_TIPC is not set | ||
336 | # CONFIG_ATM is not set | 345 | # CONFIG_ATM is not set |
337 | # CONFIG_BRIDGE is not set | 346 | # CONFIG_BRIDGE is not set |
338 | # CONFIG_VLAN_8021Q is not set | 347 | # CONFIG_VLAN_8021Q is not set |
@@ -342,11 +351,6 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | |||
342 | # CONFIG_ATALK is not set | 351 | # CONFIG_ATALK is not set |
343 | # CONFIG_X25 is not set | 352 | # CONFIG_X25 is not set |
344 | # CONFIG_LAPB is not set | 353 | # CONFIG_LAPB is not set |
345 | |||
346 | # | ||
347 | # TIPC Configuration (EXPERIMENTAL) | ||
348 | # | ||
349 | # CONFIG_TIPC is not set | ||
350 | # CONFIG_NET_DIVERT is not set | 354 | # CONFIG_NET_DIVERT is not set |
351 | # CONFIG_ECONET is not set | 355 | # CONFIG_ECONET is not set |
352 | # CONFIG_WAN_ROUTER is not set | 356 | # CONFIG_WAN_ROUTER is not set |
@@ -369,6 +373,9 @@ CONFIG_IEEE80211=m | |||
369 | CONFIG_IEEE80211_CRYPT_WEP=m | 373 | CONFIG_IEEE80211_CRYPT_WEP=m |
370 | CONFIG_IEEE80211_CRYPT_CCMP=m | 374 | CONFIG_IEEE80211_CRYPT_CCMP=m |
371 | CONFIG_IEEE80211_CRYPT_TKIP=m | 375 | CONFIG_IEEE80211_CRYPT_TKIP=m |
376 | CONFIG_IEEE80211_SOFTMAC=m | ||
377 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
378 | CONFIG_WIRELESS_EXT=y | ||
372 | 379 | ||
373 | # | 380 | # |
374 | # Device Drivers | 381 | # Device Drivers |
@@ -425,7 +432,6 @@ CONFIG_MTD_CFI_I2=y | |||
425 | # CONFIG_MTD_CFI_I8 is not set | 432 | # CONFIG_MTD_CFI_I8 is not set |
426 | CONFIG_MTD_CFI_INTELEXT=y | 433 | CONFIG_MTD_CFI_INTELEXT=y |
427 | CONFIG_MTD_CFI_AMDSTD=y | 434 | CONFIG_MTD_CFI_AMDSTD=y |
428 | CONFIG_MTD_CFI_AMDSTD_RETRY=0 | ||
429 | # CONFIG_MTD_CFI_STAA is not set | 435 | # CONFIG_MTD_CFI_STAA is not set |
430 | CONFIG_MTD_CFI_UTIL=y | 436 | CONFIG_MTD_CFI_UTIL=y |
431 | # CONFIG_MTD_RAM is not set | 437 | # CONFIG_MTD_RAM is not set |
@@ -447,7 +453,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
447 | # CONFIG_MTD_SLRAM is not set | 453 | # CONFIG_MTD_SLRAM is not set |
448 | # CONFIG_MTD_PHRAM is not set | 454 | # CONFIG_MTD_PHRAM is not set |
449 | # CONFIG_MTD_MTDRAM is not set | 455 | # CONFIG_MTD_MTDRAM is not set |
450 | # CONFIG_MTD_BLKMTD is not set | ||
451 | # CONFIG_MTD_BLOCK2MTD is not set | 456 | # CONFIG_MTD_BLOCK2MTD is not set |
452 | 457 | ||
453 | # | 458 | # |
@@ -702,6 +707,7 @@ CONFIG_NET_PCI=y | |||
702 | # Wireless LAN (non-hamradio) | 707 | # Wireless LAN (non-hamradio) |
703 | # | 708 | # |
704 | CONFIG_NET_RADIO=y | 709 | CONFIG_NET_RADIO=y |
710 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
705 | 711 | ||
706 | # | 712 | # |
707 | # Obsolete Wireless cards support (pre-802.11) | 713 | # Obsolete Wireless cards support (pre-802.11) |
@@ -715,6 +721,8 @@ CONFIG_NET_RADIO=y | |||
715 | # | 721 | # |
716 | # CONFIG_IPW2100 is not set | 722 | # CONFIG_IPW2100 is not set |
717 | CONFIG_IPW2200=m | 723 | CONFIG_IPW2200=m |
724 | # CONFIG_IPW2200_MONITOR is not set | ||
725 | # CONFIG_IPW_QOS is not set | ||
718 | # CONFIG_IPW2200_DEBUG is not set | 726 | # CONFIG_IPW2200_DEBUG is not set |
719 | # CONFIG_HERMES is not set | 727 | # CONFIG_HERMES is not set |
720 | # CONFIG_ATMEL is not set | 728 | # CONFIG_ATMEL is not set |
@@ -724,6 +732,7 @@ CONFIG_IPW2200=m | |||
724 | # | 732 | # |
725 | # CONFIG_PRISM54 is not set | 733 | # CONFIG_PRISM54 is not set |
726 | # CONFIG_HOSTAP is not set | 734 | # CONFIG_HOSTAP is not set |
735 | # CONFIG_BCM43XX is not set | ||
727 | CONFIG_NET_WIRELESS=y | 736 | CONFIG_NET_WIRELESS=y |
728 | 737 | ||
729 | # | 738 | # |
@@ -821,7 +830,12 @@ CONFIG_HW_CONSOLE=y | |||
821 | # | 830 | # |
822 | # Non-8250 serial port support | 831 | # Non-8250 serial port support |
823 | # | 832 | # |
833 | CONFIG_SERIAL_CORE=y | ||
834 | CONFIG_SERIAL_TXX9=y | ||
824 | CONFIG_HAS_TXX9_SERIAL=y | 835 | CONFIG_HAS_TXX9_SERIAL=y |
836 | # CONFIG_SERIAL_TXX9_CONSOLE is not set | ||
837 | # CONFIG_SERIAL_TXX9_STDSERIAL is not set | ||
838 | # CONFIG_SERIAL_JSM is not set | ||
825 | CONFIG_UNIX98_PTYS=y | 839 | CONFIG_UNIX98_PTYS=y |
826 | CONFIG_LEGACY_PTYS=y | 840 | CONFIG_LEGACY_PTYS=y |
827 | CONFIG_LEGACY_PTY_COUNT=256 | 841 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -874,6 +888,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
874 | # | 888 | # |
875 | CONFIG_HWMON=y | 889 | CONFIG_HWMON=y |
876 | # CONFIG_HWMON_VID is not set | 890 | # CONFIG_HWMON_VID is not set |
891 | # CONFIG_SENSORS_F71805F is not set | ||
877 | # CONFIG_HWMON_DEBUG_CHIP is not set | 892 | # CONFIG_HWMON_DEBUG_CHIP is not set |
878 | 893 | ||
879 | # | 894 | # |
@@ -881,10 +896,6 @@ CONFIG_HWMON=y | |||
881 | # | 896 | # |
882 | 897 | ||
883 | # | 898 | # |
884 | # Multimedia Capabilities Port drivers | ||
885 | # | ||
886 | |||
887 | # | ||
888 | # Multimedia devices | 899 | # Multimedia devices |
889 | # | 900 | # |
890 | # CONFIG_VIDEO_DEV is not set | 901 | # CONFIG_VIDEO_DEV is not set |
@@ -893,6 +904,7 @@ CONFIG_HWMON=y | |||
893 | # Digital Video Broadcasting Devices | 904 | # Digital Video Broadcasting Devices |
894 | # | 905 | # |
895 | # CONFIG_DVB is not set | 906 | # CONFIG_DVB is not set |
907 | # CONFIG_USB_DABUSB is not set | ||
896 | 908 | ||
897 | # | 909 | # |
898 | # Graphics support | 910 | # Graphics support |
@@ -902,6 +914,7 @@ CONFIG_FB_CFB_FILLRECT=y | |||
902 | CONFIG_FB_CFB_COPYAREA=y | 914 | CONFIG_FB_CFB_COPYAREA=y |
903 | CONFIG_FB_CFB_IMAGEBLIT=y | 915 | CONFIG_FB_CFB_IMAGEBLIT=y |
904 | # CONFIG_FB_MACMODES is not set | 916 | # CONFIG_FB_MACMODES is not set |
917 | CONFIG_FB_FIRMWARE_EDID=y | ||
905 | # CONFIG_FB_MODE_HELPERS is not set | 918 | # CONFIG_FB_MODE_HELPERS is not set |
906 | # CONFIG_FB_TILEBLITTING is not set | 919 | # CONFIG_FB_TILEBLITTING is not set |
907 | # CONFIG_FB_CIRRUS is not set | 920 | # CONFIG_FB_CIRRUS is not set |
@@ -913,7 +926,6 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
913 | # CONFIG_FB_NVIDIA is not set | 926 | # CONFIG_FB_NVIDIA is not set |
914 | # CONFIG_FB_RIVA is not set | 927 | # CONFIG_FB_RIVA is not set |
915 | # CONFIG_FB_MATROX is not set | 928 | # CONFIG_FB_MATROX is not set |
916 | # CONFIG_FB_RADEON_OLD is not set | ||
917 | # CONFIG_FB_RADEON is not set | 929 | # CONFIG_FB_RADEON is not set |
918 | # CONFIG_FB_ATY128 is not set | 930 | # CONFIG_FB_ATY128 is not set |
919 | CONFIG_FB_ATY=y | 931 | CONFIG_FB_ATY=y |
@@ -934,6 +946,7 @@ CONFIG_FB_ATY_CT=y | |||
934 | # Console display driver support | 946 | # Console display driver support |
935 | # | 947 | # |
936 | CONFIG_VGA_CONSOLE=y | 948 | CONFIG_VGA_CONSOLE=y |
949 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
937 | # CONFIG_MDA_CONSOLE is not set | 950 | # CONFIG_MDA_CONSOLE is not set |
938 | CONFIG_DUMMY_CONSOLE=y | 951 | CONFIG_DUMMY_CONSOLE=y |
939 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 952 | # CONFIG_FRAMEBUFFER_CONSOLE is not set |
@@ -954,6 +967,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
954 | # | 967 | # |
955 | CONFIG_USB_ARCH_HAS_HCD=y | 968 | CONFIG_USB_ARCH_HAS_HCD=y |
956 | CONFIG_USB_ARCH_HAS_OHCI=y | 969 | CONFIG_USB_ARCH_HAS_OHCI=y |
970 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
957 | CONFIG_USB=y | 971 | CONFIG_USB=y |
958 | # CONFIG_USB_DEBUG is not set | 972 | # CONFIG_USB_DEBUG is not set |
959 | 973 | ||
@@ -1003,9 +1017,7 @@ CONFIG_USB_HIDDEV=y | |||
1003 | # CONFIG_USB_ACECAD is not set | 1017 | # CONFIG_USB_ACECAD is not set |
1004 | # CONFIG_USB_KBTAB is not set | 1018 | # CONFIG_USB_KBTAB is not set |
1005 | # CONFIG_USB_POWERMATE is not set | 1019 | # CONFIG_USB_POWERMATE is not set |
1006 | # CONFIG_USB_MTOUCH is not set | 1020 | # CONFIG_USB_TOUCHSCREEN is not set |
1007 | # CONFIG_USB_ITMTOUCH is not set | ||
1008 | # CONFIG_USB_EGALAX is not set | ||
1009 | CONFIG_USB_YEALINK=m | 1021 | CONFIG_USB_YEALINK=m |
1010 | # CONFIG_USB_XPAD is not set | 1022 | # CONFIG_USB_XPAD is not set |
1011 | # CONFIG_USB_ATI_REMOTE is not set | 1023 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -1019,15 +1031,6 @@ CONFIG_USB_YEALINK=m | |||
1019 | # CONFIG_USB_MDC800 is not set | 1031 | # CONFIG_USB_MDC800 is not set |
1020 | 1032 | ||
1021 | # | 1033 | # |
1022 | # USB Multimedia devices | ||
1023 | # | ||
1024 | # CONFIG_USB_DABUSB is not set | ||
1025 | |||
1026 | # | ||
1027 | # Video4Linux support is needed for USB Multimedia device support | ||
1028 | # | ||
1029 | |||
1030 | # | ||
1031 | # USB Network Adapters | 1034 | # USB Network Adapters |
1032 | # | 1035 | # |
1033 | # CONFIG_USB_CATC is not set | 1036 | # CONFIG_USB_CATC is not set |
@@ -1078,13 +1081,31 @@ CONFIG_USB_MON=y | |||
1078 | # CONFIG_MMC is not set | 1081 | # CONFIG_MMC is not set |
1079 | 1082 | ||
1080 | # | 1083 | # |
1084 | # LED devices | ||
1085 | # | ||
1086 | # CONFIG_NEW_LEDS is not set | ||
1087 | |||
1088 | # | ||
1089 | # LED drivers | ||
1090 | # | ||
1091 | |||
1092 | # | ||
1093 | # LED Triggers | ||
1094 | # | ||
1095 | |||
1096 | # | ||
1081 | # InfiniBand support | 1097 | # InfiniBand support |
1082 | # | 1098 | # |
1083 | # CONFIG_INFINIBAND is not set | 1099 | # CONFIG_INFINIBAND is not set |
1084 | 1100 | ||
1085 | # | 1101 | # |
1086 | # SN Devices | 1102 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1103 | # | ||
1104 | |||
1105 | # | ||
1106 | # Real Time Clock | ||
1087 | # | 1107 | # |
1108 | # CONFIG_RTC_CLASS is not set | ||
1088 | 1109 | ||
1089 | # | 1110 | # |
1090 | # File systems | 1111 | # File systems |
@@ -1148,7 +1169,6 @@ CONFIG_SYSFS=y | |||
1148 | CONFIG_TMPFS=y | 1169 | CONFIG_TMPFS=y |
1149 | # CONFIG_HUGETLB_PAGE is not set | 1170 | # CONFIG_HUGETLB_PAGE is not set |
1150 | CONFIG_RAMFS=y | 1171 | CONFIG_RAMFS=y |
1151 | CONFIG_RELAYFS_FS=m | ||
1152 | # CONFIG_CONFIGFS_FS is not set | 1172 | # CONFIG_CONFIGFS_FS is not set |
1153 | 1173 | ||
1154 | # | 1174 | # |
@@ -1266,6 +1286,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1266 | # CONFIG_MAGIC_SYSRQ is not set | 1286 | # CONFIG_MAGIC_SYSRQ is not set |
1267 | # CONFIG_DEBUG_KERNEL is not set | 1287 | # CONFIG_DEBUG_KERNEL is not set |
1268 | CONFIG_LOG_BUF_SHIFT=14 | 1288 | CONFIG_LOG_BUF_SHIFT=14 |
1289 | # CONFIG_DEBUG_FS is not set | ||
1269 | CONFIG_CROSSCOMPILE=y | 1290 | CONFIG_CROSSCOMPILE=y |
1270 | CONFIG_CMDLINE="" | 1291 | CONFIG_CMDLINE="" |
1271 | 1292 | ||
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 463ed3dbf6ae..edfb9679a25a 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:31 2006 | 4 | # Mon Apr 24 14:51:16 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_SNI_RM200_PCI=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_ARC=y | 70 | CONFIG_ARC=y |
69 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 71 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
@@ -122,7 +124,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
122 | # CONFIG_PAGE_SIZE_64KB is not set | 124 | # CONFIG_PAGE_SIZE_64KB is not set |
123 | # CONFIG_MIPS_MT is not set | 125 | # CONFIG_MIPS_MT is not set |
124 | # CONFIG_64BIT_PHYS_ADDR is not set | 126 | # CONFIG_64BIT_PHYS_ADDR is not set |
125 | # CONFIG_CPU_ADVANCED is not set | ||
126 | CONFIG_CPU_HAS_LLSC=y | 127 | CONFIG_CPU_HAS_LLSC=y |
127 | CONFIG_CPU_HAS_SYNC=y | 128 | CONFIG_CPU_HAS_SYNC=y |
128 | CONFIG_GENERIC_HARDIRQS=y | 129 | CONFIG_GENERIC_HARDIRQS=y |
@@ -145,7 +146,6 @@ CONFIG_PREEMPT_VOLUNTARY=y | |||
145 | # Code maturity level options | 146 | # Code maturity level options |
146 | # | 147 | # |
147 | CONFIG_EXPERIMENTAL=y | 148 | CONFIG_EXPERIMENTAL=y |
148 | CONFIG_CLEAN_COMPILE=y | ||
149 | CONFIG_BROKEN_ON_SMP=y | 149 | CONFIG_BROKEN_ON_SMP=y |
150 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 150 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
151 | 151 | ||
@@ -163,6 +163,7 @@ CONFIG_SYSCTL=y | |||
163 | # CONFIG_AUDIT is not set | 163 | # CONFIG_AUDIT is not set |
164 | CONFIG_IKCONFIG=y | 164 | CONFIG_IKCONFIG=y |
165 | CONFIG_IKCONFIG_PROC=y | 165 | CONFIG_IKCONFIG_PROC=y |
166 | CONFIG_RELAY=y | ||
166 | CONFIG_INITRAMFS_SOURCE="" | 167 | CONFIG_INITRAMFS_SOURCE="" |
167 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 168 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
168 | CONFIG_EMBEDDED=y | 169 | CONFIG_EMBEDDED=y |
@@ -176,10 +177,6 @@ CONFIG_BASE_FULL=y | |||
176 | CONFIG_FUTEX=y | 177 | CONFIG_FUTEX=y |
177 | CONFIG_EPOLL=y | 178 | CONFIG_EPOLL=y |
178 | CONFIG_SHMEM=y | 179 | CONFIG_SHMEM=y |
179 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
180 | CONFIG_CC_ALIGN_LABELS=0 | ||
181 | CONFIG_CC_ALIGN_LOOPS=0 | ||
182 | CONFIG_CC_ALIGN_JUMPS=0 | ||
183 | CONFIG_SLAB=y | 180 | CONFIG_SLAB=y |
184 | # CONFIG_TINY_SHMEM is not set | 181 | # CONFIG_TINY_SHMEM is not set |
185 | CONFIG_BASE_SMALL=0 | 182 | CONFIG_BASE_SMALL=0 |
@@ -191,7 +188,6 @@ CONFIG_BASE_SMALL=0 | |||
191 | CONFIG_MODULES=y | 188 | CONFIG_MODULES=y |
192 | CONFIG_MODULE_UNLOAD=y | 189 | CONFIG_MODULE_UNLOAD=y |
193 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 190 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
194 | CONFIG_OBSOLETE_MODPARM=y | ||
195 | CONFIG_MODVERSIONS=y | 191 | CONFIG_MODVERSIONS=y |
196 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 192 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
197 | CONFIG_KMOD=y | 193 | CONFIG_KMOD=y |
@@ -200,6 +196,8 @@ CONFIG_KMOD=y | |||
200 | # Block layer | 196 | # Block layer |
201 | # | 197 | # |
202 | # CONFIG_LBD is not set | 198 | # CONFIG_LBD is not set |
199 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
200 | # CONFIG_LSF is not set | ||
203 | 201 | ||
204 | # | 202 | # |
205 | # IO Schedulers | 203 | # IO Schedulers |
@@ -220,10 +218,10 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
220 | CONFIG_HW_HAS_EISA=y | 218 | CONFIG_HW_HAS_EISA=y |
221 | CONFIG_HW_HAS_PCI=y | 219 | CONFIG_HW_HAS_PCI=y |
222 | CONFIG_PCI=y | 220 | CONFIG_PCI=y |
223 | CONFIG_PCI_LEGACY_PROC=y | ||
224 | CONFIG_ISA=y | 221 | CONFIG_ISA=y |
225 | # CONFIG_EISA is not set | 222 | # CONFIG_EISA is not set |
226 | CONFIG_MMU=y | 223 | CONFIG_MMU=y |
224 | CONFIG_I8253=y | ||
227 | 225 | ||
228 | # | 226 | # |
229 | # PCCARD (PCMCIA/CardBus) support | 227 | # PCCARD (PCMCIA/CardBus) support |
@@ -250,6 +248,7 @@ CONFIG_NET=y | |||
250 | # | 248 | # |
251 | # Networking options | 249 | # Networking options |
252 | # | 250 | # |
251 | # CONFIG_NETDEBUG is not set | ||
253 | CONFIG_PACKET=m | 252 | CONFIG_PACKET=m |
254 | CONFIG_PACKET_MMAP=y | 253 | CONFIG_PACKET_MMAP=y |
255 | CONFIG_UNIX=y | 254 | CONFIG_UNIX=y |
@@ -272,6 +271,7 @@ CONFIG_IP_PIMSM_V2=y | |||
272 | # CONFIG_INET_AH is not set | 271 | # CONFIG_INET_AH is not set |
273 | # CONFIG_INET_ESP is not set | 272 | # CONFIG_INET_ESP is not set |
274 | # CONFIG_INET_IPCOMP is not set | 273 | # CONFIG_INET_IPCOMP is not set |
274 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
275 | CONFIG_INET_TUNNEL=m | 275 | CONFIG_INET_TUNNEL=m |
276 | CONFIG_INET_DIAG=y | 276 | CONFIG_INET_DIAG=y |
277 | CONFIG_INET_TCP_DIAG=y | 277 | CONFIG_INET_TCP_DIAG=y |
@@ -284,9 +284,12 @@ CONFIG_TCP_CONG_BIC=y | |||
284 | # CONFIG_IP_VS is not set | 284 | # CONFIG_IP_VS is not set |
285 | CONFIG_IPV6=m | 285 | CONFIG_IPV6=m |
286 | CONFIG_IPV6_PRIVACY=y | 286 | CONFIG_IPV6_PRIVACY=y |
287 | CONFIG_IPV6_ROUTER_PREF=y | ||
288 | CONFIG_IPV6_ROUTE_INFO=y | ||
287 | CONFIG_INET6_AH=m | 289 | CONFIG_INET6_AH=m |
288 | CONFIG_INET6_ESP=m | 290 | CONFIG_INET6_ESP=m |
289 | CONFIG_INET6_IPCOMP=m | 291 | CONFIG_INET6_IPCOMP=m |
292 | CONFIG_INET6_XFRM_TUNNEL=m | ||
290 | CONFIG_INET6_TUNNEL=m | 293 | CONFIG_INET6_TUNNEL=m |
291 | CONFIG_IPV6_TUNNEL=m | 294 | CONFIG_IPV6_TUNNEL=m |
292 | CONFIG_NETFILTER=y | 295 | CONFIG_NETFILTER=y |
@@ -309,11 +312,14 @@ CONFIG_NETFILTER_XT_MATCH_COMMENT=m | |||
309 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 312 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
310 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 313 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
311 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 314 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
315 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
312 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | 316 | CONFIG_NETFILTER_XT_MATCH_HELPER=m |
313 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 317 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
314 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 318 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
315 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 319 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
316 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 320 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
321 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
322 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
317 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m | 323 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m |
318 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 324 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
319 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 325 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
@@ -337,20 +343,19 @@ CONFIG_IP_NF_IRC=m | |||
337 | CONFIG_IP_NF_TFTP=m | 343 | CONFIG_IP_NF_TFTP=m |
338 | CONFIG_IP_NF_AMANDA=m | 344 | CONFIG_IP_NF_AMANDA=m |
339 | CONFIG_IP_NF_PPTP=m | 345 | CONFIG_IP_NF_PPTP=m |
346 | CONFIG_IP_NF_H323=m | ||
340 | CONFIG_IP_NF_QUEUE=m | 347 | CONFIG_IP_NF_QUEUE=m |
341 | CONFIG_IP_NF_IPTABLES=m | 348 | CONFIG_IP_NF_IPTABLES=m |
342 | CONFIG_IP_NF_MATCH_IPRANGE=m | 349 | CONFIG_IP_NF_MATCH_IPRANGE=m |
343 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
344 | CONFIG_IP_NF_MATCH_TOS=m | 350 | CONFIG_IP_NF_MATCH_TOS=m |
345 | CONFIG_IP_NF_MATCH_RECENT=m | 351 | CONFIG_IP_NF_MATCH_RECENT=m |
346 | CONFIG_IP_NF_MATCH_ECN=m | 352 | CONFIG_IP_NF_MATCH_ECN=m |
347 | CONFIG_IP_NF_MATCH_DSCP=m | 353 | CONFIG_IP_NF_MATCH_DSCP=m |
348 | CONFIG_IP_NF_MATCH_AH_ESP=m | 354 | CONFIG_IP_NF_MATCH_AH=m |
349 | CONFIG_IP_NF_MATCH_TTL=m | 355 | CONFIG_IP_NF_MATCH_TTL=m |
350 | CONFIG_IP_NF_MATCH_OWNER=m | 356 | CONFIG_IP_NF_MATCH_OWNER=m |
351 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 357 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
352 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 358 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
353 | CONFIG_IP_NF_MATCH_POLICY=m | ||
354 | CONFIG_IP_NF_FILTER=m | 359 | CONFIG_IP_NF_FILTER=m |
355 | CONFIG_IP_NF_TARGET_REJECT=m | 360 | CONFIG_IP_NF_TARGET_REJECT=m |
356 | CONFIG_IP_NF_TARGET_LOG=m | 361 | CONFIG_IP_NF_TARGET_LOG=m |
@@ -368,6 +373,7 @@ CONFIG_IP_NF_NAT_FTP=m | |||
368 | CONFIG_IP_NF_NAT_TFTP=m | 373 | CONFIG_IP_NF_NAT_TFTP=m |
369 | CONFIG_IP_NF_NAT_AMANDA=m | 374 | CONFIG_IP_NF_NAT_AMANDA=m |
370 | CONFIG_IP_NF_NAT_PPTP=m | 375 | CONFIG_IP_NF_NAT_PPTP=m |
376 | CONFIG_IP_NF_NAT_H323=m | ||
371 | CONFIG_IP_NF_MANGLE=m | 377 | CONFIG_IP_NF_MANGLE=m |
372 | CONFIG_IP_NF_TARGET_TOS=m | 378 | CONFIG_IP_NF_TARGET_TOS=m |
373 | CONFIG_IP_NF_TARGET_ECN=m | 379 | CONFIG_IP_NF_TARGET_ECN=m |
@@ -388,12 +394,10 @@ CONFIG_IP6_NF_MATCH_RT=m | |||
388 | CONFIG_IP6_NF_MATCH_OPTS=m | 394 | CONFIG_IP6_NF_MATCH_OPTS=m |
389 | CONFIG_IP6_NF_MATCH_FRAG=m | 395 | CONFIG_IP6_NF_MATCH_FRAG=m |
390 | CONFIG_IP6_NF_MATCH_HL=m | 396 | CONFIG_IP6_NF_MATCH_HL=m |
391 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
392 | CONFIG_IP6_NF_MATCH_OWNER=m | 397 | CONFIG_IP6_NF_MATCH_OWNER=m |
393 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 398 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
394 | CONFIG_IP6_NF_MATCH_AHESP=m | 399 | CONFIG_IP6_NF_MATCH_AH=m |
395 | CONFIG_IP6_NF_MATCH_EUI64=m | 400 | CONFIG_IP6_NF_MATCH_EUI64=m |
396 | CONFIG_IP6_NF_MATCH_POLICY=m | ||
397 | CONFIG_IP6_NF_FILTER=m | 401 | CONFIG_IP6_NF_FILTER=m |
398 | CONFIG_IP6_NF_TARGET_LOG=m | 402 | CONFIG_IP6_NF_TARGET_LOG=m |
399 | CONFIG_IP6_NF_TARGET_REJECT=m | 403 | CONFIG_IP6_NF_TARGET_REJECT=m |
@@ -439,21 +443,22 @@ CONFIG_BRIDGE_EBT_ULOG=m | |||
439 | # SCTP Configuration (EXPERIMENTAL) | 443 | # SCTP Configuration (EXPERIMENTAL) |
440 | # | 444 | # |
441 | # CONFIG_IP_SCTP is not set | 445 | # CONFIG_IP_SCTP is not set |
446 | |||
447 | # | ||
448 | # TIPC Configuration (EXPERIMENTAL) | ||
449 | # | ||
450 | # CONFIG_TIPC is not set | ||
442 | # CONFIG_ATM is not set | 451 | # CONFIG_ATM is not set |
443 | CONFIG_BRIDGE=m | 452 | CONFIG_BRIDGE=m |
444 | # CONFIG_VLAN_8021Q is not set | 453 | # CONFIG_VLAN_8021Q is not set |
445 | CONFIG_DECNET=m | 454 | CONFIG_DECNET=m |
446 | # CONFIG_DECNET_ROUTER is not set | 455 | # CONFIG_DECNET_ROUTER is not set |
456 | CONFIG_LLC=m | ||
447 | # CONFIG_LLC2 is not set | 457 | # CONFIG_LLC2 is not set |
448 | # CONFIG_IPX is not set | 458 | # CONFIG_IPX is not set |
449 | # CONFIG_ATALK is not set | 459 | # CONFIG_ATALK is not set |
450 | # CONFIG_X25 is not set | 460 | # CONFIG_X25 is not set |
451 | # CONFIG_LAPB is not set | 461 | # CONFIG_LAPB is not set |
452 | |||
453 | # | ||
454 | # TIPC Configuration (EXPERIMENTAL) | ||
455 | # | ||
456 | # CONFIG_TIPC is not set | ||
457 | # CONFIG_NET_DIVERT is not set | 462 | # CONFIG_NET_DIVERT is not set |
458 | # CONFIG_ECONET is not set | 463 | # CONFIG_ECONET is not set |
459 | # CONFIG_WAN_ROUTER is not set | 464 | # CONFIG_WAN_ROUTER is not set |
@@ -533,6 +538,9 @@ CONFIG_IEEE80211=m | |||
533 | # CONFIG_IEEE80211_DEBUG is not set | 538 | # CONFIG_IEEE80211_DEBUG is not set |
534 | CONFIG_IEEE80211_CRYPT_WEP=m | 539 | CONFIG_IEEE80211_CRYPT_WEP=m |
535 | CONFIG_IEEE80211_CRYPT_CCMP=m | 540 | CONFIG_IEEE80211_CRYPT_CCMP=m |
541 | CONFIG_IEEE80211_SOFTMAC=m | ||
542 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
543 | CONFIG_WIRELESS_EXT=y | ||
536 | 544 | ||
537 | # | 545 | # |
538 | # Device Drivers | 546 | # Device Drivers |
@@ -620,6 +628,7 @@ CONFIG_BLK_DEV_UB=m | |||
620 | CONFIG_BLK_DEV_RAM=m | 628 | CONFIG_BLK_DEV_RAM=m |
621 | CONFIG_BLK_DEV_RAM_COUNT=16 | 629 | CONFIG_BLK_DEV_RAM_COUNT=16 |
622 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 630 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
631 | # CONFIG_BLK_DEV_INITRD is not set | ||
623 | CONFIG_CDROM_PKTCDVD=m | 632 | CONFIG_CDROM_PKTCDVD=m |
624 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 633 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
625 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 634 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -700,12 +709,11 @@ CONFIG_SCSI_SYM53C8XX_2=y | |||
700 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | 709 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 |
701 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | 710 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 |
702 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | 711 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 |
703 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | 712 | CONFIG_SCSI_SYM53C8XX_MMIO=y |
704 | # CONFIG_SCSI_IPR is not set | 713 | # CONFIG_SCSI_IPR is not set |
705 | # CONFIG_SCSI_PAS16 is not set | 714 | # CONFIG_SCSI_PAS16 is not set |
706 | # CONFIG_SCSI_PSI240I is not set | 715 | # CONFIG_SCSI_PSI240I is not set |
707 | # CONFIG_SCSI_QLOGIC_FAS is not set | 716 | # CONFIG_SCSI_QLOGIC_FAS is not set |
708 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
709 | # CONFIG_SCSI_QLOGIC_1280 is not set | 717 | # CONFIG_SCSI_QLOGIC_1280 is not set |
710 | # CONFIG_SCSI_QLA_FC is not set | 718 | # CONFIG_SCSI_QLA_FC is not set |
711 | # CONFIG_SCSI_LPFC is not set | 719 | # CONFIG_SCSI_LPFC is not set |
@@ -731,6 +739,7 @@ CONFIG_MD_RAID0=m | |||
731 | CONFIG_MD_RAID1=m | 739 | CONFIG_MD_RAID1=m |
732 | CONFIG_MD_RAID10=m | 740 | CONFIG_MD_RAID10=m |
733 | CONFIG_MD_RAID5=m | 741 | CONFIG_MD_RAID5=m |
742 | CONFIG_MD_RAID5_RESHAPE=y | ||
734 | # CONFIG_MD_RAID6 is not set | 743 | # CONFIG_MD_RAID6 is not set |
735 | CONFIG_MD_MULTIPATH=m | 744 | CONFIG_MD_MULTIPATH=m |
736 | CONFIG_MD_FAULTY=m | 745 | CONFIG_MD_FAULTY=m |
@@ -965,6 +974,7 @@ CONFIG_HW_CONSOLE=y | |||
965 | # Serial drivers | 974 | # Serial drivers |
966 | # | 975 | # |
967 | CONFIG_SERIAL_8250=m | 976 | CONFIG_SERIAL_8250=m |
977 | CONFIG_SERIAL_8250_PCI=m | ||
968 | CONFIG_SERIAL_8250_NR_UARTS=4 | 978 | CONFIG_SERIAL_8250_NR_UARTS=4 |
969 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 979 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
970 | CONFIG_SERIAL_8250_EXTENDED=y | 980 | CONFIG_SERIAL_8250_EXTENDED=y |
@@ -977,6 +987,7 @@ CONFIG_SERIAL_8250_RSA=y | |||
977 | # Non-8250 serial port support | 987 | # Non-8250 serial port support |
978 | # | 988 | # |
979 | CONFIG_SERIAL_CORE=m | 989 | CONFIG_SERIAL_CORE=m |
990 | # CONFIG_SERIAL_JSM is not set | ||
980 | CONFIG_UNIX98_PTYS=y | 991 | CONFIG_UNIX98_PTYS=y |
981 | CONFIG_LEGACY_PTYS=y | 992 | CONFIG_LEGACY_PTYS=y |
982 | CONFIG_LEGACY_PTY_COUNT=256 | 993 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -1027,12 +1038,19 @@ CONFIG_RTC=m | |||
1027 | # Dallas's 1-wire bus | 1038 | # Dallas's 1-wire bus |
1028 | # | 1039 | # |
1029 | CONFIG_W1=m | 1040 | CONFIG_W1=m |
1030 | CONFIG_W1_MATROX=m | 1041 | |
1031 | CONFIG_W1_DS9490=m | 1042 | # |
1032 | # CONFIG_W1_DS9490_BRIDGE is not set | 1043 | # 1-wire Bus Masters |
1033 | CONFIG_W1_THERM=m | 1044 | # |
1034 | CONFIG_W1_SMEM=m | 1045 | # CONFIG_W1_MASTER_MATROX is not set |
1035 | # CONFIG_W1_DS2433 is not set | 1046 | # CONFIG_W1_MASTER_DS9490 is not set |
1047 | |||
1048 | # | ||
1049 | # 1-wire Slaves | ||
1050 | # | ||
1051 | # CONFIG_W1_SLAVE_THERM is not set | ||
1052 | # CONFIG_W1_SLAVE_SMEM is not set | ||
1053 | # CONFIG_W1_SLAVE_DS2433 is not set | ||
1036 | 1054 | ||
1037 | # | 1055 | # |
1038 | # Hardware Monitoring support | 1056 | # Hardware Monitoring support |
@@ -1045,10 +1063,6 @@ CONFIG_W1_SMEM=m | |||
1045 | # | 1063 | # |
1046 | 1064 | ||
1047 | # | 1065 | # |
1048 | # Multimedia Capabilities Port drivers | ||
1049 | # | ||
1050 | |||
1051 | # | ||
1052 | # Multimedia devices | 1066 | # Multimedia devices |
1053 | # | 1067 | # |
1054 | # CONFIG_VIDEO_DEV is not set | 1068 | # CONFIG_VIDEO_DEV is not set |
@@ -1057,6 +1071,7 @@ CONFIG_W1_SMEM=m | |||
1057 | # Digital Video Broadcasting Devices | 1071 | # Digital Video Broadcasting Devices |
1058 | # | 1072 | # |
1059 | # CONFIG_DVB is not set | 1073 | # CONFIG_DVB is not set |
1074 | CONFIG_USB_DABUSB=m | ||
1060 | 1075 | ||
1061 | # | 1076 | # |
1062 | # Graphics support | 1077 | # Graphics support |
@@ -1067,6 +1082,7 @@ CONFIG_W1_SMEM=m | |||
1067 | # Console display driver support | 1082 | # Console display driver support |
1068 | # | 1083 | # |
1069 | CONFIG_VGA_CONSOLE=y | 1084 | CONFIG_VGA_CONSOLE=y |
1085 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
1070 | # CONFIG_MDA_CONSOLE is not set | 1086 | # CONFIG_MDA_CONSOLE is not set |
1071 | CONFIG_DUMMY_CONSOLE=y | 1087 | CONFIG_DUMMY_CONSOLE=y |
1072 | 1088 | ||
@@ -1080,6 +1096,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
1080 | # | 1096 | # |
1081 | CONFIG_USB_ARCH_HAS_HCD=y | 1097 | CONFIG_USB_ARCH_HAS_HCD=y |
1082 | CONFIG_USB_ARCH_HAS_OHCI=y | 1098 | CONFIG_USB_ARCH_HAS_OHCI=y |
1099 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1083 | CONFIG_USB=m | 1100 | CONFIG_USB=m |
1084 | # CONFIG_USB_DEBUG is not set | 1101 | # CONFIG_USB_DEBUG is not set |
1085 | 1102 | ||
@@ -1151,9 +1168,7 @@ CONFIG_USB_WACOM=m | |||
1151 | # CONFIG_USB_ACECAD is not set | 1168 | # CONFIG_USB_ACECAD is not set |
1152 | CONFIG_USB_KBTAB=m | 1169 | CONFIG_USB_KBTAB=m |
1153 | CONFIG_USB_POWERMATE=m | 1170 | CONFIG_USB_POWERMATE=m |
1154 | # CONFIG_USB_MTOUCH is not set | 1171 | # CONFIG_USB_TOUCHSCREEN is not set |
1155 | # CONFIG_USB_ITMTOUCH is not set | ||
1156 | CONFIG_USB_EGALAX=m | ||
1157 | CONFIG_USB_YEALINK=m | 1172 | CONFIG_USB_YEALINK=m |
1158 | CONFIG_USB_XPAD=m | 1173 | CONFIG_USB_XPAD=m |
1159 | # CONFIG_USB_ATI_REMOTE is not set | 1174 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -1168,15 +1183,6 @@ CONFIG_USB_MDC800=m | |||
1168 | CONFIG_USB_MICROTEK=m | 1183 | CONFIG_USB_MICROTEK=m |
1169 | 1184 | ||
1170 | # | 1185 | # |
1171 | # USB Multimedia devices | ||
1172 | # | ||
1173 | CONFIG_USB_DABUSB=m | ||
1174 | |||
1175 | # | ||
1176 | # Video4Linux support is needed for USB Multimedia device support | ||
1177 | # | ||
1178 | |||
1179 | # | ||
1180 | # USB Network Adapters | 1186 | # USB Network Adapters |
1181 | # | 1187 | # |
1182 | CONFIG_USB_CATC=m | 1188 | CONFIG_USB_CATC=m |
@@ -1213,6 +1219,7 @@ CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | |||
1213 | CONFIG_USB_SERIAL_CYPRESS_M8=m | 1219 | CONFIG_USB_SERIAL_CYPRESS_M8=m |
1214 | CONFIG_USB_SERIAL_EMPEG=m | 1220 | CONFIG_USB_SERIAL_EMPEG=m |
1215 | CONFIG_USB_SERIAL_FTDI_SIO=m | 1221 | CONFIG_USB_SERIAL_FTDI_SIO=m |
1222 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
1216 | CONFIG_USB_SERIAL_VISOR=m | 1223 | CONFIG_USB_SERIAL_VISOR=m |
1217 | CONFIG_USB_SERIAL_IPAQ=m | 1224 | CONFIG_USB_SERIAL_IPAQ=m |
1218 | CONFIG_USB_SERIAL_IR=m | 1225 | CONFIG_USB_SERIAL_IR=m |
@@ -1237,6 +1244,7 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | |||
1237 | CONFIG_USB_SERIAL_KLSI=m | 1244 | CONFIG_USB_SERIAL_KLSI=m |
1238 | CONFIG_USB_SERIAL_KOBIL_SCT=m | 1245 | CONFIG_USB_SERIAL_KOBIL_SCT=m |
1239 | CONFIG_USB_SERIAL_MCT_U232=m | 1246 | CONFIG_USB_SERIAL_MCT_U232=m |
1247 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
1240 | CONFIG_USB_SERIAL_PL2303=m | 1248 | CONFIG_USB_SERIAL_PL2303=m |
1241 | CONFIG_USB_SERIAL_HP4X=m | 1249 | CONFIG_USB_SERIAL_HP4X=m |
1242 | CONFIG_USB_SERIAL_SAFE=m | 1250 | CONFIG_USB_SERIAL_SAFE=m |
@@ -1281,13 +1289,31 @@ CONFIG_USB_TEST=m | |||
1281 | # CONFIG_MMC is not set | 1289 | # CONFIG_MMC is not set |
1282 | 1290 | ||
1283 | # | 1291 | # |
1292 | # LED devices | ||
1293 | # | ||
1294 | # CONFIG_NEW_LEDS is not set | ||
1295 | |||
1296 | # | ||
1297 | # LED drivers | ||
1298 | # | ||
1299 | |||
1300 | # | ||
1301 | # LED Triggers | ||
1302 | # | ||
1303 | |||
1304 | # | ||
1284 | # InfiniBand support | 1305 | # InfiniBand support |
1285 | # | 1306 | # |
1286 | # CONFIG_INFINIBAND is not set | 1307 | # CONFIG_INFINIBAND is not set |
1287 | 1308 | ||
1288 | # | 1309 | # |
1289 | # SN Devices | 1310 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
1311 | # | ||
1312 | |||
1313 | # | ||
1314 | # Real Time Clock | ||
1290 | # | 1315 | # |
1316 | # CONFIG_RTC_CLASS is not set | ||
1291 | 1317 | ||
1292 | # | 1318 | # |
1293 | # File systems | 1319 | # File systems |
@@ -1358,7 +1384,6 @@ CONFIG_SYSFS=y | |||
1358 | # CONFIG_TMPFS is not set | 1384 | # CONFIG_TMPFS is not set |
1359 | # CONFIG_HUGETLB_PAGE is not set | 1385 | # CONFIG_HUGETLB_PAGE is not set |
1360 | CONFIG_RAMFS=y | 1386 | CONFIG_RAMFS=y |
1361 | CONFIG_RELAYFS_FS=m | ||
1362 | # CONFIG_CONFIGFS_FS is not set | 1387 | # CONFIG_CONFIGFS_FS is not set |
1363 | 1388 | ||
1364 | # | 1389 | # |
@@ -1379,7 +1404,6 @@ CONFIG_HPFS_FS=m | |||
1379 | CONFIG_QNX4FS_FS=m | 1404 | CONFIG_QNX4FS_FS=m |
1380 | CONFIG_SYSV_FS=m | 1405 | CONFIG_SYSV_FS=m |
1381 | CONFIG_UFS_FS=m | 1406 | CONFIG_UFS_FS=m |
1382 | # CONFIG_UFS_FS_WRITE is not set | ||
1383 | 1407 | ||
1384 | # | 1408 | # |
1385 | # Network File Systems | 1409 | # Network File Systems |
@@ -1500,6 +1524,7 @@ CONFIG_NLS_UTF8=m | |||
1500 | # CONFIG_MAGIC_SYSRQ is not set | 1524 | # CONFIG_MAGIC_SYSRQ is not set |
1501 | # CONFIG_DEBUG_KERNEL is not set | 1525 | # CONFIG_DEBUG_KERNEL is not set |
1502 | CONFIG_LOG_BUF_SHIFT=14 | 1526 | CONFIG_LOG_BUF_SHIFT=14 |
1527 | # CONFIG_DEBUG_FS is not set | ||
1503 | CONFIG_CROSSCOMPILE=y | 1528 | CONFIG_CROSSCOMPILE=y |
1504 | CONFIG_CMDLINE="" | 1529 | CONFIG_CMDLINE="" |
1505 | 1530 | ||
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index da68c3f72050..e388a3dae0a9 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:32 2006 | 4 | # Mon Apr 24 14:51:17 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -81,6 +81,8 @@ CONFIG_SIBYTE_CFE=y | |||
81 | # CONFIG_SIBYTE_SB1250_PROF is not set | 81 | # CONFIG_SIBYTE_SB1250_PROF is not set |
82 | # CONFIG_SIBYTE_TBPROF is not set | 82 | # CONFIG_SIBYTE_TBPROF is not set |
83 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 83 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
84 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
85 | CONFIG_GENERIC_HWEIGHT=y | ||
84 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 86 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
85 | CONFIG_DMA_COHERENT=y | 87 | CONFIG_DMA_COHERENT=y |
86 | CONFIG_CPU_BIG_ENDIAN=y | 88 | CONFIG_CPU_BIG_ENDIAN=y |
@@ -158,7 +160,6 @@ CONFIG_PREEMPT_BKL=y | |||
158 | # Code maturity level options | 160 | # Code maturity level options |
159 | # | 161 | # |
160 | CONFIG_EXPERIMENTAL=y | 162 | CONFIG_EXPERIMENTAL=y |
161 | CONFIG_CLEAN_COMPILE=y | ||
162 | CONFIG_LOCK_KERNEL=y | 163 | CONFIG_LOCK_KERNEL=y |
163 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 164 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
164 | 165 | ||
@@ -175,6 +176,7 @@ CONFIG_SYSCTL=y | |||
175 | # CONFIG_AUDIT is not set | 176 | # CONFIG_AUDIT is not set |
176 | # CONFIG_IKCONFIG is not set | 177 | # CONFIG_IKCONFIG is not set |
177 | CONFIG_CPUSETS=y | 178 | CONFIG_CPUSETS=y |
179 | CONFIG_RELAY=y | ||
178 | CONFIG_INITRAMFS_SOURCE="" | 180 | CONFIG_INITRAMFS_SOURCE="" |
179 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 181 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
180 | CONFIG_EMBEDDED=y | 182 | CONFIG_EMBEDDED=y |
@@ -188,10 +190,6 @@ CONFIG_BASE_FULL=y | |||
188 | CONFIG_FUTEX=y | 190 | CONFIG_FUTEX=y |
189 | CONFIG_EPOLL=y | 191 | CONFIG_EPOLL=y |
190 | CONFIG_SHMEM=y | 192 | CONFIG_SHMEM=y |
191 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
192 | CONFIG_CC_ALIGN_LABELS=0 | ||
193 | CONFIG_CC_ALIGN_LOOPS=0 | ||
194 | CONFIG_CC_ALIGN_JUMPS=0 | ||
195 | CONFIG_SLAB=y | 193 | CONFIG_SLAB=y |
196 | # CONFIG_TINY_SHMEM is not set | 194 | # CONFIG_TINY_SHMEM is not set |
197 | CONFIG_BASE_SMALL=0 | 195 | CONFIG_BASE_SMALL=0 |
@@ -203,7 +201,6 @@ CONFIG_BASE_SMALL=0 | |||
203 | CONFIG_MODULES=y | 201 | CONFIG_MODULES=y |
204 | CONFIG_MODULE_UNLOAD=y | 202 | CONFIG_MODULE_UNLOAD=y |
205 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 203 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
206 | CONFIG_OBSOLETE_MODPARM=y | ||
207 | CONFIG_MODVERSIONS=y | 204 | CONFIG_MODVERSIONS=y |
208 | CONFIG_MODULE_SRCVERSION_ALL=y | 205 | CONFIG_MODULE_SRCVERSION_ALL=y |
209 | CONFIG_KMOD=y | 206 | CONFIG_KMOD=y |
@@ -212,6 +209,7 @@ CONFIG_STOP_MACHINE=y | |||
212 | # | 209 | # |
213 | # Block layer | 210 | # Block layer |
214 | # | 211 | # |
212 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
215 | 213 | ||
216 | # | 214 | # |
217 | # IO Schedulers | 215 | # IO Schedulers |
@@ -231,7 +229,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
231 | # | 229 | # |
232 | CONFIG_HW_HAS_PCI=y | 230 | CONFIG_HW_HAS_PCI=y |
233 | CONFIG_PCI=y | 231 | CONFIG_PCI=y |
234 | CONFIG_PCI_LEGACY_PROC=y | ||
235 | CONFIG_MMU=y | 232 | CONFIG_MMU=y |
236 | 233 | ||
237 | # | 234 | # |
@@ -249,6 +246,7 @@ CONFIG_MMU=y | |||
249 | # | 246 | # |
250 | CONFIG_BINFMT_ELF=y | 247 | CONFIG_BINFMT_ELF=y |
251 | # CONFIG_BINFMT_MISC is not set | 248 | # CONFIG_BINFMT_MISC is not set |
249 | # CONFIG_BUILD_ELF64 is not set | ||
252 | CONFIG_MIPS32_COMPAT=y | 250 | CONFIG_MIPS32_COMPAT=y |
253 | CONFIG_COMPAT=y | 251 | CONFIG_COMPAT=y |
254 | CONFIG_MIPS32_O32=y | 252 | CONFIG_MIPS32_O32=y |
@@ -263,6 +261,7 @@ CONFIG_NET=y | |||
263 | # | 261 | # |
264 | # Networking options | 262 | # Networking options |
265 | # | 263 | # |
264 | # CONFIG_NETDEBUG is not set | ||
266 | CONFIG_PACKET=y | 265 | CONFIG_PACKET=y |
267 | CONFIG_PACKET_MMAP=y | 266 | CONFIG_PACKET_MMAP=y |
268 | CONFIG_UNIX=y | 267 | CONFIG_UNIX=y |
@@ -284,12 +283,15 @@ CONFIG_IP_PNP_BOOTP=y | |||
284 | # CONFIG_INET_AH is not set | 283 | # CONFIG_INET_AH is not set |
285 | # CONFIG_INET_ESP is not set | 284 | # CONFIG_INET_ESP is not set |
286 | # CONFIG_INET_IPCOMP is not set | 285 | # CONFIG_INET_IPCOMP is not set |
287 | CONFIG_INET_TUNNEL=m | 286 | # CONFIG_INET_XFRM_TUNNEL is not set |
287 | # CONFIG_INET_TUNNEL is not set | ||
288 | CONFIG_INET_DIAG=y | 288 | CONFIG_INET_DIAG=y |
289 | CONFIG_INET_TCP_DIAG=y | 289 | CONFIG_INET_TCP_DIAG=y |
290 | # CONFIG_TCP_CONG_ADVANCED is not set | 290 | # CONFIG_TCP_CONG_ADVANCED is not set |
291 | CONFIG_TCP_CONG_BIC=y | 291 | CONFIG_TCP_CONG_BIC=y |
292 | # CONFIG_IPV6 is not set | 292 | # CONFIG_IPV6 is not set |
293 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
294 | # CONFIG_INET6_TUNNEL is not set | ||
293 | # CONFIG_NETFILTER is not set | 295 | # CONFIG_NETFILTER is not set |
294 | 296 | ||
295 | # | 297 | # |
@@ -301,6 +303,11 @@ CONFIG_TCP_CONG_BIC=y | |||
301 | # SCTP Configuration (EXPERIMENTAL) | 303 | # SCTP Configuration (EXPERIMENTAL) |
302 | # | 304 | # |
303 | # CONFIG_IP_SCTP is not set | 305 | # CONFIG_IP_SCTP is not set |
306 | |||
307 | # | ||
308 | # TIPC Configuration (EXPERIMENTAL) | ||
309 | # | ||
310 | # CONFIG_TIPC is not set | ||
304 | # CONFIG_ATM is not set | 311 | # CONFIG_ATM is not set |
305 | # CONFIG_BRIDGE is not set | 312 | # CONFIG_BRIDGE is not set |
306 | # CONFIG_VLAN_8021Q is not set | 313 | # CONFIG_VLAN_8021Q is not set |
@@ -310,11 +317,6 @@ CONFIG_TCP_CONG_BIC=y | |||
310 | # CONFIG_ATALK is not set | 317 | # CONFIG_ATALK is not set |
311 | # CONFIG_X25 is not set | 318 | # CONFIG_X25 is not set |
312 | # CONFIG_LAPB is not set | 319 | # CONFIG_LAPB is not set |
313 | |||
314 | # | ||
315 | # TIPC Configuration (EXPERIMENTAL) | ||
316 | # | ||
317 | # CONFIG_TIPC is not set | ||
318 | # CONFIG_NET_DIVERT is not set | 320 | # CONFIG_NET_DIVERT is not set |
319 | # CONFIG_ECONET is not set | 321 | # CONFIG_ECONET is not set |
320 | # CONFIG_WAN_ROUTER is not set | 322 | # CONFIG_WAN_ROUTER is not set |
@@ -335,6 +337,9 @@ CONFIG_IEEE80211=m | |||
335 | # CONFIG_IEEE80211_DEBUG is not set | 337 | # CONFIG_IEEE80211_DEBUG is not set |
336 | CONFIG_IEEE80211_CRYPT_WEP=m | 338 | CONFIG_IEEE80211_CRYPT_WEP=m |
337 | CONFIG_IEEE80211_CRYPT_CCMP=m | 339 | CONFIG_IEEE80211_CRYPT_CCMP=m |
340 | CONFIG_IEEE80211_SOFTMAC=m | ||
341 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
342 | CONFIG_WIRELESS_EXT=y | ||
338 | 343 | ||
339 | # | 344 | # |
340 | # Device Drivers | 345 | # Device Drivers |
@@ -589,6 +594,7 @@ CONFIG_SIBYTE_SB1250_DUART_CONSOLE=y | |||
589 | # | 594 | # |
590 | # Non-8250 serial port support | 595 | # Non-8250 serial port support |
591 | # | 596 | # |
597 | # CONFIG_SERIAL_JSM is not set | ||
592 | CONFIG_UNIX98_PTYS=y | 598 | CONFIG_UNIX98_PTYS=y |
593 | CONFIG_LEGACY_PTYS=y | 599 | CONFIG_LEGACY_PTYS=y |
594 | CONFIG_LEGACY_PTY_COUNT=256 | 600 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -647,10 +653,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
647 | # | 653 | # |
648 | 654 | ||
649 | # | 655 | # |
650 | # Multimedia Capabilities Port drivers | ||
651 | # | ||
652 | |||
653 | # | ||
654 | # Multimedia devices | 656 | # Multimedia devices |
655 | # | 657 | # |
656 | # CONFIG_VIDEO_DEV is not set | 658 | # CONFIG_VIDEO_DEV is not set |
@@ -675,6 +677,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
675 | # | 677 | # |
676 | CONFIG_USB_ARCH_HAS_HCD=y | 678 | CONFIG_USB_ARCH_HAS_HCD=y |
677 | CONFIG_USB_ARCH_HAS_OHCI=y | 679 | CONFIG_USB_ARCH_HAS_OHCI=y |
680 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
678 | # CONFIG_USB is not set | 681 | # CONFIG_USB is not set |
679 | 682 | ||
680 | # | 683 | # |
@@ -692,13 +695,31 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
692 | # CONFIG_MMC is not set | 695 | # CONFIG_MMC is not set |
693 | 696 | ||
694 | # | 697 | # |
698 | # LED devices | ||
699 | # | ||
700 | # CONFIG_NEW_LEDS is not set | ||
701 | |||
702 | # | ||
703 | # LED drivers | ||
704 | # | ||
705 | |||
706 | # | ||
707 | # LED Triggers | ||
708 | # | ||
709 | |||
710 | # | ||
695 | # InfiniBand support | 711 | # InfiniBand support |
696 | # | 712 | # |
697 | # CONFIG_INFINIBAND is not set | 713 | # CONFIG_INFINIBAND is not set |
698 | 714 | ||
699 | # | 715 | # |
700 | # SN Devices | 716 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
717 | # | ||
718 | |||
719 | # | ||
720 | # Real Time Clock | ||
701 | # | 721 | # |
722 | # CONFIG_RTC_CLASS is not set | ||
702 | 723 | ||
703 | # | 724 | # |
704 | # File systems | 725 | # File systems |
@@ -746,7 +767,6 @@ CONFIG_SYSFS=y | |||
746 | # CONFIG_TMPFS is not set | 767 | # CONFIG_TMPFS is not set |
747 | # CONFIG_HUGETLB_PAGE is not set | 768 | # CONFIG_HUGETLB_PAGE is not set |
748 | CONFIG_RAMFS=y | 769 | CONFIG_RAMFS=y |
749 | CONFIG_RELAYFS_FS=m | ||
750 | # CONFIG_CONFIGFS_FS is not set | 770 | # CONFIG_CONFIGFS_FS is not set |
751 | 771 | ||
752 | # | 772 | # |
@@ -812,6 +832,7 @@ CONFIG_MSDOS_PARTITION=y | |||
812 | # CONFIG_MAGIC_SYSRQ is not set | 832 | # CONFIG_MAGIC_SYSRQ is not set |
813 | # CONFIG_DEBUG_KERNEL is not set | 833 | # CONFIG_DEBUG_KERNEL is not set |
814 | CONFIG_LOG_BUF_SHIFT=15 | 834 | CONFIG_LOG_BUF_SHIFT=15 |
835 | # CONFIG_DEBUG_FS is not set | ||
815 | CONFIG_CROSSCOMPILE=y | 836 | CONFIG_CROSSCOMPILE=y |
816 | CONFIG_CMDLINE="" | 837 | CONFIG_CMDLINE="" |
817 | # CONFIG_SB1XXX_CORELIS is not set | 838 | # CONFIG_SB1XXX_CORELIS is not set |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index 9a936d7b7c0c..6b8a6a416a25 100644 --- a/arch/mips/configs/sead_defconfig +++ b/arch/mips/configs/sead_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:33 2006 | 4 | # Mon Apr 24 14:51:17 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_MIPS_SEAD=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_DMA_NONCOHERENT=y | 70 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 71 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -118,11 +120,11 @@ CONFIG_PAGE_SIZE_4KB=y | |||
118 | CONFIG_CPU_HAS_PREFETCH=y | 120 | CONFIG_CPU_HAS_PREFETCH=y |
119 | # CONFIG_MIPS_MT is not set | 121 | # CONFIG_MIPS_MT is not set |
120 | # CONFIG_64BIT_PHYS_ADDR is not set | 122 | # CONFIG_64BIT_PHYS_ADDR is not set |
121 | # CONFIG_CPU_ADVANCED is not set | ||
122 | CONFIG_CPU_HAS_LLSC=y | 123 | CONFIG_CPU_HAS_LLSC=y |
123 | CONFIG_CPU_HAS_SYNC=y | 124 | CONFIG_CPU_HAS_SYNC=y |
124 | CONFIG_GENERIC_HARDIRQS=y | 125 | CONFIG_GENERIC_HARDIRQS=y |
125 | CONFIG_GENERIC_IRQ_PROBE=y | 126 | CONFIG_GENERIC_IRQ_PROBE=y |
127 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
126 | CONFIG_ARCH_FLATMEM_ENABLE=y | 128 | CONFIG_ARCH_FLATMEM_ENABLE=y |
127 | CONFIG_SELECT_MEMORY_MODEL=y | 129 | CONFIG_SELECT_MEMORY_MODEL=y |
128 | CONFIG_FLATMEM_MANUAL=y | 130 | CONFIG_FLATMEM_MANUAL=y |
@@ -140,7 +142,6 @@ CONFIG_PREEMPT_NONE=y | |||
140 | # Code maturity level options | 142 | # Code maturity level options |
141 | # | 143 | # |
142 | CONFIG_EXPERIMENTAL=y | 144 | CONFIG_EXPERIMENTAL=y |
143 | CONFIG_CLEAN_COMPILE=y | ||
144 | CONFIG_BROKEN_ON_SMP=y | 145 | CONFIG_BROKEN_ON_SMP=y |
145 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 146 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
146 | 147 | ||
@@ -154,6 +155,7 @@ CONFIG_SYSVIPC=y | |||
154 | # CONFIG_BSD_PROCESS_ACCT is not set | 155 | # CONFIG_BSD_PROCESS_ACCT is not set |
155 | CONFIG_SYSCTL=y | 156 | CONFIG_SYSCTL=y |
156 | # CONFIG_IKCONFIG is not set | 157 | # CONFIG_IKCONFIG is not set |
158 | CONFIG_RELAY=y | ||
157 | CONFIG_INITRAMFS_SOURCE="" | 159 | CONFIG_INITRAMFS_SOURCE="" |
158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 160 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
159 | CONFIG_EMBEDDED=y | 161 | CONFIG_EMBEDDED=y |
@@ -167,10 +169,6 @@ CONFIG_BASE_FULL=y | |||
167 | CONFIG_FUTEX=y | 169 | CONFIG_FUTEX=y |
168 | CONFIG_EPOLL=y | 170 | CONFIG_EPOLL=y |
169 | CONFIG_SHMEM=y | 171 | CONFIG_SHMEM=y |
170 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
171 | CONFIG_CC_ALIGN_LABELS=0 | ||
172 | CONFIG_CC_ALIGN_LOOPS=0 | ||
173 | CONFIG_CC_ALIGN_JUMPS=0 | ||
174 | CONFIG_SLAB=y | 172 | CONFIG_SLAB=y |
175 | # CONFIG_TINY_SHMEM is not set | 173 | # CONFIG_TINY_SHMEM is not set |
176 | CONFIG_BASE_SMALL=0 | 174 | CONFIG_BASE_SMALL=0 |
@@ -185,6 +183,8 @@ CONFIG_BASE_SMALL=0 | |||
185 | # Block layer | 183 | # Block layer |
186 | # | 184 | # |
187 | # CONFIG_LBD is not set | 185 | # CONFIG_LBD is not set |
186 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
187 | # CONFIG_LSF is not set | ||
188 | 188 | ||
189 | # | 189 | # |
190 | # IO Schedulers | 190 | # IO Schedulers |
@@ -296,12 +296,6 @@ CONFIG_RAID_ATTRS=y | |||
296 | # | 296 | # |
297 | 297 | ||
298 | # | 298 | # |
299 | # Network device support | ||
300 | # | ||
301 | # CONFIG_NETPOLL is not set | ||
302 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
303 | |||
304 | # | ||
305 | # ISDN subsystem | 299 | # ISDN subsystem |
306 | # | 300 | # |
307 | 301 | ||
@@ -397,10 +391,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
397 | # | 391 | # |
398 | 392 | ||
399 | # | 393 | # |
400 | # Multimedia Capabilities Port drivers | ||
401 | # | ||
402 | |||
403 | # | ||
404 | # Multimedia devices | 394 | # Multimedia devices |
405 | # | 395 | # |
406 | # CONFIG_VIDEO_DEV is not set | 396 | # CONFIG_VIDEO_DEV is not set |
@@ -424,6 +414,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
424 | # | 414 | # |
425 | # CONFIG_USB_ARCH_HAS_HCD is not set | 415 | # CONFIG_USB_ARCH_HAS_HCD is not set |
426 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 416 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
417 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
427 | 418 | ||
428 | # | 419 | # |
429 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 420 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -440,12 +431,30 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
440 | # CONFIG_MMC is not set | 431 | # CONFIG_MMC is not set |
441 | 432 | ||
442 | # | 433 | # |
434 | # LED devices | ||
435 | # | ||
436 | # CONFIG_NEW_LEDS is not set | ||
437 | |||
438 | # | ||
439 | # LED drivers | ||
440 | # | ||
441 | |||
442 | # | ||
443 | # LED Triggers | ||
444 | # | ||
445 | |||
446 | # | ||
443 | # InfiniBand support | 447 | # InfiniBand support |
444 | # | 448 | # |
445 | 449 | ||
446 | # | 450 | # |
447 | # SN Devices | 451 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
452 | # | ||
453 | |||
454 | # | ||
455 | # Real Time Clock | ||
448 | # | 456 | # |
457 | # CONFIG_RTC_CLASS is not set | ||
449 | 458 | ||
450 | # | 459 | # |
451 | # File systems | 460 | # File systems |
@@ -489,7 +498,6 @@ CONFIG_SYSFS=y | |||
489 | # CONFIG_TMPFS is not set | 498 | # CONFIG_TMPFS is not set |
490 | # CONFIG_HUGETLB_PAGE is not set | 499 | # CONFIG_HUGETLB_PAGE is not set |
491 | CONFIG_RAMFS=y | 500 | CONFIG_RAMFS=y |
492 | CONFIG_RELAYFS_FS=y | ||
493 | # CONFIG_CONFIGFS_FS is not set | 501 | # CONFIG_CONFIGFS_FS is not set |
494 | 502 | ||
495 | # | 503 | # |
@@ -543,6 +551,8 @@ CONFIG_PARTITION_ADVANCED=y | |||
543 | # CONFIG_MAGIC_SYSRQ is not set | 551 | # CONFIG_MAGIC_SYSRQ is not set |
544 | # CONFIG_DEBUG_KERNEL is not set | 552 | # CONFIG_DEBUG_KERNEL is not set |
545 | CONFIG_LOG_BUF_SHIFT=14 | 553 | CONFIG_LOG_BUF_SHIFT=14 |
554 | # CONFIG_DEBUG_FS is not set | ||
555 | # CONFIG_UNWIND_INFO is not set | ||
546 | CONFIG_CROSSCOMPILE=y | 556 | CONFIG_CROSSCOMPILE=y |
547 | CONFIG_CMDLINE="" | 557 | CONFIG_CMDLINE="" |
548 | 558 | ||
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index c2dee0d1c72c..dba0bdcdcf29 100644 --- a/arch/mips/configs/tb0226_defconfig +++ b/arch/mips/configs/tb0226_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:34 2006 | 4 | # Tue Apr 25 00:08:41 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -68,12 +68,14 @@ CONFIG_MACH_VR41XX=y | |||
68 | # CONFIG_NEC_CMBVR4133 is not set | 68 | # CONFIG_NEC_CMBVR4133 is not set |
69 | CONFIG_TANBAC_TB022X=y | 69 | CONFIG_TANBAC_TB022X=y |
70 | CONFIG_TANBAC_TB0226=y | 70 | CONFIG_TANBAC_TB0226=y |
71 | CONFIG_TANBAC_TB0287=y | 71 | # CONFIG_TANBAC_TB0287 is not set |
72 | # CONFIG_VICTOR_MPC30X is not set | 72 | # CONFIG_VICTOR_MPC30X is not set |
73 | # CONFIG_ZAO_CAPCELLA is not set | 73 | # CONFIG_ZAO_CAPCELLA is not set |
74 | CONFIG_PCI_VR41XX=y | 74 | CONFIG_PCI_VR41XX=y |
75 | # CONFIG_VRC4173 is not set | 75 | # CONFIG_VRC4173 is not set |
76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
77 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
78 | CONFIG_GENERIC_HWEIGHT=y | ||
77 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 79 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
78 | CONFIG_DMA_NONCOHERENT=y | 80 | CONFIG_DMA_NONCOHERENT=y |
79 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 81 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -92,7 +94,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
92 | # CONFIG_CPU_MIPS64_R2 is not set | 94 | # CONFIG_CPU_MIPS64_R2 is not set |
93 | # CONFIG_CPU_R3000 is not set | 95 | # CONFIG_CPU_R3000 is not set |
94 | # CONFIG_CPU_TX39XX is not set | 96 | # CONFIG_CPU_TX39XX is not set |
95 | # CONFIG_CPU_VR41XX is not set | 97 | CONFIG_CPU_VR41XX=y |
96 | # CONFIG_CPU_R4300 is not set | 98 | # CONFIG_CPU_R4300 is not set |
97 | # CONFIG_CPU_R4X00 is not set | 99 | # CONFIG_CPU_R4X00 is not set |
98 | # CONFIG_CPU_TX49XX is not set | 100 | # CONFIG_CPU_TX49XX is not set |
@@ -105,18 +107,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
105 | # CONFIG_CPU_RM7000 is not set | 107 | # CONFIG_CPU_RM7000 is not set |
106 | # CONFIG_CPU_RM9000 is not set | 108 | # CONFIG_CPU_RM9000 is not set |
107 | # CONFIG_CPU_SB1 is not set | 109 | # CONFIG_CPU_SB1 is not set |
110 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
111 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
112 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
113 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
108 | 114 | ||
109 | # | 115 | # |
110 | # Kernel type | 116 | # Kernel type |
111 | # | 117 | # |
112 | # CONFIG_32BIT is not set | 118 | CONFIG_32BIT=y |
113 | # CONFIG_64BIT is not set | 119 | # CONFIG_64BIT is not set |
114 | CONFIG_PAGE_SIZE_4KB=y | 120 | CONFIG_PAGE_SIZE_4KB=y |
115 | # CONFIG_PAGE_SIZE_8KB is not set | 121 | # CONFIG_PAGE_SIZE_8KB is not set |
116 | # CONFIG_PAGE_SIZE_16KB is not set | 122 | # CONFIG_PAGE_SIZE_16KB is not set |
117 | # CONFIG_PAGE_SIZE_64KB is not set | 123 | # CONFIG_PAGE_SIZE_64KB is not set |
118 | # CONFIG_MIPS_MT is not set | 124 | # CONFIG_MIPS_MT is not set |
119 | CONFIG_CPU_HAS_LLSC=y | ||
120 | CONFIG_CPU_HAS_SYNC=y | 125 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 126 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 127 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -137,7 +142,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 142 | # Code maturity level options |
138 | # | 143 | # |
139 | CONFIG_EXPERIMENTAL=y | 144 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 145 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 146 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 147 | ||
@@ -153,6 +157,7 @@ CONFIG_SYSVIPC=y | |||
153 | CONFIG_SYSCTL=y | 157 | CONFIG_SYSCTL=y |
154 | # CONFIG_AUDIT is not set | 158 | # CONFIG_AUDIT is not set |
155 | # CONFIG_IKCONFIG is not set | 159 | # CONFIG_IKCONFIG is not set |
160 | # CONFIG_RELAY is not set | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 161 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 162 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 163 | CONFIG_EMBEDDED=y |
@@ -166,10 +171,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 171 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 172 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 173 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 174 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 175 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 176 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +182,6 @@ CONFIG_BASE_SMALL=0 | |||
181 | CONFIG_MODULES=y | 182 | CONFIG_MODULES=y |
182 | CONFIG_MODULE_UNLOAD=y | 183 | CONFIG_MODULE_UNLOAD=y |
183 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 184 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | CONFIG_MODVERSIONS=y | 185 | CONFIG_MODVERSIONS=y |
186 | CONFIG_MODULE_SRCVERSION_ALL=y | 186 | CONFIG_MODULE_SRCVERSION_ALL=y |
187 | CONFIG_KMOD=y | 187 | CONFIG_KMOD=y |
@@ -189,6 +189,9 @@ CONFIG_KMOD=y | |||
189 | # | 189 | # |
190 | # Block layer | 190 | # Block layer |
191 | # | 191 | # |
192 | # CONFIG_LBD is not set | ||
193 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
194 | # CONFIG_LSF is not set | ||
192 | 195 | ||
193 | # | 196 | # |
194 | # IO Schedulers | 197 | # IO Schedulers |
@@ -208,7 +211,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
208 | # | 211 | # |
209 | CONFIG_HW_HAS_PCI=y | 212 | CONFIG_HW_HAS_PCI=y |
210 | CONFIG_PCI=y | 213 | CONFIG_PCI=y |
211 | # CONFIG_PCI_LEGACY_PROC is not set | ||
212 | CONFIG_MMU=y | 214 | CONFIG_MMU=y |
213 | 215 | ||
214 | # | 216 | # |
@@ -226,6 +228,7 @@ CONFIG_MMU=y | |||
226 | # | 228 | # |
227 | CONFIG_BINFMT_ELF=y | 229 | CONFIG_BINFMT_ELF=y |
228 | # CONFIG_BINFMT_MISC is not set | 230 | # CONFIG_BINFMT_MISC is not set |
231 | CONFIG_TRAD_SIGNALS=y | ||
229 | 232 | ||
230 | # | 233 | # |
231 | # Networking | 234 | # Networking |
@@ -235,11 +238,10 @@ CONFIG_NET=y | |||
235 | # | 238 | # |
236 | # Networking options | 239 | # Networking options |
237 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
238 | CONFIG_PACKET=y | 242 | CONFIG_PACKET=y |
239 | # CONFIG_PACKET_MMAP is not set | 243 | # CONFIG_PACKET_MMAP is not set |
240 | CONFIG_UNIX=y | 244 | CONFIG_UNIX=y |
241 | CONFIG_XFRM=y | ||
242 | CONFIG_XFRM_USER=m | ||
243 | # CONFIG_NET_KEY is not set | 245 | # CONFIG_NET_KEY is not set |
244 | CONFIG_INET=y | 246 | CONFIG_INET=y |
245 | CONFIG_IP_MULTICAST=y | 247 | CONFIG_IP_MULTICAST=y |
@@ -263,12 +265,15 @@ CONFIG_SYN_COOKIES=y | |||
263 | # CONFIG_INET_AH is not set | 265 | # CONFIG_INET_AH is not set |
264 | # CONFIG_INET_ESP is not set | 266 | # CONFIG_INET_ESP is not set |
265 | # CONFIG_INET_IPCOMP is not set | 267 | # CONFIG_INET_IPCOMP is not set |
266 | CONFIG_INET_TUNNEL=m | 268 | # CONFIG_INET_XFRM_TUNNEL is not set |
269 | # CONFIG_INET_TUNNEL is not set | ||
267 | CONFIG_INET_DIAG=y | 270 | CONFIG_INET_DIAG=y |
268 | CONFIG_INET_TCP_DIAG=y | 271 | CONFIG_INET_TCP_DIAG=y |
269 | # CONFIG_TCP_CONG_ADVANCED is not set | 272 | # CONFIG_TCP_CONG_ADVANCED is not set |
270 | CONFIG_TCP_CONG_BIC=y | 273 | CONFIG_TCP_CONG_BIC=y |
271 | # CONFIG_IPV6 is not set | 274 | # CONFIG_IPV6 is not set |
275 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
276 | # CONFIG_INET6_TUNNEL is not set | ||
272 | # CONFIG_NETFILTER is not set | 277 | # CONFIG_NETFILTER is not set |
273 | 278 | ||
274 | # | 279 | # |
@@ -280,6 +285,11 @@ CONFIG_TCP_CONG_BIC=y | |||
280 | # SCTP Configuration (EXPERIMENTAL) | 285 | # SCTP Configuration (EXPERIMENTAL) |
281 | # | 286 | # |
282 | # CONFIG_IP_SCTP is not set | 287 | # CONFIG_IP_SCTP is not set |
288 | |||
289 | # | ||
290 | # TIPC Configuration (EXPERIMENTAL) | ||
291 | # | ||
292 | # CONFIG_TIPC is not set | ||
283 | # CONFIG_ATM is not set | 293 | # CONFIG_ATM is not set |
284 | # CONFIG_BRIDGE is not set | 294 | # CONFIG_BRIDGE is not set |
285 | # CONFIG_VLAN_8021Q is not set | 295 | # CONFIG_VLAN_8021Q is not set |
@@ -289,11 +299,6 @@ CONFIG_TCP_CONG_BIC=y | |||
289 | # CONFIG_ATALK is not set | 299 | # CONFIG_ATALK is not set |
290 | # CONFIG_X25 is not set | 300 | # CONFIG_X25 is not set |
291 | # CONFIG_LAPB is not set | 301 | # CONFIG_LAPB is not set |
292 | |||
293 | # | ||
294 | # TIPC Configuration (EXPERIMENTAL) | ||
295 | # | ||
296 | # CONFIG_TIPC is not set | ||
297 | # CONFIG_NET_DIVERT is not set | 302 | # CONFIG_NET_DIVERT is not set |
298 | # CONFIG_ECONET is not set | 303 | # CONFIG_ECONET is not set |
299 | # CONFIG_WAN_ROUTER is not set | 304 | # CONFIG_WAN_ROUTER is not set |
@@ -310,10 +315,7 @@ CONFIG_TCP_CONG_BIC=y | |||
310 | # CONFIG_HAMRADIO is not set | 315 | # CONFIG_HAMRADIO is not set |
311 | # CONFIG_IRDA is not set | 316 | # CONFIG_IRDA is not set |
312 | # CONFIG_BT is not set | 317 | # CONFIG_BT is not set |
313 | CONFIG_IEEE80211=m | 318 | # CONFIG_IEEE80211 is not set |
314 | # CONFIG_IEEE80211_DEBUG is not set | ||
315 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
316 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
317 | 319 | ||
318 | # | 320 | # |
319 | # Device Drivers | 321 | # Device Drivers |
@@ -358,11 +360,12 @@ CONFIG_BLK_DEV_LOOP=m | |||
358 | CONFIG_BLK_DEV_NBD=m | 360 | CONFIG_BLK_DEV_NBD=m |
359 | # CONFIG_BLK_DEV_SX8 is not set | 361 | # CONFIG_BLK_DEV_SX8 is not set |
360 | # CONFIG_BLK_DEV_UB is not set | 362 | # CONFIG_BLK_DEV_UB is not set |
361 | CONFIG_BLK_DEV_RAM=m | 363 | CONFIG_BLK_DEV_RAM=y |
362 | CONFIG_BLK_DEV_RAM_COUNT=16 | 364 | CONFIG_BLK_DEV_RAM_COUNT=16 |
363 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 365 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
366 | # CONFIG_BLK_DEV_INITRD is not set | ||
364 | # CONFIG_CDROM_PKTCDVD is not set | 367 | # CONFIG_CDROM_PKTCDVD is not set |
365 | CONFIG_ATA_OVER_ETH=m | 368 | # CONFIG_ATA_OVER_ETH is not set |
366 | 369 | ||
367 | # | 370 | # |
368 | # ATA/ATAPI/MFM/RLL support | 371 | # ATA/ATAPI/MFM/RLL support |
@@ -397,14 +400,14 @@ CONFIG_SCSI_MULTI_LUN=y | |||
397 | # SCSI Transport Attributes | 400 | # SCSI Transport Attributes |
398 | # | 401 | # |
399 | # CONFIG_SCSI_SPI_ATTRS is not set | 402 | # CONFIG_SCSI_SPI_ATTRS is not set |
400 | CONFIG_SCSI_FC_ATTRS=y | 403 | # CONFIG_SCSI_FC_ATTRS is not set |
401 | CONFIG_SCSI_ISCSI_ATTRS=m | 404 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
402 | # CONFIG_SCSI_SAS_ATTRS is not set | 405 | # CONFIG_SCSI_SAS_ATTRS is not set |
403 | 406 | ||
404 | # | 407 | # |
405 | # SCSI low-level drivers | 408 | # SCSI low-level drivers |
406 | # | 409 | # |
407 | CONFIG_ISCSI_TCP=m | 410 | # CONFIG_ISCSI_TCP is not set |
408 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 411 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
409 | # CONFIG_SCSI_3W_9XXX is not set | 412 | # CONFIG_SCSI_3W_9XXX is not set |
410 | # CONFIG_SCSI_ACARD is not set | 413 | # CONFIG_SCSI_ACARD is not set |
@@ -424,7 +427,6 @@ CONFIG_ISCSI_TCP=m | |||
424 | # CONFIG_SCSI_INIA100 is not set | 427 | # CONFIG_SCSI_INIA100 is not set |
425 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 428 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
426 | # CONFIG_SCSI_IPR is not set | 429 | # CONFIG_SCSI_IPR is not set |
427 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
428 | # CONFIG_SCSI_QLOGIC_1280 is not set | 430 | # CONFIG_SCSI_QLOGIC_1280 is not set |
429 | # CONFIG_SCSI_QLA_FC is not set | 431 | # CONFIG_SCSI_QLA_FC is not set |
430 | # CONFIG_SCSI_LPFC is not set | 432 | # CONFIG_SCSI_LPFC is not set |
@@ -507,8 +509,8 @@ CONFIG_NET_PCI=y | |||
507 | # CONFIG_B44 is not set | 509 | # CONFIG_B44 is not set |
508 | # CONFIG_FORCEDETH is not set | 510 | # CONFIG_FORCEDETH is not set |
509 | # CONFIG_DGRS is not set | 511 | # CONFIG_DGRS is not set |
510 | CONFIG_EEPRO100=y | 512 | # CONFIG_EEPRO100 is not set |
511 | # CONFIG_E100 is not set | 513 | CONFIG_E100=y |
512 | # CONFIG_FEALNX is not set | 514 | # CONFIG_FEALNX is not set |
513 | # CONFIG_NATSEMI is not set | 515 | # CONFIG_NATSEMI is not set |
514 | # CONFIG_NE2K_PCI is not set | 516 | # CONFIG_NE2K_PCI is not set |
@@ -625,6 +627,11 @@ CONFIG_HW_CONSOLE=y | |||
625 | # | 627 | # |
626 | # Non-8250 serial port support | 628 | # Non-8250 serial port support |
627 | # | 629 | # |
630 | CONFIG_SERIAL_CORE=y | ||
631 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
632 | CONFIG_SERIAL_VR41XX=y | ||
633 | CONFIG_SERIAL_VR41XX_CONSOLE=y | ||
634 | # CONFIG_SERIAL_JSM is not set | ||
628 | CONFIG_UNIX98_PTYS=y | 635 | CONFIG_UNIX98_PTYS=y |
629 | CONFIG_LEGACY_PTYS=y | 636 | CONFIG_LEGACY_PTYS=y |
630 | CONFIG_LEGACY_PTY_COUNT=256 | 637 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -685,10 +692,6 @@ CONFIG_GPIO_VR41XX=y | |||
685 | # | 692 | # |
686 | 693 | ||
687 | # | 694 | # |
688 | # Multimedia Capabilities Port drivers | ||
689 | # | ||
690 | |||
691 | # | ||
692 | # Multimedia devices | 695 | # Multimedia devices |
693 | # | 696 | # |
694 | # CONFIG_VIDEO_DEV is not set | 697 | # CONFIG_VIDEO_DEV is not set |
@@ -697,6 +700,7 @@ CONFIG_GPIO_VR41XX=y | |||
697 | # Digital Video Broadcasting Devices | 700 | # Digital Video Broadcasting Devices |
698 | # | 701 | # |
699 | # CONFIG_DVB is not set | 702 | # CONFIG_DVB is not set |
703 | # CONFIG_USB_DABUSB is not set | ||
700 | 704 | ||
701 | # | 705 | # |
702 | # Graphics support | 706 | # Graphics support |
@@ -719,6 +723,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
719 | # | 723 | # |
720 | CONFIG_USB_ARCH_HAS_HCD=y | 724 | CONFIG_USB_ARCH_HAS_HCD=y |
721 | CONFIG_USB_ARCH_HAS_OHCI=y | 725 | CONFIG_USB_ARCH_HAS_OHCI=y |
726 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
722 | CONFIG_USB=y | 727 | CONFIG_USB=y |
723 | # CONFIG_USB_DEBUG is not set | 728 | # CONFIG_USB_DEBUG is not set |
724 | 729 | ||
@@ -756,7 +761,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
756 | # | 761 | # |
757 | # may also be needed; see USB_STORAGE Help for more information | 762 | # may also be needed; see USB_STORAGE Help for more information |
758 | # | 763 | # |
759 | CONFIG_USB_STORAGE=m | 764 | CONFIG_USB_STORAGE=y |
760 | # CONFIG_USB_STORAGE_DEBUG is not set | 765 | # CONFIG_USB_STORAGE_DEBUG is not set |
761 | # CONFIG_USB_STORAGE_DATAFAB is not set | 766 | # CONFIG_USB_STORAGE_DATAFAB is not set |
762 | # CONFIG_USB_STORAGE_FREECOM is not set | 767 | # CONFIG_USB_STORAGE_FREECOM is not set |
@@ -783,9 +788,7 @@ CONFIG_USB_STORAGE=m | |||
783 | # CONFIG_USB_ACECAD is not set | 788 | # CONFIG_USB_ACECAD is not set |
784 | # CONFIG_USB_KBTAB is not set | 789 | # CONFIG_USB_KBTAB is not set |
785 | # CONFIG_USB_POWERMATE is not set | 790 | # CONFIG_USB_POWERMATE is not set |
786 | # CONFIG_USB_MTOUCH is not set | 791 | # CONFIG_USB_TOUCHSCREEN is not set |
787 | # CONFIG_USB_ITMTOUCH is not set | ||
788 | # CONFIG_USB_EGALAX is not set | ||
789 | # CONFIG_USB_YEALINK is not set | 792 | # CONFIG_USB_YEALINK is not set |
790 | # CONFIG_USB_XPAD is not set | 793 | # CONFIG_USB_XPAD is not set |
791 | # CONFIG_USB_ATI_REMOTE is not set | 794 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -800,15 +803,6 @@ CONFIG_USB_STORAGE=m | |||
800 | # CONFIG_USB_MICROTEK is not set | 803 | # CONFIG_USB_MICROTEK is not set |
801 | 804 | ||
802 | # | 805 | # |
803 | # USB Multimedia devices | ||
804 | # | ||
805 | # CONFIG_USB_DABUSB is not set | ||
806 | |||
807 | # | ||
808 | # Video4Linux support is needed for USB Multimedia device support | ||
809 | # | ||
810 | |||
811 | # | ||
812 | # USB Network Adapters | 806 | # USB Network Adapters |
813 | # | 807 | # |
814 | # CONFIG_USB_CATC is not set | 808 | # CONFIG_USB_CATC is not set |
@@ -816,7 +810,7 @@ CONFIG_USB_STORAGE=m | |||
816 | # CONFIG_USB_PEGASUS is not set | 810 | # CONFIG_USB_PEGASUS is not set |
817 | # CONFIG_USB_RTL8150 is not set | 811 | # CONFIG_USB_RTL8150 is not set |
818 | # CONFIG_USB_USBNET is not set | 812 | # CONFIG_USB_USBNET is not set |
819 | CONFIG_USB_MON=y | 813 | # CONFIG_USB_MON is not set |
820 | 814 | ||
821 | # | 815 | # |
822 | # USB port drivers | 816 | # USB port drivers |
@@ -860,13 +854,48 @@ CONFIG_USB_MON=y | |||
860 | # CONFIG_MMC is not set | 854 | # CONFIG_MMC is not set |
861 | 855 | ||
862 | # | 856 | # |
857 | # LED devices | ||
858 | # | ||
859 | # CONFIG_NEW_LEDS is not set | ||
860 | |||
861 | # | ||
862 | # LED drivers | ||
863 | # | ||
864 | |||
865 | # | ||
866 | # LED Triggers | ||
867 | # | ||
868 | |||
869 | # | ||
863 | # InfiniBand support | 870 | # InfiniBand support |
864 | # | 871 | # |
865 | # CONFIG_INFINIBAND is not set | 872 | # CONFIG_INFINIBAND is not set |
866 | 873 | ||
867 | # | 874 | # |
868 | # SN Devices | 875 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
876 | # | ||
877 | |||
878 | # | ||
879 | # Real Time Clock | ||
880 | # | ||
881 | CONFIG_RTC_LIB=y | ||
882 | CONFIG_RTC_CLASS=y | ||
883 | CONFIG_RTC_HCTOSYS=y | ||
884 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
885 | |||
886 | # | ||
887 | # RTC interfaces | ||
888 | # | ||
889 | CONFIG_RTC_INTF_SYSFS=y | ||
890 | CONFIG_RTC_INTF_PROC=y | ||
891 | CONFIG_RTC_INTF_DEV=y | ||
892 | |||
893 | # | ||
894 | # RTC drivers | ||
869 | # | 895 | # |
896 | # CONFIG_RTC_DRV_M48T86 is not set | ||
897 | CONFIG_RTC_DRV_VR41XX=y | ||
898 | # CONFIG_RTC_DRV_TEST is not set | ||
870 | 899 | ||
871 | # | 900 | # |
872 | # File systems | 901 | # File systems |
@@ -911,7 +940,6 @@ CONFIG_SYSFS=y | |||
911 | CONFIG_TMPFS=y | 940 | CONFIG_TMPFS=y |
912 | # CONFIG_HUGETLB_PAGE is not set | 941 | # CONFIG_HUGETLB_PAGE is not set |
913 | CONFIG_RAMFS=y | 942 | CONFIG_RAMFS=y |
914 | CONFIG_RELAYFS_FS=m | ||
915 | # CONFIG_CONFIGFS_FS is not set | 943 | # CONFIG_CONFIGFS_FS is not set |
916 | 944 | ||
917 | # | 945 | # |
@@ -952,9 +980,7 @@ CONFIG_NFS_COMMON=y | |||
952 | CONFIG_SUNRPC=y | 980 | CONFIG_SUNRPC=y |
953 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 981 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
954 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 982 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
955 | CONFIG_SMB_FS=m | 983 | # CONFIG_SMB_FS is not set |
956 | CONFIG_SMB_NLS_DEFAULT=y | ||
957 | CONFIG_SMB_NLS_REMOTE="cp932" | ||
958 | # CONFIG_CIFS is not set | 984 | # CONFIG_CIFS is not set |
959 | # CONFIG_NCP_FS is not set | 985 | # CONFIG_NCP_FS is not set |
960 | # CONFIG_CODA_FS is not set | 986 | # CONFIG_CODA_FS is not set |
@@ -970,46 +996,7 @@ CONFIG_MSDOS_PARTITION=y | |||
970 | # | 996 | # |
971 | # Native Language Support | 997 | # Native Language Support |
972 | # | 998 | # |
973 | CONFIG_NLS=y | 999 | # CONFIG_NLS is not set |
974 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
975 | CONFIG_NLS_CODEPAGE_437=m | ||
976 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
977 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
978 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
979 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
980 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
981 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
982 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
983 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
984 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
985 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
986 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
987 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
988 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
989 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
990 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
991 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
992 | CONFIG_NLS_CODEPAGE_932=m | ||
993 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
994 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
995 | # CONFIG_NLS_ISO8859_8 is not set | ||
996 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
997 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
998 | # CONFIG_NLS_ASCII is not set | ||
999 | CONFIG_NLS_ISO8859_1=m | ||
1000 | # CONFIG_NLS_ISO8859_2 is not set | ||
1001 | # CONFIG_NLS_ISO8859_3 is not set | ||
1002 | # CONFIG_NLS_ISO8859_4 is not set | ||
1003 | # CONFIG_NLS_ISO8859_5 is not set | ||
1004 | # CONFIG_NLS_ISO8859_6 is not set | ||
1005 | # CONFIG_NLS_ISO8859_7 is not set | ||
1006 | # CONFIG_NLS_ISO8859_9 is not set | ||
1007 | # CONFIG_NLS_ISO8859_13 is not set | ||
1008 | # CONFIG_NLS_ISO8859_14 is not set | ||
1009 | # CONFIG_NLS_ISO8859_15 is not set | ||
1010 | # CONFIG_NLS_KOI8_R is not set | ||
1011 | # CONFIG_NLS_KOI8_U is not set | ||
1012 | # CONFIG_NLS_UTF8 is not set | ||
1013 | 1000 | ||
1014 | # | 1001 | # |
1015 | # Profiling support | 1002 | # Profiling support |
@@ -1023,44 +1010,20 @@ CONFIG_NLS_ISO8859_1=m | |||
1023 | # CONFIG_MAGIC_SYSRQ is not set | 1010 | # CONFIG_MAGIC_SYSRQ is not set |
1024 | # CONFIG_DEBUG_KERNEL is not set | 1011 | # CONFIG_DEBUG_KERNEL is not set |
1025 | CONFIG_LOG_BUF_SHIFT=14 | 1012 | CONFIG_LOG_BUF_SHIFT=14 |
1013 | # CONFIG_DEBUG_FS is not set | ||
1026 | CONFIG_CROSSCOMPILE=y | 1014 | CONFIG_CROSSCOMPILE=y |
1027 | CONFIG_CMDLINE="mem=32M console=ttyVR0,115200" | 1015 | CONFIG_CMDLINE="mem=32M console=ttyVR0,115200" |
1028 | 1016 | ||
1029 | # | 1017 | # |
1030 | # Security options | 1018 | # Security options |
1031 | # | 1019 | # |
1032 | CONFIG_KEYS=y | 1020 | # CONFIG_KEYS is not set |
1033 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1034 | # CONFIG_SECURITY is not set | 1021 | # CONFIG_SECURITY is not set |
1035 | 1022 | ||
1036 | # | 1023 | # |
1037 | # Cryptographic options | 1024 | # Cryptographic options |
1038 | # | 1025 | # |
1039 | CONFIG_CRYPTO=y | 1026 | # CONFIG_CRYPTO is not set |
1040 | CONFIG_CRYPTO_HMAC=y | ||
1041 | CONFIG_CRYPTO_NULL=m | ||
1042 | CONFIG_CRYPTO_MD4=m | ||
1043 | CONFIG_CRYPTO_MD5=m | ||
1044 | CONFIG_CRYPTO_SHA1=m | ||
1045 | CONFIG_CRYPTO_SHA256=m | ||
1046 | CONFIG_CRYPTO_SHA512=m | ||
1047 | CONFIG_CRYPTO_WP512=m | ||
1048 | CONFIG_CRYPTO_TGR192=m | ||
1049 | CONFIG_CRYPTO_DES=m | ||
1050 | CONFIG_CRYPTO_BLOWFISH=m | ||
1051 | CONFIG_CRYPTO_TWOFISH=m | ||
1052 | CONFIG_CRYPTO_SERPENT=m | ||
1053 | CONFIG_CRYPTO_AES=m | ||
1054 | CONFIG_CRYPTO_CAST5=m | ||
1055 | CONFIG_CRYPTO_CAST6=m | ||
1056 | CONFIG_CRYPTO_TEA=m | ||
1057 | CONFIG_CRYPTO_ARC4=m | ||
1058 | CONFIG_CRYPTO_KHAZAD=m | ||
1059 | CONFIG_CRYPTO_ANUBIS=m | ||
1060 | CONFIG_CRYPTO_DEFLATE=m | ||
1061 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1062 | CONFIG_CRYPTO_CRC32C=m | ||
1063 | # CONFIG_CRYPTO_TEST is not set | ||
1064 | 1027 | ||
1065 | # | 1028 | # |
1066 | # Hardware crypto devices | 1029 | # Hardware crypto devices |
@@ -1069,9 +1032,8 @@ CONFIG_CRYPTO_CRC32C=m | |||
1069 | # | 1032 | # |
1070 | # Library routines | 1033 | # Library routines |
1071 | # | 1034 | # |
1072 | CONFIG_CRC_CCITT=m | 1035 | # CONFIG_CRC_CCITT is not set |
1073 | CONFIG_CRC16=m | 1036 | # CONFIG_CRC16 is not set |
1074 | CONFIG_CRC32=m | 1037 | # CONFIG_CRC32 is not set |
1075 | CONFIG_LIBCRC32C=m | 1038 | # CONFIG_LIBCRC32C is not set |
1076 | CONFIG_ZLIB_INFLATE=m | 1039 | CONFIG_ZLIB_INFLATE=m |
1077 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/mips/configs/tb0229_defconfig b/arch/mips/configs/tb0229_defconfig index be99261d7997..5a924c1a5803 100644 --- a/arch/mips/configs/tb0229_defconfig +++ b/arch/mips/configs/tb0229_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:35 2006 | 4 | # Tue Apr 25 00:08:59 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -68,12 +68,14 @@ CONFIG_MACH_VR41XX=y | |||
68 | # CONFIG_NEC_CMBVR4133 is not set | 68 | # CONFIG_NEC_CMBVR4133 is not set |
69 | CONFIG_TANBAC_TB022X=y | 69 | CONFIG_TANBAC_TB022X=y |
70 | # CONFIG_TANBAC_TB0226 is not set | 70 | # CONFIG_TANBAC_TB0226 is not set |
71 | CONFIG_TANBAC_TB0287=y | 71 | # CONFIG_TANBAC_TB0287 is not set |
72 | # CONFIG_VICTOR_MPC30X is not set | 72 | # CONFIG_VICTOR_MPC30X is not set |
73 | # CONFIG_ZAO_CAPCELLA is not set | 73 | # CONFIG_ZAO_CAPCELLA is not set |
74 | CONFIG_PCI_VR41XX=y | 74 | CONFIG_PCI_VR41XX=y |
75 | # CONFIG_VRC4173 is not set | 75 | # CONFIG_VRC4173 is not set |
76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
77 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
78 | CONFIG_GENERIC_HWEIGHT=y | ||
77 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 79 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
78 | CONFIG_DMA_NONCOHERENT=y | 80 | CONFIG_DMA_NONCOHERENT=y |
79 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 81 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -92,7 +94,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
92 | # CONFIG_CPU_MIPS64_R2 is not set | 94 | # CONFIG_CPU_MIPS64_R2 is not set |
93 | # CONFIG_CPU_R3000 is not set | 95 | # CONFIG_CPU_R3000 is not set |
94 | # CONFIG_CPU_TX39XX is not set | 96 | # CONFIG_CPU_TX39XX is not set |
95 | # CONFIG_CPU_VR41XX is not set | 97 | CONFIG_CPU_VR41XX=y |
96 | # CONFIG_CPU_R4300 is not set | 98 | # CONFIG_CPU_R4300 is not set |
97 | # CONFIG_CPU_R4X00 is not set | 99 | # CONFIG_CPU_R4X00 is not set |
98 | # CONFIG_CPU_TX49XX is not set | 100 | # CONFIG_CPU_TX49XX is not set |
@@ -105,18 +107,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
105 | # CONFIG_CPU_RM7000 is not set | 107 | # CONFIG_CPU_RM7000 is not set |
106 | # CONFIG_CPU_RM9000 is not set | 108 | # CONFIG_CPU_RM9000 is not set |
107 | # CONFIG_CPU_SB1 is not set | 109 | # CONFIG_CPU_SB1 is not set |
110 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
111 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
112 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
113 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
108 | 114 | ||
109 | # | 115 | # |
110 | # Kernel type | 116 | # Kernel type |
111 | # | 117 | # |
112 | # CONFIG_32BIT is not set | 118 | CONFIG_32BIT=y |
113 | # CONFIG_64BIT is not set | 119 | # CONFIG_64BIT is not set |
114 | CONFIG_PAGE_SIZE_4KB=y | 120 | CONFIG_PAGE_SIZE_4KB=y |
115 | # CONFIG_PAGE_SIZE_8KB is not set | 121 | # CONFIG_PAGE_SIZE_8KB is not set |
116 | # CONFIG_PAGE_SIZE_16KB is not set | 122 | # CONFIG_PAGE_SIZE_16KB is not set |
117 | # CONFIG_PAGE_SIZE_64KB is not set | 123 | # CONFIG_PAGE_SIZE_64KB is not set |
118 | # CONFIG_MIPS_MT is not set | 124 | # CONFIG_MIPS_MT is not set |
119 | CONFIG_CPU_HAS_LLSC=y | ||
120 | CONFIG_CPU_HAS_SYNC=y | 125 | CONFIG_CPU_HAS_SYNC=y |
121 | CONFIG_GENERIC_HARDIRQS=y | 126 | CONFIG_GENERIC_HARDIRQS=y |
122 | CONFIG_GENERIC_IRQ_PROBE=y | 127 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -137,7 +142,6 @@ CONFIG_PREEMPT_NONE=y | |||
137 | # Code maturity level options | 142 | # Code maturity level options |
138 | # | 143 | # |
139 | CONFIG_EXPERIMENTAL=y | 144 | CONFIG_EXPERIMENTAL=y |
140 | CONFIG_CLEAN_COMPILE=y | ||
141 | CONFIG_BROKEN_ON_SMP=y | 145 | CONFIG_BROKEN_ON_SMP=y |
142 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 146 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
143 | 147 | ||
@@ -153,6 +157,7 @@ CONFIG_SYSVIPC=y | |||
153 | CONFIG_SYSCTL=y | 157 | CONFIG_SYSCTL=y |
154 | # CONFIG_AUDIT is not set | 158 | # CONFIG_AUDIT is not set |
155 | # CONFIG_IKCONFIG is not set | 159 | # CONFIG_IKCONFIG is not set |
160 | # CONFIG_RELAY is not set | ||
156 | CONFIG_INITRAMFS_SOURCE="" | 161 | CONFIG_INITRAMFS_SOURCE="" |
157 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 162 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
158 | CONFIG_EMBEDDED=y | 163 | CONFIG_EMBEDDED=y |
@@ -166,10 +171,6 @@ CONFIG_BASE_FULL=y | |||
166 | CONFIG_FUTEX=y | 171 | CONFIG_FUTEX=y |
167 | CONFIG_EPOLL=y | 172 | CONFIG_EPOLL=y |
168 | CONFIG_SHMEM=y | 173 | CONFIG_SHMEM=y |
169 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
170 | CONFIG_CC_ALIGN_LABELS=0 | ||
171 | CONFIG_CC_ALIGN_LOOPS=0 | ||
172 | CONFIG_CC_ALIGN_JUMPS=0 | ||
173 | CONFIG_SLAB=y | 174 | CONFIG_SLAB=y |
174 | # CONFIG_TINY_SHMEM is not set | 175 | # CONFIG_TINY_SHMEM is not set |
175 | CONFIG_BASE_SMALL=0 | 176 | CONFIG_BASE_SMALL=0 |
@@ -181,7 +182,6 @@ CONFIG_BASE_SMALL=0 | |||
181 | CONFIG_MODULES=y | 182 | CONFIG_MODULES=y |
182 | CONFIG_MODULE_UNLOAD=y | 183 | CONFIG_MODULE_UNLOAD=y |
183 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 184 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
184 | CONFIG_OBSOLETE_MODPARM=y | ||
185 | CONFIG_MODVERSIONS=y | 185 | CONFIG_MODVERSIONS=y |
186 | CONFIG_MODULE_SRCVERSION_ALL=y | 186 | CONFIG_MODULE_SRCVERSION_ALL=y |
187 | CONFIG_KMOD=y | 187 | CONFIG_KMOD=y |
@@ -189,6 +189,9 @@ CONFIG_KMOD=y | |||
189 | # | 189 | # |
190 | # Block layer | 190 | # Block layer |
191 | # | 191 | # |
192 | # CONFIG_LBD is not set | ||
193 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
194 | # CONFIG_LSF is not set | ||
192 | 195 | ||
193 | # | 196 | # |
194 | # IO Schedulers | 197 | # IO Schedulers |
@@ -208,7 +211,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
208 | # | 211 | # |
209 | CONFIG_HW_HAS_PCI=y | 212 | CONFIG_HW_HAS_PCI=y |
210 | CONFIG_PCI=y | 213 | CONFIG_PCI=y |
211 | # CONFIG_PCI_LEGACY_PROC is not set | ||
212 | CONFIG_MMU=y | 214 | CONFIG_MMU=y |
213 | 215 | ||
214 | # | 216 | # |
@@ -226,6 +228,7 @@ CONFIG_MMU=y | |||
226 | # | 228 | # |
227 | CONFIG_BINFMT_ELF=y | 229 | CONFIG_BINFMT_ELF=y |
228 | # CONFIG_BINFMT_MISC is not set | 230 | # CONFIG_BINFMT_MISC is not set |
231 | CONFIG_TRAD_SIGNALS=y | ||
229 | 232 | ||
230 | # | 233 | # |
231 | # Networking | 234 | # Networking |
@@ -235,11 +238,10 @@ CONFIG_NET=y | |||
235 | # | 238 | # |
236 | # Networking options | 239 | # Networking options |
237 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
238 | CONFIG_PACKET=y | 242 | CONFIG_PACKET=y |
239 | # CONFIG_PACKET_MMAP is not set | 243 | # CONFIG_PACKET_MMAP is not set |
240 | CONFIG_UNIX=y | 244 | CONFIG_UNIX=y |
241 | CONFIG_XFRM=y | ||
242 | CONFIG_XFRM_USER=m | ||
243 | # CONFIG_NET_KEY is not set | 245 | # CONFIG_NET_KEY is not set |
244 | CONFIG_INET=y | 246 | CONFIG_INET=y |
245 | CONFIG_IP_MULTICAST=y | 247 | CONFIG_IP_MULTICAST=y |
@@ -264,12 +266,15 @@ CONFIG_SYN_COOKIES=y | |||
264 | # CONFIG_INET_AH is not set | 266 | # CONFIG_INET_AH is not set |
265 | # CONFIG_INET_ESP is not set | 267 | # CONFIG_INET_ESP is not set |
266 | # CONFIG_INET_IPCOMP is not set | 268 | # CONFIG_INET_IPCOMP is not set |
269 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
267 | CONFIG_INET_TUNNEL=m | 270 | CONFIG_INET_TUNNEL=m |
268 | CONFIG_INET_DIAG=y | 271 | CONFIG_INET_DIAG=y |
269 | CONFIG_INET_TCP_DIAG=y | 272 | CONFIG_INET_TCP_DIAG=y |
270 | # CONFIG_TCP_CONG_ADVANCED is not set | 273 | # CONFIG_TCP_CONG_ADVANCED is not set |
271 | CONFIG_TCP_CONG_BIC=y | 274 | CONFIG_TCP_CONG_BIC=y |
272 | # CONFIG_IPV6 is not set | 275 | # CONFIG_IPV6 is not set |
276 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
277 | # CONFIG_INET6_TUNNEL is not set | ||
273 | # CONFIG_NETFILTER is not set | 278 | # CONFIG_NETFILTER is not set |
274 | 279 | ||
275 | # | 280 | # |
@@ -281,6 +286,11 @@ CONFIG_TCP_CONG_BIC=y | |||
281 | # SCTP Configuration (EXPERIMENTAL) | 286 | # SCTP Configuration (EXPERIMENTAL) |
282 | # | 287 | # |
283 | # CONFIG_IP_SCTP is not set | 288 | # CONFIG_IP_SCTP is not set |
289 | |||
290 | # | ||
291 | # TIPC Configuration (EXPERIMENTAL) | ||
292 | # | ||
293 | # CONFIG_TIPC is not set | ||
284 | # CONFIG_ATM is not set | 294 | # CONFIG_ATM is not set |
285 | # CONFIG_BRIDGE is not set | 295 | # CONFIG_BRIDGE is not set |
286 | # CONFIG_VLAN_8021Q is not set | 296 | # CONFIG_VLAN_8021Q is not set |
@@ -290,11 +300,6 @@ CONFIG_TCP_CONG_BIC=y | |||
290 | # CONFIG_ATALK is not set | 300 | # CONFIG_ATALK is not set |
291 | # CONFIG_X25 is not set | 301 | # CONFIG_X25 is not set |
292 | # CONFIG_LAPB is not set | 302 | # CONFIG_LAPB is not set |
293 | |||
294 | # | ||
295 | # TIPC Configuration (EXPERIMENTAL) | ||
296 | # | ||
297 | # CONFIG_TIPC is not set | ||
298 | # CONFIG_NET_DIVERT is not set | 303 | # CONFIG_NET_DIVERT is not set |
299 | # CONFIG_ECONET is not set | 304 | # CONFIG_ECONET is not set |
300 | # CONFIG_WAN_ROUTER is not set | 305 | # CONFIG_WAN_ROUTER is not set |
@@ -311,10 +316,7 @@ CONFIG_TCP_CONG_BIC=y | |||
311 | # CONFIG_HAMRADIO is not set | 316 | # CONFIG_HAMRADIO is not set |
312 | # CONFIG_IRDA is not set | 317 | # CONFIG_IRDA is not set |
313 | # CONFIG_BT is not set | 318 | # CONFIG_BT is not set |
314 | CONFIG_IEEE80211=m | 319 | # CONFIG_IEEE80211 is not set |
315 | # CONFIG_IEEE80211_DEBUG is not set | ||
316 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
317 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
318 | 320 | ||
319 | # | 321 | # |
320 | # Device Drivers | 322 | # Device Drivers |
@@ -325,12 +327,12 @@ CONFIG_IEEE80211_CRYPT_CCMP=m | |||
325 | # | 327 | # |
326 | CONFIG_STANDALONE=y | 328 | CONFIG_STANDALONE=y |
327 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 329 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
328 | CONFIG_FW_LOADER=m | 330 | # CONFIG_FW_LOADER is not set |
329 | 331 | ||
330 | # | 332 | # |
331 | # Connector - unified userspace <-> kernelspace linker | 333 | # Connector - unified userspace <-> kernelspace linker |
332 | # | 334 | # |
333 | CONFIG_CONNECTOR=m | 335 | # CONFIG_CONNECTOR is not set |
334 | 336 | ||
335 | # | 337 | # |
336 | # Memory Technology Devices (MTD) | 338 | # Memory Technology Devices (MTD) |
@@ -363,10 +365,8 @@ CONFIG_BLK_DEV_RAM=y | |||
363 | CONFIG_BLK_DEV_RAM_COUNT=16 | 365 | CONFIG_BLK_DEV_RAM_COUNT=16 |
364 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 366 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
365 | # CONFIG_BLK_DEV_INITRD is not set | 367 | # CONFIG_BLK_DEV_INITRD is not set |
366 | CONFIG_CDROM_PKTCDVD=m | 368 | # CONFIG_CDROM_PKTCDVD is not set |
367 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 369 | # CONFIG_ATA_OVER_ETH is not set |
368 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
369 | CONFIG_ATA_OVER_ETH=m | ||
370 | 370 | ||
371 | # | 371 | # |
372 | # ATA/ATAPI/MFM/RLL support | 372 | # ATA/ATAPI/MFM/RLL support |
@@ -443,30 +443,7 @@ CONFIG_MII=y | |||
443 | # | 443 | # |
444 | # CONFIG_NET_TULIP is not set | 444 | # CONFIG_NET_TULIP is not set |
445 | # CONFIG_HP100 is not set | 445 | # CONFIG_HP100 is not set |
446 | CONFIG_NET_PCI=y | 446 | # CONFIG_NET_PCI is not set |
447 | # CONFIG_PCNET32 is not set | ||
448 | # CONFIG_AMD8111_ETH is not set | ||
449 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
450 | # CONFIG_B44 is not set | ||
451 | # CONFIG_FORCEDETH is not set | ||
452 | # CONFIG_DGRS is not set | ||
453 | CONFIG_EEPRO100=y | ||
454 | # CONFIG_E100 is not set | ||
455 | # CONFIG_FEALNX is not set | ||
456 | # CONFIG_NATSEMI is not set | ||
457 | # CONFIG_NE2K_PCI is not set | ||
458 | # CONFIG_8139CP is not set | ||
459 | CONFIG_8139TOO=y | ||
460 | CONFIG_8139TOO_PIO=y | ||
461 | # CONFIG_8139TOO_TUNE_TWISTER is not set | ||
462 | # CONFIG_8139TOO_8129 is not set | ||
463 | # CONFIG_8139_OLD_RX_RESET is not set | ||
464 | # CONFIG_SIS900 is not set | ||
465 | # CONFIG_EPIC100 is not set | ||
466 | # CONFIG_SUNDANCE is not set | ||
467 | # CONFIG_TLAN is not set | ||
468 | # CONFIG_VIA_RHINE is not set | ||
469 | # CONFIG_LAN_SAA9730 is not set | ||
470 | 447 | ||
471 | # | 448 | # |
472 | # Ethernet (1000 Mbit) | 449 | # Ethernet (1000 Mbit) |
@@ -483,7 +460,6 @@ CONFIG_R8169=y | |||
483 | # CONFIG_SKGE is not set | 460 | # CONFIG_SKGE is not set |
484 | # CONFIG_SKY2 is not set | 461 | # CONFIG_SKY2 is not set |
485 | # CONFIG_SK98LIN is not set | 462 | # CONFIG_SK98LIN is not set |
486 | # CONFIG_VIA_VELOCITY is not set | ||
487 | # CONFIG_TIGON3 is not set | 463 | # CONFIG_TIGON3 is not set |
488 | # CONFIG_BNX2 is not set | 464 | # CONFIG_BNX2 is not set |
489 | 465 | ||
@@ -510,19 +486,8 @@ CONFIG_R8169=y | |||
510 | # CONFIG_WAN is not set | 486 | # CONFIG_WAN is not set |
511 | # CONFIG_FDDI is not set | 487 | # CONFIG_FDDI is not set |
512 | # CONFIG_HIPPI is not set | 488 | # CONFIG_HIPPI is not set |
513 | CONFIG_PPP=m | 489 | # CONFIG_PPP is not set |
514 | CONFIG_PPP_MULTILINK=y | 490 | # CONFIG_SLIP is not set |
515 | CONFIG_PPP_FILTER=y | ||
516 | CONFIG_PPP_ASYNC=m | ||
517 | CONFIG_PPP_SYNC_TTY=m | ||
518 | CONFIG_PPP_DEFLATE=m | ||
519 | CONFIG_PPP_BSDCOMP=m | ||
520 | CONFIG_PPP_MPPE=m | ||
521 | CONFIG_PPPOE=m | ||
522 | CONFIG_SLIP=m | ||
523 | CONFIG_SLIP_COMPRESSED=y | ||
524 | CONFIG_SLIP_SMART=y | ||
525 | CONFIG_SLIP_MODE_SLIP6=y | ||
526 | # CONFIG_SHAPER is not set | 491 | # CONFIG_SHAPER is not set |
527 | # CONFIG_NETCONSOLE is not set | 492 | # CONFIG_NETCONSOLE is not set |
528 | # CONFIG_NETPOLL is not set | 493 | # CONFIG_NETPOLL is not set |
@@ -583,6 +548,11 @@ CONFIG_HW_CONSOLE=y | |||
583 | # | 548 | # |
584 | # Non-8250 serial port support | 549 | # Non-8250 serial port support |
585 | # | 550 | # |
551 | CONFIG_SERIAL_CORE=y | ||
552 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
553 | CONFIG_SERIAL_VR41XX=y | ||
554 | CONFIG_SERIAL_VR41XX_CONSOLE=y | ||
555 | # CONFIG_SERIAL_JSM is not set | ||
586 | CONFIG_UNIX98_PTYS=y | 556 | CONFIG_UNIX98_PTYS=y |
587 | CONFIG_LEGACY_PTYS=y | 557 | CONFIG_LEGACY_PTYS=y |
588 | CONFIG_LEGACY_PTY_COUNT=256 | 558 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -607,6 +577,7 @@ CONFIG_TANBAC_TB0219=y | |||
607 | # Ftape, the floppy tape device driver | 577 | # Ftape, the floppy tape device driver |
608 | # | 578 | # |
609 | # CONFIG_DRM is not set | 579 | # CONFIG_DRM is not set |
580 | CONFIG_GPIO_VR41XX=y | ||
610 | # CONFIG_RAW_DRIVER is not set | 581 | # CONFIG_RAW_DRIVER is not set |
611 | 582 | ||
612 | # | 583 | # |
@@ -642,10 +613,6 @@ CONFIG_TANBAC_TB0219=y | |||
642 | # | 613 | # |
643 | 614 | ||
644 | # | 615 | # |
645 | # Multimedia Capabilities Port drivers | ||
646 | # | ||
647 | |||
648 | # | ||
649 | # Multimedia devices | 616 | # Multimedia devices |
650 | # | 617 | # |
651 | # CONFIG_VIDEO_DEV is not set | 618 | # CONFIG_VIDEO_DEV is not set |
@@ -654,6 +621,7 @@ CONFIG_TANBAC_TB0219=y | |||
654 | # Digital Video Broadcasting Devices | 621 | # Digital Video Broadcasting Devices |
655 | # | 622 | # |
656 | # CONFIG_DVB is not set | 623 | # CONFIG_DVB is not set |
624 | # CONFIG_USB_DABUSB is not set | ||
657 | 625 | ||
658 | # | 626 | # |
659 | # Graphics support | 627 | # Graphics support |
@@ -676,6 +644,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
676 | # | 644 | # |
677 | CONFIG_USB_ARCH_HAS_HCD=y | 645 | CONFIG_USB_ARCH_HAS_HCD=y |
678 | CONFIG_USB_ARCH_HAS_OHCI=y | 646 | CONFIG_USB_ARCH_HAS_OHCI=y |
647 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
679 | CONFIG_USB=m | 648 | CONFIG_USB=m |
680 | # CONFIG_USB_DEBUG is not set | 649 | # CONFIG_USB_DEBUG is not set |
681 | 650 | ||
@@ -731,9 +700,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
731 | # CONFIG_USB_ACECAD is not set | 700 | # CONFIG_USB_ACECAD is not set |
732 | # CONFIG_USB_KBTAB is not set | 701 | # CONFIG_USB_KBTAB is not set |
733 | # CONFIG_USB_POWERMATE is not set | 702 | # CONFIG_USB_POWERMATE is not set |
734 | # CONFIG_USB_MTOUCH is not set | 703 | # CONFIG_USB_TOUCHSCREEN is not set |
735 | # CONFIG_USB_ITMTOUCH is not set | ||
736 | # CONFIG_USB_EGALAX is not set | ||
737 | # CONFIG_USB_YEALINK is not set | 704 | # CONFIG_USB_YEALINK is not set |
738 | # CONFIG_USB_XPAD is not set | 705 | # CONFIG_USB_XPAD is not set |
739 | # CONFIG_USB_ATI_REMOTE is not set | 706 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -747,15 +714,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
747 | # CONFIG_USB_MDC800 is not set | 714 | # CONFIG_USB_MDC800 is not set |
748 | 715 | ||
749 | # | 716 | # |
750 | # USB Multimedia devices | ||
751 | # | ||
752 | # CONFIG_USB_DABUSB is not set | ||
753 | |||
754 | # | ||
755 | # Video4Linux support is needed for USB Multimedia device support | ||
756 | # | ||
757 | |||
758 | # | ||
759 | # USB Network Adapters | 717 | # USB Network Adapters |
760 | # | 718 | # |
761 | # CONFIG_USB_CATC is not set | 719 | # CONFIG_USB_CATC is not set |
@@ -807,13 +765,48 @@ CONFIG_USB_MON=y | |||
807 | # CONFIG_MMC is not set | 765 | # CONFIG_MMC is not set |
808 | 766 | ||
809 | # | 767 | # |
768 | # LED devices | ||
769 | # | ||
770 | # CONFIG_NEW_LEDS is not set | ||
771 | |||
772 | # | ||
773 | # LED drivers | ||
774 | # | ||
775 | |||
776 | # | ||
777 | # LED Triggers | ||
778 | # | ||
779 | |||
780 | # | ||
810 | # InfiniBand support | 781 | # InfiniBand support |
811 | # | 782 | # |
812 | # CONFIG_INFINIBAND is not set | 783 | # CONFIG_INFINIBAND is not set |
813 | 784 | ||
814 | # | 785 | # |
815 | # SN Devices | 786 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
787 | # | ||
788 | |||
789 | # | ||
790 | # Real Time Clock | ||
791 | # | ||
792 | CONFIG_RTC_LIB=y | ||
793 | CONFIG_RTC_CLASS=y | ||
794 | CONFIG_RTC_HCTOSYS=y | ||
795 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
796 | |||
797 | # | ||
798 | # RTC interfaces | ||
799 | # | ||
800 | CONFIG_RTC_INTF_SYSFS=y | ||
801 | CONFIG_RTC_INTF_PROC=y | ||
802 | CONFIG_RTC_INTF_DEV=y | ||
803 | |||
804 | # | ||
805 | # RTC drivers | ||
816 | # | 806 | # |
807 | # CONFIG_RTC_DRV_M48T86 is not set | ||
808 | CONFIG_RTC_DRV_VR41XX=y | ||
809 | # CONFIG_RTC_DRV_TEST is not set | ||
817 | 810 | ||
818 | # | 811 | # |
819 | # File systems | 812 | # File systems |
@@ -821,32 +814,16 @@ CONFIG_USB_MON=y | |||
821 | CONFIG_EXT2_FS=y | 814 | CONFIG_EXT2_FS=y |
822 | # CONFIG_EXT2_FS_XATTR is not set | 815 | # CONFIG_EXT2_FS_XATTR is not set |
823 | # CONFIG_EXT2_FS_XIP is not set | 816 | # CONFIG_EXT2_FS_XIP is not set |
824 | CONFIG_EXT3_FS=m | 817 | # CONFIG_EXT3_FS is not set |
825 | CONFIG_EXT3_FS_XATTR=y | ||
826 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
827 | CONFIG_EXT3_FS_SECURITY=y | ||
828 | CONFIG_JBD=m | ||
829 | # CONFIG_JBD_DEBUG is not set | ||
830 | CONFIG_FS_MBCACHE=y | ||
831 | # CONFIG_REISERFS_FS is not set | 818 | # CONFIG_REISERFS_FS is not set |
832 | CONFIG_JFS_FS=m | 819 | # CONFIG_JFS_FS is not set |
833 | # CONFIG_JFS_POSIX_ACL is not set | ||
834 | # CONFIG_JFS_SECURITY is not set | ||
835 | # CONFIG_JFS_DEBUG is not set | ||
836 | # CONFIG_JFS_STATISTICS is not set | ||
837 | # CONFIG_FS_POSIX_ACL is not set | 820 | # CONFIG_FS_POSIX_ACL is not set |
838 | CONFIG_XFS_FS=y | 821 | # CONFIG_XFS_FS is not set |
839 | CONFIG_XFS_EXPORT=y | ||
840 | CONFIG_XFS_QUOTA=y | ||
841 | # CONFIG_XFS_SECURITY is not set | ||
842 | CONFIG_XFS_POSIX_ACL=y | ||
843 | # CONFIG_XFS_RT is not set | ||
844 | # CONFIG_OCFS2_FS is not set | 822 | # CONFIG_OCFS2_FS is not set |
845 | # CONFIG_MINIX_FS is not set | 823 | # CONFIG_MINIX_FS is not set |
846 | CONFIG_ROMFS_FS=m | 824 | CONFIG_ROMFS_FS=m |
847 | CONFIG_INOTIFY=y | 825 | CONFIG_INOTIFY=y |
848 | # CONFIG_QUOTA is not set | 826 | # CONFIG_QUOTA is not set |
849 | CONFIG_QUOTACTL=y | ||
850 | CONFIG_DNOTIFY=y | 827 | CONFIG_DNOTIFY=y |
851 | # CONFIG_AUTOFS_FS is not set | 828 | # CONFIG_AUTOFS_FS is not set |
852 | CONFIG_AUTOFS4_FS=y | 829 | CONFIG_AUTOFS4_FS=y |
@@ -855,20 +832,14 @@ CONFIG_FUSE_FS=m | |||
855 | # | 832 | # |
856 | # CD-ROM/DVD Filesystems | 833 | # CD-ROM/DVD Filesystems |
857 | # | 834 | # |
858 | CONFIG_ISO9660_FS=y | 835 | # CONFIG_ISO9660_FS is not set |
859 | CONFIG_JOLIET=y | ||
860 | CONFIG_ZISOFS=y | ||
861 | CONFIG_ZISOFS_FS=y | ||
862 | # CONFIG_UDF_FS is not set | 836 | # CONFIG_UDF_FS is not set |
863 | 837 | ||
864 | # | 838 | # |
865 | # DOS/FAT/NT Filesystems | 839 | # DOS/FAT/NT Filesystems |
866 | # | 840 | # |
867 | CONFIG_FAT_FS=m | 841 | # CONFIG_MSDOS_FS is not set |
868 | CONFIG_MSDOS_FS=m | 842 | # CONFIG_VFAT_FS is not set |
869 | CONFIG_VFAT_FS=m | ||
870 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
871 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
872 | # CONFIG_NTFS_FS is not set | 843 | # CONFIG_NTFS_FS is not set |
873 | 844 | ||
874 | # | 845 | # |
@@ -880,7 +851,6 @@ CONFIG_SYSFS=y | |||
880 | CONFIG_TMPFS=y | 851 | CONFIG_TMPFS=y |
881 | # CONFIG_HUGETLB_PAGE is not set | 852 | # CONFIG_HUGETLB_PAGE is not set |
882 | CONFIG_RAMFS=y | 853 | CONFIG_RAMFS=y |
883 | CONFIG_RELAYFS_FS=m | ||
884 | # CONFIG_CONFIGFS_FS is not set | 854 | # CONFIG_CONFIGFS_FS is not set |
885 | 855 | ||
886 | # | 856 | # |
@@ -921,9 +891,7 @@ CONFIG_NFS_COMMON=y | |||
921 | CONFIG_SUNRPC=y | 891 | CONFIG_SUNRPC=y |
922 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 892 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
923 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 893 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
924 | CONFIG_SMB_FS=m | 894 | # CONFIG_SMB_FS is not set |
925 | CONFIG_SMB_NLS_DEFAULT=y | ||
926 | CONFIG_SMB_NLS_REMOTE="cp932" | ||
927 | # CONFIG_CIFS is not set | 895 | # CONFIG_CIFS is not set |
928 | # CONFIG_NCP_FS is not set | 896 | # CONFIG_NCP_FS is not set |
929 | # CONFIG_CODA_FS is not set | 897 | # CONFIG_CODA_FS is not set |
@@ -939,46 +907,7 @@ CONFIG_MSDOS_PARTITION=y | |||
939 | # | 907 | # |
940 | # Native Language Support | 908 | # Native Language Support |
941 | # | 909 | # |
942 | CONFIG_NLS=y | 910 | # CONFIG_NLS is not set |
943 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
944 | CONFIG_NLS_CODEPAGE_437=m | ||
945 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
946 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
947 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
948 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
949 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
950 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
951 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
952 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
953 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
954 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
955 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
956 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
957 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
958 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
959 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
960 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
961 | CONFIG_NLS_CODEPAGE_932=m | ||
962 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
963 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
964 | # CONFIG_NLS_ISO8859_8 is not set | ||
965 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
966 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
967 | # CONFIG_NLS_ASCII is not set | ||
968 | CONFIG_NLS_ISO8859_1=m | ||
969 | # CONFIG_NLS_ISO8859_2 is not set | ||
970 | # CONFIG_NLS_ISO8859_3 is not set | ||
971 | # CONFIG_NLS_ISO8859_4 is not set | ||
972 | # CONFIG_NLS_ISO8859_5 is not set | ||
973 | # CONFIG_NLS_ISO8859_6 is not set | ||
974 | # CONFIG_NLS_ISO8859_7 is not set | ||
975 | # CONFIG_NLS_ISO8859_9 is not set | ||
976 | # CONFIG_NLS_ISO8859_13 is not set | ||
977 | # CONFIG_NLS_ISO8859_14 is not set | ||
978 | # CONFIG_NLS_ISO8859_15 is not set | ||
979 | # CONFIG_NLS_KOI8_R is not set | ||
980 | # CONFIG_NLS_KOI8_U is not set | ||
981 | # CONFIG_NLS_UTF8 is not set | ||
982 | 911 | ||
983 | # | 912 | # |
984 | # Profiling support | 913 | # Profiling support |
@@ -992,44 +921,20 @@ CONFIG_NLS_ISO8859_1=m | |||
992 | # CONFIG_MAGIC_SYSRQ is not set | 921 | # CONFIG_MAGIC_SYSRQ is not set |
993 | # CONFIG_DEBUG_KERNEL is not set | 922 | # CONFIG_DEBUG_KERNEL is not set |
994 | CONFIG_LOG_BUF_SHIFT=14 | 923 | CONFIG_LOG_BUF_SHIFT=14 |
924 | # CONFIG_DEBUG_FS is not set | ||
995 | CONFIG_CROSSCOMPILE=y | 925 | CONFIG_CROSSCOMPILE=y |
996 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" | 926 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" |
997 | 927 | ||
998 | # | 928 | # |
999 | # Security options | 929 | # Security options |
1000 | # | 930 | # |
1001 | CONFIG_KEYS=y | 931 | # CONFIG_KEYS is not set |
1002 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1003 | # CONFIG_SECURITY is not set | 932 | # CONFIG_SECURITY is not set |
1004 | 933 | ||
1005 | # | 934 | # |
1006 | # Cryptographic options | 935 | # Cryptographic options |
1007 | # | 936 | # |
1008 | CONFIG_CRYPTO=y | 937 | # CONFIG_CRYPTO is not set |
1009 | CONFIG_CRYPTO_HMAC=y | ||
1010 | CONFIG_CRYPTO_NULL=m | ||
1011 | CONFIG_CRYPTO_MD4=m | ||
1012 | CONFIG_CRYPTO_MD5=m | ||
1013 | CONFIG_CRYPTO_SHA1=m | ||
1014 | CONFIG_CRYPTO_SHA256=m | ||
1015 | CONFIG_CRYPTO_SHA512=m | ||
1016 | CONFIG_CRYPTO_WP512=m | ||
1017 | CONFIG_CRYPTO_TGR192=m | ||
1018 | CONFIG_CRYPTO_DES=m | ||
1019 | CONFIG_CRYPTO_BLOWFISH=m | ||
1020 | CONFIG_CRYPTO_TWOFISH=m | ||
1021 | CONFIG_CRYPTO_SERPENT=m | ||
1022 | CONFIG_CRYPTO_AES=m | ||
1023 | CONFIG_CRYPTO_CAST5=m | ||
1024 | CONFIG_CRYPTO_CAST6=m | ||
1025 | CONFIG_CRYPTO_TEA=m | ||
1026 | CONFIG_CRYPTO_ARC4=m | ||
1027 | CONFIG_CRYPTO_KHAZAD=m | ||
1028 | CONFIG_CRYPTO_ANUBIS=m | ||
1029 | CONFIG_CRYPTO_DEFLATE=m | ||
1030 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1031 | CONFIG_CRYPTO_CRC32C=m | ||
1032 | # CONFIG_CRYPTO_TEST is not set | ||
1033 | 938 | ||
1034 | # | 939 | # |
1035 | # Hardware crypto devices | 940 | # Hardware crypto devices |
@@ -1038,9 +943,8 @@ CONFIG_CRYPTO_CRC32C=m | |||
1038 | # | 943 | # |
1039 | # Library routines | 944 | # Library routines |
1040 | # | 945 | # |
1041 | CONFIG_CRC_CCITT=m | 946 | # CONFIG_CRC_CCITT is not set |
1042 | CONFIG_CRC16=m | 947 | # CONFIG_CRC16 is not set |
1043 | CONFIG_CRC32=y | 948 | CONFIG_CRC32=y |
1044 | CONFIG_LIBCRC32C=m | 949 | # CONFIG_LIBCRC32C is not set |
1045 | CONFIG_ZLIB_INFLATE=y | 950 | CONFIG_ZLIB_INFLATE=m |
1046 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index 8a1e3ace0b2c..9f215ea350dc 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Wed Mar 22 11:07:34 2006 | 4 | # Tue Apr 25 00:09:17 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -74,7 +74,10 @@ CONFIG_TANBAC_TB0287=y | |||
74 | CONFIG_PCI_VR41XX=y | 74 | CONFIG_PCI_VR41XX=y |
75 | # CONFIG_VRC4173 is not set | 75 | # CONFIG_VRC4173 is not set |
76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 76 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
77 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
78 | CONFIG_GENERIC_HWEIGHT=y | ||
77 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 79 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
80 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
78 | CONFIG_DMA_NONCOHERENT=y | 81 | CONFIG_DMA_NONCOHERENT=y |
79 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 82 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
80 | # CONFIG_CPU_BIG_ENDIAN is not set | 83 | # CONFIG_CPU_BIG_ENDIAN is not set |
@@ -107,7 +110,6 @@ CONFIG_CPU_VR41XX=y | |||
107 | # CONFIG_CPU_SB1 is not set | 110 | # CONFIG_CPU_SB1 is not set |
108 | CONFIG_SYS_HAS_CPU_VR41XX=y | 111 | CONFIG_SYS_HAS_CPU_VR41XX=y |
109 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | 112 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y |
110 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | 113 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y |
112 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | 114 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y |
113 | 115 | ||
@@ -121,7 +123,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
121 | # CONFIG_PAGE_SIZE_16KB is not set | 123 | # CONFIG_PAGE_SIZE_16KB is not set |
122 | # CONFIG_PAGE_SIZE_64KB is not set | 124 | # CONFIG_PAGE_SIZE_64KB is not set |
123 | # CONFIG_MIPS_MT is not set | 125 | # CONFIG_MIPS_MT is not set |
124 | # CONFIG_CPU_ADVANCED is not set | ||
125 | CONFIG_CPU_HAS_SYNC=y | 126 | CONFIG_CPU_HAS_SYNC=y |
126 | CONFIG_GENERIC_HARDIRQS=y | 127 | CONFIG_GENERIC_HARDIRQS=y |
127 | CONFIG_GENERIC_IRQ_PROBE=y | 128 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -157,6 +158,7 @@ CONFIG_SYSVIPC=y | |||
157 | CONFIG_SYSCTL=y | 158 | CONFIG_SYSCTL=y |
158 | # CONFIG_AUDIT is not set | 159 | # CONFIG_AUDIT is not set |
159 | # CONFIG_IKCONFIG is not set | 160 | # CONFIG_IKCONFIG is not set |
161 | # CONFIG_RELAY is not set | ||
160 | CONFIG_INITRAMFS_SOURCE="" | 162 | CONFIG_INITRAMFS_SOURCE="" |
161 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 163 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
162 | CONFIG_EMBEDDED=y | 164 | CONFIG_EMBEDDED=y |
@@ -170,10 +172,6 @@ CONFIG_BASE_FULL=y | |||
170 | CONFIG_FUTEX=y | 172 | CONFIG_FUTEX=y |
171 | CONFIG_EPOLL=y | 173 | CONFIG_EPOLL=y |
172 | CONFIG_SHMEM=y | 174 | CONFIG_SHMEM=y |
173 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
174 | CONFIG_CC_ALIGN_LABELS=0 | ||
175 | CONFIG_CC_ALIGN_LOOPS=0 | ||
176 | CONFIG_CC_ALIGN_JUMPS=0 | ||
177 | CONFIG_SLAB=y | 175 | CONFIG_SLAB=y |
178 | # CONFIG_TINY_SHMEM is not set | 176 | # CONFIG_TINY_SHMEM is not set |
179 | CONFIG_BASE_SMALL=0 | 177 | CONFIG_BASE_SMALL=0 |
@@ -185,7 +183,6 @@ CONFIG_BASE_SMALL=0 | |||
185 | CONFIG_MODULES=y | 183 | CONFIG_MODULES=y |
186 | CONFIG_MODULE_UNLOAD=y | 184 | CONFIG_MODULE_UNLOAD=y |
187 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 185 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
188 | CONFIG_OBSOLETE_MODPARM=y | ||
189 | CONFIG_MODVERSIONS=y | 186 | CONFIG_MODVERSIONS=y |
190 | CONFIG_MODULE_SRCVERSION_ALL=y | 187 | CONFIG_MODULE_SRCVERSION_ALL=y |
191 | CONFIG_KMOD=y | 188 | CONFIG_KMOD=y |
@@ -194,6 +191,8 @@ CONFIG_KMOD=y | |||
194 | # Block layer | 191 | # Block layer |
195 | # | 192 | # |
196 | # CONFIG_LBD is not set | 193 | # CONFIG_LBD is not set |
194 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
195 | # CONFIG_LSF is not set | ||
197 | 196 | ||
198 | # | 197 | # |
199 | # IO Schedulers | 198 | # IO Schedulers |
@@ -213,7 +212,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
213 | # | 212 | # |
214 | CONFIG_HW_HAS_PCI=y | 213 | CONFIG_HW_HAS_PCI=y |
215 | CONFIG_PCI=y | 214 | CONFIG_PCI=y |
216 | # CONFIG_PCI_LEGACY_PROC is not set | ||
217 | CONFIG_MMU=y | 215 | CONFIG_MMU=y |
218 | 216 | ||
219 | # | 217 | # |
@@ -245,8 +243,6 @@ CONFIG_NET=y | |||
245 | CONFIG_PACKET=y | 243 | CONFIG_PACKET=y |
246 | # CONFIG_PACKET_MMAP is not set | 244 | # CONFIG_PACKET_MMAP is not set |
247 | CONFIG_UNIX=y | 245 | CONFIG_UNIX=y |
248 | CONFIG_XFRM=y | ||
249 | CONFIG_XFRM_USER=m | ||
250 | # CONFIG_NET_KEY is not set | 246 | # CONFIG_NET_KEY is not set |
251 | CONFIG_INET=y | 247 | CONFIG_INET=y |
252 | CONFIG_IP_MULTICAST=y | 248 | CONFIG_IP_MULTICAST=y |
@@ -271,6 +267,7 @@ CONFIG_SYN_COOKIES=y | |||
271 | # CONFIG_INET_AH is not set | 267 | # CONFIG_INET_AH is not set |
272 | # CONFIG_INET_ESP is not set | 268 | # CONFIG_INET_ESP is not set |
273 | # CONFIG_INET_IPCOMP is not set | 269 | # CONFIG_INET_IPCOMP is not set |
270 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
274 | CONFIG_INET_TUNNEL=m | 271 | CONFIG_INET_TUNNEL=m |
275 | CONFIG_INET_DIAG=y | 272 | CONFIG_INET_DIAG=y |
276 | CONFIG_INET_TCP_DIAG=y | 273 | CONFIG_INET_TCP_DIAG=y |
@@ -288,6 +285,8 @@ CONFIG_TCP_CONG_HTCP=m | |||
288 | # CONFIG_TCP_CONG_VEGAS is not set | 285 | # CONFIG_TCP_CONG_VEGAS is not set |
289 | # CONFIG_TCP_CONG_SCALABLE is not set | 286 | # CONFIG_TCP_CONG_SCALABLE is not set |
290 | # CONFIG_IPV6 is not set | 287 | # CONFIG_IPV6 is not set |
288 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
289 | # CONFIG_INET6_TUNNEL is not set | ||
291 | # CONFIG_NETFILTER is not set | 290 | # CONFIG_NETFILTER is not set |
292 | 291 | ||
293 | # | 292 | # |
@@ -493,7 +492,6 @@ CONFIG_BLK_DEV_SD=y | |||
493 | # CONFIG_SCSI_INIA100 is not set | 492 | # CONFIG_SCSI_INIA100 is not set |
494 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 493 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
495 | # CONFIG_SCSI_IPR is not set | 494 | # CONFIG_SCSI_IPR is not set |
496 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
497 | # CONFIG_SCSI_QLOGIC_1280 is not set | 495 | # CONFIG_SCSI_QLOGIC_1280 is not set |
498 | # CONFIG_SCSI_QLA_FC is not set | 496 | # CONFIG_SCSI_QLA_FC is not set |
499 | # CONFIG_SCSI_LPFC is not set | 497 | # CONFIG_SCSI_LPFC is not set |
@@ -714,7 +712,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
714 | # CONFIG_WATCHDOG is not set | 712 | # CONFIG_WATCHDOG is not set |
715 | # CONFIG_RTC is not set | 713 | # CONFIG_RTC is not set |
716 | # CONFIG_GEN_RTC is not set | 714 | # CONFIG_GEN_RTC is not set |
717 | # CONFIG_RTC_VR41XX is not set | ||
718 | # CONFIG_DTLK is not set | 715 | # CONFIG_DTLK is not set |
719 | # CONFIG_R3964 is not set | 716 | # CONFIG_R3964 is not set |
720 | # CONFIG_APPLICOM is not set | 717 | # CONFIG_APPLICOM is not set |
@@ -760,10 +757,6 @@ CONFIG_GPIO_VR41XX=y | |||
760 | # | 757 | # |
761 | 758 | ||
762 | # | 759 | # |
763 | # Multimedia Capabilities Port drivers | ||
764 | # | ||
765 | |||
766 | # | ||
767 | # Multimedia devices | 760 | # Multimedia devices |
768 | # | 761 | # |
769 | # CONFIG_VIDEO_DEV is not set | 762 | # CONFIG_VIDEO_DEV is not set |
@@ -772,17 +765,53 @@ CONFIG_GPIO_VR41XX=y | |||
772 | # Digital Video Broadcasting Devices | 765 | # Digital Video Broadcasting Devices |
773 | # | 766 | # |
774 | # CONFIG_DVB is not set | 767 | # CONFIG_DVB is not set |
768 | # CONFIG_USB_DABUSB is not set | ||
775 | 769 | ||
776 | # | 770 | # |
777 | # Graphics support | 771 | # Graphics support |
778 | # | 772 | # |
779 | # CONFIG_FB is not set | 773 | CONFIG_FB=y |
774 | CONFIG_FB_CFB_FILLRECT=y | ||
775 | CONFIG_FB_CFB_COPYAREA=y | ||
776 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
777 | # CONFIG_FB_MACMODES is not set | ||
778 | CONFIG_FB_FIRMWARE_EDID=y | ||
779 | # CONFIG_FB_MODE_HELPERS is not set | ||
780 | # CONFIG_FB_TILEBLITTING is not set | ||
781 | # CONFIG_FB_CIRRUS is not set | ||
782 | # CONFIG_FB_PM2 is not set | ||
783 | # CONFIG_FB_CYBER2000 is not set | ||
784 | # CONFIG_FB_ASILIANT is not set | ||
785 | # CONFIG_FB_IMSTT is not set | ||
786 | # CONFIG_FB_S1D13XXX is not set | ||
787 | # CONFIG_FB_NVIDIA is not set | ||
788 | # CONFIG_FB_RIVA is not set | ||
789 | # CONFIG_FB_MATROX is not set | ||
790 | # CONFIG_FB_RADEON is not set | ||
791 | # CONFIG_FB_ATY128 is not set | ||
792 | # CONFIG_FB_ATY is not set | ||
793 | # CONFIG_FB_SAVAGE is not set | ||
794 | # CONFIG_FB_SIS is not set | ||
795 | # CONFIG_FB_NEOMAGIC is not set | ||
796 | # CONFIG_FB_KYRO is not set | ||
797 | # CONFIG_FB_3DFX is not set | ||
798 | # CONFIG_FB_VOODOO1 is not set | ||
799 | CONFIG_FB_SMIVGX=y | ||
800 | # CONFIG_FB_TRIDENT is not set | ||
801 | # CONFIG_FB_VIRTUAL is not set | ||
780 | 802 | ||
781 | # | 803 | # |
782 | # Console display driver support | 804 | # Console display driver support |
783 | # | 805 | # |
784 | # CONFIG_VGA_CONSOLE is not set | 806 | # CONFIG_VGA_CONSOLE is not set |
785 | CONFIG_DUMMY_CONSOLE=y | 807 | CONFIG_DUMMY_CONSOLE=y |
808 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
809 | |||
810 | # | ||
811 | # Logo configuration | ||
812 | # | ||
813 | # CONFIG_LOGO is not set | ||
814 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
786 | 815 | ||
787 | # | 816 | # |
788 | # Sound | 817 | # Sound |
@@ -794,6 +823,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
794 | # | 823 | # |
795 | CONFIG_USB_ARCH_HAS_HCD=y | 824 | CONFIG_USB_ARCH_HAS_HCD=y |
796 | CONFIG_USB_ARCH_HAS_OHCI=y | 825 | CONFIG_USB_ARCH_HAS_OHCI=y |
826 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
797 | CONFIG_USB=m | 827 | CONFIG_USB=m |
798 | # CONFIG_USB_DEBUG is not set | 828 | # CONFIG_USB_DEBUG is not set |
799 | 829 | ||
@@ -863,9 +893,7 @@ CONFIG_USB_HIDINPUT=y | |||
863 | # CONFIG_USB_ACECAD is not set | 893 | # CONFIG_USB_ACECAD is not set |
864 | # CONFIG_USB_KBTAB is not set | 894 | # CONFIG_USB_KBTAB is not set |
865 | # CONFIG_USB_POWERMATE is not set | 895 | # CONFIG_USB_POWERMATE is not set |
866 | # CONFIG_USB_MTOUCH is not set | 896 | # CONFIG_USB_TOUCHSCREEN is not set |
867 | # CONFIG_USB_ITMTOUCH is not set | ||
868 | # CONFIG_USB_EGALAX is not set | ||
869 | # CONFIG_USB_YEALINK is not set | 897 | # CONFIG_USB_YEALINK is not set |
870 | # CONFIG_USB_XPAD is not set | 898 | # CONFIG_USB_XPAD is not set |
871 | # CONFIG_USB_ATI_REMOTE is not set | 899 | # CONFIG_USB_ATI_REMOTE is not set |
@@ -880,15 +908,6 @@ CONFIG_USB_HIDINPUT=y | |||
880 | # CONFIG_USB_MICROTEK is not set | 908 | # CONFIG_USB_MICROTEK is not set |
881 | 909 | ||
882 | # | 910 | # |
883 | # USB Multimedia devices | ||
884 | # | ||
885 | # CONFIG_USB_DABUSB is not set | ||
886 | |||
887 | # | ||
888 | # Video4Linux support is needed for USB Multimedia device support | ||
889 | # | ||
890 | |||
891 | # | ||
892 | # USB Network Adapters | 911 | # USB Network Adapters |
893 | # | 912 | # |
894 | # CONFIG_USB_CATC is not set | 913 | # CONFIG_USB_CATC is not set |
@@ -939,6 +958,19 @@ CONFIG_USB_MON=y | |||
939 | # CONFIG_MMC is not set | 958 | # CONFIG_MMC is not set |
940 | 959 | ||
941 | # | 960 | # |
961 | # LED devices | ||
962 | # | ||
963 | # CONFIG_NEW_LEDS is not set | ||
964 | |||
965 | # | ||
966 | # LED drivers | ||
967 | # | ||
968 | |||
969 | # | ||
970 | # LED Triggers | ||
971 | # | ||
972 | |||
973 | # | ||
942 | # InfiniBand support | 974 | # InfiniBand support |
943 | # | 975 | # |
944 | # CONFIG_INFINIBAND is not set | 976 | # CONFIG_INFINIBAND is not set |
@@ -948,6 +980,11 @@ CONFIG_USB_MON=y | |||
948 | # | 980 | # |
949 | 981 | ||
950 | # | 982 | # |
983 | # Real Time Clock | ||
984 | # | ||
985 | # CONFIG_RTC_CLASS is not set | ||
986 | |||
987 | # | ||
951 | # File systems | 988 | # File systems |
952 | # | 989 | # |
953 | CONFIG_EXT2_FS=y | 990 | CONFIG_EXT2_FS=y |
@@ -1001,7 +1038,6 @@ CONFIG_SYSFS=y | |||
1001 | CONFIG_TMPFS=y | 1038 | CONFIG_TMPFS=y |
1002 | # CONFIG_HUGETLB_PAGE is not set | 1039 | # CONFIG_HUGETLB_PAGE is not set |
1003 | CONFIG_RAMFS=y | 1040 | CONFIG_RAMFS=y |
1004 | # CONFIG_RELAYFS_FS is not set | ||
1005 | # CONFIG_CONFIGFS_FS is not set | 1041 | # CONFIG_CONFIGFS_FS is not set |
1006 | 1042 | ||
1007 | # | 1043 | # |
@@ -1067,14 +1103,14 @@ CONFIG_MSDOS_PARTITION=y | |||
1067 | # CONFIG_MAGIC_SYSRQ is not set | 1103 | # CONFIG_MAGIC_SYSRQ is not set |
1068 | # CONFIG_DEBUG_KERNEL is not set | 1104 | # CONFIG_DEBUG_KERNEL is not set |
1069 | CONFIG_LOG_BUF_SHIFT=14 | 1105 | CONFIG_LOG_BUF_SHIFT=14 |
1106 | # CONFIG_DEBUG_FS is not set | ||
1070 | CONFIG_CROSSCOMPILE=y | 1107 | CONFIG_CROSSCOMPILE=y |
1071 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" | 1108 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" |
1072 | 1109 | ||
1073 | # | 1110 | # |
1074 | # Security options | 1111 | # Security options |
1075 | # | 1112 | # |
1076 | CONFIG_KEYS=y | 1113 | # CONFIG_KEYS is not set |
1077 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1078 | # CONFIG_SECURITY is not set | 1114 | # CONFIG_SECURITY is not set |
1079 | 1115 | ||
1080 | # | 1116 | # |
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index 7132e296d40a..ac7765eb8da7 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:36 2006 | 4 | # Tue Apr 25 00:09:33 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -70,6 +70,8 @@ CONFIG_IBM_WORKPAD=y | |||
70 | # CONFIG_VICTOR_MPC30X is not set | 70 | # CONFIG_VICTOR_MPC30X is not set |
71 | # CONFIG_ZAO_CAPCELLA is not set | 71 | # CONFIG_ZAO_CAPCELLA is not set |
72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 72 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
73 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
74 | CONFIG_GENERIC_HWEIGHT=y | ||
73 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 75 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
74 | CONFIG_DMA_NONCOHERENT=y | 76 | CONFIG_DMA_NONCOHERENT=y |
75 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 77 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
@@ -88,7 +90,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
88 | # CONFIG_CPU_MIPS64_R2 is not set | 90 | # CONFIG_CPU_MIPS64_R2 is not set |
89 | # CONFIG_CPU_R3000 is not set | 91 | # CONFIG_CPU_R3000 is not set |
90 | # CONFIG_CPU_TX39XX is not set | 92 | # CONFIG_CPU_TX39XX is not set |
91 | # CONFIG_CPU_VR41XX is not set | 93 | CONFIG_CPU_VR41XX=y |
92 | # CONFIG_CPU_R4300 is not set | 94 | # CONFIG_CPU_R4300 is not set |
93 | # CONFIG_CPU_R4X00 is not set | 95 | # CONFIG_CPU_R4X00 is not set |
94 | # CONFIG_CPU_TX49XX is not set | 96 | # CONFIG_CPU_TX49XX is not set |
@@ -101,18 +103,21 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
101 | # CONFIG_CPU_RM7000 is not set | 103 | # CONFIG_CPU_RM7000 is not set |
102 | # CONFIG_CPU_RM9000 is not set | 104 | # CONFIG_CPU_RM9000 is not set |
103 | # CONFIG_CPU_SB1 is not set | 105 | # CONFIG_CPU_SB1 is not set |
106 | CONFIG_SYS_HAS_CPU_VR41XX=y | ||
107 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
108 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
109 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
104 | 110 | ||
105 | # | 111 | # |
106 | # Kernel type | 112 | # Kernel type |
107 | # | 113 | # |
108 | # CONFIG_32BIT is not set | 114 | CONFIG_32BIT=y |
109 | # CONFIG_64BIT is not set | 115 | # CONFIG_64BIT is not set |
110 | CONFIG_PAGE_SIZE_4KB=y | 116 | CONFIG_PAGE_SIZE_4KB=y |
111 | # CONFIG_PAGE_SIZE_8KB is not set | 117 | # CONFIG_PAGE_SIZE_8KB is not set |
112 | # CONFIG_PAGE_SIZE_16KB is not set | 118 | # CONFIG_PAGE_SIZE_16KB is not set |
113 | # CONFIG_PAGE_SIZE_64KB is not set | 119 | # CONFIG_PAGE_SIZE_64KB is not set |
114 | # CONFIG_MIPS_MT is not set | 120 | # CONFIG_MIPS_MT is not set |
115 | CONFIG_CPU_HAS_LLSC=y | ||
116 | CONFIG_CPU_HAS_SYNC=y | 121 | CONFIG_CPU_HAS_SYNC=y |
117 | CONFIG_GENERIC_HARDIRQS=y | 122 | CONFIG_GENERIC_HARDIRQS=y |
118 | CONFIG_GENERIC_IRQ_PROBE=y | 123 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -133,7 +138,6 @@ CONFIG_PREEMPT_NONE=y | |||
133 | # Code maturity level options | 138 | # Code maturity level options |
134 | # | 139 | # |
135 | CONFIG_EXPERIMENTAL=y | 140 | CONFIG_EXPERIMENTAL=y |
136 | CONFIG_CLEAN_COMPILE=y | ||
137 | CONFIG_BROKEN_ON_SMP=y | 141 | CONFIG_BROKEN_ON_SMP=y |
138 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 142 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
139 | 143 | ||
@@ -149,6 +153,7 @@ CONFIG_SYSVIPC=y | |||
149 | CONFIG_SYSCTL=y | 153 | CONFIG_SYSCTL=y |
150 | # CONFIG_AUDIT is not set | 154 | # CONFIG_AUDIT is not set |
151 | # CONFIG_IKCONFIG is not set | 155 | # CONFIG_IKCONFIG is not set |
156 | # CONFIG_RELAY is not set | ||
152 | CONFIG_INITRAMFS_SOURCE="" | 157 | CONFIG_INITRAMFS_SOURCE="" |
153 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 158 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
154 | CONFIG_EMBEDDED=y | 159 | CONFIG_EMBEDDED=y |
@@ -162,10 +167,6 @@ CONFIG_BASE_FULL=y | |||
162 | CONFIG_FUTEX=y | 167 | CONFIG_FUTEX=y |
163 | CONFIG_EPOLL=y | 168 | CONFIG_EPOLL=y |
164 | CONFIG_SHMEM=y | 169 | CONFIG_SHMEM=y |
165 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
166 | CONFIG_CC_ALIGN_LABELS=0 | ||
167 | CONFIG_CC_ALIGN_LOOPS=0 | ||
168 | CONFIG_CC_ALIGN_JUMPS=0 | ||
169 | CONFIG_SLAB=y | 170 | CONFIG_SLAB=y |
170 | # CONFIG_TINY_SHMEM is not set | 171 | # CONFIG_TINY_SHMEM is not set |
171 | CONFIG_BASE_SMALL=0 | 172 | CONFIG_BASE_SMALL=0 |
@@ -177,7 +178,6 @@ CONFIG_BASE_SMALL=0 | |||
177 | CONFIG_MODULES=y | 178 | CONFIG_MODULES=y |
178 | CONFIG_MODULE_UNLOAD=y | 179 | CONFIG_MODULE_UNLOAD=y |
179 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 180 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
180 | CONFIG_OBSOLETE_MODPARM=y | ||
181 | CONFIG_MODVERSIONS=y | 181 | CONFIG_MODVERSIONS=y |
182 | CONFIG_MODULE_SRCVERSION_ALL=y | 182 | CONFIG_MODULE_SRCVERSION_ALL=y |
183 | CONFIG_KMOD=y | 183 | CONFIG_KMOD=y |
@@ -185,6 +185,9 @@ CONFIG_KMOD=y | |||
185 | # | 185 | # |
186 | # Block layer | 186 | # Block layer |
187 | # | 187 | # |
188 | # CONFIG_LBD is not set | ||
189 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
190 | # CONFIG_LSF is not set | ||
188 | 191 | ||
189 | # | 192 | # |
190 | # IO Schedulers | 193 | # IO Schedulers |
@@ -220,6 +223,7 @@ CONFIG_PCMCIA_IOCTL=y | |||
220 | # CONFIG_I82365 is not set | 223 | # CONFIG_I82365 is not set |
221 | # CONFIG_TCIC is not set | 224 | # CONFIG_TCIC is not set |
222 | CONFIG_PCMCIA_PROBE=y | 225 | CONFIG_PCMCIA_PROBE=y |
226 | CONFIG_PCMCIA_VRC4171=y | ||
223 | 227 | ||
224 | # | 228 | # |
225 | # PCI Hotplug Support | 229 | # PCI Hotplug Support |
@@ -230,6 +234,7 @@ CONFIG_PCMCIA_PROBE=y | |||
230 | # | 234 | # |
231 | CONFIG_BINFMT_ELF=y | 235 | CONFIG_BINFMT_ELF=y |
232 | # CONFIG_BINFMT_MISC is not set | 236 | # CONFIG_BINFMT_MISC is not set |
237 | CONFIG_TRAD_SIGNALS=y | ||
233 | 238 | ||
234 | # | 239 | # |
235 | # Networking | 240 | # Networking |
@@ -239,6 +244,7 @@ CONFIG_NET=y | |||
239 | # | 244 | # |
240 | # Networking options | 245 | # Networking options |
241 | # | 246 | # |
247 | # CONFIG_NETDEBUG is not set | ||
242 | CONFIG_PACKET=y | 248 | CONFIG_PACKET=y |
243 | CONFIG_PACKET_MMAP=y | 249 | CONFIG_PACKET_MMAP=y |
244 | CONFIG_UNIX=y | 250 | CONFIG_UNIX=y |
@@ -258,12 +264,15 @@ CONFIG_IP_FIB_HASH=y | |||
258 | # CONFIG_INET_AH is not set | 264 | # CONFIG_INET_AH is not set |
259 | # CONFIG_INET_ESP is not set | 265 | # CONFIG_INET_ESP is not set |
260 | # CONFIG_INET_IPCOMP is not set | 266 | # CONFIG_INET_IPCOMP is not set |
261 | CONFIG_INET_TUNNEL=m | 267 | # CONFIG_INET_XFRM_TUNNEL is not set |
268 | # CONFIG_INET_TUNNEL is not set | ||
262 | CONFIG_INET_DIAG=y | 269 | CONFIG_INET_DIAG=y |
263 | CONFIG_INET_TCP_DIAG=y | 270 | CONFIG_INET_TCP_DIAG=y |
264 | # CONFIG_TCP_CONG_ADVANCED is not set | 271 | # CONFIG_TCP_CONG_ADVANCED is not set |
265 | CONFIG_TCP_CONG_BIC=y | 272 | CONFIG_TCP_CONG_BIC=y |
266 | # CONFIG_IPV6 is not set | 273 | # CONFIG_IPV6 is not set |
274 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
275 | # CONFIG_INET6_TUNNEL is not set | ||
267 | # CONFIG_NETFILTER is not set | 276 | # CONFIG_NETFILTER is not set |
268 | 277 | ||
269 | # | 278 | # |
@@ -275,6 +284,11 @@ CONFIG_TCP_CONG_BIC=y | |||
275 | # SCTP Configuration (EXPERIMENTAL) | 284 | # SCTP Configuration (EXPERIMENTAL) |
276 | # | 285 | # |
277 | # CONFIG_IP_SCTP is not set | 286 | # CONFIG_IP_SCTP is not set |
287 | |||
288 | # | ||
289 | # TIPC Configuration (EXPERIMENTAL) | ||
290 | # | ||
291 | # CONFIG_TIPC is not set | ||
278 | # CONFIG_ATM is not set | 292 | # CONFIG_ATM is not set |
279 | # CONFIG_BRIDGE is not set | 293 | # CONFIG_BRIDGE is not set |
280 | # CONFIG_VLAN_8021Q is not set | 294 | # CONFIG_VLAN_8021Q is not set |
@@ -284,11 +298,6 @@ CONFIG_TCP_CONG_BIC=y | |||
284 | # CONFIG_ATALK is not set | 298 | # CONFIG_ATALK is not set |
285 | # CONFIG_X25 is not set | 299 | # CONFIG_X25 is not set |
286 | # CONFIG_LAPB is not set | 300 | # CONFIG_LAPB is not set |
287 | |||
288 | # | ||
289 | # TIPC Configuration (EXPERIMENTAL) | ||
290 | # | ||
291 | # CONFIG_TIPC is not set | ||
292 | # CONFIG_NET_DIVERT is not set | 301 | # CONFIG_NET_DIVERT is not set |
293 | # CONFIG_ECONET is not set | 302 | # CONFIG_ECONET is not set |
294 | # CONFIG_WAN_ROUTER is not set | 303 | # CONFIG_WAN_ROUTER is not set |
@@ -305,10 +314,8 @@ CONFIG_TCP_CONG_BIC=y | |||
305 | # CONFIG_HAMRADIO is not set | 314 | # CONFIG_HAMRADIO is not set |
306 | # CONFIG_IRDA is not set | 315 | # CONFIG_IRDA is not set |
307 | # CONFIG_BT is not set | 316 | # CONFIG_BT is not set |
308 | CONFIG_IEEE80211=m | 317 | # CONFIG_IEEE80211 is not set |
309 | # CONFIG_IEEE80211_DEBUG is not set | 318 | CONFIG_WIRELESS_EXT=y |
310 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
311 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
312 | 319 | ||
313 | # | 320 | # |
314 | # Device Drivers | 321 | # Device Drivers |
@@ -347,10 +354,12 @@ CONFIG_CONNECTOR=m | |||
347 | # CONFIG_BLK_DEV_COW_COMMON is not set | 354 | # CONFIG_BLK_DEV_COW_COMMON is not set |
348 | # CONFIG_BLK_DEV_LOOP is not set | 355 | # CONFIG_BLK_DEV_LOOP is not set |
349 | # CONFIG_BLK_DEV_NBD is not set | 356 | # CONFIG_BLK_DEV_NBD is not set |
350 | # CONFIG_BLK_DEV_RAM is not set | 357 | CONFIG_BLK_DEV_RAM=m |
351 | CONFIG_BLK_DEV_RAM_COUNT=16 | 358 | CONFIG_BLK_DEV_RAM_COUNT=16 |
359 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
360 | # CONFIG_BLK_DEV_INITRD is not set | ||
352 | # CONFIG_CDROM_PKTCDVD is not set | 361 | # CONFIG_CDROM_PKTCDVD is not set |
353 | CONFIG_ATA_OVER_ETH=m | 362 | # CONFIG_ATA_OVER_ETH is not set |
354 | 363 | ||
355 | # | 364 | # |
356 | # ATA/ATAPI/MFM/RLL support | 365 | # ATA/ATAPI/MFM/RLL support |
@@ -468,7 +477,38 @@ CONFIG_MII=m | |||
468 | # | 477 | # |
469 | # Wireless LAN (non-hamradio) | 478 | # Wireless LAN (non-hamradio) |
470 | # | 479 | # |
471 | # CONFIG_NET_RADIO is not set | 480 | CONFIG_NET_RADIO=y |
481 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
482 | |||
483 | # | ||
484 | # Obsolete Wireless cards support (pre-802.11) | ||
485 | # | ||
486 | # CONFIG_STRIP is not set | ||
487 | # CONFIG_ARLAN is not set | ||
488 | # CONFIG_WAVELAN is not set | ||
489 | # CONFIG_PCMCIA_WAVELAN is not set | ||
490 | # CONFIG_PCMCIA_NETWAVE is not set | ||
491 | |||
492 | # | ||
493 | # Wireless 802.11 Frequency Hopping cards support | ||
494 | # | ||
495 | # CONFIG_PCMCIA_RAYCS is not set | ||
496 | |||
497 | # | ||
498 | # Wireless 802.11b ISA/PCI cards support | ||
499 | # | ||
500 | CONFIG_HERMES=m | ||
501 | # CONFIG_ATMEL is not set | ||
502 | |||
503 | # | ||
504 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
505 | # | ||
506 | CONFIG_PCMCIA_HERMES=m | ||
507 | # CONFIG_PCMCIA_SPECTRUM is not set | ||
508 | # CONFIG_AIRO_CS is not set | ||
509 | # CONFIG_PCMCIA_WL3501 is not set | ||
510 | # CONFIG_HOSTAP is not set | ||
511 | CONFIG_NET_WIRELESS=y | ||
472 | 512 | ||
473 | # | 513 | # |
474 | # PCMCIA network device support | 514 | # PCMCIA network device support |
@@ -512,10 +552,7 @@ CONFIG_INPUT=y | |||
512 | # | 552 | # |
513 | # Userland interfaces | 553 | # Userland interfaces |
514 | # | 554 | # |
515 | CONFIG_INPUT_MOUSEDEV=y | 555 | # CONFIG_INPUT_MOUSEDEV is not set |
516 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
517 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
518 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
519 | # CONFIG_INPUT_JOYDEV is not set | 556 | # CONFIG_INPUT_JOYDEV is not set |
520 | # CONFIG_INPUT_TSDEV is not set | 557 | # CONFIG_INPUT_TSDEV is not set |
521 | # CONFIG_INPUT_EVDEV is not set | 558 | # CONFIG_INPUT_EVDEV is not set |
@@ -533,11 +570,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
533 | # | 570 | # |
534 | # Hardware I/O ports | 571 | # Hardware I/O ports |
535 | # | 572 | # |
536 | CONFIG_SERIO=y | 573 | # CONFIG_SERIO is not set |
537 | # CONFIG_SERIO_I8042 is not set | ||
538 | CONFIG_SERIO_SERPORT=y | ||
539 | # CONFIG_SERIO_LIBPS2 is not set | ||
540 | CONFIG_SERIO_RAW=m | ||
541 | # CONFIG_GAMEPORT is not set | 574 | # CONFIG_GAMEPORT is not set |
542 | 575 | ||
543 | # | 576 | # |
@@ -556,6 +589,10 @@ CONFIG_HW_CONSOLE=y | |||
556 | # | 589 | # |
557 | # Non-8250 serial port support | 590 | # Non-8250 serial port support |
558 | # | 591 | # |
592 | CONFIG_SERIAL_CORE=y | ||
593 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
594 | CONFIG_SERIAL_VR41XX=y | ||
595 | CONFIG_SERIAL_VR41XX_CONSOLE=y | ||
559 | CONFIG_UNIX98_PTYS=y | 596 | CONFIG_UNIX98_PTYS=y |
560 | CONFIG_LEGACY_PTYS=y | 597 | CONFIG_LEGACY_PTYS=y |
561 | CONFIG_LEGACY_PTY_COUNT=256 | 598 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -568,20 +605,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
568 | # | 605 | # |
569 | # Watchdog Cards | 606 | # Watchdog Cards |
570 | # | 607 | # |
571 | CONFIG_WATCHDOG=y | 608 | # CONFIG_WATCHDOG is not set |
572 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
573 | |||
574 | # | ||
575 | # Watchdog Device Drivers | ||
576 | # | ||
577 | # CONFIG_SOFT_WATCHDOG is not set | ||
578 | |||
579 | # | ||
580 | # ISA-based Watchdog Cards | ||
581 | # | ||
582 | # CONFIG_PCWATCHDOG is not set | ||
583 | # CONFIG_MIXCOMWD is not set | ||
584 | # CONFIG_WDT is not set | ||
585 | # CONFIG_RTC is not set | 609 | # CONFIG_RTC is not set |
586 | # CONFIG_GEN_RTC is not set | 610 | # CONFIG_GEN_RTC is not set |
587 | # CONFIG_DTLK is not set | 611 | # CONFIG_DTLK is not set |
@@ -597,6 +621,7 @@ CONFIG_WATCHDOG=y | |||
597 | # CONFIG_SYNCLINK_CS is not set | 621 | # CONFIG_SYNCLINK_CS is not set |
598 | # CONFIG_CARDMAN_4000 is not set | 622 | # CONFIG_CARDMAN_4000 is not set |
599 | # CONFIG_CARDMAN_4040 is not set | 623 | # CONFIG_CARDMAN_4040 is not set |
624 | # CONFIG_GPIO_VR41XX is not set | ||
600 | # CONFIG_RAW_DRIVER is not set | 625 | # CONFIG_RAW_DRIVER is not set |
601 | 626 | ||
602 | # | 627 | # |
@@ -632,10 +657,6 @@ CONFIG_WATCHDOG=y | |||
632 | # | 657 | # |
633 | 658 | ||
634 | # | 659 | # |
635 | # Multimedia Capabilities Port drivers | ||
636 | # | ||
637 | |||
638 | # | ||
639 | # Multimedia devices | 660 | # Multimedia devices |
640 | # | 661 | # |
641 | # CONFIG_VIDEO_DEV is not set | 662 | # CONFIG_VIDEO_DEV is not set |
@@ -667,6 +688,7 @@ CONFIG_DUMMY_CONSOLE=y | |||
667 | # | 688 | # |
668 | # CONFIG_USB_ARCH_HAS_HCD is not set | 689 | # CONFIG_USB_ARCH_HAS_HCD is not set |
669 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 690 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
691 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
670 | 692 | ||
671 | # | 693 | # |
672 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 694 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -683,12 +705,30 @@ CONFIG_DUMMY_CONSOLE=y | |||
683 | # CONFIG_MMC is not set | 705 | # CONFIG_MMC is not set |
684 | 706 | ||
685 | # | 707 | # |
708 | # LED devices | ||
709 | # | ||
710 | # CONFIG_NEW_LEDS is not set | ||
711 | |||
712 | # | ||
713 | # LED drivers | ||
714 | # | ||
715 | |||
716 | # | ||
717 | # LED Triggers | ||
718 | # | ||
719 | |||
720 | # | ||
686 | # InfiniBand support | 721 | # InfiniBand support |
687 | # | 722 | # |
688 | 723 | ||
689 | # | 724 | # |
690 | # SN Devices | 725 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
726 | # | ||
727 | |||
728 | # | ||
729 | # Real Time Clock | ||
691 | # | 730 | # |
731 | # CONFIG_RTC_CLASS is not set | ||
692 | 732 | ||
693 | # | 733 | # |
694 | # File systems | 734 | # File systems |
@@ -710,7 +750,7 @@ CONFIG_FS_POSIX_ACL=y | |||
710 | CONFIG_INOTIFY=y | 750 | CONFIG_INOTIFY=y |
711 | # CONFIG_QUOTA is not set | 751 | # CONFIG_QUOTA is not set |
712 | CONFIG_DNOTIFY=y | 752 | CONFIG_DNOTIFY=y |
713 | CONFIG_AUTOFS_FS=y | 753 | # CONFIG_AUTOFS_FS is not set |
714 | CONFIG_AUTOFS4_FS=y | 754 | CONFIG_AUTOFS4_FS=y |
715 | CONFIG_FUSE_FS=m | 755 | CONFIG_FUSE_FS=m |
716 | 756 | ||
@@ -733,10 +773,9 @@ CONFIG_FUSE_FS=m | |||
733 | CONFIG_PROC_FS=y | 773 | CONFIG_PROC_FS=y |
734 | CONFIG_PROC_KCORE=y | 774 | CONFIG_PROC_KCORE=y |
735 | CONFIG_SYSFS=y | 775 | CONFIG_SYSFS=y |
736 | # CONFIG_TMPFS is not set | 776 | CONFIG_TMPFS=y |
737 | # CONFIG_HUGETLB_PAGE is not set | 777 | # CONFIG_HUGETLB_PAGE is not set |
738 | CONFIG_RAMFS=y | 778 | CONFIG_RAMFS=y |
739 | CONFIG_RELAYFS_FS=m | ||
740 | # CONFIG_CONFIGFS_FS is not set | 779 | # CONFIG_CONFIGFS_FS is not set |
741 | 780 | ||
742 | # | 781 | # |
@@ -802,44 +841,20 @@ CONFIG_MSDOS_PARTITION=y | |||
802 | # CONFIG_MAGIC_SYSRQ is not set | 841 | # CONFIG_MAGIC_SYSRQ is not set |
803 | # CONFIG_DEBUG_KERNEL is not set | 842 | # CONFIG_DEBUG_KERNEL is not set |
804 | CONFIG_LOG_BUF_SHIFT=14 | 843 | CONFIG_LOG_BUF_SHIFT=14 |
844 | # CONFIG_DEBUG_FS is not set | ||
805 | CONFIG_CROSSCOMPILE=y | 845 | CONFIG_CROSSCOMPILE=y |
806 | CONFIG_CMDLINE="console=ttyVR0,19200 mem=16M" | 846 | CONFIG_CMDLINE="console=ttyVR0,19200 mem=16M" |
807 | 847 | ||
808 | # | 848 | # |
809 | # Security options | 849 | # Security options |
810 | # | 850 | # |
811 | CONFIG_KEYS=y | 851 | # CONFIG_KEYS is not set |
812 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
813 | # CONFIG_SECURITY is not set | 852 | # CONFIG_SECURITY is not set |
814 | 853 | ||
815 | # | 854 | # |
816 | # Cryptographic options | 855 | # Cryptographic options |
817 | # | 856 | # |
818 | CONFIG_CRYPTO=y | 857 | # CONFIG_CRYPTO is not set |
819 | CONFIG_CRYPTO_HMAC=y | ||
820 | CONFIG_CRYPTO_NULL=m | ||
821 | CONFIG_CRYPTO_MD4=m | ||
822 | CONFIG_CRYPTO_MD5=m | ||
823 | CONFIG_CRYPTO_SHA1=m | ||
824 | CONFIG_CRYPTO_SHA256=m | ||
825 | CONFIG_CRYPTO_SHA512=m | ||
826 | CONFIG_CRYPTO_WP512=m | ||
827 | CONFIG_CRYPTO_TGR192=m | ||
828 | CONFIG_CRYPTO_DES=m | ||
829 | CONFIG_CRYPTO_BLOWFISH=m | ||
830 | CONFIG_CRYPTO_TWOFISH=m | ||
831 | CONFIG_CRYPTO_SERPENT=m | ||
832 | CONFIG_CRYPTO_AES=m | ||
833 | CONFIG_CRYPTO_CAST5=m | ||
834 | CONFIG_CRYPTO_CAST6=m | ||
835 | CONFIG_CRYPTO_TEA=m | ||
836 | CONFIG_CRYPTO_ARC4=m | ||
837 | CONFIG_CRYPTO_KHAZAD=m | ||
838 | CONFIG_CRYPTO_ANUBIS=m | ||
839 | CONFIG_CRYPTO_DEFLATE=m | ||
840 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
841 | CONFIG_CRYPTO_CRC32C=m | ||
842 | # CONFIG_CRYPTO_TEST is not set | ||
843 | 858 | ||
844 | # | 859 | # |
845 | # Hardware crypto devices | 860 | # Hardware crypto devices |
@@ -849,8 +864,6 @@ CONFIG_CRYPTO_CRC32C=m | |||
849 | # Library routines | 864 | # Library routines |
850 | # | 865 | # |
851 | # CONFIG_CRC_CCITT is not set | 866 | # CONFIG_CRC_CCITT is not set |
852 | CONFIG_CRC16=m | 867 | # CONFIG_CRC16 is not set |
853 | CONFIG_CRC32=y | 868 | CONFIG_CRC32=y |
854 | CONFIG_LIBCRC32C=m | 869 | # CONFIG_LIBCRC32C is not set |
855 | CONFIG_ZLIB_INFLATE=m | ||
856 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index 67457850941d..b52d709de962 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:40:37 2006 | 4 | # Mon Apr 24 14:51:20 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -65,6 +65,8 @@ CONFIG_PMC_YOSEMITE=y | |||
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | # CONFIG_HYPERTRANSPORT is not set | 66 | # CONFIG_HYPERTRANSPORT is not set |
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
69 | CONFIG_GENERIC_HWEIGHT=y | ||
68 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
69 | CONFIG_DMA_COHERENT=y | 71 | CONFIG_DMA_COHERENT=y |
70 | CONFIG_CPU_BIG_ENDIAN=y | 72 | CONFIG_CPU_BIG_ENDIAN=y |
@@ -116,7 +118,6 @@ CONFIG_PAGE_SIZE_4KB=y | |||
116 | CONFIG_CPU_HAS_PREFETCH=y | 118 | CONFIG_CPU_HAS_PREFETCH=y |
117 | # CONFIG_MIPS_MT is not set | 119 | # CONFIG_MIPS_MT is not set |
118 | # CONFIG_64BIT_PHYS_ADDR is not set | 120 | # CONFIG_64BIT_PHYS_ADDR is not set |
119 | # CONFIG_CPU_ADVANCED is not set | ||
120 | CONFIG_CPU_HAS_LLSC=y | 121 | CONFIG_CPU_HAS_LLSC=y |
121 | CONFIG_CPU_HAS_SYNC=y | 122 | CONFIG_CPU_HAS_SYNC=y |
122 | CONFIG_GENERIC_HARDIRQS=y | 123 | CONFIG_GENERIC_HARDIRQS=y |
@@ -140,7 +141,6 @@ CONFIG_PREEMPT_BKL=y | |||
140 | # Code maturity level options | 141 | # Code maturity level options |
141 | # | 142 | # |
142 | # CONFIG_EXPERIMENTAL is not set | 143 | # CONFIG_EXPERIMENTAL is not set |
143 | CONFIG_CLEAN_COMPILE=y | ||
144 | CONFIG_LOCK_KERNEL=y | 144 | CONFIG_LOCK_KERNEL=y |
145 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 145 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
146 | 146 | ||
@@ -157,6 +157,7 @@ CONFIG_SYSCTL=y | |||
157 | CONFIG_IKCONFIG=y | 157 | CONFIG_IKCONFIG=y |
158 | CONFIG_IKCONFIG_PROC=y | 158 | CONFIG_IKCONFIG_PROC=y |
159 | # CONFIG_CPUSETS is not set | 159 | # CONFIG_CPUSETS is not set |
160 | CONFIG_RELAY=y | ||
160 | CONFIG_INITRAMFS_SOURCE="" | 161 | CONFIG_INITRAMFS_SOURCE="" |
161 | CONFIG_EMBEDDED=y | 162 | CONFIG_EMBEDDED=y |
162 | CONFIG_KALLSYMS=y | 163 | CONFIG_KALLSYMS=y |
@@ -170,10 +171,6 @@ CONFIG_BASE_FULL=y | |||
170 | CONFIG_FUTEX=y | 171 | CONFIG_FUTEX=y |
171 | CONFIG_EPOLL=y | 172 | CONFIG_EPOLL=y |
172 | CONFIG_SHMEM=y | 173 | CONFIG_SHMEM=y |
173 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
174 | CONFIG_CC_ALIGN_LABELS=0 | ||
175 | CONFIG_CC_ALIGN_LOOPS=0 | ||
176 | CONFIG_CC_ALIGN_JUMPS=0 | ||
177 | CONFIG_SLAB=y | 174 | CONFIG_SLAB=y |
178 | # CONFIG_TINY_SHMEM is not set | 175 | # CONFIG_TINY_SHMEM is not set |
179 | CONFIG_BASE_SMALL=0 | 176 | CONFIG_BASE_SMALL=0 |
@@ -184,7 +181,6 @@ CONFIG_BASE_SMALL=0 | |||
184 | # | 181 | # |
185 | CONFIG_MODULES=y | 182 | CONFIG_MODULES=y |
186 | CONFIG_MODULE_UNLOAD=y | 183 | CONFIG_MODULE_UNLOAD=y |
187 | CONFIG_OBSOLETE_MODPARM=y | ||
188 | # CONFIG_MODVERSIONS is not set | 184 | # CONFIG_MODVERSIONS is not set |
189 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 185 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
190 | CONFIG_KMOD=y | 186 | CONFIG_KMOD=y |
@@ -194,6 +190,8 @@ CONFIG_STOP_MACHINE=y | |||
194 | # Block layer | 190 | # Block layer |
195 | # | 191 | # |
196 | # CONFIG_LBD is not set | 192 | # CONFIG_LBD is not set |
193 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
194 | # CONFIG_LSF is not set | ||
197 | 195 | ||
198 | # | 196 | # |
199 | # IO Schedulers | 197 | # IO Schedulers |
@@ -213,7 +211,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
213 | # | 211 | # |
214 | CONFIG_HW_HAS_PCI=y | 212 | CONFIG_HW_HAS_PCI=y |
215 | CONFIG_PCI=y | 213 | CONFIG_PCI=y |
216 | CONFIG_PCI_LEGACY_PROC=y | ||
217 | # CONFIG_PCI_DEBUG is not set | 214 | # CONFIG_PCI_DEBUG is not set |
218 | CONFIG_MMU=y | 215 | CONFIG_MMU=y |
219 | 216 | ||
@@ -241,6 +238,7 @@ CONFIG_NET=y | |||
241 | # | 238 | # |
242 | # Networking options | 239 | # Networking options |
243 | # | 240 | # |
241 | # CONFIG_NETDEBUG is not set | ||
244 | CONFIG_PACKET=m | 242 | CONFIG_PACKET=m |
245 | CONFIG_PACKET_MMAP=y | 243 | CONFIG_PACKET_MMAP=y |
246 | CONFIG_UNIX=y | 244 | CONFIG_UNIX=y |
@@ -261,16 +259,19 @@ CONFIG_IP_PNP_BOOTP=y | |||
261 | # CONFIG_INET_AH is not set | 259 | # CONFIG_INET_AH is not set |
262 | # CONFIG_INET_ESP is not set | 260 | # CONFIG_INET_ESP is not set |
263 | # CONFIG_INET_IPCOMP is not set | 261 | # CONFIG_INET_IPCOMP is not set |
264 | CONFIG_INET_TUNNEL=m | 262 | # CONFIG_INET_XFRM_TUNNEL is not set |
263 | # CONFIG_INET_TUNNEL is not set | ||
265 | CONFIG_INET_DIAG=y | 264 | CONFIG_INET_DIAG=y |
266 | CONFIG_INET_TCP_DIAG=y | 265 | CONFIG_INET_TCP_DIAG=y |
267 | # CONFIG_TCP_CONG_ADVANCED is not set | 266 | # CONFIG_TCP_CONG_ADVANCED is not set |
268 | CONFIG_TCP_CONG_BIC=y | 267 | CONFIG_TCP_CONG_BIC=y |
269 | CONFIG_IPV6=m | 268 | CONFIG_IPV6=m |
270 | CONFIG_IPV6_PRIVACY=y | 269 | CONFIG_IPV6_PRIVACY=y |
270 | CONFIG_IPV6_ROUTER_PREF=y | ||
271 | CONFIG_INET6_AH=m | 271 | CONFIG_INET6_AH=m |
272 | CONFIG_INET6_ESP=m | 272 | CONFIG_INET6_ESP=m |
273 | CONFIG_INET6_IPCOMP=m | 273 | CONFIG_INET6_IPCOMP=m |
274 | CONFIG_INET6_XFRM_TUNNEL=m | ||
274 | CONFIG_INET6_TUNNEL=m | 275 | CONFIG_INET6_TUNNEL=m |
275 | CONFIG_IPV6_TUNNEL=m | 276 | CONFIG_IPV6_TUNNEL=m |
276 | # CONFIG_NETFILTER is not set | 277 | # CONFIG_NETFILTER is not set |
@@ -340,10 +341,9 @@ CONFIG_CONNECTOR=m | |||
340 | # CONFIG_BLK_DEV_NBD is not set | 341 | # CONFIG_BLK_DEV_NBD is not set |
341 | # CONFIG_BLK_DEV_SX8 is not set | 342 | # CONFIG_BLK_DEV_SX8 is not set |
342 | # CONFIG_BLK_DEV_RAM is not set | 343 | # CONFIG_BLK_DEV_RAM is not set |
343 | CONFIG_BLK_DEV_RAM_COUNT=16 | 344 | # CONFIG_BLK_DEV_INITRD is not set |
344 | CONFIG_CDROM_PKTCDVD=m | 345 | CONFIG_CDROM_PKTCDVD=m |
345 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 346 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
346 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
347 | CONFIG_ATA_OVER_ETH=m | 347 | CONFIG_ATA_OVER_ETH=m |
348 | 348 | ||
349 | # | 349 | # |
@@ -433,6 +433,7 @@ CONFIG_MII=y | |||
433 | # CONFIG_HAMACHI is not set | 433 | # CONFIG_HAMACHI is not set |
434 | # CONFIG_R8169 is not set | 434 | # CONFIG_R8169 is not set |
435 | # CONFIG_SIS190 is not set | 435 | # CONFIG_SIS190 is not set |
436 | # CONFIG_SKGE is not set | ||
436 | # CONFIG_SK98LIN is not set | 437 | # CONFIG_SK98LIN is not set |
437 | # CONFIG_TIGON3 is not set | 438 | # CONFIG_TIGON3 is not set |
438 | # CONFIG_BNX2 is not set | 439 | # CONFIG_BNX2 is not set |
@@ -497,6 +498,7 @@ CONFIG_TITAN_GE=y | |||
497 | # | 498 | # |
498 | CONFIG_SERIAL_8250=y | 499 | CONFIG_SERIAL_8250=y |
499 | CONFIG_SERIAL_8250_CONSOLE=y | 500 | CONFIG_SERIAL_8250_CONSOLE=y |
501 | CONFIG_SERIAL_8250_PCI=y | ||
500 | CONFIG_SERIAL_8250_NR_UARTS=4 | 502 | CONFIG_SERIAL_8250_NR_UARTS=4 |
501 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 503 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
502 | # CONFIG_SERIAL_8250_EXTENDED is not set | 504 | # CONFIG_SERIAL_8250_EXTENDED is not set |
@@ -506,6 +508,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
506 | # | 508 | # |
507 | CONFIG_SERIAL_CORE=y | 509 | CONFIG_SERIAL_CORE=y |
508 | CONFIG_SERIAL_CORE_CONSOLE=y | 510 | CONFIG_SERIAL_CORE_CONSOLE=y |
511 | # CONFIG_SERIAL_JSM is not set | ||
509 | CONFIG_UNIX98_PTYS=y | 512 | CONFIG_UNIX98_PTYS=y |
510 | CONFIG_LEGACY_PTYS=y | 513 | CONFIG_LEGACY_PTYS=y |
511 | CONFIG_LEGACY_PTY_COUNT=256 | 514 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -563,10 +566,6 @@ CONFIG_GEN_RTC_X=y | |||
563 | # | 566 | # |
564 | 567 | ||
565 | # | 568 | # |
566 | # Multimedia Capabilities Port drivers | ||
567 | # | ||
568 | |||
569 | # | ||
570 | # Multimedia devices | 569 | # Multimedia devices |
571 | # | 570 | # |
572 | # CONFIG_VIDEO_DEV is not set | 571 | # CONFIG_VIDEO_DEV is not set |
@@ -591,6 +590,7 @@ CONFIG_GEN_RTC_X=y | |||
591 | # | 590 | # |
592 | CONFIG_USB_ARCH_HAS_HCD=y | 591 | CONFIG_USB_ARCH_HAS_HCD=y |
593 | CONFIG_USB_ARCH_HAS_OHCI=y | 592 | CONFIG_USB_ARCH_HAS_OHCI=y |
593 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
594 | # CONFIG_USB is not set | 594 | # CONFIG_USB is not set |
595 | 595 | ||
596 | # | 596 | # |
@@ -608,12 +608,29 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
608 | # CONFIG_MMC is not set | 608 | # CONFIG_MMC is not set |
609 | 609 | ||
610 | # | 610 | # |
611 | # LED devices | ||
612 | # | ||
613 | # CONFIG_NEW_LEDS is not set | ||
614 | |||
615 | # | ||
616 | # LED drivers | ||
617 | # | ||
618 | |||
619 | # | ||
620 | # LED Triggers | ||
621 | # | ||
622 | |||
623 | # | ||
611 | # InfiniBand support | 624 | # InfiniBand support |
612 | # | 625 | # |
613 | # CONFIG_INFINIBAND is not set | 626 | # CONFIG_INFINIBAND is not set |
614 | 627 | ||
615 | # | 628 | # |
616 | # SN Devices | 629 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
630 | # | ||
631 | |||
632 | # | ||
633 | # Real Time Clock | ||
617 | # | 634 | # |
618 | 635 | ||
619 | # | 636 | # |
@@ -656,7 +673,6 @@ CONFIG_SYSFS=y | |||
656 | CONFIG_TMPFS=y | 673 | CONFIG_TMPFS=y |
657 | # CONFIG_HUGETLB_PAGE is not set | 674 | # CONFIG_HUGETLB_PAGE is not set |
658 | CONFIG_RAMFS=y | 675 | CONFIG_RAMFS=y |
659 | CONFIG_RELAYFS_FS=m | ||
660 | 676 | ||
661 | # | 677 | # |
662 | # Miscellaneous filesystems | 678 | # Miscellaneous filesystems |
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 42d5cd7927cb..607e2985ffe3 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.16-rc1 | 3 | # Linux kernel version: 2.6.17-rc2 |
4 | # Fri Jan 27 15:39:51 2006 | 4 | # Mon Apr 24 14:50:54 2006 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -64,6 +64,8 @@ CONFIG_SGI_IP22=y | |||
64 | # CONFIG_TOSHIBA_RBTX4927 is not set | 64 | # CONFIG_TOSHIBA_RBTX4927 is not set |
65 | # CONFIG_TOSHIBA_RBTX4938 is not set | 65 | # CONFIG_TOSHIBA_RBTX4938 is not set |
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
67 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
68 | CONFIG_GENERIC_HWEIGHT=y | ||
67 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 69 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
68 | CONFIG_ARC=y | 70 | CONFIG_ARC=y |
69 | CONFIG_DMA_NONCOHERENT=y | 71 | CONFIG_DMA_NONCOHERENT=y |
@@ -121,7 +123,6 @@ CONFIG_BOARD_SCACHE=y | |||
121 | CONFIG_IP22_CPU_SCACHE=y | 123 | CONFIG_IP22_CPU_SCACHE=y |
122 | # CONFIG_MIPS_MT is not set | 124 | # CONFIG_MIPS_MT is not set |
123 | # CONFIG_64BIT_PHYS_ADDR is not set | 125 | # CONFIG_64BIT_PHYS_ADDR is not set |
124 | # CONFIG_CPU_ADVANCED is not set | ||
125 | CONFIG_CPU_HAS_LLSC=y | 126 | CONFIG_CPU_HAS_LLSC=y |
126 | CONFIG_CPU_HAS_SYNC=y | 127 | CONFIG_CPU_HAS_SYNC=y |
127 | CONFIG_GENERIC_HARDIRQS=y | 128 | CONFIG_GENERIC_HARDIRQS=y |
@@ -143,7 +144,6 @@ CONFIG_PREEMPT_VOLUNTARY=y | |||
143 | # Code maturity level options | 144 | # Code maturity level options |
144 | # | 145 | # |
145 | CONFIG_EXPERIMENTAL=y | 146 | CONFIG_EXPERIMENTAL=y |
146 | CONFIG_CLEAN_COMPILE=y | ||
147 | CONFIG_BROKEN_ON_SMP=y | 147 | CONFIG_BROKEN_ON_SMP=y |
148 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 148 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
149 | 149 | ||
@@ -160,6 +160,7 @@ CONFIG_SYSCTL=y | |||
160 | # CONFIG_AUDIT is not set | 160 | # CONFIG_AUDIT is not set |
161 | CONFIG_IKCONFIG=y | 161 | CONFIG_IKCONFIG=y |
162 | CONFIG_IKCONFIG_PROC=y | 162 | CONFIG_IKCONFIG_PROC=y |
163 | CONFIG_RELAY=y | ||
163 | CONFIG_INITRAMFS_SOURCE="" | 164 | CONFIG_INITRAMFS_SOURCE="" |
164 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 165 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
165 | CONFIG_EMBEDDED=y | 166 | CONFIG_EMBEDDED=y |
@@ -173,10 +174,6 @@ CONFIG_BASE_FULL=y | |||
173 | CONFIG_FUTEX=y | 174 | CONFIG_FUTEX=y |
174 | CONFIG_EPOLL=y | 175 | CONFIG_EPOLL=y |
175 | CONFIG_SHMEM=y | 176 | CONFIG_SHMEM=y |
176 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
177 | CONFIG_CC_ALIGN_LABELS=0 | ||
178 | CONFIG_CC_ALIGN_LOOPS=0 | ||
179 | CONFIG_CC_ALIGN_JUMPS=0 | ||
180 | CONFIG_SLAB=y | 177 | CONFIG_SLAB=y |
181 | # CONFIG_TINY_SHMEM is not set | 178 | # CONFIG_TINY_SHMEM is not set |
182 | CONFIG_BASE_SMALL=0 | 179 | CONFIG_BASE_SMALL=0 |
@@ -188,7 +185,6 @@ CONFIG_BASE_SMALL=0 | |||
188 | CONFIG_MODULES=y | 185 | CONFIG_MODULES=y |
189 | CONFIG_MODULE_UNLOAD=y | 186 | CONFIG_MODULE_UNLOAD=y |
190 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 187 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
191 | CONFIG_OBSOLETE_MODPARM=y | ||
192 | CONFIG_MODVERSIONS=y | 188 | CONFIG_MODVERSIONS=y |
193 | CONFIG_MODULE_SRCVERSION_ALL=y | 189 | CONFIG_MODULE_SRCVERSION_ALL=y |
194 | CONFIG_KMOD=y | 190 | CONFIG_KMOD=y |
@@ -197,6 +193,8 @@ CONFIG_KMOD=y | |||
197 | # Block layer | 193 | # Block layer |
198 | # | 194 | # |
199 | # CONFIG_LBD is not set | 195 | # CONFIG_LBD is not set |
196 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
197 | # CONFIG_LSF is not set | ||
200 | 198 | ||
201 | # | 199 | # |
202 | # IO Schedulers | 200 | # IO Schedulers |
@@ -242,6 +240,7 @@ CONFIG_NET=y | |||
242 | # | 240 | # |
243 | # Networking options | 241 | # Networking options |
244 | # | 242 | # |
243 | # CONFIG_NETDEBUG is not set | ||
245 | CONFIG_PACKET=y | 244 | CONFIG_PACKET=y |
246 | CONFIG_PACKET_MMAP=y | 245 | CONFIG_PACKET_MMAP=y |
247 | CONFIG_UNIX=y | 246 | CONFIG_UNIX=y |
@@ -264,6 +263,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
264 | CONFIG_INET_AH=m | 263 | CONFIG_INET_AH=m |
265 | CONFIG_INET_ESP=m | 264 | CONFIG_INET_ESP=m |
266 | CONFIG_INET_IPCOMP=m | 265 | CONFIG_INET_IPCOMP=m |
266 | CONFIG_INET_XFRM_TUNNEL=m | ||
267 | CONFIG_INET_TUNNEL=m | 267 | CONFIG_INET_TUNNEL=m |
268 | CONFIG_INET_DIAG=y | 268 | CONFIG_INET_DIAG=y |
269 | CONFIG_INET_TCP_DIAG=y | 269 | CONFIG_INET_TCP_DIAG=y |
@@ -305,9 +305,12 @@ CONFIG_IP_VS_NQ=m | |||
305 | CONFIG_IP_VS_FTP=m | 305 | CONFIG_IP_VS_FTP=m |
306 | CONFIG_IPV6=m | 306 | CONFIG_IPV6=m |
307 | CONFIG_IPV6_PRIVACY=y | 307 | CONFIG_IPV6_PRIVACY=y |
308 | CONFIG_IPV6_ROUTER_PREF=y | ||
309 | CONFIG_IPV6_ROUTE_INFO=y | ||
308 | CONFIG_INET6_AH=m | 310 | CONFIG_INET6_AH=m |
309 | CONFIG_INET6_ESP=m | 311 | CONFIG_INET6_ESP=m |
310 | CONFIG_INET6_IPCOMP=m | 312 | CONFIG_INET6_IPCOMP=m |
313 | CONFIG_INET6_XFRM_TUNNEL=m | ||
311 | CONFIG_INET6_TUNNEL=m | 314 | CONFIG_INET6_TUNNEL=m |
312 | CONFIG_IPV6_TUNNEL=m | 315 | CONFIG_IPV6_TUNNEL=m |
313 | CONFIG_NETFILTER=y | 316 | CONFIG_NETFILTER=y |
@@ -330,11 +333,14 @@ CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | |||
330 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 333 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
331 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 334 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
332 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | 335 | CONFIG_NETFILTER_XT_MATCH_DCCP=m |
336 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
333 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | 337 | CONFIG_NETFILTER_XT_MATCH_HELPER=m |
334 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | 338 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m |
335 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | 339 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m |
336 | CONFIG_NETFILTER_XT_MATCH_MAC=m | 340 | CONFIG_NETFILTER_XT_MATCH_MAC=m |
337 | CONFIG_NETFILTER_XT_MATCH_MARK=m | 341 | CONFIG_NETFILTER_XT_MATCH_MARK=m |
342 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
343 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
338 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | 344 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m |
339 | CONFIG_NETFILTER_XT_MATCH_REALM=m | 345 | CONFIG_NETFILTER_XT_MATCH_REALM=m |
340 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | 346 | CONFIG_NETFILTER_XT_MATCH_SCTP=m |
@@ -357,20 +363,19 @@ CONFIG_IP_NF_IRC=m | |||
357 | CONFIG_IP_NF_TFTP=m | 363 | CONFIG_IP_NF_TFTP=m |
358 | CONFIG_IP_NF_AMANDA=m | 364 | CONFIG_IP_NF_AMANDA=m |
359 | CONFIG_IP_NF_PPTP=m | 365 | CONFIG_IP_NF_PPTP=m |
366 | CONFIG_IP_NF_H323=m | ||
360 | CONFIG_IP_NF_QUEUE=m | 367 | CONFIG_IP_NF_QUEUE=m |
361 | CONFIG_IP_NF_IPTABLES=m | 368 | CONFIG_IP_NF_IPTABLES=m |
362 | CONFIG_IP_NF_MATCH_IPRANGE=m | 369 | CONFIG_IP_NF_MATCH_IPRANGE=m |
363 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
364 | CONFIG_IP_NF_MATCH_TOS=m | 370 | CONFIG_IP_NF_MATCH_TOS=m |
365 | CONFIG_IP_NF_MATCH_RECENT=m | 371 | CONFIG_IP_NF_MATCH_RECENT=m |
366 | CONFIG_IP_NF_MATCH_ECN=m | 372 | CONFIG_IP_NF_MATCH_ECN=m |
367 | CONFIG_IP_NF_MATCH_DSCP=m | 373 | CONFIG_IP_NF_MATCH_DSCP=m |
368 | CONFIG_IP_NF_MATCH_AH_ESP=m | 374 | CONFIG_IP_NF_MATCH_AH=m |
369 | CONFIG_IP_NF_MATCH_TTL=m | 375 | CONFIG_IP_NF_MATCH_TTL=m |
370 | CONFIG_IP_NF_MATCH_OWNER=m | 376 | CONFIG_IP_NF_MATCH_OWNER=m |
371 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | 377 | CONFIG_IP_NF_MATCH_ADDRTYPE=m |
372 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | 378 | CONFIG_IP_NF_MATCH_HASHLIMIT=m |
373 | CONFIG_IP_NF_MATCH_POLICY=m | ||
374 | CONFIG_IP_NF_FILTER=m | 379 | CONFIG_IP_NF_FILTER=m |
375 | CONFIG_IP_NF_TARGET_REJECT=m | 380 | CONFIG_IP_NF_TARGET_REJECT=m |
376 | CONFIG_IP_NF_TARGET_LOG=m | 381 | CONFIG_IP_NF_TARGET_LOG=m |
@@ -388,6 +393,7 @@ CONFIG_IP_NF_NAT_FTP=m | |||
388 | CONFIG_IP_NF_NAT_TFTP=m | 393 | CONFIG_IP_NF_NAT_TFTP=m |
389 | CONFIG_IP_NF_NAT_AMANDA=m | 394 | CONFIG_IP_NF_NAT_AMANDA=m |
390 | CONFIG_IP_NF_NAT_PPTP=m | 395 | CONFIG_IP_NF_NAT_PPTP=m |
396 | CONFIG_IP_NF_NAT_H323=m | ||
391 | CONFIG_IP_NF_MANGLE=m | 397 | CONFIG_IP_NF_MANGLE=m |
392 | CONFIG_IP_NF_TARGET_TOS=m | 398 | CONFIG_IP_NF_TARGET_TOS=m |
393 | CONFIG_IP_NF_TARGET_ECN=m | 399 | CONFIG_IP_NF_TARGET_ECN=m |
@@ -408,12 +414,10 @@ CONFIG_IP6_NF_MATCH_RT=m | |||
408 | CONFIG_IP6_NF_MATCH_OPTS=m | 414 | CONFIG_IP6_NF_MATCH_OPTS=m |
409 | CONFIG_IP6_NF_MATCH_FRAG=m | 415 | CONFIG_IP6_NF_MATCH_FRAG=m |
410 | CONFIG_IP6_NF_MATCH_HL=m | 416 | CONFIG_IP6_NF_MATCH_HL=m |
411 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
412 | CONFIG_IP6_NF_MATCH_OWNER=m | 417 | CONFIG_IP6_NF_MATCH_OWNER=m |
413 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 418 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
414 | CONFIG_IP6_NF_MATCH_AHESP=m | 419 | CONFIG_IP6_NF_MATCH_AH=m |
415 | CONFIG_IP6_NF_MATCH_EUI64=m | 420 | CONFIG_IP6_NF_MATCH_EUI64=m |
416 | CONFIG_IP6_NF_MATCH_POLICY=m | ||
417 | CONFIG_IP6_NF_FILTER=m | 421 | CONFIG_IP6_NF_FILTER=m |
418 | CONFIG_IP6_NF_TARGET_LOG=m | 422 | CONFIG_IP6_NF_TARGET_LOG=m |
419 | CONFIG_IP6_NF_TARGET_REJECT=m | 423 | CONFIG_IP6_NF_TARGET_REJECT=m |
@@ -435,6 +439,11 @@ CONFIG_IP_SCTP=m | |||
435 | # CONFIG_SCTP_HMAC_NONE is not set | 439 | # CONFIG_SCTP_HMAC_NONE is not set |
436 | # CONFIG_SCTP_HMAC_SHA1 is not set | 440 | # CONFIG_SCTP_HMAC_SHA1 is not set |
437 | CONFIG_SCTP_HMAC_MD5=y | 441 | CONFIG_SCTP_HMAC_MD5=y |
442 | |||
443 | # | ||
444 | # TIPC Configuration (EXPERIMENTAL) | ||
445 | # | ||
446 | # CONFIG_TIPC is not set | ||
438 | # CONFIG_ATM is not set | 447 | # CONFIG_ATM is not set |
439 | # CONFIG_BRIDGE is not set | 448 | # CONFIG_BRIDGE is not set |
440 | # CONFIG_VLAN_8021Q is not set | 449 | # CONFIG_VLAN_8021Q is not set |
@@ -444,11 +453,6 @@ CONFIG_SCTP_HMAC_MD5=y | |||
444 | # CONFIG_ATALK is not set | 453 | # CONFIG_ATALK is not set |
445 | # CONFIG_X25 is not set | 454 | # CONFIG_X25 is not set |
446 | # CONFIG_LAPB is not set | 455 | # CONFIG_LAPB is not set |
447 | |||
448 | # | ||
449 | # TIPC Configuration (EXPERIMENTAL) | ||
450 | # | ||
451 | # CONFIG_TIPC is not set | ||
452 | CONFIG_NET_DIVERT=y | 456 | CONFIG_NET_DIVERT=y |
453 | # CONFIG_ECONET is not set | 457 | # CONFIG_ECONET is not set |
454 | # CONFIG_WAN_ROUTER is not set | 458 | # CONFIG_WAN_ROUTER is not set |
@@ -508,6 +512,9 @@ CONFIG_IEEE80211=m | |||
508 | # CONFIG_IEEE80211_DEBUG is not set | 512 | # CONFIG_IEEE80211_DEBUG is not set |
509 | CONFIG_IEEE80211_CRYPT_WEP=m | 513 | CONFIG_IEEE80211_CRYPT_WEP=m |
510 | CONFIG_IEEE80211_CRYPT_CCMP=m | 514 | CONFIG_IEEE80211_CRYPT_CCMP=m |
515 | CONFIG_IEEE80211_SOFTMAC=m | ||
516 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
517 | CONFIG_WIRELESS_EXT=y | ||
511 | 518 | ||
512 | # | 519 | # |
513 | # Device Drivers | 520 | # Device Drivers |
@@ -546,7 +553,7 @@ CONFIG_CONNECTOR=m | |||
546 | # CONFIG_BLK_DEV_LOOP is not set | 553 | # CONFIG_BLK_DEV_LOOP is not set |
547 | # CONFIG_BLK_DEV_NBD is not set | 554 | # CONFIG_BLK_DEV_NBD is not set |
548 | # CONFIG_BLK_DEV_RAM is not set | 555 | # CONFIG_BLK_DEV_RAM is not set |
549 | CONFIG_BLK_DEV_RAM_COUNT=16 | 556 | # CONFIG_BLK_DEV_INITRD is not set |
550 | CONFIG_CDROM_PKTCDVD=m | 557 | CONFIG_CDROM_PKTCDVD=m |
551 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 558 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
552 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 559 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
@@ -812,10 +819,6 @@ CONFIG_MAX_RAW_DEVS=256 | |||
812 | # | 819 | # |
813 | 820 | ||
814 | # | 821 | # |
815 | # Multimedia Capabilities Port drivers | ||
816 | # | ||
817 | |||
818 | # | ||
819 | # Multimedia devices | 822 | # Multimedia devices |
820 | # | 823 | # |
821 | # CONFIG_VIDEO_DEV is not set | 824 | # CONFIG_VIDEO_DEV is not set |
@@ -857,6 +860,7 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
857 | # | 860 | # |
858 | # CONFIG_USB_ARCH_HAS_HCD is not set | 861 | # CONFIG_USB_ARCH_HAS_HCD is not set |
859 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 862 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
863 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
860 | 864 | ||
861 | # | 865 | # |
862 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 866 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -873,12 +877,30 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
873 | # CONFIG_MMC is not set | 877 | # CONFIG_MMC is not set |
874 | 878 | ||
875 | # | 879 | # |
880 | # LED devices | ||
881 | # | ||
882 | # CONFIG_NEW_LEDS is not set | ||
883 | |||
884 | # | ||
885 | # LED drivers | ||
886 | # | ||
887 | |||
888 | # | ||
889 | # LED Triggers | ||
890 | # | ||
891 | |||
892 | # | ||
876 | # InfiniBand support | 893 | # InfiniBand support |
877 | # | 894 | # |
878 | 895 | ||
879 | # | 896 | # |
880 | # SN Devices | 897 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
898 | # | ||
899 | |||
900 | # | ||
901 | # Real Time Clock | ||
881 | # | 902 | # |
903 | # CONFIG_RTC_CLASS is not set | ||
882 | 904 | ||
883 | # | 905 | # |
884 | # File systems | 906 | # File systems |
@@ -944,7 +966,6 @@ CONFIG_SYSFS=y | |||
944 | # CONFIG_TMPFS is not set | 966 | # CONFIG_TMPFS is not set |
945 | # CONFIG_HUGETLB_PAGE is not set | 967 | # CONFIG_HUGETLB_PAGE is not set |
946 | CONFIG_RAMFS=y | 968 | CONFIG_RAMFS=y |
947 | CONFIG_RELAYFS_FS=m | ||
948 | # CONFIG_CONFIGFS_FS is not set | 969 | # CONFIG_CONFIGFS_FS is not set |
949 | 970 | ||
950 | # | 971 | # |
@@ -963,7 +984,6 @@ CONFIG_EFS_FS=m | |||
963 | # CONFIG_QNX4FS_FS is not set | 984 | # CONFIG_QNX4FS_FS is not set |
964 | # CONFIG_SYSV_FS is not set | 985 | # CONFIG_SYSV_FS is not set |
965 | CONFIG_UFS_FS=m | 986 | CONFIG_UFS_FS=m |
966 | # CONFIG_UFS_FS_WRITE is not set | ||
967 | 987 | ||
968 | # | 988 | # |
969 | # Network File Systems | 989 | # Network File Systems |
@@ -1078,6 +1098,7 @@ CONFIG_NLS_UTF8=m | |||
1078 | # CONFIG_MAGIC_SYSRQ is not set | 1098 | # CONFIG_MAGIC_SYSRQ is not set |
1079 | # CONFIG_DEBUG_KERNEL is not set | 1099 | # CONFIG_DEBUG_KERNEL is not set |
1080 | CONFIG_LOG_BUF_SHIFT=14 | 1100 | CONFIG_LOG_BUF_SHIFT=14 |
1101 | # CONFIG_DEBUG_FS is not set | ||
1081 | CONFIG_CROSSCOMPILE=y | 1102 | CONFIG_CROSSCOMPILE=y |
1082 | CONFIG_CMDLINE="" | 1103 | CONFIG_CMDLINE="" |
1083 | 1104 | ||
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c index 374de839558d..b6232d9033cb 100644 --- a/arch/mips/kernel/branch.c +++ b/arch/mips/kernel/branch.c | |||
@@ -184,7 +184,7 @@ int __compute_return_epc(struct pt_regs *regs) | |||
184 | bit = (insn.i_format.rt >> 2); | 184 | bit = (insn.i_format.rt >> 2); |
185 | bit += (bit != 0); | 185 | bit += (bit != 0); |
186 | bit += 23; | 186 | bit += 23; |
187 | switch (insn.i_format.rt) { | 187 | switch (insn.i_format.rt & 3) { |
188 | case 0: /* bc1f */ | 188 | case 0: /* bc1f */ |
189 | case 2: /* bc1fl */ | 189 | case 2: /* bc1fl */ |
190 | if (~fcr31 & (1 << bit)) | 190 | if (~fcr31 & (1 << bit)) |
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index 7c953bcc5f6a..a7d2bb3cf835 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
@@ -356,73 +356,13 @@ asmlinkage int sys32_llseek(unsigned int fd, unsigned int offset_high, | |||
356 | asmlinkage ssize_t sys32_pread(unsigned int fd, char __user * buf, | 356 | asmlinkage ssize_t sys32_pread(unsigned int fd, char __user * buf, |
357 | size_t count, u32 unused, u64 a4, u64 a5) | 357 | size_t count, u32 unused, u64 a4, u64 a5) |
358 | { | 358 | { |
359 | ssize_t ret; | 359 | return sys_pread64(fd, buf, count, merge_64(a4, a5)); |
360 | struct file * file; | ||
361 | ssize_t (*read)(struct file *, char __user *, size_t, loff_t *); | ||
362 | loff_t pos; | ||
363 | |||
364 | ret = -EBADF; | ||
365 | file = fget(fd); | ||
366 | if (!file) | ||
367 | goto bad_file; | ||
368 | if (!(file->f_mode & FMODE_READ)) | ||
369 | goto out; | ||
370 | pos = merge_64(a4, a5); | ||
371 | ret = rw_verify_area(READ, file, &pos, count); | ||
372 | if (ret < 0) | ||
373 | goto out; | ||
374 | ret = -EINVAL; | ||
375 | if (!file->f_op || !(read = file->f_op->read)) | ||
376 | goto out; | ||
377 | if (pos < 0) | ||
378 | goto out; | ||
379 | ret = -ESPIPE; | ||
380 | if (!(file->f_mode & FMODE_PREAD)) | ||
381 | goto out; | ||
382 | ret = read(file, buf, count, &pos); | ||
383 | if (ret > 0) | ||
384 | dnotify_parent(file->f_dentry, DN_ACCESS); | ||
385 | out: | ||
386 | fput(file); | ||
387 | bad_file: | ||
388 | return ret; | ||
389 | } | 360 | } |
390 | 361 | ||
391 | asmlinkage ssize_t sys32_pwrite(unsigned int fd, const char __user * buf, | 362 | asmlinkage ssize_t sys32_pwrite(unsigned int fd, const char __user * buf, |
392 | size_t count, u32 unused, u64 a4, u64 a5) | 363 | size_t count, u32 unused, u64 a4, u64 a5) |
393 | { | 364 | { |
394 | ssize_t ret; | 365 | return sys_pwrite64(fd, buf, count, merge_64(a4, a5)); |
395 | struct file * file; | ||
396 | ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *); | ||
397 | loff_t pos; | ||
398 | |||
399 | ret = -EBADF; | ||
400 | file = fget(fd); | ||
401 | if (!file) | ||
402 | goto bad_file; | ||
403 | if (!(file->f_mode & FMODE_WRITE)) | ||
404 | goto out; | ||
405 | pos = merge_64(a4, a5); | ||
406 | ret = rw_verify_area(WRITE, file, &pos, count); | ||
407 | if (ret < 0) | ||
408 | goto out; | ||
409 | ret = -EINVAL; | ||
410 | if (!file->f_op || !(write = file->f_op->write)) | ||
411 | goto out; | ||
412 | if (pos < 0) | ||
413 | goto out; | ||
414 | |||
415 | ret = -ESPIPE; | ||
416 | if (!(file->f_mode & FMODE_PWRITE)) | ||
417 | goto out; | ||
418 | |||
419 | ret = write(file, buf, count, &pos); | ||
420 | if (ret > 0) | ||
421 | dnotify_parent(file->f_dentry, DN_MODIFY); | ||
422 | out: | ||
423 | fput(file); | ||
424 | bad_file: | ||
425 | return ret; | ||
426 | } | 366 | } |
427 | 367 | ||
428 | asmlinkage int sys32_sched_rr_get_interval(compat_pid_t pid, | 368 | asmlinkage int sys32_sched_rr_get_interval(compat_pid_t pid, |
diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c index 6179805af9f0..caf777f83289 100644 --- a/arch/mips/kernel/rtlx.c +++ b/arch/mips/kernel/rtlx.c | |||
@@ -398,15 +398,14 @@ ssize_t rtlx_write(int index, void *buffer, size_t count, int user) | |||
398 | 398 | ||
399 | static int file_open(struct inode *inode, struct file *filp) | 399 | static int file_open(struct inode *inode, struct file *filp) |
400 | { | 400 | { |
401 | int minor = MINOR(inode->i_rdev); | 401 | int minor = iminor(inode); |
402 | 402 | ||
403 | return rtlx_open(minor, (filp->f_flags & O_NONBLOCK) ? 0 : 1); | 403 | return rtlx_open(minor, (filp->f_flags & O_NONBLOCK) ? 0 : 1); |
404 | } | 404 | } |
405 | 405 | ||
406 | static int file_release(struct inode *inode, struct file *filp) | 406 | static int file_release(struct inode *inode, struct file *filp) |
407 | { | 407 | { |
408 | int minor; | 408 | int minor = iminor(inode); |
409 | minor = MINOR(inode->i_rdev); | ||
410 | 409 | ||
411 | return rtlx_release(minor); | 410 | return rtlx_release(minor); |
412 | } | 411 | } |
@@ -416,7 +415,7 @@ static unsigned int file_poll(struct file *file, poll_table * wait) | |||
416 | int minor; | 415 | int minor; |
417 | unsigned int mask = 0; | 416 | unsigned int mask = 0; |
418 | 417 | ||
419 | minor = MINOR(file->f_dentry->d_inode->i_rdev); | 418 | minor = iminor(file->f_dentry->d_inode); |
420 | 419 | ||
421 | poll_wait(file, &channel_wqs[minor].rt_queue, wait); | 420 | poll_wait(file, &channel_wqs[minor].rt_queue, wait); |
422 | poll_wait(file, &channel_wqs[minor].lx_queue, wait); | 421 | poll_wait(file, &channel_wqs[minor].lx_queue, wait); |
@@ -438,7 +437,7 @@ static unsigned int file_poll(struct file *file, poll_table * wait) | |||
438 | static ssize_t file_read(struct file *file, char __user * buffer, size_t count, | 437 | static ssize_t file_read(struct file *file, char __user * buffer, size_t count, |
439 | loff_t * ppos) | 438 | loff_t * ppos) |
440 | { | 439 | { |
441 | int minor = MINOR(file->f_dentry->d_inode->i_rdev); | 440 | int minor = iminor(file->f_dentry->d_inode); |
442 | 441 | ||
443 | /* data available? */ | 442 | /* data available? */ |
444 | if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) { | 443 | if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) { |
@@ -455,7 +454,7 @@ static ssize_t file_write(struct file *file, const char __user * buffer, | |||
455 | struct rtlx_channel *rt; | 454 | struct rtlx_channel *rt; |
456 | DECLARE_WAITQUEUE(wait, current); | 455 | DECLARE_WAITQUEUE(wait, current); |
457 | 456 | ||
458 | minor = MINOR(file->f_dentry->d_inode->i_rdev); | 457 | minor = iminor(file->f_dentry->d_inode); |
459 | rt = &rtlx->channel[minor]; | 458 | rt = &rtlx->channel[minor]; |
460 | 459 | ||
461 | /* any space left... */ | 460 | /* any space left... */ |
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 80ffaa6d50ad..85d7df7b18e1 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c | |||
@@ -1072,7 +1072,7 @@ static int vpe_open(struct inode *inode, struct file *filp) | |||
1072 | struct vpe_notifications *not; | 1072 | struct vpe_notifications *not; |
1073 | 1073 | ||
1074 | /* assume only 1 device at the mo. */ | 1074 | /* assume only 1 device at the mo. */ |
1075 | if ((minor = MINOR(inode->i_rdev)) != 1) { | 1075 | if ((minor = iminor(inode)) != 1) { |
1076 | printk(KERN_WARNING "VPE loader: only vpe1 is supported\n"); | 1076 | printk(KERN_WARNING "VPE loader: only vpe1 is supported\n"); |
1077 | return -ENODEV; | 1077 | return -ENODEV; |
1078 | } | 1078 | } |
@@ -1133,7 +1133,7 @@ static int vpe_release(struct inode *inode, struct file *filp) | |||
1133 | struct vpe *v; | 1133 | struct vpe *v; |
1134 | Elf_Ehdr *hdr; | 1134 | Elf_Ehdr *hdr; |
1135 | 1135 | ||
1136 | minor = MINOR(inode->i_rdev); | 1136 | minor = iminor(inode); |
1137 | if ((v = get_vpe(minor)) == NULL) | 1137 | if ((v = get_vpe(minor)) == NULL) |
1138 | return -ENODEV; | 1138 | return -ENODEV; |
1139 | 1139 | ||
@@ -1174,7 +1174,7 @@ static ssize_t vpe_write(struct file *file, const char __user * buffer, | |||
1174 | size_t ret = count; | 1174 | size_t ret = count; |
1175 | struct vpe *v; | 1175 | struct vpe *v; |
1176 | 1176 | ||
1177 | minor = MINOR(file->f_dentry->d_inode->i_rdev); | 1177 | minor = iminor(file->f_dentry->d_inode); |
1178 | if ((v = get_vpe(minor)) == NULL) | 1178 | if ((v = get_vpe(minor)) == NULL) |
1179 | return -ENODEV; | 1179 | return -ENODEV; |
1180 | 1180 | ||
diff --git a/arch/mips/mips-boards/generic/init.c b/arch/mips/mips-boards/generic/init.c index 17dfe6a8cab9..df4e94735604 100644 --- a/arch/mips/mips-boards/generic/init.c +++ b/arch/mips/mips-boards/generic/init.c | |||
@@ -337,6 +337,7 @@ void __init prom_init(void) | |||
337 | case MIPS_REVISION_CORID_CORE_MSC: | 337 | case MIPS_REVISION_CORID_CORE_MSC: |
338 | case MIPS_REVISION_CORID_CORE_FPGA2: | 338 | case MIPS_REVISION_CORID_CORE_FPGA2: |
339 | case MIPS_REVISION_CORID_CORE_FPGA3: | 339 | case MIPS_REVISION_CORID_CORE_FPGA3: |
340 | case MIPS_REVISION_CORID_CORE_24K: | ||
340 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | 341 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: |
341 | _pcictrl_msc = (unsigned long)ioremap(MIPS_MSC01_PCI_REG_BASE, 0x2000); | 342 | _pcictrl_msc = (unsigned long)ioremap(MIPS_MSC01_PCI_REG_BASE, 0x2000); |
342 | 343 | ||
diff --git a/arch/mips/mips-boards/generic/pci.c b/arch/mips/mips-boards/generic/pci.c index 1f6f9df74ab2..9337f6c8873a 100644 --- a/arch/mips/mips-boards/generic/pci.c +++ b/arch/mips/mips-boards/generic/pci.c | |||
@@ -198,6 +198,7 @@ void __init mips_pcibios_init(void) | |||
198 | case MIPS_REVISION_CORID_CORE_MSC: | 198 | case MIPS_REVISION_CORID_CORE_MSC: |
199 | case MIPS_REVISION_CORID_CORE_FPGA2: | 199 | case MIPS_REVISION_CORID_CORE_FPGA2: |
200 | case MIPS_REVISION_CORID_CORE_FPGA3: | 200 | case MIPS_REVISION_CORID_CORE_FPGA3: |
201 | case MIPS_REVISION_CORID_CORE_24K: | ||
201 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | 202 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: |
202 | /* Set up resource ranges from the controller's registers. */ | 203 | /* Set up resource ranges from the controller's registers. */ |
203 | MSC_READ(MSC01_PCI_SC2PMBASL, start); | 204 | MSC_READ(MSC01_PCI_SC2PMBASL, start); |
diff --git a/arch/mips/mips-boards/malta/malta_int.c b/arch/mips/mips-boards/malta/malta_int.c index 64db07d4dbe5..7cc0ba4f553a 100644 --- a/arch/mips/mips-boards/malta/malta_int.c +++ b/arch/mips/mips-boards/malta/malta_int.c | |||
@@ -57,6 +57,7 @@ static inline int mips_pcibios_iack(void) | |||
57 | case MIPS_REVISION_CORID_CORE_MSC: | 57 | case MIPS_REVISION_CORID_CORE_MSC: |
58 | case MIPS_REVISION_CORID_CORE_FPGA2: | 58 | case MIPS_REVISION_CORID_CORE_FPGA2: |
59 | case MIPS_REVISION_CORID_CORE_FPGA3: | 59 | case MIPS_REVISION_CORID_CORE_FPGA3: |
60 | case MIPS_REVISION_CORID_CORE_24K: | ||
60 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | 61 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: |
61 | MSC_READ(MSC01_PCI_IACK, irq); | 62 | MSC_READ(MSC01_PCI_IACK, irq); |
62 | irq &= 0xff; | 63 | irq &= 0xff; |
@@ -143,6 +144,7 @@ void corehi_irqdispatch(struct pt_regs *regs) | |||
143 | case MIPS_REVISION_CORID_CORE_MSC: | 144 | case MIPS_REVISION_CORID_CORE_MSC: |
144 | case MIPS_REVISION_CORID_CORE_FPGA2: | 145 | case MIPS_REVISION_CORID_CORE_FPGA2: |
145 | case MIPS_REVISION_CORID_CORE_FPGA3: | 146 | case MIPS_REVISION_CORID_CORE_FPGA3: |
147 | case MIPS_REVISION_CORID_CORE_24K: | ||
146 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | 148 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: |
147 | ll_msc_irq(regs); | 149 | ll_msc_irq(regs); |
148 | break; | 150 | break; |
@@ -309,6 +311,7 @@ void __init arch_init_irq(void) | |||
309 | case MIPS_REVISION_CORID_CORE_MSC: | 311 | case MIPS_REVISION_CORID_CORE_MSC: |
310 | case MIPS_REVISION_CORID_CORE_FPGA2: | 312 | case MIPS_REVISION_CORID_CORE_FPGA2: |
311 | case MIPS_REVISION_CORID_CORE_FPGA3: | 313 | case MIPS_REVISION_CORID_CORE_FPGA3: |
314 | case MIPS_REVISION_CORID_CORE_24K: | ||
312 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | 315 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: |
313 | if (cpu_has_veic) | 316 | if (cpu_has_veic) |
314 | init_msc_irqs (MSC01E_INT_BASE, msc_eicirqmap, msc_nr_eicirqs); | 317 | init_msc_irqs (MSC01E_INT_BASE, msc_eicirqmap, msc_nr_eicirqs); |
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index 935dd851f480..f2b4862aaae5 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c | |||
@@ -27,7 +27,7 @@ static int op_mips_setup(void) | |||
27 | model->reg_setup(ctr); | 27 | model->reg_setup(ctr); |
28 | 28 | ||
29 | /* Configure the registers on all cpus. */ | 29 | /* Configure the registers on all cpus. */ |
30 | on_each_cpu(model->cpu_setup, 0, 0, 1); | 30 | on_each_cpu(model->cpu_setup, NULL, 0, 1); |
31 | 31 | ||
32 | return 0; | 32 | return 0; |
33 | } | 33 | } |
@@ -114,5 +114,6 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) | |||
114 | 114 | ||
115 | void oprofile_arch_exit(void) | 115 | void oprofile_arch_exit(void) |
116 | { | 116 | { |
117 | model->exit(); | 117 | if (model) |
118 | model->exit(); | ||
118 | } | 119 | } |
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index cddf1cedf007..36b662e27b6e 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c | |||
@@ -122,7 +122,7 @@ again: | |||
122 | xtime.tv_sec > last_rtc_update + 660 && | 122 | xtime.tv_sec > last_rtc_update + 660 && |
123 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && | 123 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && |
124 | (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { | 124 | (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { |
125 | if (rtc_set_time(xtime.tv_sec) == 0) { | 125 | if (rtc_mips_set_time(xtime.tv_sec) == 0) { |
126 | last_rtc_update = xtime.tv_sec; | 126 | last_rtc_update = xtime.tv_sec; |
127 | } else { | 127 | } else { |
128 | last_rtc_update = xtime.tv_sec - 600; | 128 | last_rtc_update = xtime.tv_sec - 600; |
diff --git a/arch/mips/sgi-ip32/ip32-irq.c b/arch/mips/sgi-ip32/ip32-irq.c index 22a6df94b4a1..de01c9815bdd 100644 --- a/arch/mips/sgi-ip32/ip32-irq.c +++ b/arch/mips/sgi-ip32/ip32-irq.c | |||
@@ -507,13 +507,14 @@ static void ip32_irq0(struct pt_regs *regs) | |||
507 | int irq = 0; | 507 | int irq = 0; |
508 | 508 | ||
509 | crime_int = crime->istat & crime_mask; | 509 | crime_int = crime->istat & crime_mask; |
510 | irq = ffs(crime_int); | 510 | irq = __ffs(crime_int); |
511 | crime_int = 1 << (irq - 1); | 511 | crime_int = 1 << irq; |
512 | 512 | ||
513 | if (crime_int & CRIME_MACEISA_INT_MASK) { | 513 | if (crime_int & CRIME_MACEISA_INT_MASK) { |
514 | unsigned long mace_int = mace->perif.ctrl.istat; | 514 | unsigned long mace_int = mace->perif.ctrl.istat; |
515 | irq = ffs(mace_int & maceisa_mask) + 32; | 515 | irq = __ffs(mace_int & maceisa_mask) + 32; |
516 | } | 516 | } |
517 | irq++; | ||
517 | DBG("*irq %u*\n", irq); | 518 | DBG("*irq %u*\n", irq); |
518 | do_IRQ(irq, regs); | 519 | do_IRQ(irq, regs); |
519 | } | 520 | } |
diff --git a/arch/powerpc/kernel/sysfs.c b/arch/powerpc/kernel/sysfs.c index 73560ef6f802..ed737cacf92d 100644 --- a/arch/powerpc/kernel/sysfs.c +++ b/arch/powerpc/kernel/sysfs.c | |||
@@ -279,7 +279,7 @@ static void unregister_cpu_online(unsigned int cpu) | |||
279 | } | 279 | } |
280 | #endif /* CONFIG_HOTPLUG_CPU */ | 280 | #endif /* CONFIG_HOTPLUG_CPU */ |
281 | 281 | ||
282 | static int __devinit sysfs_cpu_notify(struct notifier_block *self, | 282 | static int sysfs_cpu_notify(struct notifier_block *self, |
283 | unsigned long action, void *hcpu) | 283 | unsigned long action, void *hcpu) |
284 | { | 284 | { |
285 | unsigned int cpu = (unsigned int)(long)hcpu; | 285 | unsigned int cpu = (unsigned int)(long)hcpu; |
@@ -297,7 +297,7 @@ static int __devinit sysfs_cpu_notify(struct notifier_block *self, | |||
297 | return NOTIFY_OK; | 297 | return NOTIFY_OK; |
298 | } | 298 | } |
299 | 299 | ||
300 | static struct notifier_block __devinitdata sysfs_cpu_nb = { | 300 | static struct notifier_block sysfs_cpu_nb = { |
301 | .notifier_call = sysfs_cpu_notify, | 301 | .notifier_call = sysfs_cpu_notify, |
302 | }; | 302 | }; |
303 | 303 | ||
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 8d1522690501..0b98eea73c5e 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S | |||
@@ -324,6 +324,7 @@ COMPAT_SYS(ppoll) | |||
324 | SYSCALL(unshare) | 324 | SYSCALL(unshare) |
325 | SYSCALL(splice) | 325 | SYSCALL(splice) |
326 | SYSCALL(tee) | 326 | SYSCALL(tee) |
327 | SYSCALL(vmsplice) | ||
327 | 328 | ||
328 | /* | 329 | /* |
329 | * please add new calls to arch/powerpc/platforms/cell/spu_callbacks.c | 330 | * please add new calls to arch/powerpc/platforms/cell/spu_callbacks.c |
diff --git a/arch/powerpc/platforms/cell/spu_callbacks.c b/arch/powerpc/platforms/cell/spu_callbacks.c index deb3afb94484..b283380a2a18 100644 --- a/arch/powerpc/platforms/cell/spu_callbacks.c +++ b/arch/powerpc/platforms/cell/spu_callbacks.c | |||
@@ -318,6 +318,7 @@ void *spu_syscall_table[] = { | |||
318 | [__NR_unshare] sys_unshare, | 318 | [__NR_unshare] sys_unshare, |
319 | [__NR_splice] sys_splice, | 319 | [__NR_splice] sys_splice, |
320 | [__NR_tee] sys_tee, | 320 | [__NR_tee] sys_tee, |
321 | [__NR_vmsplice] sys_vmsplice, | ||
321 | }; | 322 | }; |
322 | 323 | ||
323 | long spu_sys_callback(struct spu_syscall_block *s) | 324 | long spu_sys_callback(struct spu_syscall_block *s) |
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index f5d8d15d74fa..ea179afea632 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c | |||
@@ -1097,7 +1097,7 @@ pmac_pci_enable_device_hook(struct pci_dev *dev, int initial) | |||
1097 | * (iBook second controller) | 1097 | * (iBook second controller) |
1098 | */ | 1098 | */ |
1099 | if (dev->vendor == PCI_VENDOR_ID_APPLE | 1099 | if (dev->vendor == PCI_VENDOR_ID_APPLE |
1100 | && (dev->class == ((PCI_CLASS_SERIAL_USB << 8) | 0x10)) | 1100 | && dev->class == PCI_CLASS_SERIAL_USB_OHCI |
1101 | && !node) { | 1101 | && !node) { |
1102 | printk(KERN_INFO "Apple USB OHCI %s disabled by firmware\n", | 1102 | printk(KERN_INFO "Apple USB OHCI %s disabled by firmware\n", |
1103 | pci_name(dev)); | 1103 | pci_name(dev)); |
diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 54d35c130907..9a22434a580c 100644 --- a/arch/s390/appldata/appldata_base.c +++ b/arch/s390/appldata/appldata_base.c | |||
@@ -652,7 +652,7 @@ appldata_cpu_notify(struct notifier_block *self, | |||
652 | return NOTIFY_OK; | 652 | return NOTIFY_OK; |
653 | } | 653 | } |
654 | 654 | ||
655 | static struct notifier_block __devinitdata appldata_nb = { | 655 | static struct notifier_block appldata_nb = { |
656 | .notifier_call = appldata_cpu_notify, | 656 | .notifier_call = appldata_cpu_notify, |
657 | }; | 657 | }; |
658 | 658 | ||
diff --git a/arch/s390/kernel/compat_signal.c b/arch/s390/kernel/compat_signal.c index 5291b5f8788d..b4c815d8ef75 100644 --- a/arch/s390/kernel/compat_signal.c +++ b/arch/s390/kernel/compat_signal.c | |||
@@ -430,7 +430,7 @@ get_sigframe(struct k_sigaction *ka, struct pt_regs * regs, size_t frame_size) | |||
430 | 430 | ||
431 | /* This is the X/Open sanctioned signal stack switching. */ | 431 | /* This is the X/Open sanctioned signal stack switching. */ |
432 | if (ka->sa.sa_flags & SA_ONSTACK) { | 432 | if (ka->sa.sa_flags & SA_ONSTACK) { |
433 | if (! on_sig_stack(sp)) | 433 | if (! sas_ss_flags(sp)) |
434 | sp = current->sas_ss_sp + current->sas_ss_size; | 434 | sp = current->sas_ss_sp + current->sas_ss_size; |
435 | } | 435 | } |
436 | 436 | ||
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S index 199da68bd7be..ef5b9c44b86b 100644 --- a/arch/s390/kernel/compat_wrapper.S +++ b/arch/s390/kernel/compat_wrapper.S | |||
@@ -1608,3 +1608,45 @@ compat_sys_ppoll_wrapper: | |||
1608 | sys_unshare_wrapper: | 1608 | sys_unshare_wrapper: |
1609 | llgfr %r2,%r2 # unsigned long | 1609 | llgfr %r2,%r2 # unsigned long |
1610 | jg sys_unshare | 1610 | jg sys_unshare |
1611 | |||
1612 | .globl compat_sys_set_robust_list_wrapper | ||
1613 | compat_sys_set_robust_list_wrapper: | ||
1614 | llgtr %r2,%r2 # struct compat_robust_list_head * | ||
1615 | llgfr %r3,%r3 # size_t | ||
1616 | jg compat_sys_set_robust_list | ||
1617 | |||
1618 | .globl compat_sys_get_robust_list_wrapper | ||
1619 | compat_sys_get_robust_list_wrapper: | ||
1620 | lgfr %r2,%r2 # int | ||
1621 | llgtr %r3,%r3 # compat_uptr_t_t * | ||
1622 | llgtr %r4,%r4 # compat_size_t * | ||
1623 | jg compat_sys_get_robust_list | ||
1624 | |||
1625 | .globl sys_splice_wrapper | ||
1626 | sys_splice_wrapper: | ||
1627 | lgfr %r2,%r2 # int | ||
1628 | llgtr %r3,%r3 # loff_t * | ||
1629 | lgfr %r4,%r4 # int | ||
1630 | llgtr %r5,%r5 # loff_t * | ||
1631 | llgfr %r6,%r6 # size_t | ||
1632 | llgf %r0,164(%r15) # unsigned int | ||
1633 | stg %r0,160(%r15) | ||
1634 | jg sys_splice | ||
1635 | |||
1636 | .globl sys_sync_file_range_wrapper | ||
1637 | sys_sync_file_range_wrapper: | ||
1638 | lgfr %r2,%r2 # int | ||
1639 | sllg %r3,%r3,32 # get high word of 64bit loff_t | ||
1640 | or %r3,%r4 # get low word of 64bit loff_t | ||
1641 | sllg %r4,%r5,32 # get high word of 64bit loff_t | ||
1642 | or %r4,%r6 # get low word of 64bit loff_t | ||
1643 | llgf %r5,164(%r15) # unsigned int | ||
1644 | jg sys_sync_file_range | ||
1645 | |||
1646 | .globl sys_tee_wrapper | ||
1647 | sys_tee_wrapper: | ||
1648 | lgfr %r2,%r2 # int | ||
1649 | lgfr %r3,%r3 # int | ||
1650 | llgfr %r4,%r4 # size_t | ||
1651 | llgfr %r5,%r5 # unsigned int | ||
1652 | jg sys_tee | ||
diff --git a/arch/s390/kernel/syscalls.S b/arch/s390/kernel/syscalls.S index 2f56654da821..fc2c0767202b 100644 --- a/arch/s390/kernel/syscalls.S +++ b/arch/s390/kernel/syscalls.S | |||
@@ -312,3 +312,8 @@ SYSCALL(sys_faccessat,sys_faccessat,sys_faccessat_wrapper) /* 300 */ | |||
312 | SYSCALL(sys_pselect6,sys_pselect6,compat_sys_pselect6_wrapper) | 312 | SYSCALL(sys_pselect6,sys_pselect6,compat_sys_pselect6_wrapper) |
313 | SYSCALL(sys_ppoll,sys_ppoll,compat_sys_ppoll_wrapper) | 313 | SYSCALL(sys_ppoll,sys_ppoll,compat_sys_ppoll_wrapper) |
314 | SYSCALL(sys_unshare,sys_unshare,sys_unshare_wrapper) | 314 | SYSCALL(sys_unshare,sys_unshare,sys_unshare_wrapper) |
315 | SYSCALL(sys_set_robust_list,sys_set_robust_list,compat_sys_set_robust_list_wrapper) | ||
316 | SYSCALL(sys_get_robust_list,sys_get_robust_list,compat_sys_get_robust_list_wrapper) | ||
317 | SYSCALL(sys_splice,sys_splice,sys_splice_wrapper) | ||
318 | SYSCALL(sys_sync_file_range,sys_sync_file_range,sys_sync_file_range_wrapper) | ||
319 | SYSCALL(sys_tee,sys_tee,sys_tee_wrapper) | ||
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index 9289face3027..9f34bb54c051 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S | |||
@@ -58,9 +58,11 @@ SECTIONS | |||
58 | . = ALIGN(4096); | 58 | . = ALIGN(4096); |
59 | .data.page_aligned : { *(.data.idt) } | 59 | .data.page_aligned : { *(.data.idt) } |
60 | 60 | ||
61 | . = ALIGN(32); | 61 | . = ALIGN(256); |
62 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } | 62 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } |
63 | 63 | ||
64 | . = ALIGN(256); | ||
65 | .data.read_mostly : { *(.data.read_mostly) } | ||
64 | _edata = .; /* End of data section */ | 66 | _edata = .; /* End of data section */ |
65 | 67 | ||
66 | . = ALIGN(8192); /* init_task */ | 68 | . = ALIGN(8192); /* init_task */ |
diff --git a/arch/s390/mm/extmem.c b/arch/s390/mm/extmem.c index a9566bcab682..9b11e3e20903 100644 --- a/arch/s390/mm/extmem.c +++ b/arch/s390/mm/extmem.c | |||
@@ -192,6 +192,7 @@ query_segment_type (struct dcss_segment *seg) | |||
192 | diag_cc = dcss_diag (DCSS_SEGEXT, qin, &dummy, &vmrc); | 192 | diag_cc = dcss_diag (DCSS_SEGEXT, qin, &dummy, &vmrc); |
193 | 193 | ||
194 | if (diag_cc > 1) { | 194 | if (diag_cc > 1) { |
195 | PRINT_WARN ("segment_type: diag returned error %ld\n", vmrc); | ||
195 | rc = dcss_diag_translate_rc (vmrc); | 196 | rc = dcss_diag_translate_rc (vmrc); |
196 | goto out_free; | 197 | goto out_free; |
197 | } | 198 | } |
@@ -553,7 +554,7 @@ segment_save(char *name) | |||
553 | int endpfn = 0; | 554 | int endpfn = 0; |
554 | char cmd1[160]; | 555 | char cmd1[160]; |
555 | char cmd2[80]; | 556 | char cmd2[80]; |
556 | int i; | 557 | int i, response; |
557 | 558 | ||
558 | if (!MACHINE_IS_VM) | 559 | if (!MACHINE_IS_VM) |
559 | return; | 560 | return; |
@@ -576,8 +577,20 @@ segment_save(char *name) | |||
576 | segtype_string[seg->range[i].start & 0xff]); | 577 | segtype_string[seg->range[i].start & 0xff]); |
577 | } | 578 | } |
578 | sprintf(cmd2, "SAVESEG %s", name); | 579 | sprintf(cmd2, "SAVESEG %s", name); |
579 | cpcmd(cmd1, NULL, 0, NULL); | 580 | response = 0; |
580 | cpcmd(cmd2, NULL, 0, NULL); | 581 | cpcmd(cmd1, NULL, 0, &response); |
582 | if (response) { | ||
583 | PRINT_ERR("segment_save: DEFSEG failed with response code %i\n", | ||
584 | response); | ||
585 | goto out; | ||
586 | } | ||
587 | cpcmd(cmd2, NULL, 0, &response); | ||
588 | if (response) { | ||
589 | PRINT_ERR("segment_save: SAVESEG failed with response code %i\n", | ||
590 | response); | ||
591 | goto out; | ||
592 | } | ||
593 | out: | ||
581 | spin_unlock(&dcss_lock); | 594 | spin_unlock(&dcss_lock); |
582 | } | 595 | } |
583 | 596 | ||
diff --git a/arch/x86_64/kernel/mce.c b/arch/x86_64/kernel/mce.c index 6f0790e8b6d3..c69fc43cee7b 100644 --- a/arch/x86_64/kernel/mce.c +++ b/arch/x86_64/kernel/mce.c | |||
@@ -629,7 +629,7 @@ static __cpuinit void mce_remove_device(unsigned int cpu) | |||
629 | #endif | 629 | #endif |
630 | 630 | ||
631 | /* Get notified when a cpu comes on/off. Be hotplug friendly. */ | 631 | /* Get notified when a cpu comes on/off. Be hotplug friendly. */ |
632 | static __cpuinit int | 632 | static int |
633 | mce_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) | 633 | mce_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) |
634 | { | 634 | { |
635 | unsigned int cpu = (unsigned long)hcpu; | 635 | unsigned int cpu = (unsigned long)hcpu; |
diff --git a/arch/x86_64/kernel/mce_amd.c b/arch/x86_64/kernel/mce_amd.c index d3ad7d81266d..d13b241ad094 100644 --- a/arch/x86_64/kernel/mce_amd.c +++ b/arch/x86_64/kernel/mce_amd.c | |||
@@ -482,7 +482,7 @@ static void threshold_remove_device(unsigned int cpu) | |||
482 | #endif | 482 | #endif |
483 | 483 | ||
484 | /* get notified when a cpu comes on/off */ | 484 | /* get notified when a cpu comes on/off */ |
485 | static __cpuinit int threshold_cpu_callback(struct notifier_block *nfb, | 485 | static int threshold_cpu_callback(struct notifier_block *nfb, |
486 | unsigned long action, void *hcpu) | 486 | unsigned long action, void *hcpu) |
487 | { | 487 | { |
488 | /* cpu was unsigned int to begin with */ | 488 | /* cpu was unsigned int to begin with */ |
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 1755c053fd68..e5041a02e21f 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -3385,7 +3385,7 @@ static int blk_cpu_notify(struct notifier_block *self, unsigned long action, | |||
3385 | } | 3385 | } |
3386 | 3386 | ||
3387 | 3387 | ||
3388 | static struct notifier_block __devinitdata blk_cpu_notifier = { | 3388 | static struct notifier_block blk_cpu_notifier = { |
3389 | .notifier_call = blk_cpu_notify, | 3389 | .notifier_call = blk_cpu_notify, |
3390 | }; | 3390 | }; |
3391 | 3391 | ||
diff --git a/drivers/Kconfig b/drivers/Kconfig index 5c91d6afb117..aeb5ab2391e4 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -68,8 +68,6 @@ source "drivers/leds/Kconfig" | |||
68 | 68 | ||
69 | source "drivers/infiniband/Kconfig" | 69 | source "drivers/infiniband/Kconfig" |
70 | 70 | ||
71 | source "drivers/sn/Kconfig" | ||
72 | |||
73 | source "drivers/edac/Kconfig" | 71 | source "drivers/edac/Kconfig" |
74 | 72 | ||
75 | source "drivers/rtc/Kconfig" | 73 | source "drivers/rtc/Kconfig" |
diff --git a/drivers/base/topology.c b/drivers/base/topology.c index 915810f6237e..8c52421cbc54 100644 --- a/drivers/base/topology.c +++ b/drivers/base/topology.c | |||
@@ -107,7 +107,7 @@ static int __cpuinit topology_remove_dev(struct sys_device * sys_dev) | |||
107 | return 0; | 107 | return 0; |
108 | } | 108 | } |
109 | 109 | ||
110 | static int __cpuinit topology_cpu_callback(struct notifier_block *nfb, | 110 | static int topology_cpu_callback(struct notifier_block *nfb, |
111 | unsigned long action, void *hcpu) | 111 | unsigned long action, void *hcpu) |
112 | { | 112 | { |
113 | unsigned int cpu = (unsigned long)hcpu; | 113 | unsigned int cpu = (unsigned long)hcpu; |
diff --git a/drivers/char/mem.c b/drivers/char/mem.c index 66719f9d294c..1fa9fa157c12 100644 --- a/drivers/char/mem.c +++ b/drivers/char/mem.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/crash_dump.h> | 27 | #include <linux/crash_dump.h> |
28 | #include <linux/backing-dev.h> | 28 | #include <linux/backing-dev.h> |
29 | #include <linux/bootmem.h> | 29 | #include <linux/bootmem.h> |
30 | #include <linux/pipe_fs_i.h> | ||
30 | 31 | ||
31 | #include <asm/uaccess.h> | 32 | #include <asm/uaccess.h> |
32 | #include <asm/io.h> | 33 | #include <asm/io.h> |
@@ -578,6 +579,18 @@ static ssize_t write_null(struct file * file, const char __user * buf, | |||
578 | return count; | 579 | return count; |
579 | } | 580 | } |
580 | 581 | ||
582 | static int pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, | ||
583 | struct splice_desc *sd) | ||
584 | { | ||
585 | return sd->len; | ||
586 | } | ||
587 | |||
588 | static ssize_t splice_write_null(struct pipe_inode_info *pipe,struct file *out, | ||
589 | loff_t *ppos, size_t len, unsigned int flags) | ||
590 | { | ||
591 | return splice_from_pipe(pipe, out, ppos, len, flags, pipe_to_null); | ||
592 | } | ||
593 | |||
581 | #ifdef CONFIG_MMU | 594 | #ifdef CONFIG_MMU |
582 | /* | 595 | /* |
583 | * For fun, we are using the MMU for this. | 596 | * For fun, we are using the MMU for this. |
@@ -785,6 +798,7 @@ static struct file_operations null_fops = { | |||
785 | .llseek = null_lseek, | 798 | .llseek = null_lseek, |
786 | .read = read_null, | 799 | .read = read_null, |
787 | .write = write_null, | 800 | .write = write_null, |
801 | .splice_write = splice_write_null, | ||
788 | }; | 802 | }; |
789 | 803 | ||
790 | #if defined(CONFIG_ISA) || !defined(__mc68000__) | 804 | #if defined(CONFIG_ISA) || !defined(__mc68000__) |
diff --git a/drivers/char/mwave/mwavedd.c b/drivers/char/mwave/mwavedd.c index 8666171e187b..d3ba2f860ef0 100644 --- a/drivers/char/mwave/mwavedd.c +++ b/drivers/char/mwave/mwavedd.c | |||
@@ -271,7 +271,7 @@ static int mwave_ioctl(struct inode *inode, struct file *file, | |||
271 | ipcnum, | 271 | ipcnum, |
272 | pDrvData->IPCs[ipcnum].usIntCount); | 272 | pDrvData->IPCs[ipcnum].usIntCount); |
273 | 273 | ||
274 | if (ipcnum > ARRAY_SIZE(pDrvData->IPCs)) { | 274 | if (ipcnum >= ARRAY_SIZE(pDrvData->IPCs)) { |
275 | PRINTK_ERROR(KERN_ERR_MWAVE | 275 | PRINTK_ERROR(KERN_ERR_MWAVE |
276 | "mwavedd::mwave_ioctl:" | 276 | "mwavedd::mwave_ioctl:" |
277 | " IOCTL_MW_REGISTER_IPC:" | 277 | " IOCTL_MW_REGISTER_IPC:" |
diff --git a/drivers/char/tipar.c b/drivers/char/tipar.c index eb2eb3e12d6a..079db5a935a1 100644 --- a/drivers/char/tipar.c +++ b/drivers/char/tipar.c | |||
@@ -515,7 +515,7 @@ tipar_init_module(void) | |||
515 | err = PTR_ERR(tipar_class); | 515 | err = PTR_ERR(tipar_class); |
516 | goto out_chrdev; | 516 | goto out_chrdev; |
517 | } | 517 | } |
518 | if (parport_register_driver(&tipar_driver) || tp_count == 0) { | 518 | if (parport_register_driver(&tipar_driver)) { |
519 | printk(KERN_ERR "tipar: unable to register with parport\n"); | 519 | printk(KERN_ERR "tipar: unable to register with parport\n"); |
520 | err = -EIO; | 520 | err = -EIO; |
521 | goto out_class; | 521 | goto out_class; |
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 9759d05b1972..29b2fa5534ae 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -1497,7 +1497,7 @@ int cpufreq_update_policy(unsigned int cpu) | |||
1497 | } | 1497 | } |
1498 | EXPORT_SYMBOL(cpufreq_update_policy); | 1498 | EXPORT_SYMBOL(cpufreq_update_policy); |
1499 | 1499 | ||
1500 | static int __cpuinit cpufreq_cpu_callback(struct notifier_block *nfb, | 1500 | static int cpufreq_cpu_callback(struct notifier_block *nfb, |
1501 | unsigned long action, void *hcpu) | 1501 | unsigned long action, void *hcpu) |
1502 | { | 1502 | { |
1503 | unsigned int cpu = (unsigned long)hcpu; | 1503 | unsigned int cpu = (unsigned long)hcpu; |
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c index eb9a8826e9b5..eb42cb349420 100644 --- a/drivers/mmc/pxamci.c +++ b/drivers/mmc/pxamci.c | |||
@@ -65,11 +65,6 @@ struct pxamci_host { | |||
65 | unsigned int dma_dir; | 65 | unsigned int dma_dir; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | static inline unsigned int ns_to_clocks(unsigned int ns) | ||
69 | { | ||
70 | return (ns * (CLOCKRATE / 1000000) + 999) / 1000; | ||
71 | } | ||
72 | |||
73 | static void pxamci_stop_clock(struct pxamci_host *host) | 68 | static void pxamci_stop_clock(struct pxamci_host *host) |
74 | { | 69 | { |
75 | if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { | 70 | if (readl(host->base + MMC_STAT) & STAT_CLK_EN) { |
@@ -113,6 +108,7 @@ static void pxamci_disable_irq(struct pxamci_host *host, unsigned int mask) | |||
113 | static void pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) | 108 | static void pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) |
114 | { | 109 | { |
115 | unsigned int nob = data->blocks; | 110 | unsigned int nob = data->blocks; |
111 | unsigned long long clks; | ||
116 | unsigned int timeout; | 112 | unsigned int timeout; |
117 | u32 dcmd; | 113 | u32 dcmd; |
118 | int i; | 114 | int i; |
@@ -125,7 +121,9 @@ static void pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) | |||
125 | writel(nob, host->base + MMC_NOB); | 121 | writel(nob, host->base + MMC_NOB); |
126 | writel(1 << data->blksz_bits, host->base + MMC_BLKLEN); | 122 | writel(1 << data->blksz_bits, host->base + MMC_BLKLEN); |
127 | 123 | ||
128 | timeout = ns_to_clocks(data->timeout_ns) + data->timeout_clks; | 124 | clks = (unsigned long long)data->timeout_ns * CLOCKRATE; |
125 | do_div(clks, 1000000000UL); | ||
126 | timeout = (unsigned int)clks + (data->timeout_clks << host->clkrt); | ||
129 | writel((timeout + 255) / 256, host->base + MMC_RDTO); | 127 | writel((timeout + 255) / 256, host->base + MMC_RDTO); |
130 | 128 | ||
131 | if (data->flags & MMC_DATA_READ) { | 129 | if (data->flags & MMC_DATA_READ) { |
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index add8dc4aa7b0..c99e87838f92 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
@@ -3768,6 +3768,7 @@ e1000_clean_rx_irq_ps(struct e1000_adapter *adapter, | |||
3768 | ps_page->ps_page[j] = NULL; | 3768 | ps_page->ps_page[j] = NULL; |
3769 | skb->len += length; | 3769 | skb->len += length; |
3770 | skb->data_len += length; | 3770 | skb->data_len += length; |
3771 | skb->truesize += length; | ||
3771 | } | 3772 | } |
3772 | 3773 | ||
3773 | copydone: | 3774 | copydone: |
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index 7627a75f4f7c..9788b1ef2e7d 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c | |||
@@ -105,6 +105,7 @@ | |||
105 | * 0.50: 20 Jan 2006: Add 8021pq tagging support. | 105 | * 0.50: 20 Jan 2006: Add 8021pq tagging support. |
106 | * 0.51: 20 Jan 2006: Add 64bit consistent memory allocation for rings. | 106 | * 0.51: 20 Jan 2006: Add 64bit consistent memory allocation for rings. |
107 | * 0.52: 20 Jan 2006: Add MSI/MSIX support. | 107 | * 0.52: 20 Jan 2006: Add MSI/MSIX support. |
108 | * 0.53: 19 Mar 2006: Fix init from low power mode and add hw reset. | ||
108 | * | 109 | * |
109 | * Known bugs: | 110 | * Known bugs: |
110 | * We suspect that on some hardware no TX done interrupts are generated. | 111 | * We suspect that on some hardware no TX done interrupts are generated. |
@@ -116,7 +117,7 @@ | |||
116 | * DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few | 117 | * DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few |
117 | * superfluous timer interrupts from the nic. | 118 | * superfluous timer interrupts from the nic. |
118 | */ | 119 | */ |
119 | #define FORCEDETH_VERSION "0.52" | 120 | #define FORCEDETH_VERSION "0.53" |
120 | #define DRV_NAME "forcedeth" | 121 | #define DRV_NAME "forcedeth" |
121 | 122 | ||
122 | #include <linux/module.h> | 123 | #include <linux/module.h> |
@@ -160,6 +161,7 @@ | |||
160 | #define DEV_HAS_VLAN 0x0020 /* device supports vlan tagging and striping */ | 161 | #define DEV_HAS_VLAN 0x0020 /* device supports vlan tagging and striping */ |
161 | #define DEV_HAS_MSI 0x0040 /* device supports MSI */ | 162 | #define DEV_HAS_MSI 0x0040 /* device supports MSI */ |
162 | #define DEV_HAS_MSI_X 0x0080 /* device supports MSI-X */ | 163 | #define DEV_HAS_MSI_X 0x0080 /* device supports MSI-X */ |
164 | #define DEV_HAS_POWER_CNTRL 0x0100 /* device supports power savings */ | ||
163 | 165 | ||
164 | enum { | 166 | enum { |
165 | NvRegIrqStatus = 0x000, | 167 | NvRegIrqStatus = 0x000, |
@@ -203,6 +205,8 @@ enum { | |||
203 | #define NVREG_MISC1_HD 0x02 | 205 | #define NVREG_MISC1_HD 0x02 |
204 | #define NVREG_MISC1_FORCE 0x3b0f3c | 206 | #define NVREG_MISC1_FORCE 0x3b0f3c |
205 | 207 | ||
208 | NvRegMacReset = 0x3c, | ||
209 | #define NVREG_MAC_RESET_ASSERT 0x0F3 | ||
206 | NvRegTransmitterControl = 0x084, | 210 | NvRegTransmitterControl = 0x084, |
207 | #define NVREG_XMITCTL_START 0x01 | 211 | #define NVREG_XMITCTL_START 0x01 |
208 | NvRegTransmitterStatus = 0x088, | 212 | NvRegTransmitterStatus = 0x088, |
@@ -326,6 +330,10 @@ enum { | |||
326 | NvRegMSIXMap0 = 0x3e0, | 330 | NvRegMSIXMap0 = 0x3e0, |
327 | NvRegMSIXMap1 = 0x3e4, | 331 | NvRegMSIXMap1 = 0x3e4, |
328 | NvRegMSIXIrqStatus = 0x3f0, | 332 | NvRegMSIXIrqStatus = 0x3f0, |
333 | |||
334 | NvRegPowerState2 = 0x600, | ||
335 | #define NVREG_POWERSTATE2_POWERUP_MASK 0x0F11 | ||
336 | #define NVREG_POWERSTATE2_POWERUP_REV_A3 0x0001 | ||
329 | }; | 337 | }; |
330 | 338 | ||
331 | /* Big endian: should work, but is untested */ | 339 | /* Big endian: should work, but is untested */ |
@@ -414,7 +422,8 @@ typedef union _ring_type { | |||
414 | #define NV_RX3_VLAN_TAG_MASK (0x0000FFFF) | 422 | #define NV_RX3_VLAN_TAG_MASK (0x0000FFFF) |
415 | 423 | ||
416 | /* Miscelaneous hardware related defines: */ | 424 | /* Miscelaneous hardware related defines: */ |
417 | #define NV_PCI_REGSZ 0x270 | 425 | #define NV_PCI_REGSZ_VER1 0x270 |
426 | #define NV_PCI_REGSZ_VER2 0x604 | ||
418 | 427 | ||
419 | /* various timeout delays: all in usec */ | 428 | /* various timeout delays: all in usec */ |
420 | #define NV_TXRX_RESET_DELAY 4 | 429 | #define NV_TXRX_RESET_DELAY 4 |
@@ -431,6 +440,7 @@ typedef union _ring_type { | |||
431 | #define NV_MIIBUSY_DELAY 50 | 440 | #define NV_MIIBUSY_DELAY 50 |
432 | #define NV_MIIPHY_DELAY 10 | 441 | #define NV_MIIPHY_DELAY 10 |
433 | #define NV_MIIPHY_DELAYMAX 10000 | 442 | #define NV_MIIPHY_DELAYMAX 10000 |
443 | #define NV_MAC_RESET_DELAY 64 | ||
434 | 444 | ||
435 | #define NV_WAKEUPPATTERNS 5 | 445 | #define NV_WAKEUPPATTERNS 5 |
436 | #define NV_WAKEUPMASKENTRIES 4 | 446 | #define NV_WAKEUPMASKENTRIES 4 |
@@ -552,6 +562,8 @@ struct fe_priv { | |||
552 | u32 desc_ver; | 562 | u32 desc_ver; |
553 | u32 txrxctl_bits; | 563 | u32 txrxctl_bits; |
554 | u32 vlanctl_bits; | 564 | u32 vlanctl_bits; |
565 | u32 driver_data; | ||
566 | u32 register_size; | ||
555 | 567 | ||
556 | void __iomem *base; | 568 | void __iomem *base; |
557 | 569 | ||
@@ -919,6 +931,24 @@ static void nv_txrx_reset(struct net_device *dev) | |||
919 | pci_push(base); | 931 | pci_push(base); |
920 | } | 932 | } |
921 | 933 | ||
934 | static void nv_mac_reset(struct net_device *dev) | ||
935 | { | ||
936 | struct fe_priv *np = netdev_priv(dev); | ||
937 | u8 __iomem *base = get_hwbase(dev); | ||
938 | |||
939 | dprintk(KERN_DEBUG "%s: nv_mac_reset\n", dev->name); | ||
940 | writel(NVREG_TXRXCTL_BIT2 | NVREG_TXRXCTL_RESET | np->txrxctl_bits, base + NvRegTxRxControl); | ||
941 | pci_push(base); | ||
942 | writel(NVREG_MAC_RESET_ASSERT, base + NvRegMacReset); | ||
943 | pci_push(base); | ||
944 | udelay(NV_MAC_RESET_DELAY); | ||
945 | writel(0, base + NvRegMacReset); | ||
946 | pci_push(base); | ||
947 | udelay(NV_MAC_RESET_DELAY); | ||
948 | writel(NVREG_TXRXCTL_BIT2 | np->txrxctl_bits, base + NvRegTxRxControl); | ||
949 | pci_push(base); | ||
950 | } | ||
951 | |||
922 | /* | 952 | /* |
923 | * nv_get_stats: dev->get_stats function | 953 | * nv_get_stats: dev->get_stats function |
924 | * Get latest stats value from the nic. | 954 | * Get latest stats value from the nic. |
@@ -1331,7 +1361,7 @@ static void nv_tx_timeout(struct net_device *dev) | |||
1331 | dev->name, (unsigned long)np->ring_addr, | 1361 | dev->name, (unsigned long)np->ring_addr, |
1332 | np->next_tx, np->nic_tx); | 1362 | np->next_tx, np->nic_tx); |
1333 | printk(KERN_INFO "%s: Dumping tx registers\n", dev->name); | 1363 | printk(KERN_INFO "%s: Dumping tx registers\n", dev->name); |
1334 | for (i=0;i<0x400;i+= 32) { | 1364 | for (i=0;i<=np->register_size;i+= 32) { |
1335 | printk(KERN_INFO "%3x: %08x %08x %08x %08x %08x %08x %08x %08x\n", | 1365 | printk(KERN_INFO "%3x: %08x %08x %08x %08x %08x %08x %08x %08x\n", |
1336 | i, | 1366 | i, |
1337 | readl(base + i + 0), readl(base + i + 4), | 1367 | readl(base + i + 0), readl(base + i + 4), |
@@ -2488,11 +2518,11 @@ static int nv_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) | |||
2488 | } | 2518 | } |
2489 | 2519 | ||
2490 | #define FORCEDETH_REGS_VER 1 | 2520 | #define FORCEDETH_REGS_VER 1 |
2491 | #define FORCEDETH_REGS_SIZE 0x400 /* 256 32-bit registers */ | ||
2492 | 2521 | ||
2493 | static int nv_get_regs_len(struct net_device *dev) | 2522 | static int nv_get_regs_len(struct net_device *dev) |
2494 | { | 2523 | { |
2495 | return FORCEDETH_REGS_SIZE; | 2524 | struct fe_priv *np = netdev_priv(dev); |
2525 | return np->register_size; | ||
2496 | } | 2526 | } |
2497 | 2527 | ||
2498 | static void nv_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *buf) | 2528 | static void nv_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *buf) |
@@ -2504,7 +2534,7 @@ static void nv_get_regs(struct net_device *dev, struct ethtool_regs *regs, void | |||
2504 | 2534 | ||
2505 | regs->version = FORCEDETH_REGS_VER; | 2535 | regs->version = FORCEDETH_REGS_VER; |
2506 | spin_lock_irq(&np->lock); | 2536 | spin_lock_irq(&np->lock); |
2507 | for (i=0;i<FORCEDETH_REGS_SIZE/sizeof(u32);i++) | 2537 | for (i = 0;i <= np->register_size/sizeof(u32); i++) |
2508 | rbuf[i] = readl(base + i*sizeof(u32)); | 2538 | rbuf[i] = readl(base + i*sizeof(u32)); |
2509 | spin_unlock_irq(&np->lock); | 2539 | spin_unlock_irq(&np->lock); |
2510 | } | 2540 | } |
@@ -2608,6 +2638,8 @@ static int nv_open(struct net_device *dev) | |||
2608 | dprintk(KERN_DEBUG "nv_open: begin\n"); | 2638 | dprintk(KERN_DEBUG "nv_open: begin\n"); |
2609 | 2639 | ||
2610 | /* 1) erase previous misconfiguration */ | 2640 | /* 1) erase previous misconfiguration */ |
2641 | if (np->driver_data & DEV_HAS_POWER_CNTRL) | ||
2642 | nv_mac_reset(dev); | ||
2611 | /* 4.1-1: stop adapter: ignored, 4.3 seems to be overkill */ | 2643 | /* 4.1-1: stop adapter: ignored, 4.3 seems to be overkill */ |
2612 | writel(NVREG_MCASTADDRA_FORCE, base + NvRegMulticastAddrA); | 2644 | writel(NVREG_MCASTADDRA_FORCE, base + NvRegMulticastAddrA); |
2613 | writel(0, base + NvRegMulticastAddrB); | 2645 | writel(0, base + NvRegMulticastAddrB); |
@@ -2878,6 +2910,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
2878 | unsigned long addr; | 2910 | unsigned long addr; |
2879 | u8 __iomem *base; | 2911 | u8 __iomem *base; |
2880 | int err, i; | 2912 | int err, i; |
2913 | u32 powerstate; | ||
2881 | 2914 | ||
2882 | dev = alloc_etherdev(sizeof(struct fe_priv)); | 2915 | dev = alloc_etherdev(sizeof(struct fe_priv)); |
2883 | err = -ENOMEM; | 2916 | err = -ENOMEM; |
@@ -2910,6 +2943,11 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
2910 | if (err < 0) | 2943 | if (err < 0) |
2911 | goto out_disable; | 2944 | goto out_disable; |
2912 | 2945 | ||
2946 | if (id->driver_data & (DEV_HAS_VLAN|DEV_HAS_MSI_X|DEV_HAS_POWER_CNTRL)) | ||
2947 | np->register_size = NV_PCI_REGSZ_VER2; | ||
2948 | else | ||
2949 | np->register_size = NV_PCI_REGSZ_VER1; | ||
2950 | |||
2913 | err = -EINVAL; | 2951 | err = -EINVAL; |
2914 | addr = 0; | 2952 | addr = 0; |
2915 | for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { | 2953 | for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { |
@@ -2918,7 +2956,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
2918 | pci_resource_len(pci_dev, i), | 2956 | pci_resource_len(pci_dev, i), |
2919 | pci_resource_flags(pci_dev, i)); | 2957 | pci_resource_flags(pci_dev, i)); |
2920 | if (pci_resource_flags(pci_dev, i) & IORESOURCE_MEM && | 2958 | if (pci_resource_flags(pci_dev, i) & IORESOURCE_MEM && |
2921 | pci_resource_len(pci_dev, i) >= NV_PCI_REGSZ) { | 2959 | pci_resource_len(pci_dev, i) >= np->register_size) { |
2922 | addr = pci_resource_start(pci_dev, i); | 2960 | addr = pci_resource_start(pci_dev, i); |
2923 | break; | 2961 | break; |
2924 | } | 2962 | } |
@@ -2929,6 +2967,9 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
2929 | goto out_relreg; | 2967 | goto out_relreg; |
2930 | } | 2968 | } |
2931 | 2969 | ||
2970 | /* copy of driver data */ | ||
2971 | np->driver_data = id->driver_data; | ||
2972 | |||
2932 | /* handle different descriptor versions */ | 2973 | /* handle different descriptor versions */ |
2933 | if (id->driver_data & DEV_HAS_HIGH_DMA) { | 2974 | if (id->driver_data & DEV_HAS_HIGH_DMA) { |
2934 | /* packet format 3: supports 40-bit addressing */ | 2975 | /* packet format 3: supports 40-bit addressing */ |
@@ -2986,7 +3027,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
2986 | } | 3027 | } |
2987 | 3028 | ||
2988 | err = -ENOMEM; | 3029 | err = -ENOMEM; |
2989 | np->base = ioremap(addr, NV_PCI_REGSZ); | 3030 | np->base = ioremap(addr, np->register_size); |
2990 | if (!np->base) | 3031 | if (!np->base) |
2991 | goto out_relreg; | 3032 | goto out_relreg; |
2992 | dev->base_addr = (unsigned long)np->base; | 3033 | dev->base_addr = (unsigned long)np->base; |
@@ -3062,6 +3103,20 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i | |||
3062 | writel(0, base + NvRegWakeUpFlags); | 3103 | writel(0, base + NvRegWakeUpFlags); |
3063 | np->wolenabled = 0; | 3104 | np->wolenabled = 0; |
3064 | 3105 | ||
3106 | if (id->driver_data & DEV_HAS_POWER_CNTRL) { | ||
3107 | u8 revision_id; | ||
3108 | pci_read_config_byte(pci_dev, PCI_REVISION_ID, &revision_id); | ||
3109 | |||
3110 | /* take phy and nic out of low power mode */ | ||
3111 | powerstate = readl(base + NvRegPowerState2); | ||
3112 | powerstate &= ~NVREG_POWERSTATE2_POWERUP_MASK; | ||
3113 | if ((id->device == PCI_DEVICE_ID_NVIDIA_NVENET_12 || | ||
3114 | id->device == PCI_DEVICE_ID_NVIDIA_NVENET_13) && | ||
3115 | revision_id >= 0xA3) | ||
3116 | powerstate |= NVREG_POWERSTATE2_POWERUP_REV_A3; | ||
3117 | writel(powerstate, base + NvRegPowerState2); | ||
3118 | } | ||
3119 | |||
3065 | if (np->desc_ver == DESC_VER_1) { | 3120 | if (np->desc_ver == DESC_VER_1) { |
3066 | np->tx_flags = NV_TX_VALID; | 3121 | np->tx_flags = NV_TX_VALID; |
3067 | } else { | 3122 | } else { |
@@ -3223,19 +3278,19 @@ static struct pci_device_id pci_tbl[] = { | |||
3223 | }, | 3278 | }, |
3224 | { /* MCP51 Ethernet Controller */ | 3279 | { /* MCP51 Ethernet Controller */ |
3225 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_12), | 3280 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_12), |
3226 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_HIGH_DMA, | 3281 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_HIGH_DMA|DEV_HAS_POWER_CNTRL, |
3227 | }, | 3282 | }, |
3228 | { /* MCP51 Ethernet Controller */ | 3283 | { /* MCP51 Ethernet Controller */ |
3229 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_13), | 3284 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_13), |
3230 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_HIGH_DMA, | 3285 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_HIGH_DMA|DEV_HAS_POWER_CNTRL, |
3231 | }, | 3286 | }, |
3232 | { /* MCP55 Ethernet Controller */ | 3287 | { /* MCP55 Ethernet Controller */ |
3233 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_14), | 3288 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_14), |
3234 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_VLAN|DEV_HAS_MSI|DEV_HAS_MSI_X, | 3289 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_VLAN|DEV_HAS_MSI|DEV_HAS_MSI_X|DEV_HAS_POWER_CNTRL, |
3235 | }, | 3290 | }, |
3236 | { /* MCP55 Ethernet Controller */ | 3291 | { /* MCP55 Ethernet Controller */ |
3237 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_15), | 3292 | PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_15), |
3238 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_VLAN|DEV_HAS_MSI|DEV_HAS_MSI_X, | 3293 | .driver_data = DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER|DEV_HAS_LARGEDESC|DEV_HAS_CHECKSUM|DEV_HAS_HIGH_DMA|DEV_HAS_VLAN|DEV_HAS_MSI|DEV_HAS_MSI_X|DEV_HAS_POWER_CNTRL, |
3239 | }, | 3294 | }, |
3240 | {0,}, | 3295 | {0,}, |
3241 | }; | 3296 | }; |
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c index 771e25d8c417..218d31764c52 100644 --- a/drivers/net/gianfar.c +++ b/drivers/net/gianfar.c | |||
@@ -210,7 +210,8 @@ static int gfar_probe(struct platform_device *pdev) | |||
210 | goto regs_fail; | 210 | goto regs_fail; |
211 | } | 211 | } |
212 | 212 | ||
213 | spin_lock_init(&priv->lock); | 213 | spin_lock_init(&priv->txlock); |
214 | spin_lock_init(&priv->rxlock); | ||
214 | 215 | ||
215 | platform_set_drvdata(pdev, dev); | 216 | platform_set_drvdata(pdev, dev); |
216 | 217 | ||
@@ -515,11 +516,13 @@ void stop_gfar(struct net_device *dev) | |||
515 | phy_stop(priv->phydev); | 516 | phy_stop(priv->phydev); |
516 | 517 | ||
517 | /* Lock it down */ | 518 | /* Lock it down */ |
518 | spin_lock_irqsave(&priv->lock, flags); | 519 | spin_lock_irqsave(&priv->txlock, flags); |
520 | spin_lock(&priv->rxlock); | ||
519 | 521 | ||
520 | gfar_halt(dev); | 522 | gfar_halt(dev); |
521 | 523 | ||
522 | spin_unlock_irqrestore(&priv->lock, flags); | 524 | spin_unlock(&priv->rxlock); |
525 | spin_unlock_irqrestore(&priv->txlock, flags); | ||
523 | 526 | ||
524 | /* Free the IRQs */ | 527 | /* Free the IRQs */ |
525 | if (priv->einfo->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) { | 528 | if (priv->einfo->device_flags & FSL_GIANFAR_DEV_HAS_MULTI_INTR) { |
@@ -605,14 +608,15 @@ void gfar_start(struct net_device *dev) | |||
605 | tempval |= DMACTRL_INIT_SETTINGS; | 608 | tempval |= DMACTRL_INIT_SETTINGS; |
606 | gfar_write(&priv->regs->dmactrl, tempval); | 609 | gfar_write(&priv->regs->dmactrl, tempval); |
607 | 610 | ||
608 | /* Clear THLT, so that the DMA starts polling now */ | ||
609 | gfar_write(®s->tstat, TSTAT_CLEAR_THALT); | ||
610 | |||
611 | /* Make sure we aren't stopped */ | 611 | /* Make sure we aren't stopped */ |
612 | tempval = gfar_read(&priv->regs->dmactrl); | 612 | tempval = gfar_read(&priv->regs->dmactrl); |
613 | tempval &= ~(DMACTRL_GRS | DMACTRL_GTS); | 613 | tempval &= ~(DMACTRL_GRS | DMACTRL_GTS); |
614 | gfar_write(&priv->regs->dmactrl, tempval); | 614 | gfar_write(&priv->regs->dmactrl, tempval); |
615 | 615 | ||
616 | /* Clear THLT/RHLT, so that the DMA starts polling now */ | ||
617 | gfar_write(®s->tstat, TSTAT_CLEAR_THALT); | ||
618 | gfar_write(®s->rstat, RSTAT_CLEAR_RHALT); | ||
619 | |||
616 | /* Unmask the interrupts we look for */ | 620 | /* Unmask the interrupts we look for */ |
617 | gfar_write(®s->imask, IMASK_DEFAULT); | 621 | gfar_write(®s->imask, IMASK_DEFAULT); |
618 | } | 622 | } |
@@ -928,12 +932,13 @@ static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
928 | struct txfcb *fcb = NULL; | 932 | struct txfcb *fcb = NULL; |
929 | struct txbd8 *txbdp; | 933 | struct txbd8 *txbdp; |
930 | u16 status; | 934 | u16 status; |
935 | unsigned long flags; | ||
931 | 936 | ||
932 | /* Update transmit stats */ | 937 | /* Update transmit stats */ |
933 | priv->stats.tx_bytes += skb->len; | 938 | priv->stats.tx_bytes += skb->len; |
934 | 939 | ||
935 | /* Lock priv now */ | 940 | /* Lock priv now */ |
936 | spin_lock_irq(&priv->lock); | 941 | spin_lock_irqsave(&priv->txlock, flags); |
937 | 942 | ||
938 | /* Point at the first free tx descriptor */ | 943 | /* Point at the first free tx descriptor */ |
939 | txbdp = priv->cur_tx; | 944 | txbdp = priv->cur_tx; |
@@ -1004,7 +1009,7 @@ static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1004 | gfar_write(&priv->regs->tstat, TSTAT_CLEAR_THALT); | 1009 | gfar_write(&priv->regs->tstat, TSTAT_CLEAR_THALT); |
1005 | 1010 | ||
1006 | /* Unlock priv */ | 1011 | /* Unlock priv */ |
1007 | spin_unlock_irq(&priv->lock); | 1012 | spin_unlock_irqrestore(&priv->txlock, flags); |
1008 | 1013 | ||
1009 | return 0; | 1014 | return 0; |
1010 | } | 1015 | } |
@@ -1049,7 +1054,7 @@ static void gfar_vlan_rx_register(struct net_device *dev, | |||
1049 | unsigned long flags; | 1054 | unsigned long flags; |
1050 | u32 tempval; | 1055 | u32 tempval; |
1051 | 1056 | ||
1052 | spin_lock_irqsave(&priv->lock, flags); | 1057 | spin_lock_irqsave(&priv->rxlock, flags); |
1053 | 1058 | ||
1054 | priv->vlgrp = grp; | 1059 | priv->vlgrp = grp; |
1055 | 1060 | ||
@@ -1076,7 +1081,7 @@ static void gfar_vlan_rx_register(struct net_device *dev, | |||
1076 | gfar_write(&priv->regs->rctrl, tempval); | 1081 | gfar_write(&priv->regs->rctrl, tempval); |
1077 | } | 1082 | } |
1078 | 1083 | ||
1079 | spin_unlock_irqrestore(&priv->lock, flags); | 1084 | spin_unlock_irqrestore(&priv->rxlock, flags); |
1080 | } | 1085 | } |
1081 | 1086 | ||
1082 | 1087 | ||
@@ -1085,12 +1090,12 @@ static void gfar_vlan_rx_kill_vid(struct net_device *dev, uint16_t vid) | |||
1085 | struct gfar_private *priv = netdev_priv(dev); | 1090 | struct gfar_private *priv = netdev_priv(dev); |
1086 | unsigned long flags; | 1091 | unsigned long flags; |
1087 | 1092 | ||
1088 | spin_lock_irqsave(&priv->lock, flags); | 1093 | spin_lock_irqsave(&priv->rxlock, flags); |
1089 | 1094 | ||
1090 | if (priv->vlgrp) | 1095 | if (priv->vlgrp) |
1091 | priv->vlgrp->vlan_devices[vid] = NULL; | 1096 | priv->vlgrp->vlan_devices[vid] = NULL; |
1092 | 1097 | ||
1093 | spin_unlock_irqrestore(&priv->lock, flags); | 1098 | spin_unlock_irqrestore(&priv->rxlock, flags); |
1094 | } | 1099 | } |
1095 | 1100 | ||
1096 | 1101 | ||
@@ -1179,7 +1184,7 @@ static irqreturn_t gfar_transmit(int irq, void *dev_id, struct pt_regs *regs) | |||
1179 | gfar_write(&priv->regs->ievent, IEVENT_TX_MASK); | 1184 | gfar_write(&priv->regs->ievent, IEVENT_TX_MASK); |
1180 | 1185 | ||
1181 | /* Lock priv */ | 1186 | /* Lock priv */ |
1182 | spin_lock(&priv->lock); | 1187 | spin_lock(&priv->txlock); |
1183 | bdp = priv->dirty_tx; | 1188 | bdp = priv->dirty_tx; |
1184 | while ((bdp->status & TXBD_READY) == 0) { | 1189 | while ((bdp->status & TXBD_READY) == 0) { |
1185 | /* If dirty_tx and cur_tx are the same, then either the */ | 1190 | /* If dirty_tx and cur_tx are the same, then either the */ |
@@ -1224,7 +1229,7 @@ static irqreturn_t gfar_transmit(int irq, void *dev_id, struct pt_regs *regs) | |||
1224 | else | 1229 | else |
1225 | gfar_write(&priv->regs->txic, 0); | 1230 | gfar_write(&priv->regs->txic, 0); |
1226 | 1231 | ||
1227 | spin_unlock(&priv->lock); | 1232 | spin_unlock(&priv->txlock); |
1228 | 1233 | ||
1229 | return IRQ_HANDLED; | 1234 | return IRQ_HANDLED; |
1230 | } | 1235 | } |
@@ -1305,9 +1310,10 @@ irqreturn_t gfar_receive(int irq, void *dev_id, struct pt_regs *regs) | |||
1305 | { | 1310 | { |
1306 | struct net_device *dev = (struct net_device *) dev_id; | 1311 | struct net_device *dev = (struct net_device *) dev_id; |
1307 | struct gfar_private *priv = netdev_priv(dev); | 1312 | struct gfar_private *priv = netdev_priv(dev); |
1308 | |||
1309 | #ifdef CONFIG_GFAR_NAPI | 1313 | #ifdef CONFIG_GFAR_NAPI |
1310 | u32 tempval; | 1314 | u32 tempval; |
1315 | #else | ||
1316 | unsigned long flags; | ||
1311 | #endif | 1317 | #endif |
1312 | 1318 | ||
1313 | /* Clear IEVENT, so rx interrupt isn't called again | 1319 | /* Clear IEVENT, so rx interrupt isn't called again |
@@ -1330,7 +1336,7 @@ irqreturn_t gfar_receive(int irq, void *dev_id, struct pt_regs *regs) | |||
1330 | } | 1336 | } |
1331 | #else | 1337 | #else |
1332 | 1338 | ||
1333 | spin_lock(&priv->lock); | 1339 | spin_lock_irqsave(&priv->rxlock, flags); |
1334 | gfar_clean_rx_ring(dev, priv->rx_ring_size); | 1340 | gfar_clean_rx_ring(dev, priv->rx_ring_size); |
1335 | 1341 | ||
1336 | /* If we are coalescing interrupts, update the timer */ | 1342 | /* If we are coalescing interrupts, update the timer */ |
@@ -1341,7 +1347,7 @@ irqreturn_t gfar_receive(int irq, void *dev_id, struct pt_regs *regs) | |||
1341 | else | 1347 | else |
1342 | gfar_write(&priv->regs->rxic, 0); | 1348 | gfar_write(&priv->regs->rxic, 0); |
1343 | 1349 | ||
1344 | spin_unlock(&priv->lock); | 1350 | spin_unlock_irqrestore(&priv->rxlock, flags); |
1345 | #endif | 1351 | #endif |
1346 | 1352 | ||
1347 | return IRQ_HANDLED; | 1353 | return IRQ_HANDLED; |
@@ -1490,13 +1496,6 @@ int gfar_clean_rx_ring(struct net_device *dev, int rx_work_limit) | |||
1490 | /* Update the current rxbd pointer to be the next one */ | 1496 | /* Update the current rxbd pointer to be the next one */ |
1491 | priv->cur_rx = bdp; | 1497 | priv->cur_rx = bdp; |
1492 | 1498 | ||
1493 | /* If no packets have arrived since the | ||
1494 | * last one we processed, clear the IEVENT RX and | ||
1495 | * BSY bits so that another interrupt won't be | ||
1496 | * generated when we set IMASK */ | ||
1497 | if (bdp->status & RXBD_EMPTY) | ||
1498 | gfar_write(&priv->regs->ievent, IEVENT_RX_MASK); | ||
1499 | |||
1500 | return howmany; | 1499 | return howmany; |
1501 | } | 1500 | } |
1502 | 1501 | ||
@@ -1516,7 +1515,7 @@ static int gfar_poll(struct net_device *dev, int *budget) | |||
1516 | rx_work_limit -= howmany; | 1515 | rx_work_limit -= howmany; |
1517 | *budget -= howmany; | 1516 | *budget -= howmany; |
1518 | 1517 | ||
1519 | if (rx_work_limit >= 0) { | 1518 | if (rx_work_limit > 0) { |
1520 | netif_rx_complete(dev); | 1519 | netif_rx_complete(dev); |
1521 | 1520 | ||
1522 | /* Clear the halt bit in RSTAT */ | 1521 | /* Clear the halt bit in RSTAT */ |
@@ -1533,7 +1532,8 @@ static int gfar_poll(struct net_device *dev, int *budget) | |||
1533 | gfar_write(&priv->regs->rxic, 0); | 1532 | gfar_write(&priv->regs->rxic, 0); |
1534 | } | 1533 | } |
1535 | 1534 | ||
1536 | return (rx_work_limit < 0) ? 1 : 0; | 1535 | /* Return 1 if there's more work to do */ |
1536 | return (rx_work_limit > 0) ? 0 : 1; | ||
1537 | } | 1537 | } |
1538 | #endif | 1538 | #endif |
1539 | 1539 | ||
@@ -1629,7 +1629,7 @@ static void adjust_link(struct net_device *dev) | |||
1629 | struct phy_device *phydev = priv->phydev; | 1629 | struct phy_device *phydev = priv->phydev; |
1630 | int new_state = 0; | 1630 | int new_state = 0; |
1631 | 1631 | ||
1632 | spin_lock_irqsave(&priv->lock, flags); | 1632 | spin_lock_irqsave(&priv->txlock, flags); |
1633 | if (phydev->link) { | 1633 | if (phydev->link) { |
1634 | u32 tempval = gfar_read(®s->maccfg2); | 1634 | u32 tempval = gfar_read(®s->maccfg2); |
1635 | u32 ecntrl = gfar_read(®s->ecntrl); | 1635 | u32 ecntrl = gfar_read(®s->ecntrl); |
@@ -1694,7 +1694,7 @@ static void adjust_link(struct net_device *dev) | |||
1694 | if (new_state && netif_msg_link(priv)) | 1694 | if (new_state && netif_msg_link(priv)) |
1695 | phy_print_status(phydev); | 1695 | phy_print_status(phydev); |
1696 | 1696 | ||
1697 | spin_unlock_irqrestore(&priv->lock, flags); | 1697 | spin_unlock_irqrestore(&priv->txlock, flags); |
1698 | } | 1698 | } |
1699 | 1699 | ||
1700 | /* Update the hash table based on the current list of multicast | 1700 | /* Update the hash table based on the current list of multicast |
diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h index d37d5401be6e..127c98cf3336 100644 --- a/drivers/net/gianfar.h +++ b/drivers/net/gianfar.h | |||
@@ -656,43 +656,62 @@ struct gfar { | |||
656 | * the buffer descriptor determines the actual condition. | 656 | * the buffer descriptor determines the actual condition. |
657 | */ | 657 | */ |
658 | struct gfar_private { | 658 | struct gfar_private { |
659 | /* pointers to arrays of skbuffs for tx and rx */ | 659 | /* Fields controlled by TX lock */ |
660 | spinlock_t txlock; | ||
661 | |||
662 | /* Pointer to the array of skbuffs */ | ||
660 | struct sk_buff ** tx_skbuff; | 663 | struct sk_buff ** tx_skbuff; |
661 | struct sk_buff ** rx_skbuff; | ||
662 | 664 | ||
663 | /* indices pointing to the next free sbk in skb arrays */ | 665 | /* next free skb in the array */ |
664 | u16 skb_curtx; | 666 | u16 skb_curtx; |
665 | u16 skb_currx; | ||
666 | 667 | ||
667 | /* index of the first skb which hasn't been transmitted | 668 | /* First skb in line to be transmitted */ |
668 | * yet. */ | ||
669 | u16 skb_dirtytx; | 669 | u16 skb_dirtytx; |
670 | 670 | ||
671 | /* Configuration info for the coalescing features */ | 671 | /* Configuration info for the coalescing features */ |
672 | unsigned char txcoalescing; | 672 | unsigned char txcoalescing; |
673 | unsigned short txcount; | 673 | unsigned short txcount; |
674 | unsigned short txtime; | 674 | unsigned short txtime; |
675 | |||
676 | /* Buffer descriptor pointers */ | ||
677 | struct txbd8 *tx_bd_base; /* First tx buffer descriptor */ | ||
678 | struct txbd8 *cur_tx; /* Next free ring entry */ | ||
679 | struct txbd8 *dirty_tx; /* First buffer in line | ||
680 | to be transmitted */ | ||
681 | unsigned int tx_ring_size; | ||
682 | |||
683 | /* RX Locked fields */ | ||
684 | spinlock_t rxlock; | ||
685 | |||
686 | /* skb array and index */ | ||
687 | struct sk_buff ** rx_skbuff; | ||
688 | u16 skb_currx; | ||
689 | |||
690 | /* RX Coalescing values */ | ||
675 | unsigned char rxcoalescing; | 691 | unsigned char rxcoalescing; |
676 | unsigned short rxcount; | 692 | unsigned short rxcount; |
677 | unsigned short rxtime; | 693 | unsigned short rxtime; |
678 | 694 | ||
679 | /* GFAR addresses */ | 695 | struct rxbd8 *rx_bd_base; /* First Rx buffers */ |
680 | struct rxbd8 *rx_bd_base; /* Base addresses of Rx and Tx Buffers */ | ||
681 | struct txbd8 *tx_bd_base; | ||
682 | struct rxbd8 *cur_rx; /* Next free rx ring entry */ | 696 | struct rxbd8 *cur_rx; /* Next free rx ring entry */ |
683 | struct txbd8 *cur_tx; /* Next free ring entry */ | 697 | |
684 | struct txbd8 *dirty_tx; /* The Ring entry to be freed. */ | 698 | /* RX parameters */ |
685 | struct gfar __iomem *regs; /* Pointer to the GFAR memory mapped Registers */ | 699 | unsigned int rx_ring_size; |
686 | u32 __iomem *hash_regs[16]; | ||
687 | int hash_width; | ||
688 | struct net_device_stats stats; /* linux network statistics */ | ||
689 | struct gfar_extra_stats extra_stats; | ||
690 | spinlock_t lock; | ||
691 | unsigned int rx_buffer_size; | 700 | unsigned int rx_buffer_size; |
692 | unsigned int rx_stash_size; | 701 | unsigned int rx_stash_size; |
693 | unsigned int rx_stash_index; | 702 | unsigned int rx_stash_index; |
694 | unsigned int tx_ring_size; | 703 | |
695 | unsigned int rx_ring_size; | 704 | struct vlan_group *vlgrp; |
705 | |||
706 | /* Unprotected fields */ | ||
707 | /* Pointer to the GFAR memory mapped Registers */ | ||
708 | struct gfar __iomem *regs; | ||
709 | |||
710 | /* Hash registers and their width */ | ||
711 | u32 __iomem *hash_regs[16]; | ||
712 | int hash_width; | ||
713 | |||
714 | /* global parameters */ | ||
696 | unsigned int fifo_threshold; | 715 | unsigned int fifo_threshold; |
697 | unsigned int fifo_starve; | 716 | unsigned int fifo_starve; |
698 | unsigned int fifo_starve_off; | 717 | unsigned int fifo_starve_off; |
@@ -702,13 +721,15 @@ struct gfar_private { | |||
702 | extended_hash:1, | 721 | extended_hash:1, |
703 | bd_stash_en:1; | 722 | bd_stash_en:1; |
704 | unsigned short padding; | 723 | unsigned short padding; |
705 | struct vlan_group *vlgrp; | 724 | |
706 | /* Info structure initialized by board setup code */ | ||
707 | unsigned int interruptTransmit; | 725 | unsigned int interruptTransmit; |
708 | unsigned int interruptReceive; | 726 | unsigned int interruptReceive; |
709 | unsigned int interruptError; | 727 | unsigned int interruptError; |
728 | |||
729 | /* info structure initialized by platform code */ | ||
710 | struct gianfar_platform_data *einfo; | 730 | struct gianfar_platform_data *einfo; |
711 | 731 | ||
732 | /* PHY stuff */ | ||
712 | struct phy_device *phydev; | 733 | struct phy_device *phydev; |
713 | struct mii_bus *mii_bus; | 734 | struct mii_bus *mii_bus; |
714 | int oldspeed; | 735 | int oldspeed; |
@@ -716,6 +737,10 @@ struct gfar_private { | |||
716 | int oldlink; | 737 | int oldlink; |
717 | 738 | ||
718 | uint32_t msg_enable; | 739 | uint32_t msg_enable; |
740 | |||
741 | /* Network Statistics */ | ||
742 | struct net_device_stats stats; | ||
743 | struct gfar_extra_stats extra_stats; | ||
719 | }; | 744 | }; |
720 | 745 | ||
721 | static inline u32 gfar_read(volatile unsigned __iomem *addr) | 746 | static inline u32 gfar_read(volatile unsigned __iomem *addr) |
diff --git a/drivers/net/gianfar_ethtool.c b/drivers/net/gianfar_ethtool.c index 5de7b2e259dc..d69698c695ef 100644 --- a/drivers/net/gianfar_ethtool.c +++ b/drivers/net/gianfar_ethtool.c | |||
@@ -455,10 +455,14 @@ static int gfar_sringparam(struct net_device *dev, struct ethtool_ringparam *rva | |||
455 | 455 | ||
456 | /* Halt TX and RX, and process the frames which | 456 | /* Halt TX and RX, and process the frames which |
457 | * have already been received */ | 457 | * have already been received */ |
458 | spin_lock_irqsave(&priv->lock, flags); | 458 | spin_lock_irqsave(&priv->txlock, flags); |
459 | spin_lock(&priv->rxlock); | ||
460 | |||
459 | gfar_halt(dev); | 461 | gfar_halt(dev); |
460 | gfar_clean_rx_ring(dev, priv->rx_ring_size); | 462 | gfar_clean_rx_ring(dev, priv->rx_ring_size); |
461 | spin_unlock_irqrestore(&priv->lock, flags); | 463 | |
464 | spin_unlock(&priv->rxlock); | ||
465 | spin_unlock_irqrestore(&priv->txlock, flags); | ||
462 | 466 | ||
463 | /* Now we take down the rings to rebuild them */ | 467 | /* Now we take down the rings to rebuild them */ |
464 | stop_gfar(dev); | 468 | stop_gfar(dev); |
@@ -488,10 +492,14 @@ static int gfar_set_rx_csum(struct net_device *dev, uint32_t data) | |||
488 | 492 | ||
489 | /* Halt TX and RX, and process the frames which | 493 | /* Halt TX and RX, and process the frames which |
490 | * have already been received */ | 494 | * have already been received */ |
491 | spin_lock_irqsave(&priv->lock, flags); | 495 | spin_lock_irqsave(&priv->txlock, flags); |
496 | spin_lock(&priv->rxlock); | ||
497 | |||
492 | gfar_halt(dev); | 498 | gfar_halt(dev); |
493 | gfar_clean_rx_ring(dev, priv->rx_ring_size); | 499 | gfar_clean_rx_ring(dev, priv->rx_ring_size); |
494 | spin_unlock_irqrestore(&priv->lock, flags); | 500 | |
501 | spin_unlock(&priv->rxlock); | ||
502 | spin_unlock_irqrestore(&priv->txlock, flags); | ||
495 | 503 | ||
496 | /* Now we take down the rings to rebuild them */ | 504 | /* Now we take down the rings to rebuild them */ |
497 | stop_gfar(dev); | 505 | stop_gfar(dev); |
@@ -523,7 +531,7 @@ static int gfar_set_tx_csum(struct net_device *dev, uint32_t data) | |||
523 | if (!(priv->einfo->device_flags & FSL_GIANFAR_DEV_HAS_CSUM)) | 531 | if (!(priv->einfo->device_flags & FSL_GIANFAR_DEV_HAS_CSUM)) |
524 | return -EOPNOTSUPP; | 532 | return -EOPNOTSUPP; |
525 | 533 | ||
526 | spin_lock_irqsave(&priv->lock, flags); | 534 | spin_lock_irqsave(&priv->txlock, flags); |
527 | gfar_halt(dev); | 535 | gfar_halt(dev); |
528 | 536 | ||
529 | if (data) | 537 | if (data) |
@@ -532,7 +540,7 @@ static int gfar_set_tx_csum(struct net_device *dev, uint32_t data) | |||
532 | dev->features &= ~NETIF_F_IP_CSUM; | 540 | dev->features &= ~NETIF_F_IP_CSUM; |
533 | 541 | ||
534 | gfar_start(dev); | 542 | gfar_start(dev); |
535 | spin_unlock_irqrestore(&priv->lock, flags); | 543 | spin_unlock_irqrestore(&priv->txlock, flags); |
536 | 544 | ||
537 | return 0; | 545 | return 0; |
538 | } | 546 | } |
diff --git a/drivers/net/gianfar_sysfs.c b/drivers/net/gianfar_sysfs.c index 51ef181b1368..a6d5c43199cb 100644 --- a/drivers/net/gianfar_sysfs.c +++ b/drivers/net/gianfar_sysfs.c | |||
@@ -82,7 +82,7 @@ static ssize_t gfar_set_bd_stash(struct class_device *cdev, | |||
82 | else | 82 | else |
83 | return count; | 83 | return count; |
84 | 84 | ||
85 | spin_lock_irqsave(&priv->lock, flags); | 85 | spin_lock_irqsave(&priv->rxlock, flags); |
86 | 86 | ||
87 | /* Set the new stashing value */ | 87 | /* Set the new stashing value */ |
88 | priv->bd_stash_en = new_setting; | 88 | priv->bd_stash_en = new_setting; |
@@ -96,7 +96,7 @@ static ssize_t gfar_set_bd_stash(struct class_device *cdev, | |||
96 | 96 | ||
97 | gfar_write(&priv->regs->attr, temp); | 97 | gfar_write(&priv->regs->attr, temp); |
98 | 98 | ||
99 | spin_unlock_irqrestore(&priv->lock, flags); | 99 | spin_unlock_irqrestore(&priv->rxlock, flags); |
100 | 100 | ||
101 | return count; | 101 | return count; |
102 | } | 102 | } |
@@ -118,7 +118,7 @@ static ssize_t gfar_set_rx_stash_size(struct class_device *cdev, | |||
118 | u32 temp; | 118 | u32 temp; |
119 | unsigned long flags; | 119 | unsigned long flags; |
120 | 120 | ||
121 | spin_lock_irqsave(&priv->lock, flags); | 121 | spin_lock_irqsave(&priv->rxlock, flags); |
122 | if (length > priv->rx_buffer_size) | 122 | if (length > priv->rx_buffer_size) |
123 | return count; | 123 | return count; |
124 | 124 | ||
@@ -142,7 +142,7 @@ static ssize_t gfar_set_rx_stash_size(struct class_device *cdev, | |||
142 | 142 | ||
143 | gfar_write(&priv->regs->attr, temp); | 143 | gfar_write(&priv->regs->attr, temp); |
144 | 144 | ||
145 | spin_unlock_irqrestore(&priv->lock, flags); | 145 | spin_unlock_irqrestore(&priv->rxlock, flags); |
146 | 146 | ||
147 | return count; | 147 | return count; |
148 | } | 148 | } |
@@ -166,7 +166,7 @@ static ssize_t gfar_set_rx_stash_index(struct class_device *cdev, | |||
166 | u32 temp; | 166 | u32 temp; |
167 | unsigned long flags; | 167 | unsigned long flags; |
168 | 168 | ||
169 | spin_lock_irqsave(&priv->lock, flags); | 169 | spin_lock_irqsave(&priv->rxlock, flags); |
170 | if (index > priv->rx_stash_size) | 170 | if (index > priv->rx_stash_size) |
171 | return count; | 171 | return count; |
172 | 172 | ||
@@ -180,7 +180,7 @@ static ssize_t gfar_set_rx_stash_index(struct class_device *cdev, | |||
180 | temp |= ATTRELI_EI(index); | 180 | temp |= ATTRELI_EI(index); |
181 | gfar_write(&priv->regs->attreli, flags); | 181 | gfar_write(&priv->regs->attreli, flags); |
182 | 182 | ||
183 | spin_unlock_irqrestore(&priv->lock, flags); | 183 | spin_unlock_irqrestore(&priv->rxlock, flags); |
184 | 184 | ||
185 | return count; | 185 | return count; |
186 | } | 186 | } |
@@ -205,7 +205,7 @@ static ssize_t gfar_set_fifo_threshold(struct class_device *cdev, | |||
205 | if (length > GFAR_MAX_FIFO_THRESHOLD) | 205 | if (length > GFAR_MAX_FIFO_THRESHOLD) |
206 | return count; | 206 | return count; |
207 | 207 | ||
208 | spin_lock_irqsave(&priv->lock, flags); | 208 | spin_lock_irqsave(&priv->txlock, flags); |
209 | 209 | ||
210 | priv->fifo_threshold = length; | 210 | priv->fifo_threshold = length; |
211 | 211 | ||
@@ -214,7 +214,7 @@ static ssize_t gfar_set_fifo_threshold(struct class_device *cdev, | |||
214 | temp |= length; | 214 | temp |= length; |
215 | gfar_write(&priv->regs->fifo_tx_thr, temp); | 215 | gfar_write(&priv->regs->fifo_tx_thr, temp); |
216 | 216 | ||
217 | spin_unlock_irqrestore(&priv->lock, flags); | 217 | spin_unlock_irqrestore(&priv->txlock, flags); |
218 | 218 | ||
219 | return count; | 219 | return count; |
220 | } | 220 | } |
@@ -240,7 +240,7 @@ static ssize_t gfar_set_fifo_starve(struct class_device *cdev, | |||
240 | if (num > GFAR_MAX_FIFO_STARVE) | 240 | if (num > GFAR_MAX_FIFO_STARVE) |
241 | return count; | 241 | return count; |
242 | 242 | ||
243 | spin_lock_irqsave(&priv->lock, flags); | 243 | spin_lock_irqsave(&priv->txlock, flags); |
244 | 244 | ||
245 | priv->fifo_starve = num; | 245 | priv->fifo_starve = num; |
246 | 246 | ||
@@ -249,7 +249,7 @@ static ssize_t gfar_set_fifo_starve(struct class_device *cdev, | |||
249 | temp |= num; | 249 | temp |= num; |
250 | gfar_write(&priv->regs->fifo_tx_starve, temp); | 250 | gfar_write(&priv->regs->fifo_tx_starve, temp); |
251 | 251 | ||
252 | spin_unlock_irqrestore(&priv->lock, flags); | 252 | spin_unlock_irqrestore(&priv->txlock, flags); |
253 | 253 | ||
254 | return count; | 254 | return count; |
255 | } | 255 | } |
@@ -274,7 +274,7 @@ static ssize_t gfar_set_fifo_starve_off(struct class_device *cdev, | |||
274 | if (num > GFAR_MAX_FIFO_STARVE_OFF) | 274 | if (num > GFAR_MAX_FIFO_STARVE_OFF) |
275 | return count; | 275 | return count; |
276 | 276 | ||
277 | spin_lock_irqsave(&priv->lock, flags); | 277 | spin_lock_irqsave(&priv->txlock, flags); |
278 | 278 | ||
279 | priv->fifo_starve_off = num; | 279 | priv->fifo_starve_off = num; |
280 | 280 | ||
@@ -283,7 +283,7 @@ static ssize_t gfar_set_fifo_starve_off(struct class_device *cdev, | |||
283 | temp |= num; | 283 | temp |= num; |
284 | gfar_write(&priv->regs->fifo_tx_starve_shutoff, temp); | 284 | gfar_write(&priv->regs->fifo_tx_starve_shutoff, temp); |
285 | 285 | ||
286 | spin_unlock_irqrestore(&priv->lock, flags); | 286 | spin_unlock_irqrestore(&priv->txlock, flags); |
287 | 287 | ||
288 | return count; | 288 | return count; |
289 | } | 289 | } |
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 67b0eab16589..227df9876a2c 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -51,7 +51,7 @@ | |||
51 | #include "sky2.h" | 51 | #include "sky2.h" |
52 | 52 | ||
53 | #define DRV_NAME "sky2" | 53 | #define DRV_NAME "sky2" |
54 | #define DRV_VERSION "1.1" | 54 | #define DRV_VERSION "1.2" |
55 | #define PFX DRV_NAME " " | 55 | #define PFX DRV_NAME " " |
56 | 56 | ||
57 | /* | 57 | /* |
@@ -925,8 +925,7 @@ static inline struct sk_buff *sky2_alloc_skb(unsigned int size, gfp_t gfp_mask) | |||
925 | skb = alloc_skb(size + RX_SKB_ALIGN, gfp_mask); | 925 | skb = alloc_skb(size + RX_SKB_ALIGN, gfp_mask); |
926 | if (likely(skb)) { | 926 | if (likely(skb)) { |
927 | unsigned long p = (unsigned long) skb->data; | 927 | unsigned long p = (unsigned long) skb->data; |
928 | skb_reserve(skb, | 928 | skb_reserve(skb, ALIGN(p, RX_SKB_ALIGN) - p); |
929 | ((p + RX_SKB_ALIGN - 1) & ~(RX_SKB_ALIGN - 1)) - p); | ||
930 | } | 929 | } |
931 | 930 | ||
932 | return skb; | 931 | return skb; |
@@ -1686,13 +1685,12 @@ static void sky2_tx_timeout(struct net_device *dev) | |||
1686 | } | 1685 | } |
1687 | 1686 | ||
1688 | 1687 | ||
1689 | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) | ||
1690 | /* Want receive buffer size to be multiple of 64 bits | 1688 | /* Want receive buffer size to be multiple of 64 bits |
1691 | * and incl room for vlan and truncation | 1689 | * and incl room for vlan and truncation |
1692 | */ | 1690 | */ |
1693 | static inline unsigned sky2_buf_size(int mtu) | 1691 | static inline unsigned sky2_buf_size(int mtu) |
1694 | { | 1692 | { |
1695 | return roundup(mtu + ETH_HLEN + VLAN_HLEN, 8) + 8; | 1693 | return ALIGN(mtu + ETH_HLEN + VLAN_HLEN, 8) + 8; |
1696 | } | 1694 | } |
1697 | 1695 | ||
1698 | static int sky2_change_mtu(struct net_device *dev, int new_mtu) | 1696 | static int sky2_change_mtu(struct net_device *dev, int new_mtu) |
@@ -2086,6 +2084,20 @@ static void sky2_descriptor_error(struct sky2_hw *hw, unsigned port, | |||
2086 | } | 2084 | } |
2087 | } | 2085 | } |
2088 | 2086 | ||
2087 | /* If idle then force a fake soft NAPI poll once a second | ||
2088 | * to work around cases where sharing an edge triggered interrupt. | ||
2089 | */ | ||
2090 | static void sky2_idle(unsigned long arg) | ||
2091 | { | ||
2092 | struct net_device *dev = (struct net_device *) arg; | ||
2093 | |||
2094 | local_irq_disable(); | ||
2095 | if (__netif_rx_schedule_prep(dev)) | ||
2096 | __netif_rx_schedule(dev); | ||
2097 | local_irq_enable(); | ||
2098 | } | ||
2099 | |||
2100 | |||
2089 | static int sky2_poll(struct net_device *dev0, int *budget) | 2101 | static int sky2_poll(struct net_device *dev0, int *budget) |
2090 | { | 2102 | { |
2091 | struct sky2_hw *hw = ((struct sky2_port *) netdev_priv(dev0))->hw; | 2103 | struct sky2_hw *hw = ((struct sky2_port *) netdev_priv(dev0))->hw; |
@@ -2093,6 +2105,7 @@ static int sky2_poll(struct net_device *dev0, int *budget) | |||
2093 | int work_done = 0; | 2105 | int work_done = 0; |
2094 | u32 status = sky2_read32(hw, B0_Y2_SP_EISR); | 2106 | u32 status = sky2_read32(hw, B0_Y2_SP_EISR); |
2095 | 2107 | ||
2108 | restart_poll: | ||
2096 | if (unlikely(status & ~Y2_IS_STAT_BMU)) { | 2109 | if (unlikely(status & ~Y2_IS_STAT_BMU)) { |
2097 | if (status & Y2_IS_HW_ERR) | 2110 | if (status & Y2_IS_HW_ERR) |
2098 | sky2_hw_intr(hw); | 2111 | sky2_hw_intr(hw); |
@@ -2123,7 +2136,7 @@ static int sky2_poll(struct net_device *dev0, int *budget) | |||
2123 | } | 2136 | } |
2124 | 2137 | ||
2125 | if (status & Y2_IS_STAT_BMU) { | 2138 | if (status & Y2_IS_STAT_BMU) { |
2126 | work_done = sky2_status_intr(hw, work_limit); | 2139 | work_done += sky2_status_intr(hw, work_limit - work_done); |
2127 | *budget -= work_done; | 2140 | *budget -= work_done; |
2128 | dev0->quota -= work_done; | 2141 | dev0->quota -= work_done; |
2129 | 2142 | ||
@@ -2133,9 +2146,24 @@ static int sky2_poll(struct net_device *dev0, int *budget) | |||
2133 | sky2_write32(hw, STAT_CTRL, SC_STAT_CLR_IRQ); | 2146 | sky2_write32(hw, STAT_CTRL, SC_STAT_CLR_IRQ); |
2134 | } | 2147 | } |
2135 | 2148 | ||
2136 | netif_rx_complete(dev0); | 2149 | mod_timer(&hw->idle_timer, jiffies + HZ); |
2150 | |||
2151 | local_irq_disable(); | ||
2152 | __netif_rx_complete(dev0); | ||
2137 | 2153 | ||
2138 | status = sky2_read32(hw, B0_Y2_SP_LISR); | 2154 | status = sky2_read32(hw, B0_Y2_SP_LISR); |
2155 | |||
2156 | if (unlikely(status)) { | ||
2157 | /* More work pending, try and keep going */ | ||
2158 | if (__netif_rx_schedule_prep(dev0)) { | ||
2159 | __netif_rx_reschedule(dev0, work_done); | ||
2160 | status = sky2_read32(hw, B0_Y2_SP_EISR); | ||
2161 | local_irq_enable(); | ||
2162 | goto restart_poll; | ||
2163 | } | ||
2164 | } | ||
2165 | |||
2166 | local_irq_enable(); | ||
2139 | return 0; | 2167 | return 0; |
2140 | } | 2168 | } |
2141 | 2169 | ||
@@ -2153,8 +2181,6 @@ static irqreturn_t sky2_intr(int irq, void *dev_id, struct pt_regs *regs) | |||
2153 | prefetch(&hw->st_le[hw->st_idx]); | 2181 | prefetch(&hw->st_le[hw->st_idx]); |
2154 | if (likely(__netif_rx_schedule_prep(dev0))) | 2182 | if (likely(__netif_rx_schedule_prep(dev0))) |
2155 | __netif_rx_schedule(dev0); | 2183 | __netif_rx_schedule(dev0); |
2156 | else | ||
2157 | printk(KERN_DEBUG PFX "irq race detected\n"); | ||
2158 | 2184 | ||
2159 | return IRQ_HANDLED; | 2185 | return IRQ_HANDLED; |
2160 | } | 2186 | } |
@@ -2193,7 +2219,7 @@ static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) | |||
2193 | } | 2219 | } |
2194 | 2220 | ||
2195 | 2221 | ||
2196 | static int sky2_reset(struct sky2_hw *hw) | 2222 | static int __devinit sky2_reset(struct sky2_hw *hw) |
2197 | { | 2223 | { |
2198 | u16 status; | 2224 | u16 status; |
2199 | u8 t8, pmd_type; | 2225 | u8 t8, pmd_type; |
@@ -3276,6 +3302,8 @@ static int __devinit sky2_probe(struct pci_dev *pdev, | |||
3276 | 3302 | ||
3277 | sky2_write32(hw, B0_IMSK, Y2_IS_BASE); | 3303 | sky2_write32(hw, B0_IMSK, Y2_IS_BASE); |
3278 | 3304 | ||
3305 | setup_timer(&hw->idle_timer, sky2_idle, (unsigned long) dev); | ||
3306 | |||
3279 | pci_set_drvdata(pdev, hw); | 3307 | pci_set_drvdata(pdev, hw); |
3280 | 3308 | ||
3281 | return 0; | 3309 | return 0; |
@@ -3311,13 +3339,15 @@ static void __devexit sky2_remove(struct pci_dev *pdev) | |||
3311 | if (!hw) | 3339 | if (!hw) |
3312 | return; | 3340 | return; |
3313 | 3341 | ||
3342 | del_timer_sync(&hw->idle_timer); | ||
3343 | |||
3344 | sky2_write32(hw, B0_IMSK, 0); | ||
3314 | dev0 = hw->dev[0]; | 3345 | dev0 = hw->dev[0]; |
3315 | dev1 = hw->dev[1]; | 3346 | dev1 = hw->dev[1]; |
3316 | if (dev1) | 3347 | if (dev1) |
3317 | unregister_netdev(dev1); | 3348 | unregister_netdev(dev1); |
3318 | unregister_netdev(dev0); | 3349 | unregister_netdev(dev0); |
3319 | 3350 | ||
3320 | sky2_write32(hw, B0_IMSK, 0); | ||
3321 | sky2_set_power_state(hw, PCI_D3hot); | 3351 | sky2_set_power_state(hw, PCI_D3hot); |
3322 | sky2_write16(hw, B0_Y2LED, LED_STAT_OFF); | 3352 | sky2_write16(hw, B0_Y2LED, LED_STAT_OFF); |
3323 | sky2_write8(hw, B0_CTST, CS_RST_SET); | 3353 | sky2_write8(hw, B0_CTST, CS_RST_SET); |
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 89dd18cd12f0..b026f5653f04 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
@@ -1880,6 +1880,8 @@ struct sky2_hw { | |||
1880 | struct sky2_status_le *st_le; | 1880 | struct sky2_status_le *st_le; |
1881 | u32 st_idx; | 1881 | u32 st_idx; |
1882 | dma_addr_t st_dma; | 1882 | dma_addr_t st_dma; |
1883 | |||
1884 | struct timer_list idle_timer; | ||
1883 | int msi_detected; | 1885 | int msi_detected; |
1884 | wait_queue_head_t msi_wait; | 1886 | wait_queue_head_t msi_wait; |
1885 | }; | 1887 | }; |
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_dma.h b/drivers/net/wireless/bcm43xx/bcm43xx_dma.h index 2d520e4b0276..b7d77638ba8c 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_dma.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_dma.h | |||
@@ -213,6 +213,14 @@ static inline | |||
213 | void bcm43xx_dma_rx(struct bcm43xx_dmaring *ring) | 213 | void bcm43xx_dma_rx(struct bcm43xx_dmaring *ring) |
214 | { | 214 | { |
215 | } | 215 | } |
216 | static inline | ||
217 | void bcm43xx_dma_tx_suspend(struct bcm43xx_dmaring *ring) | ||
218 | { | ||
219 | } | ||
220 | static inline | ||
221 | void bcm43xx_dma_tx_resume(struct bcm43xx_dmaring *ring) | ||
222 | { | ||
223 | } | ||
216 | 224 | ||
217 | #endif /* CONFIG_BCM43XX_DMA */ | 225 | #endif /* CONFIG_BCM43XX_DMA */ |
218 | #endif /* BCM43xx_DMA_H_ */ | 226 | #endif /* BCM43xx_DMA_H_ */ |
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_pio.c b/drivers/net/wireless/bcm43xx/bcm43xx_pio.c index c59ddd40680d..0aa1bd269a25 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_pio.c +++ b/drivers/net/wireless/bcm43xx/bcm43xx_pio.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "bcm43xx_pio.h" | 27 | #include "bcm43xx_pio.h" |
28 | #include "bcm43xx_main.h" | 28 | #include "bcm43xx_main.h" |
29 | #include "bcm43xx_xmit.h" | 29 | #include "bcm43xx_xmit.h" |
30 | #include "bcm43xx_power.h" | ||
30 | 31 | ||
31 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
32 | 33 | ||
@@ -44,10 +45,10 @@ static void tx_octet(struct bcm43xx_pioqueue *queue, | |||
44 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, | 45 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, |
45 | octet); | 46 | octet); |
46 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | 47 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, |
47 | BCM43xx_PIO_TXCTL_WRITEHI); | 48 | BCM43xx_PIO_TXCTL_WRITELO); |
48 | } else { | 49 | } else { |
49 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | 50 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, |
50 | BCM43xx_PIO_TXCTL_WRITEHI); | 51 | BCM43xx_PIO_TXCTL_WRITELO); |
51 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, | 52 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, |
52 | octet); | 53 | octet); |
53 | } | 54 | } |
@@ -103,7 +104,7 @@ static void tx_complete(struct bcm43xx_pioqueue *queue, | |||
103 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, | 104 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXDATA, |
104 | skb->data[skb->len - 1]); | 105 | skb->data[skb->len - 1]); |
105 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | 106 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, |
106 | BCM43xx_PIO_TXCTL_WRITEHI | | 107 | BCM43xx_PIO_TXCTL_WRITELO | |
107 | BCM43xx_PIO_TXCTL_COMPLETE); | 108 | BCM43xx_PIO_TXCTL_COMPLETE); |
108 | } else { | 109 | } else { |
109 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | 110 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, |
@@ -112,9 +113,10 @@ static void tx_complete(struct bcm43xx_pioqueue *queue, | |||
112 | } | 113 | } |
113 | 114 | ||
114 | static u16 generate_cookie(struct bcm43xx_pioqueue *queue, | 115 | static u16 generate_cookie(struct bcm43xx_pioqueue *queue, |
115 | int packetindex) | 116 | struct bcm43xx_pio_txpacket *packet) |
116 | { | 117 | { |
117 | u16 cookie = 0x0000; | 118 | u16 cookie = 0x0000; |
119 | int packetindex; | ||
118 | 120 | ||
119 | /* We use the upper 4 bits for the PIO | 121 | /* We use the upper 4 bits for the PIO |
120 | * controller ID and the lower 12 bits | 122 | * controller ID and the lower 12 bits |
@@ -135,6 +137,7 @@ static u16 generate_cookie(struct bcm43xx_pioqueue *queue, | |||
135 | default: | 137 | default: |
136 | assert(0); | 138 | assert(0); |
137 | } | 139 | } |
140 | packetindex = pio_txpacket_getindex(packet); | ||
138 | assert(((u16)packetindex & 0xF000) == 0x0000); | 141 | assert(((u16)packetindex & 0xF000) == 0x0000); |
139 | cookie |= (u16)packetindex; | 142 | cookie |= (u16)packetindex; |
140 | 143 | ||
@@ -184,7 +187,7 @@ static void pio_tx_write_fragment(struct bcm43xx_pioqueue *queue, | |||
184 | bcm43xx_generate_txhdr(queue->bcm, | 187 | bcm43xx_generate_txhdr(queue->bcm, |
185 | &txhdr, skb->data, skb->len, | 188 | &txhdr, skb->data, skb->len, |
186 | (packet->xmitted_frags == 0), | 189 | (packet->xmitted_frags == 0), |
187 | generate_cookie(queue, pio_txpacket_getindex(packet))); | 190 | generate_cookie(queue, packet)); |
188 | 191 | ||
189 | tx_start(queue); | 192 | tx_start(queue); |
190 | octets = skb->len + sizeof(txhdr); | 193 | octets = skb->len + sizeof(txhdr); |
@@ -241,7 +244,7 @@ static int pio_tx_packet(struct bcm43xx_pio_txpacket *packet) | |||
241 | queue->tx_devq_packets++; | 244 | queue->tx_devq_packets++; |
242 | queue->tx_devq_used += octets; | 245 | queue->tx_devq_used += octets; |
243 | 246 | ||
244 | assert(packet->xmitted_frags <= packet->txb->nr_frags); | 247 | assert(packet->xmitted_frags < packet->txb->nr_frags); |
245 | packet->xmitted_frags++; | 248 | packet->xmitted_frags++; |
246 | packet->xmitted_octets += octets; | 249 | packet->xmitted_octets += octets; |
247 | } | 250 | } |
@@ -257,8 +260,14 @@ static void tx_tasklet(unsigned long d) | |||
257 | unsigned long flags; | 260 | unsigned long flags; |
258 | struct bcm43xx_pio_txpacket *packet, *tmp_packet; | 261 | struct bcm43xx_pio_txpacket *packet, *tmp_packet; |
259 | int err; | 262 | int err; |
263 | u16 txctl; | ||
260 | 264 | ||
261 | bcm43xx_lock_mmio(bcm, flags); | 265 | bcm43xx_lock_mmio(bcm, flags); |
266 | |||
267 | txctl = bcm43xx_pio_read(queue, BCM43xx_PIO_TXCTL); | ||
268 | if (txctl & BCM43xx_PIO_TXCTL_SUSPEND) | ||
269 | goto out_unlock; | ||
270 | |||
262 | list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) { | 271 | list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) { |
263 | assert(packet->xmitted_frags < packet->txb->nr_frags); | 272 | assert(packet->xmitted_frags < packet->txb->nr_frags); |
264 | if (packet->xmitted_frags == 0) { | 273 | if (packet->xmitted_frags == 0) { |
@@ -288,6 +297,7 @@ static void tx_tasklet(unsigned long d) | |||
288 | next_packet: | 297 | next_packet: |
289 | continue; | 298 | continue; |
290 | } | 299 | } |
300 | out_unlock: | ||
291 | bcm43xx_unlock_mmio(bcm, flags); | 301 | bcm43xx_unlock_mmio(bcm, flags); |
292 | } | 302 | } |
293 | 303 | ||
@@ -330,12 +340,19 @@ struct bcm43xx_pioqueue * bcm43xx_setup_pioqueue(struct bcm43xx_private *bcm, | |||
330 | (unsigned long)queue); | 340 | (unsigned long)queue); |
331 | 341 | ||
332 | value = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD); | 342 | value = bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD); |
333 | value |= BCM43xx_SBF_XFER_REG_BYTESWAP; | 343 | value &= ~BCM43xx_SBF_XFER_REG_BYTESWAP; |
334 | bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, value); | 344 | bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, value); |
335 | 345 | ||
336 | qsize = bcm43xx_read16(bcm, queue->mmio_base + BCM43xx_PIO_TXQBUFSIZE); | 346 | qsize = bcm43xx_read16(bcm, queue->mmio_base + BCM43xx_PIO_TXQBUFSIZE); |
347 | if (qsize == 0) { | ||
348 | printk(KERN_ERR PFX "ERROR: This card does not support PIO " | ||
349 | "operation mode. Please use DMA mode " | ||
350 | "(module parameter pio=0).\n"); | ||
351 | goto err_freequeue; | ||
352 | } | ||
337 | if (qsize <= BCM43xx_PIO_TXQADJUST) { | 353 | if (qsize <= BCM43xx_PIO_TXQADJUST) { |
338 | printk(KERN_ERR PFX "PIO tx device-queue too small (%u)\n", qsize); | 354 | printk(KERN_ERR PFX "PIO tx device-queue too small (%u)\n", |
355 | qsize); | ||
339 | goto err_freequeue; | 356 | goto err_freequeue; |
340 | } | 357 | } |
341 | qsize -= BCM43xx_PIO_TXQADJUST; | 358 | qsize -= BCM43xx_PIO_TXQADJUST; |
@@ -444,15 +461,10 @@ int bcm43xx_pio_tx(struct bcm43xx_private *bcm, | |||
444 | { | 461 | { |
445 | struct bcm43xx_pioqueue *queue = bcm43xx_current_pio(bcm)->queue1; | 462 | struct bcm43xx_pioqueue *queue = bcm43xx_current_pio(bcm)->queue1; |
446 | struct bcm43xx_pio_txpacket *packet; | 463 | struct bcm43xx_pio_txpacket *packet; |
447 | u16 tmp; | ||
448 | 464 | ||
449 | assert(!queue->tx_suspended); | 465 | assert(!queue->tx_suspended); |
450 | assert(!list_empty(&queue->txfree)); | 466 | assert(!list_empty(&queue->txfree)); |
451 | 467 | ||
452 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_TXCTL); | ||
453 | if (tmp & BCM43xx_PIO_TXCTL_SUSPEND) | ||
454 | return -EBUSY; | ||
455 | |||
456 | packet = list_entry(queue->txfree.next, struct bcm43xx_pio_txpacket, list); | 468 | packet = list_entry(queue->txfree.next, struct bcm43xx_pio_txpacket, list); |
457 | packet->txb = txb; | 469 | packet->txb = txb; |
458 | packet->xmitted_frags = 0; | 470 | packet->xmitted_frags = 0; |
@@ -462,7 +474,7 @@ int bcm43xx_pio_tx(struct bcm43xx_private *bcm, | |||
462 | assert(queue->nr_txfree < BCM43xx_PIO_MAXTXPACKETS); | 474 | assert(queue->nr_txfree < BCM43xx_PIO_MAXTXPACKETS); |
463 | 475 | ||
464 | /* Suspend TX, if we are out of packets in the "free" queue. */ | 476 | /* Suspend TX, if we are out of packets in the "free" queue. */ |
465 | if (unlikely(list_empty(&queue->txfree))) { | 477 | if (list_empty(&queue->txfree)) { |
466 | netif_stop_queue(queue->bcm->net_dev); | 478 | netif_stop_queue(queue->bcm->net_dev); |
467 | queue->tx_suspended = 1; | 479 | queue->tx_suspended = 1; |
468 | } | 480 | } |
@@ -480,15 +492,15 @@ void bcm43xx_pio_handle_xmitstatus(struct bcm43xx_private *bcm, | |||
480 | 492 | ||
481 | queue = parse_cookie(bcm, status->cookie, &packet); | 493 | queue = parse_cookie(bcm, status->cookie, &packet); |
482 | assert(queue); | 494 | assert(queue); |
483 | //TODO | 495 | |
484 | if (!queue) | ||
485 | return; | ||
486 | free_txpacket(packet, 1); | 496 | free_txpacket(packet, 1); |
487 | if (unlikely(queue->tx_suspended)) { | 497 | if (queue->tx_suspended) { |
488 | queue->tx_suspended = 0; | 498 | queue->tx_suspended = 0; |
489 | netif_wake_queue(queue->bcm->net_dev); | 499 | netif_wake_queue(queue->bcm->net_dev); |
490 | } | 500 | } |
491 | /* If there are packets on the txqueue, poke the tasklet. */ | 501 | /* If there are packets on the txqueue, poke the tasklet |
502 | * to transmit them. | ||
503 | */ | ||
492 | if (!list_empty(&queue->txqueue)) | 504 | if (!list_empty(&queue->txqueue)) |
493 | tasklet_schedule(&queue->txtask); | 505 | tasklet_schedule(&queue->txtask); |
494 | } | 506 | } |
@@ -519,12 +531,9 @@ void bcm43xx_pio_rx(struct bcm43xx_pioqueue *queue) | |||
519 | int i, preamble_readwords; | 531 | int i, preamble_readwords; |
520 | struct sk_buff *skb; | 532 | struct sk_buff *skb; |
521 | 533 | ||
522 | return; | ||
523 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXCTL); | 534 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXCTL); |
524 | if (!(tmp & BCM43xx_PIO_RXCTL_DATAAVAILABLE)) { | 535 | if (!(tmp & BCM43xx_PIO_RXCTL_DATAAVAILABLE)) |
525 | dprintkl(KERN_ERR PFX "PIO RX: No data available\n");//TODO: remove this printk. | ||
526 | return; | 536 | return; |
527 | } | ||
528 | bcm43xx_pio_write(queue, BCM43xx_PIO_RXCTL, | 537 | bcm43xx_pio_write(queue, BCM43xx_PIO_RXCTL, |
529 | BCM43xx_PIO_RXCTL_DATAAVAILABLE); | 538 | BCM43xx_PIO_RXCTL_DATAAVAILABLE); |
530 | 539 | ||
@@ -538,8 +547,7 @@ return; | |||
538 | return; | 547 | return; |
539 | data_ready: | 548 | data_ready: |
540 | 549 | ||
541 | //FIXME: endianess in this function. | 550 | len = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); |
542 | len = le16_to_cpu(bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA)); | ||
543 | if (unlikely(len > 0x700)) { | 551 | if (unlikely(len > 0x700)) { |
544 | pio_rx_error(queue, 0, "len > 0x700"); | 552 | pio_rx_error(queue, 0, "len > 0x700"); |
545 | return; | 553 | return; |
@@ -555,7 +563,7 @@ data_ready: | |||
555 | preamble_readwords = 18 / sizeof(u16); | 563 | preamble_readwords = 18 / sizeof(u16); |
556 | for (i = 0; i < preamble_readwords; i++) { | 564 | for (i = 0; i < preamble_readwords; i++) { |
557 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); | 565 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); |
558 | preamble[i + 1] = cpu_to_be16(tmp);//FIXME? | 566 | preamble[i + 1] = cpu_to_le16(tmp); |
559 | } | 567 | } |
560 | rxhdr = (struct bcm43xx_rxhdr *)preamble; | 568 | rxhdr = (struct bcm43xx_rxhdr *)preamble; |
561 | rxflags2 = le16_to_cpu(rxhdr->flags2); | 569 | rxflags2 = le16_to_cpu(rxhdr->flags2); |
@@ -591,16 +599,40 @@ data_ready: | |||
591 | } | 599 | } |
592 | skb_put(skb, len); | 600 | skb_put(skb, len); |
593 | for (i = 0; i < len - 1; i += 2) { | 601 | for (i = 0; i < len - 1; i += 2) { |
594 | tmp = cpu_to_be16(bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA)); | 602 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); |
595 | *((u16 *)(skb->data + i)) = tmp; | 603 | *((u16 *)(skb->data + i)) = cpu_to_le16(tmp); |
596 | } | 604 | } |
597 | if (len % 2) { | 605 | if (len % 2) { |
598 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); | 606 | tmp = bcm43xx_pio_read(queue, BCM43xx_PIO_RXDATA); |
599 | skb->data[len - 1] = (tmp & 0x00FF); | 607 | skb->data[len - 1] = (tmp & 0x00FF); |
608 | /* The specs say the following is required, but | ||
609 | * it is wrong and corrupts the PLCP. If we don't do | ||
610 | * this, the PLCP seems to be correct. So ifdef it out for now. | ||
611 | */ | ||
612 | #if 0 | ||
600 | if (rxflags2 & BCM43xx_RXHDR_FLAGS2_TYPE2FRAME) | 613 | if (rxflags2 & BCM43xx_RXHDR_FLAGS2_TYPE2FRAME) |
601 | skb->data[0x20] = (tmp & 0xFF00) >> 8; | 614 | skb->data[2] = (tmp & 0xFF00) >> 8; |
602 | else | 615 | else |
603 | skb->data[0x1E] = (tmp & 0xFF00) >> 8; | 616 | skb->data[0] = (tmp & 0xFF00) >> 8; |
617 | #endif | ||
604 | } | 618 | } |
619 | skb_trim(skb, len - IEEE80211_FCS_LEN); | ||
605 | bcm43xx_rx(queue->bcm, skb, rxhdr); | 620 | bcm43xx_rx(queue->bcm, skb, rxhdr); |
606 | } | 621 | } |
622 | |||
623 | void bcm43xx_pio_tx_suspend(struct bcm43xx_pioqueue *queue) | ||
624 | { | ||
625 | bcm43xx_power_saving_ctl_bits(queue->bcm, -1, 1); | ||
626 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | ||
627 | bcm43xx_pio_read(queue, BCM43xx_PIO_TXCTL) | ||
628 | | BCM43xx_PIO_TXCTL_SUSPEND); | ||
629 | } | ||
630 | |||
631 | void bcm43xx_pio_tx_resume(struct bcm43xx_pioqueue *queue) | ||
632 | { | ||
633 | bcm43xx_pio_write(queue, BCM43xx_PIO_TXCTL, | ||
634 | bcm43xx_pio_read(queue, BCM43xx_PIO_TXCTL) | ||
635 | & ~BCM43xx_PIO_TXCTL_SUSPEND); | ||
636 | bcm43xx_power_saving_ctl_bits(queue->bcm, -1, -1); | ||
637 | tasklet_schedule(&queue->txtask); | ||
638 | } | ||
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_pio.h b/drivers/net/wireless/bcm43xx/bcm43xx_pio.h index 970627bc1769..dfc78209e3a3 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_pio.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_pio.h | |||
@@ -14,8 +14,8 @@ | |||
14 | #define BCM43xx_PIO_RXCTL 0x08 | 14 | #define BCM43xx_PIO_RXCTL 0x08 |
15 | #define BCM43xx_PIO_RXDATA 0x0A | 15 | #define BCM43xx_PIO_RXDATA 0x0A |
16 | 16 | ||
17 | #define BCM43xx_PIO_TXCTL_WRITEHI (1 << 0) | 17 | #define BCM43xx_PIO_TXCTL_WRITELO (1 << 0) |
18 | #define BCM43xx_PIO_TXCTL_WRITELO (1 << 1) | 18 | #define BCM43xx_PIO_TXCTL_WRITEHI (1 << 1) |
19 | #define BCM43xx_PIO_TXCTL_COMPLETE (1 << 2) | 19 | #define BCM43xx_PIO_TXCTL_COMPLETE (1 << 2) |
20 | #define BCM43xx_PIO_TXCTL_INIT (1 << 3) | 20 | #define BCM43xx_PIO_TXCTL_INIT (1 << 3) |
21 | #define BCM43xx_PIO_TXCTL_SUSPEND (1 << 7) | 21 | #define BCM43xx_PIO_TXCTL_SUSPEND (1 << 7) |
@@ -95,6 +95,7 @@ void bcm43xx_pio_write(struct bcm43xx_pioqueue *queue, | |||
95 | u16 offset, u16 value) | 95 | u16 offset, u16 value) |
96 | { | 96 | { |
97 | bcm43xx_write16(queue->bcm, queue->mmio_base + offset, value); | 97 | bcm43xx_write16(queue->bcm, queue->mmio_base + offset, value); |
98 | mmiowb(); | ||
98 | } | 99 | } |
99 | 100 | ||
100 | 101 | ||
@@ -107,6 +108,9 @@ void bcm43xx_pio_handle_xmitstatus(struct bcm43xx_private *bcm, | |||
107 | struct bcm43xx_xmitstatus *status); | 108 | struct bcm43xx_xmitstatus *status); |
108 | void bcm43xx_pio_rx(struct bcm43xx_pioqueue *queue); | 109 | void bcm43xx_pio_rx(struct bcm43xx_pioqueue *queue); |
109 | 110 | ||
111 | void bcm43xx_pio_tx_suspend(struct bcm43xx_pioqueue *queue); | ||
112 | void bcm43xx_pio_tx_resume(struct bcm43xx_pioqueue *queue); | ||
113 | |||
110 | #else /* CONFIG_BCM43XX_PIO */ | 114 | #else /* CONFIG_BCM43XX_PIO */ |
111 | 115 | ||
112 | static inline | 116 | static inline |
@@ -133,6 +137,14 @@ static inline | |||
133 | void bcm43xx_pio_rx(struct bcm43xx_pioqueue *queue) | 137 | void bcm43xx_pio_rx(struct bcm43xx_pioqueue *queue) |
134 | { | 138 | { |
135 | } | 139 | } |
140 | static inline | ||
141 | void bcm43xx_pio_tx_suspend(struct bcm43xx_pioqueue *queue) | ||
142 | { | ||
143 | } | ||
144 | static inline | ||
145 | void bcm43xx_pio_tx_resume(struct bcm43xx_pioqueue *queue) | ||
146 | { | ||
147 | } | ||
136 | 148 | ||
137 | #endif /* CONFIG_BCM43XX_PIO */ | 149 | #endif /* CONFIG_BCM43XX_PIO */ |
138 | #endif /* BCM43xx_PIO_H_ */ | 150 | #endif /* BCM43xx_PIO_H_ */ |
diff --git a/drivers/net/wireless/hostap/hostap_ioctl.c b/drivers/net/wireless/hostap/hostap_ioctl.c index 8b37e824dfcb..8399de581893 100644 --- a/drivers/net/wireless/hostap/hostap_ioctl.c +++ b/drivers/net/wireless/hostap/hostap_ioctl.c | |||
@@ -1860,7 +1860,7 @@ static char * __prism2_translate_scan(local_info_t *local, | |||
1860 | memset(&iwe, 0, sizeof(iwe)); | 1860 | memset(&iwe, 0, sizeof(iwe)); |
1861 | iwe.cmd = SIOCGIWFREQ; | 1861 | iwe.cmd = SIOCGIWFREQ; |
1862 | if (scan) { | 1862 | if (scan) { |
1863 | chan = scan->chid; | 1863 | chan = le16_to_cpu(scan->chid); |
1864 | } else if (bss) { | 1864 | } else if (bss) { |
1865 | chan = bss->chan; | 1865 | chan = bss->chan; |
1866 | } else { | 1866 | } else { |
@@ -1868,7 +1868,7 @@ static char * __prism2_translate_scan(local_info_t *local, | |||
1868 | } | 1868 | } |
1869 | 1869 | ||
1870 | if (chan > 0) { | 1870 | if (chan > 0) { |
1871 | iwe.u.freq.m = freq_list[le16_to_cpu(chan - 1)] * 100000; | 1871 | iwe.u.freq.m = freq_list[chan - 1] * 100000; |
1872 | iwe.u.freq.e = 1; | 1872 | iwe.u.freq.e = 1; |
1873 | current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, | 1873 | current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, |
1874 | IW_EV_FREQ_LEN); | 1874 | IW_EV_FREQ_LEN); |
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 2087a397ef16..9855c4c920b8 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c | |||
@@ -793,8 +793,10 @@ static int msix_capability_init(struct pci_dev *dev, | |||
793 | if (!entry) | 793 | if (!entry) |
794 | break; | 794 | break; |
795 | vector = get_msi_vector(dev); | 795 | vector = get_msi_vector(dev); |
796 | if (vector < 0) | 796 | if (vector < 0) { |
797 | kmem_cache_free(msi_cachep, entry); | ||
797 | break; | 798 | break; |
799 | } | ||
798 | 800 | ||
799 | j = entries[i].entry; | 801 | j = entries[i].entry; |
800 | entries[i].vector = vector; | 802 | entries[i].vector = vector; |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index c42ae2cf8d64..19e2b174d33c 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -642,13 +642,15 @@ static void quirk_via_irq(struct pci_dev *dev) | |||
642 | new_irq = dev->irq & 0xf; | 642 | new_irq = dev->irq & 0xf; |
643 | pci_read_config_byte(dev, PCI_INTERRUPT_LINE, &irq); | 643 | pci_read_config_byte(dev, PCI_INTERRUPT_LINE, &irq); |
644 | if (new_irq != irq) { | 644 | if (new_irq != irq) { |
645 | printk(KERN_INFO "PCI: Via IRQ fixup for %s, from %d to %d\n", | 645 | printk(KERN_INFO "PCI: VIA IRQ fixup for %s, from %d to %d\n", |
646 | pci_name(dev), irq, new_irq); | 646 | pci_name(dev), irq, new_irq); |
647 | udelay(15); /* unknown if delay really needed */ | 647 | udelay(15); /* unknown if delay really needed */ |
648 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, new_irq); | 648 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, new_irq); |
649 | } | 649 | } |
650 | } | 650 | } |
651 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_ANY_ID, quirk_via_irq); | 651 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686, quirk_via_irq); |
652 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4, quirk_via_irq); | ||
653 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, quirk_via_irq); | ||
652 | 654 | ||
653 | /* | 655 | /* |
654 | * VIA VT82C598 has its device ID settable and many BIOSes | 656 | * VIA VT82C598 has its device ID settable and many BIOSes |
diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c index bd0308e89815..a2f05f485156 100644 --- a/drivers/pcmcia/i82365.c +++ b/drivers/pcmcia/i82365.c | |||
@@ -509,7 +509,8 @@ static irqreturn_t i365_count_irq(int irq, void *dev, struct pt_regs *regs) | |||
509 | static u_int __init test_irq(u_short sock, int irq) | 509 | static u_int __init test_irq(u_short sock, int irq) |
510 | { | 510 | { |
511 | debug(2, " testing ISA irq %d\n", irq); | 511 | debug(2, " testing ISA irq %d\n", irq); |
512 | if (request_irq(irq, i365_count_irq, 0, "scan", i365_count_irq) != 0) | 512 | if (request_irq(irq, i365_count_irq, SA_PROBEIRQ, "scan", |
513 | i365_count_irq) != 0) | ||
513 | return 1; | 514 | return 1; |
514 | irq_hits = 0; irq_sock = sock; | 515 | irq_hits = 0; irq_sock = sock; |
515 | msleep(10); | 516 | msleep(10); |
@@ -561,7 +562,7 @@ static u_int __init isa_scan(u_short sock, u_int mask0) | |||
561 | } else { | 562 | } else { |
562 | /* Fallback: just find interrupts that aren't in use */ | 563 | /* Fallback: just find interrupts that aren't in use */ |
563 | for (i = 0; i < 16; i++) | 564 | for (i = 0; i < 16; i++) |
564 | if ((mask0 & (1 << i)) && (_check_irq(i, 0) == 0)) | 565 | if ((mask0 & (1 << i)) && (_check_irq(i, SA_PROBEIRQ) == 0)) |
565 | mask1 |= (1 << i); | 566 | mask1 |= (1 << i); |
566 | printk("default"); | 567 | printk("default"); |
567 | /* If scan failed, default to polled status */ | 568 | /* If scan failed, default to polled status */ |
@@ -725,7 +726,7 @@ static void __init add_pcic(int ns, int type) | |||
725 | u_int cs_mask = mask & ((cs_irq) ? (1<<cs_irq) : ~(1<<12)); | 726 | u_int cs_mask = mask & ((cs_irq) ? (1<<cs_irq) : ~(1<<12)); |
726 | for (cs_irq = 15; cs_irq > 0; cs_irq--) | 727 | for (cs_irq = 15; cs_irq > 0; cs_irq--) |
727 | if ((cs_mask & (1 << cs_irq)) && | 728 | if ((cs_mask & (1 << cs_irq)) && |
728 | (_check_irq(cs_irq, 0) == 0)) | 729 | (_check_irq(cs_irq, SA_PROBEIRQ) == 0)) |
729 | break; | 730 | break; |
730 | if (cs_irq) { | 731 | if (cs_irq) { |
731 | grab_irq = 1; | 732 | grab_irq = 1; |
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index a3bfebcf31ef..cfb1fff3787c 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
@@ -315,6 +315,11 @@ dasd_increase_state(struct dasd_device *device) | |||
315 | rc = dasd_state_basic_to_ready(device); | 315 | rc = dasd_state_basic_to_ready(device); |
316 | 316 | ||
317 | if (!rc && | 317 | if (!rc && |
318 | device->state == DASD_STATE_UNFMT && | ||
319 | device->target > DASD_STATE_UNFMT) | ||
320 | rc = -EPERM; | ||
321 | |||
322 | if (!rc && | ||
318 | device->state == DASD_STATE_READY && | 323 | device->state == DASD_STATE_READY && |
319 | device->target >= DASD_STATE_ONLINE) | 324 | device->target >= DASD_STATE_ONLINE) |
320 | rc = dasd_state_ready_to_online(device); | 325 | rc = dasd_state_ready_to_online(device); |
diff --git a/drivers/s390/block/dasd_devmap.c b/drivers/s390/block/dasd_devmap.c index c1c6f1381150..216bc4fba199 100644 --- a/drivers/s390/block/dasd_devmap.c +++ b/drivers/s390/block/dasd_devmap.c | |||
@@ -45,6 +45,7 @@ struct dasd_devmap { | |||
45 | unsigned int devindex; | 45 | unsigned int devindex; |
46 | unsigned short features; | 46 | unsigned short features; |
47 | struct dasd_device *device; | 47 | struct dasd_device *device; |
48 | struct dasd_uid uid; | ||
48 | }; | 49 | }; |
49 | 50 | ||
50 | /* | 51 | /* |
@@ -716,6 +717,68 @@ dasd_discipline_show(struct device *dev, struct device_attribute *attr, char *bu | |||
716 | 717 | ||
717 | static DEVICE_ATTR(discipline, 0444, dasd_discipline_show, NULL); | 718 | static DEVICE_ATTR(discipline, 0444, dasd_discipline_show, NULL); |
718 | 719 | ||
720 | static ssize_t | ||
721 | dasd_alias_show(struct device *dev, struct device_attribute *attr, char *buf) | ||
722 | { | ||
723 | struct dasd_devmap *devmap; | ||
724 | int alias; | ||
725 | |||
726 | devmap = dasd_find_busid(dev->bus_id); | ||
727 | spin_lock(&dasd_devmap_lock); | ||
728 | if (!IS_ERR(devmap)) | ||
729 | alias = devmap->uid.alias; | ||
730 | else | ||
731 | alias = 0; | ||
732 | spin_unlock(&dasd_devmap_lock); | ||
733 | |||
734 | return sprintf(buf, alias ? "1\n" : "0\n"); | ||
735 | } | ||
736 | |||
737 | static DEVICE_ATTR(alias, 0444, dasd_alias_show, NULL); | ||
738 | |||
739 | static ssize_t | ||
740 | dasd_vendor_show(struct device *dev, struct device_attribute *attr, char *buf) | ||
741 | { | ||
742 | struct dasd_devmap *devmap; | ||
743 | char *vendor; | ||
744 | |||
745 | devmap = dasd_find_busid(dev->bus_id); | ||
746 | spin_lock(&dasd_devmap_lock); | ||
747 | if (!IS_ERR(devmap) && strlen(devmap->uid.vendor) > 0) | ||
748 | vendor = devmap->uid.vendor; | ||
749 | else | ||
750 | vendor = ""; | ||
751 | spin_unlock(&dasd_devmap_lock); | ||
752 | |||
753 | return snprintf(buf, PAGE_SIZE, "%s\n", vendor); | ||
754 | } | ||
755 | |||
756 | static DEVICE_ATTR(vendor, 0444, dasd_vendor_show, NULL); | ||
757 | |||
758 | #define UID_STRLEN ( /* vendor */ 3 + 1 + /* serial */ 14 + 1 +\ | ||
759 | /* SSID */ 4 + 1 + /* unit addr */ 2 + 1) | ||
760 | |||
761 | static ssize_t | ||
762 | dasd_uid_show(struct device *dev, struct device_attribute *attr, char *buf) | ||
763 | { | ||
764 | struct dasd_devmap *devmap; | ||
765 | char uid[UID_STRLEN]; | ||
766 | |||
767 | devmap = dasd_find_busid(dev->bus_id); | ||
768 | spin_lock(&dasd_devmap_lock); | ||
769 | if (!IS_ERR(devmap) && strlen(devmap->uid.vendor) > 0) | ||
770 | snprintf(uid, sizeof(uid), "%s.%s.%04x.%02x", | ||
771 | devmap->uid.vendor, devmap->uid.serial, | ||
772 | devmap->uid.ssid, devmap->uid.unit_addr); | ||
773 | else | ||
774 | uid[0] = 0; | ||
775 | spin_unlock(&dasd_devmap_lock); | ||
776 | |||
777 | return snprintf(buf, PAGE_SIZE, "%s\n", uid); | ||
778 | } | ||
779 | |||
780 | static DEVICE_ATTR(uid, 0444, dasd_uid_show, NULL); | ||
781 | |||
719 | /* | 782 | /* |
720 | * extended error-reporting | 783 | * extended error-reporting |
721 | */ | 784 | */ |
@@ -759,6 +822,9 @@ static DEVICE_ATTR(eer_enabled, 0644, dasd_eer_show, dasd_eer_store); | |||
759 | static struct attribute * dasd_attrs[] = { | 822 | static struct attribute * dasd_attrs[] = { |
760 | &dev_attr_readonly.attr, | 823 | &dev_attr_readonly.attr, |
761 | &dev_attr_discipline.attr, | 824 | &dev_attr_discipline.attr, |
825 | &dev_attr_alias.attr, | ||
826 | &dev_attr_vendor.attr, | ||
827 | &dev_attr_uid.attr, | ||
762 | &dev_attr_use_diag.attr, | 828 | &dev_attr_use_diag.attr, |
763 | &dev_attr_eer_enabled.attr, | 829 | &dev_attr_eer_enabled.attr, |
764 | NULL, | 830 | NULL, |
@@ -768,6 +834,42 @@ static struct attribute_group dasd_attr_group = { | |||
768 | .attrs = dasd_attrs, | 834 | .attrs = dasd_attrs, |
769 | }; | 835 | }; |
770 | 836 | ||
837 | |||
838 | /* | ||
839 | * Return copy of the device unique identifier. | ||
840 | */ | ||
841 | int | ||
842 | dasd_get_uid(struct ccw_device *cdev, struct dasd_uid *uid) | ||
843 | { | ||
844 | struct dasd_devmap *devmap; | ||
845 | |||
846 | devmap = dasd_find_busid(cdev->dev.bus_id); | ||
847 | if (IS_ERR(devmap)) | ||
848 | return PTR_ERR(devmap); | ||
849 | spin_lock(&dasd_devmap_lock); | ||
850 | *uid = devmap->uid; | ||
851 | spin_unlock(&dasd_devmap_lock); | ||
852 | return 0; | ||
853 | } | ||
854 | |||
855 | /* | ||
856 | * Register the given device unique identifier into devmap struct. | ||
857 | */ | ||
858 | int | ||
859 | dasd_set_uid(struct ccw_device *cdev, struct dasd_uid *uid) | ||
860 | { | ||
861 | struct dasd_devmap *devmap; | ||
862 | |||
863 | devmap = dasd_find_busid(cdev->dev.bus_id); | ||
864 | if (IS_ERR(devmap)) | ||
865 | return PTR_ERR(devmap); | ||
866 | spin_lock(&dasd_devmap_lock); | ||
867 | devmap->uid = *uid; | ||
868 | spin_unlock(&dasd_devmap_lock); | ||
869 | return 0; | ||
870 | } | ||
871 | EXPORT_SYMBOL(dasd_set_uid); | ||
872 | |||
771 | /* | 873 | /* |
772 | * Return value of the specified feature. | 874 | * Return value of the specified feature. |
773 | */ | 875 | */ |
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c index ee09ef33d08d..7d5a6cee4bd8 100644 --- a/drivers/s390/block/dasd_eckd.c +++ b/drivers/s390/block/dasd_eckd.c | |||
@@ -446,6 +446,39 @@ dasd_eckd_cdl_reclen(int recid) | |||
446 | return LABEL_SIZE; | 446 | return LABEL_SIZE; |
447 | } | 447 | } |
448 | 448 | ||
449 | /* | ||
450 | * Generate device unique id that specifies the physical device. | ||
451 | */ | ||
452 | static int | ||
453 | dasd_eckd_generate_uid(struct dasd_device *device, struct dasd_uid *uid) | ||
454 | { | ||
455 | struct dasd_eckd_private *private; | ||
456 | struct dasd_eckd_confdata *confdata; | ||
457 | |||
458 | private = (struct dasd_eckd_private *) device->private; | ||
459 | if (!private) | ||
460 | return -ENODEV; | ||
461 | confdata = &private->conf_data; | ||
462 | if (!confdata) | ||
463 | return -ENODEV; | ||
464 | |||
465 | memset(uid, 0, sizeof(struct dasd_uid)); | ||
466 | strncpy(uid->vendor, confdata->ned1.HDA_manufacturer, | ||
467 | sizeof(uid->vendor) - 1); | ||
468 | EBCASC(uid->vendor, sizeof(uid->vendor) - 1); | ||
469 | strncpy(uid->serial, confdata->ned1.HDA_location, | ||
470 | sizeof(uid->serial) - 1); | ||
471 | EBCASC(uid->serial, sizeof(uid->serial) - 1); | ||
472 | uid->ssid = confdata->neq.subsystemID; | ||
473 | if (confdata->ned2.sneq.flags == 0x40) { | ||
474 | uid->alias = 1; | ||
475 | uid->unit_addr = confdata->ned2.sneq.base_unit_addr; | ||
476 | } else | ||
477 | uid->unit_addr = confdata->ned1.unit_addr; | ||
478 | |||
479 | return 0; | ||
480 | } | ||
481 | |||
449 | static int | 482 | static int |
450 | dasd_eckd_read_conf(struct dasd_device *device) | 483 | dasd_eckd_read_conf(struct dasd_device *device) |
451 | { | 484 | { |
@@ -507,11 +540,15 @@ dasd_eckd_read_conf(struct dasd_device *device) | |||
507 | return 0; | 540 | return 0; |
508 | } | 541 | } |
509 | 542 | ||
510 | 543 | /* | |
544 | * Check device characteristics. | ||
545 | * If the device is accessible using ECKD discipline, the device is enabled. | ||
546 | */ | ||
511 | static int | 547 | static int |
512 | dasd_eckd_check_characteristics(struct dasd_device *device) | 548 | dasd_eckd_check_characteristics(struct dasd_device *device) |
513 | { | 549 | { |
514 | struct dasd_eckd_private *private; | 550 | struct dasd_eckd_private *private; |
551 | struct dasd_uid uid; | ||
515 | void *rdc_data; | 552 | void *rdc_data; |
516 | int rc; | 553 | int rc; |
517 | 554 | ||
@@ -536,6 +573,7 @@ dasd_eckd_check_characteristics(struct dasd_device *device) | |||
536 | 573 | ||
537 | /* Read Device Characteristics */ | 574 | /* Read Device Characteristics */ |
538 | rdc_data = (void *) &(private->rdc_data); | 575 | rdc_data = (void *) &(private->rdc_data); |
576 | memset(rdc_data, 0, sizeof(rdc_data)); | ||
539 | rc = read_dev_chars(device->cdev, &rdc_data, 64); | 577 | rc = read_dev_chars(device->cdev, &rdc_data, 64); |
540 | if (rc) { | 578 | if (rc) { |
541 | DEV_MESSAGE(KERN_WARNING, device, | 579 | DEV_MESSAGE(KERN_WARNING, device, |
@@ -556,8 +594,17 @@ dasd_eckd_check_characteristics(struct dasd_device *device) | |||
556 | 594 | ||
557 | /* Read Configuration Data */ | 595 | /* Read Configuration Data */ |
558 | rc = dasd_eckd_read_conf (device); | 596 | rc = dasd_eckd_read_conf (device); |
559 | return rc; | 597 | if (rc) |
598 | return rc; | ||
599 | |||
600 | /* Generate device unique id and register in devmap */ | ||
601 | rc = dasd_eckd_generate_uid(device, &uid); | ||
602 | if (rc) | ||
603 | return rc; | ||
560 | 604 | ||
605 | rc = dasd_set_uid(device->cdev, &uid); | ||
606 | |||
607 | return rc; | ||
561 | } | 608 | } |
562 | 609 | ||
563 | static struct dasd_ccw_req * | 610 | static struct dasd_ccw_req * |
diff --git a/drivers/s390/block/dasd_eckd.h b/drivers/s390/block/dasd_eckd.h index ad8524bb7bb3..d5734e976e1c 100644 --- a/drivers/s390/block/dasd_eckd.h +++ b/drivers/s390/block/dasd_eckd.h | |||
@@ -228,26 +228,36 @@ struct dasd_eckd_confdata { | |||
228 | unsigned char HDA_manufacturer[3]; | 228 | unsigned char HDA_manufacturer[3]; |
229 | unsigned char HDA_location[2]; | 229 | unsigned char HDA_location[2]; |
230 | unsigned char HDA_seqno[12]; | 230 | unsigned char HDA_seqno[12]; |
231 | __u16 ID; | 231 | __u8 ID; |
232 | __u8 unit_addr; | ||
232 | } __attribute__ ((packed)) ned1; | 233 | } __attribute__ ((packed)) ned1; |
233 | struct { | 234 | union { |
234 | struct { | 235 | struct { |
235 | unsigned char identifier:2; | 236 | struct { |
236 | unsigned char token_id:1; | 237 | unsigned char identifier:2; |
237 | unsigned char sno_valid:1; | 238 | unsigned char token_id:1; |
238 | unsigned char subst_sno:1; | 239 | unsigned char sno_valid:1; |
239 | unsigned char recNED:1; | 240 | unsigned char subst_sno:1; |
240 | unsigned char emuNED:1; | 241 | unsigned char recNED:1; |
241 | unsigned char reserved:1; | 242 | unsigned char emuNED:1; |
242 | } __attribute__ ((packed)) flags; | 243 | unsigned char reserved:1; |
243 | __u8 descriptor; | 244 | } __attribute__ ((packed)) flags; |
244 | __u8 reserved[2]; | 245 | __u8 descriptor; |
245 | unsigned char dev_type[6]; | 246 | __u8 reserved[2]; |
246 | unsigned char dev_model[3]; | 247 | unsigned char dev_type[6]; |
247 | unsigned char DASD_manufacturer[3]; | 248 | unsigned char dev_model[3]; |
248 | unsigned char DASD_location[2]; | 249 | unsigned char DASD_manufacturer[3]; |
249 | unsigned char DASD_seqno[12]; | 250 | unsigned char DASD_location[2]; |
250 | __u16 ID; | 251 | unsigned char DASD_seqno[12]; |
252 | __u16 ID; | ||
253 | } __attribute__ ((packed)) ned; | ||
254 | struct { | ||
255 | unsigned char flags; /* byte 0 */ | ||
256 | unsigned char res2[7]; /* byte 1- 7 */ | ||
257 | unsigned char sua_flags; /* byte 8 */ | ||
258 | __u8 base_unit_addr; /* byte 9 */ | ||
259 | unsigned char res3[22]; /* byte 10-31 */ | ||
260 | } __attribute__ ((packed)) sneq; | ||
251 | } __attribute__ ((packed)) ned2; | 261 | } __attribute__ ((packed)) ned2; |
252 | struct { | 262 | struct { |
253 | struct { | 263 | struct { |
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 4293ba827523..d4b13e300a76 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h | |||
@@ -268,6 +268,16 @@ struct dasd_discipline { | |||
268 | 268 | ||
269 | extern struct dasd_discipline *dasd_diag_discipline_pointer; | 269 | extern struct dasd_discipline *dasd_diag_discipline_pointer; |
270 | 270 | ||
271 | /* | ||
272 | * Unique identifier for dasd device. | ||
273 | */ | ||
274 | struct dasd_uid { | ||
275 | __u8 alias; | ||
276 | char vendor[4]; | ||
277 | char serial[15]; | ||
278 | __u16 ssid; | ||
279 | __u8 unit_addr; | ||
280 | }; | ||
271 | 281 | ||
272 | /* | 282 | /* |
273 | * Notification numbers for extended error reporting notifications: | 283 | * Notification numbers for extended error reporting notifications: |
@@ -516,6 +526,8 @@ void dasd_devmap_exit(void); | |||
516 | struct dasd_device *dasd_create_device(struct ccw_device *); | 526 | struct dasd_device *dasd_create_device(struct ccw_device *); |
517 | void dasd_delete_device(struct dasd_device *); | 527 | void dasd_delete_device(struct dasd_device *); |
518 | 528 | ||
529 | int dasd_get_uid(struct ccw_device *, struct dasd_uid *); | ||
530 | int dasd_set_uid(struct ccw_device *, struct dasd_uid *); | ||
519 | int dasd_get_feature(struct ccw_device *, int); | 531 | int dasd_get_feature(struct ccw_device *, int); |
520 | int dasd_set_feature(struct ccw_device *, int, int); | 532 | int dasd_set_feature(struct ccw_device *, int, int); |
521 | 533 | ||
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c index c3915f60a3aa..d71ef1adea59 100644 --- a/drivers/s390/char/tape_3590.c +++ b/drivers/s390/char/tape_3590.c | |||
@@ -230,14 +230,16 @@ tape_3590_read_attmsg(struct tape_device *device) | |||
230 | * These functions are used to schedule follow-up actions from within an | 230 | * These functions are used to schedule follow-up actions from within an |
231 | * interrupt context (like unsolicited interrupts). | 231 | * interrupt context (like unsolicited interrupts). |
232 | */ | 232 | */ |
233 | struct work_handler_data { | ||
234 | struct tape_device *device; | ||
235 | enum tape_op op; | ||
236 | struct work_struct work; | ||
237 | }; | ||
238 | |||
233 | static void | 239 | static void |
234 | tape_3590_work_handler(void *data) | 240 | tape_3590_work_handler(void *data) |
235 | { | 241 | { |
236 | struct { | 242 | struct work_handler_data *p = data; |
237 | struct tape_device *device; | ||
238 | enum tape_op op; | ||
239 | struct work_struct work; | ||
240 | } *p = data; | ||
241 | 243 | ||
242 | switch (p->op) { | 244 | switch (p->op) { |
243 | case TO_MSEN: | 245 | case TO_MSEN: |
@@ -257,11 +259,7 @@ tape_3590_work_handler(void *data) | |||
257 | static int | 259 | static int |
258 | tape_3590_schedule_work(struct tape_device *device, enum tape_op op) | 260 | tape_3590_schedule_work(struct tape_device *device, enum tape_op op) |
259 | { | 261 | { |
260 | struct { | 262 | struct work_handler_data *p; |
261 | struct tape_device *device; | ||
262 | enum tape_op op; | ||
263 | struct work_struct work; | ||
264 | } *p; | ||
265 | 263 | ||
266 | if ((p = kzalloc(sizeof(*p), GFP_ATOMIC)) == NULL) | 264 | if ((p = kzalloc(sizeof(*p), GFP_ATOMIC)) == NULL) |
267 | return -ENOMEM; | 265 | return -ENOMEM; |
@@ -316,7 +314,7 @@ tape_3590_bread(struct tape_device *device, struct request *req) | |||
316 | 314 | ||
317 | rq_for_each_bio(bio, req) { | 315 | rq_for_each_bio(bio, req) { |
318 | bio_for_each_segment(bv, bio, i) { | 316 | bio_for_each_segment(bv, bio, i) { |
319 | dst = kmap(bv->bv_page) + bv->bv_offset; | 317 | dst = page_address(bv->bv_page) + bv->bv_offset; |
320 | for (off = 0; off < bv->bv_len; | 318 | for (off = 0; off < bv->bv_len; |
321 | off += TAPEBLOCK_HSEC_SIZE) { | 319 | off += TAPEBLOCK_HSEC_SIZE) { |
322 | ccw->flags = CCW_FLAG_CC; | 320 | ccw->flags = CCW_FLAG_CC; |
@@ -1168,6 +1166,7 @@ tape_3590_setup_device(struct tape_device *device) | |||
1168 | static void | 1166 | static void |
1169 | tape_3590_cleanup_device(struct tape_device *device) | 1167 | tape_3590_cleanup_device(struct tape_device *device) |
1170 | { | 1168 | { |
1169 | flush_scheduled_work(); | ||
1171 | tape_std_unassign(device); | 1170 | tape_std_unassign(device); |
1172 | 1171 | ||
1173 | kfree(device->discdata); | 1172 | kfree(device->discdata); |
@@ -1234,6 +1233,7 @@ static struct tape_discipline tape_discipline_3590 = { | |||
1234 | 1233 | ||
1235 | static struct ccw_device_id tape_3590_ids[] = { | 1234 | static struct ccw_device_id tape_3590_ids[] = { |
1236 | {CCW_DEVICE_DEVTYPE(0x3590, 0, 0x3590, 0), .driver_info = tape_3590}, | 1235 | {CCW_DEVICE_DEVTYPE(0x3590, 0, 0x3590, 0), .driver_info = tape_3590}, |
1236 | {CCW_DEVICE_DEVTYPE(0x3592, 0, 0x3592, 0), .driver_info = tape_3592}, | ||
1237 | { /* end of list */ } | 1237 | { /* end of list */ } |
1238 | }; | 1238 | }; |
1239 | 1239 | ||
diff --git a/drivers/s390/char/tape_std.h b/drivers/s390/char/tape_std.h index 2d311798edf4..1fc952359341 100644 --- a/drivers/s390/char/tape_std.h +++ b/drivers/s390/char/tape_std.h | |||
@@ -153,6 +153,7 @@ enum s390_tape_type { | |||
153 | tape_3480, | 153 | tape_3480, |
154 | tape_3490, | 154 | tape_3490, |
155 | tape_3590, | 155 | tape_3590, |
156 | tape_3592, | ||
156 | }; | 157 | }; |
157 | 158 | ||
158 | #endif // _TAPE_STD_H | 159 | #endif // _TAPE_STD_H |
diff --git a/drivers/s390/cio/chsc.c b/drivers/s390/cio/chsc.c index 6412b2c3edd3..72187e54dcac 100644 --- a/drivers/s390/cio/chsc.c +++ b/drivers/s390/cio/chsc.c | |||
@@ -242,28 +242,10 @@ s390_subchannel_remove_chpid(struct device *dev, void *data) | |||
242 | if (sch->vpm == mask) | 242 | if (sch->vpm == mask) |
243 | goto out_unreg; | 243 | goto out_unreg; |
244 | 244 | ||
245 | if ((sch->schib.scsw.actl & (SCSW_ACTL_CLEAR_PEND | | 245 | if ((sch->schib.scsw.actl & SCSW_ACTL_DEVACT) && |
246 | SCSW_ACTL_HALT_PEND | | 246 | (sch->schib.scsw.actl & SCSW_ACTL_SCHACT) && |
247 | SCSW_ACTL_START_PEND | | 247 | (sch->schib.pmcw.lpum == mask) && |
248 | SCSW_ACTL_RESUME_PEND)) && | 248 | (sch->vpm == 0)) { |
249 | (sch->schib.pmcw.lpum == mask)) { | ||
250 | int cc = cio_cancel(sch); | ||
251 | |||
252 | if (cc == -ENODEV) | ||
253 | goto out_unreg; | ||
254 | |||
255 | if (cc == -EINVAL) { | ||
256 | cc = cio_clear(sch); | ||
257 | if (cc == -ENODEV) | ||
258 | goto out_unreg; | ||
259 | /* Call handler. */ | ||
260 | if (sch->driver && sch->driver->termination) | ||
261 | sch->driver->termination(&sch->dev); | ||
262 | goto out_unlock; | ||
263 | } | ||
264 | } else if ((sch->schib.scsw.actl & SCSW_ACTL_DEVACT) && | ||
265 | (sch->schib.scsw.actl & SCSW_ACTL_SCHACT) && | ||
266 | (sch->schib.pmcw.lpum == mask)) { | ||
267 | int cc; | 249 | int cc; |
268 | 250 | ||
269 | cc = cio_clear(sch); | 251 | cc = cio_clear(sch); |
@@ -653,13 +635,13 @@ __chp_add(struct subchannel_id schid, void *data) | |||
653 | if (sch->schib.pmcw.chpid[i] == chp->id) { | 635 | if (sch->schib.pmcw.chpid[i] == chp->id) { |
654 | if (stsch(sch->schid, &sch->schib) != 0) { | 636 | if (stsch(sch->schid, &sch->schib) != 0) { |
655 | /* Endgame. */ | 637 | /* Endgame. */ |
656 | spin_unlock(&sch->lock); | 638 | spin_unlock_irq(&sch->lock); |
657 | return -ENXIO; | 639 | return -ENXIO; |
658 | } | 640 | } |
659 | break; | 641 | break; |
660 | } | 642 | } |
661 | if (i==8) { | 643 | if (i==8) { |
662 | spin_unlock(&sch->lock); | 644 | spin_unlock_irq(&sch->lock); |
663 | return 0; | 645 | return 0; |
664 | } | 646 | } |
665 | sch->lpm = ((sch->schib.pmcw.pim & | 647 | sch->lpm = ((sch->schib.pmcw.pim & |
diff --git a/drivers/s390/cio/qdio.c b/drivers/s390/cio/qdio.c index 814f9258ce00..96f519281d92 100644 --- a/drivers/s390/cio/qdio.c +++ b/drivers/s390/cio/qdio.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/kernel.h> | 38 | #include <linux/kernel.h> |
39 | #include <linux/proc_fs.h> | 39 | #include <linux/proc_fs.h> |
40 | #include <linux/timer.h> | 40 | #include <linux/timer.h> |
41 | #include <linux/mempool.h> | ||
41 | 42 | ||
42 | #include <asm/ccwdev.h> | 43 | #include <asm/ccwdev.h> |
43 | #include <asm/io.h> | 44 | #include <asm/io.h> |
@@ -80,6 +81,8 @@ static int indicator_used[INDICATORS_PER_CACHELINE]; | |||
80 | static __u32 * volatile indicators; | 81 | static __u32 * volatile indicators; |
81 | static __u32 volatile spare_indicator; | 82 | static __u32 volatile spare_indicator; |
82 | static atomic_t spare_indicator_usecount; | 83 | static atomic_t spare_indicator_usecount; |
84 | #define QDIO_MEMPOOL_SCSSC_ELEMENTS 2 | ||
85 | static mempool_t *qdio_mempool_scssc; | ||
83 | 86 | ||
84 | static debug_info_t *qdio_dbf_setup; | 87 | static debug_info_t *qdio_dbf_setup; |
85 | static debug_info_t *qdio_dbf_sbal; | 88 | static debug_info_t *qdio_dbf_sbal; |
@@ -1637,7 +1640,7 @@ next: | |||
1637 | 1640 | ||
1638 | } | 1641 | } |
1639 | kfree(irq_ptr->qdr); | 1642 | kfree(irq_ptr->qdr); |
1640 | kfree(irq_ptr); | 1643 | free_page((unsigned long) irq_ptr); |
1641 | } | 1644 | } |
1642 | 1645 | ||
1643 | static void | 1646 | static void |
@@ -2304,7 +2307,7 @@ qdio_get_ssqd_information(struct qdio_irq *irq_ptr) | |||
2304 | 2307 | ||
2305 | QDIO_DBF_TEXT0(0,setup,"getssqd"); | 2308 | QDIO_DBF_TEXT0(0,setup,"getssqd"); |
2306 | qdioac = 0; | 2309 | qdioac = 0; |
2307 | ssqd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); | 2310 | ssqd_area = mempool_alloc(qdio_mempool_scssc, GFP_ATOMIC); |
2308 | if (!ssqd_area) { | 2311 | if (!ssqd_area) { |
2309 | QDIO_PRINT_WARN("Could not get memory for chsc. Using all " \ | 2312 | QDIO_PRINT_WARN("Could not get memory for chsc. Using all " \ |
2310 | "SIGAs for sch x%x.\n", irq_ptr->schid.sch_no); | 2313 | "SIGAs for sch x%x.\n", irq_ptr->schid.sch_no); |
@@ -2364,7 +2367,7 @@ qdio_get_ssqd_information(struct qdio_irq *irq_ptr) | |||
2364 | out: | 2367 | out: |
2365 | qdio_check_subchannel_qebsm(irq_ptr, qdioac, | 2368 | qdio_check_subchannel_qebsm(irq_ptr, qdioac, |
2366 | ssqd_area->sch_token); | 2369 | ssqd_area->sch_token); |
2367 | free_page ((unsigned long) ssqd_area); | 2370 | mempool_free(ssqd_area, qdio_mempool_scssc); |
2368 | irq_ptr->qdioac = qdioac; | 2371 | irq_ptr->qdioac = qdioac; |
2369 | } | 2372 | } |
2370 | 2373 | ||
@@ -2458,7 +2461,7 @@ tiqdio_set_subchannel_ind(struct qdio_irq *irq_ptr, int reset_to_zero) | |||
2458 | virt_to_phys((volatile void *)irq_ptr->dev_st_chg_ind); | 2461 | virt_to_phys((volatile void *)irq_ptr->dev_st_chg_ind); |
2459 | } | 2462 | } |
2460 | 2463 | ||
2461 | scssc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); | 2464 | scssc_area = mempool_alloc(qdio_mempool_scssc, GFP_ATOMIC); |
2462 | if (!scssc_area) { | 2465 | if (!scssc_area) { |
2463 | QDIO_PRINT_WARN("No memory for setting indicators on " \ | 2466 | QDIO_PRINT_WARN("No memory for setting indicators on " \ |
2464 | "subchannel 0.%x.%x.\n", | 2467 | "subchannel 0.%x.%x.\n", |
@@ -2514,7 +2517,7 @@ tiqdio_set_subchannel_ind(struct qdio_irq *irq_ptr, int reset_to_zero) | |||
2514 | QDIO_DBF_HEX2(0,setup,&real_addr_dev_st_chg_ind,sizeof(unsigned long)); | 2517 | QDIO_DBF_HEX2(0,setup,&real_addr_dev_st_chg_ind,sizeof(unsigned long)); |
2515 | result = 0; | 2518 | result = 0; |
2516 | out: | 2519 | out: |
2517 | free_page ((unsigned long) scssc_area); | 2520 | mempool_free(scssc_area, qdio_mempool_scssc); |
2518 | return result; | 2521 | return result; |
2519 | 2522 | ||
2520 | } | 2523 | } |
@@ -2543,7 +2546,7 @@ tiqdio_set_delay_target(struct qdio_irq *irq_ptr, unsigned long delay_target) | |||
2543 | if (!irq_ptr->is_thinint_irq) | 2546 | if (!irq_ptr->is_thinint_irq) |
2544 | return -ENODEV; | 2547 | return -ENODEV; |
2545 | 2548 | ||
2546 | scsscf_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); | 2549 | scsscf_area = mempool_alloc(qdio_mempool_scssc, GFP_ATOMIC); |
2547 | if (!scsscf_area) { | 2550 | if (!scsscf_area) { |
2548 | QDIO_PRINT_WARN("No memory for setting delay target on " \ | 2551 | QDIO_PRINT_WARN("No memory for setting delay target on " \ |
2549 | "subchannel 0.%x.%x.\n", | 2552 | "subchannel 0.%x.%x.\n", |
@@ -2581,7 +2584,7 @@ tiqdio_set_delay_target(struct qdio_irq *irq_ptr, unsigned long delay_target) | |||
2581 | QDIO_DBF_HEX2(0,trace,&delay_target,sizeof(unsigned long)); | 2584 | QDIO_DBF_HEX2(0,trace,&delay_target,sizeof(unsigned long)); |
2582 | result = 0; /* not critical */ | 2585 | result = 0; /* not critical */ |
2583 | out: | 2586 | out: |
2584 | free_page ((unsigned long) scsscf_area); | 2587 | mempool_free(scsscf_area, qdio_mempool_scssc); |
2585 | return result; | 2588 | return result; |
2586 | } | 2589 | } |
2587 | 2590 | ||
@@ -2980,7 +2983,7 @@ qdio_allocate(struct qdio_initialize *init_data) | |||
2980 | qdio_allocate_do_dbf(init_data); | 2983 | qdio_allocate_do_dbf(init_data); |
2981 | 2984 | ||
2982 | /* create irq */ | 2985 | /* create irq */ |
2983 | irq_ptr = kzalloc(sizeof(struct qdio_irq), GFP_KERNEL | GFP_DMA); | 2986 | irq_ptr = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); |
2984 | 2987 | ||
2985 | QDIO_DBF_TEXT0(0,setup,"irq_ptr:"); | 2988 | QDIO_DBF_TEXT0(0,setup,"irq_ptr:"); |
2986 | QDIO_DBF_HEX0(0,setup,&irq_ptr,sizeof(void*)); | 2989 | QDIO_DBF_HEX0(0,setup,&irq_ptr,sizeof(void*)); |
@@ -2995,7 +2998,7 @@ qdio_allocate(struct qdio_initialize *init_data) | |||
2995 | /* QDR must be in DMA area since CCW data address is only 32 bit */ | 2998 | /* QDR must be in DMA area since CCW data address is only 32 bit */ |
2996 | irq_ptr->qdr=kmalloc(sizeof(struct qdr), GFP_KERNEL | GFP_DMA); | 2999 | irq_ptr->qdr=kmalloc(sizeof(struct qdr), GFP_KERNEL | GFP_DMA); |
2997 | if (!(irq_ptr->qdr)) { | 3000 | if (!(irq_ptr->qdr)) { |
2998 | kfree(irq_ptr); | 3001 | free_page((unsigned long) irq_ptr); |
2999 | QDIO_PRINT_ERR("kmalloc of irq_ptr->qdr failed!\n"); | 3002 | QDIO_PRINT_ERR("kmalloc of irq_ptr->qdr failed!\n"); |
3000 | return -ENOMEM; | 3003 | return -ENOMEM; |
3001 | } | 3004 | } |
@@ -3780,6 +3783,16 @@ oom: | |||
3780 | return -ENOMEM; | 3783 | return -ENOMEM; |
3781 | } | 3784 | } |
3782 | 3785 | ||
3786 | static void *qdio_mempool_alloc(gfp_t gfp_mask, void *size) | ||
3787 | { | ||
3788 | return (void *) get_zeroed_page(gfp_mask|GFP_DMA); | ||
3789 | } | ||
3790 | |||
3791 | static void qdio_mempool_free(void *element, void *size) | ||
3792 | { | ||
3793 | free_page((unsigned long) element); | ||
3794 | } | ||
3795 | |||
3783 | static int __init | 3796 | static int __init |
3784 | init_QDIO(void) | 3797 | init_QDIO(void) |
3785 | { | 3798 | { |
@@ -3809,6 +3822,10 @@ init_QDIO(void) | |||
3809 | 3822 | ||
3810 | qdio_add_procfs_entry(); | 3823 | qdio_add_procfs_entry(); |
3811 | 3824 | ||
3825 | qdio_mempool_scssc = mempool_create(QDIO_MEMPOOL_SCSSC_ELEMENTS, | ||
3826 | qdio_mempool_alloc, | ||
3827 | qdio_mempool_free, NULL); | ||
3828 | |||
3812 | if (tiqdio_check_chsc_availability()) | 3829 | if (tiqdio_check_chsc_availability()) |
3813 | QDIO_PRINT_ERR("Not all CHSCs supported. Continuing.\n"); | 3830 | QDIO_PRINT_ERR("Not all CHSCs supported. Continuing.\n"); |
3814 | 3831 | ||
@@ -3824,6 +3841,7 @@ cleanup_QDIO(void) | |||
3824 | qdio_remove_procfs_entry(); | 3841 | qdio_remove_procfs_entry(); |
3825 | qdio_release_qdio_memory(); | 3842 | qdio_release_qdio_memory(); |
3826 | qdio_unregister_dbf_views(); | 3843 | qdio_unregister_dbf_views(); |
3844 | mempool_destroy(qdio_mempool_scssc); | ||
3827 | 3845 | ||
3828 | printk("qdio: %s: module removed\n",version); | 3846 | printk("qdio: %s: module removed\n",version); |
3829 | } | 3847 | } |
diff --git a/drivers/s390/s390mach.c b/drivers/s390/s390mach.c index 3bf466603512..5ae14803091f 100644 --- a/drivers/s390/s390mach.c +++ b/drivers/s390/s390mach.c | |||
@@ -362,12 +362,19 @@ s390_revalidate_registers(struct mci *mci) | |||
362 | return kill_task; | 362 | return kill_task; |
363 | } | 363 | } |
364 | 364 | ||
365 | #define MAX_IPD_COUNT 29 | ||
366 | #define MAX_IPD_TIME (5 * 60 * 100 * 1000) /* 5 minutes */ | ||
367 | |||
365 | /* | 368 | /* |
366 | * machine check handler. | 369 | * machine check handler. |
367 | */ | 370 | */ |
368 | void | 371 | void |
369 | s390_do_machine_check(struct pt_regs *regs) | 372 | s390_do_machine_check(struct pt_regs *regs) |
370 | { | 373 | { |
374 | static DEFINE_SPINLOCK(ipd_lock); | ||
375 | static unsigned long long last_ipd; | ||
376 | static int ipd_count; | ||
377 | unsigned long long tmp; | ||
371 | struct mci *mci; | 378 | struct mci *mci; |
372 | struct mcck_struct *mcck; | 379 | struct mcck_struct *mcck; |
373 | int umode; | 380 | int umode; |
@@ -404,11 +411,27 @@ s390_do_machine_check(struct pt_regs *regs) | |||
404 | s390_handle_damage("processing backup machine " | 411 | s390_handle_damage("processing backup machine " |
405 | "check with damage."); | 412 | "check with damage."); |
406 | } | 413 | } |
407 | if (!umode) | 414 | |
408 | s390_handle_damage("processing backup machine " | 415 | /* |
409 | "check in kernel mode."); | 416 | * Nullifying exigent condition, therefore we might |
410 | mcck->kill_task = 1; | 417 | * retry this instruction. |
411 | mcck->mcck_code = *(unsigned long long *) mci; | 418 | */ |
419 | |||
420 | spin_lock(&ipd_lock); | ||
421 | |||
422 | tmp = get_clock(); | ||
423 | |||
424 | if (((tmp - last_ipd) >> 12) < MAX_IPD_TIME) | ||
425 | ipd_count++; | ||
426 | else | ||
427 | ipd_count = 1; | ||
428 | |||
429 | last_ipd = tmp; | ||
430 | |||
431 | if (ipd_count == MAX_IPD_COUNT) | ||
432 | s390_handle_damage("too many ipd retries."); | ||
433 | |||
434 | spin_unlock(&ipd_lock); | ||
412 | } | 435 | } |
413 | else { | 436 | else { |
414 | /* Processing damage -> stopping machine */ | 437 | /* Processing damage -> stopping machine */ |
diff --git a/drivers/usb/gadget/inode.c b/drivers/usb/gadget/inode.c index 42b457030b03..0eb010a3f5bc 100644 --- a/drivers/usb/gadget/inode.c +++ b/drivers/usb/gadget/inode.c | |||
@@ -1614,6 +1614,7 @@ static int activate_ep_files (struct dev_data *dev) | |||
1614 | data, &ep_config_operations, | 1614 | data, &ep_config_operations, |
1615 | &data->dentry); | 1615 | &data->dentry); |
1616 | if (!data->inode) { | 1616 | if (!data->inode) { |
1617 | usb_ep_free_request(ep, data->req); | ||
1617 | kfree (data); | 1618 | kfree (data); |
1618 | goto enomem; | 1619 | goto enomem; |
1619 | } | 1620 | } |
diff --git a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c index 6a4b93ad1082..0b9293493957 100644 --- a/drivers/usb/gadget/net2280.c +++ b/drivers/usb/gadget/net2280.c | |||
@@ -2166,7 +2166,7 @@ static void handle_ep_small (struct net2280_ep *ep) | |||
2166 | ep->stopped = 1; | 2166 | ep->stopped = 1; |
2167 | set_halt (ep); | 2167 | set_halt (ep); |
2168 | mode = 2; | 2168 | mode = 2; |
2169 | } else if (!req && ep->stopped) | 2169 | } else if (!req && !ep->stopped) |
2170 | write_fifo (ep, NULL); | 2170 | write_fifo (ep, NULL); |
2171 | } | 2171 | } |
2172 | } else { | 2172 | } else { |
@@ -2280,9 +2280,7 @@ static void handle_ep_small (struct net2280_ep *ep) | |||
2280 | /* if we wrote it all, we're usually done */ | 2280 | /* if we wrote it all, we're usually done */ |
2281 | if (req->req.actual == req->req.length) { | 2281 | if (req->req.actual == req->req.length) { |
2282 | if (ep->num == 0) { | 2282 | if (ep->num == 0) { |
2283 | /* wait for control status */ | 2283 | /* send zlps until the status stage */ |
2284 | if (mode != 2) | ||
2285 | req = NULL; | ||
2286 | } else if (!req->req.zero || len != ep->ep.maxpacket) | 2284 | } else if (!req->req.zero || len != ep->ep.maxpacket) |
2287 | mode = 2; | 2285 | mode = 2; |
2288 | } | 2286 | } |
@@ -2744,6 +2742,10 @@ static irqreturn_t net2280_irq (int irq, void *_dev, struct pt_regs * r) | |||
2744 | { | 2742 | { |
2745 | struct net2280 *dev = _dev; | 2743 | struct net2280 *dev = _dev; |
2746 | 2744 | ||
2745 | /* shared interrupt, not ours */ | ||
2746 | if (!(readl(&dev->regs->irqstat0) & (1 << INTA_ASSERTED))) | ||
2747 | return IRQ_NONE; | ||
2748 | |||
2747 | spin_lock (&dev->lock); | 2749 | spin_lock (&dev->lock); |
2748 | 2750 | ||
2749 | /* handle disconnect, dma, and more */ | 2751 | /* handle disconnect, dma, and more */ |
@@ -2831,13 +2833,13 @@ static int net2280_probe (struct pci_dev *pdev, const struct pci_device_id *id) | |||
2831 | } | 2833 | } |
2832 | 2834 | ||
2833 | /* alloc, and start init */ | 2835 | /* alloc, and start init */ |
2834 | dev = kmalloc (sizeof *dev, SLAB_KERNEL); | 2836 | dev = kzalloc (sizeof *dev, SLAB_KERNEL); |
2835 | if (dev == NULL){ | 2837 | if (dev == NULL){ |
2836 | retval = -ENOMEM; | 2838 | retval = -ENOMEM; |
2837 | goto done; | 2839 | goto done; |
2838 | } | 2840 | } |
2839 | 2841 | ||
2840 | memset (dev, 0, sizeof *dev); | 2842 | pci_set_drvdata (pdev, dev); |
2841 | spin_lock_init (&dev->lock); | 2843 | spin_lock_init (&dev->lock); |
2842 | dev->pdev = pdev; | 2844 | dev->pdev = pdev; |
2843 | dev->gadget.ops = &net2280_ops; | 2845 | dev->gadget.ops = &net2280_ops; |
@@ -2950,7 +2952,6 @@ static int net2280_probe (struct pci_dev *pdev, const struct pci_device_id *id) | |||
2950 | dev->chiprev = get_idx_reg (dev->regs, REG_CHIPREV) & 0xffff; | 2952 | dev->chiprev = get_idx_reg (dev->regs, REG_CHIPREV) & 0xffff; |
2951 | 2953 | ||
2952 | /* done */ | 2954 | /* done */ |
2953 | pci_set_drvdata (pdev, dev); | ||
2954 | INFO (dev, "%s\n", driver_desc); | 2955 | INFO (dev, "%s\n", driver_desc); |
2955 | INFO (dev, "irq %s, pci mem %p, chip rev %04x\n", | 2956 | INFO (dev, "irq %s, pci mem %p, chip rev %04x\n", |
2956 | bufp, base, dev->chiprev); | 2957 | bufp, base, dev->chiprev); |
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 1e03f1a5a5fd..a1bd2bea6deb 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -350,7 +350,7 @@ static const struct hc_driver ehci_pci_hc_driver = { | |||
350 | /* PCI driver selection metadata; PCI hotplugging uses this */ | 350 | /* PCI driver selection metadata; PCI hotplugging uses this */ |
351 | static const struct pci_device_id pci_ids [] = { { | 351 | static const struct pci_device_id pci_ids [] = { { |
352 | /* handle any USB 2.0 EHCI controller */ | 352 | /* handle any USB 2.0 EHCI controller */ |
353 | PCI_DEVICE_CLASS(((PCI_CLASS_SERIAL_USB << 8) | 0x20), ~0), | 353 | PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_EHCI, ~0), |
354 | .driver_data = (unsigned long) &ehci_pci_hc_driver, | 354 | .driver_data = (unsigned long) &ehci_pci_hc_driver, |
355 | }, | 355 | }, |
356 | { /* end: all zeroes */ } | 356 | { /* end: all zeroes */ } |
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index 1bfe96f4d045..b268537e389e 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c | |||
@@ -206,7 +206,7 @@ static const struct hc_driver ohci_pci_hc_driver = { | |||
206 | 206 | ||
207 | static const struct pci_device_id pci_ids [] = { { | 207 | static const struct pci_device_id pci_ids [] = { { |
208 | /* handle any USB OHCI controller */ | 208 | /* handle any USB OHCI controller */ |
209 | PCI_DEVICE_CLASS((PCI_CLASS_SERIAL_USB << 8) | 0x10, ~0), | 209 | PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_OHCI, ~0), |
210 | .driver_data = (unsigned long) &ohci_pci_hc_driver, | 210 | .driver_data = (unsigned long) &ohci_pci_hc_driver, |
211 | }, { /* end: all zeroes */ } | 211 | }, { /* end: all zeroes */ } |
212 | }; | 212 | }; |
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index c0c4db78b590..d225e11f4055 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c | |||
@@ -858,7 +858,7 @@ static const struct hc_driver uhci_driver = { | |||
858 | 858 | ||
859 | static const struct pci_device_id uhci_pci_ids[] = { { | 859 | static const struct pci_device_id uhci_pci_ids[] = { { |
860 | /* handle any USB UHCI controller */ | 860 | /* handle any USB UHCI controller */ |
861 | PCI_DEVICE_CLASS(((PCI_CLASS_SERIAL_USB << 8) | 0x00), ~0), | 861 | PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0), |
862 | .driver_data = (unsigned long) &uhci_driver, | 862 | .driver_data = (unsigned long) &uhci_driver, |
863 | }, { /* end: all zeroes */ } | 863 | }, { /* end: all zeroes */ } |
864 | }; | 864 | }; |
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index f5851db67f5b..82151207d814 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -308,6 +308,7 @@ static struct ftdi_sio_quirk ftdi_HE_TIRA1_quirk = { | |||
308 | 308 | ||
309 | static struct usb_device_id id_table_combined [] = { | 309 | static struct usb_device_id id_table_combined [] = { |
310 | { USB_DEVICE(FTDI_VID, FTDI_IRTRANS_PID) }, | 310 | { USB_DEVICE(FTDI_VID, FTDI_IRTRANS_PID) }, |
311 | { USB_DEVICE(FTDI_VID, FTDI_IPLUS_PID) }, | ||
311 | { USB_DEVICE(FTDI_VID, FTDI_SIO_PID) }, | 312 | { USB_DEVICE(FTDI_VID, FTDI_SIO_PID) }, |
312 | { USB_DEVICE(FTDI_VID, FTDI_8U232AM_PID) }, | 313 | { USB_DEVICE(FTDI_VID, FTDI_8U232AM_PID) }, |
313 | { USB_DEVICE(FTDI_VID, FTDI_8U232AM_ALT_PID) }, | 314 | { USB_DEVICE(FTDI_VID, FTDI_8U232AM_ALT_PID) }, |
@@ -493,6 +494,8 @@ static struct usb_device_id id_table_combined [] = { | |||
493 | { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_777_PID) }, | 494 | { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_777_PID) }, |
494 | { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) }, | 495 | { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) }, |
495 | { USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) }, | 496 | { USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) }, |
497 | { USB_DEVICE(FTDI_VID, FTDI_RRCIRKITS_LOCOBUFFER_PID) }, | ||
498 | { USB_DEVICE(FTDI_VID, FTDI_ASK_RDR400_PID) }, | ||
496 | { USB_DEVICE(ICOM_ID1_VID, ICOM_ID1_PID) }, | 499 | { USB_DEVICE(ICOM_ID1_VID, ICOM_ID1_PID) }, |
497 | { USB_DEVICE(PAPOUCH_VID, PAPOUCH_TMU_PID) }, | 500 | { USB_DEVICE(PAPOUCH_VID, PAPOUCH_TMU_PID) }, |
498 | { }, /* Optional parameter entry */ | 501 | { }, /* Optional parameter entry */ |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 2155f0e4a378..2c55a5ea9c99 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -39,6 +39,9 @@ | |||
39 | /* www.thoughttechnology.com/ TT-USB provide with procomp use ftdi_sio */ | 39 | /* www.thoughttechnology.com/ TT-USB provide with procomp use ftdi_sio */ |
40 | #define FTDI_TTUSB_PID 0xFF20 /* Product Id */ | 40 | #define FTDI_TTUSB_PID 0xFF20 /* Product Id */ |
41 | 41 | ||
42 | /* iPlus device */ | ||
43 | #define FTDI_IPLUS_PID 0xD070 /* Product Id */ | ||
44 | |||
42 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ | 45 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ |
43 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ | 46 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ |
44 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ | 47 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ |
@@ -153,6 +156,11 @@ | |||
153 | #define ICOM_ID1_PID 0x0004 | 156 | #define ICOM_ID1_PID 0x0004 |
154 | 157 | ||
155 | /* | 158 | /* |
159 | * ASK.fr devices | ||
160 | */ | ||
161 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ | ||
162 | |||
163 | /* | ||
156 | * DSS-20 Sync Station for Sony Ericsson P800 | 164 | * DSS-20 Sync Station for Sony Ericsson P800 |
157 | */ | 165 | */ |
158 | 166 | ||
@@ -400,6 +408,11 @@ | |||
400 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ | 408 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ |
401 | 409 | ||
402 | /* | 410 | /* |
411 | * RR-CirKits LocoBuffer USB (http://www.rr-cirkits.com) | ||
412 | */ | ||
413 | #define FTDI_RRCIRKITS_LOCOBUFFER_PID 0xc7d0 /* LocoBuffer USB */ | ||
414 | |||
415 | /* | ||
403 | * Eclo (http://www.eclo.pt/) product IDs. | 416 | * Eclo (http://www.eclo.pt/) product IDs. |
404 | * PID 0xEA90 submitted by Martin Grill. | 417 | * PID 0xEA90 submitted by Martin Grill. |
405 | */ | 418 | */ |
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index ccf746b27d4e..c96714bb1cb8 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -61,6 +61,7 @@ static struct usb_device_id id_table [] = { | |||
61 | { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) }, | 61 | { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) }, |
62 | { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID_UCSGT) }, | 62 | { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID_UCSGT) }, |
63 | { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID) }, | 63 | { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID) }, |
64 | { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID_2080) }, | ||
64 | { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) }, | 65 | { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) }, |
65 | { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) }, | 66 | { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) }, |
66 | { USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) }, | 67 | { USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) }, |
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 09f379b19e98..7f29e81d3e35 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -26,6 +26,7 @@ | |||
26 | 26 | ||
27 | #define ITEGNO_VENDOR_ID 0x0eba | 27 | #define ITEGNO_VENDOR_ID 0x0eba |
28 | #define ITEGNO_PRODUCT_ID 0x1080 | 28 | #define ITEGNO_PRODUCT_ID 0x1080 |
29 | #define ITEGNO_PRODUCT_ID_2080 0x2080 | ||
29 | 30 | ||
30 | #define MA620_VENDOR_ID 0x0df7 | 31 | #define MA620_VENDOR_ID 0x0df7 |
31 | #define MA620_PRODUCT_ID 0x0620 | 32 | #define MA620_PRODUCT_ID 0x0620 |
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 557411c6e7c7..f806553cd9a4 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -508,6 +508,7 @@ no_firmware: | |||
508 | err("%s: Unable to retrieve firmware version, try replugging\n", serial->type->description); | 508 | err("%s: Unable to retrieve firmware version, try replugging\n", serial->type->description); |
509 | err("%s: If the firmware is not running (status led not blinking)\n", serial->type->description); | 509 | err("%s: If the firmware is not running (status led not blinking)\n", serial->type->description); |
510 | err("%s: please contact support@connecttech.com\n", serial->type->description); | 510 | err("%s: please contact support@connecttech.com\n", serial->type->description); |
511 | kfree(result); | ||
511 | return -ENODEV; | 512 | return -ENODEV; |
512 | 513 | ||
513 | no_command_private: | 514 | no_command_private: |
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index c4a9dcff5f2b..aec5ea8682d5 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -411,7 +411,7 @@ UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, | |||
411 | UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, | 411 | UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, |
412 | "Iomega", | 412 | "Iomega", |
413 | "USB Clik! 40", | 413 | "USB Clik! 40", |
414 | US_SC_8070, US_PR_BULK, NULL, | 414 | US_SC_8070, US_PR_DEVICE, NULL, |
415 | US_FL_FIX_INQUIRY ), | 415 | US_FL_FIX_INQUIRY ), |
416 | 416 | ||
417 | /* Yakumo Mega Image 37 | 417 | /* Yakumo Mega Image 37 |
@@ -773,6 +773,13 @@ UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, | |||
773 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 773 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
774 | US_FL_FIX_CAPACITY ), | 774 | US_FL_FIX_CAPACITY ), |
775 | 775 | ||
776 | /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ | ||
777 | UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, | ||
778 | "ATMEL", | ||
779 | "SND1 Storage", | ||
780 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
781 | US_FL_IGNORE_RESIDUE), | ||
782 | |||
776 | /* Submitted by Roman Hodek <roman@hodek.net> */ | 783 | /* Submitted by Roman Hodek <roman@hodek.net> */ |
777 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, | 784 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, |
778 | "Sandisk", | 785 | "Sandisk", |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9060e7137441..4587087d777a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -400,6 +400,8 @@ config FB_ASILIANT | |||
400 | select FB_CFB_FILLRECT | 400 | select FB_CFB_FILLRECT |
401 | select FB_CFB_COPYAREA | 401 | select FB_CFB_COPYAREA |
402 | select FB_CFB_IMAGEBLIT | 402 | select FB_CFB_IMAGEBLIT |
403 | help | ||
404 | This is the frame buffer device driver for the Asiliant 69030 chipset | ||
403 | 405 | ||
404 | config FB_IMSTT | 406 | config FB_IMSTT |
405 | bool "IMS Twin Turbo display support" | 407 | bool "IMS Twin Turbo display support" |
diff --git a/drivers/video/fbsysfs.c b/drivers/video/fbsysfs.c index b72b05250a9d..34e07399756b 100644 --- a/drivers/video/fbsysfs.c +++ b/drivers/video/fbsysfs.c | |||
@@ -305,94 +305,6 @@ static ssize_t show_stride(struct class_device *class_device, char *buf) | |||
305 | return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->fix.line_length); | 305 | return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->fix.line_length); |
306 | } | 306 | } |
307 | 307 | ||
308 | /* Format for cmap is "%02x%c%4x%4x%4x\n" */ | ||
309 | /* %02x entry %c transp %4x red %4x blue %4x green \n */ | ||
310 | /* 256 rows at 16 chars equals 4096, the normal page size */ | ||
311 | /* the code will automatically adjust for different page sizes */ | ||
312 | static ssize_t store_cmap(struct class_device *class_device, const char *buf, | ||
313 | size_t count) | ||
314 | { | ||
315 | struct fb_info *fb_info = class_get_devdata(class_device); | ||
316 | int rc, i, start, length, transp = 0; | ||
317 | |||
318 | if ((count > PAGE_SIZE) || ((count % 16) != 0)) | ||
319 | return -EINVAL; | ||
320 | |||
321 | if (!fb_info->fbops->fb_setcolreg && !fb_info->fbops->fb_setcmap) | ||
322 | return -EINVAL; | ||
323 | |||
324 | sscanf(buf, "%02x", &start); | ||
325 | length = count / 16; | ||
326 | |||
327 | for (i = 0; i < length; i++) | ||
328 | if (buf[i * 16 + 2] != ' ') | ||
329 | transp = 1; | ||
330 | |||
331 | /* If we can batch, do it */ | ||
332 | if (fb_info->fbops->fb_setcmap && length > 1) { | ||
333 | struct fb_cmap umap; | ||
334 | |||
335 | memset(&umap, 0, sizeof(umap)); | ||
336 | if ((rc = fb_alloc_cmap(&umap, length, transp))) | ||
337 | return rc; | ||
338 | |||
339 | umap.start = start; | ||
340 | for (i = 0; i < length; i++) { | ||
341 | sscanf(&buf[i * 16 + 3], "%4hx", &umap.red[i]); | ||
342 | sscanf(&buf[i * 16 + 7], "%4hx", &umap.blue[i]); | ||
343 | sscanf(&buf[i * 16 + 11], "%4hx", &umap.green[i]); | ||
344 | if (transp) | ||
345 | umap.transp[i] = (buf[i * 16 + 2] != ' '); | ||
346 | } | ||
347 | rc = fb_info->fbops->fb_setcmap(&umap, fb_info); | ||
348 | fb_copy_cmap(&umap, &fb_info->cmap); | ||
349 | fb_dealloc_cmap(&umap); | ||
350 | |||
351 | return rc ?: count; | ||
352 | } | ||
353 | for (i = 0; i < length; i++) { | ||
354 | u16 red, blue, green, tsp; | ||
355 | |||
356 | sscanf(&buf[i * 16 + 3], "%4hx", &red); | ||
357 | sscanf(&buf[i * 16 + 7], "%4hx", &blue); | ||
358 | sscanf(&buf[i * 16 + 11], "%4hx", &green); | ||
359 | tsp = (buf[i * 16 + 2] != ' '); | ||
360 | if ((rc = fb_info->fbops->fb_setcolreg(start++, | ||
361 | red, green, blue, tsp, fb_info))) | ||
362 | return rc; | ||
363 | |||
364 | fb_info->cmap.red[i] = red; | ||
365 | fb_info->cmap.blue[i] = blue; | ||
366 | fb_info->cmap.green[i] = green; | ||
367 | if (transp) | ||
368 | fb_info->cmap.transp[i] = tsp; | ||
369 | } | ||
370 | return count; | ||
371 | } | ||
372 | |||
373 | static ssize_t show_cmap(struct class_device *class_device, char *buf) | ||
374 | { | ||
375 | struct fb_info *fb_info = class_get_devdata(class_device); | ||
376 | unsigned int i; | ||
377 | |||
378 | if (!fb_info->cmap.red || !fb_info->cmap.blue || | ||
379 | !fb_info->cmap.green) | ||
380 | return -EINVAL; | ||
381 | |||
382 | if (fb_info->cmap.len > PAGE_SIZE / 16) | ||
383 | return -EINVAL; | ||
384 | |||
385 | /* don't mess with the format, the buffer is PAGE_SIZE */ | ||
386 | /* 256 entries at 16 chars per line equals 4096 = PAGE_SIZE */ | ||
387 | for (i = 0; i < fb_info->cmap.len; i++) { | ||
388 | snprintf(&buf[ i * 16], PAGE_SIZE - i * 16, "%02x%c%4x%4x%4x\n", i + fb_info->cmap.start, | ||
389 | ((fb_info->cmap.transp && fb_info->cmap.transp[i]) ? '*' : ' '), | ||
390 | fb_info->cmap.red[i], fb_info->cmap.blue[i], | ||
391 | fb_info->cmap.green[i]); | ||
392 | } | ||
393 | return 16 * fb_info->cmap.len; | ||
394 | } | ||
395 | |||
396 | static ssize_t store_blank(struct class_device *class_device, const char * buf, | 308 | static ssize_t store_blank(struct class_device *class_device, const char * buf, |
397 | size_t count) | 309 | size_t count) |
398 | { | 310 | { |
@@ -502,10 +414,12 @@ static ssize_t show_fbstate(struct class_device *class_device, char *buf) | |||
502 | return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->state); | 414 | return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->state); |
503 | } | 415 | } |
504 | 416 | ||
417 | /* When cmap is added back in it should be a binary attribute | ||
418 | * not a text one. Consideration should also be given to converting | ||
419 | * fbdev to use configfs instead of sysfs */ | ||
505 | static struct class_device_attribute class_device_attrs[] = { | 420 | static struct class_device_attribute class_device_attrs[] = { |
506 | __ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp), | 421 | __ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp), |
507 | __ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank), | 422 | __ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank), |
508 | __ATTR(color_map, S_IRUGO|S_IWUSR, show_cmap, store_cmap), | ||
509 | __ATTR(console, S_IRUGO|S_IWUSR, show_console, store_console), | 423 | __ATTR(console, S_IRUGO|S_IWUSR, show_console, store_console), |
510 | __ATTR(cursor, S_IRUGO|S_IWUSR, show_cursor, store_cursor), | 424 | __ATTR(cursor, S_IRUGO|S_IWUSR, show_cursor, store_cursor), |
511 | __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode), | 425 | __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode), |
diff --git a/fs/compat.c b/fs/compat.c index 7f8e26ea427c..2e32bd340474 100644 --- a/fs/compat.c +++ b/fs/compat.c | |||
@@ -1217,6 +1217,10 @@ static ssize_t compat_do_readv_writev(int type, struct file *file, | |||
1217 | if (ret < 0) | 1217 | if (ret < 0) |
1218 | goto out; | 1218 | goto out; |
1219 | 1219 | ||
1220 | ret = security_file_permission(file, type == READ ? MAY_READ:MAY_WRITE); | ||
1221 | if (ret) | ||
1222 | goto out; | ||
1223 | |||
1220 | fnv = NULL; | 1224 | fnv = NULL; |
1221 | if (type == READ) { | 1225 | if (type == READ) { |
1222 | fn = file->f_op->read; | 1226 | fn = file->f_op->read; |
diff --git a/fs/ext3/ioctl.c b/fs/ext3/ioctl.c index aaf1da17b6d4..8c22aa9a7fbb 100644 --- a/fs/ext3/ioctl.c +++ b/fs/ext3/ioctl.c | |||
@@ -48,6 +48,7 @@ int ext3_ioctl (struct inode * inode, struct file * filp, unsigned int cmd, | |||
48 | if (!S_ISDIR(inode->i_mode)) | 48 | if (!S_ISDIR(inode->i_mode)) |
49 | flags &= ~EXT3_DIRSYNC_FL; | 49 | flags &= ~EXT3_DIRSYNC_FL; |
50 | 50 | ||
51 | mutex_lock(&inode->i_mutex); | ||
51 | oldflags = ei->i_flags; | 52 | oldflags = ei->i_flags; |
52 | 53 | ||
53 | /* The JOURNAL_DATA flag is modifiable only by root */ | 54 | /* The JOURNAL_DATA flag is modifiable only by root */ |
@@ -60,8 +61,10 @@ int ext3_ioctl (struct inode * inode, struct file * filp, unsigned int cmd, | |||
60 | * This test looks nicer. Thanks to Pauline Middelink | 61 | * This test looks nicer. Thanks to Pauline Middelink |
61 | */ | 62 | */ |
62 | if ((flags ^ oldflags) & (EXT3_APPEND_FL | EXT3_IMMUTABLE_FL)) { | 63 | if ((flags ^ oldflags) & (EXT3_APPEND_FL | EXT3_IMMUTABLE_FL)) { |
63 | if (!capable(CAP_LINUX_IMMUTABLE)) | 64 | if (!capable(CAP_LINUX_IMMUTABLE)) { |
65 | mutex_unlock(&inode->i_mutex); | ||
64 | return -EPERM; | 66 | return -EPERM; |
67 | } | ||
65 | } | 68 | } |
66 | 69 | ||
67 | /* | 70 | /* |
@@ -69,14 +72,18 @@ int ext3_ioctl (struct inode * inode, struct file * filp, unsigned int cmd, | |||
69 | * the relevant capability. | 72 | * the relevant capability. |
70 | */ | 73 | */ |
71 | if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) { | 74 | if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) { |
72 | if (!capable(CAP_SYS_RESOURCE)) | 75 | if (!capable(CAP_SYS_RESOURCE)) { |
76 | mutex_unlock(&inode->i_mutex); | ||
73 | return -EPERM; | 77 | return -EPERM; |
78 | } | ||
74 | } | 79 | } |
75 | 80 | ||
76 | 81 | ||
77 | handle = ext3_journal_start(inode, 1); | 82 | handle = ext3_journal_start(inode, 1); |
78 | if (IS_ERR(handle)) | 83 | if (IS_ERR(handle)) { |
84 | mutex_unlock(&inode->i_mutex); | ||
79 | return PTR_ERR(handle); | 85 | return PTR_ERR(handle); |
86 | } | ||
80 | if (IS_SYNC(inode)) | 87 | if (IS_SYNC(inode)) |
81 | handle->h_sync = 1; | 88 | handle->h_sync = 1; |
82 | err = ext3_reserve_inode_write(handle, inode, &iloc); | 89 | err = ext3_reserve_inode_write(handle, inode, &iloc); |
@@ -93,11 +100,14 @@ int ext3_ioctl (struct inode * inode, struct file * filp, unsigned int cmd, | |||
93 | err = ext3_mark_iloc_dirty(handle, inode, &iloc); | 100 | err = ext3_mark_iloc_dirty(handle, inode, &iloc); |
94 | flags_err: | 101 | flags_err: |
95 | ext3_journal_stop(handle); | 102 | ext3_journal_stop(handle); |
96 | if (err) | 103 | if (err) { |
104 | mutex_unlock(&inode->i_mutex); | ||
97 | return err; | 105 | return err; |
106 | } | ||
98 | 107 | ||
99 | if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) | 108 | if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) |
100 | err = ext3_change_inode_journal_flag(inode, jflag); | 109 | err = ext3_change_inode_journal_flag(inode, jflag); |
110 | mutex_unlock(&inode->i_mutex); | ||
101 | return err; | 111 | return err; |
102 | } | 112 | } |
103 | case EXT3_IOC_GETVERSION: | 113 | case EXT3_IOC_GETVERSION: |
diff --git a/fs/ext3/resize.c b/fs/ext3/resize.c index c5ffa8523968..8aac5334680d 100644 --- a/fs/ext3/resize.c +++ b/fs/ext3/resize.c | |||
@@ -213,7 +213,7 @@ static int setup_new_group_blocks(struct super_block *sb, | |||
213 | goto exit_bh; | 213 | goto exit_bh; |
214 | } | 214 | } |
215 | lock_buffer(bh); | 215 | lock_buffer(bh); |
216 | memcpy(gdb->b_data, sbi->s_group_desc[i], bh->b_size); | 216 | memcpy(gdb->b_data, sbi->s_group_desc[i]->b_data, bh->b_size); |
217 | set_buffer_uptodate(gdb); | 217 | set_buffer_uptodate(gdb); |
218 | unlock_buffer(bh); | 218 | unlock_buffer(bh); |
219 | ext3_journal_dirty_metadata(handle, gdb); | 219 | ext3_journal_dirty_metadata(handle, gdb); |
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index cc750c68fe70..104a62dadb94 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c | |||
@@ -128,14 +128,24 @@ void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) | |||
128 | } | 128 | } |
129 | } | 129 | } |
130 | 130 | ||
131 | void fuse_remove_background(struct fuse_conn *fc, struct fuse_req *req) | 131 | /* |
132 | * Called with sbput_sem held for read (request_end) or write | ||
133 | * (fuse_put_super). By the time fuse_put_super() is finished, all | ||
134 | * inodes belonging to background requests must be released, so the | ||
135 | * iputs have to be done within the locked region. | ||
136 | */ | ||
137 | void fuse_release_background(struct fuse_conn *fc, struct fuse_req *req) | ||
132 | { | 138 | { |
133 | list_del_init(&req->bg_entry); | 139 | iput(req->inode); |
140 | iput(req->inode2); | ||
141 | spin_lock(&fc->lock); | ||
142 | list_del(&req->bg_entry); | ||
134 | if (fc->num_background == FUSE_MAX_BACKGROUND) { | 143 | if (fc->num_background == FUSE_MAX_BACKGROUND) { |
135 | fc->blocked = 0; | 144 | fc->blocked = 0; |
136 | wake_up_all(&fc->blocked_waitq); | 145 | wake_up_all(&fc->blocked_waitq); |
137 | } | 146 | } |
138 | fc->num_background--; | 147 | fc->num_background--; |
148 | spin_unlock(&fc->lock); | ||
139 | } | 149 | } |
140 | 150 | ||
141 | /* | 151 | /* |
@@ -165,27 +175,22 @@ static void request_end(struct fuse_conn *fc, struct fuse_req *req) | |||
165 | wake_up(&req->waitq); | 175 | wake_up(&req->waitq); |
166 | fuse_put_request(fc, req); | 176 | fuse_put_request(fc, req); |
167 | } else { | 177 | } else { |
168 | struct inode *inode = req->inode; | ||
169 | struct inode *inode2 = req->inode2; | ||
170 | struct file *file = req->file; | ||
171 | void (*end) (struct fuse_conn *, struct fuse_req *) = req->end; | 178 | void (*end) (struct fuse_conn *, struct fuse_req *) = req->end; |
172 | req->end = NULL; | 179 | req->end = NULL; |
173 | req->inode = NULL; | ||
174 | req->inode2 = NULL; | ||
175 | req->file = NULL; | ||
176 | if (!list_empty(&req->bg_entry)) | ||
177 | fuse_remove_background(fc, req); | ||
178 | spin_unlock(&fc->lock); | 180 | spin_unlock(&fc->lock); |
181 | down_read(&fc->sbput_sem); | ||
182 | if (fc->mounted) | ||
183 | fuse_release_background(fc, req); | ||
184 | up_read(&fc->sbput_sem); | ||
185 | |||
186 | /* fput must go outside sbput_sem, otherwise it can deadlock */ | ||
187 | if (req->file) | ||
188 | fput(req->file); | ||
179 | 189 | ||
180 | if (end) | 190 | if (end) |
181 | end(fc, req); | 191 | end(fc, req); |
182 | else | 192 | else |
183 | fuse_put_request(fc, req); | 193 | fuse_put_request(fc, req); |
184 | |||
185 | if (file) | ||
186 | fput(file); | ||
187 | iput(inode); | ||
188 | iput(inode2); | ||
189 | } | 194 | } |
190 | } | 195 | } |
191 | 196 | ||
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 59661c481d9d..0474202cb5dc 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -258,9 +258,15 @@ struct fuse_conn { | |||
258 | /** waitq for blocked connection */ | 258 | /** waitq for blocked connection */ |
259 | wait_queue_head_t blocked_waitq; | 259 | wait_queue_head_t blocked_waitq; |
260 | 260 | ||
261 | /** RW semaphore for exclusion with fuse_put_super() */ | ||
262 | struct rw_semaphore sbput_sem; | ||
263 | |||
261 | /** The next unique request id */ | 264 | /** The next unique request id */ |
262 | u64 reqctr; | 265 | u64 reqctr; |
263 | 266 | ||
267 | /** Mount is active */ | ||
268 | unsigned mounted; | ||
269 | |||
264 | /** Connection established, cleared on umount, connection | 270 | /** Connection established, cleared on umount, connection |
265 | abort and device release */ | 271 | abort and device release */ |
266 | unsigned connected; | 272 | unsigned connected; |
@@ -471,11 +477,11 @@ void request_send_noreply(struct fuse_conn *fc, struct fuse_req *req); | |||
471 | void request_send_background(struct fuse_conn *fc, struct fuse_req *req); | 477 | void request_send_background(struct fuse_conn *fc, struct fuse_req *req); |
472 | 478 | ||
473 | /** | 479 | /** |
474 | * Remove request from the the background list | 480 | * Release inodes and file associated with background request |
475 | */ | 481 | */ |
476 | void fuse_remove_background(struct fuse_conn *fc, struct fuse_req *req); | 482 | void fuse_release_background(struct fuse_conn *fc, struct fuse_req *req); |
477 | 483 | ||
478 | /** Abort all requests */ | 484 | /* Abort all requests */ |
479 | void fuse_abort_conn(struct fuse_conn *fc); | 485 | void fuse_abort_conn(struct fuse_conn *fc); |
480 | 486 | ||
481 | /** | 487 | /** |
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index 43a6fc0db8a7..7627022446b2 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c | |||
@@ -204,26 +204,17 @@ static void fuse_put_super(struct super_block *sb) | |||
204 | { | 204 | { |
205 | struct fuse_conn *fc = get_fuse_conn_super(sb); | 205 | struct fuse_conn *fc = get_fuse_conn_super(sb); |
206 | 206 | ||
207 | down_write(&fc->sbput_sem); | ||
208 | while (!list_empty(&fc->background)) | ||
209 | fuse_release_background(fc, | ||
210 | list_entry(fc->background.next, | ||
211 | struct fuse_req, bg_entry)); | ||
212 | |||
207 | spin_lock(&fc->lock); | 213 | spin_lock(&fc->lock); |
214 | fc->mounted = 0; | ||
208 | fc->connected = 0; | 215 | fc->connected = 0; |
209 | while (!list_empty(&fc->background)) { | ||
210 | struct fuse_req *req = list_entry(fc->background.next, | ||
211 | struct fuse_req, bg_entry); | ||
212 | struct inode *inode = req->inode; | ||
213 | struct inode *inode2 = req->inode2; | ||
214 | |||
215 | /* File would hold a reference to vfsmount */ | ||
216 | BUG_ON(req->file); | ||
217 | req->inode = NULL; | ||
218 | req->inode2 = NULL; | ||
219 | fuse_remove_background(fc, req); | ||
220 | |||
221 | spin_unlock(&fc->lock); | ||
222 | iput(inode); | ||
223 | iput(inode2); | ||
224 | spin_lock(&fc->lock); | ||
225 | } | ||
226 | spin_unlock(&fc->lock); | 216 | spin_unlock(&fc->lock); |
217 | up_write(&fc->sbput_sem); | ||
227 | /* Flush all readers on this fs */ | 218 | /* Flush all readers on this fs */ |
228 | kill_fasync(&fc->fasync, SIGIO, POLL_IN); | 219 | kill_fasync(&fc->fasync, SIGIO, POLL_IN); |
229 | wake_up_all(&fc->waitq); | 220 | wake_up_all(&fc->waitq); |
@@ -395,6 +386,7 @@ static struct fuse_conn *new_conn(void) | |||
395 | INIT_LIST_HEAD(&fc->processing); | 386 | INIT_LIST_HEAD(&fc->processing); |
396 | INIT_LIST_HEAD(&fc->io); | 387 | INIT_LIST_HEAD(&fc->io); |
397 | INIT_LIST_HEAD(&fc->background); | 388 | INIT_LIST_HEAD(&fc->background); |
389 | init_rwsem(&fc->sbput_sem); | ||
398 | kobj_set_kset_s(fc, connections_subsys); | 390 | kobj_set_kset_s(fc, connections_subsys); |
399 | kobject_init(&fc->kobj); | 391 | kobject_init(&fc->kobj); |
400 | atomic_set(&fc->num_waiting, 0); | 392 | atomic_set(&fc->num_waiting, 0); |
@@ -508,11 +500,6 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) | |||
508 | if (file->f_op != &fuse_dev_operations) | 500 | if (file->f_op != &fuse_dev_operations) |
509 | return -EINVAL; | 501 | return -EINVAL; |
510 | 502 | ||
511 | /* Setting file->private_data can't race with other mount() | ||
512 | instances, since BKL is held for ->get_sb() */ | ||
513 | if (file->private_data) | ||
514 | return -EINVAL; | ||
515 | |||
516 | fc = new_conn(); | 503 | fc = new_conn(); |
517 | if (!fc) | 504 | if (!fc) |
518 | return -ENOMEM; | 505 | return -ENOMEM; |
@@ -548,7 +535,14 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) | |||
548 | if (err) | 535 | if (err) |
549 | goto err_free_req; | 536 | goto err_free_req; |
550 | 537 | ||
538 | /* Setting file->private_data can't race with other mount() | ||
539 | instances, since BKL is held for ->get_sb() */ | ||
540 | err = -EINVAL; | ||
541 | if (file->private_data) | ||
542 | goto err_kobject_del; | ||
543 | |||
551 | sb->s_root = root_dentry; | 544 | sb->s_root = root_dentry; |
545 | fc->mounted = 1; | ||
552 | fc->connected = 1; | 546 | fc->connected = 1; |
553 | kobject_get(&fc->kobj); | 547 | kobject_get(&fc->kobj); |
554 | file->private_data = fc; | 548 | file->private_data = fc; |
@@ -563,6 +557,8 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) | |||
563 | 557 | ||
564 | return 0; | 558 | return 0; |
565 | 559 | ||
560 | err_kobject_del: | ||
561 | kobject_del(&fc->kobj); | ||
566 | err_free_req: | 562 | err_free_req: |
567 | fuse_request_free(init_req); | 563 | fuse_request_free(init_req); |
568 | err_put_root: | 564 | err_put_root: |
diff --git a/fs/splice.c b/fs/splice.c index 0559e7577a04..a46ddd28561e 100644 --- a/fs/splice.c +++ b/fs/splice.c | |||
@@ -27,15 +27,22 @@ | |||
27 | #include <linux/buffer_head.h> | 27 | #include <linux/buffer_head.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/syscalls.h> | 29 | #include <linux/syscalls.h> |
30 | #include <linux/uio.h> | ||
31 | |||
32 | struct partial_page { | ||
33 | unsigned int offset; | ||
34 | unsigned int len; | ||
35 | }; | ||
30 | 36 | ||
31 | /* | 37 | /* |
32 | * Passed to the actors | 38 | * Passed to splice_to_pipe |
33 | */ | 39 | */ |
34 | struct splice_desc { | 40 | struct splice_pipe_desc { |
35 | unsigned int len, total_len; /* current and remaining length */ | 41 | struct page **pages; /* page map */ |
42 | struct partial_page *partial; /* pages[] may not be contig */ | ||
43 | int nr_pages; /* number of pages in map */ | ||
36 | unsigned int flags; /* splice flags */ | 44 | unsigned int flags; /* splice flags */ |
37 | struct file *file; /* file to read/write */ | 45 | struct pipe_buf_operations *ops;/* ops associated with output pipe */ |
38 | loff_t pos; /* file position */ | ||
39 | }; | 46 | }; |
40 | 47 | ||
41 | /* | 48 | /* |
@@ -128,6 +135,19 @@ static void page_cache_pipe_buf_unmap(struct pipe_inode_info *info, | |||
128 | kunmap(buf->page); | 135 | kunmap(buf->page); |
129 | } | 136 | } |
130 | 137 | ||
138 | static void *user_page_pipe_buf_map(struct file *file, | ||
139 | struct pipe_inode_info *pipe, | ||
140 | struct pipe_buffer *buf) | ||
141 | { | ||
142 | return kmap(buf->page); | ||
143 | } | ||
144 | |||
145 | static void user_page_pipe_buf_unmap(struct pipe_inode_info *pipe, | ||
146 | struct pipe_buffer *buf) | ||
147 | { | ||
148 | kunmap(buf->page); | ||
149 | } | ||
150 | |||
131 | static void page_cache_pipe_buf_get(struct pipe_inode_info *info, | 151 | static void page_cache_pipe_buf_get(struct pipe_inode_info *info, |
132 | struct pipe_buffer *buf) | 152 | struct pipe_buffer *buf) |
133 | { | 153 | { |
@@ -143,19 +163,33 @@ static struct pipe_buf_operations page_cache_pipe_buf_ops = { | |||
143 | .get = page_cache_pipe_buf_get, | 163 | .get = page_cache_pipe_buf_get, |
144 | }; | 164 | }; |
145 | 165 | ||
166 | static int user_page_pipe_buf_steal(struct pipe_inode_info *pipe, | ||
167 | struct pipe_buffer *buf) | ||
168 | { | ||
169 | return 1; | ||
170 | } | ||
171 | |||
172 | static struct pipe_buf_operations user_page_pipe_buf_ops = { | ||
173 | .can_merge = 0, | ||
174 | .map = user_page_pipe_buf_map, | ||
175 | .unmap = user_page_pipe_buf_unmap, | ||
176 | .release = page_cache_pipe_buf_release, | ||
177 | .steal = user_page_pipe_buf_steal, | ||
178 | .get = page_cache_pipe_buf_get, | ||
179 | }; | ||
180 | |||
146 | /* | 181 | /* |
147 | * Pipe output worker. This sets up our pipe format with the page cache | 182 | * Pipe output worker. This sets up our pipe format with the page cache |
148 | * pipe buffer operations. Otherwise very similar to the regular pipe_writev(). | 183 | * pipe buffer operations. Otherwise very similar to the regular pipe_writev(). |
149 | */ | 184 | */ |
150 | static ssize_t move_to_pipe(struct pipe_inode_info *pipe, struct page **pages, | 185 | static ssize_t splice_to_pipe(struct pipe_inode_info *pipe, |
151 | int nr_pages, unsigned long len, | 186 | struct splice_pipe_desc *spd) |
152 | unsigned int offset, unsigned int flags) | ||
153 | { | 187 | { |
154 | int ret, do_wakeup, i; | 188 | int ret, do_wakeup, page_nr; |
155 | 189 | ||
156 | ret = 0; | 190 | ret = 0; |
157 | do_wakeup = 0; | 191 | do_wakeup = 0; |
158 | i = 0; | 192 | page_nr = 0; |
159 | 193 | ||
160 | if (pipe->inode) | 194 | if (pipe->inode) |
161 | mutex_lock(&pipe->inode->i_mutex); | 195 | mutex_lock(&pipe->inode->i_mutex); |
@@ -171,27 +205,19 @@ static ssize_t move_to_pipe(struct pipe_inode_info *pipe, struct page **pages, | |||
171 | if (pipe->nrbufs < PIPE_BUFFERS) { | 205 | if (pipe->nrbufs < PIPE_BUFFERS) { |
172 | int newbuf = (pipe->curbuf + pipe->nrbufs) & (PIPE_BUFFERS - 1); | 206 | int newbuf = (pipe->curbuf + pipe->nrbufs) & (PIPE_BUFFERS - 1); |
173 | struct pipe_buffer *buf = pipe->bufs + newbuf; | 207 | struct pipe_buffer *buf = pipe->bufs + newbuf; |
174 | struct page *page = pages[i++]; | ||
175 | unsigned long this_len; | ||
176 | |||
177 | this_len = PAGE_CACHE_SIZE - offset; | ||
178 | if (this_len > len) | ||
179 | this_len = len; | ||
180 | 208 | ||
181 | buf->page = page; | 209 | buf->page = spd->pages[page_nr]; |
182 | buf->offset = offset; | 210 | buf->offset = spd->partial[page_nr].offset; |
183 | buf->len = this_len; | 211 | buf->len = spd->partial[page_nr].len; |
184 | buf->ops = &page_cache_pipe_buf_ops; | 212 | buf->ops = spd->ops; |
185 | pipe->nrbufs++; | 213 | pipe->nrbufs++; |
214 | page_nr++; | ||
215 | ret += buf->len; | ||
216 | |||
186 | if (pipe->inode) | 217 | if (pipe->inode) |
187 | do_wakeup = 1; | 218 | do_wakeup = 1; |
188 | 219 | ||
189 | ret += this_len; | 220 | if (!--spd->nr_pages) |
190 | len -= this_len; | ||
191 | offset = 0; | ||
192 | if (!--nr_pages) | ||
193 | break; | ||
194 | if (!len) | ||
195 | break; | 221 | break; |
196 | if (pipe->nrbufs < PIPE_BUFFERS) | 222 | if (pipe->nrbufs < PIPE_BUFFERS) |
197 | continue; | 223 | continue; |
@@ -199,7 +225,7 @@ static ssize_t move_to_pipe(struct pipe_inode_info *pipe, struct page **pages, | |||
199 | break; | 225 | break; |
200 | } | 226 | } |
201 | 227 | ||
202 | if (flags & SPLICE_F_NONBLOCK) { | 228 | if (spd->flags & SPLICE_F_NONBLOCK) { |
203 | if (!ret) | 229 | if (!ret) |
204 | ret = -EAGAIN; | 230 | ret = -EAGAIN; |
205 | break; | 231 | break; |
@@ -234,8 +260,8 @@ static ssize_t move_to_pipe(struct pipe_inode_info *pipe, struct page **pages, | |||
234 | kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); | 260 | kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); |
235 | } | 261 | } |
236 | 262 | ||
237 | while (i < nr_pages) | 263 | while (page_nr < spd->nr_pages) |
238 | page_cache_release(pages[i++]); | 264 | page_cache_release(spd->pages[page_nr++]); |
239 | 265 | ||
240 | return ret; | 266 | return ret; |
241 | } | 267 | } |
@@ -246,17 +272,24 @@ __generic_file_splice_read(struct file *in, loff_t *ppos, | |||
246 | unsigned int flags) | 272 | unsigned int flags) |
247 | { | 273 | { |
248 | struct address_space *mapping = in->f_mapping; | 274 | struct address_space *mapping = in->f_mapping; |
249 | unsigned int loff, offset, nr_pages; | 275 | unsigned int loff, nr_pages; |
250 | struct page *pages[PIPE_BUFFERS]; | 276 | struct page *pages[PIPE_BUFFERS]; |
277 | struct partial_page partial[PIPE_BUFFERS]; | ||
251 | struct page *page; | 278 | struct page *page; |
252 | pgoff_t index, end_index; | 279 | pgoff_t index, end_index; |
253 | loff_t isize; | 280 | loff_t isize; |
254 | size_t bytes; | 281 | size_t total_len; |
255 | int i, error; | 282 | int error, page_nr; |
283 | struct splice_pipe_desc spd = { | ||
284 | .pages = pages, | ||
285 | .partial = partial, | ||
286 | .flags = flags, | ||
287 | .ops = &page_cache_pipe_buf_ops, | ||
288 | }; | ||
256 | 289 | ||
257 | index = *ppos >> PAGE_CACHE_SHIFT; | 290 | index = *ppos >> PAGE_CACHE_SHIFT; |
258 | loff = offset = *ppos & ~PAGE_CACHE_MASK; | 291 | loff = *ppos & ~PAGE_CACHE_MASK; |
259 | nr_pages = (len + offset + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; | 292 | nr_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
260 | 293 | ||
261 | if (nr_pages > PIPE_BUFFERS) | 294 | if (nr_pages > PIPE_BUFFERS) |
262 | nr_pages = PIPE_BUFFERS; | 295 | nr_pages = PIPE_BUFFERS; |
@@ -266,47 +299,75 @@ __generic_file_splice_read(struct file *in, loff_t *ppos, | |||
266 | * read-ahead if this is a non-zero offset (we are likely doing small | 299 | * read-ahead if this is a non-zero offset (we are likely doing small |
267 | * chunk splice and the page is already there) for a single page. | 300 | * chunk splice and the page is already there) for a single page. |
268 | */ | 301 | */ |
269 | if (!offset || nr_pages > 1) | 302 | if (!loff || nr_pages > 1) |
270 | do_page_cache_readahead(mapping, in, index, nr_pages); | 303 | page_cache_readahead(mapping, &in->f_ra, in, index, nr_pages); |
271 | 304 | ||
272 | /* | 305 | /* |
273 | * Now fill in the holes: | 306 | * Now fill in the holes: |
274 | */ | 307 | */ |
275 | error = 0; | 308 | error = 0; |
276 | bytes = 0; | 309 | total_len = 0; |
277 | for (i = 0; i < nr_pages; i++, index++) { | ||
278 | unsigned int this_len; | ||
279 | 310 | ||
280 | if (!len) | 311 | /* |
281 | break; | 312 | * Lookup the (hopefully) full range of pages we need. |
313 | */ | ||
314 | spd.nr_pages = find_get_pages_contig(mapping, index, nr_pages, pages); | ||
282 | 315 | ||
316 | /* | ||
317 | * If find_get_pages_contig() returned fewer pages than we needed, | ||
318 | * allocate the rest. | ||
319 | */ | ||
320 | index += spd.nr_pages; | ||
321 | while (spd.nr_pages < nr_pages) { | ||
283 | /* | 322 | /* |
284 | * this_len is the max we'll use from this page | 323 | * Page could be there, find_get_pages_contig() breaks on |
285 | */ | 324 | * the first hole. |
286 | this_len = min(len, PAGE_CACHE_SIZE - loff); | ||
287 | find_page: | ||
288 | /* | ||
289 | * lookup the page for this index | ||
290 | */ | 325 | */ |
291 | page = find_get_page(mapping, index); | 326 | page = find_get_page(mapping, index); |
292 | if (!page) { | 327 | if (!page) { |
293 | /* | 328 | /* |
294 | * page didn't exist, allocate one | 329 | * page didn't exist, allocate one. |
295 | */ | 330 | */ |
296 | page = page_cache_alloc_cold(mapping); | 331 | page = page_cache_alloc_cold(mapping); |
297 | if (!page) | 332 | if (!page) |
298 | break; | 333 | break; |
299 | 334 | ||
300 | error = add_to_page_cache_lru(page, mapping, index, | 335 | error = add_to_page_cache_lru(page, mapping, index, |
301 | mapping_gfp_mask(mapping)); | 336 | mapping_gfp_mask(mapping)); |
302 | if (unlikely(error)) { | 337 | if (unlikely(error)) { |
303 | page_cache_release(page); | 338 | page_cache_release(page); |
304 | break; | 339 | break; |
305 | } | 340 | } |
306 | 341 | /* | |
307 | goto readpage; | 342 | * add_to_page_cache() locks the page, unlock it |
343 | * to avoid convoluting the logic below even more. | ||
344 | */ | ||
345 | unlock_page(page); | ||
308 | } | 346 | } |
309 | 347 | ||
348 | pages[spd.nr_pages++] = page; | ||
349 | index++; | ||
350 | } | ||
351 | |||
352 | /* | ||
353 | * Now loop over the map and see if we need to start IO on any | ||
354 | * pages, fill in the partial map, etc. | ||
355 | */ | ||
356 | index = *ppos >> PAGE_CACHE_SHIFT; | ||
357 | nr_pages = spd.nr_pages; | ||
358 | spd.nr_pages = 0; | ||
359 | for (page_nr = 0; page_nr < nr_pages; page_nr++) { | ||
360 | unsigned int this_len; | ||
361 | |||
362 | if (!len) | ||
363 | break; | ||
364 | |||
365 | /* | ||
366 | * this_len is the max we'll use from this page | ||
367 | */ | ||
368 | this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff); | ||
369 | page = pages[page_nr]; | ||
370 | |||
310 | /* | 371 | /* |
311 | * If the page isn't uptodate, we may need to start io on it | 372 | * If the page isn't uptodate, we may need to start io on it |
312 | */ | 373 | */ |
@@ -327,7 +388,6 @@ find_page: | |||
327 | */ | 388 | */ |
328 | if (!page->mapping) { | 389 | if (!page->mapping) { |
329 | unlock_page(page); | 390 | unlock_page(page); |
330 | page_cache_release(page); | ||
331 | break; | 391 | break; |
332 | } | 392 | } |
333 | /* | 393 | /* |
@@ -338,16 +398,20 @@ find_page: | |||
338 | goto fill_it; | 398 | goto fill_it; |
339 | } | 399 | } |
340 | 400 | ||
341 | readpage: | ||
342 | /* | 401 | /* |
343 | * need to read in the page | 402 | * need to read in the page |
344 | */ | 403 | */ |
345 | error = mapping->a_ops->readpage(in, page); | 404 | error = mapping->a_ops->readpage(in, page); |
346 | |||
347 | if (unlikely(error)) { | 405 | if (unlikely(error)) { |
348 | page_cache_release(page); | 406 | /* |
407 | * We really should re-lookup the page here, | ||
408 | * but it complicates things a lot. Instead | ||
409 | * lets just do what we already stored, and | ||
410 | * we'll get it the next time we are called. | ||
411 | */ | ||
349 | if (error == AOP_TRUNCATED_PAGE) | 412 | if (error == AOP_TRUNCATED_PAGE) |
350 | goto find_page; | 413 | error = 0; |
414 | |||
351 | break; | 415 | break; |
352 | } | 416 | } |
353 | 417 | ||
@@ -356,10 +420,8 @@ readpage: | |||
356 | */ | 420 | */ |
357 | isize = i_size_read(mapping->host); | 421 | isize = i_size_read(mapping->host); |
358 | end_index = (isize - 1) >> PAGE_CACHE_SHIFT; | 422 | end_index = (isize - 1) >> PAGE_CACHE_SHIFT; |
359 | if (unlikely(!isize || index > end_index)) { | 423 | if (unlikely(!isize || index > end_index)) |
360 | page_cache_release(page); | ||
361 | break; | 424 | break; |
362 | } | ||
363 | 425 | ||
364 | /* | 426 | /* |
365 | * if this is the last page, see if we need to shrink | 427 | * if this is the last page, see if we need to shrink |
@@ -367,26 +429,35 @@ readpage: | |||
367 | */ | 429 | */ |
368 | if (end_index == index) { | 430 | if (end_index == index) { |
369 | loff = PAGE_CACHE_SIZE - (isize & ~PAGE_CACHE_MASK); | 431 | loff = PAGE_CACHE_SIZE - (isize & ~PAGE_CACHE_MASK); |
370 | if (bytes + loff > isize) { | 432 | if (total_len + loff > isize) |
371 | page_cache_release(page); | ||
372 | break; | 433 | break; |
373 | } | ||
374 | /* | 434 | /* |
375 | * force quit after adding this page | 435 | * force quit after adding this page |
376 | */ | 436 | */ |
377 | nr_pages = i; | 437 | len = this_len; |
378 | this_len = min(this_len, loff); | 438 | this_len = min(this_len, loff); |
439 | loff = 0; | ||
379 | } | 440 | } |
380 | } | 441 | } |
381 | fill_it: | 442 | fill_it: |
382 | pages[i] = page; | 443 | partial[page_nr].offset = loff; |
383 | bytes += this_len; | 444 | partial[page_nr].len = this_len; |
384 | len -= this_len; | 445 | len -= this_len; |
446 | total_len += this_len; | ||
385 | loff = 0; | 447 | loff = 0; |
448 | spd.nr_pages++; | ||
449 | index++; | ||
386 | } | 450 | } |
387 | 451 | ||
388 | if (i) | 452 | /* |
389 | return move_to_pipe(pipe, pages, i, bytes, offset, flags); | 453 | * Release any pages at the end, if we quit early. 'i' is how far |
454 | * we got, 'nr_pages' is how many pages are in the map. | ||
455 | */ | ||
456 | while (page_nr < nr_pages) | ||
457 | page_cache_release(pages[page_nr++]); | ||
458 | |||
459 | if (spd.nr_pages) | ||
460 | return splice_to_pipe(pipe, &spd); | ||
390 | 461 | ||
391 | return error; | 462 | return error; |
392 | } | 463 | } |
@@ -439,14 +510,13 @@ EXPORT_SYMBOL(generic_file_splice_read); | |||
439 | 510 | ||
440 | /* | 511 | /* |
441 | * Send 'sd->len' bytes to socket from 'sd->file' at position 'sd->pos' | 512 | * Send 'sd->len' bytes to socket from 'sd->file' at position 'sd->pos' |
442 | * using sendpage(). | 513 | * using sendpage(). Return the number of bytes sent. |
443 | */ | 514 | */ |
444 | static int pipe_to_sendpage(struct pipe_inode_info *info, | 515 | static int pipe_to_sendpage(struct pipe_inode_info *info, |
445 | struct pipe_buffer *buf, struct splice_desc *sd) | 516 | struct pipe_buffer *buf, struct splice_desc *sd) |
446 | { | 517 | { |
447 | struct file *file = sd->file; | 518 | struct file *file = sd->file; |
448 | loff_t pos = sd->pos; | 519 | loff_t pos = sd->pos; |
449 | unsigned int offset; | ||
450 | ssize_t ret; | 520 | ssize_t ret; |
451 | void *ptr; | 521 | void *ptr; |
452 | int more; | 522 | int more; |
@@ -461,16 +531,13 @@ static int pipe_to_sendpage(struct pipe_inode_info *info, | |||
461 | if (IS_ERR(ptr)) | 531 | if (IS_ERR(ptr)) |
462 | return PTR_ERR(ptr); | 532 | return PTR_ERR(ptr); |
463 | 533 | ||
464 | offset = pos & ~PAGE_CACHE_MASK; | ||
465 | more = (sd->flags & SPLICE_F_MORE) || sd->len < sd->total_len; | 534 | more = (sd->flags & SPLICE_F_MORE) || sd->len < sd->total_len; |
466 | 535 | ||
467 | ret = file->f_op->sendpage(file, buf->page, offset, sd->len, &pos,more); | 536 | ret = file->f_op->sendpage(file, buf->page, buf->offset, sd->len, |
537 | &pos, more); | ||
468 | 538 | ||
469 | buf->ops->unmap(info, buf); | 539 | buf->ops->unmap(info, buf); |
470 | if (ret == sd->len) | 540 | return ret; |
471 | return 0; | ||
472 | |||
473 | return -EIO; | ||
474 | } | 541 | } |
475 | 542 | ||
476 | /* | 543 | /* |
@@ -499,7 +566,7 @@ static int pipe_to_file(struct pipe_inode_info *info, struct pipe_buffer *buf, | |||
499 | struct file *file = sd->file; | 566 | struct file *file = sd->file; |
500 | struct address_space *mapping = file->f_mapping; | 567 | struct address_space *mapping = file->f_mapping; |
501 | gfp_t gfp_mask = mapping_gfp_mask(mapping); | 568 | gfp_t gfp_mask = mapping_gfp_mask(mapping); |
502 | unsigned int offset; | 569 | unsigned int offset, this_len; |
503 | struct page *page; | 570 | struct page *page; |
504 | pgoff_t index; | 571 | pgoff_t index; |
505 | char *src; | 572 | char *src; |
@@ -515,6 +582,10 @@ static int pipe_to_file(struct pipe_inode_info *info, struct pipe_buffer *buf, | |||
515 | index = sd->pos >> PAGE_CACHE_SHIFT; | 582 | index = sd->pos >> PAGE_CACHE_SHIFT; |
516 | offset = sd->pos & ~PAGE_CACHE_MASK; | 583 | offset = sd->pos & ~PAGE_CACHE_MASK; |
517 | 584 | ||
585 | this_len = sd->len; | ||
586 | if (this_len + offset > PAGE_CACHE_SIZE) | ||
587 | this_len = PAGE_CACHE_SIZE - offset; | ||
588 | |||
518 | /* | 589 | /* |
519 | * Reuse buf page, if SPLICE_F_MOVE is set. | 590 | * Reuse buf page, if SPLICE_F_MOVE is set. |
520 | */ | 591 | */ |
@@ -558,7 +629,7 @@ find_page: | |||
558 | * the full page. | 629 | * the full page. |
559 | */ | 630 | */ |
560 | if (!PageUptodate(page)) { | 631 | if (!PageUptodate(page)) { |
561 | if (sd->len < PAGE_CACHE_SIZE) { | 632 | if (this_len < PAGE_CACHE_SIZE) { |
562 | ret = mapping->a_ops->readpage(file, page); | 633 | ret = mapping->a_ops->readpage(file, page); |
563 | if (unlikely(ret)) | 634 | if (unlikely(ret)) |
564 | goto out; | 635 | goto out; |
@@ -582,7 +653,7 @@ find_page: | |||
582 | } | 653 | } |
583 | } | 654 | } |
584 | 655 | ||
585 | ret = mapping->a_ops->prepare_write(file, page, 0, sd->len); | 656 | ret = mapping->a_ops->prepare_write(file, page, offset, offset+this_len); |
586 | if (ret == AOP_TRUNCATED_PAGE) { | 657 | if (ret == AOP_TRUNCATED_PAGE) { |
587 | page_cache_release(page); | 658 | page_cache_release(page); |
588 | goto find_page; | 659 | goto find_page; |
@@ -592,18 +663,22 @@ find_page: | |||
592 | if (!(buf->flags & PIPE_BUF_FLAG_STOLEN)) { | 663 | if (!(buf->flags & PIPE_BUF_FLAG_STOLEN)) { |
593 | char *dst = kmap_atomic(page, KM_USER0); | 664 | char *dst = kmap_atomic(page, KM_USER0); |
594 | 665 | ||
595 | memcpy(dst + offset, src + buf->offset, sd->len); | 666 | memcpy(dst + offset, src + buf->offset, this_len); |
596 | flush_dcache_page(page); | 667 | flush_dcache_page(page); |
597 | kunmap_atomic(dst, KM_USER0); | 668 | kunmap_atomic(dst, KM_USER0); |
598 | } | 669 | } |
599 | 670 | ||
600 | ret = mapping->a_ops->commit_write(file, page, 0, sd->len); | 671 | ret = mapping->a_ops->commit_write(file, page, offset, offset+this_len); |
601 | if (ret == AOP_TRUNCATED_PAGE) { | 672 | if (ret == AOP_TRUNCATED_PAGE) { |
602 | page_cache_release(page); | 673 | page_cache_release(page); |
603 | goto find_page; | 674 | goto find_page; |
604 | } else if (ret) | 675 | } else if (ret) |
605 | goto out; | 676 | goto out; |
606 | 677 | ||
678 | /* | ||
679 | * Return the number of bytes written. | ||
680 | */ | ||
681 | ret = this_len; | ||
607 | mark_page_accessed(page); | 682 | mark_page_accessed(page); |
608 | balance_dirty_pages_ratelimited(mapping); | 683 | balance_dirty_pages_ratelimited(mapping); |
609 | out: | 684 | out: |
@@ -616,17 +691,14 @@ out_nomem: | |||
616 | return ret; | 691 | return ret; |
617 | } | 692 | } |
618 | 693 | ||
619 | typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, | ||
620 | struct splice_desc *); | ||
621 | |||
622 | /* | 694 | /* |
623 | * Pipe input worker. Most of this logic works like a regular pipe, the | 695 | * Pipe input worker. Most of this logic works like a regular pipe, the |
624 | * key here is the 'actor' worker passed in that actually moves the data | 696 | * key here is the 'actor' worker passed in that actually moves the data |
625 | * to the wanted destination. See pipe_to_file/pipe_to_sendpage above. | 697 | * to the wanted destination. See pipe_to_file/pipe_to_sendpage above. |
626 | */ | 698 | */ |
627 | static ssize_t move_from_pipe(struct pipe_inode_info *pipe, struct file *out, | 699 | ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, |
628 | loff_t *ppos, size_t len, unsigned int flags, | 700 | loff_t *ppos, size_t len, unsigned int flags, |
629 | splice_actor *actor) | 701 | splice_actor *actor) |
630 | { | 702 | { |
631 | int ret, do_wakeup, err; | 703 | int ret, do_wakeup, err; |
632 | struct splice_desc sd; | 704 | struct splice_desc sd; |
@@ -652,16 +724,22 @@ static ssize_t move_from_pipe(struct pipe_inode_info *pipe, struct file *out, | |||
652 | sd.len = sd.total_len; | 724 | sd.len = sd.total_len; |
653 | 725 | ||
654 | err = actor(pipe, buf, &sd); | 726 | err = actor(pipe, buf, &sd); |
655 | if (err) { | 727 | if (err <= 0) { |
656 | if (!ret && err != -ENODATA) | 728 | if (!ret && err != -ENODATA) |
657 | ret = err; | 729 | ret = err; |
658 | 730 | ||
659 | break; | 731 | break; |
660 | } | 732 | } |
661 | 733 | ||
662 | ret += sd.len; | 734 | ret += err; |
663 | buf->offset += sd.len; | 735 | buf->offset += err; |
664 | buf->len -= sd.len; | 736 | buf->len -= err; |
737 | |||
738 | sd.len -= err; | ||
739 | sd.pos += err; | ||
740 | sd.total_len -= err; | ||
741 | if (sd.len) | ||
742 | continue; | ||
665 | 743 | ||
666 | if (!buf->len) { | 744 | if (!buf->len) { |
667 | buf->ops = NULL; | 745 | buf->ops = NULL; |
@@ -672,8 +750,6 @@ static ssize_t move_from_pipe(struct pipe_inode_info *pipe, struct file *out, | |||
672 | do_wakeup = 1; | 750 | do_wakeup = 1; |
673 | } | 751 | } |
674 | 752 | ||
675 | sd.pos += sd.len; | ||
676 | sd.total_len -= sd.len; | ||
677 | if (!sd.total_len) | 753 | if (!sd.total_len) |
678 | break; | 754 | break; |
679 | } | 755 | } |
@@ -741,7 +817,7 @@ generic_file_splice_write(struct pipe_inode_info *pipe, struct file *out, | |||
741 | struct address_space *mapping = out->f_mapping; | 817 | struct address_space *mapping = out->f_mapping; |
742 | ssize_t ret; | 818 | ssize_t ret; |
743 | 819 | ||
744 | ret = move_from_pipe(pipe, out, ppos, len, flags, pipe_to_file); | 820 | ret = splice_from_pipe(pipe, out, ppos, len, flags, pipe_to_file); |
745 | if (ret > 0) { | 821 | if (ret > 0) { |
746 | struct inode *inode = mapping->host; | 822 | struct inode *inode = mapping->host; |
747 | 823 | ||
@@ -783,7 +859,7 @@ EXPORT_SYMBOL(generic_file_splice_write); | |||
783 | ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe, struct file *out, | 859 | ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe, struct file *out, |
784 | loff_t *ppos, size_t len, unsigned int flags) | 860 | loff_t *ppos, size_t len, unsigned int flags) |
785 | { | 861 | { |
786 | return move_from_pipe(pipe, out, ppos, len, flags, pipe_to_sendpage); | 862 | return splice_from_pipe(pipe, out, ppos, len, flags, pipe_to_sendpage); |
787 | } | 863 | } |
788 | 864 | ||
789 | EXPORT_SYMBOL(generic_splice_sendpage); | 865 | EXPORT_SYMBOL(generic_splice_sendpage); |
@@ -870,7 +946,7 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, | |||
870 | 946 | ||
871 | /* | 947 | /* |
872 | * We don't have an immediate reader, but we'll read the stuff | 948 | * We don't have an immediate reader, but we'll read the stuff |
873 | * out of the pipe right after the move_to_pipe(). So set | 949 | * out of the pipe right after the splice_to_pipe(). So set |
874 | * PIPE_READERS appropriately. | 950 | * PIPE_READERS appropriately. |
875 | */ | 951 | */ |
876 | pipe->readers = 1; | 952 | pipe->readers = 1; |
@@ -1010,6 +1086,174 @@ static long do_splice(struct file *in, loff_t __user *off_in, | |||
1010 | return -EINVAL; | 1086 | return -EINVAL; |
1011 | } | 1087 | } |
1012 | 1088 | ||
1089 | /* | ||
1090 | * Map an iov into an array of pages and offset/length tupples. With the | ||
1091 | * partial_page structure, we can map several non-contiguous ranges into | ||
1092 | * our ones pages[] map instead of splitting that operation into pieces. | ||
1093 | * Could easily be exported as a generic helper for other users, in which | ||
1094 | * case one would probably want to add a 'max_nr_pages' parameter as well. | ||
1095 | */ | ||
1096 | static int get_iovec_page_array(const struct iovec __user *iov, | ||
1097 | unsigned int nr_vecs, struct page **pages, | ||
1098 | struct partial_page *partial) | ||
1099 | { | ||
1100 | int buffers = 0, error = 0; | ||
1101 | |||
1102 | /* | ||
1103 | * It's ok to take the mmap_sem for reading, even | ||
1104 | * across a "get_user()". | ||
1105 | */ | ||
1106 | down_read(¤t->mm->mmap_sem); | ||
1107 | |||
1108 | while (nr_vecs) { | ||
1109 | unsigned long off, npages; | ||
1110 | void __user *base; | ||
1111 | size_t len; | ||
1112 | int i; | ||
1113 | |||
1114 | /* | ||
1115 | * Get user address base and length for this iovec. | ||
1116 | */ | ||
1117 | error = get_user(base, &iov->iov_base); | ||
1118 | if (unlikely(error)) | ||
1119 | break; | ||
1120 | error = get_user(len, &iov->iov_len); | ||
1121 | if (unlikely(error)) | ||
1122 | break; | ||
1123 | |||
1124 | /* | ||
1125 | * Sanity check this iovec. 0 read succeeds. | ||
1126 | */ | ||
1127 | if (unlikely(!len)) | ||
1128 | break; | ||
1129 | error = -EFAULT; | ||
1130 | if (unlikely(!base)) | ||
1131 | break; | ||
1132 | |||
1133 | /* | ||
1134 | * Get this base offset and number of pages, then map | ||
1135 | * in the user pages. | ||
1136 | */ | ||
1137 | off = (unsigned long) base & ~PAGE_MASK; | ||
1138 | npages = (off + len + PAGE_SIZE - 1) >> PAGE_SHIFT; | ||
1139 | if (npages > PIPE_BUFFERS - buffers) | ||
1140 | npages = PIPE_BUFFERS - buffers; | ||
1141 | |||
1142 | error = get_user_pages(current, current->mm, | ||
1143 | (unsigned long) base, npages, 0, 0, | ||
1144 | &pages[buffers], NULL); | ||
1145 | |||
1146 | if (unlikely(error <= 0)) | ||
1147 | break; | ||
1148 | |||
1149 | /* | ||
1150 | * Fill this contiguous range into the partial page map. | ||
1151 | */ | ||
1152 | for (i = 0; i < error; i++) { | ||
1153 | const int plen = min_t(size_t, len, PAGE_SIZE) - off; | ||
1154 | |||
1155 | partial[buffers].offset = off; | ||
1156 | partial[buffers].len = plen; | ||
1157 | |||
1158 | off = 0; | ||
1159 | len -= plen; | ||
1160 | buffers++; | ||
1161 | } | ||
1162 | |||
1163 | /* | ||
1164 | * We didn't complete this iov, stop here since it probably | ||
1165 | * means we have to move some of this into a pipe to | ||
1166 | * be able to continue. | ||
1167 | */ | ||
1168 | if (len) | ||
1169 | break; | ||
1170 | |||
1171 | /* | ||
1172 | * Don't continue if we mapped fewer pages than we asked for, | ||
1173 | * or if we mapped the max number of pages that we have | ||
1174 | * room for. | ||
1175 | */ | ||
1176 | if (error < npages || buffers == PIPE_BUFFERS) | ||
1177 | break; | ||
1178 | |||
1179 | nr_vecs--; | ||
1180 | iov++; | ||
1181 | } | ||
1182 | |||
1183 | up_read(¤t->mm->mmap_sem); | ||
1184 | |||
1185 | if (buffers) | ||
1186 | return buffers; | ||
1187 | |||
1188 | return error; | ||
1189 | } | ||
1190 | |||
1191 | /* | ||
1192 | * vmsplice splices a user address range into a pipe. It can be thought of | ||
1193 | * as splice-from-memory, where the regular splice is splice-from-file (or | ||
1194 | * to file). In both cases the output is a pipe, naturally. | ||
1195 | * | ||
1196 | * Note that vmsplice only supports splicing _from_ user memory to a pipe, | ||
1197 | * not the other way around. Splicing from user memory is a simple operation | ||
1198 | * that can be supported without any funky alignment restrictions or nasty | ||
1199 | * vm tricks. We simply map in the user memory and fill them into a pipe. | ||
1200 | * The reverse isn't quite as easy, though. There are two possible solutions | ||
1201 | * for that: | ||
1202 | * | ||
1203 | * - memcpy() the data internally, at which point we might as well just | ||
1204 | * do a regular read() on the buffer anyway. | ||
1205 | * - Lots of nasty vm tricks, that are neither fast nor flexible (it | ||
1206 | * has restriction limitations on both ends of the pipe). | ||
1207 | * | ||
1208 | * Alas, it isn't here. | ||
1209 | * | ||
1210 | */ | ||
1211 | static long do_vmsplice(struct file *file, const struct iovec __user *iov, | ||
1212 | unsigned long nr_segs, unsigned int flags) | ||
1213 | { | ||
1214 | struct pipe_inode_info *pipe = file->f_dentry->d_inode->i_pipe; | ||
1215 | struct page *pages[PIPE_BUFFERS]; | ||
1216 | struct partial_page partial[PIPE_BUFFERS]; | ||
1217 | struct splice_pipe_desc spd = { | ||
1218 | .pages = pages, | ||
1219 | .partial = partial, | ||
1220 | .flags = flags, | ||
1221 | .ops = &user_page_pipe_buf_ops, | ||
1222 | }; | ||
1223 | |||
1224 | if (unlikely(!pipe)) | ||
1225 | return -EBADF; | ||
1226 | if (unlikely(nr_segs > UIO_MAXIOV)) | ||
1227 | return -EINVAL; | ||
1228 | else if (unlikely(!nr_segs)) | ||
1229 | return 0; | ||
1230 | |||
1231 | spd.nr_pages = get_iovec_page_array(iov, nr_segs, pages, partial); | ||
1232 | if (spd.nr_pages <= 0) | ||
1233 | return spd.nr_pages; | ||
1234 | |||
1235 | return splice_to_pipe(pipe, &spd); | ||
1236 | } | ||
1237 | |||
1238 | asmlinkage long sys_vmsplice(int fd, const struct iovec __user *iov, | ||
1239 | unsigned long nr_segs, unsigned int flags) | ||
1240 | { | ||
1241 | struct file *file; | ||
1242 | long error; | ||
1243 | int fput; | ||
1244 | |||
1245 | error = -EBADF; | ||
1246 | file = fget_light(fd, &fput); | ||
1247 | if (file) { | ||
1248 | if (file->f_mode & FMODE_WRITE) | ||
1249 | error = do_vmsplice(file, iov, nr_segs, flags); | ||
1250 | |||
1251 | fput_light(file, fput); | ||
1252 | } | ||
1253 | |||
1254 | return error; | ||
1255 | } | ||
1256 | |||
1013 | asmlinkage long sys_splice(int fd_in, loff_t __user *off_in, | 1257 | asmlinkage long sys_splice(int fd_in, loff_t __user *off_in, |
1014 | int fd_out, loff_t __user *off_out, | 1258 | int fd_out, loff_t __user *off_out, |
1015 | size_t len, unsigned int flags) | 1259 | size_t len, unsigned int flags) |
diff --git a/include/asm-i386/pgtable-2level.h b/include/asm-i386/pgtable-2level.h index 27bde973abc7..2756d4b04c27 100644 --- a/include/asm-i386/pgtable-2level.h +++ b/include/asm-i386/pgtable-2level.h | |||
@@ -18,6 +18,9 @@ | |||
18 | #define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval) | 18 | #define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval) |
19 | #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) | 19 | #define set_pmd(pmdptr, pmdval) (*(pmdptr) = (pmdval)) |
20 | 20 | ||
21 | #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) | ||
22 | #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) | ||
23 | |||
21 | #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte_low, 0)) | 24 | #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte_low, 0)) |
22 | #define pte_same(a, b) ((a).pte_low == (b).pte_low) | 25 | #define pte_same(a, b) ((a).pte_low == (b).pte_low) |
23 | #define pte_page(x) pfn_to_page(pte_pfn(x)) | 26 | #define pte_page(x) pfn_to_page(pte_pfn(x)) |
diff --git a/include/asm-i386/pgtable-3level.h b/include/asm-i386/pgtable-3level.h index 36a5aa63cbbf..dccb1b3337ad 100644 --- a/include/asm-i386/pgtable-3level.h +++ b/include/asm-i386/pgtable-3level.h | |||
@@ -85,6 +85,26 @@ static inline void pud_clear (pud_t * pud) { } | |||
85 | #define pmd_offset(pud, address) ((pmd_t *) pud_page(*(pud)) + \ | 85 | #define pmd_offset(pud, address) ((pmd_t *) pud_page(*(pud)) + \ |
86 | pmd_index(address)) | 86 | pmd_index(address)) |
87 | 87 | ||
88 | /* | ||
89 | * For PTEs and PDEs, we must clear the P-bit first when clearing a page table | ||
90 | * entry, so clear the bottom half first and enforce ordering with a compiler | ||
91 | * barrier. | ||
92 | */ | ||
93 | static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) | ||
94 | { | ||
95 | ptep->pte_low = 0; | ||
96 | smp_wmb(); | ||
97 | ptep->pte_high = 0; | ||
98 | } | ||
99 | |||
100 | static inline void pmd_clear(pmd_t *pmd) | ||
101 | { | ||
102 | u32 *tmp = (u32 *)pmd; | ||
103 | *tmp = 0; | ||
104 | smp_wmb(); | ||
105 | *(tmp + 1) = 0; | ||
106 | } | ||
107 | |||
88 | static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) | 108 | static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) |
89 | { | 109 | { |
90 | pte_t res; | 110 | pte_t res; |
diff --git a/include/asm-i386/pgtable.h b/include/asm-i386/pgtable.h index 248bd80a69c5..09697fec3d2b 100644 --- a/include/asm-i386/pgtable.h +++ b/include/asm-i386/pgtable.h | |||
@@ -203,12 +203,10 @@ extern unsigned long long __PAGE_KERNEL, __PAGE_KERNEL_EXEC; | |||
203 | extern unsigned long pg0[]; | 203 | extern unsigned long pg0[]; |
204 | 204 | ||
205 | #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) | 205 | #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) |
206 | #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) | ||
207 | 206 | ||
208 | /* To avoid harmful races, pmd_none(x) should check only the lower when PAE */ | 207 | /* To avoid harmful races, pmd_none(x) should check only the lower when PAE */ |
209 | #define pmd_none(x) (!(unsigned long)pmd_val(x)) | 208 | #define pmd_none(x) (!(unsigned long)pmd_val(x)) |
210 | #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) | 209 | #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) |
211 | #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) | ||
212 | #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) | 210 | #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) |
213 | 211 | ||
214 | 212 | ||
@@ -267,7 +265,7 @@ static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, unsigned long | |||
267 | pte_t pte; | 265 | pte_t pte; |
268 | if (full) { | 266 | if (full) { |
269 | pte = *ptep; | 267 | pte = *ptep; |
270 | *ptep = __pte(0); | 268 | pte_clear(mm, addr, ptep); |
271 | } else { | 269 | } else { |
272 | pte = ptep_get_and_clear(mm, addr, ptep); | 270 | pte = ptep_get_and_clear(mm, addr, ptep); |
273 | } | 271 | } |
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index d81d6cfc1bb4..eb4b152c82fc 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
@@ -321,8 +321,9 @@ | |||
321 | #define __NR_splice 313 | 321 | #define __NR_splice 313 |
322 | #define __NR_sync_file_range 314 | 322 | #define __NR_sync_file_range 314 |
323 | #define __NR_tee 315 | 323 | #define __NR_tee 315 |
324 | #define __NR_vmsplice 316 | ||
324 | 325 | ||
325 | #define NR_syscalls 316 | 326 | #define NR_syscalls 317 |
326 | 327 | ||
327 | /* | 328 | /* |
328 | * user-visible error numbers are in the range -1 - -128: see | 329 | * user-visible error numbers are in the range -1 - -128: see |
diff --git a/include/asm-ia64/acpi.h b/include/asm-ia64/acpi.h index d734585a23cf..09a5dd0e44a8 100644 --- a/include/asm-ia64/acpi.h +++ b/include/asm-ia64/acpi.h | |||
@@ -110,9 +110,8 @@ extern void prefill_possible_map(void); | |||
110 | extern int additional_cpus; | 110 | extern int additional_cpus; |
111 | 111 | ||
112 | #ifdef CONFIG_ACPI_NUMA | 112 | #ifdef CONFIG_ACPI_NUMA |
113 | /* Proximity bitmap length; _PXM is at most 255 (8 bit)*/ | 113 | #if MAX_NUMNODES > 256 |
114 | #ifdef CONFIG_IA64_NR_NODES | 114 | #define MAX_PXM_DOMAINS MAX_NUMNODES |
115 | #define MAX_PXM_DOMAINS CONFIG_IA64_NR_NODES | ||
116 | #else | 115 | #else |
117 | #define MAX_PXM_DOMAINS (256) | 116 | #define MAX_PXM_DOMAINS (256) |
118 | #endif | 117 | #endif |
diff --git a/include/asm-ia64/machvec.h b/include/asm-ia64/machvec.h index 96d46dbfde47..0df72a134c8b 100644 --- a/include/asm-ia64/machvec.h +++ b/include/asm-ia64/machvec.h | |||
@@ -346,9 +346,11 @@ extern ia64_mv_dma_supported swiotlb_dma_supported; | |||
346 | #endif | 346 | #endif |
347 | #ifndef platform_pci_legacy_read | 347 | #ifndef platform_pci_legacy_read |
348 | # define platform_pci_legacy_read ia64_pci_legacy_read | 348 | # define platform_pci_legacy_read ia64_pci_legacy_read |
349 | extern int ia64_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size); | ||
349 | #endif | 350 | #endif |
350 | #ifndef platform_pci_legacy_write | 351 | #ifndef platform_pci_legacy_write |
351 | # define platform_pci_legacy_write ia64_pci_legacy_write | 352 | # define platform_pci_legacy_write ia64_pci_legacy_write |
353 | extern int ia64_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size); | ||
352 | #endif | 354 | #endif |
353 | #ifndef platform_inb | 355 | #ifndef platform_inb |
354 | # define platform_inb __ia64_inb | 356 | # define platform_inb __ia64_inb |
diff --git a/include/asm-ia64/sn/sn2/sn_hwperf.h b/include/asm-ia64/sn/sn2/sn_hwperf.h index 291ef3d69da2..e61ebac38cdd 100644 --- a/include/asm-ia64/sn/sn2/sn_hwperf.h +++ b/include/asm-ia64/sn/sn2/sn_hwperf.h | |||
@@ -45,8 +45,12 @@ struct sn_hwperf_object_info { | |||
45 | #define SN_HWPERF_IS_NODE(x) ((x) && strstr((x)->name, "SHub")) | 45 | #define SN_HWPERF_IS_NODE(x) ((x) && strstr((x)->name, "SHub")) |
46 | #define SN_HWPERF_IS_NODE_SHUB2(x) ((x) && strstr((x)->name, "SHub 2.")) | 46 | #define SN_HWPERF_IS_NODE_SHUB2(x) ((x) && strstr((x)->name, "SHub 2.")) |
47 | #define SN_HWPERF_IS_IONODE(x) ((x) && strstr((x)->name, "TIO")) | 47 | #define SN_HWPERF_IS_IONODE(x) ((x) && strstr((x)->name, "TIO")) |
48 | #define SN_HWPERF_IS_ROUTER(x) ((x) && strstr((x)->name, "Router")) | ||
49 | #define SN_HWPERF_IS_NL3ROUTER(x) ((x) && strstr((x)->name, "NL3Router")) | 48 | #define SN_HWPERF_IS_NL3ROUTER(x) ((x) && strstr((x)->name, "NL3Router")) |
49 | #define SN_HWPERF_IS_NL4ROUTER(x) ((x) && strstr((x)->name, "NL4Router")) | ||
50 | #define SN_HWPERF_IS_OLDROUTER(x) ((x) && strstr((x)->name, "Router")) | ||
51 | #define SN_HWPERF_IS_ROUTER(x) (SN_HWPERF_IS_NL3ROUTER(x) || \ | ||
52 | SN_HWPERF_IS_NL4ROUTER(x) || \ | ||
53 | SN_HWPERF_IS_OLDROUTER(x)) | ||
50 | #define SN_HWPERF_FOREIGN(x) ((x) && !(x)->sn_hwp_this_part && !(x)->sn_hwp_is_shared) | 54 | #define SN_HWPERF_FOREIGN(x) ((x) && !(x)->sn_hwp_this_part && !(x)->sn_hwp_is_shared) |
51 | #define SN_HWPERF_SAME_OBJTYPE(x,y) ((SN_HWPERF_IS_NODE(x) && SN_HWPERF_IS_NODE(y)) ||\ | 55 | #define SN_HWPERF_SAME_OBJTYPE(x,y) ((SN_HWPERF_IS_NODE(x) && SN_HWPERF_IS_NODE(y)) ||\ |
52 | (SN_HWPERF_IS_IONODE(x) && SN_HWPERF_IS_IONODE(y)) ||\ | 56 | (SN_HWPERF_IS_IONODE(x) && SN_HWPERF_IS_IONODE(y)) ||\ |
diff --git a/include/asm-ia64/sn/sn_sal.h b/include/asm-ia64/sn/sn_sal.h index 8664c88a1ff5..8c865e43f609 100644 --- a/include/asm-ia64/sn/sn_sal.h +++ b/include/asm-ia64/sn/sn_sal.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * License. See the file "COPYING" in the main directory of this archive | 8 | * License. See the file "COPYING" in the main directory of this archive |
9 | * for more details. | 9 | * for more details. |
10 | * | 10 | * |
11 | * Copyright (c) 2000-2005 Silicon Graphics, Inc. All rights reserved. | 11 | * Copyright (c) 2000-2006 Silicon Graphics, Inc. All rights reserved. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | 14 | ||
@@ -84,6 +84,7 @@ | |||
84 | 84 | ||
85 | #define SN_SAL_GET_PROM_FEATURE_SET 0x02000065 | 85 | #define SN_SAL_GET_PROM_FEATURE_SET 0x02000065 |
86 | #define SN_SAL_SET_OS_FEATURE_SET 0x02000066 | 86 | #define SN_SAL_SET_OS_FEATURE_SET 0x02000066 |
87 | #define SN_SAL_INJECT_ERROR 0x02000067 | ||
87 | 88 | ||
88 | /* | 89 | /* |
89 | * Service-specific constants | 90 | * Service-specific constants |
@@ -704,10 +705,8 @@ static inline int | |||
704 | sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) | 705 | sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) |
705 | { | 706 | { |
706 | struct ia64_sal_retval ret_stuff; | 707 | struct ia64_sal_retval ret_stuff; |
707 | int cnodeid; | ||
708 | unsigned long irq_flags; | 708 | unsigned long irq_flags; |
709 | 709 | ||
710 | cnodeid = nasid_to_cnodeid(get_node_number(paddr)); | ||
711 | local_irq_save(irq_flags); | 710 | local_irq_save(irq_flags); |
712 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_MEMPROTECT, paddr, len, | 711 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_MEMPROTECT, paddr, len, |
713 | (u64)nasid_array, perms, 0, 0, 0); | 712 | (u64)nasid_array, perms, 0, 0, 0); |
@@ -1139,4 +1138,16 @@ ia64_sn_set_os_feature(int feature) | |||
1139 | return rv.status; | 1138 | return rv.status; |
1140 | } | 1139 | } |
1141 | 1140 | ||
1141 | static inline int | ||
1142 | sn_inject_error(u64 paddr, u64 *data, u64 *ecc) | ||
1143 | { | ||
1144 | struct ia64_sal_retval ret_stuff; | ||
1145 | unsigned long irq_flags; | ||
1146 | |||
1147 | local_irq_save(irq_flags); | ||
1148 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_INJECT_ERROR, paddr, (u64)data, | ||
1149 | (u64)ecc, 0, 0, 0, 0); | ||
1150 | local_irq_restore(irq_flags); | ||
1151 | return ret_stuff.status; | ||
1152 | } | ||
1142 | #endif /* _ASM_IA64_SN_SN_SAL_H */ | 1153 | #endif /* _ASM_IA64_SN_SN_SAL_H */ |
diff --git a/include/asm-ia64/thread_info.h b/include/asm-ia64/thread_info.h index 56394a2c7055..e5392c4d30c6 100644 --- a/include/asm-ia64/thread_info.h +++ b/include/asm-ia64/thread_info.h | |||
@@ -67,7 +67,7 @@ struct thread_info { | |||
67 | #define end_of_stack(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET) | 67 | #define end_of_stack(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET) |
68 | 68 | ||
69 | #define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR | 69 | #define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR |
70 | #define alloc_task_struct() ((task_t *)__get_free_pages(GFP_KERNEL, KERNEL_STACK_SIZE_ORDER)) | 70 | #define alloc_task_struct() ((task_t *)__get_free_pages(GFP_KERNEL | __GFP_COMP, KERNEL_STACK_SIZE_ORDER)) |
71 | #define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER) | 71 | #define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER) |
72 | 72 | ||
73 | #endif /* !__ASSEMBLY */ | 73 | #endif /* !__ASSEMBLY */ |
diff --git a/include/asm-ia64/topology.h b/include/asm-ia64/topology.h index 3ee19dfa46df..616b5ed2aa72 100644 --- a/include/asm-ia64/topology.h +++ b/include/asm-ia64/topology.h | |||
@@ -23,6 +23,11 @@ | |||
23 | #define PENALTY_FOR_NODE_WITH_CPUS 255 | 23 | #define PENALTY_FOR_NODE_WITH_CPUS 255 |
24 | 24 | ||
25 | /* | 25 | /* |
26 | * Distance above which we begin to use zone reclaim | ||
27 | */ | ||
28 | #define RECLAIM_DISTANCE 15 | ||
29 | |||
30 | /* | ||
26 | * Returns the number of the node containing CPU 'cpu' | 31 | * Returns the number of the node containing CPU 'cpu' |
27 | */ | 32 | */ |
28 | #define cpu_to_node(cpu) (int)(cpu_to_node_map[cpu]) | 33 | #define cpu_to_node(cpu) (int)(cpu_to_node_map[cpu]) |
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 395e6b2998f2..632f2eedf72c 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h | |||
@@ -290,11 +290,12 @@ | |||
290 | #define __NR_get_robust_list 1299 | 290 | #define __NR_get_robust_list 1299 |
291 | #define __NR_sync_file_range 1300 | 291 | #define __NR_sync_file_range 1300 |
292 | #define __NR_tee 1301 | 292 | #define __NR_tee 1301 |
293 | #define __NR_vmsplice 1302 | ||
293 | 294 | ||
294 | #ifdef __KERNEL__ | 295 | #ifdef __KERNEL__ |
295 | 296 | ||
296 | 297 | ||
297 | #define NR_syscalls 278 /* length of syscall table */ | 298 | #define NR_syscalls 279 /* length of syscall table */ |
298 | 299 | ||
299 | #define __ARCH_WANT_SYS_RT_SIGACTION | 300 | #define __ARCH_WANT_SYS_RT_SIGACTION |
300 | 301 | ||
diff --git a/include/asm-mips/bitops.h b/include/asm-mips/bitops.h index 0e71df31f81c..098cec263681 100644 --- a/include/asm-mips/bitops.h +++ b/include/asm-mips/bitops.h | |||
@@ -466,64 +466,56 @@ static inline unsigned long __ffs(unsigned long word) | |||
466 | } | 466 | } |
467 | 467 | ||
468 | /* | 468 | /* |
469 | * ffs - find first bit set. | 469 | * fls - find last bit set. |
470 | * @word: The word to search | 470 | * @word: The word to search |
471 | * | 471 | * |
472 | * Returns 1..SZLONG | 472 | * This is defined the same way as ffs. |
473 | * Returns 0 if no bit exists | 473 | * Note fls(0) = 0, fls(1) = 1, fls(0x80000000) = 32. |
474 | */ | 474 | */ |
475 | 475 | static inline int fls(int word) | |
476 | static inline unsigned long ffs(unsigned long word) | ||
477 | { | 476 | { |
478 | if (!word) | 477 | __asm__ ("clz %0, %1" : "=r" (word) : "r" (word)); |
479 | return 0; | ||
480 | 478 | ||
481 | return __ffs(word) + 1; | 479 | return 32 - word; |
482 | } | 480 | } |
483 | 481 | ||
484 | /* | 482 | #if defined(CONFIG_64BIT) && defined(CONFIG_CPU_MIPS64) |
485 | * ffz - find first zero in word. | 483 | static inline int fls64(__u64 word) |
486 | * @word: The word to search | ||
487 | * | ||
488 | * Undefined if no zero exists, so code should check against ~0UL first. | ||
489 | */ | ||
490 | static inline unsigned long ffz(unsigned long word) | ||
491 | { | 484 | { |
492 | return __ffs (~word); | 485 | __asm__ ("dclz %0, %1" : "=r" (word) : "r" (word)); |
486 | |||
487 | return 64 - word; | ||
493 | } | 488 | } |
489 | #else | ||
490 | #include <asm-generic/bitops/fls64.h> | ||
491 | #endif | ||
494 | 492 | ||
495 | /* | 493 | /* |
496 | * fls - find last bit set. | 494 | * ffs - find first bit set. |
497 | * @word: The word to search | 495 | * @word: The word to search |
498 | * | 496 | * |
499 | * Returns 1..SZLONG | 497 | * This is defined the same way as |
500 | * Returns 0 if no bit exists | 498 | * the libc and compiler builtin ffs routines, therefore |
499 | * differs in spirit from the above ffz (man ffs). | ||
501 | */ | 500 | */ |
502 | static inline unsigned long fls(unsigned long word) | 501 | static inline int ffs(int word) |
503 | { | 502 | { |
504 | #ifdef CONFIG_CPU_MIPS32 | 503 | if (!word) |
505 | __asm__ ("clz %0, %1" : "=r" (word) : "r" (word)); | 504 | return 0; |
506 | |||
507 | return 32 - word; | ||
508 | #endif | ||
509 | |||
510 | #ifdef CONFIG_CPU_MIPS64 | ||
511 | __asm__ ("dclz %0, %1" : "=r" (word) : "r" (word)); | ||
512 | 505 | ||
513 | return 64 - word; | 506 | return fls(word & -word); |
514 | #endif | ||
515 | } | 507 | } |
516 | 508 | ||
517 | #else | 509 | #else |
518 | 510 | ||
519 | #include <asm-generic/bitops/__ffs.h> | 511 | #include <asm-generic/bitops/__ffs.h> |
520 | #include <asm-generic/bitops/ffs.h> | 512 | #include <asm-generic/bitops/ffs.h> |
521 | #include <asm-generic/bitops/ffz.h> | ||
522 | #include <asm-generic/bitops/fls.h> | 513 | #include <asm-generic/bitops/fls.h> |
514 | #include <asm-generic/bitops/fls64.h> | ||
523 | 515 | ||
524 | #endif /*defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64) */ | 516 | #endif /*defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64) */ |
525 | 517 | ||
526 | #include <asm-generic/bitops/fls64.h> | 518 | #include <asm-generic/bitops/ffz.h> |
527 | #include <asm-generic/bitops/find.h> | 519 | #include <asm-generic/bitops/find.h> |
528 | 520 | ||
529 | #ifdef __KERNEL__ | 521 | #ifdef __KERNEL__ |
diff --git a/include/asm-mips/mips-boards/generic.h b/include/asm-mips/mips-boards/generic.h index cad47ce8a7e9..b98f1658cfd0 100644 --- a/include/asm-mips/mips-boards/generic.h +++ b/include/asm-mips/mips-boards/generic.h | |||
@@ -66,6 +66,7 @@ | |||
66 | #define MIPS_REVISION_CORID_CORE_FPGA2 7 | 66 | #define MIPS_REVISION_CORID_CORE_FPGA2 7 |
67 | #define MIPS_REVISION_CORID_CORE_FPGAR2 8 | 67 | #define MIPS_REVISION_CORID_CORE_FPGAR2 8 |
68 | #define MIPS_REVISION_CORID_CORE_FPGA3 9 | 68 | #define MIPS_REVISION_CORID_CORE_FPGA3 9 |
69 | #define MIPS_REVISION_CORID_CORE_24K 10 | ||
69 | 70 | ||
70 | /**** Artificial corid defines ****/ | 71 | /**** Artificial corid defines ****/ |
71 | /* | 72 | /* |
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h index d471549e1b81..ef932f1cddc3 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h | |||
@@ -303,8 +303,9 @@ | |||
303 | #define __NR_unshare 282 | 303 | #define __NR_unshare 282 |
304 | #define __NR_splice 283 | 304 | #define __NR_splice 283 |
305 | #define __NR_tee 284 | 305 | #define __NR_tee 284 |
306 | #define __NR_vmsplice 285 | ||
306 | 307 | ||
307 | #define __NR_syscalls 285 | 308 | #define __NR_syscalls 286 |
308 | 309 | ||
309 | #ifdef __KERNEL__ | 310 | #ifdef __KERNEL__ |
310 | #define __NR__exit __NR_exit | 311 | #define __NR__exit __NR_exit |
diff --git a/include/asm-s390/cache.h b/include/asm-s390/cache.h index e20cdd9074db..cdf431b061bb 100644 --- a/include/asm-s390/cache.h +++ b/include/asm-s390/cache.h | |||
@@ -16,4 +16,6 @@ | |||
16 | 16 | ||
17 | #define ARCH_KMALLOC_MINALIGN 8 | 17 | #define ARCH_KMALLOC_MINALIGN 8 |
18 | 18 | ||
19 | #define __read_mostly __attribute__((__section__(".data.read_mostly"))) | ||
20 | |||
19 | #endif | 21 | #endif |
diff --git a/include/asm-s390/futex.h b/include/asm-s390/futex.h index 6a332a9f099c..40c25e166a9b 100644 --- a/include/asm-s390/futex.h +++ b/include/asm-s390/futex.h | |||
@@ -1,6 +1,121 @@ | |||
1 | #ifndef _ASM_FUTEX_H | 1 | #ifndef _ASM_S390_FUTEX_H |
2 | #define _ASM_FUTEX_H | 2 | #define _ASM_S390_FUTEX_H |
3 | 3 | ||
4 | #include <asm-generic/futex.h> | 4 | #ifdef __KERNEL__ |
5 | 5 | ||
6 | #endif | 6 | #include <linux/futex.h> |
7 | #include <asm/errno.h> | ||
8 | #include <asm/uaccess.h> | ||
9 | |||
10 | #ifndef __s390x__ | ||
11 | #define __futex_atomic_fixup \ | ||
12 | ".section __ex_table,\"a\"\n" \ | ||
13 | " .align 4\n" \ | ||
14 | " .long 0b,2b,1b,2b\n" \ | ||
15 | ".previous" | ||
16 | #else /* __s390x__ */ | ||
17 | #define __futex_atomic_fixup \ | ||
18 | ".section __ex_table,\"a\"\n" \ | ||
19 | " .align 8\n" \ | ||
20 | " .quad 0b,2b,1b,2b\n" \ | ||
21 | ".previous" | ||
22 | #endif /* __s390x__ */ | ||
23 | |||
24 | #define __futex_atomic_op(insn, ret, oldval, newval, uaddr, oparg) \ | ||
25 | asm volatile(" l %1,0(%6)\n" \ | ||
26 | "0: " insn \ | ||
27 | " cs %1,%2,0(%6)\n" \ | ||
28 | "1: jl 0b\n" \ | ||
29 | " lhi %0,0\n" \ | ||
30 | "2:\n" \ | ||
31 | __futex_atomic_fixup \ | ||
32 | : "=d" (ret), "=&d" (oldval), "=&d" (newval), \ | ||
33 | "=m" (*uaddr) \ | ||
34 | : "0" (-EFAULT), "d" (oparg), "a" (uaddr), \ | ||
35 | "m" (*uaddr) : "cc" ); | ||
36 | |||
37 | static inline int futex_atomic_op_inuser (int encoded_op, int __user *uaddr) | ||
38 | { | ||
39 | int op = (encoded_op >> 28) & 7; | ||
40 | int cmp = (encoded_op >> 24) & 15; | ||
41 | int oparg = (encoded_op << 8) >> 20; | ||
42 | int cmparg = (encoded_op << 20) >> 20; | ||
43 | int oldval = 0, newval, ret; | ||
44 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) | ||
45 | oparg = 1 << oparg; | ||
46 | |||
47 | if (! access_ok (VERIFY_WRITE, uaddr, sizeof(int))) | ||
48 | return -EFAULT; | ||
49 | |||
50 | inc_preempt_count(); | ||
51 | |||
52 | switch (op) { | ||
53 | case FUTEX_OP_SET: | ||
54 | __futex_atomic_op("lr %2,%5\n", | ||
55 | ret, oldval, newval, uaddr, oparg); | ||
56 | break; | ||
57 | case FUTEX_OP_ADD: | ||
58 | __futex_atomic_op("lr %2,%1\nar %2,%5\n", | ||
59 | ret, oldval, newval, uaddr, oparg); | ||
60 | break; | ||
61 | case FUTEX_OP_OR: | ||
62 | __futex_atomic_op("lr %2,%1\nor %2,%5\n", | ||
63 | ret, oldval, newval, uaddr, oparg); | ||
64 | break; | ||
65 | case FUTEX_OP_ANDN: | ||
66 | __futex_atomic_op("lr %2,%1\nnr %2,%5\n", | ||
67 | ret, oldval, newval, uaddr, oparg); | ||
68 | break; | ||
69 | case FUTEX_OP_XOR: | ||
70 | __futex_atomic_op("lr %2,%1\nxr %2,%5\n", | ||
71 | ret, oldval, newval, uaddr, oparg); | ||
72 | break; | ||
73 | default: | ||
74 | ret = -ENOSYS; | ||
75 | } | ||
76 | |||
77 | dec_preempt_count(); | ||
78 | |||
79 | if (!ret) { | ||
80 | switch (cmp) { | ||
81 | case FUTEX_OP_CMP_EQ: ret = (oldval == cmparg); break; | ||
82 | case FUTEX_OP_CMP_NE: ret = (oldval != cmparg); break; | ||
83 | case FUTEX_OP_CMP_LT: ret = (oldval < cmparg); break; | ||
84 | case FUTEX_OP_CMP_GE: ret = (oldval >= cmparg); break; | ||
85 | case FUTEX_OP_CMP_LE: ret = (oldval <= cmparg); break; | ||
86 | case FUTEX_OP_CMP_GT: ret = (oldval > cmparg); break; | ||
87 | default: ret = -ENOSYS; | ||
88 | } | ||
89 | } | ||
90 | return ret; | ||
91 | } | ||
92 | |||
93 | static inline int | ||
94 | futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) | ||
95 | { | ||
96 | int ret; | ||
97 | |||
98 | if (! access_ok (VERIFY_WRITE, uaddr, sizeof(int))) | ||
99 | return -EFAULT; | ||
100 | asm volatile(" cs %1,%4,0(%5)\n" | ||
101 | "0: lr %0,%1\n" | ||
102 | "1:\n" | ||
103 | #ifndef __s390x__ | ||
104 | ".section __ex_table,\"a\"\n" | ||
105 | " .align 4\n" | ||
106 | " .long 0b,1b\n" | ||
107 | ".previous" | ||
108 | #else /* __s390x__ */ | ||
109 | ".section __ex_table,\"a\"\n" | ||
110 | " .align 8\n" | ||
111 | " .quad 0b,1b\n" | ||
112 | ".previous" | ||
113 | #endif /* __s390x__ */ | ||
114 | : "=d" (ret), "+d" (oldval), "=m" (*uaddr) | ||
115 | : "0" (-EFAULT), "d" (newval), "a" (uaddr), "m" (*uaddr) | ||
116 | : "cc", "memory" ); | ||
117 | return oldval; | ||
118 | } | ||
119 | |||
120 | #endif /* __KERNEL__ */ | ||
121 | #endif /* _ASM_S390_FUTEX_H */ | ||
diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 98c36eae567c..feb77cb8c044 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h | |||
@@ -615,8 +615,10 @@ __SYSCALL(__NR_splice, sys_splice) | |||
615 | __SYSCALL(__NR_tee, sys_tee) | 615 | __SYSCALL(__NR_tee, sys_tee) |
616 | #define __NR_sync_file_range 277 | 616 | #define __NR_sync_file_range 277 |
617 | __SYSCALL(__NR_sync_file_range, sys_sync_file_range) | 617 | __SYSCALL(__NR_sync_file_range, sys_sync_file_range) |
618 | #define __NR_vmsplice 278 | ||
619 | __SYSCALL(__NR_vmsplice, sys_vmsplice) | ||
618 | 620 | ||
619 | #define __NR_syscall_max __NR_sync_file_range | 621 | #define __NR_syscall_max __NR_vmsplice |
620 | 622 | ||
621 | #ifndef __NO_STUBS | 623 | #ifndef __NO_STUBS |
622 | 624 | ||
diff --git a/include/asm-xtensa/signal.h b/include/asm-xtensa/signal.h index 5d6fc9cdf58d..a99c9aec64ec 100644 --- a/include/asm-xtensa/signal.h +++ b/include/asm-xtensa/signal.h | |||
@@ -118,9 +118,9 @@ typedef struct { | |||
118 | * SA_INTERRUPT is also used by the irq handling routines. | 118 | * SA_INTERRUPT is also used by the irq handling routines. |
119 | * SA_SHIRQ is for shared interrupt support on PCI and EISA. | 119 | * SA_SHIRQ is for shared interrupt support on PCI and EISA. |
120 | */ | 120 | */ |
121 | #define SA_PROBE SA_ONESHOT | ||
122 | #define SA_SAMPLE_RANDOM SA_RESTART | 121 | #define SA_SAMPLE_RANDOM SA_RESTART |
123 | #define SA_SHIRQ 0x04000000 | 122 | #define SA_SHIRQ 0x04000000 |
123 | #define SA_PROBEIRQ 0x08000000 | ||
124 | #endif | 124 | #endif |
125 | 125 | ||
126 | #define SIG_BLOCK 0 /* for blocking signals */ | 126 | #define SIG_BLOCK 0 /* for blocking signals */ |
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index 176e2d371577..047567d34ca7 100644 --- a/include/linux/debugfs.h +++ b/include/linux/debugfs.h | |||
@@ -58,9 +58,8 @@ struct dentry *debugfs_create_blob(const char *name, mode_t mode, | |||
58 | */ | 58 | */ |
59 | 59 | ||
60 | static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, | 60 | static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, |
61 | struct dentry *parent, | 61 | struct dentry *parent, void *data, |
62 | void *data, | 62 | const struct file_operations *fops) |
63 | struct file_operations *fops) | ||
64 | { | 63 | { |
65 | return ERR_PTR(-ENODEV); | 64 | return ERR_PTR(-ENODEV); |
66 | } | 65 | } |
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index dcd0623be892..c187c53cecd0 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -257,9 +257,8 @@ struct subsys_attribute { | |||
257 | }; | 257 | }; |
258 | 258 | ||
259 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); | 259 | extern int subsys_create_file(struct subsystem * , struct subsys_attribute *); |
260 | extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *); | ||
261 | 260 | ||
262 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) | 261 | #if defined(CONFIG_HOTPLUG) |
263 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); | 262 | void kobject_uevent(struct kobject *kobj, enum kobject_action action); |
264 | 263 | ||
265 | int add_uevent_var(char **envp, int num_envp, int *cur_index, | 264 | int add_uevent_var(char **envp, int num_envp, int *cur_index, |
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c81aa0f76642..5128dd7634cb 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -828,19 +828,21 @@ static inline void netif_rx_schedule(struct net_device *dev) | |||
828 | __netif_rx_schedule(dev); | 828 | __netif_rx_schedule(dev); |
829 | } | 829 | } |
830 | 830 | ||
831 | /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete(). | 831 | |
832 | * Do not inline this? | 832 | static inline void __netif_rx_reschedule(struct net_device *dev, int undo) |
833 | */ | 833 | { |
834 | dev->quota += undo; | ||
835 | list_add_tail(&dev->poll_list, &__get_cpu_var(softnet_data).poll_list); | ||
836 | __raise_softirq_irqoff(NET_RX_SOFTIRQ); | ||
837 | } | ||
838 | |||
839 | /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete(). */ | ||
834 | static inline int netif_rx_reschedule(struct net_device *dev, int undo) | 840 | static inline int netif_rx_reschedule(struct net_device *dev, int undo) |
835 | { | 841 | { |
836 | if (netif_rx_schedule_prep(dev)) { | 842 | if (netif_rx_schedule_prep(dev)) { |
837 | unsigned long flags; | 843 | unsigned long flags; |
838 | |||
839 | dev->quota += undo; | ||
840 | |||
841 | local_irq_save(flags); | 844 | local_irq_save(flags); |
842 | list_add_tail(&dev->poll_list, &__get_cpu_var(softnet_data).poll_list); | 845 | __netif_rx_reschedule(dev, undo); |
843 | __raise_softirq_irqoff(NET_RX_SOFTIRQ); | ||
844 | local_irq_restore(flags); | 846 | local_irq_restore(flags); |
845 | return 1; | 847 | return 1; |
846 | } | 848 | } |
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 9539efd4f7e6..7a1af574dedf 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h | |||
@@ -78,6 +78,8 @@ extern struct page * find_or_create_page(struct address_space *mapping, | |||
78 | unsigned long index, gfp_t gfp_mask); | 78 | unsigned long index, gfp_t gfp_mask); |
79 | unsigned find_get_pages(struct address_space *mapping, pgoff_t start, | 79 | unsigned find_get_pages(struct address_space *mapping, pgoff_t start, |
80 | unsigned int nr_pages, struct page **pages); | 80 | unsigned int nr_pages, struct page **pages); |
81 | unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start, | ||
82 | unsigned int nr_pages, struct page **pages); | ||
81 | unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index, | 83 | unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index, |
82 | int tag, unsigned int nr_pages, struct page **pages); | 84 | int tag, unsigned int nr_pages, struct page **pages); |
83 | 85 | ||
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index ef7f33c0be19..0008d4bd4059 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h | |||
@@ -61,4 +61,21 @@ void __free_pipe_info(struct pipe_inode_info *); | |||
61 | /* from/to, of course */ | 61 | /* from/to, of course */ |
62 | #define SPLICE_F_MORE (0x04) /* expect more data */ | 62 | #define SPLICE_F_MORE (0x04) /* expect more data */ |
63 | 63 | ||
64 | /* | ||
65 | * Passed to the actors | ||
66 | */ | ||
67 | struct splice_desc { | ||
68 | unsigned int len, total_len; /* current and remaining length */ | ||
69 | unsigned int flags; /* splice flags */ | ||
70 | struct file *file; /* file to read/write */ | ||
71 | loff_t pos; /* file position */ | ||
72 | }; | ||
73 | |||
74 | typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, | ||
75 | struct splice_desc *); | ||
76 | |||
77 | extern ssize_t splice_from_pipe(struct pipe_inode_info *, struct file *, | ||
78 | loff_t *, size_t, unsigned int, | ||
79 | splice_actor *); | ||
80 | |||
64 | #endif | 81 | #endif |
diff --git a/include/linux/signal.h b/include/linux/signal.h index 4b42df3860ed..1e4ce7225eee 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h | |||
@@ -14,10 +14,12 @@ | |||
14 | * | 14 | * |
15 | * SA_INTERRUPT is also used by the irq handling routines. | 15 | * SA_INTERRUPT is also used by the irq handling routines. |
16 | * SA_SHIRQ is for shared interrupt support on PCI and EISA. | 16 | * SA_SHIRQ is for shared interrupt support on PCI and EISA. |
17 | * SA_PROBEIRQ is set by callers when they expect sharing mismatches to occur | ||
17 | */ | 18 | */ |
18 | #define SA_PROBE SA_ONESHOT | ||
19 | #define SA_SAMPLE_RANDOM SA_RESTART | 19 | #define SA_SAMPLE_RANDOM SA_RESTART |
20 | #define SA_SHIRQ 0x04000000 | 20 | #define SA_SHIRQ 0x04000000 |
21 | #define SA_PROBEIRQ 0x08000000 | ||
22 | |||
21 | /* | 23 | /* |
22 | * As above, these correspond to the IORESOURCE_IRQ_* defines in | 24 | * As above, these correspond to the IORESOURCE_IRQ_* defines in |
23 | * linux/ioport.h to select the interrupt line behaviour. When | 25 | * linux/ioport.h to select the interrupt line behaviour. When |
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 3bdc1970f8bd..70c64dbe4b8a 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -573,6 +573,9 @@ asmlinkage long sys_splice(int fd_in, loff_t __user *off_in, | |||
573 | int fd_out, loff_t __user *off_out, | 573 | int fd_out, loff_t __user *off_out, |
574 | size_t len, unsigned int flags); | 574 | size_t len, unsigned int flags); |
575 | 575 | ||
576 | asmlinkage long sys_vmsplice(int fd, const struct iovec __user *iov, | ||
577 | unsigned long nr_segs, unsigned int flags); | ||
578 | |||
576 | asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags); | 579 | asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags); |
577 | 580 | ||
578 | asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes, | 581 | asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes, |
diff --git a/include/net/ieee80211softmac.h b/include/net/ieee80211softmac.h index 6b3693f05ca0..b1ebfbae397f 100644 --- a/include/net/ieee80211softmac.h +++ b/include/net/ieee80211softmac.h | |||
@@ -96,10 +96,13 @@ struct ieee80211softmac_assoc_info { | |||
96 | * | 96 | * |
97 | * bssvalid is true if we found a matching network | 97 | * bssvalid is true if we found a matching network |
98 | * and saved it's BSSID into the bssid above. | 98 | * and saved it's BSSID into the bssid above. |
99 | * | ||
100 | * bssfixed is used for SIOCSIWAP. | ||
99 | */ | 101 | */ |
100 | u8 static_essid:1, | 102 | u8 static_essid:1, |
101 | associating:1, | 103 | associating:1, |
102 | bssvalid:1; | 104 | bssvalid:1, |
105 | bssfixed:1; | ||
103 | 106 | ||
104 | /* Scan retries remaining */ | 107 | /* Scan retries remaining */ |
105 | int scan_retry; | 108 | int scan_retry; |
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index d2a7296c8251..b7f0388bd71c 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -836,7 +836,7 @@ static void migrate_hrtimers(int cpu) | |||
836 | } | 836 | } |
837 | #endif /* CONFIG_HOTPLUG_CPU */ | 837 | #endif /* CONFIG_HOTPLUG_CPU */ |
838 | 838 | ||
839 | static int __devinit hrtimer_cpu_notify(struct notifier_block *self, | 839 | static int hrtimer_cpu_notify(struct notifier_block *self, |
840 | unsigned long action, void *hcpu) | 840 | unsigned long action, void *hcpu) |
841 | { | 841 | { |
842 | long cpu = (long)hcpu; | 842 | long cpu = (long)hcpu; |
@@ -860,7 +860,7 @@ static int __devinit hrtimer_cpu_notify(struct notifier_block *self, | |||
860 | return NOTIFY_OK; | 860 | return NOTIFY_OK; |
861 | } | 861 | } |
862 | 862 | ||
863 | static struct notifier_block __devinitdata hrtimers_nb = { | 863 | static struct notifier_block hrtimers_nb = { |
864 | .notifier_call = hrtimer_cpu_notify, | 864 | .notifier_call = hrtimer_cpu_notify, |
865 | }; | 865 | }; |
866 | 866 | ||
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index ac766ad573e8..1279e3499534 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
@@ -246,8 +246,10 @@ int setup_irq(unsigned int irq, struct irqaction * new) | |||
246 | 246 | ||
247 | mismatch: | 247 | mismatch: |
248 | spin_unlock_irqrestore(&desc->lock, flags); | 248 | spin_unlock_irqrestore(&desc->lock, flags); |
249 | printk(KERN_ERR "%s: irq handler mismatch\n", __FUNCTION__); | 249 | if (!(new->flags & SA_PROBEIRQ)) { |
250 | dump_stack(); | 250 | printk(KERN_ERR "%s: irq handler mismatch\n", __FUNCTION__); |
251 | dump_stack(); | ||
252 | } | ||
251 | return -EBUSY; | 253 | return -EBUSY; |
252 | } | 254 | } |
253 | 255 | ||
diff --git a/kernel/power/main.c b/kernel/power/main.c index ee371f50ccaa..a6d9ef46009e 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c | |||
@@ -272,7 +272,7 @@ static ssize_t state_store(struct subsystem * subsys, const char * buf, size_t n | |||
272 | if (*s && !strncmp(buf, *s, len)) | 272 | if (*s && !strncmp(buf, *s, len)) |
273 | break; | 273 | break; |
274 | } | 274 | } |
275 | if (*s) | 275 | if (state < PM_SUSPEND_MAX && *s) |
276 | error = enter_state(state); | 276 | error = enter_state(state); |
277 | else | 277 | else |
278 | error = -EINVAL; | 278 | error = -EINVAL; |
diff --git a/kernel/profile.c b/kernel/profile.c index 5a730fdb1a2c..68afe121e507 100644 --- a/kernel/profile.c +++ b/kernel/profile.c | |||
@@ -299,7 +299,7 @@ out: | |||
299 | } | 299 | } |
300 | 300 | ||
301 | #ifdef CONFIG_HOTPLUG_CPU | 301 | #ifdef CONFIG_HOTPLUG_CPU |
302 | static int __devinit profile_cpu_callback(struct notifier_block *info, | 302 | static int profile_cpu_callback(struct notifier_block *info, |
303 | unsigned long action, void *__cpu) | 303 | unsigned long action, void *__cpu) |
304 | { | 304 | { |
305 | int node, cpu = (unsigned long)__cpu; | 305 | int node, cpu = (unsigned long)__cpu; |
diff --git a/kernel/rcupdate.c b/kernel/rcupdate.c index 13458bbaa1be..6d32ff26f948 100644 --- a/kernel/rcupdate.c +++ b/kernel/rcupdate.c | |||
@@ -520,7 +520,7 @@ static void __devinit rcu_online_cpu(int cpu) | |||
520 | tasklet_init(&per_cpu(rcu_tasklet, cpu), rcu_process_callbacks, 0UL); | 520 | tasklet_init(&per_cpu(rcu_tasklet, cpu), rcu_process_callbacks, 0UL); |
521 | } | 521 | } |
522 | 522 | ||
523 | static int __devinit rcu_cpu_notify(struct notifier_block *self, | 523 | static int rcu_cpu_notify(struct notifier_block *self, |
524 | unsigned long action, void *hcpu) | 524 | unsigned long action, void *hcpu) |
525 | { | 525 | { |
526 | long cpu = (long)hcpu; | 526 | long cpu = (long)hcpu; |
@@ -537,7 +537,7 @@ static int __devinit rcu_cpu_notify(struct notifier_block *self, | |||
537 | return NOTIFY_OK; | 537 | return NOTIFY_OK; |
538 | } | 538 | } |
539 | 539 | ||
540 | static struct notifier_block __devinitdata rcu_nb = { | 540 | static struct notifier_block rcu_nb = { |
541 | .notifier_call = rcu_cpu_notify, | 541 | .notifier_call = rcu_cpu_notify, |
542 | }; | 542 | }; |
543 | 543 | ||
diff --git a/kernel/sched.c b/kernel/sched.c index 365f0b90b4de..4c64f85698ae 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -4814,7 +4814,7 @@ static int migration_call(struct notifier_block *nfb, unsigned long action, | |||
4814 | /* Register at highest priority so that task migration (migrate_all_tasks) | 4814 | /* Register at highest priority so that task migration (migrate_all_tasks) |
4815 | * happens before everything else. | 4815 | * happens before everything else. |
4816 | */ | 4816 | */ |
4817 | static struct notifier_block __devinitdata migration_notifier = { | 4817 | static struct notifier_block migration_notifier = { |
4818 | .notifier_call = migration_call, | 4818 | .notifier_call = migration_call, |
4819 | .priority = 10 | 4819 | .priority = 10 |
4820 | }; | 4820 | }; |
diff --git a/kernel/softirq.c b/kernel/softirq.c index ec8fed42a86f..336f92d64e2e 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -446,7 +446,7 @@ static void takeover_tasklets(unsigned int cpu) | |||
446 | } | 446 | } |
447 | #endif /* CONFIG_HOTPLUG_CPU */ | 447 | #endif /* CONFIG_HOTPLUG_CPU */ |
448 | 448 | ||
449 | static int __devinit cpu_callback(struct notifier_block *nfb, | 449 | static int cpu_callback(struct notifier_block *nfb, |
450 | unsigned long action, | 450 | unsigned long action, |
451 | void *hcpu) | 451 | void *hcpu) |
452 | { | 452 | { |
@@ -484,7 +484,7 @@ static int __devinit cpu_callback(struct notifier_block *nfb, | |||
484 | return NOTIFY_OK; | 484 | return NOTIFY_OK; |
485 | } | 485 | } |
486 | 486 | ||
487 | static struct notifier_block __devinitdata cpu_nfb = { | 487 | static struct notifier_block cpu_nfb = { |
488 | .notifier_call = cpu_callback | 488 | .notifier_call = cpu_callback |
489 | }; | 489 | }; |
490 | 490 | ||
diff --git a/kernel/softlockup.c b/kernel/softlockup.c index ced91e1ff564..14c7faf02909 100644 --- a/kernel/softlockup.c +++ b/kernel/softlockup.c | |||
@@ -104,7 +104,7 @@ static int watchdog(void * __bind_cpu) | |||
104 | /* | 104 | /* |
105 | * Create/destroy watchdog threads as CPUs come and go: | 105 | * Create/destroy watchdog threads as CPUs come and go: |
106 | */ | 106 | */ |
107 | static int __devinit | 107 | static int |
108 | cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) | 108 | cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) |
109 | { | 109 | { |
110 | int hotcpu = (unsigned long)hcpu; | 110 | int hotcpu = (unsigned long)hcpu; |
@@ -140,7 +140,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) | |||
140 | return NOTIFY_OK; | 140 | return NOTIFY_OK; |
141 | } | 141 | } |
142 | 142 | ||
143 | static struct notifier_block __devinitdata cpu_nfb = { | 143 | static struct notifier_block cpu_nfb = { |
144 | .notifier_call = cpu_callback | 144 | .notifier_call = cpu_callback |
145 | }; | 145 | }; |
146 | 146 | ||
diff --git a/kernel/timer.c b/kernel/timer.c index 883773788836..67eaf0f54096 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -1314,7 +1314,7 @@ static void __devinit migrate_timers(int cpu) | |||
1314 | } | 1314 | } |
1315 | #endif /* CONFIG_HOTPLUG_CPU */ | 1315 | #endif /* CONFIG_HOTPLUG_CPU */ |
1316 | 1316 | ||
1317 | static int __devinit timer_cpu_notify(struct notifier_block *self, | 1317 | static int timer_cpu_notify(struct notifier_block *self, |
1318 | unsigned long action, void *hcpu) | 1318 | unsigned long action, void *hcpu) |
1319 | { | 1319 | { |
1320 | long cpu = (long)hcpu; | 1320 | long cpu = (long)hcpu; |
@@ -1334,7 +1334,7 @@ static int __devinit timer_cpu_notify(struct notifier_block *self, | |||
1334 | return NOTIFY_OK; | 1334 | return NOTIFY_OK; |
1335 | } | 1335 | } |
1336 | 1336 | ||
1337 | static struct notifier_block __devinitdata timers_nb = { | 1337 | static struct notifier_block timers_nb = { |
1338 | .notifier_call = timer_cpu_notify, | 1338 | .notifier_call = timer_cpu_notify, |
1339 | }; | 1339 | }; |
1340 | 1340 | ||
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index e9e464a90376..880fb415a8f6 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -547,7 +547,7 @@ static void take_over_work(struct workqueue_struct *wq, unsigned int cpu) | |||
547 | } | 547 | } |
548 | 548 | ||
549 | /* We're holding the cpucontrol mutex here */ | 549 | /* We're holding the cpucontrol mutex here */ |
550 | static int __devinit workqueue_cpu_callback(struct notifier_block *nfb, | 550 | static int workqueue_cpu_callback(struct notifier_block *nfb, |
551 | unsigned long action, | 551 | unsigned long action, |
552 | void *hcpu) | 552 | void *hcpu) |
553 | { | 553 | { |
diff --git a/lib/kobject.c b/lib/kobject.c index 01d957513940..b46350c27837 100644 --- a/lib/kobject.c +++ b/lib/kobject.c | |||
@@ -422,7 +422,6 @@ struct kobject *kobject_add_dir(struct kobject *parent, const char *name) | |||
422 | 422 | ||
423 | return k; | 423 | return k; |
424 | } | 424 | } |
425 | EXPORT_SYMBOL_GPL(kobject_add_dir); | ||
426 | 425 | ||
427 | /** | 426 | /** |
428 | * kset_init - initialize a kset for use | 427 | * kset_init - initialize a kset for use |
@@ -569,7 +568,7 @@ int subsys_create_file(struct subsystem * s, struct subsys_attribute * a) | |||
569 | * @s: subsystem. | 568 | * @s: subsystem. |
570 | * @a: attribute desciptor. | 569 | * @a: attribute desciptor. |
571 | */ | 570 | */ |
572 | 571 | #if 0 | |
573 | void subsys_remove_file(struct subsystem * s, struct subsys_attribute * a) | 572 | void subsys_remove_file(struct subsystem * s, struct subsys_attribute * a) |
574 | { | 573 | { |
575 | if (subsys_get(s)) { | 574 | if (subsys_get(s)) { |
@@ -577,6 +576,7 @@ void subsys_remove_file(struct subsystem * s, struct subsys_attribute * a) | |||
577 | subsys_put(s); | 576 | subsys_put(s); |
578 | } | 577 | } |
579 | } | 578 | } |
579 | #endif /* 0 */ | ||
580 | 580 | ||
581 | EXPORT_SYMBOL(kobject_init); | 581 | EXPORT_SYMBOL(kobject_init); |
582 | EXPORT_SYMBOL(kobject_register); | 582 | EXPORT_SYMBOL(kobject_register); |
@@ -588,10 +588,7 @@ EXPORT_SYMBOL(kobject_del); | |||
588 | 588 | ||
589 | EXPORT_SYMBOL(kset_register); | 589 | EXPORT_SYMBOL(kset_register); |
590 | EXPORT_SYMBOL(kset_unregister); | 590 | EXPORT_SYMBOL(kset_unregister); |
591 | EXPORT_SYMBOL(kset_find_obj); | ||
592 | 591 | ||
593 | EXPORT_SYMBOL(subsystem_init); | ||
594 | EXPORT_SYMBOL(subsystem_register); | 592 | EXPORT_SYMBOL(subsystem_register); |
595 | EXPORT_SYMBOL(subsystem_unregister); | 593 | EXPORT_SYMBOL(subsystem_unregister); |
596 | EXPORT_SYMBOL(subsys_create_file); | 594 | EXPORT_SYMBOL(subsys_create_file); |
597 | EXPORT_SYMBOL(subsys_remove_file); | ||
diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 982226daf939..7f20e7b857cb 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c | |||
@@ -25,11 +25,13 @@ | |||
25 | #define BUFFER_SIZE 2048 /* buffer for the variables */ | 25 | #define BUFFER_SIZE 2048 /* buffer for the variables */ |
26 | #define NUM_ENVP 32 /* number of env pointers */ | 26 | #define NUM_ENVP 32 /* number of env pointers */ |
27 | 27 | ||
28 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) | 28 | #if defined(CONFIG_HOTPLUG) |
29 | u64 uevent_seqnum; | 29 | u64 uevent_seqnum; |
30 | char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug"; | 30 | char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug"; |
31 | static DEFINE_SPINLOCK(sequence_lock); | 31 | static DEFINE_SPINLOCK(sequence_lock); |
32 | #if defined(CONFIG_NET) | ||
32 | static struct sock *uevent_sock; | 33 | static struct sock *uevent_sock; |
34 | #endif | ||
33 | 35 | ||
34 | static char *action_to_string(enum kobject_action action) | 36 | static char *action_to_string(enum kobject_action action) |
35 | { | 37 | { |
@@ -155,6 +157,7 @@ void kobject_uevent(struct kobject *kobj, enum kobject_action action) | |||
155 | spin_unlock(&sequence_lock); | 157 | spin_unlock(&sequence_lock); |
156 | sprintf(seq_buff, "SEQNUM=%llu", (unsigned long long)seq); | 158 | sprintf(seq_buff, "SEQNUM=%llu", (unsigned long long)seq); |
157 | 159 | ||
160 | #if defined(CONFIG_NET) | ||
158 | /* send netlink message */ | 161 | /* send netlink message */ |
159 | if (uevent_sock) { | 162 | if (uevent_sock) { |
160 | struct sk_buff *skb; | 163 | struct sk_buff *skb; |
@@ -179,6 +182,7 @@ void kobject_uevent(struct kobject *kobj, enum kobject_action action) | |||
179 | netlink_broadcast(uevent_sock, skb, 0, 1, GFP_KERNEL); | 182 | netlink_broadcast(uevent_sock, skb, 0, 1, GFP_KERNEL); |
180 | } | 183 | } |
181 | } | 184 | } |
185 | #endif | ||
182 | 186 | ||
183 | /* call uevent_helper, usually only enabled during early boot */ | 187 | /* call uevent_helper, usually only enabled during early boot */ |
184 | if (uevent_helper[0]) { | 188 | if (uevent_helper[0]) { |
@@ -249,6 +253,7 @@ int add_uevent_var(char **envp, int num_envp, int *cur_index, | |||
249 | } | 253 | } |
250 | EXPORT_SYMBOL_GPL(add_uevent_var); | 254 | EXPORT_SYMBOL_GPL(add_uevent_var); |
251 | 255 | ||
256 | #if defined(CONFIG_NET) | ||
252 | static int __init kobject_uevent_init(void) | 257 | static int __init kobject_uevent_init(void) |
253 | { | 258 | { |
254 | uevent_sock = netlink_kernel_create(NETLINK_KOBJECT_UEVENT, 1, NULL, | 259 | uevent_sock = netlink_kernel_create(NETLINK_KOBJECT_UEVENT, 1, NULL, |
@@ -264,5 +269,6 @@ static int __init kobject_uevent_init(void) | |||
264 | } | 269 | } |
265 | 270 | ||
266 | postcore_initcall(kobject_uevent_init); | 271 | postcore_initcall(kobject_uevent_init); |
272 | #endif | ||
267 | 273 | ||
268 | #endif /* CONFIG_HOTPLUG */ | 274 | #endif /* CONFIG_HOTPLUG */ |
diff --git a/mm/filemap.c b/mm/filemap.c index 3ef20739e725..fd57442186cb 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -697,6 +697,38 @@ unsigned find_get_pages(struct address_space *mapping, pgoff_t start, | |||
697 | return ret; | 697 | return ret; |
698 | } | 698 | } |
699 | 699 | ||
700 | /** | ||
701 | * find_get_pages_contig - gang contiguous pagecache lookup | ||
702 | * @mapping: The address_space to search | ||
703 | * @index: The starting page index | ||
704 | * @nr_pages: The maximum number of pages | ||
705 | * @pages: Where the resulting pages are placed | ||
706 | * | ||
707 | * find_get_pages_contig() works exactly like find_get_pages(), except | ||
708 | * that the returned number of pages are guaranteed to be contiguous. | ||
709 | * | ||
710 | * find_get_pages_contig() returns the number of pages which were found. | ||
711 | */ | ||
712 | unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, | ||
713 | unsigned int nr_pages, struct page **pages) | ||
714 | { | ||
715 | unsigned int i; | ||
716 | unsigned int ret; | ||
717 | |||
718 | read_lock_irq(&mapping->tree_lock); | ||
719 | ret = radix_tree_gang_lookup(&mapping->page_tree, | ||
720 | (void **)pages, index, nr_pages); | ||
721 | for (i = 0; i < ret; i++) { | ||
722 | if (pages[i]->mapping == NULL || pages[i]->index != index) | ||
723 | break; | ||
724 | |||
725 | page_cache_get(pages[i]); | ||
726 | index++; | ||
727 | } | ||
728 | read_unlock_irq(&mapping->tree_lock); | ||
729 | return i; | ||
730 | } | ||
731 | |||
700 | /* | 732 | /* |
701 | * Like find_get_pages, except we only return pages which are tagged with | 733 | * Like find_get_pages, except we only return pages which are tagged with |
702 | * `tag'. We update *index to index the next page for the traversal. | 734 | * `tag'. We update *index to index the next page for the traversal. |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 123c60586740..ea77c999047e 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1962,7 +1962,7 @@ static inline void free_zone_pagesets(int cpu) | |||
1962 | } | 1962 | } |
1963 | } | 1963 | } |
1964 | 1964 | ||
1965 | static int __cpuinit pageset_cpuup_callback(struct notifier_block *nfb, | 1965 | static int pageset_cpuup_callback(struct notifier_block *nfb, |
1966 | unsigned long action, | 1966 | unsigned long action, |
1967 | void *hcpu) | 1967 | void *hcpu) |
1968 | { | 1968 | { |
@@ -979,7 +979,8 @@ static void __drain_alien_cache(struct kmem_cache *cachep, | |||
979 | * That way we could avoid the overhead of putting the objects | 979 | * That way we could avoid the overhead of putting the objects |
980 | * into the free lists and getting them back later. | 980 | * into the free lists and getting them back later. |
981 | */ | 981 | */ |
982 | transfer_objects(rl3->shared, ac, ac->limit); | 982 | if (rl3->shared) |
983 | transfer_objects(rl3->shared, ac, ac->limit); | ||
983 | 984 | ||
984 | free_block(cachep, ac->entry, ac->avail, node); | 985 | free_block(cachep, ac->entry, ac->avail, node); |
985 | ac->avail = 0; | 986 | ac->avail = 0; |
@@ -1036,7 +1037,7 @@ static inline void free_alien_cache(struct array_cache **ac_ptr) | |||
1036 | 1037 | ||
1037 | #endif | 1038 | #endif |
1038 | 1039 | ||
1039 | static int __devinit cpuup_callback(struct notifier_block *nfb, | 1040 | static int cpuup_callback(struct notifier_block *nfb, |
1040 | unsigned long action, void *hcpu) | 1041 | unsigned long action, void *hcpu) |
1041 | { | 1042 | { |
1042 | long cpu = (long)hcpu; | 1043 | long cpu = (long)hcpu; |
diff --git a/mm/vmscan.c b/mm/vmscan.c index acdf001d6941..4649a63a8cb6 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -1328,7 +1328,7 @@ repeat: | |||
1328 | not required for correctness. So if the last cpu in a node goes | 1328 | not required for correctness. So if the last cpu in a node goes |
1329 | away, we get changed to run anywhere: as the first one comes back, | 1329 | away, we get changed to run anywhere: as the first one comes back, |
1330 | restore their cpu bindings. */ | 1330 | restore their cpu bindings. */ |
1331 | static int __devinit cpu_callback(struct notifier_block *nfb, | 1331 | static int cpu_callback(struct notifier_block *nfb, |
1332 | unsigned long action, void *hcpu) | 1332 | unsigned long action, void *hcpu) |
1333 | { | 1333 | { |
1334 | pg_data_t *pgdat; | 1334 | pg_data_t *pgdat; |
diff --git a/net/bridge/br_forward.c b/net/bridge/br_forward.c index 2d24fb400e0c..56f3aa47e758 100644 --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | #include <linux/netdevice.h> | 17 | #include <linux/netdevice.h> |
18 | #include <linux/skbuff.h> | 18 | #include <linux/skbuff.h> |
19 | #include <linux/if_vlan.h> | ||
19 | #include <linux/netfilter_bridge.h> | 20 | #include <linux/netfilter_bridge.h> |
20 | #include "br_private.h" | 21 | #include "br_private.h" |
21 | 22 | ||
@@ -29,10 +30,15 @@ static inline int should_deliver(const struct net_bridge_port *p, | |||
29 | return 1; | 30 | return 1; |
30 | } | 31 | } |
31 | 32 | ||
33 | static inline unsigned packet_length(const struct sk_buff *skb) | ||
34 | { | ||
35 | return skb->len - (skb->protocol == htons(ETH_P_8021Q) ? VLAN_HLEN : 0); | ||
36 | } | ||
37 | |||
32 | int br_dev_queue_push_xmit(struct sk_buff *skb) | 38 | int br_dev_queue_push_xmit(struct sk_buff *skb) |
33 | { | 39 | { |
34 | /* drop mtu oversized packets except tso */ | 40 | /* drop mtu oversized packets except tso */ |
35 | if (skb->len > skb->dev->mtu && !skb_shinfo(skb)->tso_size) | 41 | if (packet_length(skb) > skb->dev->mtu && !skb_shinfo(skb)->tso_size) |
36 | kfree_skb(skb); | 42 | kfree_skb(skb); |
37 | else { | 43 | else { |
38 | #ifdef CONFIG_BRIDGE_NETFILTER | 44 | #ifdef CONFIG_BRIDGE_NETFILTER |
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index 4498023841dc..fb79ce7d6439 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c | |||
@@ -144,6 +144,12 @@ network_matches_request(struct ieee80211softmac_device *mac, struct ieee80211_ne | |||
144 | if (!we_support_all_basic_rates(mac, net->rates_ex, net->rates_ex_len)) | 144 | if (!we_support_all_basic_rates(mac, net->rates_ex, net->rates_ex_len)) |
145 | return 0; | 145 | return 0; |
146 | 146 | ||
147 | /* assume that users know what they're doing ... | ||
148 | * (note we don't let them select a net we're incompatible with) */ | ||
149 | if (mac->associnfo.bssfixed) { | ||
150 | return !memcmp(mac->associnfo.bssid, net->bssid, ETH_ALEN); | ||
151 | } | ||
152 | |||
147 | /* if 'ANY' network requested, take any that doesn't have privacy enabled */ | 153 | /* if 'ANY' network requested, take any that doesn't have privacy enabled */ |
148 | if (mac->associnfo.req_essid.len == 0 | 154 | if (mac->associnfo.req_essid.len == 0 |
149 | && !(net->capability & WLAN_CAPABILITY_PRIVACY)) | 155 | && !(net->capability & WLAN_CAPABILITY_PRIVACY)) |
@@ -176,7 +182,7 @@ ieee80211softmac_assoc_work(void *d) | |||
176 | ieee80211softmac_disassoc(mac, WLAN_REASON_DISASSOC_STA_HAS_LEFT); | 182 | ieee80211softmac_disassoc(mac, WLAN_REASON_DISASSOC_STA_HAS_LEFT); |
177 | 183 | ||
178 | /* try to find the requested network in our list, if we found one already */ | 184 | /* try to find the requested network in our list, if we found one already */ |
179 | if (mac->associnfo.bssvalid) | 185 | if (mac->associnfo.bssvalid || mac->associnfo.bssfixed) |
180 | found = ieee80211softmac_get_network_by_bssid(mac, mac->associnfo.bssid); | 186 | found = ieee80211softmac_get_network_by_bssid(mac, mac->associnfo.bssid); |
181 | 187 | ||
182 | /* Search the ieee80211 networks for this network if we didn't find it by bssid, | 188 | /* Search the ieee80211 networks for this network if we didn't find it by bssid, |
@@ -241,19 +247,25 @@ ieee80211softmac_assoc_work(void *d) | |||
241 | if (ieee80211softmac_start_scan(mac)) | 247 | if (ieee80211softmac_start_scan(mac)) |
242 | dprintk(KERN_INFO PFX "Associate: failed to initiate scan. Is device up?\n"); | 248 | dprintk(KERN_INFO PFX "Associate: failed to initiate scan. Is device up?\n"); |
243 | return; | 249 | return; |
244 | } | 250 | } else { |
245 | else { | ||
246 | spin_lock_irqsave(&mac->lock, flags); | 251 | spin_lock_irqsave(&mac->lock, flags); |
247 | mac->associnfo.associating = 0; | 252 | mac->associnfo.associating = 0; |
248 | mac->associated = 0; | 253 | mac->associated = 0; |
249 | spin_unlock_irqrestore(&mac->lock, flags); | 254 | spin_unlock_irqrestore(&mac->lock, flags); |
250 | 255 | ||
251 | dprintk(KERN_INFO PFX "Unable to find matching network after scan!\n"); | 256 | dprintk(KERN_INFO PFX "Unable to find matching network after scan!\n"); |
257 | /* reset the retry counter for the next user request since we | ||
258 | * break out and don't reschedule ourselves after this point. */ | ||
259 | mac->associnfo.scan_retry = IEEE80211SOFTMAC_ASSOC_SCAN_RETRY_LIMIT; | ||
252 | ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_NET_NOT_FOUND, NULL); | 260 | ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_NET_NOT_FOUND, NULL); |
253 | return; | 261 | return; |
254 | } | 262 | } |
255 | } | 263 | } |
256 | 264 | ||
265 | /* reset the retry counter for the next user request since we | ||
266 | * now found a net and will try to associate to it, but not | ||
267 | * schedule this function again. */ | ||
268 | mac->associnfo.scan_retry = IEEE80211SOFTMAC_ASSOC_SCAN_RETRY_LIMIT; | ||
257 | mac->associnfo.bssvalid = 1; | 269 | mac->associnfo.bssvalid = 1; |
258 | memcpy(mac->associnfo.bssid, found->bssid, ETH_ALEN); | 270 | memcpy(mac->associnfo.bssid, found->bssid, ETH_ALEN); |
259 | /* copy the ESSID for displaying it */ | 271 | /* copy the ESSID for displaying it */ |
diff --git a/net/ieee80211/softmac/ieee80211softmac_module.c b/net/ieee80211/softmac/ieee80211softmac_module.c index 60f06a31f0d1..be83bdc1644a 100644 --- a/net/ieee80211/softmac/ieee80211softmac_module.c +++ b/net/ieee80211/softmac/ieee80211softmac_module.c | |||
@@ -45,6 +45,8 @@ struct net_device *alloc_ieee80211softmac(int sizeof_priv) | |||
45 | softmac->ieee->handle_disassoc = ieee80211softmac_handle_disassoc; | 45 | softmac->ieee->handle_disassoc = ieee80211softmac_handle_disassoc; |
46 | softmac->scaninfo = NULL; | 46 | softmac->scaninfo = NULL; |
47 | 47 | ||
48 | softmac->associnfo.scan_retry = IEEE80211SOFTMAC_ASSOC_SCAN_RETRY_LIMIT; | ||
49 | |||
48 | /* TODO: initialise all the other callbacks in the ieee struct | 50 | /* TODO: initialise all the other callbacks in the ieee struct |
49 | * (once they're written) | 51 | * (once they're written) |
50 | */ | 52 | */ |
diff --git a/net/ieee80211/softmac/ieee80211softmac_wx.c b/net/ieee80211/softmac/ieee80211softmac_wx.c index 00f0d4f71897..27edb2b5581a 100644 --- a/net/ieee80211/softmac/ieee80211softmac_wx.c +++ b/net/ieee80211/softmac/ieee80211softmac_wx.c | |||
@@ -27,7 +27,8 @@ | |||
27 | #include "ieee80211softmac_priv.h" | 27 | #include "ieee80211softmac_priv.h" |
28 | 28 | ||
29 | #include <net/iw_handler.h> | 29 | #include <net/iw_handler.h> |
30 | 30 | /* for is_broadcast_ether_addr and is_zero_ether_addr */ | |
31 | #include <linux/etherdevice.h> | ||
31 | 32 | ||
32 | int | 33 | int |
33 | ieee80211softmac_wx_trigger_scan(struct net_device *net_dev, | 34 | ieee80211softmac_wx_trigger_scan(struct net_device *net_dev, |
@@ -83,7 +84,6 @@ ieee80211softmac_wx_set_essid(struct net_device *net_dev, | |||
83 | sm->associnfo.static_essid = 1; | 84 | sm->associnfo.static_essid = 1; |
84 | } | 85 | } |
85 | } | 86 | } |
86 | sm->associnfo.scan_retry = IEEE80211SOFTMAC_ASSOC_SCAN_RETRY_LIMIT; | ||
87 | 87 | ||
88 | /* set our requested ESSID length. | 88 | /* set our requested ESSID length. |
89 | * If applicable, we have already copied the data in */ | 89 | * If applicable, we have already copied the data in */ |
@@ -310,8 +310,6 @@ ieee80211softmac_wx_set_wap(struct net_device *net_dev, | |||
310 | char *extra) | 310 | char *extra) |
311 | { | 311 | { |
312 | struct ieee80211softmac_device *mac = ieee80211_priv(net_dev); | 312 | struct ieee80211softmac_device *mac = ieee80211_priv(net_dev); |
313 | static const unsigned char any[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; | ||
314 | static const unsigned char off[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; | ||
315 | unsigned long flags; | 313 | unsigned long flags; |
316 | 314 | ||
317 | /* sanity check */ | 315 | /* sanity check */ |
@@ -320,10 +318,17 @@ ieee80211softmac_wx_set_wap(struct net_device *net_dev, | |||
320 | } | 318 | } |
321 | 319 | ||
322 | spin_lock_irqsave(&mac->lock, flags); | 320 | spin_lock_irqsave(&mac->lock, flags); |
323 | if (!memcmp(any, data->ap_addr.sa_data, ETH_ALEN) || | 321 | if (is_broadcast_ether_addr(data->ap_addr.sa_data)) { |
324 | !memcmp(off, data->ap_addr.sa_data, ETH_ALEN)) { | 322 | /* the bssid we have is not to be fixed any longer, |
325 | schedule_work(&mac->associnfo.work); | 323 | * and we should reassociate to the best AP. */ |
326 | goto out; | 324 | mac->associnfo.bssfixed = 0; |
325 | /* force reassociation */ | ||
326 | mac->associnfo.bssvalid = 0; | ||
327 | if (mac->associated) | ||
328 | schedule_work(&mac->associnfo.work); | ||
329 | } else if (is_zero_ether_addr(data->ap_addr.sa_data)) { | ||
330 | /* the bssid we have is no longer fixed */ | ||
331 | mac->associnfo.bssfixed = 0; | ||
327 | } else { | 332 | } else { |
328 | if (!memcmp(mac->associnfo.bssid, data->ap_addr.sa_data, ETH_ALEN)) { | 333 | if (!memcmp(mac->associnfo.bssid, data->ap_addr.sa_data, ETH_ALEN)) { |
329 | if (mac->associnfo.associating || mac->associated) { | 334 | if (mac->associnfo.associating || mac->associated) { |
@@ -333,12 +338,14 @@ ieee80211softmac_wx_set_wap(struct net_device *net_dev, | |||
333 | } else { | 338 | } else { |
334 | /* copy new value in data->ap_addr.sa_data to bssid */ | 339 | /* copy new value in data->ap_addr.sa_data to bssid */ |
335 | memcpy(mac->associnfo.bssid, data->ap_addr.sa_data, ETH_ALEN); | 340 | memcpy(mac->associnfo.bssid, data->ap_addr.sa_data, ETH_ALEN); |
336 | } | 341 | } |
342 | /* tell the other code that this bssid should be used no matter what */ | ||
343 | mac->associnfo.bssfixed = 1; | ||
337 | /* queue associate if new bssid or (old one again and not associated) */ | 344 | /* queue associate if new bssid or (old one again and not associated) */ |
338 | schedule_work(&mac->associnfo.work); | 345 | schedule_work(&mac->associnfo.work); |
339 | } | 346 | } |
340 | 347 | ||
341 | out: | 348 | out: |
342 | spin_unlock_irqrestore(&mac->lock, flags); | 349 | spin_unlock_irqrestore(&mac->lock, flags); |
343 | return 0; | 350 | return 0; |
344 | } | 351 | } |
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 6275266dde2e..558c6ed443be 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -478,6 +478,20 @@ config SOUND_ACI_MIXER | |||
478 | 478 | ||
479 | This driver is also available as a module and will be called aci. | 479 | This driver is also available as a module and will be called aci. |
480 | 480 | ||
481 | config SOUND_CS4232 | ||
482 | tristate "Crystal CS4232 based (PnP) cards" | ||
483 | depends on SOUND_OSS | ||
484 | help | ||
485 | Say Y here if you have a card based on the Crystal CS4232 chip set, | ||
486 | which uses its own Plug and Play protocol. | ||
487 | |||
488 | If you compile the driver into the kernel, you have to add | ||
489 | "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel | ||
490 | command line. | ||
491 | |||
492 | See <file:Documentation/sound/oss/CS4232> for more information on | ||
493 | configuring this card. | ||
494 | |||
481 | config SOUND_VMIDI | 495 | config SOUND_VMIDI |
482 | tristate "Loopback MIDI device support" | 496 | tristate "Loopback MIDI device support" |
483 | depends on SOUND_OSS | 497 | depends on SOUND_OSS |