diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:23:21 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:23:21 -0500 |
commit | 638cbac8de9b57345a9446e107b6aebc10b58970 (patch) | |
tree | e445fe3a1b8ad718d7ee770ed1c7a43e3eb5a611 | |
parent | f055408957750cf759162c364c2a4dfe19765844 (diff) | |
parent | fc71fe40d2bedcc57d3406bf2050481f8b3441b6 (diff) |
Merge branch 'master'
325 files changed, 5881 insertions, 9801 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 0519c9dc0065..096aed62c326 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -386,7 +386,7 @@ X!Edrivers/pnp/system.c | |||
386 | 386 | ||
387 | <chapter id="blkdev"> | 387 | <chapter id="blkdev"> |
388 | <title>Block Devices</title> | 388 | <title>Block Devices</title> |
389 | !Edrivers/block/ll_rw_blk.c | 389 | !Eblock/ll_rw_blk.c |
390 | </chapter> | 390 | </chapter> |
391 | 391 | ||
392 | <chapter id="miscdev"> | 392 | <chapter id="miscdev"> |
diff --git a/Documentation/block/biodoc.txt b/Documentation/block/biodoc.txt index 2d65c2182161..0fe01c805480 100644 --- a/Documentation/block/biodoc.txt +++ b/Documentation/block/biodoc.txt | |||
@@ -1063,8 +1063,8 @@ Aside: | |||
1063 | 4.4 I/O contexts | 1063 | 4.4 I/O contexts |
1064 | I/O contexts provide a dynamically allocated per process data area. They may | 1064 | I/O contexts provide a dynamically allocated per process data area. They may |
1065 | be used in I/O schedulers, and in the block layer (could be used for IO statis, | 1065 | be used in I/O schedulers, and in the block layer (could be used for IO statis, |
1066 | priorities for example). See *io_context in drivers/block/ll_rw_blk.c, and | 1066 | priorities for example). See *io_context in block/ll_rw_blk.c, and as-iosched.c |
1067 | as-iosched.c for an example of usage in an i/o scheduler. | 1067 | for an example of usage in an i/o scheduler. |
1068 | 1068 | ||
1069 | 1069 | ||
1070 | 5. Scalability related changes | 1070 | 5. Scalability related changes |
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 0f515175c72a..3c406acd4dfa 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt | |||
@@ -2903,14 +2903,14 @@ Your cooperation is appreciated. | |||
2903 | 196 = /dev/dvb/adapter3/video0 first video decoder of fourth card | 2903 | 196 = /dev/dvb/adapter3/video0 first video decoder of fourth card |
2904 | 2904 | ||
2905 | 2905 | ||
2906 | 216 char USB BlueTooth devices | 2906 | 216 char Bluetooth RFCOMM TTY devices |
2907 | 0 = /dev/ttyUB0 First USB BlueTooth device | 2907 | 0 = /dev/rfcomm0 First Bluetooth RFCOMM TTY device |
2908 | 1 = /dev/ttyUB1 Second USB BlueTooth device | 2908 | 1 = /dev/rfcomm1 Second Bluetooth RFCOMM TTY device |
2909 | ... | 2909 | ... |
2910 | 2910 | ||
2911 | 217 char USB BlueTooth devices (alternate devices) | 2911 | 217 char Bluetooth RFCOMM TTY devices (alternate devices) |
2912 | 0 = /dev/cuub0 Callout device for ttyUB0 | 2912 | 0 = /dev/curf0 Callout device for rfcomm0 |
2913 | 1 = /dev/cuub1 Callout device for ttyUB1 | 2913 | 1 = /dev/curf1 Callout device for rfcomm1 |
2914 | ... | 2914 | ... |
2915 | 2915 | ||
2916 | 218 char The Logical Company bus Unibus/Qbus adapters | 2916 | 218 char The Logical Company bus Unibus/Qbus adapters |
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 429db4bf98ec..9b743198f77a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -140,3 +140,22 @@ What: EXPORT_SYMBOL(lookup_hash) | |||
140 | When: January 2006 | 140 | When: January 2006 |
141 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. | 141 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. |
142 | Who: Christoph Hellwig <hch@lst.de> | 142 | Who: Christoph Hellwig <hch@lst.de> |
143 | |||
144 | --------------------------- | ||
145 | |||
146 | What: START_ARRAY ioctl for md | ||
147 | When: July 2006 | ||
148 | Files: drivers/md/md.c | ||
149 | Why: Not reliable by design - can fail when most needed. | ||
150 | Alternatives exist | ||
151 | Who: NeilBrown <neilb@suse.de> | ||
152 | |||
153 | --------------------------- | ||
154 | |||
155 | What: au1x00_uart driver | ||
156 | When: January 2006 | ||
157 | Why: The 8250 serial driver now has the ability to deal with the differences | ||
158 | between the standard 8250 family of UARTs and their slightly strange | ||
159 | brother on Alchemy SOCs. The loss of features is not considered an | ||
160 | issue. | ||
161 | Who: Ralf Baechle <ralf@linux-mips.org> | ||
diff --git a/Documentation/oops-tracing.txt b/Documentation/oops-tracing.txt index 9f30ac6ca47b..05960f8a748e 100644 --- a/Documentation/oops-tracing.txt +++ b/Documentation/oops-tracing.txt | |||
@@ -32,7 +32,10 @@ the disk is not available then you have three options :- | |||
32 | has restarted. Messy but it is the only option if you have not | 32 | has restarted. Messy but it is the only option if you have not |
33 | planned for a crash. Alternatively, you can take a picture of | 33 | planned for a crash. Alternatively, you can take a picture of |
34 | the screen with a digital camera - not nice, but better than | 34 | the screen with a digital camera - not nice, but better than |
35 | nothing. | 35 | nothing. If the messages scroll off the top of the console, you |
36 | may find that booting with a higher resolution (eg, vga=791) | ||
37 | will allow you to read more of the text. (Caveat: This needs vesafb, | ||
38 | so won't help for 'early' oopses) | ||
36 | 39 | ||
37 | (2) Boot with a serial console (see Documentation/serial-console.txt), | 40 | (2) Boot with a serial console (see Documentation/serial-console.txt), |
38 | run a null modem to a second machine and capture the output there | 41 | run a null modem to a second machine and capture the output there |
diff --git a/Documentation/usb/bluetooth.txt b/Documentation/usb/bluetooth.txt deleted file mode 100644 index 774f5d3835cc..000000000000 --- a/Documentation/usb/bluetooth.txt +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | INTRODUCTION | ||
2 | |||
3 | The USB Bluetooth driver supports any USB Bluetooth device. | ||
4 | It currently works well with the Linux USB Bluetooth stack from Axis | ||
5 | (available at http://developer.axis.com/software/bluetooth/ ) and | ||
6 | has been rumored to work with other Linux USB Bluetooth stacks. | ||
7 | |||
8 | |||
9 | CONFIGURATION | ||
10 | |||
11 | Currently the driver can handle up to 256 different USB Bluetooth | ||
12 | devices at once. | ||
13 | |||
14 | If you are not using devfs: | ||
15 | The major number that the driver uses is 216 so to use the driver, | ||
16 | create the following nodes: | ||
17 | mknod /dev/ttyUB0 c 216 0 | ||
18 | mknod /dev/ttyUB1 c 216 1 | ||
19 | mknod /dev/ttyUB2 c 216 2 | ||
20 | mknod /dev/ttyUB3 c 216 3 | ||
21 | . | ||
22 | . | ||
23 | . | ||
24 | mknod /dev/ttyUB254 c 216 254 | ||
25 | mknod /dev/ttyUB255 c 216 255 | ||
26 | |||
27 | If you are using devfs: | ||
28 | The devices supported by this driver will show up as | ||
29 | /dev/usb/ttub/{0,1,...} | ||
30 | |||
31 | When the device is connected and recognized by the driver, the driver | ||
32 | will print to the system log, which node the device has been bound to. | ||
33 | |||
34 | |||
35 | CONTACT: | ||
36 | |||
37 | If anyone has any problems using this driver, please contact me, or | ||
38 | join the Linux-USB mailing list (information on joining the mailing | ||
39 | list, as well as a link to its searchable archive is at | ||
40 | http://www.linux-usb.org/ ) | ||
41 | |||
42 | |||
43 | Greg Kroah-Hartman | ||
44 | greg@kroah.com | ||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 70b007e66926..4b15f5f1e254 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -652,25 +652,11 @@ endmenu | |||
652 | 652 | ||
653 | menu "Power management options" | 653 | menu "Power management options" |
654 | 654 | ||
655 | config PM | 655 | source "kernel/power/Kconfig" |
656 | bool "Power Management support" | ||
657 | ---help--- | ||
658 | "Power Management" means that parts of your computer are shut | ||
659 | off or put into a power conserving "sleep" mode if they are not | ||
660 | being used. There are two competing standards for doing this: APM | ||
661 | and ACPI. If you want to use either one, say Y here and then also | ||
662 | to the requisite support below. | ||
663 | |||
664 | Power Management is most important for battery powered laptop | ||
665 | computers; if you have a laptop, check out the Linux Laptop home | ||
666 | page on the WWW at <http://www.linux-on-laptops.com/> or | ||
667 | Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/> | ||
668 | and the Battery Powered Linux mini-HOWTO, available from | ||
669 | <http://www.tldp.org/docs.html#howto>. | ||
670 | 656 | ||
671 | config APM | 657 | config APM |
672 | tristate "Advanced Power Management Emulation" | 658 | tristate "Advanced Power Management Emulation" |
673 | depends on PM | 659 | depends on PM_LEGACY |
674 | ---help--- | 660 | ---help--- |
675 | APM is a BIOS specification for saving power using several different | 661 | APM is a BIOS specification for saving power using several different |
676 | techniques. This is mostly useful for battery powered laptops with | 662 | techniques. This is mostly useful for battery powered laptops with |
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 7c7f475e213e..6abafb6f1844 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -19,38 +19,28 @@ | |||
19 | */ | 19 | */ |
20 | #ifdef DEBUG | 20 | #ifdef DEBUG |
21 | 21 | ||
22 | #include <asm/arch/debug-macro.S> | ||
23 | |||
24 | #if defined(CONFIG_DEBUG_ICEDCC) | 22 | #if defined(CONFIG_DEBUG_ICEDCC) |
25 | .macro loadsp, rb | 23 | .macro loadsp, rb |
26 | .endm | 24 | .endm |
27 | .macro writeb, ch, rb | 25 | .macro writeb, ch, rb |
28 | mcr p14, 0, \ch, c0, c1, 0 | 26 | mcr p14, 0, \ch, c0, c1, 0 |
29 | .endm | 27 | .endm |
30 | #else | 28 | #else |
29 | |||
30 | #include <asm/arch/debug-macro.S> | ||
31 | |||
31 | .macro writeb, ch, rb | 32 | .macro writeb, ch, rb |
32 | senduart \ch, \rb | 33 | senduart \ch, \rb |
33 | .endm | 34 | .endm |
34 | 35 | ||
35 | #if defined(CONFIG_FOOTBRIDGE) || \ | 36 | #if defined(CONFIG_ARCH_SA1100) |
36 | defined(CONFIG_ARCH_RPC) || \ | ||
37 | defined(CONFIG_ARCH_INTEGRATOR) || \ | ||
38 | defined(CONFIG_ARCH_PXA) || \ | ||
39 | defined(CONFIG_ARCH_IXP4XX) || \ | ||
40 | defined(CONFIG_ARCH_IXP2000) || \ | ||
41 | defined(CONFIG_ARCH_LH7A40X) || \ | ||
42 | defined(CONFIG_ARCH_OMAP) | ||
43 | .macro loadsp, rb | ||
44 | addruart \rb | ||
45 | .endm | ||
46 | #elif defined(CONFIG_ARCH_SA1100) | ||
47 | .macro loadsp, rb | 37 | .macro loadsp, rb |
48 | mov \rb, #0x80000000 @ physical base address | 38 | mov \rb, #0x80000000 @ physical base address |
49 | # if defined(CONFIG_DEBUG_LL_SER3) | 39 | #ifdef CONFIG_DEBUG_LL_SER3 |
50 | add \rb, \rb, #0x00050000 @ Ser3 | 40 | add \rb, \rb, #0x00050000 @ Ser3 |
51 | # else | 41 | #else |
52 | add \rb, \rb, #0x00010000 @ Ser1 | 42 | add \rb, \rb, #0x00010000 @ Ser1 |
53 | # endif | 43 | #endif |
54 | .endm | 44 | .endm |
55 | #elif defined(CONFIG_ARCH_IOP331) | 45 | #elif defined(CONFIG_ARCH_IOP331) |
56 | .macro loadsp, rb | 46 | .macro loadsp, rb |
@@ -64,7 +54,9 @@ | |||
64 | add \rb, \rb, #0x4000 * CONFIG_S3C2410_LOWLEVEL_UART_PORT | 54 | add \rb, \rb, #0x4000 * CONFIG_S3C2410_LOWLEVEL_UART_PORT |
65 | .endm | 55 | .endm |
66 | #else | 56 | #else |
67 | #error no serial architecture defined | 57 | .macro loadsp, rb |
58 | addruart \rb | ||
59 | .endm | ||
68 | #endif | 60 | #endif |
69 | #endif | 61 | #endif |
70 | #endif | 62 | #endif |
diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c index 7b07acb03f3b..d0d6e6d2d649 100644 --- a/arch/arm/common/sa1111.c +++ b/arch/arm/common/sa1111.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <asm/io.h> | 32 | #include <asm/io.h> |
33 | #include <asm/irq.h> | 33 | #include <asm/irq.h> |
34 | #include <asm/mach/irq.h> | 34 | #include <asm/mach/irq.h> |
35 | #include <asm/sizes.h> | ||
35 | 36 | ||
36 | #include <asm/hardware/sa1111.h> | 37 | #include <asm/hardware/sa1111.h> |
37 | 38 | ||
@@ -132,6 +133,17 @@ static struct sa1111_dev_info sa1111_devices[] = { | |||
132 | }, | 133 | }, |
133 | }; | 134 | }; |
134 | 135 | ||
136 | void __init sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes) | ||
137 | { | ||
138 | unsigned int sz = SZ_1M >> PAGE_SHIFT; | ||
139 | |||
140 | if (node != 0) | ||
141 | sz = 0; | ||
142 | |||
143 | size[1] = size[0] - sz; | ||
144 | size[0] = sz; | ||
145 | } | ||
146 | |||
135 | /* | 147 | /* |
136 | * SA1111 interrupt support. Since clearing an IRQ while there are | 148 | * SA1111 interrupt support. Since clearing an IRQ while there are |
137 | * active IRQs causes the interrupt output to pulse, the upper levels | 149 | * active IRQs causes the interrupt output to pulse, the upper levels |
@@ -1266,7 +1278,7 @@ static void __exit sa1111_exit(void) | |||
1266 | bus_unregister(&sa1111_bus_type); | 1278 | bus_unregister(&sa1111_bus_type); |
1267 | } | 1279 | } |
1268 | 1280 | ||
1269 | module_init(sa1111_init); | 1281 | subsys_initcall(sa1111_init); |
1270 | module_exit(sa1111_exit); | 1282 | module_exit(sa1111_exit); |
1271 | 1283 | ||
1272 | MODULE_DESCRIPTION("Intel Corporation SA1111 core driver"); | 1284 | MODULE_DESCRIPTION("Intel Corporation SA1111 core driver"); |
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index 756348bf5170..3f97590c91f2 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_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.13-git8 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Sep 8 19:24:02 2005 | 4 | # Sun Nov 13 17:41:24 2005 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
@@ -62,6 +62,23 @@ CONFIG_OBSOLETE_MODPARM=y | |||
62 | CONFIG_KMOD=y | 62 | CONFIG_KMOD=y |
63 | 63 | ||
64 | # | 64 | # |
65 | # Block layer | ||
66 | # | ||
67 | |||
68 | # | ||
69 | # IO Schedulers | ||
70 | # | ||
71 | CONFIG_IOSCHED_NOOP=y | ||
72 | CONFIG_IOSCHED_AS=y | ||
73 | CONFIG_IOSCHED_DEADLINE=y | ||
74 | CONFIG_IOSCHED_CFQ=y | ||
75 | CONFIG_DEFAULT_AS=y | ||
76 | # CONFIG_DEFAULT_DEADLINE is not set | ||
77 | # CONFIG_DEFAULT_CFQ is not set | ||
78 | # CONFIG_DEFAULT_NOOP is not set | ||
79 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
80 | |||
81 | # | ||
65 | # System Type | 82 | # System Type |
66 | # | 83 | # |
67 | # CONFIG_ARCH_CLPS7500 is not set | 84 | # CONFIG_ARCH_CLPS7500 is not set |
@@ -83,6 +100,7 @@ CONFIG_ARCH_S3C2410=y | |||
83 | # CONFIG_ARCH_LH7A40X is not set | 100 | # CONFIG_ARCH_LH7A40X is not set |
84 | # CONFIG_ARCH_OMAP is not set | 101 | # CONFIG_ARCH_OMAP is not set |
85 | # CONFIG_ARCH_VERSATILE is not set | 102 | # CONFIG_ARCH_VERSATILE is not set |
103 | # CONFIG_ARCH_REALVIEW is not set | ||
86 | # CONFIG_ARCH_IMX is not set | 104 | # CONFIG_ARCH_IMX is not set |
87 | # CONFIG_ARCH_H720X is not set | 105 | # CONFIG_ARCH_H720X is not set |
88 | # CONFIG_ARCH_AAEC2000 is not set | 106 | # CONFIG_ARCH_AAEC2000 is not set |
@@ -108,6 +126,7 @@ CONFIG_CPU_S3C2440=y | |||
108 | # S3C2410 Boot | 126 | # S3C2410 Boot |
109 | # | 127 | # |
110 | # CONFIG_S3C2410_BOOT_WATCHDOG is not set | 128 | # CONFIG_S3C2410_BOOT_WATCHDOG is not set |
129 | # CONFIG_S3C2410_BOOT_ERROR_RESET is not set | ||
111 | 130 | ||
112 | # | 131 | # |
113 | # S3C2410 Setup | 132 | # S3C2410 Setup |
@@ -142,6 +161,7 @@ CONFIG_CPU_TLB_V4WBI=y | |||
142 | # | 161 | # |
143 | # Bus support | 162 | # Bus support |
144 | # | 163 | # |
164 | CONFIG_ISA=y | ||
145 | CONFIG_ISA_DMA_API=y | 165 | CONFIG_ISA_DMA_API=y |
146 | 166 | ||
147 | # | 167 | # |
@@ -152,7 +172,6 @@ CONFIG_ISA_DMA_API=y | |||
152 | # | 172 | # |
153 | # Kernel Features | 173 | # Kernel Features |
154 | # | 174 | # |
155 | # CONFIG_SMP is not set | ||
156 | # CONFIG_PREEMPT is not set | 175 | # CONFIG_PREEMPT is not set |
157 | # CONFIG_NO_IDLE_HZ is not set | 176 | # CONFIG_NO_IDLE_HZ is not set |
158 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 177 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set |
@@ -163,6 +182,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
163 | CONFIG_FLATMEM=y | 182 | CONFIG_FLATMEM=y |
164 | CONFIG_FLAT_NODE_MEM_MAP=y | 183 | CONFIG_FLAT_NODE_MEM_MAP=y |
165 | # CONFIG_SPARSEMEM_STATIC is not set | 184 | # CONFIG_SPARSEMEM_STATIC is not set |
185 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
166 | CONFIG_ALIGNMENT_TRAP=y | 186 | CONFIG_ALIGNMENT_TRAP=y |
167 | 187 | ||
168 | # | 188 | # |
@@ -253,6 +273,10 @@ CONFIG_TCP_CONG_BIC=y | |||
253 | # CONFIG_NET_DIVERT is not set | 273 | # CONFIG_NET_DIVERT is not set |
254 | # CONFIG_ECONET is not set | 274 | # CONFIG_ECONET is not set |
255 | # CONFIG_WAN_ROUTER is not set | 275 | # CONFIG_WAN_ROUTER is not set |
276 | |||
277 | # | ||
278 | # QoS and/or fair queueing | ||
279 | # | ||
256 | # CONFIG_NET_SCHED is not set | 280 | # CONFIG_NET_SCHED is not set |
257 | # CONFIG_NET_CLS_ROUTE is not set | 281 | # CONFIG_NET_CLS_ROUTE is not set |
258 | 282 | ||
@@ -260,7 +284,6 @@ CONFIG_TCP_CONG_BIC=y | |||
260 | # Network testing | 284 | # Network testing |
261 | # | 285 | # |
262 | # CONFIG_NET_PKTGEN is not set | 286 | # CONFIG_NET_PKTGEN is not set |
263 | # CONFIG_NETFILTER_NETLINK is not set | ||
264 | # CONFIG_HAMRADIO is not set | 287 | # CONFIG_HAMRADIO is not set |
265 | # CONFIG_IRDA is not set | 288 | # CONFIG_IRDA is not set |
266 | # CONFIG_BT is not set | 289 | # CONFIG_BT is not set |
@@ -300,6 +323,7 @@ CONFIG_MTD_BLOCK=y | |||
300 | # CONFIG_FTL is not set | 323 | # CONFIG_FTL is not set |
301 | # CONFIG_NFTL is not set | 324 | # CONFIG_NFTL is not set |
302 | # CONFIG_INFTL is not set | 325 | # CONFIG_INFTL is not set |
326 | # CONFIG_RFD_FTL is not set | ||
303 | 327 | ||
304 | # | 328 | # |
305 | # RAM/ROM/Flash chip drivers | 329 | # RAM/ROM/Flash chip drivers |
@@ -335,7 +359,6 @@ CONFIG_MTD_ROM=y | |||
335 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 359 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
336 | # CONFIG_MTD_PHYSMAP is not set | 360 | # CONFIG_MTD_PHYSMAP is not set |
337 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 361 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
338 | # CONFIG_MTD_EDB7312 is not set | ||
339 | # CONFIG_MTD_IMPA7 is not set | 362 | # CONFIG_MTD_IMPA7 is not set |
340 | CONFIG_MTD_BAST=y | 363 | CONFIG_MTD_BAST=y |
341 | CONFIG_MTD_BAST_MAXSIZE=4 | 364 | CONFIG_MTD_BAST_MAXSIZE=4 |
@@ -370,6 +393,11 @@ CONFIG_MTD_NAND_S3C2410=y | |||
370 | # CONFIG_MTD_NAND_NANDSIM is not set | 393 | # CONFIG_MTD_NAND_NANDSIM is not set |
371 | 394 | ||
372 | # | 395 | # |
396 | # OneNAND Flash Device Drivers | ||
397 | # | ||
398 | # CONFIG_MTD_ONENAND is not set | ||
399 | |||
400 | # | ||
373 | # Parallel port support | 401 | # Parallel port support |
374 | # | 402 | # |
375 | CONFIG_PARPORT=y | 403 | CONFIG_PARPORT=y |
@@ -381,10 +409,12 @@ CONFIG_PARPORT_1284=y | |||
381 | # | 409 | # |
382 | # Plug and Play support | 410 | # Plug and Play support |
383 | # | 411 | # |
412 | # CONFIG_PNP is not set | ||
384 | 413 | ||
385 | # | 414 | # |
386 | # Block devices | 415 | # Block devices |
387 | # | 416 | # |
417 | # CONFIG_BLK_DEV_XD is not set | ||
388 | # CONFIG_PARIDE is not set | 418 | # CONFIG_PARIDE is not set |
389 | # CONFIG_BLK_DEV_COW_COMMON is not set | 419 | # CONFIG_BLK_DEV_COW_COMMON is not set |
390 | CONFIG_BLK_DEV_LOOP=y | 420 | CONFIG_BLK_DEV_LOOP=y |
@@ -395,14 +425,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
395 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 425 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
396 | CONFIG_BLK_DEV_INITRD=y | 426 | CONFIG_BLK_DEV_INITRD=y |
397 | # CONFIG_CDROM_PKTCDVD is not set | 427 | # CONFIG_CDROM_PKTCDVD is not set |
398 | |||
399 | # | ||
400 | # IO Schedulers | ||
401 | # | ||
402 | CONFIG_IOSCHED_NOOP=y | ||
403 | CONFIG_IOSCHED_AS=y | ||
404 | CONFIG_IOSCHED_DEADLINE=y | ||
405 | CONFIG_IOSCHED_CFQ=y | ||
406 | CONFIG_ATA_OVER_ETH=m | 428 | CONFIG_ATA_OVER_ETH=m |
407 | 429 | ||
408 | # | 430 | # |
@@ -428,6 +450,7 @@ CONFIG_BLK_DEV_IDEFLOPPY=m | |||
428 | CONFIG_IDE_GENERIC=y | 450 | CONFIG_IDE_GENERIC=y |
429 | # CONFIG_IDE_ARM is not set | 451 | # CONFIG_IDE_ARM is not set |
430 | CONFIG_BLK_DEV_IDE_BAST=y | 452 | CONFIG_BLK_DEV_IDE_BAST=y |
453 | # CONFIG_IDE_CHIPSETS is not set | ||
431 | # CONFIG_BLK_DEV_IDEDMA is not set | 454 | # CONFIG_BLK_DEV_IDEDMA is not set |
432 | # CONFIG_IDEDMA_AUTO is not set | 455 | # CONFIG_IDEDMA_AUTO is not set |
433 | # CONFIG_BLK_DEV_HD is not set | 456 | # CONFIG_BLK_DEV_HD is not set |
@@ -467,6 +490,11 @@ CONFIG_NETDEVICES=y | |||
467 | # CONFIG_TUN is not set | 490 | # CONFIG_TUN is not set |
468 | 491 | ||
469 | # | 492 | # |
493 | # ARCnet devices | ||
494 | # | ||
495 | # CONFIG_ARCNET is not set | ||
496 | |||
497 | # | ||
470 | # PHY device support | 498 | # PHY device support |
471 | # | 499 | # |
472 | # CONFIG_PHYLIB is not set | 500 | # CONFIG_PHYLIB is not set |
@@ -475,9 +503,19 @@ CONFIG_NETDEVICES=y | |||
475 | # Ethernet (10 or 100Mbit) | 503 | # Ethernet (10 or 100Mbit) |
476 | # | 504 | # |
477 | CONFIG_NET_ETHERNET=y | 505 | CONFIG_NET_ETHERNET=y |
478 | CONFIG_MII=m | 506 | CONFIG_MII=y |
507 | # CONFIG_NET_VENDOR_3COM is not set | ||
508 | # CONFIG_LANCE is not set | ||
509 | # CONFIG_NET_VENDOR_SMC is not set | ||
479 | # CONFIG_SMC91X is not set | 510 | # CONFIG_SMC91X is not set |
480 | CONFIG_DM9000=m | 511 | CONFIG_DM9000=y |
512 | # CONFIG_NET_VENDOR_RACAL is not set | ||
513 | # CONFIG_AT1700 is not set | ||
514 | # CONFIG_DEPCA is not set | ||
515 | # CONFIG_HP100 is not set | ||
516 | # CONFIG_NET_ISA is not set | ||
517 | # CONFIG_NET_PCI is not set | ||
518 | # CONFIG_NET_POCKET is not set | ||
481 | 519 | ||
482 | # | 520 | # |
483 | # Ethernet (1000 Mbit) | 521 | # Ethernet (1000 Mbit) |
@@ -490,6 +528,7 @@ CONFIG_DM9000=m | |||
490 | # | 528 | # |
491 | # Token Ring devices | 529 | # Token Ring devices |
492 | # | 530 | # |
531 | # CONFIG_TR is not set | ||
493 | 532 | ||
494 | # | 533 | # |
495 | # Wireless LAN (non-hamradio) | 534 | # Wireless LAN (non-hamradio) |
@@ -542,6 +581,9 @@ CONFIG_KEYBOARD_ATKBD=y | |||
542 | CONFIG_INPUT_MOUSE=y | 581 | CONFIG_INPUT_MOUSE=y |
543 | CONFIG_MOUSE_PS2=y | 582 | CONFIG_MOUSE_PS2=y |
544 | # CONFIG_MOUSE_SERIAL is not set | 583 | # CONFIG_MOUSE_SERIAL is not set |
584 | # CONFIG_MOUSE_INPORT is not set | ||
585 | # CONFIG_MOUSE_LOGIBM is not set | ||
586 | # CONFIG_MOUSE_PC110PAD is not set | ||
545 | # CONFIG_MOUSE_VSXXXAA is not set | 587 | # CONFIG_MOUSE_VSXXXAA is not set |
546 | # CONFIG_INPUT_JOYSTICK is not set | 588 | # CONFIG_INPUT_JOYSTICK is not set |
547 | # CONFIG_INPUT_TOUCHSCREEN is not set | 589 | # CONFIG_INPUT_TOUCHSCREEN is not set |
@@ -568,6 +610,7 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
568 | # CONFIG_ROCKETPORT is not set | 610 | # CONFIG_ROCKETPORT is not set |
569 | # CONFIG_CYCLADES is not set | 611 | # CONFIG_CYCLADES is not set |
570 | # CONFIG_DIGIEPCA is not set | 612 | # CONFIG_DIGIEPCA is not set |
613 | # CONFIG_ESPSERIAL is not set | ||
571 | # CONFIG_MOXA_INTELLIO is not set | 614 | # CONFIG_MOXA_INTELLIO is not set |
572 | # CONFIG_MOXA_SMARTIO is not set | 615 | # CONFIG_MOXA_SMARTIO is not set |
573 | # CONFIG_ISI is not set | 616 | # CONFIG_ISI is not set |
@@ -590,6 +633,10 @@ CONFIG_SERIAL_8250_MANY_PORTS=y | |||
590 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 633 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
591 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 634 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
592 | # CONFIG_SERIAL_8250_RSA is not set | 635 | # CONFIG_SERIAL_8250_RSA is not set |
636 | # CONFIG_SERIAL_8250_FOURPORT is not set | ||
637 | # CONFIG_SERIAL_8250_ACCENT is not set | ||
638 | # CONFIG_SERIAL_8250_BOCA is not set | ||
639 | # CONFIG_SERIAL_8250_HUB6 is not set | ||
593 | 640 | ||
594 | # | 641 | # |
595 | # Non-8250 serial port support | 642 | # Non-8250 serial port support |
@@ -622,6 +669,13 @@ CONFIG_WATCHDOG=y | |||
622 | # | 669 | # |
623 | # CONFIG_SOFT_WATCHDOG is not set | 670 | # CONFIG_SOFT_WATCHDOG is not set |
624 | CONFIG_S3C2410_WATCHDOG=y | 671 | CONFIG_S3C2410_WATCHDOG=y |
672 | |||
673 | # | ||
674 | # ISA-based Watchdog Cards | ||
675 | # | ||
676 | # CONFIG_PCWATCHDOG is not set | ||
677 | # CONFIG_MIXCOMWD is not set | ||
678 | # CONFIG_WDT is not set | ||
625 | # CONFIG_NVRAM is not set | 679 | # CONFIG_NVRAM is not set |
626 | # CONFIG_RTC is not set | 680 | # CONFIG_RTC is not set |
627 | CONFIG_S3C2410_RTC=y | 681 | CONFIG_S3C2410_RTC=y |
@@ -636,6 +690,7 @@ CONFIG_S3C2410_RTC=y | |||
636 | # | 690 | # |
637 | # TPM devices | 691 | # TPM devices |
638 | # | 692 | # |
693 | # CONFIG_TELCLOCK is not set | ||
639 | 694 | ||
640 | # | 695 | # |
641 | # I2C support | 696 | # I2C support |
@@ -653,6 +708,7 @@ CONFIG_I2C_ALGOBIT=m | |||
653 | # | 708 | # |
654 | # I2C Hardware Bus support | 709 | # I2C Hardware Bus support |
655 | # | 710 | # |
711 | # CONFIG_I2C_ELEKTOR is not set | ||
656 | CONFIG_I2C_ISA=m | 712 | CONFIG_I2C_ISA=m |
657 | # CONFIG_I2C_PARPORT is not set | 713 | # CONFIG_I2C_PARPORT is not set |
658 | # CONFIG_I2C_PARPORT_LIGHT is not set | 714 | # CONFIG_I2C_PARPORT_LIGHT is not set |
@@ -671,6 +727,7 @@ CONFIG_SENSORS_EEPROM=m | |||
671 | # CONFIG_SENSORS_PCF8591 is not set | 727 | # CONFIG_SENSORS_PCF8591 is not set |
672 | # CONFIG_SENSORS_RTC8564 is not set | 728 | # CONFIG_SENSORS_RTC8564 is not set |
673 | # CONFIG_SENSORS_MAX6875 is not set | 729 | # CONFIG_SENSORS_MAX6875 is not set |
730 | # CONFIG_RTC_X1205_I2C is not set | ||
674 | # CONFIG_I2C_DEBUG_CORE is not set | 731 | # CONFIG_I2C_DEBUG_CORE is not set |
675 | # CONFIG_I2C_DEBUG_ALGO is not set | 732 | # CONFIG_I2C_DEBUG_ALGO is not set |
676 | # CONFIG_I2C_DEBUG_BUS is not set | 733 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -737,22 +794,28 @@ CONFIG_SENSORS_LM85=m | |||
737 | # Graphics support | 794 | # Graphics support |
738 | # | 795 | # |
739 | CONFIG_FB=y | 796 | CONFIG_FB=y |
740 | # CONFIG_FB_CFB_FILLRECT is not set | 797 | CONFIG_FB_CFB_FILLRECT=y |
741 | # CONFIG_FB_CFB_COPYAREA is not set | 798 | CONFIG_FB_CFB_COPYAREA=y |
742 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 799 | CONFIG_FB_CFB_IMAGEBLIT=y |
743 | # CONFIG_FB_SOFT_CURSOR is not set | ||
744 | # CONFIG_FB_MACMODES is not set | 800 | # CONFIG_FB_MACMODES is not set |
745 | CONFIG_FB_MODE_HELPERS=y | 801 | CONFIG_FB_MODE_HELPERS=y |
746 | # CONFIG_FB_TILEBLITTING is not set | 802 | # CONFIG_FB_TILEBLITTING is not set |
747 | # CONFIG_FB_S1D13XXX is not set | 803 | # CONFIG_FB_S1D13XXX is not set |
804 | CONFIG_FB_S3C2410=y | ||
805 | # CONFIG_FB_S3C2410_DEBUG is not set | ||
748 | # CONFIG_FB_VIRTUAL is not set | 806 | # CONFIG_FB_VIRTUAL is not set |
749 | 807 | ||
750 | # | 808 | # |
751 | # Console display driver support | 809 | # Console display driver support |
752 | # | 810 | # |
753 | # CONFIG_VGA_CONSOLE is not set | 811 | # CONFIG_VGA_CONSOLE is not set |
812 | # CONFIG_MDA_CONSOLE is not set | ||
754 | CONFIG_DUMMY_CONSOLE=y | 813 | CONFIG_DUMMY_CONSOLE=y |
755 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 814 | CONFIG_FRAMEBUFFER_CONSOLE=y |
815 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
816 | # CONFIG_FONTS is not set | ||
817 | CONFIG_FONT_8x8=y | ||
818 | CONFIG_FONT_8x16=y | ||
756 | 819 | ||
757 | # | 820 | # |
758 | # Logo configuration | 821 | # Logo configuration |
@@ -773,6 +836,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
773 | # CONFIG_USB is not set | 836 | # CONFIG_USB is not set |
774 | 837 | ||
775 | # | 838 | # |
839 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
840 | # | ||
841 | |||
842 | # | ||
776 | # USB Gadget Support | 843 | # USB Gadget Support |
777 | # | 844 | # |
778 | # CONFIG_USB_GADGET is not set | 845 | # CONFIG_USB_GADGET is not set |
@@ -798,10 +865,6 @@ CONFIG_FS_MBCACHE=y | |||
798 | # CONFIG_REISERFS_FS is not set | 865 | # CONFIG_REISERFS_FS is not set |
799 | # CONFIG_JFS_FS is not set | 866 | # CONFIG_JFS_FS is not set |
800 | # CONFIG_FS_POSIX_ACL is not set | 867 | # CONFIG_FS_POSIX_ACL is not set |
801 | |||
802 | # | ||
803 | # XFS support | ||
804 | # | ||
805 | # CONFIG_XFS_FS is not set | 868 | # CONFIG_XFS_FS is not set |
806 | # CONFIG_MINIX_FS is not set | 869 | # CONFIG_MINIX_FS is not set |
807 | CONFIG_ROMFS_FS=y | 870 | CONFIG_ROMFS_FS=y |
@@ -810,6 +873,7 @@ CONFIG_INOTIFY=y | |||
810 | CONFIG_DNOTIFY=y | 873 | CONFIG_DNOTIFY=y |
811 | # CONFIG_AUTOFS_FS is not set | 874 | # CONFIG_AUTOFS_FS is not set |
812 | # CONFIG_AUTOFS4_FS is not set | 875 | # CONFIG_AUTOFS4_FS is not set |
876 | # CONFIG_FUSE_FS is not set | ||
813 | 877 | ||
814 | # | 878 | # |
815 | # CD-ROM/DVD Filesystems | 879 | # CD-ROM/DVD Filesystems |
@@ -854,6 +918,7 @@ CONFIG_JFFS_FS_VERBOSE=0 | |||
854 | CONFIG_JFFS2_FS=y | 918 | CONFIG_JFFS2_FS=y |
855 | CONFIG_JFFS2_FS_DEBUG=0 | 919 | CONFIG_JFFS2_FS_DEBUG=0 |
856 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 920 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
921 | # CONFIG_JFFS2_SUMMARY is not set | ||
857 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 922 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
858 | CONFIG_JFFS2_ZLIB=y | 923 | CONFIG_JFFS2_ZLIB=y |
859 | CONFIG_JFFS2_RTIME=y | 924 | CONFIG_JFFS2_RTIME=y |
@@ -884,6 +949,7 @@ CONFIG_SUNRPC=y | |||
884 | # CONFIG_NCP_FS is not set | 949 | # CONFIG_NCP_FS is not set |
885 | # CONFIG_CODA_FS is not set | 950 | # CONFIG_CODA_FS is not set |
886 | # CONFIG_AFS_FS is not set | 951 | # CONFIG_AFS_FS is not set |
952 | # CONFIG_9P_FS is not set | ||
887 | 953 | ||
888 | # | 954 | # |
889 | # Partition Types | 955 | # Partition Types |
@@ -959,7 +1025,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
959 | # | 1025 | # |
960 | # CONFIG_PRINTK_TIME is not set | 1026 | # CONFIG_PRINTK_TIME is not set |
961 | CONFIG_DEBUG_KERNEL=y | 1027 | CONFIG_DEBUG_KERNEL=y |
962 | # CONFIG_MAGIC_SYSRQ is not set | 1028 | CONFIG_MAGIC_SYSRQ=y |
963 | CONFIG_LOG_BUF_SHIFT=16 | 1029 | CONFIG_LOG_BUF_SHIFT=16 |
964 | CONFIG_DETECT_SOFTLOCKUP=y | 1030 | CONFIG_DETECT_SOFTLOCKUP=y |
965 | # CONFIG_SCHEDSTATS is not set | 1031 | # CONFIG_SCHEDSTATS is not set |
@@ -970,7 +1036,9 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
970 | CONFIG_DEBUG_BUGVERBOSE=y | 1036 | CONFIG_DEBUG_BUGVERBOSE=y |
971 | CONFIG_DEBUG_INFO=y | 1037 | CONFIG_DEBUG_INFO=y |
972 | # CONFIG_DEBUG_FS is not set | 1038 | # CONFIG_DEBUG_FS is not set |
1039 | # CONFIG_DEBUG_VM is not set | ||
973 | CONFIG_FRAME_POINTER=y | 1040 | CONFIG_FRAME_POINTER=y |
1041 | # CONFIG_RCU_TORTURE_TEST is not set | ||
974 | CONFIG_DEBUG_USER=y | 1042 | CONFIG_DEBUG_USER=y |
975 | # CONFIG_DEBUG_WAITQ is not set | 1043 | # CONFIG_DEBUG_WAITQ is not set |
976 | # CONFIG_DEBUG_ERRORS is not set | 1044 | # CONFIG_DEBUG_ERRORS is not set |
@@ -998,6 +1066,7 @@ CONFIG_DEBUG_S3C2410_UART=0 | |||
998 | # Library routines | 1066 | # Library routines |
999 | # | 1067 | # |
1000 | # CONFIG_CRC_CCITT is not set | 1068 | # CONFIG_CRC_CCITT is not set |
1069 | # CONFIG_CRC16 is not set | ||
1001 | CONFIG_CRC32=y | 1070 | CONFIG_CRC32=y |
1002 | # CONFIG_LIBCRC32C is not set | 1071 | # CONFIG_LIBCRC32C is not set |
1003 | CONFIG_ZLIB_INFLATE=y | 1072 | CONFIG_ZLIB_INFLATE=y |
diff --git a/arch/arm/mach-pxa/corgi_lcd.c b/arch/arm/mach-pxa/corgi_lcd.c index 698eb06545c4..6dbcaf114ad7 100644 --- a/arch/arm/mach-pxa/corgi_lcd.c +++ b/arch/arm/mach-pxa/corgi_lcd.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/string.h> | 22 | #include <linux/string.h> |
23 | #include <asm/arch/akita.h> | 23 | #include <asm/arch/akita.h> |
24 | #include <asm/arch/corgi.h> | 24 | #include <asm/arch/corgi.h> |
25 | #include <asm/arch/hardware.h> | 25 | #include <asm/hardware.h> |
26 | #include <asm/arch/pxa-regs.h> | 26 | #include <asm/arch/pxa-regs.h> |
27 | #include <asm/arch/sharpsl.h> | 27 | #include <asm/arch/sharpsl.h> |
28 | #include <asm/arch/spitz.h> | 28 | #include <asm/arch/spitz.h> |
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h index d83e8bad2038..c06e6041df41 100644 --- a/arch/arm/mach-realview/core.h +++ b/arch/arm/mach-realview/core.h | |||
@@ -26,8 +26,6 @@ | |||
26 | #include <asm/leds.h> | 26 | #include <asm/leds.h> |
27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
28 | 28 | ||
29 | #define __io_address(n) __io(IO_ADDRESS(n)) | ||
30 | |||
31 | extern struct sys_timer realview_timer; | 29 | extern struct sys_timer realview_timer; |
32 | 30 | ||
33 | #define AMBA_DEVICE(name,busid,base,plat) \ | 31 | #define AMBA_DEVICE(name,busid,base,plat) \ |
diff --git a/arch/arm/mach-realview/localtimer.c b/arch/arm/mach-realview/localtimer.c index 5e917e37d095..c9d7c596b200 100644 --- a/arch/arm/mach-realview/localtimer.c +++ b/arch/arm/mach-realview/localtimer.c | |||
@@ -21,8 +21,6 @@ | |||
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/irq.h> | 22 | #include <asm/irq.h> |
23 | 23 | ||
24 | #include "core.h" | ||
25 | |||
26 | #define TWD_BASE(cpu) (__io_address(REALVIEW_TWD_BASE) + \ | 24 | #define TWD_BASE(cpu) (__io_address(REALVIEW_TWD_BASE) + \ |
27 | ((cpu) * REALVIEW_TWD_SIZE)) | 25 | ((cpu) * REALVIEW_TWD_SIZE)) |
28 | 26 | ||
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c index 0c7d4ac9a7b3..a8fbd76d8be5 100644 --- a/arch/arm/mach-realview/platsmp.c +++ b/arch/arm/mach-realview/platsmp.c | |||
@@ -17,8 +17,7 @@ | |||
17 | #include <asm/cacheflush.h> | 17 | #include <asm/cacheflush.h> |
18 | #include <asm/hardware/arm_scu.h> | 18 | #include <asm/hardware/arm_scu.h> |
19 | #include <asm/hardware.h> | 19 | #include <asm/hardware.h> |
20 | 20 | #include <asm/io.h> | |
21 | #include "core.h" | ||
22 | 21 | ||
23 | extern void realview_secondary_startup(void); | 22 | extern void realview_secondary_startup(void); |
24 | 23 | ||
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 1be2567a7486..4d962717fdf7 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -203,7 +203,7 @@ static struct s3c24xx_uart_clksrc bast_serial_clocks[] = { | |||
203 | .name = "pclk", | 203 | .name = "pclk", |
204 | .divisor = 1, | 204 | .divisor = 1, |
205 | .min_baud = 0, | 205 | .min_baud = 0, |
206 | .max_baud = 0. | 206 | .max_baud = 0, |
207 | } | 207 | } |
208 | }; | 208 | }; |
209 | 209 | ||
@@ -216,7 +216,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
216 | .ulcon = ULCON, | 216 | .ulcon = ULCON, |
217 | .ufcon = UFCON, | 217 | .ufcon = UFCON, |
218 | .clocks = bast_serial_clocks, | 218 | .clocks = bast_serial_clocks, |
219 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 219 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
220 | }, | 220 | }, |
221 | [1] = { | 221 | [1] = { |
222 | .hwport = 1, | 222 | .hwport = 1, |
@@ -225,7 +225,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
225 | .ulcon = ULCON, | 225 | .ulcon = ULCON, |
226 | .ufcon = UFCON, | 226 | .ufcon = UFCON, |
227 | .clocks = bast_serial_clocks, | 227 | .clocks = bast_serial_clocks, |
228 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 228 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
229 | }, | 229 | }, |
230 | /* port 2 is not actually used */ | 230 | /* port 2 is not actually used */ |
231 | [2] = { | 231 | [2] = { |
@@ -235,7 +235,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
235 | .ulcon = ULCON, | 235 | .ulcon = ULCON, |
236 | .ufcon = UFCON, | 236 | .ufcon = UFCON, |
237 | .clocks = bast_serial_clocks, | 237 | .clocks = bast_serial_clocks, |
238 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 238 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
239 | } | 239 | } |
240 | }; | 240 | }; |
241 | 241 | ||
@@ -268,7 +268,7 @@ static struct mtd_partition bast_default_nand_part[] = { | |||
268 | [0] = { | 268 | [0] = { |
269 | .name = "Boot Agent", | 269 | .name = "Boot Agent", |
270 | .size = SZ_16K, | 270 | .size = SZ_16K, |
271 | .offset = 0 | 271 | .offset = 0, |
272 | }, | 272 | }, |
273 | [1] = { | 273 | [1] = { |
274 | .name = "/boot", | 274 | .name = "/boot", |
@@ -296,28 +296,28 @@ static struct s3c2410_nand_set bast_nand_sets[] = { | |||
296 | .nr_chips = 1, | 296 | .nr_chips = 1, |
297 | .nr_map = smartmedia_map, | 297 | .nr_map = smartmedia_map, |
298 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 298 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
299 | .partitions = bast_default_nand_part | 299 | .partitions = bast_default_nand_part, |
300 | }, | 300 | }, |
301 | [1] = { | 301 | [1] = { |
302 | .name = "chip0", | 302 | .name = "chip0", |
303 | .nr_chips = 1, | 303 | .nr_chips = 1, |
304 | .nr_map = chip0_map, | 304 | .nr_map = chip0_map, |
305 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 305 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
306 | .partitions = bast_default_nand_part | 306 | .partitions = bast_default_nand_part, |
307 | }, | 307 | }, |
308 | [2] = { | 308 | [2] = { |
309 | .name = "chip1", | 309 | .name = "chip1", |
310 | .nr_chips = 1, | 310 | .nr_chips = 1, |
311 | .nr_map = chip1_map, | 311 | .nr_map = chip1_map, |
312 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 312 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
313 | .partitions = bast_default_nand_part | 313 | .partitions = bast_default_nand_part, |
314 | }, | 314 | }, |
315 | [3] = { | 315 | [3] = { |
316 | .name = "chip2", | 316 | .name = "chip2", |
317 | .nr_chips = 1, | 317 | .nr_chips = 1, |
318 | .nr_map = chip2_map, | 318 | .nr_map = chip2_map, |
319 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 319 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
320 | .partitions = bast_default_nand_part | 320 | .partitions = bast_default_nand_part, |
321 | } | 321 | } |
322 | }; | 322 | }; |
323 | 323 | ||
@@ -355,17 +355,17 @@ static struct resource bast_dm9k_resource[] = { | |||
355 | [0] = { | 355 | [0] = { |
356 | .start = S3C2410_CS5 + BAST_PA_DM9000, | 356 | .start = S3C2410_CS5 + BAST_PA_DM9000, |
357 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, | 357 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, |
358 | .flags = IORESOURCE_MEM | 358 | .flags = IORESOURCE_MEM, |
359 | }, | 359 | }, |
360 | [1] = { | 360 | [1] = { |
361 | .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, | 361 | .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, |
362 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f, | 362 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f, |
363 | .flags = IORESOURCE_MEM | 363 | .flags = IORESOURCE_MEM, |
364 | }, | 364 | }, |
365 | [2] = { | 365 | [2] = { |
366 | .start = IRQ_DM9000, | 366 | .start = IRQ_DM9000, |
367 | .end = IRQ_DM9000, | 367 | .end = IRQ_DM9000, |
368 | .flags = IORESOURCE_IRQ | 368 | .flags = IORESOURCE_IRQ, |
369 | } | 369 | } |
370 | 370 | ||
371 | }; | 371 | }; |
@@ -375,7 +375,7 @@ static struct resource bast_dm9k_resource[] = { | |||
375 | */ | 375 | */ |
376 | 376 | ||
377 | static struct dm9000_plat_data bast_dm9k_platdata = { | 377 | static struct dm9000_plat_data bast_dm9k_platdata = { |
378 | .flags = DM9000_PLATF_16BITONLY | 378 | .flags = DM9000_PLATF_16BITONLY, |
379 | }; | 379 | }; |
380 | 380 | ||
381 | static struct platform_device bast_device_dm9k = { | 381 | static struct platform_device bast_device_dm9k = { |
@@ -492,7 +492,7 @@ static struct s3c24xx_board bast_board __initdata = { | |||
492 | .devices = bast_devices, | 492 | .devices = bast_devices, |
493 | .devices_count = ARRAY_SIZE(bast_devices), | 493 | .devices_count = ARRAY_SIZE(bast_devices), |
494 | .clocks = bast_clocks, | 494 | .clocks = bast_clocks, |
495 | .clocks_count = ARRAY_SIZE(bast_clocks) | 495 | .clocks_count = ARRAY_SIZE(bast_clocks), |
496 | }; | 496 | }; |
497 | 497 | ||
498 | static void __init bast_map_io(void) | 498 | static void __init bast_map_io(void) |
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index a1468d7326eb..38d7ebf87920 100644 --- a/arch/arm/plat-omap/dmtimer.c +++ b/arch/arm/plat-omap/dmtimer.c | |||
@@ -26,7 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | #include <asm/arch/hardware.h> | 29 | #include <asm/hardware.h> |
30 | #include <asm/arch/dmtimer.h> | 30 | #include <asm/arch/dmtimer.h> |
31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
32 | #include <asm/arch/irqs.h> | 32 | #include <asm/arch/irqs.h> |
diff --git a/arch/arm/plat-omap/ocpi.c b/arch/arm/plat-omap/ocpi.c index 2ede2ee8cae4..b86148227480 100644 --- a/arch/arm/plat-omap/ocpi.c +++ b/arch/arm/plat-omap/ocpi.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include <asm/io.h> | 35 | #include <asm/io.h> |
36 | #include <asm/hardware/clock.h> | 36 | #include <asm/hardware/clock.h> |
37 | #include <asm/arch/hardware.h> | 37 | #include <asm/hardware.h> |
38 | 38 | ||
39 | #define OCPI_BASE 0xfffec320 | 39 | #define OCPI_BASE 0xfffec320 |
40 | #define OCPI_FAULT (OCPI_BASE + 0x00) | 40 | #define OCPI_FAULT (OCPI_BASE + 0x00) |
diff --git a/arch/arm/plat-omap/pm.c b/arch/arm/plat-omap/pm.c index 966cca031ca7..1a24e2c10714 100644 --- a/arch/arm/plat-omap/pm.c +++ b/arch/arm/plat-omap/pm.c | |||
@@ -509,7 +509,7 @@ static void omap_pm_init_proc(void) | |||
509 | * @state: suspend state we're entering. | 509 | * @state: suspend state we're entering. |
510 | * | 510 | * |
511 | */ | 511 | */ |
512 | //#include <asm/arch/hardware.h> | 512 | //#include <asm/hardware.h> |
513 | 513 | ||
514 | static int omap_pm_prepare(suspend_state_t state) | 514 | static int omap_pm_prepare(suspend_state_t state) |
515 | { | 515 | { |
diff --git a/arch/arm/plat-omap/sram-fn.S b/arch/arm/plat-omap/sram-fn.S index 4bea36964a00..66414cc8e6e3 100644 --- a/arch/arm/plat-omap/sram-fn.S +++ b/arch/arm/plat-omap/sram-fn.S | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | 13 | #include <asm/assembler.h> |
14 | #include <asm/arch/io.h> | 14 | #include <asm/arch/io.h> |
15 | #include <asm/arch/hardware.h> | 15 | #include <asm/hardware.h> |
16 | 16 | ||
17 | .text | 17 | .text |
18 | 18 | ||
diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c index af809ccf5fbe..0248e084017c 100644 --- a/arch/i386/kernel/crash.c +++ b/arch/i386/kernel/crash.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/hardirq.h> | 21 | #include <asm/hardirq.h> |
22 | #include <asm/nmi.h> | 22 | #include <asm/nmi.h> |
23 | #include <asm/hw_irq.h> | 23 | #include <asm/hw_irq.h> |
24 | #include <asm/apic.h> | ||
24 | #include <mach_ipi.h> | 25 | #include <mach_ipi.h> |
25 | 26 | ||
26 | 27 | ||
@@ -147,6 +148,7 @@ static int crash_nmi_callback(struct pt_regs *regs, int cpu) | |||
147 | regs = &fixed_regs; | 148 | regs = &fixed_regs; |
148 | } | 149 | } |
149 | crash_save_this_cpu(regs, cpu); | 150 | crash_save_this_cpu(regs, cpu); |
151 | disable_local_APIC(); | ||
150 | atomic_dec(&waiting_for_crash_ipi); | 152 | atomic_dec(&waiting_for_crash_ipi); |
151 | /* Assume hlt works */ | 153 | /* Assume hlt works */ |
152 | halt(); | 154 | halt(); |
@@ -186,6 +188,7 @@ static void nmi_shootdown_cpus(void) | |||
186 | } | 188 | } |
187 | 189 | ||
188 | /* Leave the nmi callback set */ | 190 | /* Leave the nmi callback set */ |
191 | disable_local_APIC(); | ||
189 | } | 192 | } |
190 | #else | 193 | #else |
191 | static void nmi_shootdown_cpus(void) | 194 | static void nmi_shootdown_cpus(void) |
@@ -210,5 +213,9 @@ void machine_crash_shutdown(struct pt_regs *regs) | |||
210 | /* Make a note of crashing cpu. Will be used in NMI callback.*/ | 213 | /* Make a note of crashing cpu. Will be used in NMI callback.*/ |
211 | crashing_cpu = smp_processor_id(); | 214 | crashing_cpu = smp_processor_id(); |
212 | nmi_shootdown_cpus(); | 215 | nmi_shootdown_cpus(); |
216 | lapic_shutdown(); | ||
217 | #if defined(CONFIG_X86_IO_APIC) | ||
218 | disable_IO_APIC(); | ||
219 | #endif | ||
213 | crash_save_self(regs); | 220 | crash_save_self(regs); |
214 | } | 221 | } |
diff --git a/arch/ia64/kernel/process.c b/arch/ia64/kernel/process.c index e92ea64d8040..4305d2ba76f6 100644 --- a/arch/ia64/kernel/process.c +++ b/arch/ia64/kernel/process.c | |||
@@ -202,12 +202,9 @@ default_idle (void) | |||
202 | { | 202 | { |
203 | local_irq_enable(); | 203 | local_irq_enable(); |
204 | while (!need_resched()) { | 204 | while (!need_resched()) { |
205 | if (can_do_pal_halt) { | 205 | if (can_do_pal_halt) |
206 | local_irq_disable(); | 206 | safe_halt(); |
207 | if (!need_resched()) | 207 | else |
208 | safe_halt(); | ||
209 | local_irq_enable(); | ||
210 | } else | ||
211 | cpu_relax(); | 208 | cpu_relax(); |
212 | } | 209 | } |
213 | } | 210 | } |
@@ -272,10 +269,14 @@ cpu_idle (void) | |||
272 | { | 269 | { |
273 | void (*mark_idle)(int) = ia64_mark_idle; | 270 | void (*mark_idle)(int) = ia64_mark_idle; |
274 | int cpu = smp_processor_id(); | 271 | int cpu = smp_processor_id(); |
275 | set_thread_flag(TIF_POLLING_NRFLAG); | ||
276 | 272 | ||
277 | /* endless idle loop with no priority at all */ | 273 | /* endless idle loop with no priority at all */ |
278 | while (1) { | 274 | while (1) { |
275 | if (can_do_pal_halt) | ||
276 | clear_thread_flag(TIF_POLLING_NRFLAG); | ||
277 | else | ||
278 | set_thread_flag(TIF_POLLING_NRFLAG); | ||
279 | |||
279 | if (!need_resched()) { | 280 | if (!need_resched()) { |
280 | void (*idle)(void); | 281 | void (*idle)(void); |
281 | #ifdef CONFIG_SMP | 282 | #ifdef CONFIG_SMP |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 02692027730a..e14ba5e01a36 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -700,6 +700,7 @@ load-$(CONFIG_SNI_RM200_PCI) += 0xffffffff80600000 | |||
700 | # | 700 | # |
701 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/jmr3927/rbhma3100/ \ | 701 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/jmr3927/rbhma3100/ \ |
702 | arch/mips/jmr3927/common/ | 702 | arch/mips/jmr3927/common/ |
703 | cflags-$(CONFIG_TOSHIBA_JMR3927) += -Iinclude/asm-mips/mach-jmr3927 | ||
703 | load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 | 704 | load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 |
704 | 705 | ||
705 | # | 706 | # |
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 4f21f42d096b..08c8c855cc9c 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -93,7 +93,7 @@ void __init plat_setup(void) | |||
93 | 93 | ||
94 | argptr = prom_getcmdline(); | 94 | argptr = prom_getcmdline(); |
95 | 95 | ||
96 | #ifdef CONFIG_SERIAL_AU1X00_CONSOLE | 96 | #if defined(CONFIG_SERIAL_AU1X00_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE) |
97 | if ((argptr = strstr(argptr, "console=")) == NULL) { | 97 | if ((argptr = strstr(argptr, "console=")) == NULL) { |
98 | argptr = prom_getcmdline(); | 98 | argptr = prom_getcmdline(); |
99 | strcat(argptr, " console=ttyS0,115200"); | 99 | strcat(argptr, " console=ttyS0,115200"); |
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index 132ec3dac63f..74990758154b 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:13 2005 | 4 | # Thu Nov 10 12:14:02 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -191,6 +209,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
191 | CONFIG_FLATMEM=y | 209 | CONFIG_FLATMEM=y |
192 | CONFIG_FLAT_NODE_MEM_MAP=y | 210 | CONFIG_FLAT_NODE_MEM_MAP=y |
193 | # CONFIG_SPARSEMEM_STATIC is not set | 211 | # CONFIG_SPARSEMEM_STATIC is not set |
212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
194 | CONFIG_PREEMPT_NONE=y | 213 | CONFIG_PREEMPT_NONE=y |
195 | # CONFIG_PREEMPT_VOLUNTARY is not set | 214 | # CONFIG_PREEMPT_VOLUNTARY is not set |
196 | # CONFIG_PREEMPT is not set | 215 | # CONFIG_PREEMPT is not set |
@@ -309,6 +328,10 @@ CONFIG_IPV6_TUNNEL=m | |||
309 | CONFIG_NETFILTER=y | 328 | CONFIG_NETFILTER=y |
310 | # CONFIG_NETFILTER_DEBUG is not set | 329 | # CONFIG_NETFILTER_DEBUG is not set |
311 | CONFIG_BRIDGE_NETFILTER=y | 330 | CONFIG_BRIDGE_NETFILTER=y |
331 | |||
332 | # | ||
333 | # Core Netfilter Configuration | ||
334 | # | ||
312 | CONFIG_NETFILTER_NETLINK=m | 335 | CONFIG_NETFILTER_NETLINK=m |
313 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 336 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
314 | CONFIG_NETFILTER_NETLINK_LOG=m | 337 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -363,6 +386,7 @@ CONFIG_IP_NF_TARGET_REJECT=m | |||
363 | CONFIG_IP_NF_TARGET_LOG=m | 386 | CONFIG_IP_NF_TARGET_LOG=m |
364 | CONFIG_IP_NF_TARGET_ULOG=m | 387 | CONFIG_IP_NF_TARGET_ULOG=m |
365 | CONFIG_IP_NF_TARGET_TCPMSS=m | 388 | CONFIG_IP_NF_TARGET_TCPMSS=m |
389 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
366 | CONFIG_IP_NF_NAT=m | 390 | CONFIG_IP_NF_NAT=m |
367 | CONFIG_IP_NF_NAT_NEEDED=y | 391 | CONFIG_IP_NF_NAT_NEEDED=y |
368 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 392 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -412,6 +436,7 @@ CONFIG_IP6_NF_MATCH_PHYSDEV=m | |||
412 | CONFIG_IP6_NF_FILTER=m | 436 | CONFIG_IP6_NF_FILTER=m |
413 | CONFIG_IP6_NF_TARGET_LOG=m | 437 | CONFIG_IP6_NF_TARGET_LOG=m |
414 | CONFIG_IP6_NF_TARGET_REJECT=m | 438 | CONFIG_IP6_NF_TARGET_REJECT=m |
439 | CONFIG_IP6_NF_TARGET_NFQUEUE=m | ||
415 | CONFIG_IP6_NF_MANGLE=m | 440 | CONFIG_IP6_NF_MANGLE=m |
416 | CONFIG_IP6_NF_TARGET_MARK=m | 441 | CONFIG_IP6_NF_TARGET_MARK=m |
417 | CONFIG_IP6_NF_TARGET_HL=m | 442 | CONFIG_IP6_NF_TARGET_HL=m |
@@ -472,10 +497,18 @@ CONFIG_IPDDP_DECAP=y | |||
472 | CONFIG_NET_DIVERT=y | 497 | CONFIG_NET_DIVERT=y |
473 | # CONFIG_ECONET is not set | 498 | # CONFIG_ECONET is not set |
474 | # CONFIG_WAN_ROUTER is not set | 499 | # CONFIG_WAN_ROUTER is not set |
500 | |||
501 | # | ||
502 | # QoS and/or fair queueing | ||
503 | # | ||
475 | CONFIG_NET_SCHED=y | 504 | CONFIG_NET_SCHED=y |
476 | CONFIG_NET_SCH_CLK_JIFFIES=y | 505 | CONFIG_NET_SCH_CLK_JIFFIES=y |
477 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | 506 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set |
478 | # CONFIG_NET_SCH_CLK_CPU is not set | 507 | # CONFIG_NET_SCH_CLK_CPU is not set |
508 | |||
509 | # | ||
510 | # Queueing/Scheduling | ||
511 | # | ||
479 | CONFIG_NET_SCH_CBQ=m | 512 | CONFIG_NET_SCH_CBQ=m |
480 | CONFIG_NET_SCH_HTB=m | 513 | CONFIG_NET_SCH_HTB=m |
481 | CONFIG_NET_SCH_HFSC=m | 514 | CONFIG_NET_SCH_HFSC=m |
@@ -488,8 +521,10 @@ CONFIG_NET_SCH_GRED=m | |||
488 | CONFIG_NET_SCH_DSMARK=m | 521 | CONFIG_NET_SCH_DSMARK=m |
489 | CONFIG_NET_SCH_NETEM=m | 522 | CONFIG_NET_SCH_NETEM=m |
490 | CONFIG_NET_SCH_INGRESS=m | 523 | CONFIG_NET_SCH_INGRESS=m |
491 | CONFIG_NET_QOS=y | 524 | |
492 | CONFIG_NET_ESTIMATOR=y | 525 | # |
526 | # Classification | ||
527 | # | ||
493 | CONFIG_NET_CLS=y | 528 | CONFIG_NET_CLS=y |
494 | CONFIG_NET_CLS_BASIC=m | 529 | CONFIG_NET_CLS_BASIC=m |
495 | CONFIG_NET_CLS_TCINDEX=m | 530 | CONFIG_NET_CLS_TCINDEX=m |
@@ -498,13 +533,14 @@ CONFIG_NET_CLS_ROUTE=y | |||
498 | CONFIG_NET_CLS_FW=m | 533 | CONFIG_NET_CLS_FW=m |
499 | CONFIG_NET_CLS_U32=m | 534 | CONFIG_NET_CLS_U32=m |
500 | # CONFIG_CLS_U32_PERF is not set | 535 | # CONFIG_CLS_U32_PERF is not set |
501 | CONFIG_NET_CLS_IND=y | ||
502 | # CONFIG_CLS_U32_MARK is not set | 536 | # CONFIG_CLS_U32_MARK is not set |
503 | CONFIG_NET_CLS_RSVP=m | 537 | CONFIG_NET_CLS_RSVP=m |
504 | CONFIG_NET_CLS_RSVP6=m | 538 | CONFIG_NET_CLS_RSVP6=m |
505 | # CONFIG_NET_EMATCH is not set | 539 | # CONFIG_NET_EMATCH is not set |
506 | # CONFIG_NET_CLS_ACT is not set | 540 | # CONFIG_NET_CLS_ACT is not set |
507 | CONFIG_NET_CLS_POLICE=y | 541 | CONFIG_NET_CLS_POLICE=y |
542 | CONFIG_NET_CLS_IND=y | ||
543 | CONFIG_NET_ESTIMATOR=y | ||
508 | 544 | ||
509 | # | 545 | # |
510 | # Network testing | 546 | # Network testing |
@@ -565,18 +601,9 @@ CONFIG_BLK_DEV_RAM=y | |||
565 | CONFIG_BLK_DEV_RAM_COUNT=16 | 601 | CONFIG_BLK_DEV_RAM_COUNT=16 |
566 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 602 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
567 | # CONFIG_BLK_DEV_INITRD is not set | 603 | # CONFIG_BLK_DEV_INITRD is not set |
568 | # CONFIG_LBD is not set | ||
569 | CONFIG_CDROM_PKTCDVD=m | 604 | CONFIG_CDROM_PKTCDVD=m |
570 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 605 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
571 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 606 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
572 | |||
573 | # | ||
574 | # IO Schedulers | ||
575 | # | ||
576 | CONFIG_IOSCHED_NOOP=y | ||
577 | CONFIG_IOSCHED_AS=y | ||
578 | CONFIG_IOSCHED_DEADLINE=y | ||
579 | CONFIG_IOSCHED_CFQ=y | ||
580 | CONFIG_ATA_OVER_ETH=m | 607 | CONFIG_ATA_OVER_ETH=m |
581 | 608 | ||
582 | # | 609 | # |
@@ -643,6 +670,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
643 | # | 670 | # |
644 | # SCSI low-level drivers | 671 | # SCSI low-level drivers |
645 | # | 672 | # |
673 | CONFIG_ISCSI_TCP=m | ||
646 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 674 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
647 | # CONFIG_SCSI_3W_9XXX is not set | 675 | # CONFIG_SCSI_3W_9XXX is not set |
648 | # CONFIG_SCSI_ACARD is not set | 676 | # CONFIG_SCSI_ACARD is not set |
@@ -653,6 +681,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
653 | # CONFIG_SCSI_DPT_I2O is not set | 681 | # CONFIG_SCSI_DPT_I2O is not set |
654 | # CONFIG_MEGARAID_NEWGEN is not set | 682 | # CONFIG_MEGARAID_NEWGEN is not set |
655 | # CONFIG_MEGARAID_LEGACY is not set | 683 | # CONFIG_MEGARAID_LEGACY is not set |
684 | # CONFIG_MEGARAID_SAS is not set | ||
656 | # CONFIG_SCSI_SATA is not set | 685 | # CONFIG_SCSI_SATA is not set |
657 | # CONFIG_SCSI_DMX3191D is not set | 686 | # CONFIG_SCSI_DMX3191D is not set |
658 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 687 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -707,6 +736,7 @@ CONFIG_DM_MULTIPATH_EMC=m | |||
707 | # CONFIG_FUSION is not set | 736 | # CONFIG_FUSION is not set |
708 | # CONFIG_FUSION_SPI is not set | 737 | # CONFIG_FUSION_SPI is not set |
709 | # CONFIG_FUSION_FC is not set | 738 | # CONFIG_FUSION_FC is not set |
739 | # CONFIG_FUSION_SAS is not set | ||
710 | 740 | ||
711 | # | 741 | # |
712 | # IEEE 1394 (FireWire) support | 742 | # IEEE 1394 (FireWire) support |
@@ -736,7 +766,6 @@ CONFIG_TUN=m | |||
736 | # PHY device support | 766 | # PHY device support |
737 | # | 767 | # |
738 | CONFIG_PHYLIB=m | 768 | CONFIG_PHYLIB=m |
739 | CONFIG_PHYCONTROL=y | ||
740 | 769 | ||
741 | # | 770 | # |
742 | # MII PHY device drivers | 771 | # MII PHY device drivers |
@@ -754,6 +783,7 @@ CONFIG_NET_ETHERNET=y | |||
754 | CONFIG_MII=y | 783 | CONFIG_MII=y |
755 | # CONFIG_HAPPYMEAL is not set | 784 | # CONFIG_HAPPYMEAL is not set |
756 | # CONFIG_SUNGEM is not set | 785 | # CONFIG_SUNGEM is not set |
786 | # CONFIG_CASSINI is not set | ||
757 | # CONFIG_NET_VENDOR_3COM is not set | 787 | # CONFIG_NET_VENDOR_3COM is not set |
758 | 788 | ||
759 | # | 789 | # |
@@ -933,6 +963,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
933 | # TPM devices | 963 | # TPM devices |
934 | # | 964 | # |
935 | # CONFIG_TCG_TPM is not set | 965 | # CONFIG_TCG_TPM is not set |
966 | # CONFIG_TELCLOCK is not set | ||
936 | 967 | ||
937 | # | 968 | # |
938 | # I2C support | 969 | # I2C support |
@@ -992,6 +1023,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
992 | # CONFIG_USB is not set | 1023 | # CONFIG_USB is not set |
993 | 1024 | ||
994 | # | 1025 | # |
1026 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1027 | # | ||
1028 | |||
1029 | # | ||
995 | # USB Gadget Support | 1030 | # USB Gadget Support |
996 | # | 1031 | # |
997 | # CONFIG_USB_GADGET is not set | 1032 | # CONFIG_USB_GADGET is not set |
@@ -1037,7 +1072,7 @@ CONFIG_JFS_SECURITY=y | |||
1037 | CONFIG_FS_POSIX_ACL=y | 1072 | CONFIG_FS_POSIX_ACL=y |
1038 | CONFIG_XFS_FS=m | 1073 | CONFIG_XFS_FS=m |
1039 | CONFIG_XFS_EXPORT=y | 1074 | CONFIG_XFS_EXPORT=y |
1040 | CONFIG_XFS_QUOTA=m | 1075 | CONFIG_XFS_QUOTA=y |
1041 | CONFIG_XFS_SECURITY=y | 1076 | CONFIG_XFS_SECURITY=y |
1042 | CONFIG_XFS_POSIX_ACL=y | 1077 | CONFIG_XFS_POSIX_ACL=y |
1043 | # CONFIG_XFS_RT is not set | 1078 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index 25e8a08e68be..ea4b75604c23 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:17 2005 | 4 | # Mon Nov 7 23:04:36 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -61,6 +61,23 @@ CONFIG_KMOD=y | |||
61 | CONFIG_STOP_MACHINE=y | 61 | CONFIG_STOP_MACHINE=y |
62 | 62 | ||
63 | # | 63 | # |
64 | # Block layer | ||
65 | # | ||
66 | |||
67 | # | ||
68 | # IO Schedulers | ||
69 | # | ||
70 | CONFIG_IOSCHED_NOOP=y | ||
71 | CONFIG_IOSCHED_AS=y | ||
72 | CONFIG_IOSCHED_DEADLINE=y | ||
73 | CONFIG_IOSCHED_CFQ=y | ||
74 | CONFIG_DEFAULT_AS=y | ||
75 | # CONFIG_DEFAULT_DEADLINE is not set | ||
76 | # CONFIG_DEFAULT_CFQ is not set | ||
77 | # CONFIG_DEFAULT_NOOP is not set | ||
78 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
79 | |||
80 | # | ||
64 | # Machine selection | 81 | # Machine selection |
65 | # | 82 | # |
66 | # CONFIG_MIPS_MTX1 is not set | 83 | # CONFIG_MIPS_MTX1 is not set |
@@ -127,8 +144,8 @@ CONFIG_SIBYTE_SB1xxx_SOC=y | |||
127 | # CONFIG_CPU_SB1_PASS_2_112x is not set | 144 | # CONFIG_CPU_SB1_PASS_2_112x is not set |
128 | # CONFIG_CPU_SB1_PASS_3 is not set | 145 | # CONFIG_CPU_SB1_PASS_3 is not set |
129 | # CONFIG_SIMULATION is not set | 146 | # CONFIG_SIMULATION is not set |
130 | # CONFIG_CONFIG_SB1_CEX_ALWAYS_FATAL is not set | 147 | # CONFIG_SB1_CEX_ALWAYS_FATAL is not set |
131 | # CONFIG_CONFIG_SB1_CERR_STALL is not set | 148 | # CONFIG_SB1_CERR_STALL is not set |
132 | CONFIG_SIBYTE_CFE=y | 149 | CONFIG_SIBYTE_CFE=y |
133 | # CONFIG_SIBYTE_CFE_CONSOLE is not set | 150 | # CONFIG_SIBYTE_CFE_CONSOLE is not set |
134 | # CONFIG_SIBYTE_BUS_WATCHER is not set | 151 | # CONFIG_SIBYTE_BUS_WATCHER is not set |
@@ -198,6 +215,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
198 | CONFIG_FLATMEM=y | 215 | CONFIG_FLATMEM=y |
199 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
200 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
201 | CONFIG_SMP=y | 219 | CONFIG_SMP=y |
202 | CONFIG_NR_CPUS=4 | 220 | CONFIG_NR_CPUS=4 |
203 | CONFIG_PREEMPT_NONE=y | 221 | CONFIG_PREEMPT_NONE=y |
@@ -295,6 +313,10 @@ CONFIG_TCP_CONG_BIC=y | |||
295 | # CONFIG_NET_DIVERT is not set | 313 | # CONFIG_NET_DIVERT is not set |
296 | # CONFIG_ECONET is not set | 314 | # CONFIG_ECONET is not set |
297 | # CONFIG_WAN_ROUTER is not set | 315 | # CONFIG_WAN_ROUTER is not set |
316 | |||
317 | # | ||
318 | # QoS and/or fair queueing | ||
319 | # | ||
298 | # CONFIG_NET_SCHED is not set | 320 | # CONFIG_NET_SCHED is not set |
299 | # CONFIG_NET_CLS_ROUTE is not set | 321 | # CONFIG_NET_CLS_ROUTE is not set |
300 | 322 | ||
@@ -353,14 +375,6 @@ CONFIG_BLK_DEV_NBD=m | |||
353 | # CONFIG_BLK_DEV_RAM is not set | 375 | # CONFIG_BLK_DEV_RAM is not set |
354 | CONFIG_BLK_DEV_RAM_COUNT=16 | 376 | CONFIG_BLK_DEV_RAM_COUNT=16 |
355 | # CONFIG_CDROM_PKTCDVD is not set | 377 | # CONFIG_CDROM_PKTCDVD is not set |
356 | |||
357 | # | ||
358 | # IO Schedulers | ||
359 | # | ||
360 | CONFIG_IOSCHED_NOOP=y | ||
361 | CONFIG_IOSCHED_AS=y | ||
362 | CONFIG_IOSCHED_DEADLINE=y | ||
363 | CONFIG_IOSCHED_CFQ=y | ||
364 | # CONFIG_ATA_OVER_ETH is not set | 378 | # CONFIG_ATA_OVER_ETH is not set |
365 | 379 | ||
366 | # | 380 | # |
@@ -443,6 +457,7 @@ CONFIG_NET_ETHERNET=y | |||
443 | CONFIG_MII=y | 457 | CONFIG_MII=y |
444 | # CONFIG_HAPPYMEAL is not set | 458 | # CONFIG_HAPPYMEAL is not set |
445 | # CONFIG_SUNGEM is not set | 459 | # CONFIG_SUNGEM is not set |
460 | # CONFIG_CASSINI is not set | ||
446 | # CONFIG_NET_VENDOR_3COM is not set | 461 | # CONFIG_NET_VENDOR_3COM is not set |
447 | 462 | ||
448 | # | 463 | # |
@@ -582,6 +597,7 @@ CONFIG_GEN_RTC=y | |||
582 | # TPM devices | 597 | # TPM devices |
583 | # | 598 | # |
584 | # CONFIG_TCG_TPM is not set | 599 | # CONFIG_TCG_TPM is not set |
600 | # CONFIG_TELCLOCK is not set | ||
585 | 601 | ||
586 | # | 602 | # |
587 | # I2C support | 603 | # I2C support |
@@ -634,6 +650,7 @@ CONFIG_SENSORS_PCA9539=y | |||
634 | CONFIG_SENSORS_PCF8591=y | 650 | CONFIG_SENSORS_PCF8591=y |
635 | CONFIG_SENSORS_RTC8564=y | 651 | CONFIG_SENSORS_RTC8564=y |
636 | CONFIG_SENSORS_MAX6875=y | 652 | CONFIG_SENSORS_MAX6875=y |
653 | # CONFIG_RTC_X1205_I2C is not set | ||
637 | CONFIG_I2C_DEBUG_CORE=y | 654 | CONFIG_I2C_DEBUG_CORE=y |
638 | CONFIG_I2C_DEBUG_ALGO=y | 655 | CONFIG_I2C_DEBUG_ALGO=y |
639 | CONFIG_I2C_DEBUG_BUS=y | 656 | CONFIG_I2C_DEBUG_BUS=y |
@@ -686,6 +703,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
686 | # CONFIG_USB is not set | 703 | # CONFIG_USB is not set |
687 | 704 | ||
688 | # | 705 | # |
706 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
707 | # | ||
708 | |||
709 | # | ||
689 | # USB Gadget Support | 710 | # USB Gadget Support |
690 | # | 711 | # |
691 | # CONFIG_USB_GADGET is not set | 712 | # CONFIG_USB_GADGET is not set |
@@ -823,6 +844,8 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
823 | # CONFIG_DEBUG_KOBJECT is not set | 844 | # CONFIG_DEBUG_KOBJECT is not set |
824 | # CONFIG_DEBUG_INFO is not set | 845 | # CONFIG_DEBUG_INFO is not set |
825 | # CONFIG_DEBUG_FS is not set | 846 | # CONFIG_DEBUG_FS is not set |
847 | # CONFIG_DEBUG_VM is not set | ||
848 | # CONFIG_RCU_TORTURE_TEST is not set | ||
826 | CONFIG_CROSSCOMPILE=y | 849 | CONFIG_CROSSCOMPILE=y |
827 | CONFIG_CMDLINE="" | 850 | CONFIG_CMDLINE="" |
828 | # CONFIG_DEBUG_STACK_USAGE is not set | 851 | # CONFIG_DEBUG_STACK_USAGE is not set |
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index bfbaa08c47cb..a86cc9d9bdae 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:20 2005 | 4 | # Mon Nov 7 23:04:39 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -182,6 +200,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
182 | CONFIG_FLATMEM=y | 200 | CONFIG_FLATMEM=y |
183 | CONFIG_FLAT_NODE_MEM_MAP=y | 201 | CONFIG_FLAT_NODE_MEM_MAP=y |
184 | # CONFIG_SPARSEMEM_STATIC is not set | 202 | # CONFIG_SPARSEMEM_STATIC is not set |
203 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
185 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
186 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
187 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
@@ -270,6 +289,10 @@ CONFIG_TCP_CONG_BIC=y | |||
270 | # CONFIG_NET_DIVERT is not set | 289 | # CONFIG_NET_DIVERT is not set |
271 | # CONFIG_ECONET is not set | 290 | # CONFIG_ECONET is not set |
272 | # CONFIG_WAN_ROUTER is not set | 291 | # CONFIG_WAN_ROUTER is not set |
292 | |||
293 | # | ||
294 | # QoS and/or fair queueing | ||
295 | # | ||
273 | # CONFIG_NET_SCHED is not set | 296 | # CONFIG_NET_SCHED is not set |
274 | # CONFIG_NET_CLS_ROUTE is not set | 297 | # CONFIG_NET_CLS_ROUTE is not set |
275 | 298 | ||
@@ -329,16 +352,7 @@ CONFIG_CONNECTOR=m | |||
329 | # CONFIG_BLK_DEV_SX8 is not set | 352 | # CONFIG_BLK_DEV_SX8 is not set |
330 | # CONFIG_BLK_DEV_RAM is not set | 353 | # CONFIG_BLK_DEV_RAM is not set |
331 | CONFIG_BLK_DEV_RAM_COUNT=16 | 354 | CONFIG_BLK_DEV_RAM_COUNT=16 |
332 | # CONFIG_LBD is not set | ||
333 | # CONFIG_CDROM_PKTCDVD is not set | 355 | # CONFIG_CDROM_PKTCDVD is not set |
334 | |||
335 | # | ||
336 | # IO Schedulers | ||
337 | # | ||
338 | CONFIG_IOSCHED_NOOP=y | ||
339 | CONFIG_IOSCHED_AS=y | ||
340 | CONFIG_IOSCHED_DEADLINE=y | ||
341 | CONFIG_IOSCHED_CFQ=y | ||
342 | CONFIG_ATA_OVER_ETH=m | 356 | CONFIG_ATA_OVER_ETH=m |
343 | 357 | ||
344 | # | 358 | # |
@@ -412,7 +426,6 @@ CONFIG_NETDEVICES=y | |||
412 | # PHY device support | 426 | # PHY device support |
413 | # | 427 | # |
414 | CONFIG_PHYLIB=m | 428 | CONFIG_PHYLIB=m |
415 | CONFIG_PHYCONTROL=y | ||
416 | 429 | ||
417 | # | 430 | # |
418 | # MII PHY device drivers | 431 | # MII PHY device drivers |
@@ -430,6 +443,7 @@ CONFIG_NET_ETHERNET=y | |||
430 | CONFIG_MII=y | 443 | CONFIG_MII=y |
431 | # CONFIG_HAPPYMEAL is not set | 444 | # CONFIG_HAPPYMEAL is not set |
432 | # CONFIG_SUNGEM is not set | 445 | # CONFIG_SUNGEM is not set |
446 | # CONFIG_CASSINI is not set | ||
433 | # CONFIG_NET_VENDOR_3COM is not set | 447 | # CONFIG_NET_VENDOR_3COM is not set |
434 | 448 | ||
435 | # | 449 | # |
@@ -586,6 +600,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
586 | # CONFIG_WATCHDOG is not set | 600 | # CONFIG_WATCHDOG is not set |
587 | # CONFIG_RTC is not set | 601 | # CONFIG_RTC is not set |
588 | # CONFIG_GEN_RTC is not set | 602 | # CONFIG_GEN_RTC is not set |
603 | # CONFIG_RTC_VR41XX is not set | ||
589 | # CONFIG_DTLK is not set | 604 | # CONFIG_DTLK is not set |
590 | # CONFIG_R3964 is not set | 605 | # CONFIG_R3964 is not set |
591 | # CONFIG_APPLICOM is not set | 606 | # CONFIG_APPLICOM is not set |
@@ -601,6 +616,7 @@ CONFIG_GPIO_VR41XX=y | |||
601 | # TPM devices | 616 | # TPM devices |
602 | # | 617 | # |
603 | # CONFIG_TCG_TPM is not set | 618 | # CONFIG_TCG_TPM is not set |
619 | # CONFIG_TELCLOCK is not set | ||
604 | 620 | ||
605 | # | 621 | # |
606 | # I2C support | 622 | # I2C support |
@@ -660,6 +676,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
660 | # CONFIG_USB is not set | 676 | # CONFIG_USB is not set |
661 | 677 | ||
662 | # | 678 | # |
679 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
680 | # | ||
681 | |||
682 | # | ||
663 | # USB Gadget Support | 683 | # USB Gadget Support |
664 | # | 684 | # |
665 | # CONFIG_USB_GADGET is not set | 685 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index 4b4d1ddb3d42..3558c79b0eb7 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:23 2005 | 4 | # Mon Nov 7 23:04:42 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,24 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | # CONFIG_LBD is not set | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
54 | # Machine selection | 72 | # Machine selection |
55 | # | 73 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -172,6 +190,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
172 | CONFIG_FLATMEM=y | 190 | CONFIG_FLATMEM=y |
173 | CONFIG_FLAT_NODE_MEM_MAP=y | 191 | CONFIG_FLAT_NODE_MEM_MAP=y |
174 | # CONFIG_SPARSEMEM_STATIC is not set | 192 | # CONFIG_SPARSEMEM_STATIC is not set |
193 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
175 | CONFIG_PREEMPT_NONE=y | 194 | CONFIG_PREEMPT_NONE=y |
176 | # CONFIG_PREEMPT_VOLUNTARY is not set | 195 | # CONFIG_PREEMPT_VOLUNTARY is not set |
177 | # CONFIG_PREEMPT is not set | 196 | # CONFIG_PREEMPT is not set |
@@ -256,6 +275,10 @@ CONFIG_TCP_CONG_BIC=y | |||
256 | # CONFIG_NET_DIVERT is not set | 275 | # CONFIG_NET_DIVERT is not set |
257 | # CONFIG_ECONET is not set | 276 | # CONFIG_ECONET is not set |
258 | # CONFIG_WAN_ROUTER is not set | 277 | # CONFIG_WAN_ROUTER is not set |
278 | |||
279 | # | ||
280 | # QoS and/or fair queueing | ||
281 | # | ||
259 | # CONFIG_NET_SCHED is not set | 282 | # CONFIG_NET_SCHED is not set |
260 | # CONFIG_NET_CLS_ROUTE is not set | 283 | # CONFIG_NET_CLS_ROUTE is not set |
261 | 284 | ||
@@ -287,6 +310,7 @@ CONFIG_FW_LOADER=y | |||
287 | # Connector - unified userspace <-> kernelspace linker | 310 | # Connector - unified userspace <-> kernelspace linker |
288 | # | 311 | # |
289 | CONFIG_CONNECTOR=y | 312 | CONFIG_CONNECTOR=y |
313 | CONFIG_PROC_EVENTS=y | ||
290 | 314 | ||
291 | # | 315 | # |
292 | # Memory Technology Devices (MTD) | 316 | # Memory Technology Devices (MTD) |
@@ -316,18 +340,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
316 | # CONFIG_BLK_DEV_SX8 is not set | 340 | # CONFIG_BLK_DEV_SX8 is not set |
317 | # CONFIG_BLK_DEV_RAM is not set | 341 | # CONFIG_BLK_DEV_RAM is not set |
318 | CONFIG_BLK_DEV_RAM_COUNT=16 | 342 | CONFIG_BLK_DEV_RAM_COUNT=16 |
319 | # CONFIG_LBD is not set | ||
320 | CONFIG_CDROM_PKTCDVD=y | 343 | CONFIG_CDROM_PKTCDVD=y |
321 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 344 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
322 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 345 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
323 | |||
324 | # | ||
325 | # IO Schedulers | ||
326 | # | ||
327 | CONFIG_IOSCHED_NOOP=y | ||
328 | CONFIG_IOSCHED_AS=y | ||
329 | CONFIG_IOSCHED_DEADLINE=y | ||
330 | CONFIG_IOSCHED_CFQ=y | ||
331 | CONFIG_ATA_OVER_ETH=y | 346 | CONFIG_ATA_OVER_ETH=y |
332 | 347 | ||
333 | # | 348 | # |
@@ -401,7 +416,6 @@ CONFIG_NETDEVICES=y | |||
401 | # PHY device support | 416 | # PHY device support |
402 | # | 417 | # |
403 | CONFIG_PHYLIB=y | 418 | CONFIG_PHYLIB=y |
404 | CONFIG_PHYCONTROL=y | ||
405 | 419 | ||
406 | # | 420 | # |
407 | # MII PHY device drivers | 421 | # MII PHY device drivers |
@@ -419,6 +433,7 @@ CONFIG_NET_ETHERNET=y | |||
419 | # CONFIG_MII is not set | 433 | # CONFIG_MII is not set |
420 | # CONFIG_HAPPYMEAL is not set | 434 | # CONFIG_HAPPYMEAL is not set |
421 | # CONFIG_SUNGEM is not set | 435 | # CONFIG_SUNGEM is not set |
436 | # CONFIG_CASSINI is not set | ||
422 | # CONFIG_NET_VENDOR_3COM is not set | 437 | # CONFIG_NET_VENDOR_3COM is not set |
423 | 438 | ||
424 | # | 439 | # |
@@ -574,6 +589,7 @@ CONFIG_COBALT_LCD=y | |||
574 | # TPM devices | 589 | # TPM devices |
575 | # | 590 | # |
576 | # CONFIG_TCG_TPM is not set | 591 | # CONFIG_TCG_TPM is not set |
592 | # CONFIG_TELCLOCK is not set | ||
577 | 593 | ||
578 | # | 594 | # |
579 | # I2C support | 595 | # I2C support |
@@ -633,6 +649,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
633 | # CONFIG_USB is not set | 649 | # CONFIG_USB is not set |
634 | 650 | ||
635 | # | 651 | # |
652 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
653 | # | ||
654 | |||
655 | # | ||
636 | # USB Gadget Support | 656 | # USB Gadget Support |
637 | # | 657 | # |
638 | # CONFIG_USB_GADGET is not set | 658 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index 6501144ec612..3b103fec7b86 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:25:26 2005 | 4 | # Tue Nov 15 11:11:04 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -178,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
178 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
179 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
180 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
181 | CONFIG_PREEMPT_NONE=y | 200 | CONFIG_PREEMPT_NONE=y |
182 | # CONFIG_PREEMPT_VOLUNTARY is not set | 201 | # CONFIG_PREEMPT_VOLUNTARY is not set |
183 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -201,7 +220,6 @@ CONFIG_PCMCIA_IOCTL=y | |||
201 | # | 220 | # |
202 | # PC-card bridges | 221 | # PC-card bridges |
203 | # | 222 | # |
204 | # CONFIG_TCIC is not set | ||
205 | # CONFIG_PCMCIA_AU1X00 is not set | 223 | # CONFIG_PCMCIA_AU1X00 is not set |
206 | 224 | ||
207 | # | 225 | # |
@@ -259,15 +277,19 @@ CONFIG_TCP_CONG_BIC=y | |||
259 | # CONFIG_IPV6 is not set | 277 | # CONFIG_IPV6 is not set |
260 | CONFIG_NETFILTER=y | 278 | CONFIG_NETFILTER=y |
261 | # CONFIG_NETFILTER_DEBUG is not set | 279 | # CONFIG_NETFILTER_DEBUG is not set |
280 | |||
281 | # | ||
282 | # Core Netfilter Configuration | ||
283 | # | ||
262 | CONFIG_NETFILTER_NETLINK=m | 284 | CONFIG_NETFILTER_NETLINK=m |
263 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 285 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
264 | CONFIG_NETFILTER_NETLINK_LOG=m | 286 | CONFIG_NETFILTER_NETLINK_LOG=m |
287 | # CONFIG_NF_CONNTRACK is not set | ||
265 | 288 | ||
266 | # | 289 | # |
267 | # IP: Netfilter Configuration | 290 | # IP: Netfilter Configuration |
268 | # | 291 | # |
269 | # CONFIG_IP_NF_CONNTRACK is not set | 292 | # CONFIG_IP_NF_CONNTRACK is not set |
270 | CONFIG_IP_NF_PPTP=m | ||
271 | # CONFIG_IP_NF_QUEUE is not set | 293 | # CONFIG_IP_NF_QUEUE is not set |
272 | # CONFIG_IP_NF_IPTABLES is not set | 294 | # CONFIG_IP_NF_IPTABLES is not set |
273 | # CONFIG_IP_NF_ARPTABLES is not set | 295 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -293,6 +315,10 @@ CONFIG_IP_NF_PPTP=m | |||
293 | # CONFIG_NET_DIVERT is not set | 315 | # CONFIG_NET_DIVERT is not set |
294 | # CONFIG_ECONET is not set | 316 | # CONFIG_ECONET is not set |
295 | # CONFIG_WAN_ROUTER is not set | 317 | # CONFIG_WAN_ROUTER is not set |
318 | |||
319 | # | ||
320 | # QoS and/or fair queueing | ||
321 | # | ||
296 | # CONFIG_NET_SCHED is not set | 322 | # CONFIG_NET_SCHED is not set |
297 | # CONFIG_NET_CLS_ROUTE is not set | 323 | # CONFIG_NET_CLS_ROUTE is not set |
298 | 324 | ||
@@ -343,6 +369,7 @@ CONFIG_MTD_BLOCK=y | |||
343 | # CONFIG_FTL is not set | 369 | # CONFIG_FTL is not set |
344 | # CONFIG_NFTL is not set | 370 | # CONFIG_NFTL is not set |
345 | # CONFIG_INFTL is not set | 371 | # CONFIG_INFTL is not set |
372 | # CONFIG_RFD_FTL is not set | ||
346 | 373 | ||
347 | # | 374 | # |
348 | # RAM/ROM/Flash chip drivers | 375 | # RAM/ROM/Flash chip drivers |
@@ -400,6 +427,11 @@ CONFIG_MTD_ALCHEMY=y | |||
400 | # CONFIG_MTD_NAND is not set | 427 | # CONFIG_MTD_NAND is not set |
401 | 428 | ||
402 | # | 429 | # |
430 | # OneNAND Flash Device Drivers | ||
431 | # | ||
432 | # CONFIG_MTD_ONENAND is not set | ||
433 | |||
434 | # | ||
403 | # Parallel port support | 435 | # Parallel port support |
404 | # | 436 | # |
405 | # CONFIG_PARPORT is not set | 437 | # CONFIG_PARPORT is not set |
@@ -417,18 +449,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
417 | # CONFIG_BLK_DEV_NBD is not set | 449 | # CONFIG_BLK_DEV_NBD is not set |
418 | # CONFIG_BLK_DEV_RAM is not set | 450 | # CONFIG_BLK_DEV_RAM is not set |
419 | CONFIG_BLK_DEV_RAM_COUNT=16 | 451 | CONFIG_BLK_DEV_RAM_COUNT=16 |
420 | # CONFIG_LBD is not set | ||
421 | CONFIG_CDROM_PKTCDVD=m | 452 | CONFIG_CDROM_PKTCDVD=m |
422 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 453 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
423 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 454 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
424 | |||
425 | # | ||
426 | # IO Schedulers | ||
427 | # | ||
428 | CONFIG_IOSCHED_NOOP=y | ||
429 | CONFIG_IOSCHED_AS=y | ||
430 | CONFIG_IOSCHED_DEADLINE=y | ||
431 | CONFIG_IOSCHED_CFQ=y | ||
432 | CONFIG_ATA_OVER_ETH=m | 455 | CONFIG_ATA_OVER_ETH=m |
433 | 456 | ||
434 | # | 457 | # |
@@ -473,7 +496,6 @@ CONFIG_NETDEVICES=y | |||
473 | # PHY device support | 496 | # PHY device support |
474 | # | 497 | # |
475 | CONFIG_PHYLIB=m | 498 | CONFIG_PHYLIB=m |
476 | CONFIG_PHYCONTROL=y | ||
477 | 499 | ||
478 | # | 500 | # |
479 | # MII PHY device drivers | 501 | # MII PHY device drivers |
@@ -490,6 +512,7 @@ CONFIG_CICADA_PHY=m | |||
490 | CONFIG_NET_ETHERNET=y | 512 | CONFIG_NET_ETHERNET=y |
491 | CONFIG_MII=m | 513 | CONFIG_MII=m |
492 | CONFIG_MIPS_AU1X00_ENET=y | 514 | CONFIG_MIPS_AU1X00_ENET=y |
515 | # CONFIG_SMC91X is not set | ||
493 | 516 | ||
494 | # | 517 | # |
495 | # Ethernet (1000 Mbit) | 518 | # Ethernet (1000 Mbit) |
@@ -532,6 +555,7 @@ CONFIG_PPP_ASYNC=m | |||
532 | # CONFIG_PPP_SYNC_TTY is not set | 555 | # CONFIG_PPP_SYNC_TTY is not set |
533 | CONFIG_PPP_DEFLATE=m | 556 | CONFIG_PPP_DEFLATE=m |
534 | # CONFIG_PPP_BSDCOMP is not set | 557 | # CONFIG_PPP_BSDCOMP is not set |
558 | CONFIG_PPP_MPPE=m | ||
535 | CONFIG_PPPOE=m | 559 | CONFIG_PPPOE=m |
536 | # CONFIG_SLIP is not set | 560 | # CONFIG_SLIP is not set |
537 | # CONFIG_SHAPER is not set | 561 | # CONFIG_SHAPER is not set |
@@ -598,13 +622,17 @@ CONFIG_HW_CONSOLE=y | |||
598 | # | 622 | # |
599 | # Serial drivers | 623 | # Serial drivers |
600 | # | 624 | # |
601 | # CONFIG_SERIAL_8250 is not set | 625 | CONFIG_SERIAL_8250=y |
626 | CONFIG_SERIAL_8250_CONSOLE=y | ||
627 | CONFIG_SERIAL_8250_CS=m | ||
628 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
629 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
630 | CONFIG_SERIAL_8250_AU1X00=y | ||
602 | 631 | ||
603 | # | 632 | # |
604 | # Non-8250 serial port support | 633 | # Non-8250 serial port support |
605 | # | 634 | # |
606 | CONFIG_SERIAL_AU1X00=y | 635 | # CONFIG_SERIAL_AU1X00 is not set |
607 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
608 | CONFIG_SERIAL_CORE=y | 636 | CONFIG_SERIAL_CORE=y |
609 | CONFIG_SERIAL_CORE_CONSOLE=y | 637 | CONFIG_SERIAL_CORE_CONSOLE=y |
610 | CONFIG_UNIX98_PTYS=y | 638 | CONFIG_UNIX98_PTYS=y |
@@ -633,11 +661,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
633 | # PCMCIA character devices | 661 | # PCMCIA character devices |
634 | # | 662 | # |
635 | CONFIG_SYNCLINK_CS=m | 663 | CONFIG_SYNCLINK_CS=m |
664 | # CONFIG_CARDMAN_4000 is not set | ||
665 | # CONFIG_CARDMAN_4040 is not set | ||
636 | # CONFIG_RAW_DRIVER is not set | 666 | # CONFIG_RAW_DRIVER is not set |
637 | 667 | ||
638 | # | 668 | # |
639 | # TPM devices | 669 | # TPM devices |
640 | # | 670 | # |
671 | # CONFIG_TELCLOCK is not set | ||
641 | 672 | ||
642 | # | 673 | # |
643 | # I2C support | 674 | # I2C support |
@@ -697,6 +728,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
697 | # CONFIG_USB is not set | 728 | # CONFIG_USB is not set |
698 | 729 | ||
699 | # | 730 | # |
731 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
732 | # | ||
733 | |||
734 | # | ||
700 | # USB Gadget Support | 735 | # USB Gadget Support |
701 | # | 736 | # |
702 | # CONFIG_USB_GADGET is not set | 737 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index b8cd2cd923dd..79cdd940c6a8 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:25:29 2005 | 4 | # Tue Nov 15 11:11:07 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -178,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
178 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
179 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
180 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
181 | CONFIG_PREEMPT_NONE=y | 200 | CONFIG_PREEMPT_NONE=y |
182 | # CONFIG_PREEMPT_VOLUNTARY is not set | 201 | # CONFIG_PREEMPT_VOLUNTARY is not set |
183 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -247,15 +266,19 @@ CONFIG_TCP_CONG_BIC=y | |||
247 | # CONFIG_IPV6 is not set | 266 | # CONFIG_IPV6 is not set |
248 | CONFIG_NETFILTER=y | 267 | CONFIG_NETFILTER=y |
249 | # CONFIG_NETFILTER_DEBUG is not set | 268 | # CONFIG_NETFILTER_DEBUG is not set |
269 | |||
270 | # | ||
271 | # Core Netfilter Configuration | ||
272 | # | ||
250 | CONFIG_NETFILTER_NETLINK=m | 273 | CONFIG_NETFILTER_NETLINK=m |
251 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 274 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
252 | CONFIG_NETFILTER_NETLINK_LOG=m | 275 | CONFIG_NETFILTER_NETLINK_LOG=m |
276 | # CONFIG_NF_CONNTRACK is not set | ||
253 | 277 | ||
254 | # | 278 | # |
255 | # IP: Netfilter Configuration | 279 | # IP: Netfilter Configuration |
256 | # | 280 | # |
257 | # CONFIG_IP_NF_CONNTRACK is not set | 281 | # CONFIG_IP_NF_CONNTRACK is not set |
258 | CONFIG_IP_NF_PPTP=m | ||
259 | # CONFIG_IP_NF_QUEUE is not set | 282 | # CONFIG_IP_NF_QUEUE is not set |
260 | # CONFIG_IP_NF_IPTABLES is not set | 283 | # CONFIG_IP_NF_IPTABLES is not set |
261 | # CONFIG_IP_NF_ARPTABLES is not set | 284 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -281,6 +304,10 @@ CONFIG_IP_NF_PPTP=m | |||
281 | # CONFIG_NET_DIVERT is not set | 304 | # CONFIG_NET_DIVERT is not set |
282 | # CONFIG_ECONET is not set | 305 | # CONFIG_ECONET is not set |
283 | # CONFIG_WAN_ROUTER is not set | 306 | # CONFIG_WAN_ROUTER is not set |
307 | |||
308 | # | ||
309 | # QoS and/or fair queueing | ||
310 | # | ||
284 | # CONFIG_NET_SCHED is not set | 311 | # CONFIG_NET_SCHED is not set |
285 | # CONFIG_NET_CLS_ROUTE is not set | 312 | # CONFIG_NET_CLS_ROUTE is not set |
286 | 313 | ||
@@ -331,6 +358,7 @@ CONFIG_MTD_BLOCK=y | |||
331 | # CONFIG_FTL is not set | 358 | # CONFIG_FTL is not set |
332 | # CONFIG_NFTL is not set | 359 | # CONFIG_NFTL is not set |
333 | # CONFIG_INFTL is not set | 360 | # CONFIG_INFTL is not set |
361 | # CONFIG_RFD_FTL is not set | ||
334 | 362 | ||
335 | # | 363 | # |
336 | # RAM/ROM/Flash chip drivers | 364 | # RAM/ROM/Flash chip drivers |
@@ -388,6 +416,11 @@ CONFIG_MTD_ALCHEMY=y | |||
388 | # CONFIG_MTD_NAND is not set | 416 | # CONFIG_MTD_NAND is not set |
389 | 417 | ||
390 | # | 418 | # |
419 | # OneNAND Flash Device Drivers | ||
420 | # | ||
421 | # CONFIG_MTD_ONENAND is not set | ||
422 | |||
423 | # | ||
391 | # Parallel port support | 424 | # Parallel port support |
392 | # | 425 | # |
393 | # CONFIG_PARPORT is not set | 426 | # CONFIG_PARPORT is not set |
@@ -405,18 +438,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
405 | # CONFIG_BLK_DEV_NBD is not set | 438 | # CONFIG_BLK_DEV_NBD is not set |
406 | # CONFIG_BLK_DEV_RAM is not set | 439 | # CONFIG_BLK_DEV_RAM is not set |
407 | CONFIG_BLK_DEV_RAM_COUNT=16 | 440 | CONFIG_BLK_DEV_RAM_COUNT=16 |
408 | # CONFIG_LBD is not set | ||
409 | CONFIG_CDROM_PKTCDVD=m | 441 | CONFIG_CDROM_PKTCDVD=m |
410 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 442 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
411 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 443 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
412 | |||
413 | # | ||
414 | # IO Schedulers | ||
415 | # | ||
416 | CONFIG_IOSCHED_NOOP=y | ||
417 | CONFIG_IOSCHED_AS=y | ||
418 | CONFIG_IOSCHED_DEADLINE=y | ||
419 | CONFIG_IOSCHED_CFQ=y | ||
420 | CONFIG_ATA_OVER_ETH=m | 444 | CONFIG_ATA_OVER_ETH=m |
421 | 445 | ||
422 | # | 446 | # |
@@ -461,7 +485,6 @@ CONFIG_NETDEVICES=y | |||
461 | # PHY device support | 485 | # PHY device support |
462 | # | 486 | # |
463 | CONFIG_PHYLIB=m | 487 | CONFIG_PHYLIB=m |
464 | CONFIG_PHYCONTROL=y | ||
465 | 488 | ||
466 | # | 489 | # |
467 | # MII PHY device drivers | 490 | # MII PHY device drivers |
@@ -478,6 +501,7 @@ CONFIG_CICADA_PHY=m | |||
478 | CONFIG_NET_ETHERNET=y | 501 | CONFIG_NET_ETHERNET=y |
479 | CONFIG_MII=m | 502 | CONFIG_MII=m |
480 | CONFIG_MIPS_AU1X00_ENET=y | 503 | CONFIG_MIPS_AU1X00_ENET=y |
504 | # CONFIG_SMC91X is not set | ||
481 | 505 | ||
482 | # | 506 | # |
483 | # Ethernet (1000 Mbit) | 507 | # Ethernet (1000 Mbit) |
@@ -507,6 +531,7 @@ CONFIG_PPP_ASYNC=m | |||
507 | # CONFIG_PPP_SYNC_TTY is not set | 531 | # CONFIG_PPP_SYNC_TTY is not set |
508 | CONFIG_PPP_DEFLATE=m | 532 | CONFIG_PPP_DEFLATE=m |
509 | # CONFIG_PPP_BSDCOMP is not set | 533 | # CONFIG_PPP_BSDCOMP is not set |
534 | CONFIG_PPP_MPPE=m | ||
510 | CONFIG_PPPOE=m | 535 | CONFIG_PPPOE=m |
511 | # CONFIG_SLIP is not set | 536 | # CONFIG_SLIP is not set |
512 | # CONFIG_SHAPER is not set | 537 | # CONFIG_SHAPER is not set |
@@ -573,13 +598,16 @@ CONFIG_HW_CONSOLE=y | |||
573 | # | 598 | # |
574 | # Serial drivers | 599 | # Serial drivers |
575 | # | 600 | # |
576 | # CONFIG_SERIAL_8250 is not set | 601 | CONFIG_SERIAL_8250=y |
602 | CONFIG_SERIAL_8250_CONSOLE=y | ||
603 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
604 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
605 | CONFIG_SERIAL_8250_AU1X00=y | ||
577 | 606 | ||
578 | # | 607 | # |
579 | # Non-8250 serial port support | 608 | # Non-8250 serial port support |
580 | # | 609 | # |
581 | CONFIG_SERIAL_AU1X00=y | 610 | # CONFIG_SERIAL_AU1X00 is not set |
582 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
583 | CONFIG_SERIAL_CORE=y | 611 | CONFIG_SERIAL_CORE=y |
584 | CONFIG_SERIAL_CORE_CONSOLE=y | 612 | CONFIG_SERIAL_CORE_CONSOLE=y |
585 | CONFIG_UNIX98_PTYS=y | 613 | CONFIG_UNIX98_PTYS=y |
@@ -608,6 +636,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
608 | # | 636 | # |
609 | # TPM devices | 637 | # TPM devices |
610 | # | 638 | # |
639 | # CONFIG_TELCLOCK is not set | ||
611 | 640 | ||
612 | # | 641 | # |
613 | # I2C support | 642 | # I2C support |
@@ -650,12 +679,11 @@ CONFIG_FB=y | |||
650 | CONFIG_FB_CFB_FILLRECT=y | 679 | CONFIG_FB_CFB_FILLRECT=y |
651 | CONFIG_FB_CFB_COPYAREA=y | 680 | CONFIG_FB_CFB_COPYAREA=y |
652 | CONFIG_FB_CFB_IMAGEBLIT=y | 681 | CONFIG_FB_CFB_IMAGEBLIT=y |
653 | CONFIG_FB_SOFT_CURSOR=y | ||
654 | # CONFIG_FB_MACMODES is not set | 682 | # CONFIG_FB_MACMODES is not set |
655 | # CONFIG_FB_MODE_HELPERS is not set | 683 | # CONFIG_FB_MODE_HELPERS is not set |
656 | # CONFIG_FB_TILEBLITTING is not set | 684 | # CONFIG_FB_TILEBLITTING is not set |
657 | CONFIG_FB_AU1100=y | ||
658 | # CONFIG_FB_S1D13XXX is not set | 685 | # CONFIG_FB_S1D13XXX is not set |
686 | CONFIG_FB_AU1100=y | ||
659 | # CONFIG_FB_VIRTUAL is not set | 687 | # CONFIG_FB_VIRTUAL is not set |
660 | 688 | ||
661 | # | 689 | # |
@@ -664,6 +692,7 @@ CONFIG_FB_AU1100=y | |||
664 | # CONFIG_VGA_CONSOLE is not set | 692 | # CONFIG_VGA_CONSOLE is not set |
665 | CONFIG_DUMMY_CONSOLE=y | 693 | CONFIG_DUMMY_CONSOLE=y |
666 | CONFIG_FRAMEBUFFER_CONSOLE=y | 694 | CONFIG_FRAMEBUFFER_CONSOLE=y |
695 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
667 | CONFIG_FONTS=y | 696 | CONFIG_FONTS=y |
668 | CONFIG_FONT_8x8=y | 697 | CONFIG_FONT_8x8=y |
669 | CONFIG_FONT_8x16=y | 698 | CONFIG_FONT_8x16=y |
@@ -698,6 +727,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
698 | # CONFIG_USB is not set | 727 | # CONFIG_USB is not set |
699 | 728 | ||
700 | # | 729 | # |
730 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
731 | # | ||
732 | |||
733 | # | ||
701 | # USB Gadget Support | 734 | # USB Gadget Support |
702 | # | 735 | # |
703 | # CONFIG_USB_GADGET is not set | 736 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 530b6c2d99f6..b6bad69398e1 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:25:32 2005 | 4 | # Tue Nov 15 11:11:10 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +197,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 197 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 198 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 199 | # CONFIG_SPARSEMEM_STATIC is not set |
200 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
@@ -200,7 +219,6 @@ CONFIG_PCMCIA_IOCTL=y | |||
200 | # | 219 | # |
201 | # PC-card bridges | 220 | # PC-card bridges |
202 | # | 221 | # |
203 | # CONFIG_TCIC is not set | ||
204 | CONFIG_PCMCIA_AU1X00=m | 222 | CONFIG_PCMCIA_AU1X00=m |
205 | 223 | ||
206 | # | 224 | # |
@@ -255,13 +273,17 @@ CONFIG_TCP_CONG_BIC=y | |||
255 | # CONFIG_IPV6 is not set | 273 | # CONFIG_IPV6 is not set |
256 | CONFIG_NETFILTER=y | 274 | CONFIG_NETFILTER=y |
257 | # CONFIG_NETFILTER_DEBUG is not set | 275 | # CONFIG_NETFILTER_DEBUG is not set |
276 | |||
277 | # | ||
278 | # Core Netfilter Configuration | ||
279 | # | ||
258 | # CONFIG_NETFILTER_NETLINK is not set | 280 | # CONFIG_NETFILTER_NETLINK is not set |
281 | # CONFIG_NF_CONNTRACK is not set | ||
259 | 282 | ||
260 | # | 283 | # |
261 | # IP: Netfilter Configuration | 284 | # IP: Netfilter Configuration |
262 | # | 285 | # |
263 | # CONFIG_IP_NF_CONNTRACK is not set | 286 | # CONFIG_IP_NF_CONNTRACK is not set |
264 | CONFIG_IP_NF_PPTP=m | ||
265 | # CONFIG_IP_NF_QUEUE is not set | 287 | # CONFIG_IP_NF_QUEUE is not set |
266 | # CONFIG_IP_NF_IPTABLES is not set | 288 | # CONFIG_IP_NF_IPTABLES is not set |
267 | # CONFIG_IP_NF_ARPTABLES is not set | 289 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -287,6 +309,10 @@ CONFIG_IP_NF_PPTP=m | |||
287 | # CONFIG_NET_DIVERT is not set | 309 | # CONFIG_NET_DIVERT is not set |
288 | # CONFIG_ECONET is not set | 310 | # CONFIG_ECONET is not set |
289 | # CONFIG_WAN_ROUTER is not set | 311 | # CONFIG_WAN_ROUTER is not set |
312 | |||
313 | # | ||
314 | # QoS and/or fair queueing | ||
315 | # | ||
290 | # CONFIG_NET_SCHED is not set | 316 | # CONFIG_NET_SCHED is not set |
291 | # CONFIG_NET_CLS_ROUTE is not set | 317 | # CONFIG_NET_CLS_ROUTE is not set |
292 | 318 | ||
@@ -333,6 +359,7 @@ CONFIG_MTD_BLOCK=y | |||
333 | # CONFIG_FTL is not set | 359 | # CONFIG_FTL is not set |
334 | # CONFIG_NFTL is not set | 360 | # CONFIG_NFTL is not set |
335 | # CONFIG_INFTL is not set | 361 | # CONFIG_INFTL is not set |
362 | # CONFIG_RFD_FTL is not set | ||
336 | 363 | ||
337 | # | 364 | # |
338 | # RAM/ROM/Flash chip drivers | 365 | # RAM/ROM/Flash chip drivers |
@@ -395,6 +422,11 @@ CONFIG_MTD_NAND_IDS=y | |||
395 | # CONFIG_MTD_NAND_NANDSIM is not set | 422 | # CONFIG_MTD_NAND_NANDSIM is not set |
396 | 423 | ||
397 | # | 424 | # |
425 | # OneNAND Flash Device Drivers | ||
426 | # | ||
427 | # CONFIG_MTD_ONENAND is not set | ||
428 | |||
429 | # | ||
398 | # Parallel port support | 430 | # Parallel port support |
399 | # | 431 | # |
400 | # CONFIG_PARPORT is not set | 432 | # CONFIG_PARPORT is not set |
@@ -414,16 +446,7 @@ CONFIG_BLK_DEV_RAM=y | |||
414 | CONFIG_BLK_DEV_RAM_COUNT=16 | 446 | CONFIG_BLK_DEV_RAM_COUNT=16 |
415 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 447 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
416 | # CONFIG_BLK_DEV_INITRD is not set | 448 | # CONFIG_BLK_DEV_INITRD is not set |
417 | # CONFIG_LBD is not set | ||
418 | # CONFIG_CDROM_PKTCDVD is not set | 449 | # CONFIG_CDROM_PKTCDVD is not set |
419 | |||
420 | # | ||
421 | # IO Schedulers | ||
422 | # | ||
423 | CONFIG_IOSCHED_NOOP=y | ||
424 | CONFIG_IOSCHED_AS=y | ||
425 | CONFIG_IOSCHED_DEADLINE=y | ||
426 | CONFIG_IOSCHED_CFQ=y | ||
427 | # CONFIG_ATA_OVER_ETH is not set | 450 | # CONFIG_ATA_OVER_ETH is not set |
428 | 451 | ||
429 | # | 452 | # |
@@ -495,6 +518,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
495 | # | 518 | # |
496 | # SCSI low-level drivers | 519 | # SCSI low-level drivers |
497 | # | 520 | # |
521 | # CONFIG_ISCSI_TCP is not set | ||
498 | # CONFIG_SCSI_SATA is not set | 522 | # CONFIG_SCSI_SATA is not set |
499 | # CONFIG_SCSI_DEBUG is not set | 523 | # CONFIG_SCSI_DEBUG is not set |
500 | 524 | ||
@@ -545,6 +569,7 @@ CONFIG_NETDEVICES=y | |||
545 | CONFIG_NET_ETHERNET=y | 569 | CONFIG_NET_ETHERNET=y |
546 | CONFIG_MII=m | 570 | CONFIG_MII=m |
547 | # CONFIG_MIPS_AU1X00_ENET is not set | 571 | # CONFIG_MIPS_AU1X00_ENET is not set |
572 | # CONFIG_SMC91X is not set | ||
548 | 573 | ||
549 | # | 574 | # |
550 | # Ethernet (1000 Mbit) | 575 | # Ethernet (1000 Mbit) |
@@ -638,13 +663,17 @@ CONFIG_HW_CONSOLE=y | |||
638 | # | 663 | # |
639 | # Serial drivers | 664 | # Serial drivers |
640 | # | 665 | # |
641 | # CONFIG_SERIAL_8250 is not set | 666 | CONFIG_SERIAL_8250=y |
667 | CONFIG_SERIAL_8250_CONSOLE=y | ||
668 | # CONFIG_SERIAL_8250_CS is not set | ||
669 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
670 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
671 | CONFIG_SERIAL_8250_AU1X00=y | ||
642 | 672 | ||
643 | # | 673 | # |
644 | # Non-8250 serial port support | 674 | # Non-8250 serial port support |
645 | # | 675 | # |
646 | CONFIG_SERIAL_AU1X00=y | 676 | # CONFIG_SERIAL_AU1X00 is not set |
647 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
648 | CONFIG_SERIAL_CORE=y | 677 | CONFIG_SERIAL_CORE=y |
649 | CONFIG_SERIAL_CORE_CONSOLE=y | 678 | CONFIG_SERIAL_CORE_CONSOLE=y |
650 | CONFIG_UNIX98_PTYS=y | 679 | CONFIG_UNIX98_PTYS=y |
@@ -673,11 +702,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
673 | # PCMCIA character devices | 702 | # PCMCIA character devices |
674 | # | 703 | # |
675 | # CONFIG_SYNCLINK_CS is not set | 704 | # CONFIG_SYNCLINK_CS is not set |
705 | # CONFIG_CARDMAN_4000 is not set | ||
706 | # CONFIG_CARDMAN_4040 is not set | ||
676 | # CONFIG_RAW_DRIVER is not set | 707 | # CONFIG_RAW_DRIVER is not set |
677 | 708 | ||
678 | # | 709 | # |
679 | # TPM devices | 710 | # TPM devices |
680 | # | 711 | # |
712 | # CONFIG_TELCLOCK is not set | ||
681 | 713 | ||
682 | # | 714 | # |
683 | # I2C support | 715 | # I2C support |
@@ -720,12 +752,11 @@ CONFIG_FB=y | |||
720 | CONFIG_FB_CFB_FILLRECT=y | 752 | CONFIG_FB_CFB_FILLRECT=y |
721 | CONFIG_FB_CFB_COPYAREA=y | 753 | CONFIG_FB_CFB_COPYAREA=y |
722 | CONFIG_FB_CFB_IMAGEBLIT=y | 754 | CONFIG_FB_CFB_IMAGEBLIT=y |
723 | CONFIG_FB_SOFT_CURSOR=y | ||
724 | # CONFIG_FB_MACMODES is not set | 755 | # CONFIG_FB_MACMODES is not set |
725 | # CONFIG_FB_MODE_HELPERS is not set | 756 | # CONFIG_FB_MODE_HELPERS is not set |
726 | # CONFIG_FB_TILEBLITTING is not set | 757 | # CONFIG_FB_TILEBLITTING is not set |
727 | CONFIG_FB_AU1200=y | ||
728 | # CONFIG_FB_S1D13XXX is not set | 758 | # CONFIG_FB_S1D13XXX is not set |
759 | CONFIG_FB_AU1200=y | ||
729 | # CONFIG_FB_VIRTUAL is not set | 760 | # CONFIG_FB_VIRTUAL is not set |
730 | 761 | ||
731 | # | 762 | # |
@@ -757,6 +788,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
757 | # CONFIG_USB is not set | 788 | # CONFIG_USB is not set |
758 | 789 | ||
759 | # | 790 | # |
791 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
792 | # | ||
793 | |||
794 | # | ||
760 | # USB Gadget Support | 795 | # USB Gadget Support |
761 | # | 796 | # |
762 | CONFIG_USB_GADGET=m | 797 | CONFIG_USB_GADGET=m |
@@ -862,6 +897,7 @@ CONFIG_RAMFS=y | |||
862 | CONFIG_JFFS2_FS=y | 897 | CONFIG_JFFS2_FS=y |
863 | CONFIG_JFFS2_FS_DEBUG=0 | 898 | CONFIG_JFFS2_FS_DEBUG=0 |
864 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 899 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
900 | # CONFIG_JFFS2_SUMMARY is not set | ||
865 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 901 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
866 | CONFIG_JFFS2_ZLIB=y | 902 | CONFIG_JFFS2_ZLIB=y |
867 | CONFIG_JFFS2_RTIME=y | 903 | CONFIG_JFFS2_RTIME=y |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 1c2784dee697..dbaf189fc9c0 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:25:36 2005 | 4 | # Tue Nov 15 11:11:15 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -180,6 +198,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
180 | CONFIG_FLATMEM=y | 198 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 199 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 200 | # CONFIG_SPARSEMEM_STATIC is not set |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
183 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
184 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
185 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
@@ -208,7 +227,6 @@ CONFIG_CARDBUS=y | |||
208 | # CONFIG_YENTA is not set | 227 | # CONFIG_YENTA is not set |
209 | # CONFIG_PD6729 is not set | 228 | # CONFIG_PD6729 is not set |
210 | # CONFIG_I82092 is not set | 229 | # CONFIG_I82092 is not set |
211 | # CONFIG_TCIC is not set | ||
212 | CONFIG_PCMCIA_AU1X00=m | 230 | CONFIG_PCMCIA_AU1X00=m |
213 | 231 | ||
214 | # | 232 | # |
@@ -267,15 +285,19 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_IPV6 is not set | 285 | # CONFIG_IPV6 is not set |
268 | CONFIG_NETFILTER=y | 286 | CONFIG_NETFILTER=y |
269 | # CONFIG_NETFILTER_DEBUG is not set | 287 | # CONFIG_NETFILTER_DEBUG is not set |
288 | |||
289 | # | ||
290 | # Core Netfilter Configuration | ||
291 | # | ||
270 | CONFIG_NETFILTER_NETLINK=m | 292 | CONFIG_NETFILTER_NETLINK=m |
271 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 293 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
272 | CONFIG_NETFILTER_NETLINK_LOG=m | 294 | CONFIG_NETFILTER_NETLINK_LOG=m |
295 | # CONFIG_NF_CONNTRACK is not set | ||
273 | 296 | ||
274 | # | 297 | # |
275 | # IP: Netfilter Configuration | 298 | # IP: Netfilter Configuration |
276 | # | 299 | # |
277 | # CONFIG_IP_NF_CONNTRACK is not set | 300 | # CONFIG_IP_NF_CONNTRACK is not set |
278 | CONFIG_IP_NF_PPTP=m | ||
279 | # CONFIG_IP_NF_QUEUE is not set | 301 | # CONFIG_IP_NF_QUEUE is not set |
280 | # CONFIG_IP_NF_IPTABLES is not set | 302 | # CONFIG_IP_NF_IPTABLES is not set |
281 | # CONFIG_IP_NF_ARPTABLES is not set | 303 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -301,6 +323,10 @@ CONFIG_IP_NF_PPTP=m | |||
301 | # CONFIG_NET_DIVERT is not set | 323 | # CONFIG_NET_DIVERT is not set |
302 | # CONFIG_ECONET is not set | 324 | # CONFIG_ECONET is not set |
303 | # CONFIG_WAN_ROUTER is not set | 325 | # CONFIG_WAN_ROUTER is not set |
326 | |||
327 | # | ||
328 | # QoS and/or fair queueing | ||
329 | # | ||
304 | # CONFIG_NET_SCHED is not set | 330 | # CONFIG_NET_SCHED is not set |
305 | # CONFIG_NET_CLS_ROUTE is not set | 331 | # CONFIG_NET_CLS_ROUTE is not set |
306 | 332 | ||
@@ -351,6 +377,7 @@ CONFIG_MTD_BLOCK=y | |||
351 | # CONFIG_FTL is not set | 377 | # CONFIG_FTL is not set |
352 | # CONFIG_NFTL is not set | 378 | # CONFIG_NFTL is not set |
353 | # CONFIG_INFTL is not set | 379 | # CONFIG_INFTL is not set |
380 | # CONFIG_RFD_FTL is not set | ||
354 | 381 | ||
355 | # | 382 | # |
356 | # RAM/ROM/Flash chip drivers | 383 | # RAM/ROM/Flash chip drivers |
@@ -409,6 +436,11 @@ CONFIG_MTD_ALCHEMY=y | |||
409 | # CONFIG_MTD_NAND is not set | 436 | # CONFIG_MTD_NAND is not set |
410 | 437 | ||
411 | # | 438 | # |
439 | # OneNAND Flash Device Drivers | ||
440 | # | ||
441 | # CONFIG_MTD_ONENAND is not set | ||
442 | |||
443 | # | ||
412 | # Parallel port support | 444 | # Parallel port support |
413 | # | 445 | # |
414 | # CONFIG_PARPORT is not set | 446 | # CONFIG_PARPORT is not set |
@@ -432,18 +464,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
432 | # CONFIG_BLK_DEV_UB is not set | 464 | # CONFIG_BLK_DEV_UB is not set |
433 | # CONFIG_BLK_DEV_RAM is not set | 465 | # CONFIG_BLK_DEV_RAM is not set |
434 | CONFIG_BLK_DEV_RAM_COUNT=16 | 466 | CONFIG_BLK_DEV_RAM_COUNT=16 |
435 | # CONFIG_LBD is not set | ||
436 | CONFIG_CDROM_PKTCDVD=m | 467 | CONFIG_CDROM_PKTCDVD=m |
437 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 468 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
438 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 469 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
439 | |||
440 | # | ||
441 | # IO Schedulers | ||
442 | # | ||
443 | CONFIG_IOSCHED_NOOP=y | ||
444 | CONFIG_IOSCHED_AS=y | ||
445 | CONFIG_IOSCHED_DEADLINE=y | ||
446 | CONFIG_IOSCHED_CFQ=y | ||
447 | CONFIG_ATA_OVER_ETH=m | 470 | CONFIG_ATA_OVER_ETH=m |
448 | 471 | ||
449 | # | 472 | # |
@@ -518,7 +541,6 @@ CONFIG_NETDEVICES=y | |||
518 | # PHY device support | 541 | # PHY device support |
519 | # | 542 | # |
520 | CONFIG_PHYLIB=m | 543 | CONFIG_PHYLIB=m |
521 | CONFIG_PHYCONTROL=y | ||
522 | 544 | ||
523 | # | 545 | # |
524 | # MII PHY device drivers | 546 | # MII PHY device drivers |
@@ -537,7 +559,9 @@ CONFIG_NET_ETHERNET=y | |||
537 | CONFIG_MIPS_AU1X00_ENET=y | 559 | CONFIG_MIPS_AU1X00_ENET=y |
538 | # CONFIG_HAPPYMEAL is not set | 560 | # CONFIG_HAPPYMEAL is not set |
539 | # CONFIG_SUNGEM is not set | 561 | # CONFIG_SUNGEM is not set |
562 | # CONFIG_CASSINI is not set | ||
540 | # CONFIG_NET_VENDOR_3COM is not set | 563 | # CONFIG_NET_VENDOR_3COM is not set |
564 | # CONFIG_SMC91X is not set | ||
541 | 565 | ||
542 | # | 566 | # |
543 | # Tulip family network device support | 567 | # Tulip family network device support |
@@ -599,6 +623,7 @@ CONFIG_PPP_ASYNC=m | |||
599 | # CONFIG_PPP_SYNC_TTY is not set | 623 | # CONFIG_PPP_SYNC_TTY is not set |
600 | CONFIG_PPP_DEFLATE=m | 624 | CONFIG_PPP_DEFLATE=m |
601 | # CONFIG_PPP_BSDCOMP is not set | 625 | # CONFIG_PPP_BSDCOMP is not set |
626 | CONFIG_PPP_MPPE=m | ||
602 | CONFIG_PPPOE=m | 627 | CONFIG_PPPOE=m |
603 | # CONFIG_SLIP is not set | 628 | # CONFIG_SLIP is not set |
604 | # CONFIG_SHAPER is not set | 629 | # CONFIG_SHAPER is not set |
@@ -664,13 +689,17 @@ CONFIG_SERIO_RAW=m | |||
664 | # | 689 | # |
665 | # Serial drivers | 690 | # Serial drivers |
666 | # | 691 | # |
667 | # CONFIG_SERIAL_8250 is not set | 692 | CONFIG_SERIAL_8250=y |
693 | CONFIG_SERIAL_8250_CONSOLE=y | ||
694 | # CONFIG_SERIAL_8250_CS is not set | ||
695 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
696 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
697 | CONFIG_SERIAL_8250_AU1X00=y | ||
668 | 698 | ||
669 | # | 699 | # |
670 | # Non-8250 serial port support | 700 | # Non-8250 serial port support |
671 | # | 701 | # |
672 | CONFIG_SERIAL_AU1X00=y | 702 | # CONFIG_SERIAL_AU1X00 is not set |
673 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
674 | CONFIG_SERIAL_CORE=y | 703 | CONFIG_SERIAL_CORE=y |
675 | CONFIG_SERIAL_CORE_CONSOLE=y | 704 | CONFIG_SERIAL_CORE_CONSOLE=y |
676 | # CONFIG_SERIAL_JSM is not set | 705 | # CONFIG_SERIAL_JSM is not set |
@@ -702,12 +731,15 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
702 | # PCMCIA character devices | 731 | # PCMCIA character devices |
703 | # | 732 | # |
704 | CONFIG_SYNCLINK_CS=m | 733 | CONFIG_SYNCLINK_CS=m |
734 | # CONFIG_CARDMAN_4000 is not set | ||
735 | # CONFIG_CARDMAN_4040 is not set | ||
705 | # CONFIG_RAW_DRIVER is not set | 736 | # CONFIG_RAW_DRIVER is not set |
706 | 737 | ||
707 | # | 738 | # |
708 | # TPM devices | 739 | # TPM devices |
709 | # | 740 | # |
710 | # CONFIG_TCG_TPM is not set | 741 | # CONFIG_TCG_TPM is not set |
742 | # CONFIG_TELCLOCK is not set | ||
711 | 743 | ||
712 | # | 744 | # |
713 | # I2C support | 745 | # I2C support |
@@ -756,12 +788,94 @@ CONFIG_SOUND=y | |||
756 | # | 788 | # |
757 | # Advanced Linux Sound Architecture | 789 | # Advanced Linux Sound Architecture |
758 | # | 790 | # |
759 | # CONFIG_SND is not set | 791 | CONFIG_SND=m |
792 | CONFIG_SND_AC97_CODEC=m | ||
793 | CONFIG_SND_AC97_BUS=m | ||
794 | CONFIG_SND_TIMER=m | ||
795 | CONFIG_SND_PCM=m | ||
796 | CONFIG_SND_RAWMIDI=m | ||
797 | CONFIG_SND_SEQUENCER=m | ||
798 | CONFIG_SND_SEQ_DUMMY=m | ||
799 | CONFIG_SND_OSSEMUL=y | ||
800 | CONFIG_SND_MIXER_OSS=m | ||
801 | CONFIG_SND_PCM_OSS=m | ||
802 | CONFIG_SND_SEQUENCER_OSS=y | ||
803 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
804 | # CONFIG_SND_DEBUG is not set | ||
805 | CONFIG_SND_GENERIC_DRIVER=y | ||
806 | |||
807 | # | ||
808 | # Generic devices | ||
809 | # | ||
810 | # CONFIG_SND_DUMMY is not set | ||
811 | CONFIG_SND_VIRMIDI=m | ||
812 | CONFIG_SND_MTPAV=m | ||
813 | # CONFIG_SND_SERIAL_U16550 is not set | ||
814 | # CONFIG_SND_MPU401 is not set | ||
815 | |||
816 | # | ||
817 | # PCI devices | ||
818 | # | ||
819 | # CONFIG_SND_ALI5451 is not set | ||
820 | # CONFIG_SND_ATIIXP is not set | ||
821 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
822 | # CONFIG_SND_AU8810 is not set | ||
823 | # CONFIG_SND_AU8820 is not set | ||
824 | # CONFIG_SND_AU8830 is not set | ||
825 | # CONFIG_SND_AZT3328 is not set | ||
826 | # CONFIG_SND_BT87X is not set | ||
827 | # CONFIG_SND_CS46XX is not set | ||
828 | # CONFIG_SND_CS4281 is not set | ||
829 | # CONFIG_SND_EMU10K1 is not set | ||
830 | # CONFIG_SND_EMU10K1X is not set | ||
831 | # CONFIG_SND_CA0106 is not set | ||
832 | # CONFIG_SND_KORG1212 is not set | ||
833 | # CONFIG_SND_MIXART is not set | ||
834 | # CONFIG_SND_NM256 is not set | ||
835 | # CONFIG_SND_RME32 is not set | ||
836 | # CONFIG_SND_RME96 is not set | ||
837 | # CONFIG_SND_RME9652 is not set | ||
838 | # CONFIG_SND_HDSP is not set | ||
839 | # CONFIG_SND_HDSPM is not set | ||
840 | # CONFIG_SND_TRIDENT is not set | ||
841 | # CONFIG_SND_YMFPCI is not set | ||
842 | # CONFIG_SND_AD1889 is not set | ||
843 | # CONFIG_SND_CMIPCI is not set | ||
844 | # CONFIG_SND_ENS1370 is not set | ||
845 | # CONFIG_SND_ENS1371 is not set | ||
846 | # CONFIG_SND_ES1938 is not set | ||
847 | # CONFIG_SND_ES1968 is not set | ||
848 | # CONFIG_SND_MAESTRO3 is not set | ||
849 | # CONFIG_SND_FM801 is not set | ||
850 | # CONFIG_SND_ICE1712 is not set | ||
851 | # CONFIG_SND_ICE1724 is not set | ||
852 | # CONFIG_SND_INTEL8X0 is not set | ||
853 | # CONFIG_SND_INTEL8X0M is not set | ||
854 | # CONFIG_SND_SONICVIBES is not set | ||
855 | # CONFIG_SND_VIA82XX is not set | ||
856 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
857 | # CONFIG_SND_VX222 is not set | ||
858 | # CONFIG_SND_HDA_INTEL is not set | ||
859 | |||
860 | # | ||
861 | # ALSA MIPS devices | ||
862 | # | ||
863 | CONFIG_SND_AU1X00=m | ||
864 | |||
865 | # | ||
866 | # USB devices | ||
867 | # | ||
868 | # CONFIG_SND_USB_AUDIO is not set | ||
869 | |||
870 | # | ||
871 | # PCMCIA devices | ||
872 | # | ||
760 | 873 | ||
761 | # | 874 | # |
762 | # Open Sound System | 875 | # Open Sound System |
763 | # | 876 | # |
764 | CONFIG_SOUND_PRIME=y | 877 | CONFIG_SOUND_PRIME=y |
878 | CONFIG_OBSOLETE_OSS_DRIVER=y | ||
765 | # CONFIG_SOUND_BT878 is not set | 879 | # CONFIG_SOUND_BT878 is not set |
766 | # CONFIG_SOUND_CMPCI is not set | 880 | # CONFIG_SOUND_CMPCI is not set |
767 | # CONFIG_SOUND_EMU10K1 is not set | 881 | # CONFIG_SOUND_EMU10K1 is not set |
@@ -774,7 +888,7 @@ CONFIG_SOUND_PRIME=y | |||
774 | # CONFIG_SOUND_MAESTRO3 is not set | 888 | # CONFIG_SOUND_MAESTRO3 is not set |
775 | # CONFIG_SOUND_ICH is not set | 889 | # CONFIG_SOUND_ICH is not set |
776 | # CONFIG_SOUND_SONICVIBES is not set | 890 | # CONFIG_SOUND_SONICVIBES is not set |
777 | CONFIG_SOUND_AU1000=y | 891 | # CONFIG_SOUND_AU1000 is not set |
778 | # CONFIG_SOUND_TRIDENT is not set | 892 | # CONFIG_SOUND_TRIDENT is not set |
779 | # CONFIG_SOUND_MSNDCLAS is not set | 893 | # CONFIG_SOUND_MSNDCLAS is not set |
780 | # CONFIG_SOUND_MSNDPIN is not set | 894 | # CONFIG_SOUND_MSNDPIN is not set |
@@ -815,12 +929,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
815 | # USB Device Class drivers | 929 | # USB Device Class drivers |
816 | # | 930 | # |
817 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | 931 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
818 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
819 | # CONFIG_USB_ACM is not set | 932 | # CONFIG_USB_ACM is not set |
820 | # CONFIG_USB_PRINTER is not set | 933 | # CONFIG_USB_PRINTER is not set |
821 | 934 | ||
822 | # | 935 | # |
823 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 936 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
937 | # | ||
938 | |||
939 | # | ||
940 | # may also be needed; see USB_STORAGE Help for more information | ||
824 | # | 941 | # |
825 | # CONFIG_USB_STORAGE is not set | 942 | # CONFIG_USB_STORAGE is not set |
826 | 943 | ||
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index 64248e2e924a..59c1ef214fc0 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:25:39 2005 | 4 | # Tue Nov 15 11:11:18 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +197,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 197 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 198 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 199 | # CONFIG_SPARSEMEM_STATIC is not set |
200 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
@@ -207,7 +226,6 @@ CONFIG_CARDBUS=y | |||
207 | # CONFIG_YENTA is not set | 226 | # CONFIG_YENTA is not set |
208 | # CONFIG_PD6729 is not set | 227 | # CONFIG_PD6729 is not set |
209 | # CONFIG_I82092 is not set | 228 | # CONFIG_I82092 is not set |
210 | # CONFIG_TCIC is not set | ||
211 | CONFIG_PCMCIA_AU1X00=m | 229 | CONFIG_PCMCIA_AU1X00=m |
212 | 230 | ||
213 | # | 231 | # |
@@ -266,15 +284,19 @@ CONFIG_TCP_CONG_BIC=y | |||
266 | # CONFIG_IPV6 is not set | 284 | # CONFIG_IPV6 is not set |
267 | CONFIG_NETFILTER=y | 285 | CONFIG_NETFILTER=y |
268 | # CONFIG_NETFILTER_DEBUG is not set | 286 | # CONFIG_NETFILTER_DEBUG is not set |
287 | |||
288 | # | ||
289 | # Core Netfilter Configuration | ||
290 | # | ||
269 | CONFIG_NETFILTER_NETLINK=m | 291 | CONFIG_NETFILTER_NETLINK=m |
270 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 292 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
271 | CONFIG_NETFILTER_NETLINK_LOG=m | 293 | CONFIG_NETFILTER_NETLINK_LOG=m |
294 | # CONFIG_NF_CONNTRACK is not set | ||
272 | 295 | ||
273 | # | 296 | # |
274 | # IP: Netfilter Configuration | 297 | # IP: Netfilter Configuration |
275 | # | 298 | # |
276 | # CONFIG_IP_NF_CONNTRACK is not set | 299 | # CONFIG_IP_NF_CONNTRACK is not set |
277 | CONFIG_IP_NF_PPTP=m | ||
278 | # CONFIG_IP_NF_QUEUE is not set | 300 | # CONFIG_IP_NF_QUEUE is not set |
279 | # CONFIG_IP_NF_IPTABLES is not set | 301 | # CONFIG_IP_NF_IPTABLES is not set |
280 | # CONFIG_IP_NF_ARPTABLES is not set | 302 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -300,6 +322,10 @@ CONFIG_IP_NF_PPTP=m | |||
300 | # CONFIG_NET_DIVERT is not set | 322 | # CONFIG_NET_DIVERT is not set |
301 | # CONFIG_ECONET is not set | 323 | # CONFIG_ECONET is not set |
302 | # CONFIG_WAN_ROUTER is not set | 324 | # CONFIG_WAN_ROUTER is not set |
325 | |||
326 | # | ||
327 | # QoS and/or fair queueing | ||
328 | # | ||
303 | # CONFIG_NET_SCHED is not set | 329 | # CONFIG_NET_SCHED is not set |
304 | # CONFIG_NET_CLS_ROUTE is not set | 330 | # CONFIG_NET_CLS_ROUTE is not set |
305 | 331 | ||
@@ -350,6 +376,7 @@ CONFIG_MTD_BLOCK=y | |||
350 | # CONFIG_FTL is not set | 376 | # CONFIG_FTL is not set |
351 | # CONFIG_NFTL is not set | 377 | # CONFIG_NFTL is not set |
352 | # CONFIG_INFTL is not set | 378 | # CONFIG_INFTL is not set |
379 | # CONFIG_RFD_FTL is not set | ||
353 | 380 | ||
354 | # | 381 | # |
355 | # RAM/ROM/Flash chip drivers | 382 | # RAM/ROM/Flash chip drivers |
@@ -413,6 +440,11 @@ CONFIG_MTD_NAND_AU1550=m | |||
413 | # CONFIG_MTD_NAND_NANDSIM is not set | 440 | # CONFIG_MTD_NAND_NANDSIM is not set |
414 | 441 | ||
415 | # | 442 | # |
443 | # OneNAND Flash Device Drivers | ||
444 | # | ||
445 | # CONFIG_MTD_ONENAND is not set | ||
446 | |||
447 | # | ||
416 | # Parallel port support | 448 | # Parallel port support |
417 | # | 449 | # |
418 | # CONFIG_PARPORT is not set | 450 | # CONFIG_PARPORT is not set |
@@ -435,18 +467,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
435 | # CONFIG_BLK_DEV_SX8 is not set | 467 | # CONFIG_BLK_DEV_SX8 is not set |
436 | # CONFIG_BLK_DEV_RAM is not set | 468 | # CONFIG_BLK_DEV_RAM is not set |
437 | CONFIG_BLK_DEV_RAM_COUNT=16 | 469 | CONFIG_BLK_DEV_RAM_COUNT=16 |
438 | # CONFIG_LBD is not set | ||
439 | CONFIG_CDROM_PKTCDVD=m | 470 | CONFIG_CDROM_PKTCDVD=m |
440 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 471 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
441 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 472 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
442 | |||
443 | # | ||
444 | # IO Schedulers | ||
445 | # | ||
446 | CONFIG_IOSCHED_NOOP=y | ||
447 | CONFIG_IOSCHED_AS=y | ||
448 | CONFIG_IOSCHED_DEADLINE=y | ||
449 | CONFIG_IOSCHED_CFQ=y | ||
450 | CONFIG_ATA_OVER_ETH=m | 473 | CONFIG_ATA_OVER_ETH=m |
451 | 474 | ||
452 | # | 475 | # |
@@ -550,7 +573,6 @@ CONFIG_NETDEVICES=y | |||
550 | # PHY device support | 573 | # PHY device support |
551 | # | 574 | # |
552 | CONFIG_PHYLIB=m | 575 | CONFIG_PHYLIB=m |
553 | CONFIG_PHYCONTROL=y | ||
554 | 576 | ||
555 | # | 577 | # |
556 | # MII PHY device drivers | 578 | # MII PHY device drivers |
@@ -569,7 +591,9 @@ CONFIG_MII=m | |||
569 | CONFIG_MIPS_AU1X00_ENET=y | 591 | CONFIG_MIPS_AU1X00_ENET=y |
570 | # CONFIG_HAPPYMEAL is not set | 592 | # CONFIG_HAPPYMEAL is not set |
571 | # CONFIG_SUNGEM is not set | 593 | # CONFIG_SUNGEM is not set |
594 | # CONFIG_CASSINI is not set | ||
572 | # CONFIG_NET_VENDOR_3COM is not set | 595 | # CONFIG_NET_VENDOR_3COM is not set |
596 | # CONFIG_SMC91X is not set | ||
573 | 597 | ||
574 | # | 598 | # |
575 | # Tulip family network device support | 599 | # Tulip family network device support |
@@ -639,6 +663,7 @@ CONFIG_PPP_ASYNC=m | |||
639 | # CONFIG_PPP_SYNC_TTY is not set | 663 | # CONFIG_PPP_SYNC_TTY is not set |
640 | CONFIG_PPP_DEFLATE=m | 664 | CONFIG_PPP_DEFLATE=m |
641 | # CONFIG_PPP_BSDCOMP is not set | 665 | # CONFIG_PPP_BSDCOMP is not set |
666 | CONFIG_PPP_MPPE=m | ||
642 | CONFIG_PPPOE=m | 667 | CONFIG_PPPOE=m |
643 | # CONFIG_SLIP is not set | 668 | # CONFIG_SLIP is not set |
644 | # CONFIG_SHAPER is not set | 669 | # CONFIG_SHAPER is not set |
@@ -704,13 +729,17 @@ CONFIG_SERIO_RAW=m | |||
704 | # | 729 | # |
705 | # Serial drivers | 730 | # Serial drivers |
706 | # | 731 | # |
707 | # CONFIG_SERIAL_8250 is not set | 732 | CONFIG_SERIAL_8250=y |
733 | CONFIG_SERIAL_8250_CONSOLE=y | ||
734 | # CONFIG_SERIAL_8250_CS is not set | ||
735 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
736 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
737 | CONFIG_SERIAL_8250_AU1X00=y | ||
708 | 738 | ||
709 | # | 739 | # |
710 | # Non-8250 serial port support | 740 | # Non-8250 serial port support |
711 | # | 741 | # |
712 | CONFIG_SERIAL_AU1X00=y | 742 | # CONFIG_SERIAL_AU1X00 is not set |
713 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
714 | CONFIG_SERIAL_CORE=y | 743 | CONFIG_SERIAL_CORE=y |
715 | CONFIG_SERIAL_CORE_CONSOLE=y | 744 | CONFIG_SERIAL_CORE_CONSOLE=y |
716 | # CONFIG_SERIAL_JSM is not set | 745 | # CONFIG_SERIAL_JSM is not set |
@@ -742,12 +771,15 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
742 | # PCMCIA character devices | 771 | # PCMCIA character devices |
743 | # | 772 | # |
744 | CONFIG_SYNCLINK_CS=m | 773 | CONFIG_SYNCLINK_CS=m |
774 | # CONFIG_CARDMAN_4000 is not set | ||
775 | # CONFIG_CARDMAN_4040 is not set | ||
745 | # CONFIG_RAW_DRIVER is not set | 776 | # CONFIG_RAW_DRIVER is not set |
746 | 777 | ||
747 | # | 778 | # |
748 | # TPM devices | 779 | # TPM devices |
749 | # | 780 | # |
750 | # CONFIG_TCG_TPM is not set | 781 | # CONFIG_TCG_TPM is not set |
782 | # CONFIG_TELCLOCK is not set | ||
751 | 783 | ||
752 | # | 784 | # |
753 | # I2C support | 785 | # I2C support |
@@ -801,6 +833,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
801 | # CONFIG_USB is not set | 833 | # CONFIG_USB is not set |
802 | 834 | ||
803 | # | 835 | # |
836 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
837 | # | ||
838 | |||
839 | # | ||
804 | # USB Gadget Support | 840 | # USB Gadget Support |
805 | # | 841 | # |
806 | # CONFIG_USB_GADGET is not set | 842 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ddb5476_defconfig b/arch/mips/configs/ddb5476_defconfig index 326f3aa63741..4ba29e612bdf 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:42 2005 | 4 | # Mon Nov 7 23:05:04 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,24 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | # CONFIG_LBD is not set | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
54 | # Machine selection | 72 | # Machine selection |
55 | # | 73 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -173,6 +191,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
173 | CONFIG_FLATMEM=y | 191 | CONFIG_FLATMEM=y |
174 | CONFIG_FLAT_NODE_MEM_MAP=y | 192 | CONFIG_FLAT_NODE_MEM_MAP=y |
175 | # CONFIG_SPARSEMEM_STATIC is not set | 193 | # CONFIG_SPARSEMEM_STATIC is not set |
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
176 | CONFIG_PREEMPT_NONE=y | 195 | CONFIG_PREEMPT_NONE=y |
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 196 | # CONFIG_PREEMPT_VOLUNTARY is not set |
178 | # CONFIG_PREEMPT is not set | 197 | # CONFIG_PREEMPT is not set |
@@ -261,6 +280,10 @@ CONFIG_TCP_CONG_BIC=y | |||
261 | # CONFIG_NET_DIVERT is not set | 280 | # CONFIG_NET_DIVERT is not set |
262 | # CONFIG_ECONET is not set | 281 | # CONFIG_ECONET is not set |
263 | # CONFIG_WAN_ROUTER is not set | 282 | # CONFIG_WAN_ROUTER is not set |
283 | |||
284 | # | ||
285 | # QoS and/or fair queueing | ||
286 | # | ||
264 | # CONFIG_NET_SCHED is not set | 287 | # CONFIG_NET_SCHED is not set |
265 | # CONFIG_NET_CLS_ROUTE is not set | 288 | # CONFIG_NET_CLS_ROUTE is not set |
266 | 289 | ||
@@ -292,6 +315,7 @@ CONFIG_FW_LOADER=y | |||
292 | # Connector - unified userspace <-> kernelspace linker | 315 | # Connector - unified userspace <-> kernelspace linker |
293 | # | 316 | # |
294 | CONFIG_CONNECTOR=y | 317 | CONFIG_CONNECTOR=y |
318 | CONFIG_PROC_EVENTS=y | ||
295 | 319 | ||
296 | # | 320 | # |
297 | # Memory Technology Devices (MTD) | 321 | # Memory Technology Devices (MTD) |
@@ -321,18 +345,9 @@ CONFIG_CONNECTOR=y | |||
321 | # CONFIG_BLK_DEV_SX8 is not set | 345 | # CONFIG_BLK_DEV_SX8 is not set |
322 | # CONFIG_BLK_DEV_RAM is not set | 346 | # CONFIG_BLK_DEV_RAM is not set |
323 | CONFIG_BLK_DEV_RAM_COUNT=16 | 347 | CONFIG_BLK_DEV_RAM_COUNT=16 |
324 | # CONFIG_LBD is not set | ||
325 | CONFIG_CDROM_PKTCDVD=y | 348 | CONFIG_CDROM_PKTCDVD=y |
326 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 349 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
327 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 350 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
328 | |||
329 | # | ||
330 | # IO Schedulers | ||
331 | # | ||
332 | CONFIG_IOSCHED_NOOP=y | ||
333 | CONFIG_IOSCHED_AS=y | ||
334 | CONFIG_IOSCHED_DEADLINE=y | ||
335 | CONFIG_IOSCHED_CFQ=y | ||
336 | CONFIG_ATA_OVER_ETH=y | 351 | CONFIG_ATA_OVER_ETH=y |
337 | 352 | ||
338 | # | 353 | # |
@@ -412,7 +427,6 @@ CONFIG_NETDEVICES=y | |||
412 | # PHY device support | 427 | # PHY device support |
413 | # | 428 | # |
414 | CONFIG_PHYLIB=y | 429 | CONFIG_PHYLIB=y |
415 | CONFIG_PHYCONTROL=y | ||
416 | 430 | ||
417 | # | 431 | # |
418 | # MII PHY device drivers | 432 | # MII PHY device drivers |
@@ -430,6 +444,7 @@ CONFIG_NET_ETHERNET=y | |||
430 | # CONFIG_MII is not set | 444 | # CONFIG_MII is not set |
431 | # CONFIG_HAPPYMEAL is not set | 445 | # CONFIG_HAPPYMEAL is not set |
432 | # CONFIG_SUNGEM is not set | 446 | # CONFIG_SUNGEM is not set |
447 | # CONFIG_CASSINI is not set | ||
433 | # CONFIG_NET_VENDOR_3COM is not set | 448 | # CONFIG_NET_VENDOR_3COM is not set |
434 | # CONFIG_NET_VENDOR_SMC is not set | 449 | # CONFIG_NET_VENDOR_SMC is not set |
435 | # CONFIG_NET_VENDOR_RACAL is not set | 450 | # CONFIG_NET_VENDOR_RACAL is not set |
@@ -443,7 +458,6 @@ CONFIG_NET_ETHERNET=y | |||
443 | # CONFIG_HP100 is not set | 458 | # CONFIG_HP100 is not set |
444 | # CONFIG_NET_ISA is not set | 459 | # CONFIG_NET_ISA is not set |
445 | # CONFIG_NET_PCI is not set | 460 | # CONFIG_NET_PCI is not set |
446 | # CONFIG_NET_POCKET is not set | ||
447 | 461 | ||
448 | # | 462 | # |
449 | # Ethernet (1000 Mbit) | 463 | # Ethernet (1000 Mbit) |
@@ -591,6 +605,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
591 | # TPM devices | 605 | # TPM devices |
592 | # | 606 | # |
593 | # CONFIG_TCG_TPM is not set | 607 | # CONFIG_TCG_TPM is not set |
608 | # CONFIG_TELCLOCK is not set | ||
594 | 609 | ||
595 | # | 610 | # |
596 | # I2C support | 611 | # I2C support |
@@ -633,7 +648,6 @@ CONFIG_FB=y | |||
633 | # CONFIG_FB_CFB_FILLRECT is not set | 648 | # CONFIG_FB_CFB_FILLRECT is not set |
634 | # CONFIG_FB_CFB_COPYAREA is not set | 649 | # CONFIG_FB_CFB_COPYAREA is not set |
635 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 650 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
636 | # CONFIG_FB_SOFT_CURSOR is not set | ||
637 | # CONFIG_FB_MACMODES is not set | 651 | # CONFIG_FB_MACMODES is not set |
638 | # CONFIG_FB_MODE_HELPERS is not set | 652 | # CONFIG_FB_MODE_HELPERS is not set |
639 | # CONFIG_FB_TILEBLITTING is not set | 653 | # CONFIG_FB_TILEBLITTING is not set |
@@ -642,6 +656,7 @@ CONFIG_FB=y | |||
642 | # CONFIG_FB_CYBER2000 is not set | 656 | # CONFIG_FB_CYBER2000 is not set |
643 | # CONFIG_FB_ASILIANT is not set | 657 | # CONFIG_FB_ASILIANT is not set |
644 | # CONFIG_FB_IMSTT is not set | 658 | # CONFIG_FB_IMSTT is not set |
659 | # CONFIG_FB_S1D13XXX is not set | ||
645 | # CONFIG_FB_NVIDIA is not set | 660 | # CONFIG_FB_NVIDIA is not set |
646 | # CONFIG_FB_RIVA is not set | 661 | # CONFIG_FB_RIVA is not set |
647 | # CONFIG_FB_MATROX is not set | 662 | # CONFIG_FB_MATROX is not set |
@@ -658,7 +673,6 @@ CONFIG_FB=y | |||
658 | # CONFIG_FB_SMIVGX is not set | 673 | # CONFIG_FB_SMIVGX is not set |
659 | # CONFIG_FB_CYBLA is not set | 674 | # CONFIG_FB_CYBLA is not set |
660 | # CONFIG_FB_TRIDENT is not set | 675 | # CONFIG_FB_TRIDENT is not set |
661 | # CONFIG_FB_S1D13XXX is not set | ||
662 | # CONFIG_FB_VIRTUAL is not set | 676 | # CONFIG_FB_VIRTUAL is not set |
663 | 677 | ||
664 | # | 678 | # |
@@ -688,6 +702,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
688 | # CONFIG_USB is not set | 702 | # CONFIG_USB is not set |
689 | 703 | ||
690 | # | 704 | # |
705 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
706 | # | ||
707 | |||
708 | # | ||
691 | # USB Gadget Support | 709 | # USB Gadget Support |
692 | # | 710 | # |
693 | # CONFIG_USB_GADGET is not set | 711 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ddb5477_defconfig b/arch/mips/configs/ddb5477_defconfig index c2a01df3c8df..ea4e9046bbee 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:45 2005 | 4 | # Mon Nov 7 23:05:08 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,24 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | # CONFIG_LBD is not set | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
54 | # Machine selection | 72 | # Machine selection |
55 | # | 73 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -173,6 +191,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
173 | CONFIG_FLATMEM=y | 191 | CONFIG_FLATMEM=y |
174 | CONFIG_FLAT_NODE_MEM_MAP=y | 192 | CONFIG_FLAT_NODE_MEM_MAP=y |
175 | # CONFIG_SPARSEMEM_STATIC is not set | 193 | # CONFIG_SPARSEMEM_STATIC is not set |
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
176 | CONFIG_PREEMPT_NONE=y | 195 | CONFIG_PREEMPT_NONE=y |
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 196 | # CONFIG_PREEMPT_VOLUNTARY is not set |
178 | # CONFIG_PREEMPT is not set | 197 | # CONFIG_PREEMPT is not set |
@@ -260,6 +279,10 @@ CONFIG_TCP_CONG_BIC=y | |||
260 | # CONFIG_NET_DIVERT is not set | 279 | # CONFIG_NET_DIVERT is not set |
261 | # CONFIG_ECONET is not set | 280 | # CONFIG_ECONET is not set |
262 | # CONFIG_WAN_ROUTER is not set | 281 | # CONFIG_WAN_ROUTER is not set |
282 | |||
283 | # | ||
284 | # QoS and/or fair queueing | ||
285 | # | ||
263 | # CONFIG_NET_SCHED is not set | 286 | # CONFIG_NET_SCHED is not set |
264 | # CONFIG_NET_CLS_ROUTE is not set | 287 | # CONFIG_NET_CLS_ROUTE is not set |
265 | 288 | ||
@@ -291,6 +314,7 @@ CONFIG_FW_LOADER=y | |||
291 | # Connector - unified userspace <-> kernelspace linker | 314 | # Connector - unified userspace <-> kernelspace linker |
292 | # | 315 | # |
293 | CONFIG_CONNECTOR=y | 316 | CONFIG_CONNECTOR=y |
317 | CONFIG_PROC_EVENTS=y | ||
294 | 318 | ||
295 | # | 319 | # |
296 | # Memory Technology Devices (MTD) | 320 | # Memory Technology Devices (MTD) |
@@ -319,18 +343,9 @@ CONFIG_CONNECTOR=y | |||
319 | # CONFIG_BLK_DEV_SX8 is not set | 343 | # CONFIG_BLK_DEV_SX8 is not set |
320 | # CONFIG_BLK_DEV_RAM is not set | 344 | # CONFIG_BLK_DEV_RAM is not set |
321 | CONFIG_BLK_DEV_RAM_COUNT=16 | 345 | CONFIG_BLK_DEV_RAM_COUNT=16 |
322 | # CONFIG_LBD is not set | ||
323 | CONFIG_CDROM_PKTCDVD=y | 346 | CONFIG_CDROM_PKTCDVD=y |
324 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 347 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
325 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 348 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
326 | |||
327 | # | ||
328 | # IO Schedulers | ||
329 | # | ||
330 | CONFIG_IOSCHED_NOOP=y | ||
331 | CONFIG_IOSCHED_AS=y | ||
332 | CONFIG_IOSCHED_DEADLINE=y | ||
333 | CONFIG_IOSCHED_CFQ=y | ||
334 | CONFIG_ATA_OVER_ETH=y | 349 | CONFIG_ATA_OVER_ETH=y |
335 | 350 | ||
336 | # | 351 | # |
@@ -382,7 +397,6 @@ CONFIG_NETDEVICES=y | |||
382 | # PHY device support | 397 | # PHY device support |
383 | # | 398 | # |
384 | CONFIG_PHYLIB=y | 399 | CONFIG_PHYLIB=y |
385 | CONFIG_PHYCONTROL=y | ||
386 | 400 | ||
387 | # | 401 | # |
388 | # MII PHY device drivers | 402 | # MII PHY device drivers |
@@ -400,6 +414,7 @@ CONFIG_NET_ETHERNET=y | |||
400 | CONFIG_MII=y | 414 | CONFIG_MII=y |
401 | # CONFIG_HAPPYMEAL is not set | 415 | # CONFIG_HAPPYMEAL is not set |
402 | # CONFIG_SUNGEM is not set | 416 | # CONFIG_SUNGEM is not set |
417 | # CONFIG_CASSINI is not set | ||
403 | # CONFIG_NET_VENDOR_3COM is not set | 418 | # CONFIG_NET_VENDOR_3COM is not set |
404 | 419 | ||
405 | # | 420 | # |
@@ -575,6 +590,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
575 | # TPM devices | 590 | # TPM devices |
576 | # | 591 | # |
577 | # CONFIG_TCG_TPM is not set | 592 | # CONFIG_TCG_TPM is not set |
593 | # CONFIG_TELCLOCK is not set | ||
578 | 594 | ||
579 | # | 595 | # |
580 | # I2C support | 596 | # I2C support |
@@ -634,6 +650,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
634 | # CONFIG_USB is not set | 650 | # CONFIG_USB is not set |
635 | 651 | ||
636 | # | 652 | # |
653 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
654 | # | ||
655 | |||
656 | # | ||
637 | # USB Gadget Support | 657 | # USB Gadget Support |
638 | # | 658 | # |
639 | # CONFIG_USB_GADGET is not set | 659 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 5bc885b72d14..1ac6c9b7ef96 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:48 2005 | 4 | # Fri Nov 11 13:29:30 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -178,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
178 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
179 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
180 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
181 | CONFIG_PREEMPT_NONE=y | 200 | CONFIG_PREEMPT_NONE=y |
182 | # CONFIG_PREEMPT_VOLUNTARY is not set | 201 | # CONFIG_PREEMPT_VOLUNTARY is not set |
183 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -262,6 +281,10 @@ CONFIG_TCP_CONG_BIC=y | |||
262 | # CONFIG_NET_DIVERT is not set | 281 | # CONFIG_NET_DIVERT is not set |
263 | # CONFIG_ECONET is not set | 282 | # CONFIG_ECONET is not set |
264 | # CONFIG_WAN_ROUTER is not set | 283 | # CONFIG_WAN_ROUTER is not set |
284 | |||
285 | # | ||
286 | # QoS and/or fair queueing | ||
287 | # | ||
265 | # CONFIG_NET_SCHED is not set | 288 | # CONFIG_NET_SCHED is not set |
266 | # CONFIG_NET_CLS_ROUTE is not set | 289 | # CONFIG_NET_CLS_ROUTE is not set |
267 | 290 | ||
@@ -318,16 +341,7 @@ CONFIG_BLK_DEV_LOOP=m | |||
318 | # CONFIG_BLK_DEV_NBD is not set | 341 | # CONFIG_BLK_DEV_NBD is not set |
319 | # CONFIG_BLK_DEV_RAM is not set | 342 | # CONFIG_BLK_DEV_RAM is not set |
320 | CONFIG_BLK_DEV_RAM_COUNT=16 | 343 | CONFIG_BLK_DEV_RAM_COUNT=16 |
321 | # CONFIG_LBD is not set | ||
322 | # CONFIG_CDROM_PKTCDVD is not set | 344 | # CONFIG_CDROM_PKTCDVD is not set |
323 | |||
324 | # | ||
325 | # IO Schedulers | ||
326 | # | ||
327 | CONFIG_IOSCHED_NOOP=y | ||
328 | CONFIG_IOSCHED_AS=y | ||
329 | CONFIG_IOSCHED_DEADLINE=y | ||
330 | CONFIG_IOSCHED_CFQ=y | ||
331 | # CONFIG_ATA_OVER_ETH is not set | 345 | # CONFIG_ATA_OVER_ETH is not set |
332 | 346 | ||
333 | # | 347 | # |
@@ -365,12 +379,13 @@ CONFIG_SCSI_CONSTANTS=y | |||
365 | # | 379 | # |
366 | CONFIG_SCSI_SPI_ATTRS=m | 380 | CONFIG_SCSI_SPI_ATTRS=m |
367 | # CONFIG_SCSI_FC_ATTRS is not set | 381 | # CONFIG_SCSI_FC_ATTRS is not set |
368 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 382 | CONFIG_SCSI_ISCSI_ATTRS=m |
369 | CONFIG_SCSI_SAS_ATTRS=m | 383 | CONFIG_SCSI_SAS_ATTRS=m |
370 | 384 | ||
371 | # | 385 | # |
372 | # SCSI low-level drivers | 386 | # SCSI low-level drivers |
373 | # | 387 | # |
388 | CONFIG_ISCSI_TCP=m | ||
374 | CONFIG_SCSI_DECNCR=y | 389 | CONFIG_SCSI_DECNCR=y |
375 | # CONFIG_SCSI_DECSII is not set | 390 | # CONFIG_SCSI_DECSII is not set |
376 | # CONFIG_SCSI_SATA is not set | 391 | # CONFIG_SCSI_SATA is not set |
@@ -407,7 +422,6 @@ CONFIG_NETDEVICES=y | |||
407 | # PHY device support | 422 | # PHY device support |
408 | # | 423 | # |
409 | CONFIG_PHYLIB=m | 424 | CONFIG_PHYLIB=m |
410 | CONFIG_PHYCONTROL=y | ||
411 | 425 | ||
412 | # | 426 | # |
413 | # MII PHY device drivers | 427 | # MII PHY device drivers |
@@ -491,10 +505,7 @@ CONFIG_ZS=y | |||
491 | # | 505 | # |
492 | # Non-8250 serial port support | 506 | # Non-8250 serial port support |
493 | # | 507 | # |
494 | CONFIG_SERIAL_DZ=y | 508 | # CONFIG_SERIAL_DZ is not set |
495 | CONFIG_SERIAL_DZ_CONSOLE=y | ||
496 | CONFIG_SERIAL_CORE=y | ||
497 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
498 | CONFIG_UNIX98_PTYS=y | 509 | CONFIG_UNIX98_PTYS=y |
499 | CONFIG_LEGACY_PTYS=y | 510 | CONFIG_LEGACY_PTYS=y |
500 | CONFIG_LEGACY_PTY_COUNT=256 | 511 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -520,6 +531,7 @@ CONFIG_RTC=y | |||
520 | # | 531 | # |
521 | # TPM devices | 532 | # TPM devices |
522 | # | 533 | # |
534 | # CONFIG_TELCLOCK is not set | ||
523 | 535 | ||
524 | # | 536 | # |
525 | # I2C support | 537 | # I2C support |
@@ -562,15 +574,14 @@ CONFIG_FB=y | |||
562 | CONFIG_FB_CFB_FILLRECT=y | 574 | CONFIG_FB_CFB_FILLRECT=y |
563 | CONFIG_FB_CFB_COPYAREA=y | 575 | CONFIG_FB_CFB_COPYAREA=y |
564 | CONFIG_FB_CFB_IMAGEBLIT=y | 576 | CONFIG_FB_CFB_IMAGEBLIT=y |
565 | CONFIG_FB_SOFT_CURSOR=y | ||
566 | # CONFIG_FB_MACMODES is not set | 577 | # CONFIG_FB_MACMODES is not set |
567 | # CONFIG_FB_MODE_HELPERS is not set | 578 | # CONFIG_FB_MODE_HELPERS is not set |
568 | # CONFIG_FB_TILEBLITTING is not set | 579 | # CONFIG_FB_TILEBLITTING is not set |
580 | # CONFIG_FB_S1D13XXX is not set | ||
569 | # CONFIG_FB_PMAG_AA is not set | 581 | # CONFIG_FB_PMAG_AA is not set |
570 | CONFIG_FB_PMAG_BA=y | 582 | CONFIG_FB_PMAG_BA=y |
571 | CONFIG_FB_PMAGB_B=y | 583 | CONFIG_FB_PMAGB_B=y |
572 | # CONFIG_FB_MAXINE is not set | 584 | # CONFIG_FB_MAXINE is not set |
573 | # CONFIG_FB_S1D13XXX is not set | ||
574 | # CONFIG_FB_VIRTUAL is not set | 585 | # CONFIG_FB_VIRTUAL is not set |
575 | 586 | ||
576 | # | 587 | # |
@@ -595,6 +606,10 @@ CONFIG_LOGO_DEC_CLUT224=y | |||
595 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 606 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
596 | 607 | ||
597 | # | 608 | # |
609 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
610 | # | ||
611 | |||
612 | # | ||
598 | # USB Gadget Support | 613 | # USB Gadget Support |
599 | # | 614 | # |
600 | # CONFIG_USB_GADGET is not set | 615 | # CONFIG_USB_GADGET is not set |
@@ -746,6 +761,8 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
746 | # CONFIG_DEBUG_KOBJECT is not set | 761 | # CONFIG_DEBUG_KOBJECT is not set |
747 | # CONFIG_DEBUG_INFO is not set | 762 | # CONFIG_DEBUG_INFO is not set |
748 | # CONFIG_DEBUG_FS is not set | 763 | # CONFIG_DEBUG_FS is not set |
764 | # CONFIG_DEBUG_VM is not set | ||
765 | # CONFIG_RCU_TORTURE_TEST is not set | ||
749 | CONFIG_CROSSCOMPILE=y | 766 | CONFIG_CROSSCOMPILE=y |
750 | CONFIG_CMDLINE="" | 767 | CONFIG_CMDLINE="" |
751 | # CONFIG_DEBUG_STACK_USAGE is not set | 768 | # CONFIG_DEBUG_STACK_USAGE is not set |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index c0d06ea5566c..a89d2f66cdfa 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:51 2005 | 4 | # Mon Nov 7 23:05:15 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -180,6 +198,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
180 | CONFIG_FLATMEM=y | 198 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 199 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 200 | # CONFIG_SPARSEMEM_STATIC is not set |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
183 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
184 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
185 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
@@ -262,6 +281,10 @@ CONFIG_TCP_CONG_BIC=y | |||
262 | # CONFIG_NET_DIVERT is not set | 281 | # CONFIG_NET_DIVERT is not set |
263 | # CONFIG_ECONET is not set | 282 | # CONFIG_ECONET is not set |
264 | # CONFIG_WAN_ROUTER is not set | 283 | # CONFIG_WAN_ROUTER is not set |
284 | |||
285 | # | ||
286 | # QoS and/or fair queueing | ||
287 | # | ||
265 | # CONFIG_NET_SCHED is not set | 288 | # CONFIG_NET_SCHED is not set |
266 | # CONFIG_NET_CLS_ROUTE is not set | 289 | # CONFIG_NET_CLS_ROUTE is not set |
267 | 290 | ||
@@ -317,16 +340,7 @@ CONFIG_CONNECTOR=m | |||
317 | # CONFIG_BLK_DEV_NBD is not set | 340 | # CONFIG_BLK_DEV_NBD is not set |
318 | # CONFIG_BLK_DEV_RAM is not set | 341 | # CONFIG_BLK_DEV_RAM is not set |
319 | CONFIG_BLK_DEV_RAM_COUNT=16 | 342 | CONFIG_BLK_DEV_RAM_COUNT=16 |
320 | # CONFIG_LBD is not set | ||
321 | # CONFIG_CDROM_PKTCDVD is not set | 343 | # CONFIG_CDROM_PKTCDVD is not set |
322 | |||
323 | # | ||
324 | # IO Schedulers | ||
325 | # | ||
326 | CONFIG_IOSCHED_NOOP=y | ||
327 | CONFIG_IOSCHED_AS=y | ||
328 | CONFIG_IOSCHED_DEADLINE=y | ||
329 | CONFIG_IOSCHED_CFQ=y | ||
330 | # CONFIG_ATA_OVER_ETH is not set | 344 | # CONFIG_ATA_OVER_ETH is not set |
331 | 345 | ||
332 | # | 346 | # |
@@ -403,7 +417,6 @@ CONFIG_NETDEVICES=y | |||
403 | # PHY device support | 417 | # PHY device support |
404 | # | 418 | # |
405 | CONFIG_PHYLIB=m | 419 | CONFIG_PHYLIB=m |
406 | CONFIG_PHYCONTROL=y | ||
407 | 420 | ||
408 | # | 421 | # |
409 | # MII PHY device drivers | 422 | # MII PHY device drivers |
@@ -427,7 +440,6 @@ CONFIG_NET_ETHERNET=y | |||
427 | # CONFIG_HP100 is not set | 440 | # CONFIG_HP100 is not set |
428 | # CONFIG_NET_ISA is not set | 441 | # CONFIG_NET_ISA is not set |
429 | # CONFIG_NET_PCI is not set | 442 | # CONFIG_NET_PCI is not set |
430 | # CONFIG_NET_POCKET is not set | ||
431 | 443 | ||
432 | # | 444 | # |
433 | # Ethernet (1000 Mbit) | 445 | # Ethernet (1000 Mbit) |
@@ -552,6 +564,7 @@ CONFIG_WATCHDOG=y | |||
552 | # CONFIG_WDT is not set | 564 | # CONFIG_WDT is not set |
553 | # CONFIG_RTC is not set | 565 | # CONFIG_RTC is not set |
554 | # CONFIG_GEN_RTC is not set | 566 | # CONFIG_GEN_RTC is not set |
567 | # CONFIG_RTC_VR41XX is not set | ||
555 | # CONFIG_DTLK is not set | 568 | # CONFIG_DTLK is not set |
556 | # CONFIG_R3964 is not set | 569 | # CONFIG_R3964 is not set |
557 | 570 | ||
@@ -564,6 +577,7 @@ CONFIG_GPIO_VR41XX=y | |||
564 | # | 577 | # |
565 | # TPM devices | 578 | # TPM devices |
566 | # | 579 | # |
580 | # CONFIG_TELCLOCK is not set | ||
567 | 581 | ||
568 | # | 582 | # |
569 | # I2C support | 583 | # I2C support |
@@ -623,6 +637,10 @@ CONFIG_DUMMY_CONSOLE=y | |||
623 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 637 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
624 | 638 | ||
625 | # | 639 | # |
640 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
641 | # | ||
642 | |||
643 | # | ||
626 | # USB Gadget Support | 644 | # USB Gadget Support |
627 | # | 645 | # |
628 | # CONFIG_USB_GADGET is not set | 646 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ev64120_defconfig b/arch/mips/configs/ev64120_defconfig index f1309d84d2fe..e6c3c27f41fe 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:54 2005 | 4 | # Wed Nov 9 11:05:12 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | # CONFIG_KMOD is not set | 57 | # CONFIG_KMOD is not set |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -181,6 +199,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
181 | CONFIG_FLATMEM=y | 199 | CONFIG_FLATMEM=y |
182 | CONFIG_FLAT_NODE_MEM_MAP=y | 200 | CONFIG_FLAT_NODE_MEM_MAP=y |
183 | # CONFIG_SPARSEMEM_STATIC is not set | 201 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
184 | CONFIG_PREEMPT_NONE=y | 203 | CONFIG_PREEMPT_NONE=y |
185 | # CONFIG_PREEMPT_VOLUNTARY is not set | 204 | # CONFIG_PREEMPT_VOLUNTARY is not set |
186 | # CONFIG_PREEMPT is not set | 205 | # CONFIG_PREEMPT is not set |
@@ -267,6 +286,10 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_NET_DIVERT is not set | 286 | # CONFIG_NET_DIVERT is not set |
268 | # CONFIG_ECONET is not set | 287 | # CONFIG_ECONET is not set |
269 | # CONFIG_WAN_ROUTER is not set | 288 | # CONFIG_WAN_ROUTER is not set |
289 | |||
290 | # | ||
291 | # QoS and/or fair queueing | ||
292 | # | ||
270 | # CONFIG_NET_SCHED is not set | 293 | # CONFIG_NET_SCHED is not set |
271 | # CONFIG_NET_CLS_ROUTE is not set | 294 | # CONFIG_NET_CLS_ROUTE is not set |
272 | 295 | ||
@@ -326,18 +349,9 @@ CONFIG_CONNECTOR=m | |||
326 | # CONFIG_BLK_DEV_SX8 is not set | 349 | # CONFIG_BLK_DEV_SX8 is not set |
327 | # CONFIG_BLK_DEV_RAM is not set | 350 | # CONFIG_BLK_DEV_RAM is not set |
328 | CONFIG_BLK_DEV_RAM_COUNT=16 | 351 | CONFIG_BLK_DEV_RAM_COUNT=16 |
329 | # CONFIG_LBD is not set | ||
330 | CONFIG_CDROM_PKTCDVD=m | 352 | CONFIG_CDROM_PKTCDVD=m |
331 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 353 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
332 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 354 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
333 | |||
334 | # | ||
335 | # IO Schedulers | ||
336 | # | ||
337 | CONFIG_IOSCHED_NOOP=y | ||
338 | CONFIG_IOSCHED_AS=y | ||
339 | CONFIG_IOSCHED_DEADLINE=y | ||
340 | CONFIG_IOSCHED_CFQ=y | ||
341 | CONFIG_ATA_OVER_ETH=m | 355 | CONFIG_ATA_OVER_ETH=m |
342 | 356 | ||
343 | # | 357 | # |
@@ -389,7 +403,6 @@ CONFIG_NETDEVICES=y | |||
389 | # PHY device support | 403 | # PHY device support |
390 | # | 404 | # |
391 | CONFIG_PHYLIB=m | 405 | CONFIG_PHYLIB=m |
392 | CONFIG_PHYCONTROL=y | ||
393 | 406 | ||
394 | # | 407 | # |
395 | # MII PHY device drivers | 408 | # MII PHY device drivers |
@@ -407,6 +420,7 @@ CONFIG_NET_ETHERNET=y | |||
407 | # CONFIG_MII is not set | 420 | # CONFIG_MII is not set |
408 | # CONFIG_HAPPYMEAL is not set | 421 | # CONFIG_HAPPYMEAL is not set |
409 | # CONFIG_SUNGEM is not set | 422 | # CONFIG_SUNGEM is not set |
423 | # CONFIG_CASSINI is not set | ||
410 | # CONFIG_NET_VENDOR_3COM is not set | 424 | # CONFIG_NET_VENDOR_3COM is not set |
411 | 425 | ||
412 | # | 426 | # |
@@ -464,6 +478,7 @@ CONFIG_PPP_ASYNC=y | |||
464 | # CONFIG_PPP_SYNC_TTY is not set | 478 | # CONFIG_PPP_SYNC_TTY is not set |
465 | # CONFIG_PPP_DEFLATE is not set | 479 | # CONFIG_PPP_DEFLATE is not set |
466 | # CONFIG_PPP_BSDCOMP is not set | 480 | # CONFIG_PPP_BSDCOMP is not set |
481 | CONFIG_PPP_MPPE=m | ||
467 | # CONFIG_PPPOE is not set | 482 | # CONFIG_PPPOE is not set |
468 | # CONFIG_SLIP is not set | 483 | # CONFIG_SLIP is not set |
469 | # CONFIG_SHAPER is not set | 484 | # CONFIG_SHAPER is not set |
@@ -569,6 +584,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
569 | # TPM devices | 584 | # TPM devices |
570 | # | 585 | # |
571 | # CONFIG_TCG_TPM is not set | 586 | # CONFIG_TCG_TPM is not set |
587 | # CONFIG_TELCLOCK is not set | ||
572 | 588 | ||
573 | # | 589 | # |
574 | # I2C support | 590 | # I2C support |
@@ -628,6 +644,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
628 | # CONFIG_USB is not set | 644 | # CONFIG_USB is not set |
629 | 645 | ||
630 | # | 646 | # |
647 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
648 | # | ||
649 | |||
650 | # | ||
631 | # USB Gadget Support | 651 | # USB Gadget Support |
632 | # | 652 | # |
633 | # CONFIG_USB_GADGET is not set | 653 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ev96100_defconfig b/arch/mips/configs/ev96100_defconfig index 8ac55b7acc01..52ca6bf5be66 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:57 2005 | 4 | # Mon Nov 7 23:05:22 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | # CONFIG_KMOD is not set | 57 | # CONFIG_KMOD is not set |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -185,6 +203,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
185 | CONFIG_FLATMEM=y | 203 | CONFIG_FLATMEM=y |
186 | CONFIG_FLAT_NODE_MEM_MAP=y | 204 | CONFIG_FLAT_NODE_MEM_MAP=y |
187 | # CONFIG_SPARSEMEM_STATIC is not set | 205 | # CONFIG_SPARSEMEM_STATIC is not set |
206 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
188 | CONFIG_PREEMPT_NONE=y | 207 | CONFIG_PREEMPT_NONE=y |
189 | # CONFIG_PREEMPT_VOLUNTARY is not set | 208 | # CONFIG_PREEMPT_VOLUNTARY is not set |
190 | # CONFIG_PREEMPT is not set | 209 | # CONFIG_PREEMPT is not set |
@@ -269,6 +288,10 @@ CONFIG_TCP_CONG_BIC=y | |||
269 | # CONFIG_NET_DIVERT is not set | 288 | # CONFIG_NET_DIVERT is not set |
270 | # CONFIG_ECONET is not set | 289 | # CONFIG_ECONET is not set |
271 | # CONFIG_WAN_ROUTER is not set | 290 | # CONFIG_WAN_ROUTER is not set |
291 | |||
292 | # | ||
293 | # QoS and/or fair queueing | ||
294 | # | ||
272 | # CONFIG_NET_SCHED is not set | 295 | # CONFIG_NET_SCHED is not set |
273 | # CONFIG_NET_CLS_ROUTE is not set | 296 | # CONFIG_NET_CLS_ROUTE is not set |
274 | 297 | ||
@@ -323,18 +346,9 @@ CONFIG_CONNECTOR=m | |||
323 | # CONFIG_BLK_DEV_NBD is not set | 346 | # CONFIG_BLK_DEV_NBD is not set |
324 | # CONFIG_BLK_DEV_RAM is not set | 347 | # CONFIG_BLK_DEV_RAM is not set |
325 | CONFIG_BLK_DEV_RAM_COUNT=16 | 348 | CONFIG_BLK_DEV_RAM_COUNT=16 |
326 | # CONFIG_LBD is not set | ||
327 | CONFIG_CDROM_PKTCDVD=m | 349 | CONFIG_CDROM_PKTCDVD=m |
328 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 350 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
329 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 351 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
330 | |||
331 | # | ||
332 | # IO Schedulers | ||
333 | # | ||
334 | CONFIG_IOSCHED_NOOP=y | ||
335 | CONFIG_IOSCHED_AS=y | ||
336 | CONFIG_IOSCHED_DEADLINE=y | ||
337 | CONFIG_IOSCHED_CFQ=y | ||
338 | CONFIG_ATA_OVER_ETH=m | 352 | CONFIG_ATA_OVER_ETH=m |
339 | 353 | ||
340 | # | 354 | # |
@@ -379,7 +393,6 @@ CONFIG_NETDEVICES=y | |||
379 | # PHY device support | 393 | # PHY device support |
380 | # | 394 | # |
381 | CONFIG_PHYLIB=m | 395 | CONFIG_PHYLIB=m |
382 | CONFIG_PHYCONTROL=y | ||
383 | 396 | ||
384 | # | 397 | # |
385 | # MII PHY device drivers | 398 | # MII PHY device drivers |
@@ -518,6 +531,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
518 | # | 531 | # |
519 | # TPM devices | 532 | # TPM devices |
520 | # | 533 | # |
534 | # CONFIG_TELCLOCK is not set | ||
521 | 535 | ||
522 | # | 536 | # |
523 | # I2C support | 537 | # I2C support |
@@ -576,6 +590,10 @@ CONFIG_DUMMY_CONSOLE=y | |||
576 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 590 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
577 | 591 | ||
578 | # | 592 | # |
593 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
594 | # | ||
595 | |||
596 | # | ||
579 | # USB Gadget Support | 597 | # USB Gadget Support |
580 | # | 598 | # |
581 | # CONFIG_USB_GADGET is not set | 599 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 3ae3838f283c..79e3fe7e2d54 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:01 2005 | 4 | # Thu Nov 10 13:38:41 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -187,6 +205,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
187 | CONFIG_FLATMEM=y | 205 | CONFIG_FLATMEM=y |
188 | CONFIG_FLAT_NODE_MEM_MAP=y | 206 | CONFIG_FLAT_NODE_MEM_MAP=y |
189 | # CONFIG_SPARSEMEM_STATIC is not set | 207 | # CONFIG_SPARSEMEM_STATIC is not set |
208 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
190 | # CONFIG_PREEMPT_NONE is not set | 209 | # CONFIG_PREEMPT_NONE is not set |
191 | CONFIG_PREEMPT_VOLUNTARY=y | 210 | CONFIG_PREEMPT_VOLUNTARY=y |
192 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
@@ -292,6 +311,10 @@ CONFIG_INET6_TUNNEL=m | |||
292 | CONFIG_IPV6_TUNNEL=m | 311 | CONFIG_IPV6_TUNNEL=m |
293 | CONFIG_NETFILTER=y | 312 | CONFIG_NETFILTER=y |
294 | # CONFIG_NETFILTER_DEBUG is not set | 313 | # CONFIG_NETFILTER_DEBUG is not set |
314 | |||
315 | # | ||
316 | # Core Netfilter Configuration | ||
317 | # | ||
295 | CONFIG_NETFILTER_NETLINK=m | 318 | CONFIG_NETFILTER_NETLINK=m |
296 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 319 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
297 | CONFIG_NETFILTER_NETLINK_LOG=m | 320 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -345,6 +368,7 @@ CONFIG_IP_NF_TARGET_REJECT=m | |||
345 | CONFIG_IP_NF_TARGET_LOG=m | 368 | CONFIG_IP_NF_TARGET_LOG=m |
346 | CONFIG_IP_NF_TARGET_ULOG=m | 369 | CONFIG_IP_NF_TARGET_ULOG=m |
347 | CONFIG_IP_NF_TARGET_TCPMSS=m | 370 | CONFIG_IP_NF_TARGET_TCPMSS=m |
371 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
348 | CONFIG_IP_NF_NAT=m | 372 | CONFIG_IP_NF_NAT=m |
349 | CONFIG_IP_NF_NAT_NEEDED=y | 373 | CONFIG_IP_NF_NAT_NEEDED=y |
350 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 374 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -393,6 +417,7 @@ CONFIG_IP6_NF_MATCH_EUI64=m | |||
393 | CONFIG_IP6_NF_FILTER=m | 417 | CONFIG_IP6_NF_FILTER=m |
394 | CONFIG_IP6_NF_TARGET_LOG=m | 418 | CONFIG_IP6_NF_TARGET_LOG=m |
395 | CONFIG_IP6_NF_TARGET_REJECT=m | 419 | CONFIG_IP6_NF_TARGET_REJECT=m |
420 | CONFIG_IP6_NF_TARGET_NFQUEUE=m | ||
396 | CONFIG_IP6_NF_MANGLE=m | 421 | CONFIG_IP6_NF_MANGLE=m |
397 | CONFIG_IP6_NF_TARGET_MARK=m | 422 | CONFIG_IP6_NF_TARGET_MARK=m |
398 | CONFIG_IP6_NF_TARGET_HL=m | 423 | CONFIG_IP6_NF_TARGET_HL=m |
@@ -424,10 +449,18 @@ CONFIG_SCTP_HMAC_MD5=y | |||
424 | CONFIG_NET_DIVERT=y | 449 | CONFIG_NET_DIVERT=y |
425 | # CONFIG_ECONET is not set | 450 | # CONFIG_ECONET is not set |
426 | # CONFIG_WAN_ROUTER is not set | 451 | # CONFIG_WAN_ROUTER is not set |
452 | |||
453 | # | ||
454 | # QoS and/or fair queueing | ||
455 | # | ||
427 | CONFIG_NET_SCHED=y | 456 | CONFIG_NET_SCHED=y |
428 | # CONFIG_NET_SCH_CLK_JIFFIES is not set | 457 | # CONFIG_NET_SCH_CLK_JIFFIES is not set |
429 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y | 458 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y |
430 | # CONFIG_NET_SCH_CLK_CPU is not set | 459 | # CONFIG_NET_SCH_CLK_CPU is not set |
460 | |||
461 | # | ||
462 | # Queueing/Scheduling | ||
463 | # | ||
431 | CONFIG_NET_SCH_CBQ=m | 464 | CONFIG_NET_SCH_CBQ=m |
432 | CONFIG_NET_SCH_HTB=m | 465 | CONFIG_NET_SCH_HTB=m |
433 | CONFIG_NET_SCH_HFSC=m | 466 | CONFIG_NET_SCH_HFSC=m |
@@ -440,8 +473,10 @@ CONFIG_NET_SCH_GRED=m | |||
440 | CONFIG_NET_SCH_DSMARK=m | 473 | CONFIG_NET_SCH_DSMARK=m |
441 | CONFIG_NET_SCH_NETEM=m | 474 | CONFIG_NET_SCH_NETEM=m |
442 | CONFIG_NET_SCH_INGRESS=m | 475 | CONFIG_NET_SCH_INGRESS=m |
443 | CONFIG_NET_QOS=y | 476 | |
444 | CONFIG_NET_ESTIMATOR=y | 477 | # |
478 | # Classification | ||
479 | # | ||
445 | CONFIG_NET_CLS=y | 480 | CONFIG_NET_CLS=y |
446 | CONFIG_NET_CLS_BASIC=m | 481 | CONFIG_NET_CLS_BASIC=m |
447 | CONFIG_NET_CLS_TCINDEX=m | 482 | CONFIG_NET_CLS_TCINDEX=m |
@@ -450,13 +485,14 @@ CONFIG_NET_CLS_ROUTE=y | |||
450 | CONFIG_NET_CLS_FW=m | 485 | CONFIG_NET_CLS_FW=m |
451 | CONFIG_NET_CLS_U32=m | 486 | CONFIG_NET_CLS_U32=m |
452 | # CONFIG_CLS_U32_PERF is not set | 487 | # CONFIG_CLS_U32_PERF is not set |
453 | # CONFIG_NET_CLS_IND is not set | ||
454 | # CONFIG_CLS_U32_MARK is not set | 488 | # CONFIG_CLS_U32_MARK is not set |
455 | CONFIG_NET_CLS_RSVP=m | 489 | CONFIG_NET_CLS_RSVP=m |
456 | CONFIG_NET_CLS_RSVP6=m | 490 | CONFIG_NET_CLS_RSVP6=m |
457 | # CONFIG_NET_EMATCH is not set | 491 | # CONFIG_NET_EMATCH is not set |
458 | # CONFIG_NET_CLS_ACT is not set | 492 | # CONFIG_NET_CLS_ACT is not set |
459 | CONFIG_NET_CLS_POLICE=y | 493 | CONFIG_NET_CLS_POLICE=y |
494 | # CONFIG_NET_CLS_IND is not set | ||
495 | CONFIG_NET_ESTIMATOR=y | ||
460 | 496 | ||
461 | # | 497 | # |
462 | # Network testing | 498 | # Network testing |
@@ -509,18 +545,9 @@ CONFIG_CONNECTOR=m | |||
509 | # CONFIG_BLK_DEV_NBD is not set | 545 | # CONFIG_BLK_DEV_NBD is not set |
510 | # CONFIG_BLK_DEV_RAM is not set | 546 | # CONFIG_BLK_DEV_RAM is not set |
511 | CONFIG_BLK_DEV_RAM_COUNT=16 | 547 | CONFIG_BLK_DEV_RAM_COUNT=16 |
512 | # CONFIG_LBD is not set | ||
513 | CONFIG_CDROM_PKTCDVD=m | 548 | CONFIG_CDROM_PKTCDVD=m |
514 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 549 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
515 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 550 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
516 | |||
517 | # | ||
518 | # IO Schedulers | ||
519 | # | ||
520 | CONFIG_IOSCHED_NOOP=y | ||
521 | CONFIG_IOSCHED_AS=y | ||
522 | CONFIG_IOSCHED_DEADLINE=y | ||
523 | CONFIG_IOSCHED_CFQ=y | ||
524 | CONFIG_ATA_OVER_ETH=m | 551 | CONFIG_ATA_OVER_ETH=m |
525 | 552 | ||
526 | # | 553 | # |
@@ -564,6 +591,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
564 | # | 591 | # |
565 | # SCSI low-level drivers | 592 | # SCSI low-level drivers |
566 | # | 593 | # |
594 | CONFIG_ISCSI_TCP=m | ||
567 | CONFIG_SGIWD93_SCSI=y | 595 | CONFIG_SGIWD93_SCSI=y |
568 | # CONFIG_SCSI_SATA is not set | 596 | # CONFIG_SCSI_SATA is not set |
569 | # CONFIG_SCSI_DEBUG is not set | 597 | # CONFIG_SCSI_DEBUG is not set |
@@ -599,7 +627,6 @@ CONFIG_TUN=m | |||
599 | # PHY device support | 627 | # PHY device support |
600 | # | 628 | # |
601 | CONFIG_PHYLIB=m | 629 | CONFIG_PHYLIB=m |
602 | CONFIG_PHYCONTROL=y | ||
603 | 630 | ||
604 | # | 631 | # |
605 | # MII PHY device drivers | 632 | # MII PHY device drivers |
@@ -752,6 +779,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
752 | # | 779 | # |
753 | # TPM devices | 780 | # TPM devices |
754 | # | 781 | # |
782 | # CONFIG_TELCLOCK is not set | ||
755 | 783 | ||
756 | # | 784 | # |
757 | # I2C support | 785 | # I2C support |
@@ -821,6 +849,10 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
821 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 849 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
822 | 850 | ||
823 | # | 851 | # |
852 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
853 | # | ||
854 | |||
855 | # | ||
824 | # USB Gadget Support | 856 | # USB Gadget Support |
825 | # | 857 | # |
826 | # CONFIG_USB_GADGET is not set | 858 | # CONFIG_USB_GADGET is not set |
@@ -856,7 +888,7 @@ CONFIG_FS_MBCACHE=y | |||
856 | CONFIG_FS_POSIX_ACL=y | 888 | CONFIG_FS_POSIX_ACL=y |
857 | CONFIG_XFS_FS=m | 889 | CONFIG_XFS_FS=m |
858 | CONFIG_XFS_EXPORT=y | 890 | CONFIG_XFS_EXPORT=y |
859 | CONFIG_XFS_QUOTA=m | 891 | CONFIG_XFS_QUOTA=y |
860 | CONFIG_XFS_SECURITY=y | 892 | CONFIG_XFS_SECURITY=y |
861 | # CONFIG_XFS_POSIX_ACL is not set | 893 | # CONFIG_XFS_POSIX_ACL is not set |
862 | # CONFIG_XFS_RT is not set | 894 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index d962f61d5b98..72998ec35b0b 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:26:04 2005 | 4 | # Sun Nov 13 23:56:52 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -60,6 +60,23 @@ CONFIG_KMOD=y | |||
60 | CONFIG_STOP_MACHINE=y | 60 | CONFIG_STOP_MACHINE=y |
61 | 61 | ||
62 | # | 62 | # |
63 | # Block layer | ||
64 | # | ||
65 | |||
66 | # | ||
67 | # IO Schedulers | ||
68 | # | ||
69 | CONFIG_IOSCHED_NOOP=y | ||
70 | CONFIG_IOSCHED_AS=y | ||
71 | CONFIG_IOSCHED_DEADLINE=y | ||
72 | CONFIG_IOSCHED_CFQ=y | ||
73 | CONFIG_DEFAULT_AS=y | ||
74 | # CONFIG_DEFAULT_DEADLINE is not set | ||
75 | # CONFIG_DEFAULT_CFQ is not set | ||
76 | # CONFIG_DEFAULT_NOOP is not set | ||
77 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
78 | |||
79 | # | ||
63 | # Machine selection | 80 | # Machine selection |
64 | # | 81 | # |
65 | # CONFIG_MIPS_MTX1 is not set | 82 | # CONFIG_MIPS_MTX1 is not set |
@@ -186,6 +203,7 @@ CONFIG_DISCONTIGMEM=y | |||
186 | CONFIG_FLAT_NODE_MEM_MAP=y | 203 | CONFIG_FLAT_NODE_MEM_MAP=y |
187 | CONFIG_NEED_MULTIPLE_NODES=y | 204 | CONFIG_NEED_MULTIPLE_NODES=y |
188 | # CONFIG_SPARSEMEM_STATIC is not set | 205 | # CONFIG_SPARSEMEM_STATIC is not set |
206 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
189 | CONFIG_SMP=y | 207 | CONFIG_SMP=y |
190 | CONFIG_NR_CPUS=64 | 208 | CONFIG_NR_CPUS=64 |
191 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
@@ -284,10 +302,18 @@ CONFIG_TCP_CONG_BIC=y | |||
284 | # CONFIG_NET_DIVERT is not set | 302 | # CONFIG_NET_DIVERT is not set |
285 | # CONFIG_ECONET is not set | 303 | # CONFIG_ECONET is not set |
286 | # CONFIG_WAN_ROUTER is not set | 304 | # CONFIG_WAN_ROUTER is not set |
305 | |||
306 | # | ||
307 | # QoS and/or fair queueing | ||
308 | # | ||
287 | CONFIG_NET_SCHED=y | 309 | CONFIG_NET_SCHED=y |
288 | # CONFIG_NET_SCH_CLK_JIFFIES is not set | 310 | # CONFIG_NET_SCH_CLK_JIFFIES is not set |
289 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y | 311 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y |
290 | # CONFIG_NET_SCH_CLK_CPU is not set | 312 | # CONFIG_NET_SCH_CLK_CPU is not set |
313 | |||
314 | # | ||
315 | # Queueing/Scheduling | ||
316 | # | ||
291 | CONFIG_NET_SCH_CBQ=m | 317 | CONFIG_NET_SCH_CBQ=m |
292 | CONFIG_NET_SCH_HTB=m | 318 | CONFIG_NET_SCH_HTB=m |
293 | CONFIG_NET_SCH_HFSC=m | 319 | CONFIG_NET_SCH_HFSC=m |
@@ -300,8 +326,10 @@ CONFIG_NET_SCH_GRED=m | |||
300 | CONFIG_NET_SCH_DSMARK=m | 326 | CONFIG_NET_SCH_DSMARK=m |
301 | CONFIG_NET_SCH_NETEM=m | 327 | CONFIG_NET_SCH_NETEM=m |
302 | CONFIG_NET_SCH_INGRESS=m | 328 | CONFIG_NET_SCH_INGRESS=m |
303 | CONFIG_NET_QOS=y | 329 | |
304 | CONFIG_NET_ESTIMATOR=y | 330 | # |
331 | # Classification | ||
332 | # | ||
305 | CONFIG_NET_CLS=y | 333 | CONFIG_NET_CLS=y |
306 | CONFIG_NET_CLS_BASIC=m | 334 | CONFIG_NET_CLS_BASIC=m |
307 | CONFIG_NET_CLS_TCINDEX=m | 335 | CONFIG_NET_CLS_TCINDEX=m |
@@ -310,12 +338,13 @@ CONFIG_NET_CLS_ROUTE=y | |||
310 | CONFIG_NET_CLS_FW=m | 338 | CONFIG_NET_CLS_FW=m |
311 | CONFIG_NET_CLS_U32=m | 339 | CONFIG_NET_CLS_U32=m |
312 | # CONFIG_CLS_U32_PERF is not set | 340 | # CONFIG_CLS_U32_PERF is not set |
313 | # CONFIG_NET_CLS_IND is not set | ||
314 | CONFIG_NET_CLS_RSVP=m | 341 | CONFIG_NET_CLS_RSVP=m |
315 | CONFIG_NET_CLS_RSVP6=m | 342 | CONFIG_NET_CLS_RSVP6=m |
316 | # CONFIG_NET_EMATCH is not set | 343 | # CONFIG_NET_EMATCH is not set |
317 | # CONFIG_NET_CLS_ACT is not set | 344 | # CONFIG_NET_CLS_ACT is not set |
318 | CONFIG_NET_CLS_POLICE=y | 345 | CONFIG_NET_CLS_POLICE=y |
346 | # CONFIG_NET_CLS_IND is not set | ||
347 | CONFIG_NET_ESTIMATOR=y | ||
319 | 348 | ||
320 | # | 349 | # |
321 | # Network testing | 350 | # Network testing |
@@ -377,14 +406,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
377 | CONFIG_CDROM_PKTCDVD=m | 406 | CONFIG_CDROM_PKTCDVD=m |
378 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 407 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
379 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 408 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
380 | |||
381 | # | ||
382 | # IO Schedulers | ||
383 | # | ||
384 | CONFIG_IOSCHED_NOOP=y | ||
385 | CONFIG_IOSCHED_AS=y | ||
386 | CONFIG_IOSCHED_DEADLINE=y | ||
387 | CONFIG_IOSCHED_CFQ=y | ||
388 | CONFIG_ATA_OVER_ETH=m | 409 | CONFIG_ATA_OVER_ETH=m |
389 | 410 | ||
390 | # | 411 | # |
@@ -428,6 +449,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
428 | # | 449 | # |
429 | # SCSI low-level drivers | 450 | # SCSI low-level drivers |
430 | # | 451 | # |
452 | CONFIG_ISCSI_TCP=m | ||
431 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 453 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
432 | # CONFIG_SCSI_3W_9XXX is not set | 454 | # CONFIG_SCSI_3W_9XXX is not set |
433 | # CONFIG_SCSI_ACARD is not set | 455 | # CONFIG_SCSI_ACARD is not set |
@@ -437,6 +459,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
437 | # CONFIG_SCSI_AIC79XX is not set | 459 | # CONFIG_SCSI_AIC79XX is not set |
438 | # CONFIG_MEGARAID_NEWGEN is not set | 460 | # CONFIG_MEGARAID_NEWGEN is not set |
439 | # CONFIG_MEGARAID_LEGACY is not set | 461 | # CONFIG_MEGARAID_LEGACY is not set |
462 | # CONFIG_MEGARAID_SAS is not set | ||
440 | # CONFIG_SCSI_SATA is not set | 463 | # CONFIG_SCSI_SATA is not set |
441 | # CONFIG_SCSI_DMX3191D is not set | 464 | # CONFIG_SCSI_DMX3191D is not set |
442 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 465 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -447,7 +470,6 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
447 | # CONFIG_SCSI_IPR is not set | 470 | # CONFIG_SCSI_IPR is not set |
448 | # CONFIG_SCSI_QLOGIC_FC is not set | 471 | # CONFIG_SCSI_QLOGIC_FC is not set |
449 | CONFIG_SCSI_QLOGIC_1280=y | 472 | CONFIG_SCSI_QLOGIC_1280=y |
450 | CONFIG_SCSI_QLOGIC_1280_1040=y | ||
451 | CONFIG_SCSI_QLA2XXX=y | 473 | CONFIG_SCSI_QLA2XXX=y |
452 | # CONFIG_SCSI_QLA21XX is not set | 474 | # CONFIG_SCSI_QLA21XX is not set |
453 | # CONFIG_SCSI_QLA22XX is not set | 475 | # CONFIG_SCSI_QLA22XX is not set |
@@ -487,6 +509,7 @@ CONFIG_DM_MULTIPATH_EMC=m | |||
487 | # CONFIG_FUSION is not set | 509 | # CONFIG_FUSION is not set |
488 | # CONFIG_FUSION_SPI is not set | 510 | # CONFIG_FUSION_SPI is not set |
489 | # CONFIG_FUSION_FC is not set | 511 | # CONFIG_FUSION_FC is not set |
512 | # CONFIG_FUSION_SAS is not set | ||
490 | 513 | ||
491 | # | 514 | # |
492 | # IEEE 1394 (FireWire) support | 515 | # IEEE 1394 (FireWire) support |
@@ -516,7 +539,6 @@ CONFIG_NETDEVICES=y | |||
516 | # PHY device support | 539 | # PHY device support |
517 | # | 540 | # |
518 | CONFIG_PHYLIB=m | 541 | CONFIG_PHYLIB=m |
519 | CONFIG_PHYCONTROL=y | ||
520 | 542 | ||
521 | # | 543 | # |
522 | # MII PHY device drivers | 544 | # MII PHY device drivers |
@@ -532,8 +554,12 @@ CONFIG_CICADA_PHY=m | |||
532 | # | 554 | # |
533 | CONFIG_NET_ETHERNET=y | 555 | CONFIG_NET_ETHERNET=y |
534 | CONFIG_MII=y | 556 | CONFIG_MII=y |
557 | CONFIG_SGI_IOC3_ETH=y | ||
558 | CONFIG_SGI_IOC3_ETH_HW_RX_CSUM=y | ||
559 | CONFIG_SGI_IOC3_ETH_HW_TX_CSUM=y | ||
535 | # CONFIG_HAPPYMEAL is not set | 560 | # CONFIG_HAPPYMEAL is not set |
536 | # CONFIG_SUNGEM is not set | 561 | # CONFIG_SUNGEM is not set |
562 | # CONFIG_CASSINI is not set | ||
537 | # CONFIG_NET_VENDOR_3COM is not set | 563 | # CONFIG_NET_VENDOR_3COM is not set |
538 | 564 | ||
539 | # | 565 | # |
@@ -672,6 +698,7 @@ CONFIG_SGI_IP27_RTC=y | |||
672 | # TPM devices | 698 | # TPM devices |
673 | # | 699 | # |
674 | # CONFIG_TCG_TPM is not set | 700 | # CONFIG_TCG_TPM is not set |
701 | # CONFIG_TELCLOCK is not set | ||
675 | 702 | ||
676 | # | 703 | # |
677 | # I2C support | 704 | # I2C support |
@@ -725,6 +752,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
725 | # CONFIG_USB is not set | 752 | # CONFIG_USB is not set |
726 | 753 | ||
727 | # | 754 | # |
755 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
756 | # | ||
757 | |||
758 | # | ||
728 | # USB Gadget Support | 759 | # USB Gadget Support |
729 | # | 760 | # |
730 | # CONFIG_USB_GADGET is not set | 761 | # CONFIG_USB_GADGET is not set |
@@ -762,7 +793,7 @@ CONFIG_FS_MBCACHE=y | |||
762 | # CONFIG_JFS_FS is not set | 793 | # CONFIG_JFS_FS is not set |
763 | CONFIG_FS_POSIX_ACL=y | 794 | CONFIG_FS_POSIX_ACL=y |
764 | CONFIG_XFS_FS=m | 795 | CONFIG_XFS_FS=m |
765 | CONFIG_XFS_QUOTA=m | 796 | CONFIG_XFS_QUOTA=y |
766 | CONFIG_XFS_SECURITY=y | 797 | CONFIG_XFS_SECURITY=y |
767 | CONFIG_XFS_POSIX_ACL=y | 798 | CONFIG_XFS_POSIX_ACL=y |
768 | # CONFIG_XFS_RT is not set | 799 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index bf8fb95b21dc..955e30f1b1ad 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:07 2005 | 4 | # Mon Nov 7 23:05:32 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -52,6 +52,23 @@ CONFIG_BASE_SMALL=0 | |||
52 | # CONFIG_MODULES is not set | 52 | # CONFIG_MODULES is not set |
53 | 53 | ||
54 | # | 54 | # |
55 | # Block layer | ||
56 | # | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
55 | # Machine selection | 72 | # Machine selection |
56 | # | 73 | # |
57 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | # CONFIG_PREEMPT_NONE is not set | 200 | # CONFIG_PREEMPT_NONE is not set |
183 | CONFIG_PREEMPT_VOLUNTARY=y | 201 | CONFIG_PREEMPT_VOLUNTARY=y |
184 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -271,6 +289,10 @@ CONFIG_TCP_CONG_BIC=y | |||
271 | # CONFIG_NET_DIVERT is not set | 289 | # CONFIG_NET_DIVERT is not set |
272 | # CONFIG_ECONET is not set | 290 | # CONFIG_ECONET is not set |
273 | # CONFIG_WAN_ROUTER is not set | 291 | # CONFIG_WAN_ROUTER is not set |
292 | |||
293 | # | ||
294 | # QoS and/or fair queueing | ||
295 | # | ||
274 | # CONFIG_NET_SCHED is not set | 296 | # CONFIG_NET_SCHED is not set |
275 | # CONFIG_NET_CLS_ROUTE is not set | 297 | # CONFIG_NET_CLS_ROUTE is not set |
276 | 298 | ||
@@ -302,6 +324,7 @@ CONFIG_FW_LOADER=y | |||
302 | # Connector - unified userspace <-> kernelspace linker | 324 | # Connector - unified userspace <-> kernelspace linker |
303 | # | 325 | # |
304 | CONFIG_CONNECTOR=y | 326 | CONFIG_CONNECTOR=y |
327 | CONFIG_PROC_EVENTS=y | ||
305 | 328 | ||
306 | # | 329 | # |
307 | # Memory Technology Devices (MTD) | 330 | # Memory Technology Devices (MTD) |
@@ -334,14 +357,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
334 | CONFIG_CDROM_PKTCDVD=y | 357 | CONFIG_CDROM_PKTCDVD=y |
335 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 358 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
336 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 359 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
337 | |||
338 | # | ||
339 | # IO Schedulers | ||
340 | # | ||
341 | CONFIG_IOSCHED_NOOP=y | ||
342 | CONFIG_IOSCHED_AS=y | ||
343 | CONFIG_IOSCHED_DEADLINE=y | ||
344 | CONFIG_IOSCHED_CFQ=y | ||
345 | CONFIG_ATA_OVER_ETH=y | 360 | CONFIG_ATA_OVER_ETH=y |
346 | 361 | ||
347 | # | 362 | # |
@@ -385,6 +400,7 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
385 | # | 400 | # |
386 | # SCSI low-level drivers | 401 | # SCSI low-level drivers |
387 | # | 402 | # |
403 | # CONFIG_ISCSI_TCP is not set | ||
388 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 404 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
389 | # CONFIG_SCSI_3W_9XXX is not set | 405 | # CONFIG_SCSI_3W_9XXX is not set |
390 | # CONFIG_SCSI_ACARD is not set | 406 | # CONFIG_SCSI_ACARD is not set |
@@ -399,6 +415,7 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y | |||
399 | # CONFIG_SCSI_AIC79XX is not set | 415 | # CONFIG_SCSI_AIC79XX is not set |
400 | # CONFIG_MEGARAID_NEWGEN is not set | 416 | # CONFIG_MEGARAID_NEWGEN is not set |
401 | # CONFIG_MEGARAID_LEGACY is not set | 417 | # CONFIG_MEGARAID_LEGACY is not set |
418 | # CONFIG_MEGARAID_SAS is not set | ||
402 | # CONFIG_SCSI_SATA is not set | 419 | # CONFIG_SCSI_SATA is not set |
403 | # CONFIG_SCSI_DMX3191D is not set | 420 | # CONFIG_SCSI_DMX3191D is not set |
404 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 421 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -432,6 +449,7 @@ CONFIG_SCSI_QLA2XXX=y | |||
432 | # CONFIG_FUSION is not set | 449 | # CONFIG_FUSION is not set |
433 | # CONFIG_FUSION_SPI is not set | 450 | # CONFIG_FUSION_SPI is not set |
434 | # CONFIG_FUSION_FC is not set | 451 | # CONFIG_FUSION_FC is not set |
452 | # CONFIG_FUSION_SAS is not set | ||
435 | 453 | ||
436 | # | 454 | # |
437 | # IEEE 1394 (FireWire) support | 455 | # IEEE 1394 (FireWire) support |
@@ -461,7 +479,6 @@ CONFIG_NETDEVICES=y | |||
461 | # PHY device support | 479 | # PHY device support |
462 | # | 480 | # |
463 | CONFIG_PHYLIB=y | 481 | CONFIG_PHYLIB=y |
464 | CONFIG_PHYCONTROL=y | ||
465 | 482 | ||
466 | # | 483 | # |
467 | # MII PHY device drivers | 484 | # MII PHY device drivers |
@@ -480,6 +497,7 @@ CONFIG_NET_ETHERNET=y | |||
480 | CONFIG_SGI_O2MACE_ETH=y | 497 | CONFIG_SGI_O2MACE_ETH=y |
481 | # CONFIG_HAPPYMEAL is not set | 498 | # CONFIG_HAPPYMEAL is not set |
482 | # CONFIG_SUNGEM is not set | 499 | # CONFIG_SUNGEM is not set |
500 | # CONFIG_CASSINI is not set | ||
483 | # CONFIG_NET_VENDOR_3COM is not set | 501 | # CONFIG_NET_VENDOR_3COM is not set |
484 | 502 | ||
485 | # | 503 | # |
@@ -637,6 +655,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
637 | # TPM devices | 655 | # TPM devices |
638 | # | 656 | # |
639 | # CONFIG_TCG_TPM is not set | 657 | # CONFIG_TCG_TPM is not set |
658 | # CONFIG_TELCLOCK is not set | ||
640 | 659 | ||
641 | # | 660 | # |
642 | # I2C support | 661 | # I2C support |
@@ -696,6 +715,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
696 | # CONFIG_USB is not set | 715 | # CONFIG_USB is not set |
697 | 716 | ||
698 | # | 717 | # |
718 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
719 | # | ||
720 | |||
721 | # | ||
699 | # USB Gadget Support | 722 | # USB Gadget Support |
700 | # | 723 | # |
701 | # CONFIG_USB_GADGET is not set | 724 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/it8172_defconfig b/arch/mips/configs/it8172_defconfig index 0940771bafb1..f631385217db 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:09 2005 | 4 | # Thu Nov 10 13:42:45 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -181,6 +199,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
181 | CONFIG_FLATMEM=y | 199 | CONFIG_FLATMEM=y |
182 | CONFIG_FLAT_NODE_MEM_MAP=y | 200 | CONFIG_FLAT_NODE_MEM_MAP=y |
183 | # CONFIG_SPARSEMEM_STATIC is not set | 201 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
184 | CONFIG_PREEMPT_NONE=y | 203 | CONFIG_PREEMPT_NONE=y |
185 | # CONFIG_PREEMPT_VOLUNTARY is not set | 204 | # CONFIG_PREEMPT_VOLUNTARY is not set |
186 | # CONFIG_PREEMPT is not set | 205 | # CONFIG_PREEMPT is not set |
@@ -266,6 +285,10 @@ CONFIG_TCP_CONG_BIC=y | |||
266 | # CONFIG_NET_DIVERT is not set | 285 | # CONFIG_NET_DIVERT is not set |
267 | # CONFIG_ECONET is not set | 286 | # CONFIG_ECONET is not set |
268 | # CONFIG_WAN_ROUTER is not set | 287 | # CONFIG_WAN_ROUTER is not set |
288 | |||
289 | # | ||
290 | # QoS and/or fair queueing | ||
291 | # | ||
269 | # CONFIG_NET_SCHED is not set | 292 | # CONFIG_NET_SCHED is not set |
270 | # CONFIG_NET_CLS_ROUTE is not set | 293 | # CONFIG_NET_CLS_ROUTE is not set |
271 | 294 | ||
@@ -315,6 +338,7 @@ CONFIG_MTD_CHAR=y | |||
315 | # CONFIG_FTL is not set | 338 | # CONFIG_FTL is not set |
316 | # CONFIG_NFTL is not set | 339 | # CONFIG_NFTL is not set |
317 | # CONFIG_INFTL is not set | 340 | # CONFIG_INFTL is not set |
341 | # CONFIG_RFD_FTL is not set | ||
318 | 342 | ||
319 | # | 343 | # |
320 | # RAM/ROM/Flash chip drivers | 344 | # RAM/ROM/Flash chip drivers |
@@ -373,6 +397,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
373 | # CONFIG_MTD_NAND is not set | 397 | # CONFIG_MTD_NAND is not set |
374 | 398 | ||
375 | # | 399 | # |
400 | # OneNAND Flash Device Drivers | ||
401 | # | ||
402 | # CONFIG_MTD_ONENAND is not set | ||
403 | |||
404 | # | ||
376 | # Parallel port support | 405 | # Parallel port support |
377 | # | 406 | # |
378 | # CONFIG_PARPORT is not set | 407 | # CONFIG_PARPORT is not set |
@@ -390,18 +419,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
390 | # CONFIG_BLK_DEV_NBD is not set | 419 | # CONFIG_BLK_DEV_NBD is not set |
391 | # CONFIG_BLK_DEV_RAM is not set | 420 | # CONFIG_BLK_DEV_RAM is not set |
392 | CONFIG_BLK_DEV_RAM_COUNT=16 | 421 | CONFIG_BLK_DEV_RAM_COUNT=16 |
393 | # CONFIG_LBD is not set | ||
394 | CONFIG_CDROM_PKTCDVD=m | 422 | CONFIG_CDROM_PKTCDVD=m |
395 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 423 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
396 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 424 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
397 | |||
398 | # | ||
399 | # IO Schedulers | ||
400 | # | ||
401 | CONFIG_IOSCHED_NOOP=y | ||
402 | CONFIG_IOSCHED_AS=y | ||
403 | CONFIG_IOSCHED_DEADLINE=y | ||
404 | CONFIG_IOSCHED_CFQ=y | ||
405 | CONFIG_ATA_OVER_ETH=m | 425 | CONFIG_ATA_OVER_ETH=m |
406 | 426 | ||
407 | # | 427 | # |
@@ -467,7 +487,6 @@ CONFIG_NETDEVICES=y | |||
467 | # PHY device support | 487 | # PHY device support |
468 | # | 488 | # |
469 | CONFIG_PHYLIB=m | 489 | CONFIG_PHYLIB=m |
470 | CONFIG_PHYCONTROL=y | ||
471 | 490 | ||
472 | # | 491 | # |
473 | # MII PHY device drivers | 492 | # MII PHY device drivers |
@@ -609,6 +628,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
609 | # | 628 | # |
610 | # TPM devices | 629 | # TPM devices |
611 | # | 630 | # |
631 | # CONFIG_TELCLOCK is not set | ||
612 | 632 | ||
613 | # | 633 | # |
614 | # I2C support | 634 | # I2C support |
@@ -669,10 +689,10 @@ CONFIG_SOUND=y | |||
669 | # Open Sound System | 689 | # Open Sound System |
670 | # | 690 | # |
671 | CONFIG_SOUND_PRIME=y | 691 | CONFIG_SOUND_PRIME=y |
692 | # CONFIG_OBSOLETE_OSS_DRIVER is not set | ||
672 | CONFIG_SOUND_IT8172=y | 693 | CONFIG_SOUND_IT8172=y |
673 | # CONFIG_SOUND_MSNDCLAS is not set | 694 | # CONFIG_SOUND_MSNDCLAS is not set |
674 | # CONFIG_SOUND_MSNDPIN is not set | 695 | # CONFIG_SOUND_MSNDPIN is not set |
675 | # CONFIG_SOUND_AD1980 is not set | ||
676 | 696 | ||
677 | # | 697 | # |
678 | # USB support | 698 | # USB support |
@@ -681,6 +701,10 @@ CONFIG_SOUND_IT8172=y | |||
681 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 701 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
682 | 702 | ||
683 | # | 703 | # |
704 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
705 | # | ||
706 | |||
707 | # | ||
684 | # USB Gadget Support | 708 | # USB Gadget Support |
685 | # | 709 | # |
686 | # CONFIG_USB_GADGET is not set | 710 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ivr_defconfig b/arch/mips/configs/ivr_defconfig index 9ba61dfc490d..8d94ac753e78 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:12 2005 | 4 | # Mon Nov 7 23:05:38 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -178,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
178 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
179 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
180 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
181 | CONFIG_PREEMPT_NONE=y | 200 | CONFIG_PREEMPT_NONE=y |
182 | # CONFIG_PREEMPT_VOLUNTARY is not set | 201 | # CONFIG_PREEMPT_VOLUNTARY is not set |
183 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -265,6 +284,10 @@ CONFIG_TCP_CONG_BIC=y | |||
265 | # CONFIG_NET_DIVERT is not set | 284 | # CONFIG_NET_DIVERT is not set |
266 | # CONFIG_ECONET is not set | 285 | # CONFIG_ECONET is not set |
267 | # CONFIG_WAN_ROUTER is not set | 286 | # CONFIG_WAN_ROUTER is not set |
287 | |||
288 | # | ||
289 | # QoS and/or fair queueing | ||
290 | # | ||
268 | # CONFIG_NET_SCHED is not set | 291 | # CONFIG_NET_SCHED is not set |
269 | # CONFIG_NET_CLS_ROUTE is not set | 292 | # CONFIG_NET_CLS_ROUTE is not set |
270 | 293 | ||
@@ -324,18 +347,9 @@ CONFIG_CONNECTOR=m | |||
324 | # CONFIG_BLK_DEV_SX8 is not set | 347 | # CONFIG_BLK_DEV_SX8 is not set |
325 | # CONFIG_BLK_DEV_RAM is not set | 348 | # CONFIG_BLK_DEV_RAM is not set |
326 | CONFIG_BLK_DEV_RAM_COUNT=16 | 349 | CONFIG_BLK_DEV_RAM_COUNT=16 |
327 | # CONFIG_LBD is not set | ||
328 | CONFIG_CDROM_PKTCDVD=m | 350 | CONFIG_CDROM_PKTCDVD=m |
329 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 351 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
330 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 352 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
331 | |||
332 | # | ||
333 | # IO Schedulers | ||
334 | # | ||
335 | CONFIG_IOSCHED_NOOP=y | ||
336 | CONFIG_IOSCHED_AS=y | ||
337 | CONFIG_IOSCHED_DEADLINE=y | ||
338 | CONFIG_IOSCHED_CFQ=y | ||
339 | CONFIG_ATA_OVER_ETH=m | 353 | CONFIG_ATA_OVER_ETH=m |
340 | 354 | ||
341 | # | 355 | # |
@@ -409,7 +423,6 @@ CONFIG_NETDEVICES=y | |||
409 | # PHY device support | 423 | # PHY device support |
410 | # | 424 | # |
411 | CONFIG_PHYLIB=m | 425 | CONFIG_PHYLIB=m |
412 | CONFIG_PHYCONTROL=y | ||
413 | 426 | ||
414 | # | 427 | # |
415 | # MII PHY device drivers | 428 | # MII PHY device drivers |
@@ -427,6 +440,7 @@ CONFIG_NET_ETHERNET=y | |||
427 | # CONFIG_MII is not set | 440 | # CONFIG_MII is not set |
428 | # CONFIG_HAPPYMEAL is not set | 441 | # CONFIG_HAPPYMEAL is not set |
429 | # CONFIG_SUNGEM is not set | 442 | # CONFIG_SUNGEM is not set |
443 | # CONFIG_CASSINI is not set | ||
430 | # CONFIG_NET_VENDOR_3COM is not set | 444 | # CONFIG_NET_VENDOR_3COM is not set |
431 | 445 | ||
432 | # | 446 | # |
@@ -539,7 +553,8 @@ CONFIG_VT_CONSOLE=y | |||
539 | CONFIG_HW_CONSOLE=y | 553 | CONFIG_HW_CONSOLE=y |
540 | # CONFIG_SERIAL_NONSTANDARD is not set | 554 | # CONFIG_SERIAL_NONSTANDARD is not set |
541 | CONFIG_QTRONIX_KEYBOARD=y | 555 | CONFIG_QTRONIX_KEYBOARD=y |
542 | # CONFIG_IT8172_SCR0 is not set | 556 | CONFIG_IT8172_SCR0=y |
557 | CONFIG_IT8172_SCR1=y | ||
543 | 558 | ||
544 | # | 559 | # |
545 | # Serial drivers | 560 | # Serial drivers |
@@ -583,6 +598,7 @@ CONFIG_RTC=y | |||
583 | # TPM devices | 598 | # TPM devices |
584 | # | 599 | # |
585 | # CONFIG_TCG_TPM is not set | 600 | # CONFIG_TCG_TPM is not set |
601 | # CONFIG_TELCLOCK is not set | ||
586 | 602 | ||
587 | # | 603 | # |
588 | # I2C support | 604 | # I2C support |
@@ -642,6 +658,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
642 | # CONFIG_USB is not set | 658 | # CONFIG_USB is not set |
643 | 659 | ||
644 | # | 660 | # |
661 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
662 | # | ||
663 | |||
664 | # | ||
645 | # USB Gadget Support | 665 | # USB Gadget Support |
646 | # | 666 | # |
647 | # CONFIG_USB_GADGET is not set | 667 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/jaguar-atx_defconfig b/arch/mips/configs/jaguar-atx_defconfig index 21b2b8042f91..a8b4c9a9a63b 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:14 2005 | 4 | # Mon Nov 7 23:05:41 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -55,6 +55,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
55 | CONFIG_KMOD=y | 55 | CONFIG_KMOD=y |
56 | 56 | ||
57 | # | 57 | # |
58 | # Block layer | ||
59 | # | ||
60 | # CONFIG_LBD is not set | ||
61 | |||
62 | # | ||
63 | # IO Schedulers | ||
64 | # | ||
65 | CONFIG_IOSCHED_NOOP=y | ||
66 | CONFIG_IOSCHED_AS=y | ||
67 | CONFIG_IOSCHED_DEADLINE=y | ||
68 | CONFIG_IOSCHED_CFQ=y | ||
69 | CONFIG_DEFAULT_AS=y | ||
70 | # CONFIG_DEFAULT_DEADLINE is not set | ||
71 | # CONFIG_DEFAULT_CFQ is not set | ||
72 | # CONFIG_DEFAULT_NOOP is not set | ||
73 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
74 | |||
75 | # | ||
58 | # Machine selection | 76 | # Machine selection |
59 | # | 77 | # |
60 | # CONFIG_MIPS_MTX1 is not set | 78 | # CONFIG_MIPS_MTX1 is not set |
@@ -184,6 +202,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y | |||
184 | CONFIG_FLATMEM=y | 202 | CONFIG_FLATMEM=y |
185 | CONFIG_FLAT_NODE_MEM_MAP=y | 203 | CONFIG_FLAT_NODE_MEM_MAP=y |
186 | # CONFIG_SPARSEMEM_STATIC is not set | 204 | # CONFIG_SPARSEMEM_STATIC is not set |
205 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
187 | # CONFIG_SMP is not set | 206 | # CONFIG_SMP is not set |
188 | CONFIG_PREEMPT_NONE=y | 207 | CONFIG_PREEMPT_NONE=y |
189 | # CONFIG_PREEMPT_VOLUNTARY is not set | 208 | # CONFIG_PREEMPT_VOLUNTARY is not set |
@@ -259,6 +278,10 @@ CONFIG_IPV6_TUNNEL=m | |||
259 | # CONFIG_LLC2 is not set | 278 | # CONFIG_LLC2 is not set |
260 | # CONFIG_IPX is not set | 279 | # CONFIG_IPX is not set |
261 | # CONFIG_ATALK is not set | 280 | # CONFIG_ATALK is not set |
281 | |||
282 | # | ||
283 | # QoS and/or fair queueing | ||
284 | # | ||
262 | # CONFIG_NET_SCHED is not set | 285 | # CONFIG_NET_SCHED is not set |
263 | # CONFIG_NET_CLS_ROUTE is not set | 286 | # CONFIG_NET_CLS_ROUTE is not set |
264 | 287 | ||
@@ -317,18 +340,9 @@ CONFIG_CONNECTOR=m | |||
317 | # CONFIG_BLK_DEV_SX8 is not set | 340 | # CONFIG_BLK_DEV_SX8 is not set |
318 | # CONFIG_BLK_DEV_RAM is not set | 341 | # CONFIG_BLK_DEV_RAM is not set |
319 | CONFIG_BLK_DEV_RAM_COUNT=16 | 342 | CONFIG_BLK_DEV_RAM_COUNT=16 |
320 | # CONFIG_LBD is not set | ||
321 | CONFIG_CDROM_PKTCDVD=m | 343 | CONFIG_CDROM_PKTCDVD=m |
322 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 344 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
323 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 345 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
324 | |||
325 | # | ||
326 | # IO Schedulers | ||
327 | # | ||
328 | CONFIG_IOSCHED_NOOP=y | ||
329 | CONFIG_IOSCHED_AS=y | ||
330 | CONFIG_IOSCHED_DEADLINE=y | ||
331 | CONFIG_IOSCHED_CFQ=y | ||
332 | CONFIG_ATA_OVER_ETH=m | 346 | CONFIG_ATA_OVER_ETH=m |
333 | 347 | ||
334 | # | 348 | # |
@@ -380,7 +394,6 @@ CONFIG_NETDEVICES=y | |||
380 | # PHY device support | 394 | # PHY device support |
381 | # | 395 | # |
382 | CONFIG_PHYLIB=m | 396 | CONFIG_PHYLIB=m |
383 | CONFIG_PHYCONTROL=y | ||
384 | 397 | ||
385 | # | 398 | # |
386 | # MII PHY device drivers | 399 | # MII PHY device drivers |
@@ -398,6 +411,7 @@ CONFIG_NET_ETHERNET=y | |||
398 | CONFIG_MII=y | 411 | CONFIG_MII=y |
399 | # CONFIG_HAPPYMEAL is not set | 412 | # CONFIG_HAPPYMEAL is not set |
400 | # CONFIG_SUNGEM is not set | 413 | # CONFIG_SUNGEM is not set |
414 | # CONFIG_CASSINI is not set | ||
401 | # CONFIG_NET_VENDOR_3COM is not set | 415 | # CONFIG_NET_VENDOR_3COM is not set |
402 | 416 | ||
403 | # | 417 | # |
@@ -592,6 +606,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
592 | # CONFIG_USB is not set | 606 | # CONFIG_USB is not set |
593 | 607 | ||
594 | # | 608 | # |
609 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
610 | # | ||
611 | |||
612 | # | ||
595 | # USB Gadget Support | 613 | # USB Gadget Support |
596 | # | 614 | # |
597 | # CONFIG_USB_GADGET is not set | 615 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index 6390a753e80b..c0ac5c793ec7 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:17 2005 | 4 | # Mon Nov 7 23:05:44 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,24 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | # CONFIG_LBD is not set | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
54 | # Machine selection | 72 | # Machine selection |
55 | # | 73 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -168,6 +186,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
168 | CONFIG_FLATMEM=y | 186 | CONFIG_FLATMEM=y |
169 | CONFIG_FLAT_NODE_MEM_MAP=y | 187 | CONFIG_FLAT_NODE_MEM_MAP=y |
170 | # CONFIG_SPARSEMEM_STATIC is not set | 188 | # CONFIG_SPARSEMEM_STATIC is not set |
189 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
171 | CONFIG_PREEMPT_NONE=y | 190 | CONFIG_PREEMPT_NONE=y |
172 | # CONFIG_PREEMPT_VOLUNTARY is not set | 191 | # CONFIG_PREEMPT_VOLUNTARY is not set |
173 | # CONFIG_PREEMPT is not set | 192 | # CONFIG_PREEMPT is not set |
@@ -256,6 +275,10 @@ CONFIG_TCP_CONG_BIC=y | |||
256 | # CONFIG_NET_DIVERT is not set | 275 | # CONFIG_NET_DIVERT is not set |
257 | # CONFIG_ECONET is not set | 276 | # CONFIG_ECONET is not set |
258 | # CONFIG_WAN_ROUTER is not set | 277 | # CONFIG_WAN_ROUTER is not set |
278 | |||
279 | # | ||
280 | # QoS and/or fair queueing | ||
281 | # | ||
259 | # CONFIG_NET_SCHED is not set | 282 | # CONFIG_NET_SCHED is not set |
260 | # CONFIG_NET_CLS_ROUTE is not set | 283 | # CONFIG_NET_CLS_ROUTE is not set |
261 | 284 | ||
@@ -287,6 +310,7 @@ CONFIG_FW_LOADER=y | |||
287 | # Connector - unified userspace <-> kernelspace linker | 310 | # Connector - unified userspace <-> kernelspace linker |
288 | # | 311 | # |
289 | CONFIG_CONNECTOR=y | 312 | CONFIG_CONNECTOR=y |
313 | CONFIG_PROC_EVENTS=y | ||
290 | 314 | ||
291 | # | 315 | # |
292 | # Memory Technology Devices (MTD) | 316 | # Memory Technology Devices (MTD) |
@@ -315,18 +339,9 @@ CONFIG_CONNECTOR=y | |||
315 | # CONFIG_BLK_DEV_SX8 is not set | 339 | # CONFIG_BLK_DEV_SX8 is not set |
316 | # CONFIG_BLK_DEV_RAM is not set | 340 | # CONFIG_BLK_DEV_RAM is not set |
317 | CONFIG_BLK_DEV_RAM_COUNT=16 | 341 | CONFIG_BLK_DEV_RAM_COUNT=16 |
318 | # CONFIG_LBD is not set | ||
319 | CONFIG_CDROM_PKTCDVD=y | 342 | CONFIG_CDROM_PKTCDVD=y |
320 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 343 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
321 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 344 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
322 | |||
323 | # | ||
324 | # IO Schedulers | ||
325 | # | ||
326 | CONFIG_IOSCHED_NOOP=y | ||
327 | CONFIG_IOSCHED_AS=y | ||
328 | CONFIG_IOSCHED_DEADLINE=y | ||
329 | CONFIG_IOSCHED_CFQ=y | ||
330 | CONFIG_ATA_OVER_ETH=y | 345 | CONFIG_ATA_OVER_ETH=y |
331 | 346 | ||
332 | # | 347 | # |
@@ -378,7 +393,6 @@ CONFIG_NETDEVICES=y | |||
378 | # PHY device support | 393 | # PHY device support |
379 | # | 394 | # |
380 | CONFIG_PHYLIB=y | 395 | CONFIG_PHYLIB=y |
381 | CONFIG_PHYCONTROL=y | ||
382 | 396 | ||
383 | # | 397 | # |
384 | # MII PHY device drivers | 398 | # MII PHY device drivers |
@@ -396,6 +410,7 @@ CONFIG_NET_ETHERNET=y | |||
396 | # CONFIG_MII is not set | 410 | # CONFIG_MII is not set |
397 | # CONFIG_HAPPYMEAL is not set | 411 | # CONFIG_HAPPYMEAL is not set |
398 | # CONFIG_SUNGEM is not set | 412 | # CONFIG_SUNGEM is not set |
413 | # CONFIG_CASSINI is not set | ||
399 | # CONFIG_NET_VENDOR_3COM is not set | 414 | # CONFIG_NET_VENDOR_3COM is not set |
400 | 415 | ||
401 | # | 416 | # |
@@ -561,6 +576,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
561 | # TPM devices | 576 | # TPM devices |
562 | # | 577 | # |
563 | # CONFIG_TCG_TPM is not set | 578 | # CONFIG_TCG_TPM is not set |
579 | # CONFIG_TELCLOCK is not set | ||
564 | 580 | ||
565 | # | 581 | # |
566 | # I2C support | 582 | # I2C support |
@@ -603,7 +619,6 @@ CONFIG_FB=y | |||
603 | # CONFIG_FB_CFB_FILLRECT is not set | 619 | # CONFIG_FB_CFB_FILLRECT is not set |
604 | # CONFIG_FB_CFB_COPYAREA is not set | 620 | # CONFIG_FB_CFB_COPYAREA is not set |
605 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 621 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
606 | # CONFIG_FB_SOFT_CURSOR is not set | ||
607 | # CONFIG_FB_MACMODES is not set | 622 | # CONFIG_FB_MACMODES is not set |
608 | # CONFIG_FB_MODE_HELPERS is not set | 623 | # CONFIG_FB_MODE_HELPERS is not set |
609 | # CONFIG_FB_TILEBLITTING is not set | 624 | # CONFIG_FB_TILEBLITTING is not set |
@@ -612,6 +627,7 @@ CONFIG_FB=y | |||
612 | # CONFIG_FB_CYBER2000 is not set | 627 | # CONFIG_FB_CYBER2000 is not set |
613 | # CONFIG_FB_ASILIANT is not set | 628 | # CONFIG_FB_ASILIANT is not set |
614 | # CONFIG_FB_IMSTT is not set | 629 | # CONFIG_FB_IMSTT is not set |
630 | # CONFIG_FB_S1D13XXX is not set | ||
615 | # CONFIG_FB_NVIDIA is not set | 631 | # CONFIG_FB_NVIDIA is not set |
616 | # CONFIG_FB_RIVA is not set | 632 | # CONFIG_FB_RIVA is not set |
617 | # CONFIG_FB_MATROX is not set | 633 | # CONFIG_FB_MATROX is not set |
@@ -628,7 +644,6 @@ CONFIG_FB=y | |||
628 | # CONFIG_FB_SMIVGX is not set | 644 | # CONFIG_FB_SMIVGX is not set |
629 | # CONFIG_FB_CYBLA is not set | 645 | # CONFIG_FB_CYBLA is not set |
630 | # CONFIG_FB_TRIDENT is not set | 646 | # CONFIG_FB_TRIDENT is not set |
631 | # CONFIG_FB_S1D13XXX is not set | ||
632 | # CONFIG_FB_VIRTUAL is not set | 647 | # CONFIG_FB_VIRTUAL is not set |
633 | 648 | ||
634 | # | 649 | # |
@@ -657,6 +672,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
657 | # CONFIG_USB is not set | 672 | # CONFIG_USB is not set |
658 | 673 | ||
659 | # | 674 | # |
675 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
676 | # | ||
677 | |||
678 | # | ||
660 | # USB Gadget Support | 679 | # USB Gadget Support |
661 | # | 680 | # |
662 | # CONFIG_USB_GADGET is not set | 681 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig index 03cd0ca6e639..f2bd620ff0fa 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:19 2005 | 4 | # Mon Nov 7 23:05:47 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -184,6 +202,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
184 | CONFIG_FLATMEM=y | 202 | CONFIG_FLATMEM=y |
185 | CONFIG_FLAT_NODE_MEM_MAP=y | 203 | CONFIG_FLAT_NODE_MEM_MAP=y |
186 | # CONFIG_SPARSEMEM_STATIC is not set | 204 | # CONFIG_SPARSEMEM_STATIC is not set |
205 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
187 | CONFIG_PREEMPT_NONE=y | 206 | CONFIG_PREEMPT_NONE=y |
188 | # CONFIG_PREEMPT_VOLUNTARY is not set | 207 | # CONFIG_PREEMPT_VOLUNTARY is not set |
189 | # CONFIG_PREEMPT is not set | 208 | # CONFIG_PREEMPT is not set |
@@ -267,6 +286,10 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_NET_DIVERT is not set | 286 | # CONFIG_NET_DIVERT is not set |
268 | # CONFIG_ECONET is not set | 287 | # CONFIG_ECONET is not set |
269 | # CONFIG_WAN_ROUTER is not set | 288 | # CONFIG_WAN_ROUTER is not set |
289 | |||
290 | # | ||
291 | # QoS and/or fair queueing | ||
292 | # | ||
270 | # CONFIG_NET_SCHED is not set | 293 | # CONFIG_NET_SCHED is not set |
271 | # CONFIG_NET_CLS_ROUTE is not set | 294 | # CONFIG_NET_CLS_ROUTE is not set |
272 | 295 | ||
@@ -317,6 +340,7 @@ CONFIG_MTD_BLOCK=y | |||
317 | # CONFIG_FTL is not set | 340 | # CONFIG_FTL is not set |
318 | # CONFIG_NFTL is not set | 341 | # CONFIG_NFTL is not set |
319 | # CONFIG_INFTL is not set | 342 | # CONFIG_INFTL is not set |
343 | # CONFIG_RFD_FTL is not set | ||
320 | 344 | ||
321 | # | 345 | # |
322 | # RAM/ROM/Flash chip drivers | 346 | # RAM/ROM/Flash chip drivers |
@@ -375,6 +399,11 @@ CONFIG_MTD_LASAT=y | |||
375 | # CONFIG_MTD_NAND is not set | 399 | # CONFIG_MTD_NAND is not set |
376 | 400 | ||
377 | # | 401 | # |
402 | # OneNAND Flash Device Drivers | ||
403 | # | ||
404 | # CONFIG_MTD_ONENAND is not set | ||
405 | |||
406 | # | ||
378 | # Parallel port support | 407 | # Parallel port support |
379 | # | 408 | # |
380 | # CONFIG_PARPORT is not set | 409 | # CONFIG_PARPORT is not set |
@@ -396,18 +425,9 @@ CONFIG_MTD_LASAT=y | |||
396 | # CONFIG_BLK_DEV_SX8 is not set | 425 | # CONFIG_BLK_DEV_SX8 is not set |
397 | # CONFIG_BLK_DEV_RAM is not set | 426 | # CONFIG_BLK_DEV_RAM is not set |
398 | CONFIG_BLK_DEV_RAM_COUNT=16 | 427 | CONFIG_BLK_DEV_RAM_COUNT=16 |
399 | # CONFIG_LBD is not set | ||
400 | CONFIG_CDROM_PKTCDVD=m | 428 | CONFIG_CDROM_PKTCDVD=m |
401 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 429 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
402 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 430 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
403 | |||
404 | # | ||
405 | # IO Schedulers | ||
406 | # | ||
407 | CONFIG_IOSCHED_NOOP=y | ||
408 | CONFIG_IOSCHED_AS=y | ||
409 | CONFIG_IOSCHED_DEADLINE=y | ||
410 | CONFIG_IOSCHED_CFQ=y | ||
411 | CONFIG_ATA_OVER_ETH=m | 431 | CONFIG_ATA_OVER_ETH=m |
412 | 432 | ||
413 | # | 433 | # |
@@ -511,7 +531,6 @@ CONFIG_NETDEVICES=y | |||
511 | # PHY device support | 531 | # PHY device support |
512 | # | 532 | # |
513 | CONFIG_PHYLIB=m | 533 | CONFIG_PHYLIB=m |
514 | CONFIG_PHYCONTROL=y | ||
515 | 534 | ||
516 | # | 535 | # |
517 | # MII PHY device drivers | 536 | # MII PHY device drivers |
@@ -529,6 +548,7 @@ CONFIG_NET_ETHERNET=y | |||
529 | # CONFIG_MII is not set | 548 | # CONFIG_MII is not set |
530 | # CONFIG_HAPPYMEAL is not set | 549 | # CONFIG_HAPPYMEAL is not set |
531 | # CONFIG_SUNGEM is not set | 550 | # CONFIG_SUNGEM is not set |
551 | # CONFIG_CASSINI is not set | ||
532 | # CONFIG_NET_VENDOR_3COM is not set | 552 | # CONFIG_NET_VENDOR_3COM is not set |
533 | 553 | ||
534 | # | 554 | # |
@@ -684,6 +704,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
684 | # TPM devices | 704 | # TPM devices |
685 | # | 705 | # |
686 | # CONFIG_TCG_TPM is not set | 706 | # CONFIG_TCG_TPM is not set |
707 | # CONFIG_TELCLOCK is not set | ||
687 | 708 | ||
688 | # | 709 | # |
689 | # I2C support | 710 | # I2C support |
@@ -743,6 +764,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
743 | # CONFIG_USB is not set | 764 | # CONFIG_USB is not set |
744 | 765 | ||
745 | # | 766 | # |
767 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
768 | # | ||
769 | |||
770 | # | ||
746 | # USB Gadget Support | 771 | # USB Gadget Support |
747 | # | 772 | # |
748 | # CONFIG_USB_GADGET is not set | 773 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 2acdec959dd0..e48e1de442b4 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:22 2005 | 4 | # Thu Nov 10 13:42:55 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -197,6 +215,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
197 | CONFIG_FLATMEM=y | 215 | CONFIG_FLATMEM=y |
198 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
199 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
200 | CONFIG_PREEMPT_NONE=y | 219 | CONFIG_PREEMPT_NONE=y |
201 | # CONFIG_PREEMPT_VOLUNTARY is not set | 220 | # CONFIG_PREEMPT_VOLUNTARY is not set |
202 | # CONFIG_PREEMPT is not set | 221 | # CONFIG_PREEMPT is not set |
@@ -315,6 +334,10 @@ CONFIG_IPV6_TUNNEL=m | |||
315 | CONFIG_NETFILTER=y | 334 | CONFIG_NETFILTER=y |
316 | # CONFIG_NETFILTER_DEBUG is not set | 335 | # CONFIG_NETFILTER_DEBUG is not set |
317 | CONFIG_BRIDGE_NETFILTER=y | 336 | CONFIG_BRIDGE_NETFILTER=y |
337 | |||
338 | # | ||
339 | # Core Netfilter Configuration | ||
340 | # | ||
318 | CONFIG_NETFILTER_NETLINK=m | 341 | CONFIG_NETFILTER_NETLINK=m |
319 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 342 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
320 | CONFIG_NETFILTER_NETLINK_LOG=m | 343 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -369,6 +392,7 @@ CONFIG_IP_NF_TARGET_REJECT=m | |||
369 | CONFIG_IP_NF_TARGET_LOG=m | 392 | CONFIG_IP_NF_TARGET_LOG=m |
370 | CONFIG_IP_NF_TARGET_ULOG=m | 393 | CONFIG_IP_NF_TARGET_ULOG=m |
371 | CONFIG_IP_NF_TARGET_TCPMSS=m | 394 | CONFIG_IP_NF_TARGET_TCPMSS=m |
395 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
372 | CONFIG_IP_NF_NAT=m | 396 | CONFIG_IP_NF_NAT=m |
373 | CONFIG_IP_NF_NAT_NEEDED=y | 397 | CONFIG_IP_NF_NAT_NEEDED=y |
374 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 398 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -418,6 +442,7 @@ CONFIG_IP6_NF_MATCH_PHYSDEV=m | |||
418 | CONFIG_IP6_NF_FILTER=m | 442 | CONFIG_IP6_NF_FILTER=m |
419 | CONFIG_IP6_NF_TARGET_LOG=m | 443 | CONFIG_IP6_NF_TARGET_LOG=m |
420 | CONFIG_IP6_NF_TARGET_REJECT=m | 444 | CONFIG_IP6_NF_TARGET_REJECT=m |
445 | CONFIG_IP6_NF_TARGET_NFQUEUE=m | ||
421 | CONFIG_IP6_NF_MANGLE=m | 446 | CONFIG_IP6_NF_MANGLE=m |
422 | CONFIG_IP6_NF_TARGET_MARK=m | 447 | CONFIG_IP6_NF_TARGET_MARK=m |
423 | CONFIG_IP6_NF_TARGET_HL=m | 448 | CONFIG_IP6_NF_TARGET_HL=m |
@@ -478,10 +503,18 @@ CONFIG_IPDDP_DECAP=y | |||
478 | CONFIG_NET_DIVERT=y | 503 | CONFIG_NET_DIVERT=y |
479 | # CONFIG_ECONET is not set | 504 | # CONFIG_ECONET is not set |
480 | # CONFIG_WAN_ROUTER is not set | 505 | # CONFIG_WAN_ROUTER is not set |
506 | |||
507 | # | ||
508 | # QoS and/or fair queueing | ||
509 | # | ||
481 | CONFIG_NET_SCHED=y | 510 | CONFIG_NET_SCHED=y |
482 | CONFIG_NET_SCH_CLK_JIFFIES=y | 511 | CONFIG_NET_SCH_CLK_JIFFIES=y |
483 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | 512 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set |
484 | # CONFIG_NET_SCH_CLK_CPU is not set | 513 | # CONFIG_NET_SCH_CLK_CPU is not set |
514 | |||
515 | # | ||
516 | # Queueing/Scheduling | ||
517 | # | ||
485 | CONFIG_NET_SCH_CBQ=m | 518 | CONFIG_NET_SCH_CBQ=m |
486 | CONFIG_NET_SCH_HTB=m | 519 | CONFIG_NET_SCH_HTB=m |
487 | CONFIG_NET_SCH_HFSC=m | 520 | CONFIG_NET_SCH_HFSC=m |
@@ -494,8 +527,10 @@ CONFIG_NET_SCH_GRED=m | |||
494 | CONFIG_NET_SCH_DSMARK=m | 527 | CONFIG_NET_SCH_DSMARK=m |
495 | CONFIG_NET_SCH_NETEM=m | 528 | CONFIG_NET_SCH_NETEM=m |
496 | CONFIG_NET_SCH_INGRESS=m | 529 | CONFIG_NET_SCH_INGRESS=m |
497 | CONFIG_NET_QOS=y | 530 | |
498 | CONFIG_NET_ESTIMATOR=y | 531 | # |
532 | # Classification | ||
533 | # | ||
499 | CONFIG_NET_CLS=y | 534 | CONFIG_NET_CLS=y |
500 | CONFIG_NET_CLS_BASIC=m | 535 | CONFIG_NET_CLS_BASIC=m |
501 | CONFIG_NET_CLS_TCINDEX=m | 536 | CONFIG_NET_CLS_TCINDEX=m |
@@ -504,13 +539,14 @@ CONFIG_NET_CLS_ROUTE=y | |||
504 | CONFIG_NET_CLS_FW=m | 539 | CONFIG_NET_CLS_FW=m |
505 | CONFIG_NET_CLS_U32=m | 540 | CONFIG_NET_CLS_U32=m |
506 | # CONFIG_CLS_U32_PERF is not set | 541 | # CONFIG_CLS_U32_PERF is not set |
507 | CONFIG_NET_CLS_IND=y | ||
508 | # CONFIG_CLS_U32_MARK is not set | 542 | # CONFIG_CLS_U32_MARK is not set |
509 | CONFIG_NET_CLS_RSVP=m | 543 | CONFIG_NET_CLS_RSVP=m |
510 | CONFIG_NET_CLS_RSVP6=m | 544 | CONFIG_NET_CLS_RSVP6=m |
511 | # CONFIG_NET_EMATCH is not set | 545 | # CONFIG_NET_EMATCH is not set |
512 | # CONFIG_NET_CLS_ACT is not set | 546 | # CONFIG_NET_CLS_ACT is not set |
513 | CONFIG_NET_CLS_POLICE=y | 547 | CONFIG_NET_CLS_POLICE=y |
548 | CONFIG_NET_CLS_IND=y | ||
549 | CONFIG_NET_ESTIMATOR=y | ||
514 | 550 | ||
515 | # | 551 | # |
516 | # Network testing | 552 | # Network testing |
@@ -572,18 +608,9 @@ CONFIG_BLK_DEV_RAM=y | |||
572 | CONFIG_BLK_DEV_RAM_COUNT=16 | 608 | CONFIG_BLK_DEV_RAM_COUNT=16 |
573 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 609 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
574 | # CONFIG_BLK_DEV_INITRD is not set | 610 | # CONFIG_BLK_DEV_INITRD is not set |
575 | # CONFIG_LBD is not set | ||
576 | CONFIG_CDROM_PKTCDVD=m | 611 | CONFIG_CDROM_PKTCDVD=m |
577 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 612 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
578 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 613 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
579 | |||
580 | # | ||
581 | # IO Schedulers | ||
582 | # | ||
583 | CONFIG_IOSCHED_NOOP=y | ||
584 | CONFIG_IOSCHED_AS=y | ||
585 | CONFIG_IOSCHED_DEADLINE=y | ||
586 | CONFIG_IOSCHED_CFQ=y | ||
587 | CONFIG_ATA_OVER_ETH=m | 614 | CONFIG_ATA_OVER_ETH=m |
588 | 615 | ||
589 | # | 616 | # |
@@ -680,6 +707,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
680 | # | 707 | # |
681 | # SCSI low-level drivers | 708 | # SCSI low-level drivers |
682 | # | 709 | # |
710 | CONFIG_ISCSI_TCP=m | ||
683 | CONFIG_BLK_DEV_3W_XXXX_RAID=m | 711 | CONFIG_BLK_DEV_3W_XXXX_RAID=m |
684 | CONFIG_SCSI_3W_9XXX=m | 712 | CONFIG_SCSI_3W_9XXX=m |
685 | CONFIG_SCSI_ACARD=m | 713 | CONFIG_SCSI_ACARD=m |
@@ -695,6 +723,7 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y | |||
695 | # CONFIG_SCSI_DPT_I2O is not set | 723 | # CONFIG_SCSI_DPT_I2O is not set |
696 | # CONFIG_MEGARAID_NEWGEN is not set | 724 | # CONFIG_MEGARAID_NEWGEN is not set |
697 | # CONFIG_MEGARAID_LEGACY is not set | 725 | # CONFIG_MEGARAID_LEGACY is not set |
726 | # CONFIG_MEGARAID_SAS is not set | ||
698 | # CONFIG_SCSI_SATA is not set | 727 | # CONFIG_SCSI_SATA is not set |
699 | # CONFIG_SCSI_DMX3191D is not set | 728 | # CONFIG_SCSI_DMX3191D is not set |
700 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 729 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -745,6 +774,7 @@ CONFIG_DM_MULTIPATH_EMC=m | |||
745 | # CONFIG_FUSION is not set | 774 | # CONFIG_FUSION is not set |
746 | # CONFIG_FUSION_SPI is not set | 775 | # CONFIG_FUSION_SPI is not set |
747 | # CONFIG_FUSION_FC is not set | 776 | # CONFIG_FUSION_FC is not set |
777 | # CONFIG_FUSION_SAS is not set | ||
748 | 778 | ||
749 | # | 779 | # |
750 | # IEEE 1394 (FireWire) support | 780 | # IEEE 1394 (FireWire) support |
@@ -774,7 +804,6 @@ CONFIG_TUN=m | |||
774 | # PHY device support | 804 | # PHY device support |
775 | # | 805 | # |
776 | CONFIG_PHYLIB=m | 806 | CONFIG_PHYLIB=m |
777 | CONFIG_PHYCONTROL=y | ||
778 | 807 | ||
779 | # | 808 | # |
780 | # MII PHY device drivers | 809 | # MII PHY device drivers |
@@ -792,6 +821,7 @@ CONFIG_NET_ETHERNET=y | |||
792 | CONFIG_MII=y | 821 | CONFIG_MII=y |
793 | # CONFIG_HAPPYMEAL is not set | 822 | # CONFIG_HAPPYMEAL is not set |
794 | # CONFIG_SUNGEM is not set | 823 | # CONFIG_SUNGEM is not set |
824 | # CONFIG_CASSINI is not set | ||
795 | # CONFIG_NET_VENDOR_3COM is not set | 825 | # CONFIG_NET_VENDOR_3COM is not set |
796 | 826 | ||
797 | # | 827 | # |
@@ -967,6 +997,7 @@ CONFIG_RTC=y | |||
967 | # TPM devices | 997 | # TPM devices |
968 | # | 998 | # |
969 | # CONFIG_TCG_TPM is not set | 999 | # CONFIG_TCG_TPM is not set |
1000 | # CONFIG_TELCLOCK is not set | ||
970 | 1001 | ||
971 | # | 1002 | # |
972 | # I2C support | 1003 | # I2C support |
@@ -1026,6 +1057,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
1026 | # CONFIG_USB is not set | 1057 | # CONFIG_USB is not set |
1027 | 1058 | ||
1028 | # | 1059 | # |
1060 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1061 | # | ||
1062 | |||
1063 | # | ||
1029 | # USB Gadget Support | 1064 | # USB Gadget Support |
1030 | # | 1065 | # |
1031 | # CONFIG_USB_GADGET is not set | 1066 | # CONFIG_USB_GADGET is not set |
@@ -1071,7 +1106,7 @@ CONFIG_JFS_SECURITY=y | |||
1071 | CONFIG_FS_POSIX_ACL=y | 1106 | CONFIG_FS_POSIX_ACL=y |
1072 | CONFIG_XFS_FS=m | 1107 | CONFIG_XFS_FS=m |
1073 | CONFIG_XFS_EXPORT=y | 1108 | CONFIG_XFS_EXPORT=y |
1074 | CONFIG_XFS_QUOTA=m | 1109 | CONFIG_XFS_QUOTA=y |
1075 | CONFIG_XFS_SECURITY=y | 1110 | CONFIG_XFS_SECURITY=y |
1076 | CONFIG_XFS_POSIX_ACL=y | 1111 | CONFIG_XFS_POSIX_ACL=y |
1077 | # CONFIG_XFS_RT is not set | 1112 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index fb9bdd9e3151..04abd1b3202b 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:25 2005 | 4 | # Mon Nov 7 23:05:55 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -184,6 +202,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
184 | CONFIG_FLATMEM=y | 202 | CONFIG_FLATMEM=y |
185 | CONFIG_FLAT_NODE_MEM_MAP=y | 203 | CONFIG_FLAT_NODE_MEM_MAP=y |
186 | # CONFIG_SPARSEMEM_STATIC is not set | 204 | # CONFIG_SPARSEMEM_STATIC is not set |
205 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
187 | CONFIG_PREEMPT_NONE=y | 206 | CONFIG_PREEMPT_NONE=y |
188 | # CONFIG_PREEMPT_VOLUNTARY is not set | 207 | # CONFIG_PREEMPT_VOLUNTARY is not set |
189 | # CONFIG_PREEMPT is not set | 208 | # CONFIG_PREEMPT is not set |
@@ -281,10 +300,18 @@ CONFIG_SCTP_HMAC_MD5=y | |||
281 | CONFIG_NET_DIVERT=y | 300 | CONFIG_NET_DIVERT=y |
282 | # CONFIG_ECONET is not set | 301 | # CONFIG_ECONET is not set |
283 | # CONFIG_WAN_ROUTER is not set | 302 | # CONFIG_WAN_ROUTER is not set |
303 | |||
304 | # | ||
305 | # QoS and/or fair queueing | ||
306 | # | ||
284 | CONFIG_NET_SCHED=y | 307 | CONFIG_NET_SCHED=y |
285 | CONFIG_NET_SCH_CLK_JIFFIES=y | 308 | CONFIG_NET_SCH_CLK_JIFFIES=y |
286 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | 309 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set |
287 | # CONFIG_NET_SCH_CLK_CPU is not set | 310 | # CONFIG_NET_SCH_CLK_CPU is not set |
311 | |||
312 | # | ||
313 | # Queueing/Scheduling | ||
314 | # | ||
288 | CONFIG_NET_SCH_CBQ=m | 315 | CONFIG_NET_SCH_CBQ=m |
289 | CONFIG_NET_SCH_HTB=m | 316 | CONFIG_NET_SCH_HTB=m |
290 | CONFIG_NET_SCH_HFSC=m | 317 | CONFIG_NET_SCH_HFSC=m |
@@ -297,8 +324,10 @@ CONFIG_NET_SCH_GRED=m | |||
297 | CONFIG_NET_SCH_DSMARK=m | 324 | CONFIG_NET_SCH_DSMARK=m |
298 | CONFIG_NET_SCH_NETEM=m | 325 | CONFIG_NET_SCH_NETEM=m |
299 | CONFIG_NET_SCH_INGRESS=m | 326 | CONFIG_NET_SCH_INGRESS=m |
300 | CONFIG_NET_QOS=y | 327 | |
301 | CONFIG_NET_ESTIMATOR=y | 328 | # |
329 | # Classification | ||
330 | # | ||
302 | CONFIG_NET_CLS=y | 331 | CONFIG_NET_CLS=y |
303 | CONFIG_NET_CLS_BASIC=m | 332 | CONFIG_NET_CLS_BASIC=m |
304 | CONFIG_NET_CLS_TCINDEX=m | 333 | CONFIG_NET_CLS_TCINDEX=m |
@@ -311,6 +340,7 @@ CONFIG_NET_CLS_ROUTE=y | |||
311 | # CONFIG_NET_EMATCH is not set | 340 | # CONFIG_NET_EMATCH is not set |
312 | # CONFIG_NET_CLS_ACT is not set | 341 | # CONFIG_NET_CLS_ACT is not set |
313 | # CONFIG_NET_CLS_POLICE is not set | 342 | # CONFIG_NET_CLS_POLICE is not set |
343 | CONFIG_NET_ESTIMATOR=y | ||
314 | 344 | ||
315 | # | 345 | # |
316 | # Network testing | 346 | # Network testing |
@@ -361,16 +391,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
361 | CONFIG_BLK_DEV_NBD=y | 391 | CONFIG_BLK_DEV_NBD=y |
362 | # CONFIG_BLK_DEV_RAM is not set | 392 | # CONFIG_BLK_DEV_RAM is not set |
363 | CONFIG_BLK_DEV_RAM_COUNT=16 | 393 | CONFIG_BLK_DEV_RAM_COUNT=16 |
364 | # CONFIG_LBD is not set | ||
365 | # CONFIG_CDROM_PKTCDVD is not set | 394 | # CONFIG_CDROM_PKTCDVD is not set |
366 | |||
367 | # | ||
368 | # IO Schedulers | ||
369 | # | ||
370 | CONFIG_IOSCHED_NOOP=y | ||
371 | CONFIG_IOSCHED_AS=y | ||
372 | CONFIG_IOSCHED_DEADLINE=y | ||
373 | CONFIG_IOSCHED_CFQ=y | ||
374 | # CONFIG_ATA_OVER_ETH is not set | 395 | # CONFIG_ATA_OVER_ETH is not set |
375 | 396 | ||
376 | # | 397 | # |
@@ -537,6 +558,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
537 | # | 558 | # |
538 | # TPM devices | 559 | # TPM devices |
539 | # | 560 | # |
561 | # CONFIG_TELCLOCK is not set | ||
540 | 562 | ||
541 | # | 563 | # |
542 | # I2C support | 564 | # I2C support |
@@ -589,6 +611,10 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
589 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 611 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
590 | 612 | ||
591 | # | 613 | # |
614 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
615 | # | ||
616 | |||
617 | # | ||
592 | # USB Gadget Support | 618 | # USB Gadget Support |
593 | # | 619 | # |
594 | # CONFIG_USB_GADGET is not set | 620 | # CONFIG_USB_GADGET is not set |
@@ -721,6 +747,8 @@ CONFIG_LOG_BUF_SHIFT=14 | |||
721 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 747 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
722 | # CONFIG_DEBUG_KOBJECT is not set | 748 | # CONFIG_DEBUG_KOBJECT is not set |
723 | CONFIG_DEBUG_INFO=y | 749 | CONFIG_DEBUG_INFO=y |
750 | # CONFIG_DEBUG_VM is not set | ||
751 | # CONFIG_RCU_TORTURE_TEST is not set | ||
724 | CONFIG_CROSSCOMPILE=y | 752 | CONFIG_CROSSCOMPILE=y |
725 | CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp" | 753 | CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp" |
726 | # CONFIG_DEBUG_STACK_USAGE is not set | 754 | # CONFIG_DEBUG_STACK_USAGE is not set |
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index e2c082128532..46814be0ac38 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:26:28 2005 | 4 | # Tue Nov 15 11:12:01 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -182,6 +200,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
182 | CONFIG_FLATMEM=y | 200 | CONFIG_FLATMEM=y |
183 | CONFIG_FLAT_NODE_MEM_MAP=y | 201 | CONFIG_FLAT_NODE_MEM_MAP=y |
184 | # CONFIG_SPARSEMEM_STATIC is not set | 202 | # CONFIG_SPARSEMEM_STATIC is not set |
203 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
185 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
186 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
187 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
@@ -210,7 +229,6 @@ CONFIG_PCMCIA_IOCTL=y | |||
210 | # CONFIG_YENTA is not set | 229 | # CONFIG_YENTA is not set |
211 | # CONFIG_PD6729 is not set | 230 | # CONFIG_PD6729 is not set |
212 | # CONFIG_I82092 is not set | 231 | # CONFIG_I82092 is not set |
213 | # CONFIG_TCIC is not set | ||
214 | CONFIG_PCMCIA_VRC4173=y | 232 | CONFIG_PCMCIA_VRC4173=y |
215 | 233 | ||
216 | # | 234 | # |
@@ -281,6 +299,10 @@ CONFIG_TCP_CONG_BIC=y | |||
281 | # CONFIG_NET_DIVERT is not set | 299 | # CONFIG_NET_DIVERT is not set |
282 | # CONFIG_ECONET is not set | 300 | # CONFIG_ECONET is not set |
283 | # CONFIG_WAN_ROUTER is not set | 301 | # CONFIG_WAN_ROUTER is not set |
302 | |||
303 | # | ||
304 | # QoS and/or fair queueing | ||
305 | # | ||
284 | # CONFIG_NET_SCHED is not set | 306 | # CONFIG_NET_SCHED is not set |
285 | # CONFIG_NET_CLS_ROUTE is not set | 307 | # CONFIG_NET_CLS_ROUTE is not set |
286 | 308 | ||
@@ -341,16 +363,7 @@ CONFIG_CONNECTOR=m | |||
341 | # CONFIG_BLK_DEV_UB is not set | 363 | # CONFIG_BLK_DEV_UB is not set |
342 | # CONFIG_BLK_DEV_RAM is not set | 364 | # CONFIG_BLK_DEV_RAM is not set |
343 | CONFIG_BLK_DEV_RAM_COUNT=16 | 365 | CONFIG_BLK_DEV_RAM_COUNT=16 |
344 | # CONFIG_LBD is not set | ||
345 | # CONFIG_CDROM_PKTCDVD is not set | 366 | # CONFIG_CDROM_PKTCDVD is not set |
346 | |||
347 | # | ||
348 | # IO Schedulers | ||
349 | # | ||
350 | CONFIG_IOSCHED_NOOP=y | ||
351 | CONFIG_IOSCHED_AS=y | ||
352 | CONFIG_IOSCHED_DEADLINE=y | ||
353 | CONFIG_IOSCHED_CFQ=y | ||
354 | CONFIG_ATA_OVER_ETH=m | 367 | CONFIG_ATA_OVER_ETH=m |
355 | 368 | ||
356 | # | 369 | # |
@@ -612,6 +625,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
612 | # CONFIG_WATCHDOG is not set | 625 | # CONFIG_WATCHDOG is not set |
613 | # CONFIG_RTC is not set | 626 | # CONFIG_RTC is not set |
614 | # CONFIG_GEN_RTC is not set | 627 | # CONFIG_GEN_RTC is not set |
628 | # CONFIG_RTC_VR41XX is not set | ||
615 | # CONFIG_DTLK is not set | 629 | # CONFIG_DTLK is not set |
616 | # CONFIG_R3964 is not set | 630 | # CONFIG_R3964 is not set |
617 | # CONFIG_APPLICOM is not set | 631 | # CONFIG_APPLICOM is not set |
@@ -625,6 +639,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
625 | # PCMCIA character devices | 639 | # PCMCIA character devices |
626 | # | 640 | # |
627 | # CONFIG_SYNCLINK_CS is not set | 641 | # CONFIG_SYNCLINK_CS is not set |
642 | # CONFIG_CARDMAN_4000 is not set | ||
643 | # CONFIG_CARDMAN_4040 is not set | ||
628 | CONFIG_GPIO_VR41XX=y | 644 | CONFIG_GPIO_VR41XX=y |
629 | # CONFIG_RAW_DRIVER is not set | 645 | # CONFIG_RAW_DRIVER is not set |
630 | 646 | ||
@@ -632,6 +648,7 @@ CONFIG_GPIO_VR41XX=y | |||
632 | # TPM devices | 648 | # TPM devices |
633 | # | 649 | # |
634 | # CONFIG_TCG_TPM is not set | 650 | # CONFIG_TCG_TPM is not set |
651 | # CONFIG_TELCLOCK is not set | ||
635 | 652 | ||
636 | # | 653 | # |
637 | # I2C support | 654 | # I2C support |
@@ -713,12 +730,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
713 | # | 730 | # |
714 | # USB Device Class drivers | 731 | # USB Device Class drivers |
715 | # | 732 | # |
716 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
717 | # CONFIG_USB_ACM is not set | 733 | # CONFIG_USB_ACM is not set |
718 | # CONFIG_USB_PRINTER is not set | 734 | # CONFIG_USB_PRINTER is not set |
719 | 735 | ||
720 | # | 736 | # |
721 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 737 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
738 | # | ||
739 | |||
740 | # | ||
741 | # may also be needed; see USB_STORAGE Help for more information | ||
722 | # | 742 | # |
723 | # CONFIG_USB_STORAGE is not set | 743 | # CONFIG_USB_STORAGE is not set |
724 | 744 | ||
diff --git a/arch/mips/configs/ocelot_3_defconfig b/arch/mips/configs/ocelot_3_defconfig index f18d05c2ca77..e12118c30db4 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:30 2005 | 4 | # Thu Nov 10 14:01:36 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODVERSIONS=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -187,6 +205,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
187 | CONFIG_FLATMEM=y | 205 | CONFIG_FLATMEM=y |
188 | CONFIG_FLAT_NODE_MEM_MAP=y | 206 | CONFIG_FLAT_NODE_MEM_MAP=y |
189 | # CONFIG_SPARSEMEM_STATIC is not set | 207 | # CONFIG_SPARSEMEM_STATIC is not set |
208 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
190 | # CONFIG_SMP is not set | 209 | # CONFIG_SMP is not set |
191 | CONFIG_PREEMPT_NONE=y | 210 | CONFIG_PREEMPT_NONE=y |
192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 211 | # CONFIG_PREEMPT_VOLUNTARY is not set |
@@ -265,15 +284,19 @@ CONFIG_IPV6=m | |||
265 | # CONFIG_IPV6_TUNNEL is not set | 284 | # CONFIG_IPV6_TUNNEL is not set |
266 | CONFIG_NETFILTER=y | 285 | CONFIG_NETFILTER=y |
267 | # CONFIG_NETFILTER_DEBUG is not set | 286 | # CONFIG_NETFILTER_DEBUG is not set |
287 | |||
288 | # | ||
289 | # Core Netfilter Configuration | ||
290 | # | ||
268 | CONFIG_NETFILTER_NETLINK=m | 291 | CONFIG_NETFILTER_NETLINK=m |
269 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 292 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
270 | CONFIG_NETFILTER_NETLINK_LOG=m | 293 | CONFIG_NETFILTER_NETLINK_LOG=m |
294 | # CONFIG_NF_CONNTRACK is not set | ||
271 | 295 | ||
272 | # | 296 | # |
273 | # IP: Netfilter Configuration | 297 | # IP: Netfilter Configuration |
274 | # | 298 | # |
275 | # CONFIG_IP_NF_CONNTRACK is not set | 299 | # CONFIG_IP_NF_CONNTRACK is not set |
276 | CONFIG_IP_NF_PPTP=m | ||
277 | # CONFIG_IP_NF_QUEUE is not set | 300 | # CONFIG_IP_NF_QUEUE is not set |
278 | # CONFIG_IP_NF_IPTABLES is not set | 301 | # CONFIG_IP_NF_IPTABLES is not set |
279 | # CONFIG_IP_NF_ARPTABLES is not set | 302 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -305,6 +328,10 @@ CONFIG_IP_NF_PPTP=m | |||
305 | # CONFIG_NET_DIVERT is not set | 328 | # CONFIG_NET_DIVERT is not set |
306 | # CONFIG_ECONET is not set | 329 | # CONFIG_ECONET is not set |
307 | # CONFIG_WAN_ROUTER is not set | 330 | # CONFIG_WAN_ROUTER is not set |
331 | |||
332 | # | ||
333 | # QoS and/or fair queueing | ||
334 | # | ||
308 | # CONFIG_NET_SCHED is not set | 335 | # CONFIG_NET_SCHED is not set |
309 | # CONFIG_NET_CLS_ROUTE is not set | 336 | # CONFIG_NET_CLS_ROUTE is not set |
310 | 337 | ||
@@ -365,16 +392,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
365 | # CONFIG_BLK_DEV_SX8 is not set | 392 | # CONFIG_BLK_DEV_SX8 is not set |
366 | # CONFIG_BLK_DEV_RAM is not set | 393 | # CONFIG_BLK_DEV_RAM is not set |
367 | CONFIG_BLK_DEV_RAM_COUNT=16 | 394 | CONFIG_BLK_DEV_RAM_COUNT=16 |
368 | # CONFIG_LBD is not set | ||
369 | # CONFIG_CDROM_PKTCDVD is not set | 395 | # CONFIG_CDROM_PKTCDVD is not set |
370 | |||
371 | # | ||
372 | # IO Schedulers | ||
373 | # | ||
374 | CONFIG_IOSCHED_NOOP=y | ||
375 | CONFIG_IOSCHED_AS=y | ||
376 | CONFIG_IOSCHED_DEADLINE=y | ||
377 | CONFIG_IOSCHED_CFQ=y | ||
378 | CONFIG_ATA_OVER_ETH=m | 396 | CONFIG_ATA_OVER_ETH=m |
379 | 397 | ||
380 | # | 398 | # |
@@ -411,12 +429,13 @@ CONFIG_SCSI_PROC_FS=y | |||
411 | # | 429 | # |
412 | # CONFIG_SCSI_SPI_ATTRS is not set | 430 | # CONFIG_SCSI_SPI_ATTRS is not set |
413 | # CONFIG_SCSI_FC_ATTRS is not set | 431 | # CONFIG_SCSI_FC_ATTRS is not set |
414 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 432 | CONFIG_SCSI_ISCSI_ATTRS=m |
415 | CONFIG_SCSI_SAS_ATTRS=m | 433 | CONFIG_SCSI_SAS_ATTRS=m |
416 | 434 | ||
417 | # | 435 | # |
418 | # SCSI low-level drivers | 436 | # SCSI low-level drivers |
419 | # | 437 | # |
438 | CONFIG_ISCSI_TCP=m | ||
420 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 439 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
421 | # CONFIG_SCSI_3W_9XXX is not set | 440 | # CONFIG_SCSI_3W_9XXX is not set |
422 | # CONFIG_SCSI_ACARD is not set | 441 | # CONFIG_SCSI_ACARD is not set |
@@ -427,6 +446,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
427 | # CONFIG_SCSI_DPT_I2O is not set | 446 | # CONFIG_SCSI_DPT_I2O is not set |
428 | # CONFIG_MEGARAID_NEWGEN is not set | 447 | # CONFIG_MEGARAID_NEWGEN is not set |
429 | # CONFIG_MEGARAID_LEGACY is not set | 448 | # CONFIG_MEGARAID_LEGACY is not set |
449 | # CONFIG_MEGARAID_SAS is not set | ||
430 | # CONFIG_SCSI_SATA is not set | 450 | # CONFIG_SCSI_SATA is not set |
431 | # CONFIG_SCSI_DMX3191D is not set | 451 | # CONFIG_SCSI_DMX3191D is not set |
432 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 452 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -461,6 +481,7 @@ CONFIG_SCSI_QLA2XXX=m | |||
461 | # CONFIG_FUSION is not set | 481 | # CONFIG_FUSION is not set |
462 | # CONFIG_FUSION_SPI is not set | 482 | # CONFIG_FUSION_SPI is not set |
463 | # CONFIG_FUSION_FC is not set | 483 | # CONFIG_FUSION_FC is not set |
484 | # CONFIG_FUSION_SAS is not set | ||
464 | 485 | ||
465 | # | 486 | # |
466 | # IEEE 1394 (FireWire) support | 487 | # IEEE 1394 (FireWire) support |
@@ -490,7 +511,6 @@ CONFIG_TUN=m | |||
490 | # PHY device support | 511 | # PHY device support |
491 | # | 512 | # |
492 | CONFIG_PHYLIB=m | 513 | CONFIG_PHYLIB=m |
493 | CONFIG_PHYCONTROL=y | ||
494 | 514 | ||
495 | # | 515 | # |
496 | # MII PHY device drivers | 516 | # MII PHY device drivers |
@@ -508,6 +528,7 @@ CONFIG_NET_ETHERNET=y | |||
508 | CONFIG_MII=y | 528 | CONFIG_MII=y |
509 | # CONFIG_HAPPYMEAL is not set | 529 | # CONFIG_HAPPYMEAL is not set |
510 | # CONFIG_SUNGEM is not set | 530 | # CONFIG_SUNGEM is not set |
531 | # CONFIG_CASSINI is not set | ||
511 | # CONFIG_NET_VENDOR_3COM is not set | 532 | # CONFIG_NET_VENDOR_3COM is not set |
512 | 533 | ||
513 | # | 534 | # |
@@ -589,6 +610,7 @@ CONFIG_PPP_ASYNC=m | |||
589 | CONFIG_PPP_SYNC_TTY=m | 610 | CONFIG_PPP_SYNC_TTY=m |
590 | CONFIG_PPP_DEFLATE=m | 611 | CONFIG_PPP_DEFLATE=m |
591 | # CONFIG_PPP_BSDCOMP is not set | 612 | # CONFIG_PPP_BSDCOMP is not set |
613 | CONFIG_PPP_MPPE=m | ||
592 | CONFIG_PPPOE=m | 614 | CONFIG_PPPOE=m |
593 | # CONFIG_SLIP is not set | 615 | # CONFIG_SLIP is not set |
594 | # CONFIG_NET_FC is not set | 616 | # CONFIG_NET_FC is not set |
@@ -691,6 +713,7 @@ CONFIG_RTC=y | |||
691 | # TPM devices | 713 | # TPM devices |
692 | # | 714 | # |
693 | # CONFIG_TCG_TPM is not set | 715 | # CONFIG_TCG_TPM is not set |
716 | # CONFIG_TELCLOCK is not set | ||
694 | 717 | ||
695 | # | 718 | # |
696 | # I2C support | 719 | # I2C support |
@@ -733,7 +756,6 @@ CONFIG_FB=y | |||
733 | # CONFIG_FB_CFB_FILLRECT is not set | 756 | # CONFIG_FB_CFB_FILLRECT is not set |
734 | # CONFIG_FB_CFB_COPYAREA is not set | 757 | # CONFIG_FB_CFB_COPYAREA is not set |
735 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 758 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
736 | # CONFIG_FB_SOFT_CURSOR is not set | ||
737 | # CONFIG_FB_MACMODES is not set | 759 | # CONFIG_FB_MACMODES is not set |
738 | CONFIG_FB_MODE_HELPERS=y | 760 | CONFIG_FB_MODE_HELPERS=y |
739 | # CONFIG_FB_TILEBLITTING is not set | 761 | # CONFIG_FB_TILEBLITTING is not set |
@@ -742,6 +764,7 @@ CONFIG_FB_MODE_HELPERS=y | |||
742 | # CONFIG_FB_CYBER2000 is not set | 764 | # CONFIG_FB_CYBER2000 is not set |
743 | # CONFIG_FB_ASILIANT is not set | 765 | # CONFIG_FB_ASILIANT is not set |
744 | # CONFIG_FB_IMSTT is not set | 766 | # CONFIG_FB_IMSTT is not set |
767 | # CONFIG_FB_S1D13XXX is not set | ||
745 | # CONFIG_FB_NVIDIA is not set | 768 | # CONFIG_FB_NVIDIA is not set |
746 | # CONFIG_FB_RIVA is not set | 769 | # CONFIG_FB_RIVA is not set |
747 | # CONFIG_FB_MATROX is not set | 770 | # CONFIG_FB_MATROX is not set |
@@ -758,7 +781,6 @@ CONFIG_FB_MODE_HELPERS=y | |||
758 | # CONFIG_FB_SMIVGX is not set | 781 | # CONFIG_FB_SMIVGX is not set |
759 | # CONFIG_FB_CYBLA is not set | 782 | # CONFIG_FB_CYBLA is not set |
760 | # CONFIG_FB_TRIDENT is not set | 783 | # CONFIG_FB_TRIDENT is not set |
761 | # CONFIG_FB_S1D13XXX is not set | ||
762 | # CONFIG_FB_VIRTUAL is not set | 784 | # CONFIG_FB_VIRTUAL is not set |
763 | 785 | ||
764 | # | 786 | # |
@@ -767,6 +789,7 @@ CONFIG_FB_MODE_HELPERS=y | |||
767 | # CONFIG_VGA_CONSOLE is not set | 789 | # CONFIG_VGA_CONSOLE is not set |
768 | CONFIG_DUMMY_CONSOLE=y | 790 | CONFIG_DUMMY_CONSOLE=y |
769 | CONFIG_FRAMEBUFFER_CONSOLE=y | 791 | CONFIG_FRAMEBUFFER_CONSOLE=y |
792 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
770 | # CONFIG_FONTS is not set | 793 | # CONFIG_FONTS is not set |
771 | CONFIG_FONT_8x8=y | 794 | CONFIG_FONT_8x8=y |
772 | CONFIG_FONT_8x16=y | 795 | CONFIG_FONT_8x16=y |
@@ -793,6 +816,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
793 | # CONFIG_USB is not set | 816 | # CONFIG_USB is not set |
794 | 817 | ||
795 | # | 818 | # |
819 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
820 | # | ||
821 | |||
822 | # | ||
796 | # USB Gadget Support | 823 | # USB Gadget Support |
797 | # | 824 | # |
798 | # CONFIG_USB_GADGET is not set | 825 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index d3a5fee02b79..99f0c980aee7 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:33 2005 | 4 | # Mon Nov 7 23:06:05 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,23 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | |||
57 | # | ||
58 | # IO Schedulers | ||
59 | # | ||
60 | CONFIG_IOSCHED_NOOP=y | ||
61 | CONFIG_IOSCHED_AS=y | ||
62 | CONFIG_IOSCHED_DEADLINE=y | ||
63 | CONFIG_IOSCHED_CFQ=y | ||
64 | CONFIG_DEFAULT_AS=y | ||
65 | # CONFIG_DEFAULT_DEADLINE is not set | ||
66 | # CONFIG_DEFAULT_CFQ is not set | ||
67 | # CONFIG_DEFAULT_NOOP is not set | ||
68 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
69 | |||
70 | # | ||
54 | # Machine selection | 71 | # Machine selection |
55 | # | 72 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 73 | # CONFIG_MIPS_MTX1 is not set |
@@ -176,6 +193,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
176 | CONFIG_FLATMEM=y | 193 | CONFIG_FLATMEM=y |
177 | CONFIG_FLAT_NODE_MEM_MAP=y | 194 | CONFIG_FLAT_NODE_MEM_MAP=y |
178 | # CONFIG_SPARSEMEM_STATIC is not set | 195 | # CONFIG_SPARSEMEM_STATIC is not set |
196 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
179 | CONFIG_PREEMPT_NONE=y | 197 | CONFIG_PREEMPT_NONE=y |
180 | # CONFIG_PREEMPT_VOLUNTARY is not set | 198 | # CONFIG_PREEMPT_VOLUNTARY is not set |
181 | # CONFIG_PREEMPT is not set | 199 | # CONFIG_PREEMPT is not set |
@@ -267,6 +285,10 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_NET_DIVERT is not set | 285 | # CONFIG_NET_DIVERT is not set |
268 | # CONFIG_ECONET is not set | 286 | # CONFIG_ECONET is not set |
269 | # CONFIG_WAN_ROUTER is not set | 287 | # CONFIG_WAN_ROUTER is not set |
288 | |||
289 | # | ||
290 | # QoS and/or fair queueing | ||
291 | # | ||
270 | # CONFIG_NET_SCHED is not set | 292 | # CONFIG_NET_SCHED is not set |
271 | # CONFIG_NET_CLS_ROUTE is not set | 293 | # CONFIG_NET_CLS_ROUTE is not set |
272 | 294 | ||
@@ -298,6 +320,7 @@ CONFIG_FW_LOADER=y | |||
298 | # Connector - unified userspace <-> kernelspace linker | 320 | # Connector - unified userspace <-> kernelspace linker |
299 | # | 321 | # |
300 | CONFIG_CONNECTOR=y | 322 | CONFIG_CONNECTOR=y |
323 | CONFIG_PROC_EVENTS=y | ||
301 | 324 | ||
302 | # | 325 | # |
303 | # Memory Technology Devices (MTD) | 326 | # Memory Technology Devices (MTD) |
@@ -329,14 +352,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
329 | CONFIG_CDROM_PKTCDVD=y | 352 | CONFIG_CDROM_PKTCDVD=y |
330 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 353 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
331 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 354 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
332 | |||
333 | # | ||
334 | # IO Schedulers | ||
335 | # | ||
336 | CONFIG_IOSCHED_NOOP=y | ||
337 | CONFIG_IOSCHED_AS=y | ||
338 | CONFIG_IOSCHED_DEADLINE=y | ||
339 | CONFIG_IOSCHED_CFQ=y | ||
340 | CONFIG_ATA_OVER_ETH=y | 355 | CONFIG_ATA_OVER_ETH=y |
341 | 356 | ||
342 | # | 357 | # |
@@ -388,7 +403,6 @@ CONFIG_NETDEVICES=y | |||
388 | # PHY device support | 403 | # PHY device support |
389 | # | 404 | # |
390 | CONFIG_PHYLIB=y | 405 | CONFIG_PHYLIB=y |
391 | CONFIG_PHYCONTROL=y | ||
392 | 406 | ||
393 | # | 407 | # |
394 | # MII PHY device drivers | 408 | # MII PHY device drivers |
@@ -406,6 +420,7 @@ CONFIG_NET_ETHERNET=y | |||
406 | # CONFIG_MII is not set | 420 | # CONFIG_MII is not set |
407 | # CONFIG_HAPPYMEAL is not set | 421 | # CONFIG_HAPPYMEAL is not set |
408 | # CONFIG_SUNGEM is not set | 422 | # CONFIG_SUNGEM is not set |
423 | # CONFIG_CASSINI is not set | ||
409 | # CONFIG_NET_VENDOR_3COM is not set | 424 | # CONFIG_NET_VENDOR_3COM is not set |
410 | 425 | ||
411 | # | 426 | # |
@@ -562,6 +577,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
562 | # TPM devices | 577 | # TPM devices |
563 | # | 578 | # |
564 | # CONFIG_TCG_TPM is not set | 579 | # CONFIG_TCG_TPM is not set |
580 | # CONFIG_TELCLOCK is not set | ||
565 | 581 | ||
566 | # | 582 | # |
567 | # I2C support | 583 | # I2C support |
@@ -621,6 +637,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
621 | # CONFIG_USB is not set | 637 | # CONFIG_USB is not set |
622 | 638 | ||
623 | # | 639 | # |
640 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
641 | # | ||
642 | |||
643 | # | ||
624 | # USB Gadget Support | 644 | # USB Gadget Support |
625 | # | 645 | # |
626 | # CONFIG_USB_GADGET is not set | 646 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index 1edde12ebff9..11c7d74ee1e5 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:35 2005 | 4 | # Mon Nov 7 23:06:08 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,24 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | # CONFIG_LBD is not set | ||
57 | |||
58 | # | ||
59 | # IO Schedulers | ||
60 | # | ||
61 | CONFIG_IOSCHED_NOOP=y | ||
62 | CONFIG_IOSCHED_AS=y | ||
63 | CONFIG_IOSCHED_DEADLINE=y | ||
64 | CONFIG_IOSCHED_CFQ=y | ||
65 | CONFIG_DEFAULT_AS=y | ||
66 | # CONFIG_DEFAULT_DEADLINE is not set | ||
67 | # CONFIG_DEFAULT_CFQ is not set | ||
68 | # CONFIG_DEFAULT_NOOP is not set | ||
69 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | |||
71 | # | ||
54 | # Machine selection | 72 | # Machine selection |
55 | # | 73 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 74 | # CONFIG_MIPS_MTX1 is not set |
@@ -181,6 +199,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
181 | CONFIG_FLATMEM=y | 199 | CONFIG_FLATMEM=y |
182 | CONFIG_FLAT_NODE_MEM_MAP=y | 200 | CONFIG_FLAT_NODE_MEM_MAP=y |
183 | # CONFIG_SPARSEMEM_STATIC is not set | 201 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
184 | CONFIG_PREEMPT_NONE=y | 203 | CONFIG_PREEMPT_NONE=y |
185 | # CONFIG_PREEMPT_VOLUNTARY is not set | 204 | # CONFIG_PREEMPT_VOLUNTARY is not set |
186 | # CONFIG_PREEMPT is not set | 205 | # CONFIG_PREEMPT is not set |
@@ -265,6 +284,10 @@ CONFIG_TCP_CONG_BIC=y | |||
265 | # CONFIG_NET_DIVERT is not set | 284 | # CONFIG_NET_DIVERT is not set |
266 | # CONFIG_ECONET is not set | 285 | # CONFIG_ECONET is not set |
267 | # CONFIG_WAN_ROUTER is not set | 286 | # CONFIG_WAN_ROUTER is not set |
287 | |||
288 | # | ||
289 | # QoS and/or fair queueing | ||
290 | # | ||
268 | # CONFIG_NET_SCHED is not set | 291 | # CONFIG_NET_SCHED is not set |
269 | # CONFIG_NET_CLS_ROUTE is not set | 292 | # CONFIG_NET_CLS_ROUTE is not set |
270 | 293 | ||
@@ -296,6 +319,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
296 | # Connector - unified userspace <-> kernelspace linker | 319 | # Connector - unified userspace <-> kernelspace linker |
297 | # | 320 | # |
298 | CONFIG_CONNECTOR=y | 321 | CONFIG_CONNECTOR=y |
322 | CONFIG_PROC_EVENTS=y | ||
299 | 323 | ||
300 | # | 324 | # |
301 | # Memory Technology Devices (MTD) | 325 | # Memory Technology Devices (MTD) |
@@ -319,18 +343,9 @@ CONFIG_CONNECTOR=y | |||
319 | # CONFIG_BLK_DEV_NBD is not set | 343 | # CONFIG_BLK_DEV_NBD is not set |
320 | # CONFIG_BLK_DEV_RAM is not set | 344 | # CONFIG_BLK_DEV_RAM is not set |
321 | CONFIG_BLK_DEV_RAM_COUNT=16 | 345 | CONFIG_BLK_DEV_RAM_COUNT=16 |
322 | # CONFIG_LBD is not set | ||
323 | CONFIG_CDROM_PKTCDVD=y | 346 | CONFIG_CDROM_PKTCDVD=y |
324 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 347 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
325 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 348 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
326 | |||
327 | # | ||
328 | # IO Schedulers | ||
329 | # | ||
330 | CONFIG_IOSCHED_NOOP=y | ||
331 | CONFIG_IOSCHED_AS=y | ||
332 | CONFIG_IOSCHED_DEADLINE=y | ||
333 | CONFIG_IOSCHED_CFQ=y | ||
334 | CONFIG_ATA_OVER_ETH=y | 349 | CONFIG_ATA_OVER_ETH=y |
335 | 350 | ||
336 | # | 351 | # |
@@ -375,7 +390,6 @@ CONFIG_NETDEVICES=y | |||
375 | # PHY device support | 390 | # PHY device support |
376 | # | 391 | # |
377 | CONFIG_PHYLIB=y | 392 | CONFIG_PHYLIB=y |
378 | CONFIG_PHYCONTROL=y | ||
379 | 393 | ||
380 | # | 394 | # |
381 | # MII PHY device drivers | 395 | # MII PHY device drivers |
@@ -513,6 +527,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
513 | # | 527 | # |
514 | # TPM devices | 528 | # TPM devices |
515 | # | 529 | # |
530 | # CONFIG_TELCLOCK is not set | ||
516 | 531 | ||
517 | # | 532 | # |
518 | # I2C support | 533 | # I2C support |
@@ -571,6 +586,10 @@ CONFIG_DUMMY_CONSOLE=y | |||
571 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 586 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
572 | 587 | ||
573 | # | 588 | # |
589 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
590 | # | ||
591 | |||
592 | # | ||
574 | # USB Gadget Support | 593 | # USB Gadget Support |
575 | # | 594 | # |
576 | # CONFIG_USB_GADGET is not set | 595 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/ocelot_g_defconfig b/arch/mips/configs/ocelot_g_defconfig index e2d5188cdc15..9ced1a9029d4 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:38 2005 | 4 | # Mon Nov 7 23:06:11 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -51,6 +51,23 @@ CONFIG_BASE_SMALL=0 | |||
51 | # CONFIG_MODULES is not set | 51 | # CONFIG_MODULES is not set |
52 | 52 | ||
53 | # | 53 | # |
54 | # Block layer | ||
55 | # | ||
56 | |||
57 | # | ||
58 | # IO Schedulers | ||
59 | # | ||
60 | CONFIG_IOSCHED_NOOP=y | ||
61 | CONFIG_IOSCHED_AS=y | ||
62 | CONFIG_IOSCHED_DEADLINE=y | ||
63 | CONFIG_IOSCHED_CFQ=y | ||
64 | CONFIG_DEFAULT_AS=y | ||
65 | # CONFIG_DEFAULT_DEADLINE is not set | ||
66 | # CONFIG_DEFAULT_CFQ is not set | ||
67 | # CONFIG_DEFAULT_NOOP is not set | ||
68 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
69 | |||
70 | # | ||
54 | # Machine selection | 71 | # Machine selection |
55 | # | 72 | # |
56 | # CONFIG_MIPS_MTX1 is not set | 73 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +196,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 196 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 198 | # CONFIG_SPARSEMEM_STATIC is not set |
199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 200 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 201 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 202 | # CONFIG_PREEMPT is not set |
@@ -270,6 +288,10 @@ CONFIG_TCP_CONG_BIC=y | |||
270 | # CONFIG_NET_DIVERT is not set | 288 | # CONFIG_NET_DIVERT is not set |
271 | # CONFIG_ECONET is not set | 289 | # CONFIG_ECONET is not set |
272 | # CONFIG_WAN_ROUTER is not set | 290 | # CONFIG_WAN_ROUTER is not set |
291 | |||
292 | # | ||
293 | # QoS and/or fair queueing | ||
294 | # | ||
273 | # CONFIG_NET_SCHED is not set | 295 | # CONFIG_NET_SCHED is not set |
274 | # CONFIG_NET_CLS_ROUTE is not set | 296 | # CONFIG_NET_CLS_ROUTE is not set |
275 | 297 | ||
@@ -301,6 +323,7 @@ CONFIG_FW_LOADER=y | |||
301 | # Connector - unified userspace <-> kernelspace linker | 323 | # Connector - unified userspace <-> kernelspace linker |
302 | # | 324 | # |
303 | CONFIG_CONNECTOR=y | 325 | CONFIG_CONNECTOR=y |
326 | CONFIG_PROC_EVENTS=y | ||
304 | 327 | ||
305 | # | 328 | # |
306 | # Memory Technology Devices (MTD) | 329 | # Memory Technology Devices (MTD) |
@@ -332,14 +355,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
332 | CONFIG_CDROM_PKTCDVD=y | 355 | CONFIG_CDROM_PKTCDVD=y |
333 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 356 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
334 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 357 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
335 | |||
336 | # | ||
337 | # IO Schedulers | ||
338 | # | ||
339 | CONFIG_IOSCHED_NOOP=y | ||
340 | CONFIG_IOSCHED_AS=y | ||
341 | CONFIG_IOSCHED_DEADLINE=y | ||
342 | CONFIG_IOSCHED_CFQ=y | ||
343 | CONFIG_ATA_OVER_ETH=y | 358 | CONFIG_ATA_OVER_ETH=y |
344 | 359 | ||
345 | # | 360 | # |
@@ -391,7 +406,6 @@ CONFIG_NETDEVICES=y | |||
391 | # PHY device support | 406 | # PHY device support |
392 | # | 407 | # |
393 | CONFIG_PHYLIB=y | 408 | CONFIG_PHYLIB=y |
394 | CONFIG_PHYCONTROL=y | ||
395 | 409 | ||
396 | # | 410 | # |
397 | # MII PHY device drivers | 411 | # MII PHY device drivers |
@@ -410,6 +424,7 @@ CONFIG_MII=y | |||
410 | CONFIG_GALILEO_64240_ETH=y | 424 | CONFIG_GALILEO_64240_ETH=y |
411 | # CONFIG_HAPPYMEAL is not set | 425 | # CONFIG_HAPPYMEAL is not set |
412 | # CONFIG_SUNGEM is not set | 426 | # CONFIG_SUNGEM is not set |
427 | # CONFIG_CASSINI is not set | ||
413 | # CONFIG_NET_VENDOR_3COM is not set | 428 | # CONFIG_NET_VENDOR_3COM is not set |
414 | 429 | ||
415 | # | 430 | # |
@@ -565,6 +580,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
565 | # TPM devices | 580 | # TPM devices |
566 | # | 581 | # |
567 | # CONFIG_TCG_TPM is not set | 582 | # CONFIG_TCG_TPM is not set |
583 | # CONFIG_TELCLOCK is not set | ||
568 | 584 | ||
569 | # | 585 | # |
570 | # I2C support | 586 | # I2C support |
@@ -624,6 +640,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
624 | # CONFIG_USB is not set | 640 | # CONFIG_USB is not set |
625 | 641 | ||
626 | # | 642 | # |
643 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
644 | # | ||
645 | |||
646 | # | ||
627 | # USB Gadget Support | 647 | # USB Gadget Support |
628 | # | 648 | # |
629 | # CONFIG_USB_GADGET is not set | 649 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 47247addee1b..dbcaa77add7c 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:26:41 2005 | 4 | # Tue Nov 15 11:12:31 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -180,6 +198,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
180 | CONFIG_FLATMEM=y | 198 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 199 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 200 | # CONFIG_SPARSEMEM_STATIC is not set |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
183 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
184 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
185 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
@@ -203,7 +222,6 @@ CONFIG_PCMCIA_IOCTL=y | |||
203 | # | 222 | # |
204 | # PC-card bridges | 223 | # PC-card bridges |
205 | # | 224 | # |
206 | # CONFIG_TCIC is not set | ||
207 | # CONFIG_PCMCIA_AU1X00 is not set | 225 | # CONFIG_PCMCIA_AU1X00 is not set |
208 | 226 | ||
209 | # | 227 | # |
@@ -261,15 +279,19 @@ CONFIG_TCP_CONG_BIC=y | |||
261 | # CONFIG_IPV6 is not set | 279 | # CONFIG_IPV6 is not set |
262 | CONFIG_NETFILTER=y | 280 | CONFIG_NETFILTER=y |
263 | # CONFIG_NETFILTER_DEBUG is not set | 281 | # CONFIG_NETFILTER_DEBUG is not set |
282 | |||
283 | # | ||
284 | # Core Netfilter Configuration | ||
285 | # | ||
264 | CONFIG_NETFILTER_NETLINK=m | 286 | CONFIG_NETFILTER_NETLINK=m |
265 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 287 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
266 | CONFIG_NETFILTER_NETLINK_LOG=m | 288 | CONFIG_NETFILTER_NETLINK_LOG=m |
289 | # CONFIG_NF_CONNTRACK is not set | ||
267 | 290 | ||
268 | # | 291 | # |
269 | # IP: Netfilter Configuration | 292 | # IP: Netfilter Configuration |
270 | # | 293 | # |
271 | # CONFIG_IP_NF_CONNTRACK is not set | 294 | # CONFIG_IP_NF_CONNTRACK is not set |
272 | CONFIG_IP_NF_PPTP=m | ||
273 | # CONFIG_IP_NF_QUEUE is not set | 295 | # CONFIG_IP_NF_QUEUE is not set |
274 | # CONFIG_IP_NF_IPTABLES is not set | 296 | # CONFIG_IP_NF_IPTABLES is not set |
275 | # CONFIG_IP_NF_ARPTABLES is not set | 297 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -295,6 +317,10 @@ CONFIG_IP_NF_PPTP=m | |||
295 | # CONFIG_NET_DIVERT is not set | 317 | # CONFIG_NET_DIVERT is not set |
296 | # CONFIG_ECONET is not set | 318 | # CONFIG_ECONET is not set |
297 | # CONFIG_WAN_ROUTER is not set | 319 | # CONFIG_WAN_ROUTER is not set |
320 | |||
321 | # | ||
322 | # QoS and/or fair queueing | ||
323 | # | ||
298 | # CONFIG_NET_SCHED is not set | 324 | # CONFIG_NET_SCHED is not set |
299 | # CONFIG_NET_CLS_ROUTE is not set | 325 | # CONFIG_NET_CLS_ROUTE is not set |
300 | 326 | ||
@@ -345,6 +371,7 @@ CONFIG_MTD_BLOCK=y | |||
345 | # CONFIG_FTL is not set | 371 | # CONFIG_FTL is not set |
346 | # CONFIG_NFTL is not set | 372 | # CONFIG_NFTL is not set |
347 | # CONFIG_INFTL is not set | 373 | # CONFIG_INFTL is not set |
374 | # CONFIG_RFD_FTL is not set | ||
348 | 375 | ||
349 | # | 376 | # |
350 | # RAM/ROM/Flash chip drivers | 377 | # RAM/ROM/Flash chip drivers |
@@ -402,6 +429,11 @@ CONFIG_MTD_ALCHEMY=y | |||
402 | # CONFIG_MTD_NAND is not set | 429 | # CONFIG_MTD_NAND is not set |
403 | 430 | ||
404 | # | 431 | # |
432 | # OneNAND Flash Device Drivers | ||
433 | # | ||
434 | # CONFIG_MTD_ONENAND is not set | ||
435 | |||
436 | # | ||
405 | # Parallel port support | 437 | # Parallel port support |
406 | # | 438 | # |
407 | # CONFIG_PARPORT is not set | 439 | # CONFIG_PARPORT is not set |
@@ -419,18 +451,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
419 | # CONFIG_BLK_DEV_NBD is not set | 451 | # CONFIG_BLK_DEV_NBD is not set |
420 | # CONFIG_BLK_DEV_RAM is not set | 452 | # CONFIG_BLK_DEV_RAM is not set |
421 | CONFIG_BLK_DEV_RAM_COUNT=16 | 453 | CONFIG_BLK_DEV_RAM_COUNT=16 |
422 | # CONFIG_LBD is not set | ||
423 | CONFIG_CDROM_PKTCDVD=m | 454 | CONFIG_CDROM_PKTCDVD=m |
424 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 455 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
425 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 456 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
426 | |||
427 | # | ||
428 | # IO Schedulers | ||
429 | # | ||
430 | CONFIG_IOSCHED_NOOP=y | ||
431 | CONFIG_IOSCHED_AS=y | ||
432 | CONFIG_IOSCHED_DEADLINE=y | ||
433 | CONFIG_IOSCHED_CFQ=y | ||
434 | CONFIG_ATA_OVER_ETH=m | 457 | CONFIG_ATA_OVER_ETH=m |
435 | 458 | ||
436 | # | 459 | # |
@@ -475,7 +498,6 @@ CONFIG_NETDEVICES=y | |||
475 | # PHY device support | 498 | # PHY device support |
476 | # | 499 | # |
477 | CONFIG_PHYLIB=m | 500 | CONFIG_PHYLIB=m |
478 | CONFIG_PHYCONTROL=y | ||
479 | 501 | ||
480 | # | 502 | # |
481 | # MII PHY device drivers | 503 | # MII PHY device drivers |
@@ -492,6 +514,7 @@ CONFIG_CICADA_PHY=m | |||
492 | CONFIG_NET_ETHERNET=y | 514 | CONFIG_NET_ETHERNET=y |
493 | # CONFIG_MII is not set | 515 | # CONFIG_MII is not set |
494 | # CONFIG_MIPS_AU1X00_ENET is not set | 516 | # CONFIG_MIPS_AU1X00_ENET is not set |
517 | # CONFIG_SMC91X is not set | ||
495 | 518 | ||
496 | # | 519 | # |
497 | # Ethernet (1000 Mbit) | 520 | # Ethernet (1000 Mbit) |
@@ -526,6 +549,7 @@ CONFIG_PPP_ASYNC=m | |||
526 | # CONFIG_PPP_SYNC_TTY is not set | 549 | # CONFIG_PPP_SYNC_TTY is not set |
527 | CONFIG_PPP_DEFLATE=m | 550 | CONFIG_PPP_DEFLATE=m |
528 | # CONFIG_PPP_BSDCOMP is not set | 551 | # CONFIG_PPP_BSDCOMP is not set |
552 | CONFIG_PPP_MPPE=m | ||
529 | CONFIG_PPPOE=m | 553 | CONFIG_PPPOE=m |
530 | # CONFIG_SLIP is not set | 554 | # CONFIG_SLIP is not set |
531 | # CONFIG_SHAPER is not set | 555 | # CONFIG_SHAPER is not set |
@@ -592,12 +616,19 @@ CONFIG_HW_CONSOLE=y | |||
592 | # | 616 | # |
593 | # Serial drivers | 617 | # Serial drivers |
594 | # | 618 | # |
595 | # CONFIG_SERIAL_8250 is not set | 619 | CONFIG_SERIAL_8250=y |
620 | CONFIG_SERIAL_8250_CONSOLE=y | ||
621 | # CONFIG_SERIAL_8250_CS is not set | ||
622 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
623 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
624 | CONFIG_SERIAL_8250_AU1X00=y | ||
596 | 625 | ||
597 | # | 626 | # |
598 | # Non-8250 serial port support | 627 | # Non-8250 serial port support |
599 | # | 628 | # |
600 | # CONFIG_SERIAL_AU1X00 is not set | 629 | # CONFIG_SERIAL_AU1X00 is not set |
630 | CONFIG_SERIAL_CORE=y | ||
631 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
601 | CONFIG_UNIX98_PTYS=y | 632 | CONFIG_UNIX98_PTYS=y |
602 | CONFIG_LEGACY_PTYS=y | 633 | CONFIG_LEGACY_PTYS=y |
603 | CONFIG_LEGACY_PTY_COUNT=256 | 634 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -624,11 +655,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
624 | # PCMCIA character devices | 655 | # PCMCIA character devices |
625 | # | 656 | # |
626 | CONFIG_SYNCLINK_CS=m | 657 | CONFIG_SYNCLINK_CS=m |
658 | # CONFIG_CARDMAN_4000 is not set | ||
659 | # CONFIG_CARDMAN_4040 is not set | ||
627 | # CONFIG_RAW_DRIVER is not set | 660 | # CONFIG_RAW_DRIVER is not set |
628 | 661 | ||
629 | # | 662 | # |
630 | # TPM devices | 663 | # TPM devices |
631 | # | 664 | # |
665 | # CONFIG_TELCLOCK is not set | ||
632 | 666 | ||
633 | # | 667 | # |
634 | # I2C support | 668 | # I2C support |
@@ -688,6 +722,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
688 | # CONFIG_USB is not set | 722 | # CONFIG_USB is not set |
689 | 723 | ||
690 | # | 724 | # |
725 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
726 | # | ||
727 | |||
728 | # | ||
691 | # USB Gadget Support | 729 | # USB Gadget Support |
692 | # | 730 | # |
693 | # CONFIG_USB_GADGET is not set | 731 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index f91a4eaae51a..5b685ceb6fde 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:26:44 2005 | 4 | # Tue Nov 15 11:14:25 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +197,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 197 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 198 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 199 | # CONFIG_SPARSEMEM_STATIC is not set |
200 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
@@ -207,7 +226,6 @@ CONFIG_CARDBUS=y | |||
207 | # CONFIG_YENTA is not set | 226 | # CONFIG_YENTA is not set |
208 | CONFIG_PD6729=m | 227 | CONFIG_PD6729=m |
209 | # CONFIG_I82092 is not set | 228 | # CONFIG_I82092 is not set |
210 | # CONFIG_TCIC is not set | ||
211 | # CONFIG_PCMCIA_AU1X00 is not set | 229 | # CONFIG_PCMCIA_AU1X00 is not set |
212 | CONFIG_PCCARD_NONSTATIC=m | 230 | CONFIG_PCCARD_NONSTATIC=m |
213 | 231 | ||
@@ -267,15 +285,19 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_IPV6 is not set | 285 | # CONFIG_IPV6 is not set |
268 | CONFIG_NETFILTER=y | 286 | CONFIG_NETFILTER=y |
269 | # CONFIG_NETFILTER_DEBUG is not set | 287 | # CONFIG_NETFILTER_DEBUG is not set |
288 | |||
289 | # | ||
290 | # Core Netfilter Configuration | ||
291 | # | ||
270 | CONFIG_NETFILTER_NETLINK=m | 292 | CONFIG_NETFILTER_NETLINK=m |
271 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 293 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
272 | CONFIG_NETFILTER_NETLINK_LOG=m | 294 | CONFIG_NETFILTER_NETLINK_LOG=m |
295 | # CONFIG_NF_CONNTRACK is not set | ||
273 | 296 | ||
274 | # | 297 | # |
275 | # IP: Netfilter Configuration | 298 | # IP: Netfilter Configuration |
276 | # | 299 | # |
277 | # CONFIG_IP_NF_CONNTRACK is not set | 300 | # CONFIG_IP_NF_CONNTRACK is not set |
278 | CONFIG_IP_NF_PPTP=m | ||
279 | # CONFIG_IP_NF_QUEUE is not set | 301 | # CONFIG_IP_NF_QUEUE is not set |
280 | # CONFIG_IP_NF_IPTABLES is not set | 302 | # CONFIG_IP_NF_IPTABLES is not set |
281 | # CONFIG_IP_NF_ARPTABLES is not set | 303 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -301,6 +323,10 @@ CONFIG_IP_NF_PPTP=m | |||
301 | # CONFIG_NET_DIVERT is not set | 323 | # CONFIG_NET_DIVERT is not set |
302 | # CONFIG_ECONET is not set | 324 | # CONFIG_ECONET is not set |
303 | # CONFIG_WAN_ROUTER is not set | 325 | # CONFIG_WAN_ROUTER is not set |
326 | |||
327 | # | ||
328 | # QoS and/or fair queueing | ||
329 | # | ||
304 | # CONFIG_NET_SCHED is not set | 330 | # CONFIG_NET_SCHED is not set |
305 | # CONFIG_NET_CLS_ROUTE is not set | 331 | # CONFIG_NET_CLS_ROUTE is not set |
306 | 332 | ||
@@ -351,6 +377,7 @@ CONFIG_MTD_BLOCK=y | |||
351 | # CONFIG_FTL is not set | 377 | # CONFIG_FTL is not set |
352 | # CONFIG_NFTL is not set | 378 | # CONFIG_NFTL is not set |
353 | # CONFIG_INFTL is not set | 379 | # CONFIG_INFTL is not set |
380 | # CONFIG_RFD_FTL is not set | ||
354 | 381 | ||
355 | # | 382 | # |
356 | # RAM/ROM/Flash chip drivers | 383 | # RAM/ROM/Flash chip drivers |
@@ -409,6 +436,11 @@ CONFIG_MTD_ALCHEMY=y | |||
409 | # CONFIG_MTD_NAND is not set | 436 | # CONFIG_MTD_NAND is not set |
410 | 437 | ||
411 | # | 438 | # |
439 | # OneNAND Flash Device Drivers | ||
440 | # | ||
441 | # CONFIG_MTD_ONENAND is not set | ||
442 | |||
443 | # | ||
412 | # Parallel port support | 444 | # Parallel port support |
413 | # | 445 | # |
414 | # CONFIG_PARPORT is not set | 446 | # CONFIG_PARPORT is not set |
@@ -431,18 +463,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
431 | # CONFIG_BLK_DEV_SX8 is not set | 463 | # CONFIG_BLK_DEV_SX8 is not set |
432 | # CONFIG_BLK_DEV_RAM is not set | 464 | # CONFIG_BLK_DEV_RAM is not set |
433 | CONFIG_BLK_DEV_RAM_COUNT=16 | 465 | CONFIG_BLK_DEV_RAM_COUNT=16 |
434 | # CONFIG_LBD is not set | ||
435 | CONFIG_CDROM_PKTCDVD=m | 466 | CONFIG_CDROM_PKTCDVD=m |
436 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 467 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
437 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 468 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
438 | |||
439 | # | ||
440 | # IO Schedulers | ||
441 | # | ||
442 | CONFIG_IOSCHED_NOOP=y | ||
443 | CONFIG_IOSCHED_AS=y | ||
444 | CONFIG_IOSCHED_DEADLINE=y | ||
445 | CONFIG_IOSCHED_CFQ=y | ||
446 | CONFIG_ATA_OVER_ETH=m | 469 | CONFIG_ATA_OVER_ETH=m |
447 | 470 | ||
448 | # | 471 | # |
@@ -546,7 +569,6 @@ CONFIG_NETDEVICES=y | |||
546 | # PHY device support | 569 | # PHY device support |
547 | # | 570 | # |
548 | CONFIG_PHYLIB=m | 571 | CONFIG_PHYLIB=m |
549 | CONFIG_PHYCONTROL=y | ||
550 | 572 | ||
551 | # | 573 | # |
552 | # MII PHY device drivers | 574 | # MII PHY device drivers |
@@ -565,7 +587,9 @@ CONFIG_MII=m | |||
565 | CONFIG_MIPS_AU1X00_ENET=y | 587 | CONFIG_MIPS_AU1X00_ENET=y |
566 | # CONFIG_HAPPYMEAL is not set | 588 | # CONFIG_HAPPYMEAL is not set |
567 | # CONFIG_SUNGEM is not set | 589 | # CONFIG_SUNGEM is not set |
590 | # CONFIG_CASSINI is not set | ||
568 | # CONFIG_NET_VENDOR_3COM is not set | 591 | # CONFIG_NET_VENDOR_3COM is not set |
592 | # CONFIG_SMC91X is not set | ||
569 | 593 | ||
570 | # | 594 | # |
571 | # Tulip family network device support | 595 | # Tulip family network device support |
@@ -635,6 +659,7 @@ CONFIG_PPP_ASYNC=m | |||
635 | # CONFIG_PPP_SYNC_TTY is not set | 659 | # CONFIG_PPP_SYNC_TTY is not set |
636 | CONFIG_PPP_DEFLATE=m | 660 | CONFIG_PPP_DEFLATE=m |
637 | # CONFIG_PPP_BSDCOMP is not set | 661 | # CONFIG_PPP_BSDCOMP is not set |
662 | CONFIG_PPP_MPPE=m | ||
638 | CONFIG_PPPOE=m | 663 | CONFIG_PPPOE=m |
639 | # CONFIG_SLIP is not set | 664 | # CONFIG_SLIP is not set |
640 | # CONFIG_SHAPER is not set | 665 | # CONFIG_SHAPER is not set |
@@ -700,13 +725,17 @@ CONFIG_SERIO_RAW=m | |||
700 | # | 725 | # |
701 | # Serial drivers | 726 | # Serial drivers |
702 | # | 727 | # |
703 | # CONFIG_SERIAL_8250 is not set | 728 | CONFIG_SERIAL_8250=y |
729 | CONFIG_SERIAL_8250_CONSOLE=y | ||
730 | # CONFIG_SERIAL_8250_CS is not set | ||
731 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
732 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
733 | CONFIG_SERIAL_8250_AU1X00=y | ||
704 | 734 | ||
705 | # | 735 | # |
706 | # Non-8250 serial port support | 736 | # Non-8250 serial port support |
707 | # | 737 | # |
708 | CONFIG_SERIAL_AU1X00=y | 738 | # CONFIG_SERIAL_AU1X00 is not set |
709 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
710 | CONFIG_SERIAL_CORE=y | 739 | CONFIG_SERIAL_CORE=y |
711 | CONFIG_SERIAL_CORE_CONSOLE=y | 740 | CONFIG_SERIAL_CORE_CONSOLE=y |
712 | # CONFIG_SERIAL_JSM is not set | 741 | # CONFIG_SERIAL_JSM is not set |
@@ -738,12 +767,15 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
738 | # PCMCIA character devices | 767 | # PCMCIA character devices |
739 | # | 768 | # |
740 | CONFIG_SYNCLINK_CS=m | 769 | CONFIG_SYNCLINK_CS=m |
770 | # CONFIG_CARDMAN_4000 is not set | ||
771 | # CONFIG_CARDMAN_4040 is not set | ||
741 | # CONFIG_RAW_DRIVER is not set | 772 | # CONFIG_RAW_DRIVER is not set |
742 | 773 | ||
743 | # | 774 | # |
744 | # TPM devices | 775 | # TPM devices |
745 | # | 776 | # |
746 | # CONFIG_TCG_TPM is not set | 777 | # CONFIG_TCG_TPM is not set |
778 | # CONFIG_TELCLOCK is not set | ||
747 | 779 | ||
748 | # | 780 | # |
749 | # I2C support | 781 | # I2C support |
@@ -797,6 +829,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
797 | # CONFIG_USB is not set | 829 | # CONFIG_USB is not set |
798 | 830 | ||
799 | # | 831 | # |
832 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
833 | # | ||
834 | |||
835 | # | ||
800 | # USB Gadget Support | 836 | # USB Gadget Support |
801 | # | 837 | # |
802 | # CONFIG_USB_GADGET is not set | 838 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index bbad27cb40a2..f8f32e99f72d 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:26:47 2005 | 4 | # Tue Nov 15 11:15:34 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +197,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 197 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 198 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 199 | # CONFIG_SPARSEMEM_STATIC is not set |
200 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
@@ -207,7 +226,6 @@ CONFIG_CARDBUS=y | |||
207 | # CONFIG_YENTA is not set | 226 | # CONFIG_YENTA is not set |
208 | CONFIG_PD6729=m | 227 | CONFIG_PD6729=m |
209 | # CONFIG_I82092 is not set | 228 | # CONFIG_I82092 is not set |
210 | # CONFIG_TCIC is not set | ||
211 | # CONFIG_PCMCIA_AU1X00 is not set | 229 | # CONFIG_PCMCIA_AU1X00 is not set |
212 | CONFIG_PCCARD_NONSTATIC=m | 230 | CONFIG_PCCARD_NONSTATIC=m |
213 | 231 | ||
@@ -267,15 +285,19 @@ CONFIG_TCP_CONG_BIC=y | |||
267 | # CONFIG_IPV6 is not set | 285 | # CONFIG_IPV6 is not set |
268 | CONFIG_NETFILTER=y | 286 | CONFIG_NETFILTER=y |
269 | # CONFIG_NETFILTER_DEBUG is not set | 287 | # CONFIG_NETFILTER_DEBUG is not set |
288 | |||
289 | # | ||
290 | # Core Netfilter Configuration | ||
291 | # | ||
270 | CONFIG_NETFILTER_NETLINK=m | 292 | CONFIG_NETFILTER_NETLINK=m |
271 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 293 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
272 | CONFIG_NETFILTER_NETLINK_LOG=m | 294 | CONFIG_NETFILTER_NETLINK_LOG=m |
295 | # CONFIG_NF_CONNTRACK is not set | ||
273 | 296 | ||
274 | # | 297 | # |
275 | # IP: Netfilter Configuration | 298 | # IP: Netfilter Configuration |
276 | # | 299 | # |
277 | # CONFIG_IP_NF_CONNTRACK is not set | 300 | # CONFIG_IP_NF_CONNTRACK is not set |
278 | CONFIG_IP_NF_PPTP=m | ||
279 | # CONFIG_IP_NF_QUEUE is not set | 301 | # CONFIG_IP_NF_QUEUE is not set |
280 | # CONFIG_IP_NF_IPTABLES is not set | 302 | # CONFIG_IP_NF_IPTABLES is not set |
281 | # CONFIG_IP_NF_ARPTABLES is not set | 303 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -301,6 +323,10 @@ CONFIG_IP_NF_PPTP=m | |||
301 | # CONFIG_NET_DIVERT is not set | 323 | # CONFIG_NET_DIVERT is not set |
302 | # CONFIG_ECONET is not set | 324 | # CONFIG_ECONET is not set |
303 | # CONFIG_WAN_ROUTER is not set | 325 | # CONFIG_WAN_ROUTER is not set |
326 | |||
327 | # | ||
328 | # QoS and/or fair queueing | ||
329 | # | ||
304 | # CONFIG_NET_SCHED is not set | 330 | # CONFIG_NET_SCHED is not set |
305 | # CONFIG_NET_CLS_ROUTE is not set | 331 | # CONFIG_NET_CLS_ROUTE is not set |
306 | 332 | ||
@@ -351,6 +377,7 @@ CONFIG_MTD_BLOCK=y | |||
351 | # CONFIG_FTL is not set | 377 | # CONFIG_FTL is not set |
352 | # CONFIG_NFTL is not set | 378 | # CONFIG_NFTL is not set |
353 | # CONFIG_INFTL is not set | 379 | # CONFIG_INFTL is not set |
380 | # CONFIG_RFD_FTL is not set | ||
354 | 381 | ||
355 | # | 382 | # |
356 | # RAM/ROM/Flash chip drivers | 383 | # RAM/ROM/Flash chip drivers |
@@ -409,6 +436,11 @@ CONFIG_MTD_ALCHEMY=y | |||
409 | # CONFIG_MTD_NAND is not set | 436 | # CONFIG_MTD_NAND is not set |
410 | 437 | ||
411 | # | 438 | # |
439 | # OneNAND Flash Device Drivers | ||
440 | # | ||
441 | # CONFIG_MTD_ONENAND is not set | ||
442 | |||
443 | # | ||
412 | # Parallel port support | 444 | # Parallel port support |
413 | # | 445 | # |
414 | # CONFIG_PARPORT is not set | 446 | # CONFIG_PARPORT is not set |
@@ -431,18 +463,9 @@ CONFIG_BLK_DEV_LOOP=y | |||
431 | # CONFIG_BLK_DEV_SX8 is not set | 463 | # CONFIG_BLK_DEV_SX8 is not set |
432 | # CONFIG_BLK_DEV_RAM is not set | 464 | # CONFIG_BLK_DEV_RAM is not set |
433 | CONFIG_BLK_DEV_RAM_COUNT=16 | 465 | CONFIG_BLK_DEV_RAM_COUNT=16 |
434 | # CONFIG_LBD is not set | ||
435 | CONFIG_CDROM_PKTCDVD=m | 466 | CONFIG_CDROM_PKTCDVD=m |
436 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 467 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
437 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 468 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
438 | |||
439 | # | ||
440 | # IO Schedulers | ||
441 | # | ||
442 | CONFIG_IOSCHED_NOOP=y | ||
443 | CONFIG_IOSCHED_AS=y | ||
444 | CONFIG_IOSCHED_DEADLINE=y | ||
445 | CONFIG_IOSCHED_CFQ=y | ||
446 | CONFIG_ATA_OVER_ETH=m | 469 | CONFIG_ATA_OVER_ETH=m |
447 | 470 | ||
448 | # | 471 | # |
@@ -546,7 +569,6 @@ CONFIG_NETDEVICES=y | |||
546 | # PHY device support | 569 | # PHY device support |
547 | # | 570 | # |
548 | CONFIG_PHYLIB=m | 571 | CONFIG_PHYLIB=m |
549 | CONFIG_PHYCONTROL=y | ||
550 | 572 | ||
551 | # | 573 | # |
552 | # MII PHY device drivers | 574 | # MII PHY device drivers |
@@ -565,7 +587,9 @@ CONFIG_NET_ETHERNET=y | |||
565 | CONFIG_MIPS_AU1X00_ENET=y | 587 | CONFIG_MIPS_AU1X00_ENET=y |
566 | # CONFIG_HAPPYMEAL is not set | 588 | # CONFIG_HAPPYMEAL is not set |
567 | # CONFIG_SUNGEM is not set | 589 | # CONFIG_SUNGEM is not set |
590 | # CONFIG_CASSINI is not set | ||
568 | # CONFIG_NET_VENDOR_3COM is not set | 591 | # CONFIG_NET_VENDOR_3COM is not set |
592 | # CONFIG_SMC91X is not set | ||
569 | 593 | ||
570 | # | 594 | # |
571 | # Tulip family network device support | 595 | # Tulip family network device support |
@@ -627,6 +651,7 @@ CONFIG_PPP_ASYNC=m | |||
627 | # CONFIG_PPP_SYNC_TTY is not set | 651 | # CONFIG_PPP_SYNC_TTY is not set |
628 | CONFIG_PPP_DEFLATE=m | 652 | CONFIG_PPP_DEFLATE=m |
629 | # CONFIG_PPP_BSDCOMP is not set | 653 | # CONFIG_PPP_BSDCOMP is not set |
654 | CONFIG_PPP_MPPE=m | ||
630 | CONFIG_PPPOE=m | 655 | CONFIG_PPPOE=m |
631 | # CONFIG_SLIP is not set | 656 | # CONFIG_SLIP is not set |
632 | # CONFIG_SHAPER is not set | 657 | # CONFIG_SHAPER is not set |
@@ -692,13 +717,17 @@ CONFIG_SERIO_RAW=m | |||
692 | # | 717 | # |
693 | # Serial drivers | 718 | # Serial drivers |
694 | # | 719 | # |
695 | # CONFIG_SERIAL_8250 is not set | 720 | CONFIG_SERIAL_8250=y |
721 | CONFIG_SERIAL_8250_CONSOLE=y | ||
722 | # CONFIG_SERIAL_8250_CS is not set | ||
723 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
724 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
725 | CONFIG_SERIAL_8250_AU1X00=y | ||
696 | 726 | ||
697 | # | 727 | # |
698 | # Non-8250 serial port support | 728 | # Non-8250 serial port support |
699 | # | 729 | # |
700 | CONFIG_SERIAL_AU1X00=y | 730 | # CONFIG_SERIAL_AU1X00 is not set |
701 | CONFIG_SERIAL_AU1X00_CONSOLE=y | ||
702 | CONFIG_SERIAL_CORE=y | 731 | CONFIG_SERIAL_CORE=y |
703 | CONFIG_SERIAL_CORE_CONSOLE=y | 732 | CONFIG_SERIAL_CORE_CONSOLE=y |
704 | # CONFIG_SERIAL_JSM is not set | 733 | # CONFIG_SERIAL_JSM is not set |
@@ -730,12 +759,15 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
730 | # PCMCIA character devices | 759 | # PCMCIA character devices |
731 | # | 760 | # |
732 | CONFIG_SYNCLINK_CS=m | 761 | CONFIG_SYNCLINK_CS=m |
762 | # CONFIG_CARDMAN_4000 is not set | ||
763 | # CONFIG_CARDMAN_4040 is not set | ||
733 | # CONFIG_RAW_DRIVER is not set | 764 | # CONFIG_RAW_DRIVER is not set |
734 | 765 | ||
735 | # | 766 | # |
736 | # TPM devices | 767 | # TPM devices |
737 | # | 768 | # |
738 | # CONFIG_TCG_TPM is not set | 769 | # CONFIG_TCG_TPM is not set |
770 | # CONFIG_TELCLOCK is not set | ||
739 | 771 | ||
740 | # | 772 | # |
741 | # I2C support | 773 | # I2C support |
@@ -789,6 +821,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
789 | # CONFIG_USB is not set | 821 | # CONFIG_USB is not set |
790 | 822 | ||
791 | # | 823 | # |
824 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
825 | # | ||
826 | |||
827 | # | ||
792 | # USB Gadget Support | 828 | # USB Gadget Support |
793 | # | 829 | # |
794 | # CONFIG_USB_GADGET is not set | 830 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index 555837e4c06f..5820e5f2295e 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:50 2005 | 4 | # Mon Nov 7 23:06:25 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_OBSOLETE_MODPARM=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -179,6 +197,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
179 | CONFIG_FLATMEM=y | 197 | CONFIG_FLATMEM=y |
180 | CONFIG_FLAT_NODE_MEM_MAP=y | 198 | CONFIG_FLAT_NODE_MEM_MAP=y |
181 | # CONFIG_SPARSEMEM_STATIC is not set | 199 | # CONFIG_SPARSEMEM_STATIC is not set |
200 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
183 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
184 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
@@ -265,6 +284,10 @@ CONFIG_TCP_CONG_BIC=y | |||
265 | # CONFIG_NET_DIVERT is not set | 284 | # CONFIG_NET_DIVERT is not set |
266 | # CONFIG_ECONET is not set | 285 | # CONFIG_ECONET is not set |
267 | # CONFIG_WAN_ROUTER is not set | 286 | # CONFIG_WAN_ROUTER is not set |
287 | |||
288 | # | ||
289 | # QoS and/or fair queueing | ||
290 | # | ||
268 | # CONFIG_NET_SCHED is not set | 291 | # CONFIG_NET_SCHED is not set |
269 | # CONFIG_NET_CLS_ROUTE is not set | 292 | # CONFIG_NET_CLS_ROUTE is not set |
270 | 293 | ||
@@ -325,16 +348,7 @@ CONFIG_BLK_DEV_RAM=y | |||
325 | CONFIG_BLK_DEV_RAM_COUNT=16 | 348 | CONFIG_BLK_DEV_RAM_COUNT=16 |
326 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 349 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
327 | CONFIG_BLK_DEV_INITRD=y | 350 | CONFIG_BLK_DEV_INITRD=y |
328 | # CONFIG_LBD is not set | ||
329 | # CONFIG_CDROM_PKTCDVD is not set | 351 | # CONFIG_CDROM_PKTCDVD is not set |
330 | |||
331 | # | ||
332 | # IO Schedulers | ||
333 | # | ||
334 | CONFIG_IOSCHED_NOOP=y | ||
335 | CONFIG_IOSCHED_AS=y | ||
336 | CONFIG_IOSCHED_DEADLINE=y | ||
337 | CONFIG_IOSCHED_CFQ=y | ||
338 | # CONFIG_ATA_OVER_ETH is not set | 352 | # CONFIG_ATA_OVER_ETH is not set |
339 | 353 | ||
340 | # | 354 | # |
@@ -423,12 +437,13 @@ CONFIG_SCSI_CONSTANTS=y | |||
423 | # | 437 | # |
424 | # CONFIG_SCSI_SPI_ATTRS is not set | 438 | # CONFIG_SCSI_SPI_ATTRS is not set |
425 | # CONFIG_SCSI_FC_ATTRS is not set | 439 | # CONFIG_SCSI_FC_ATTRS is not set |
426 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 440 | CONFIG_SCSI_ISCSI_ATTRS=m |
427 | # CONFIG_SCSI_SAS_ATTRS is not set | 441 | # CONFIG_SCSI_SAS_ATTRS is not set |
428 | 442 | ||
429 | # | 443 | # |
430 | # SCSI low-level drivers | 444 | # SCSI low-level drivers |
431 | # | 445 | # |
446 | CONFIG_ISCSI_TCP=m | ||
432 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 447 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
433 | # CONFIG_SCSI_3W_9XXX is not set | 448 | # CONFIG_SCSI_3W_9XXX is not set |
434 | # CONFIG_SCSI_ACARD is not set | 449 | # CONFIG_SCSI_ACARD is not set |
@@ -439,6 +454,7 @@ CONFIG_SCSI_CONSTANTS=y | |||
439 | # CONFIG_SCSI_DPT_I2O is not set | 454 | # CONFIG_SCSI_DPT_I2O is not set |
440 | # CONFIG_MEGARAID_NEWGEN is not set | 455 | # CONFIG_MEGARAID_NEWGEN is not set |
441 | # CONFIG_MEGARAID_LEGACY is not set | 456 | # CONFIG_MEGARAID_LEGACY is not set |
457 | # CONFIG_MEGARAID_SAS is not set | ||
442 | # CONFIG_SCSI_SATA is not set | 458 | # CONFIG_SCSI_SATA is not set |
443 | # CONFIG_SCSI_DMX3191D is not set | 459 | # CONFIG_SCSI_DMX3191D is not set |
444 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 460 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -473,6 +489,7 @@ CONFIG_SCSI_QLA2XXX=y | |||
473 | # CONFIG_FUSION is not set | 489 | # CONFIG_FUSION is not set |
474 | # CONFIG_FUSION_SPI is not set | 490 | # CONFIG_FUSION_SPI is not set |
475 | # CONFIG_FUSION_FC is not set | 491 | # CONFIG_FUSION_FC is not set |
492 | # CONFIG_FUSION_SAS is not set | ||
476 | 493 | ||
477 | # | 494 | # |
478 | # IEEE 1394 (FireWire) support | 495 | # IEEE 1394 (FireWire) support |
@@ -510,6 +527,7 @@ CONFIG_NET_ETHERNET=y | |||
510 | CONFIG_MII=y | 527 | CONFIG_MII=y |
511 | # CONFIG_HAPPYMEAL is not set | 528 | # CONFIG_HAPPYMEAL is not set |
512 | # CONFIG_SUNGEM is not set | 529 | # CONFIG_SUNGEM is not set |
530 | # CONFIG_CASSINI is not set | ||
513 | # CONFIG_NET_VENDOR_3COM is not set | 531 | # CONFIG_NET_VENDOR_3COM is not set |
514 | 532 | ||
515 | # | 533 | # |
@@ -681,6 +699,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
681 | # TPM devices | 699 | # TPM devices |
682 | # | 700 | # |
683 | # CONFIG_TCG_TPM is not set | 701 | # CONFIG_TCG_TPM is not set |
702 | # CONFIG_TELCLOCK is not set | ||
684 | 703 | ||
685 | # | 704 | # |
686 | # I2C support | 705 | # I2C support |
@@ -763,12 +782,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
763 | # | 782 | # |
764 | # USB Device Class drivers | 783 | # USB Device Class drivers |
765 | # | 784 | # |
766 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
767 | # CONFIG_USB_ACM is not set | 785 | # CONFIG_USB_ACM is not set |
768 | # CONFIG_USB_PRINTER is not set | 786 | # CONFIG_USB_PRINTER is not set |
769 | 787 | ||
770 | # | 788 | # |
771 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 789 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
790 | # | ||
791 | |||
792 | # | ||
793 | # may also be needed; see USB_STORAGE Help for more information | ||
772 | # | 794 | # |
773 | CONFIG_USB_STORAGE=y | 795 | CONFIG_USB_STORAGE=y |
774 | # CONFIG_USB_STORAGE_DEBUG is not set | 796 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -1039,6 +1061,8 @@ CONFIG_DEBUG_SLAB=y | |||
1039 | # CONFIG_DEBUG_KOBJECT is not set | 1061 | # CONFIG_DEBUG_KOBJECT is not set |
1040 | # CONFIG_DEBUG_INFO is not set | 1062 | # CONFIG_DEBUG_INFO is not set |
1041 | # CONFIG_DEBUG_FS is not set | 1063 | # CONFIG_DEBUG_FS is not set |
1064 | # CONFIG_DEBUG_VM is not set | ||
1065 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1042 | CONFIG_CROSSCOMPILE=y | 1066 | CONFIG_CROSSCOMPILE=y |
1043 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | 1067 | CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" |
1044 | # CONFIG_DEBUG_STACK_USAGE is not set | 1068 | # CONFIG_DEBUG_STACK_USAGE is not set |
@@ -1055,7 +1079,31 @@ CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | |||
1055 | # | 1079 | # |
1056 | # Cryptographic options | 1080 | # Cryptographic options |
1057 | # | 1081 | # |
1058 | # CONFIG_CRYPTO is not set | 1082 | CONFIG_CRYPTO=y |
1083 | # CONFIG_CRYPTO_HMAC is not set | ||
1084 | # CONFIG_CRYPTO_NULL is not set | ||
1085 | # CONFIG_CRYPTO_MD4 is not set | ||
1086 | CONFIG_CRYPTO_MD5=m | ||
1087 | # CONFIG_CRYPTO_SHA1 is not set | ||
1088 | # CONFIG_CRYPTO_SHA256 is not set | ||
1089 | # CONFIG_CRYPTO_SHA512 is not set | ||
1090 | # CONFIG_CRYPTO_WP512 is not set | ||
1091 | # CONFIG_CRYPTO_TGR192 is not set | ||
1092 | # CONFIG_CRYPTO_DES is not set | ||
1093 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1094 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1095 | # CONFIG_CRYPTO_SERPENT is not set | ||
1096 | # CONFIG_CRYPTO_AES is not set | ||
1097 | # CONFIG_CRYPTO_CAST5 is not set | ||
1098 | # CONFIG_CRYPTO_CAST6 is not set | ||
1099 | # CONFIG_CRYPTO_TEA is not set | ||
1100 | # CONFIG_CRYPTO_ARC4 is not set | ||
1101 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1102 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1103 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1104 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1105 | CONFIG_CRYPTO_CRC32C=m | ||
1106 | # CONFIG_CRYPTO_TEST is not set | ||
1059 | 1107 | ||
1060 | # | 1108 | # |
1061 | # Hardware crypto devices | 1109 | # Hardware crypto devices |
@@ -1067,4 +1115,4 @@ CONFIG_CMDLINE="console=ttyS1,38400n8 kgdb=ttyS0 root=/dev/nfs ip=bootp" | |||
1067 | CONFIG_CRC_CCITT=m | 1115 | CONFIG_CRC_CCITT=m |
1068 | # CONFIG_CRC16 is not set | 1116 | # CONFIG_CRC16 is not set |
1069 | CONFIG_CRC32=y | 1117 | CONFIG_CRC32=y |
1070 | # CONFIG_LIBCRC32C is not set | 1118 | CONFIG_LIBCRC32C=m |
diff --git a/arch/mips/configs/pnx8550-v2pci_defconfig b/arch/mips/configs/pnx8550-v2pci_defconfig index 37bd8d5c865d..a4ebb538e15c 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:53 2005 | 4 | # Thu Nov 10 14:02:38 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_OBSOLETE_MODPARM=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -180,6 +198,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
180 | CONFIG_FLATMEM=y | 198 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 199 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 200 | # CONFIG_SPARSEMEM_STATIC is not set |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
183 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
184 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
185 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
@@ -255,13 +274,17 @@ CONFIG_IPV6=m | |||
255 | # CONFIG_IPV6_TUNNEL is not set | 274 | # CONFIG_IPV6_TUNNEL is not set |
256 | CONFIG_NETFILTER=y | 275 | CONFIG_NETFILTER=y |
257 | # CONFIG_NETFILTER_DEBUG is not set | 276 | # CONFIG_NETFILTER_DEBUG is not set |
277 | |||
278 | # | ||
279 | # Core Netfilter Configuration | ||
280 | # | ||
258 | # CONFIG_NETFILTER_NETLINK is not set | 281 | # CONFIG_NETFILTER_NETLINK is not set |
282 | # CONFIG_NF_CONNTRACK is not set | ||
259 | 283 | ||
260 | # | 284 | # |
261 | # IP: Netfilter Configuration | 285 | # IP: Netfilter Configuration |
262 | # | 286 | # |
263 | # CONFIG_IP_NF_CONNTRACK is not set | 287 | # CONFIG_IP_NF_CONNTRACK is not set |
264 | CONFIG_IP_NF_PPTP=m | ||
265 | # CONFIG_IP_NF_QUEUE is not set | 288 | # CONFIG_IP_NF_QUEUE is not set |
266 | # CONFIG_IP_NF_IPTABLES is not set | 289 | # CONFIG_IP_NF_IPTABLES is not set |
267 | # CONFIG_IP_NF_ARPTABLES is not set | 290 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -293,6 +316,10 @@ CONFIG_IP_NF_PPTP=m | |||
293 | # CONFIG_NET_DIVERT is not set | 316 | # CONFIG_NET_DIVERT is not set |
294 | # CONFIG_ECONET is not set | 317 | # CONFIG_ECONET is not set |
295 | # CONFIG_WAN_ROUTER is not set | 318 | # CONFIG_WAN_ROUTER is not set |
319 | |||
320 | # | ||
321 | # QoS and/or fair queueing | ||
322 | # | ||
296 | # CONFIG_NET_SCHED is not set | 323 | # CONFIG_NET_SCHED is not set |
297 | # CONFIG_NET_CLS_ROUTE is not set | 324 | # CONFIG_NET_CLS_ROUTE is not set |
298 | 325 | ||
@@ -352,16 +379,7 @@ CONFIG_BLK_DEV_RAM=y | |||
352 | CONFIG_BLK_DEV_RAM_COUNT=16 | 379 | CONFIG_BLK_DEV_RAM_COUNT=16 |
353 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 380 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
354 | CONFIG_BLK_DEV_INITRD=y | 381 | CONFIG_BLK_DEV_INITRD=y |
355 | # CONFIG_LBD is not set | ||
356 | # CONFIG_CDROM_PKTCDVD is not set | 382 | # CONFIG_CDROM_PKTCDVD is not set |
357 | |||
358 | # | ||
359 | # IO Schedulers | ||
360 | # | ||
361 | CONFIG_IOSCHED_NOOP=y | ||
362 | CONFIG_IOSCHED_AS=y | ||
363 | CONFIG_IOSCHED_DEADLINE=y | ||
364 | CONFIG_IOSCHED_CFQ=y | ||
365 | # CONFIG_ATA_OVER_ETH is not set | 383 | # CONFIG_ATA_OVER_ETH is not set |
366 | 384 | ||
367 | # | 385 | # |
@@ -451,12 +469,13 @@ CONFIG_BLK_DEV_SD=y | |||
451 | # | 469 | # |
452 | CONFIG_SCSI_SPI_ATTRS=m | 470 | CONFIG_SCSI_SPI_ATTRS=m |
453 | # CONFIG_SCSI_FC_ATTRS is not set | 471 | # CONFIG_SCSI_FC_ATTRS is not set |
454 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 472 | CONFIG_SCSI_ISCSI_ATTRS=m |
455 | # CONFIG_SCSI_SAS_ATTRS is not set | 473 | # CONFIG_SCSI_SAS_ATTRS is not set |
456 | 474 | ||
457 | # | 475 | # |
458 | # SCSI low-level drivers | 476 | # SCSI low-level drivers |
459 | # | 477 | # |
478 | CONFIG_ISCSI_TCP=m | ||
460 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 479 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
461 | # CONFIG_SCSI_3W_9XXX is not set | 480 | # CONFIG_SCSI_3W_9XXX is not set |
462 | # CONFIG_SCSI_ACARD is not set | 481 | # CONFIG_SCSI_ACARD is not set |
@@ -472,6 +491,7 @@ CONFIG_AIC7XXX_DEBUG_MASK=0 | |||
472 | # CONFIG_SCSI_DPT_I2O is not set | 491 | # CONFIG_SCSI_DPT_I2O is not set |
473 | # CONFIG_MEGARAID_NEWGEN is not set | 492 | # CONFIG_MEGARAID_NEWGEN is not set |
474 | # CONFIG_MEGARAID_LEGACY is not set | 493 | # CONFIG_MEGARAID_LEGACY is not set |
494 | # CONFIG_MEGARAID_SAS is not set | ||
475 | # CONFIG_SCSI_SATA is not set | 495 | # CONFIG_SCSI_SATA is not set |
476 | # CONFIG_SCSI_DMX3191D is not set | 496 | # CONFIG_SCSI_DMX3191D is not set |
477 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 497 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -506,6 +526,7 @@ CONFIG_SCSI_QLA2XXX=y | |||
506 | # CONFIG_FUSION is not set | 526 | # CONFIG_FUSION is not set |
507 | # CONFIG_FUSION_SPI is not set | 527 | # CONFIG_FUSION_SPI is not set |
508 | # CONFIG_FUSION_FC is not set | 528 | # CONFIG_FUSION_FC is not set |
529 | # CONFIG_FUSION_SAS is not set | ||
509 | 530 | ||
510 | # | 531 | # |
511 | # IEEE 1394 (FireWire) support | 532 | # IEEE 1394 (FireWire) support |
@@ -543,6 +564,7 @@ CONFIG_NET_ETHERNET=y | |||
543 | CONFIG_MII=y | 564 | CONFIG_MII=y |
544 | # CONFIG_HAPPYMEAL is not set | 565 | # CONFIG_HAPPYMEAL is not set |
545 | # CONFIG_SUNGEM is not set | 566 | # CONFIG_SUNGEM is not set |
567 | # CONFIG_CASSINI is not set | ||
546 | # CONFIG_NET_VENDOR_3COM is not set | 568 | # CONFIG_NET_VENDOR_3COM is not set |
547 | 569 | ||
548 | # | 570 | # |
@@ -622,6 +644,7 @@ CONFIG_PPP_ASYNC=m | |||
622 | CONFIG_PPP_SYNC_TTY=m | 644 | CONFIG_PPP_SYNC_TTY=m |
623 | CONFIG_PPP_DEFLATE=m | 645 | CONFIG_PPP_DEFLATE=m |
624 | # CONFIG_PPP_BSDCOMP is not set | 646 | # CONFIG_PPP_BSDCOMP is not set |
647 | CONFIG_PPP_MPPE=m | ||
625 | # CONFIG_PPPOE is not set | 648 | # CONFIG_PPPOE is not set |
626 | # CONFIG_SLIP is not set | 649 | # CONFIG_SLIP is not set |
627 | # CONFIG_NET_FC is not set | 650 | # CONFIG_NET_FC is not set |
@@ -746,6 +769,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
746 | # TPM devices | 769 | # TPM devices |
747 | # | 770 | # |
748 | # CONFIG_TCG_TPM is not set | 771 | # CONFIG_TCG_TPM is not set |
772 | # CONFIG_TELCLOCK is not set | ||
749 | 773 | ||
750 | # | 774 | # |
751 | # I2C support | 775 | # I2C support |
@@ -796,6 +820,7 @@ CONFIG_I2C_ALGOBIT=m | |||
796 | # CONFIG_SENSORS_PCF8591 is not set | 820 | # CONFIG_SENSORS_PCF8591 is not set |
797 | # CONFIG_SENSORS_RTC8564 is not set | 821 | # CONFIG_SENSORS_RTC8564 is not set |
798 | # CONFIG_SENSORS_MAX6875 is not set | 822 | # CONFIG_SENSORS_MAX6875 is not set |
823 | # CONFIG_RTC_X1205_I2C is not set | ||
799 | # CONFIG_I2C_DEBUG_CORE is not set | 824 | # CONFIG_I2C_DEBUG_CORE is not set |
800 | # CONFIG_I2C_DEBUG_ALGO is not set | 825 | # CONFIG_I2C_DEBUG_ALGO is not set |
801 | # CONFIG_I2C_DEBUG_BUS is not set | 826 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -872,7 +897,6 @@ CONFIG_FB=y | |||
872 | # CONFIG_FB_CFB_FILLRECT is not set | 897 | # CONFIG_FB_CFB_FILLRECT is not set |
873 | # CONFIG_FB_CFB_COPYAREA is not set | 898 | # CONFIG_FB_CFB_COPYAREA is not set |
874 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 899 | # CONFIG_FB_CFB_IMAGEBLIT is not set |
875 | # CONFIG_FB_SOFT_CURSOR is not set | ||
876 | # CONFIG_FB_MACMODES is not set | 900 | # CONFIG_FB_MACMODES is not set |
877 | # CONFIG_FB_MODE_HELPERS is not set | 901 | # CONFIG_FB_MODE_HELPERS is not set |
878 | # CONFIG_FB_TILEBLITTING is not set | 902 | # CONFIG_FB_TILEBLITTING is not set |
@@ -881,6 +905,7 @@ CONFIG_FB=y | |||
881 | # CONFIG_FB_CYBER2000 is not set | 905 | # CONFIG_FB_CYBER2000 is not set |
882 | # CONFIG_FB_ASILIANT is not set | 906 | # CONFIG_FB_ASILIANT is not set |
883 | # CONFIG_FB_IMSTT is not set | 907 | # CONFIG_FB_IMSTT is not set |
908 | # CONFIG_FB_S1D13XXX is not set | ||
884 | # CONFIG_FB_NVIDIA is not set | 909 | # CONFIG_FB_NVIDIA is not set |
885 | # CONFIG_FB_RIVA is not set | 910 | # CONFIG_FB_RIVA is not set |
886 | # CONFIG_FB_MATROX is not set | 911 | # CONFIG_FB_MATROX is not set |
@@ -897,7 +922,6 @@ CONFIG_FB=y | |||
897 | # CONFIG_FB_SMIVGX is not set | 922 | # CONFIG_FB_SMIVGX is not set |
898 | # CONFIG_FB_CYBLA is not set | 923 | # CONFIG_FB_CYBLA is not set |
899 | # CONFIG_FB_TRIDENT is not set | 924 | # CONFIG_FB_TRIDENT is not set |
900 | # CONFIG_FB_S1D13XXX is not set | ||
901 | # CONFIG_FB_VIRTUAL is not set | 925 | # CONFIG_FB_VIRTUAL is not set |
902 | 926 | ||
903 | # | 927 | # |
@@ -946,12 +970,15 @@ CONFIG_USB_DEVICEFS=y | |||
946 | # | 970 | # |
947 | # USB Device Class drivers | 971 | # USB Device Class drivers |
948 | # | 972 | # |
949 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
950 | # CONFIG_USB_ACM is not set | 973 | # CONFIG_USB_ACM is not set |
951 | # CONFIG_USB_PRINTER is not set | 974 | # CONFIG_USB_PRINTER is not set |
952 | 975 | ||
953 | # | 976 | # |
954 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 977 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
978 | # | ||
979 | |||
980 | # | ||
981 | # may also be needed; see USB_STORAGE Help for more information | ||
955 | # | 982 | # |
956 | CONFIG_USB_STORAGE=y | 983 | CONFIG_USB_STORAGE=y |
957 | # CONFIG_USB_STORAGE_DEBUG is not set | 984 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -1235,7 +1262,31 @@ CONFIG_CMDLINE="" | |||
1235 | # | 1262 | # |
1236 | # Cryptographic options | 1263 | # Cryptographic options |
1237 | # | 1264 | # |
1238 | # CONFIG_CRYPTO is not set | 1265 | CONFIG_CRYPTO=y |
1266 | # CONFIG_CRYPTO_HMAC is not set | ||
1267 | # CONFIG_CRYPTO_NULL is not set | ||
1268 | # CONFIG_CRYPTO_MD4 is not set | ||
1269 | CONFIG_CRYPTO_MD5=m | ||
1270 | CONFIG_CRYPTO_SHA1=m | ||
1271 | # CONFIG_CRYPTO_SHA256 is not set | ||
1272 | # CONFIG_CRYPTO_SHA512 is not set | ||
1273 | # CONFIG_CRYPTO_WP512 is not set | ||
1274 | # CONFIG_CRYPTO_TGR192 is not set | ||
1275 | # CONFIG_CRYPTO_DES is not set | ||
1276 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1277 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1278 | # CONFIG_CRYPTO_SERPENT is not set | ||
1279 | # CONFIG_CRYPTO_AES is not set | ||
1280 | # CONFIG_CRYPTO_CAST5 is not set | ||
1281 | # CONFIG_CRYPTO_CAST6 is not set | ||
1282 | # CONFIG_CRYPTO_TEA is not set | ||
1283 | CONFIG_CRYPTO_ARC4=m | ||
1284 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1285 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1286 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1287 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1288 | CONFIG_CRYPTO_CRC32C=m | ||
1289 | # CONFIG_CRYPTO_TEST is not set | ||
1239 | 1290 | ||
1240 | # | 1291 | # |
1241 | # Hardware crypto devices | 1292 | # Hardware crypto devices |
@@ -1247,6 +1298,6 @@ CONFIG_CMDLINE="" | |||
1247 | CONFIG_CRC_CCITT=m | 1298 | CONFIG_CRC_CCITT=m |
1248 | # CONFIG_CRC16 is not set | 1299 | # CONFIG_CRC16 is not set |
1249 | CONFIG_CRC32=y | 1300 | CONFIG_CRC32=y |
1250 | # CONFIG_LIBCRC32C is not set | 1301 | CONFIG_LIBCRC32C=m |
1251 | CONFIG_ZLIB_INFLATE=y | 1302 | CONFIG_ZLIB_INFLATE=y |
1252 | CONFIG_ZLIB_DEFLATE=m | 1303 | CONFIG_ZLIB_DEFLATE=m |
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index 741a9a971367..5d39162077f4 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:56 2005 | 4 | # Mon Nov 7 23:06:31 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -50,6 +50,24 @@ CONFIG_BASE_SMALL=1 | |||
50 | # CONFIG_MODULES is not set | 50 | # CONFIG_MODULES is not set |
51 | 51 | ||
52 | # | 52 | # |
53 | # Block layer | ||
54 | # | ||
55 | # CONFIG_LBD is not set | ||
56 | |||
57 | # | ||
58 | # IO Schedulers | ||
59 | # | ||
60 | CONFIG_IOSCHED_NOOP=y | ||
61 | # CONFIG_IOSCHED_AS is not set | ||
62 | # CONFIG_IOSCHED_DEADLINE is not set | ||
63 | # CONFIG_IOSCHED_CFQ is not set | ||
64 | # CONFIG_DEFAULT_AS is not set | ||
65 | # CONFIG_DEFAULT_DEADLINE is not set | ||
66 | # CONFIG_DEFAULT_CFQ is not set | ||
67 | CONFIG_DEFAULT_NOOP=y | ||
68 | CONFIG_DEFAULT_IOSCHED="noop" | ||
69 | |||
70 | # | ||
53 | # Machine selection | 71 | # Machine selection |
54 | # | 72 | # |
55 | # CONFIG_MIPS_MTX1 is not set | 73 | # CONFIG_MIPS_MTX1 is not set |
@@ -168,6 +186,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y | |||
168 | CONFIG_FLATMEM=y | 186 | CONFIG_FLATMEM=y |
169 | CONFIG_FLAT_NODE_MEM_MAP=y | 187 | CONFIG_FLAT_NODE_MEM_MAP=y |
170 | # CONFIG_SPARSEMEM_STATIC is not set | 188 | # CONFIG_SPARSEMEM_STATIC is not set |
189 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
171 | CONFIG_PREEMPT_NONE=y | 190 | CONFIG_PREEMPT_NONE=y |
172 | # CONFIG_PREEMPT_VOLUNTARY is not set | 191 | # CONFIG_PREEMPT_VOLUNTARY is not set |
173 | # CONFIG_PREEMPT is not set | 192 | # CONFIG_PREEMPT is not set |
@@ -234,6 +253,10 @@ CONFIG_TCP_CONG_BIC=y | |||
234 | # CONFIG_LLC2 is not set | 253 | # CONFIG_LLC2 is not set |
235 | # CONFIG_IPX is not set | 254 | # CONFIG_IPX is not set |
236 | # CONFIG_ATALK is not set | 255 | # CONFIG_ATALK is not set |
256 | |||
257 | # | ||
258 | # QoS and/or fair queueing | ||
259 | # | ||
237 | # CONFIG_NET_SCHED is not set | 260 | # CONFIG_NET_SCHED is not set |
238 | # CONFIG_NET_CLS_ROUTE is not set | 261 | # CONFIG_NET_CLS_ROUTE is not set |
239 | 262 | ||
@@ -265,6 +288,7 @@ CONFIG_STANDALONE=y | |||
265 | # Connector - unified userspace <-> kernelspace linker | 288 | # Connector - unified userspace <-> kernelspace linker |
266 | # | 289 | # |
267 | CONFIG_CONNECTOR=y | 290 | CONFIG_CONNECTOR=y |
291 | CONFIG_PROC_EVENTS=y | ||
268 | 292 | ||
269 | # | 293 | # |
270 | # Memory Technology Devices (MTD) | 294 | # Memory Technology Devices (MTD) |
@@ -289,16 +313,7 @@ CONFIG_CONNECTOR=y | |||
289 | # CONFIG_BLK_DEV_NBD is not set | 313 | # CONFIG_BLK_DEV_NBD is not set |
290 | # CONFIG_BLK_DEV_RAM is not set | 314 | # CONFIG_BLK_DEV_RAM is not set |
291 | CONFIG_BLK_DEV_RAM_COUNT=16 | 315 | CONFIG_BLK_DEV_RAM_COUNT=16 |
292 | # CONFIG_LBD is not set | ||
293 | # CONFIG_CDROM_PKTCDVD is not set | 316 | # CONFIG_CDROM_PKTCDVD is not set |
294 | |||
295 | # | ||
296 | # IO Schedulers | ||
297 | # | ||
298 | CONFIG_IOSCHED_NOOP=y | ||
299 | # CONFIG_IOSCHED_AS is not set | ||
300 | # CONFIG_IOSCHED_DEADLINE is not set | ||
301 | # CONFIG_IOSCHED_CFQ is not set | ||
302 | # CONFIG_ATA_OVER_ETH is not set | 317 | # CONFIG_ATA_OVER_ETH is not set |
303 | 318 | ||
304 | # | 319 | # |
@@ -353,7 +368,6 @@ CONFIG_NETDEVICES=y | |||
353 | # PHY device support | 368 | # PHY device support |
354 | # | 369 | # |
355 | CONFIG_PHYLIB=y | 370 | CONFIG_PHYLIB=y |
356 | CONFIG_PHYCONTROL=y | ||
357 | 371 | ||
358 | # | 372 | # |
359 | # MII PHY device drivers | 373 | # MII PHY device drivers |
@@ -385,7 +399,6 @@ CONFIG_NET_ISA=y | |||
385 | # CONFIG_ETH16I is not set | 399 | # CONFIG_ETH16I is not set |
386 | CONFIG_NE2000=y | 400 | CONFIG_NE2000=y |
387 | # CONFIG_NET_PCI is not set | 401 | # CONFIG_NET_PCI is not set |
388 | # CONFIG_NET_POCKET is not set | ||
389 | 402 | ||
390 | # | 403 | # |
391 | # Ethernet (1000 Mbit) | 404 | # Ethernet (1000 Mbit) |
@@ -558,6 +571,10 @@ CONFIG_DUMMY_CONSOLE=y | |||
558 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 571 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
559 | 572 | ||
560 | # | 573 | # |
574 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
575 | # | ||
576 | |||
577 | # | ||
561 | # USB Gadget Support | 578 | # USB Gadget Support |
562 | # | 579 | # |
563 | # CONFIG_USB_GADGET is not set | 580 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index 897420d39053..047e0b4236f8 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:26:59 2005 | 4 | # Thu Nov 10 14:02:45 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_OBSOLETE_MODPARM=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -188,6 +206,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
188 | CONFIG_FLATMEM=y | 206 | CONFIG_FLATMEM=y |
189 | CONFIG_FLAT_NODE_MEM_MAP=y | 207 | CONFIG_FLAT_NODE_MEM_MAP=y |
190 | # CONFIG_SPARSEMEM_STATIC is not set | 208 | # CONFIG_SPARSEMEM_STATIC is not set |
209 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
191 | CONFIG_PREEMPT_NONE=y | 210 | CONFIG_PREEMPT_NONE=y |
192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 211 | # CONFIG_PREEMPT_VOLUNTARY is not set |
193 | # CONFIG_PREEMPT is not set | 212 | # CONFIG_PREEMPT is not set |
@@ -265,15 +284,19 @@ CONFIG_IPV6=m | |||
265 | # CONFIG_IPV6_TUNNEL is not set | 284 | # CONFIG_IPV6_TUNNEL is not set |
266 | CONFIG_NETFILTER=y | 285 | CONFIG_NETFILTER=y |
267 | # CONFIG_NETFILTER_DEBUG is not set | 286 | # CONFIG_NETFILTER_DEBUG is not set |
287 | |||
288 | # | ||
289 | # Core Netfilter Configuration | ||
290 | # | ||
268 | CONFIG_NETFILTER_NETLINK=m | 291 | CONFIG_NETFILTER_NETLINK=m |
269 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 292 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
270 | CONFIG_NETFILTER_NETLINK_LOG=m | 293 | CONFIG_NETFILTER_NETLINK_LOG=m |
294 | # CONFIG_NF_CONNTRACK is not set | ||
271 | 295 | ||
272 | # | 296 | # |
273 | # IP: Netfilter Configuration | 297 | # IP: Netfilter Configuration |
274 | # | 298 | # |
275 | # CONFIG_IP_NF_CONNTRACK is not set | 299 | # CONFIG_IP_NF_CONNTRACK is not set |
276 | CONFIG_IP_NF_PPTP=m | ||
277 | # CONFIG_IP_NF_QUEUE is not set | 300 | # CONFIG_IP_NF_QUEUE is not set |
278 | # CONFIG_IP_NF_IPTABLES is not set | 301 | # CONFIG_IP_NF_IPTABLES is not set |
279 | # CONFIG_IP_NF_ARPTABLES is not set | 302 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -305,6 +328,10 @@ CONFIG_IP_NF_PPTP=m | |||
305 | # CONFIG_NET_DIVERT is not set | 328 | # CONFIG_NET_DIVERT is not set |
306 | # CONFIG_ECONET is not set | 329 | # CONFIG_ECONET is not set |
307 | # CONFIG_WAN_ROUTER is not set | 330 | # CONFIG_WAN_ROUTER is not set |
331 | |||
332 | # | ||
333 | # QoS and/or fair queueing | ||
334 | # | ||
308 | # CONFIG_NET_SCHED is not set | 335 | # CONFIG_NET_SCHED is not set |
309 | # CONFIG_NET_CLS_ROUTE is not set | 336 | # CONFIG_NET_CLS_ROUTE is not set |
310 | 337 | ||
@@ -355,6 +382,7 @@ CONFIG_MTD_BLOCK=y | |||
355 | # CONFIG_FTL is not set | 382 | # CONFIG_FTL is not set |
356 | # CONFIG_NFTL is not set | 383 | # CONFIG_NFTL is not set |
357 | # CONFIG_INFTL is not set | 384 | # CONFIG_INFTL is not set |
385 | # CONFIG_RFD_FTL is not set | ||
358 | 386 | ||
359 | # | 387 | # |
360 | # RAM/ROM/Flash chip drivers | 388 | # RAM/ROM/Flash chip drivers |
@@ -412,6 +440,11 @@ CONFIG_MTD_CFI_UTIL=y | |||
412 | # CONFIG_MTD_NAND is not set | 440 | # CONFIG_MTD_NAND is not set |
413 | 441 | ||
414 | # | 442 | # |
443 | # OneNAND Flash Device Drivers | ||
444 | # | ||
445 | # CONFIG_MTD_ONENAND is not set | ||
446 | |||
447 | # | ||
415 | # Parallel port support | 448 | # Parallel port support |
416 | # | 449 | # |
417 | # CONFIG_PARPORT is not set | 450 | # CONFIG_PARPORT is not set |
@@ -438,16 +471,7 @@ CONFIG_BLK_DEV_RAM=y | |||
438 | CONFIG_BLK_DEV_RAM_COUNT=16 | 471 | CONFIG_BLK_DEV_RAM_COUNT=16 |
439 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 472 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
440 | CONFIG_BLK_DEV_INITRD=y | 473 | CONFIG_BLK_DEV_INITRD=y |
441 | # CONFIG_LBD is not set | ||
442 | # CONFIG_CDROM_PKTCDVD is not set | 474 | # CONFIG_CDROM_PKTCDVD is not set |
443 | |||
444 | # | ||
445 | # IO Schedulers | ||
446 | # | ||
447 | CONFIG_IOSCHED_NOOP=y | ||
448 | CONFIG_IOSCHED_AS=y | ||
449 | CONFIG_IOSCHED_DEADLINE=y | ||
450 | CONFIG_IOSCHED_CFQ=y | ||
451 | # CONFIG_ATA_OVER_ETH is not set | 475 | # CONFIG_ATA_OVER_ETH is not set |
452 | 476 | ||
453 | # | 477 | # |
@@ -556,7 +580,6 @@ CONFIG_TUN=m | |||
556 | # PHY device support | 580 | # PHY device support |
557 | # | 581 | # |
558 | CONFIG_PHYLIB=m | 582 | CONFIG_PHYLIB=m |
559 | CONFIG_PHYCONTROL=y | ||
560 | 583 | ||
561 | # | 584 | # |
562 | # MII PHY device drivers | 585 | # MII PHY device drivers |
@@ -574,6 +597,7 @@ CONFIG_NET_ETHERNET=y | |||
574 | # CONFIG_MII is not set | 597 | # CONFIG_MII is not set |
575 | # CONFIG_HAPPYMEAL is not set | 598 | # CONFIG_HAPPYMEAL is not set |
576 | # CONFIG_SUNGEM is not set | 599 | # CONFIG_SUNGEM is not set |
600 | # CONFIG_CASSINI is not set | ||
577 | # CONFIG_NET_VENDOR_3COM is not set | 601 | # CONFIG_NET_VENDOR_3COM is not set |
578 | # CONFIG_NET_VENDOR_SMC is not set | 602 | # CONFIG_NET_VENDOR_SMC is not set |
579 | # CONFIG_NET_VENDOR_RACAL is not set | 603 | # CONFIG_NET_VENDOR_RACAL is not set |
@@ -619,7 +643,6 @@ CONFIG_NET_PCI=y | |||
619 | # CONFIG_TLAN is not set | 643 | # CONFIG_TLAN is not set |
620 | # CONFIG_VIA_RHINE is not set | 644 | # CONFIG_VIA_RHINE is not set |
621 | # CONFIG_LAN_SAA9730 is not set | 645 | # CONFIG_LAN_SAA9730 is not set |
622 | # CONFIG_NET_POCKET is not set | ||
623 | 646 | ||
624 | # | 647 | # |
625 | # Ethernet (1000 Mbit) | 648 | # Ethernet (1000 Mbit) |
@@ -668,7 +691,6 @@ CONFIG_NET_RADIO=y | |||
668 | # CONFIG_IPW2100 is not set | 691 | # CONFIG_IPW2100 is not set |
669 | # CONFIG_IPW_DEBUG is not set | 692 | # CONFIG_IPW_DEBUG is not set |
670 | CONFIG_IPW2200=m | 693 | CONFIG_IPW2200=m |
671 | # CONFIG_AIRO is not set | ||
672 | # CONFIG_HERMES is not set | 694 | # CONFIG_HERMES is not set |
673 | # CONFIG_ATMEL is not set | 695 | # CONFIG_ATMEL is not set |
674 | 696 | ||
@@ -692,6 +714,7 @@ CONFIG_PPP_ASYNC=m | |||
692 | CONFIG_PPP_SYNC_TTY=m | 714 | CONFIG_PPP_SYNC_TTY=m |
693 | CONFIG_PPP_DEFLATE=m | 715 | CONFIG_PPP_DEFLATE=m |
694 | # CONFIG_PPP_BSDCOMP is not set | 716 | # CONFIG_PPP_BSDCOMP is not set |
717 | CONFIG_PPP_MPPE=m | ||
695 | CONFIG_PPPOE=m | 718 | CONFIG_PPPOE=m |
696 | # CONFIG_SLIP is not set | 719 | # CONFIG_SLIP is not set |
697 | # CONFIG_SHAPER is not set | 720 | # CONFIG_SHAPER is not set |
@@ -804,6 +827,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
804 | # TPM devices | 827 | # TPM devices |
805 | # | 828 | # |
806 | # CONFIG_TCG_TPM is not set | 829 | # CONFIG_TCG_TPM is not set |
830 | # CONFIG_TELCLOCK is not set | ||
807 | 831 | ||
808 | # | 832 | # |
809 | # I2C support | 833 | # I2C support |
@@ -847,7 +871,6 @@ CONFIG_FB=y | |||
847 | CONFIG_FB_CFB_FILLRECT=y | 871 | CONFIG_FB_CFB_FILLRECT=y |
848 | CONFIG_FB_CFB_COPYAREA=y | 872 | CONFIG_FB_CFB_COPYAREA=y |
849 | CONFIG_FB_CFB_IMAGEBLIT=y | 873 | CONFIG_FB_CFB_IMAGEBLIT=y |
850 | CONFIG_FB_SOFT_CURSOR=y | ||
851 | # CONFIG_FB_MACMODES is not set | 874 | # CONFIG_FB_MACMODES is not set |
852 | # CONFIG_FB_MODE_HELPERS is not set | 875 | # CONFIG_FB_MODE_HELPERS is not set |
853 | # CONFIG_FB_TILEBLITTING is not set | 876 | # CONFIG_FB_TILEBLITTING is not set |
@@ -856,6 +879,7 @@ CONFIG_FB_SOFT_CURSOR=y | |||
856 | # CONFIG_FB_CYBER2000 is not set | 879 | # CONFIG_FB_CYBER2000 is not set |
857 | # CONFIG_FB_ASILIANT is not set | 880 | # CONFIG_FB_ASILIANT is not set |
858 | # CONFIG_FB_IMSTT is not set | 881 | # CONFIG_FB_IMSTT is not set |
882 | # CONFIG_FB_S1D13XXX is not set | ||
859 | # CONFIG_FB_NVIDIA is not set | 883 | # CONFIG_FB_NVIDIA is not set |
860 | # CONFIG_FB_RIVA is not set | 884 | # CONFIG_FB_RIVA is not set |
861 | # CONFIG_FB_MATROX is not set | 885 | # CONFIG_FB_MATROX is not set |
@@ -876,7 +900,6 @@ CONFIG_FB_ATY_CT=y | |||
876 | # CONFIG_FB_SMIVGX is not set | 900 | # CONFIG_FB_SMIVGX is not set |
877 | # CONFIG_FB_CYBLA is not set | 901 | # CONFIG_FB_CYBLA is not set |
878 | # CONFIG_FB_TRIDENT is not set | 902 | # CONFIG_FB_TRIDENT is not set |
879 | # CONFIG_FB_S1D13XXX is not set | ||
880 | # CONFIG_FB_VIRTUAL is not set | 903 | # CONFIG_FB_VIRTUAL is not set |
881 | 904 | ||
882 | # | 905 | # |
@@ -926,12 +949,15 @@ CONFIG_USB=y | |||
926 | # | 949 | # |
927 | # USB Device Class drivers | 950 | # USB Device Class drivers |
928 | # | 951 | # |
929 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
930 | # CONFIG_USB_ACM is not set | 952 | # CONFIG_USB_ACM is not set |
931 | # CONFIG_USB_PRINTER is not set | 953 | # CONFIG_USB_PRINTER is not set |
932 | 954 | ||
933 | # | 955 | # |
934 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 956 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
957 | # | ||
958 | |||
959 | # | ||
960 | # may also be needed; see USB_STORAGE Help for more information | ||
935 | # | 961 | # |
936 | # CONFIG_USB_STORAGE is not set | 962 | # CONFIG_USB_STORAGE is not set |
937 | 963 | ||
@@ -1106,6 +1132,7 @@ CONFIG_RELAYFS_FS=m | |||
1106 | CONFIG_JFFS2_FS=y | 1132 | CONFIG_JFFS2_FS=y |
1107 | CONFIG_JFFS2_FS_DEBUG=0 | 1133 | CONFIG_JFFS2_FS_DEBUG=0 |
1108 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 1134 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
1135 | # CONFIG_JFFS2_SUMMARY is not set | ||
1109 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1136 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
1110 | CONFIG_JFFS2_ZLIB=y | 1137 | CONFIG_JFFS2_ZLIB=y |
1111 | CONFIG_JFFS2_RTIME=y | 1138 | CONFIG_JFFS2_RTIME=y |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 988a05824f01..55458062352e 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:03 2005 | 4 | # Thu Nov 10 14:02:50 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -59,6 +59,24 @@ CONFIG_MODVERSIONS=y | |||
59 | CONFIG_KMOD=y | 59 | CONFIG_KMOD=y |
60 | 60 | ||
61 | # | 61 | # |
62 | # Block layer | ||
63 | # | ||
64 | # CONFIG_LBD is not set | ||
65 | |||
66 | # | ||
67 | # IO Schedulers | ||
68 | # | ||
69 | CONFIG_IOSCHED_NOOP=y | ||
70 | CONFIG_IOSCHED_AS=y | ||
71 | CONFIG_IOSCHED_DEADLINE=y | ||
72 | CONFIG_IOSCHED_CFQ=y | ||
73 | CONFIG_DEFAULT_AS=y | ||
74 | # CONFIG_DEFAULT_DEADLINE is not set | ||
75 | # CONFIG_DEFAULT_CFQ is not set | ||
76 | # CONFIG_DEFAULT_NOOP is not set | ||
77 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
78 | |||
79 | # | ||
62 | # Machine selection | 80 | # Machine selection |
63 | # | 81 | # |
64 | # CONFIG_MIPS_MTX1 is not set | 82 | # CONFIG_MIPS_MTX1 is not set |
@@ -190,6 +208,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
190 | CONFIG_FLATMEM=y | 208 | CONFIG_FLATMEM=y |
191 | CONFIG_FLAT_NODE_MEM_MAP=y | 209 | CONFIG_FLAT_NODE_MEM_MAP=y |
192 | # CONFIG_SPARSEMEM_STATIC is not set | 210 | # CONFIG_SPARSEMEM_STATIC is not set |
211 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
193 | # CONFIG_PREEMPT_NONE is not set | 212 | # CONFIG_PREEMPT_NONE is not set |
194 | CONFIG_PREEMPT_VOLUNTARY=y | 213 | CONFIG_PREEMPT_VOLUNTARY=y |
195 | # CONFIG_PREEMPT is not set | 214 | # CONFIG_PREEMPT is not set |
@@ -272,6 +291,10 @@ CONFIG_IPV6_TUNNEL=m | |||
272 | CONFIG_NETFILTER=y | 291 | CONFIG_NETFILTER=y |
273 | # CONFIG_NETFILTER_DEBUG is not set | 292 | # CONFIG_NETFILTER_DEBUG is not set |
274 | CONFIG_BRIDGE_NETFILTER=y | 293 | CONFIG_BRIDGE_NETFILTER=y |
294 | |||
295 | # | ||
296 | # Core Netfilter Configuration | ||
297 | # | ||
275 | CONFIG_NETFILTER_NETLINK=m | 298 | CONFIG_NETFILTER_NETLINK=m |
276 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 299 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
277 | CONFIG_NETFILTER_NETLINK_LOG=m | 300 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -325,6 +348,7 @@ CONFIG_IP_NF_TARGET_REJECT=m | |||
325 | CONFIG_IP_NF_TARGET_LOG=m | 348 | CONFIG_IP_NF_TARGET_LOG=m |
326 | CONFIG_IP_NF_TARGET_ULOG=m | 349 | CONFIG_IP_NF_TARGET_ULOG=m |
327 | CONFIG_IP_NF_TARGET_TCPMSS=m | 350 | CONFIG_IP_NF_TARGET_TCPMSS=m |
351 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
328 | CONFIG_IP_NF_NAT=m | 352 | CONFIG_IP_NF_NAT=m |
329 | CONFIG_IP_NF_NAT_NEEDED=y | 353 | CONFIG_IP_NF_NAT_NEEDED=y |
330 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 354 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -374,6 +398,7 @@ CONFIG_IP6_NF_MATCH_PHYSDEV=m | |||
374 | CONFIG_IP6_NF_FILTER=m | 398 | CONFIG_IP6_NF_FILTER=m |
375 | CONFIG_IP6_NF_TARGET_LOG=m | 399 | CONFIG_IP6_NF_TARGET_LOG=m |
376 | CONFIG_IP6_NF_TARGET_REJECT=m | 400 | CONFIG_IP6_NF_TARGET_REJECT=m |
401 | CONFIG_IP6_NF_TARGET_NFQUEUE=m | ||
377 | CONFIG_IP6_NF_MANGLE=m | 402 | CONFIG_IP6_NF_MANGLE=m |
378 | CONFIG_IP6_NF_TARGET_MARK=m | 403 | CONFIG_IP6_NF_TARGET_MARK=m |
379 | CONFIG_IP6_NF_TARGET_HL=m | 404 | CONFIG_IP6_NF_TARGET_HL=m |
@@ -430,10 +455,18 @@ CONFIG_DECNET=m | |||
430 | # CONFIG_NET_DIVERT is not set | 455 | # CONFIG_NET_DIVERT is not set |
431 | # CONFIG_ECONET is not set | 456 | # CONFIG_ECONET is not set |
432 | # CONFIG_WAN_ROUTER is not set | 457 | # CONFIG_WAN_ROUTER is not set |
458 | |||
459 | # | ||
460 | # QoS and/or fair queueing | ||
461 | # | ||
433 | CONFIG_NET_SCHED=y | 462 | CONFIG_NET_SCHED=y |
434 | CONFIG_NET_SCH_CLK_JIFFIES=y | 463 | CONFIG_NET_SCH_CLK_JIFFIES=y |
435 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | 464 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set |
436 | # CONFIG_NET_SCH_CLK_CPU is not set | 465 | # CONFIG_NET_SCH_CLK_CPU is not set |
466 | |||
467 | # | ||
468 | # Queueing/Scheduling | ||
469 | # | ||
437 | CONFIG_NET_SCH_CBQ=m | 470 | CONFIG_NET_SCH_CBQ=m |
438 | CONFIG_NET_SCH_HTB=m | 471 | CONFIG_NET_SCH_HTB=m |
439 | CONFIG_NET_SCH_HFSC=m | 472 | CONFIG_NET_SCH_HFSC=m |
@@ -446,8 +479,10 @@ CONFIG_NET_SCH_GRED=m | |||
446 | CONFIG_NET_SCH_DSMARK=m | 479 | CONFIG_NET_SCH_DSMARK=m |
447 | CONFIG_NET_SCH_NETEM=m | 480 | CONFIG_NET_SCH_NETEM=m |
448 | CONFIG_NET_SCH_INGRESS=m | 481 | CONFIG_NET_SCH_INGRESS=m |
449 | CONFIG_NET_QOS=y | 482 | |
450 | CONFIG_NET_ESTIMATOR=y | 483 | # |
484 | # Classification | ||
485 | # | ||
451 | CONFIG_NET_CLS=y | 486 | CONFIG_NET_CLS=y |
452 | CONFIG_NET_CLS_BASIC=m | 487 | CONFIG_NET_CLS_BASIC=m |
453 | CONFIG_NET_CLS_TCINDEX=m | 488 | CONFIG_NET_CLS_TCINDEX=m |
@@ -456,13 +491,14 @@ CONFIG_NET_CLS_ROUTE=y | |||
456 | CONFIG_NET_CLS_FW=m | 491 | CONFIG_NET_CLS_FW=m |
457 | CONFIG_NET_CLS_U32=m | 492 | CONFIG_NET_CLS_U32=m |
458 | # CONFIG_CLS_U32_PERF is not set | 493 | # CONFIG_CLS_U32_PERF is not set |
459 | # CONFIG_NET_CLS_IND is not set | ||
460 | # CONFIG_CLS_U32_MARK is not set | 494 | # CONFIG_CLS_U32_MARK is not set |
461 | CONFIG_NET_CLS_RSVP=m | 495 | CONFIG_NET_CLS_RSVP=m |
462 | CONFIG_NET_CLS_RSVP6=m | 496 | CONFIG_NET_CLS_RSVP6=m |
463 | # CONFIG_NET_EMATCH is not set | 497 | # CONFIG_NET_EMATCH is not set |
464 | # CONFIG_NET_CLS_ACT is not set | 498 | # CONFIG_NET_CLS_ACT is not set |
465 | CONFIG_NET_CLS_POLICE=y | 499 | CONFIG_NET_CLS_POLICE=y |
500 | # CONFIG_NET_CLS_IND is not set | ||
501 | CONFIG_NET_ESTIMATOR=y | ||
466 | 502 | ||
467 | # | 503 | # |
468 | # Network testing | 504 | # Network testing |
@@ -583,18 +619,9 @@ CONFIG_BLK_DEV_UB=m | |||
583 | CONFIG_BLK_DEV_RAM=m | 619 | CONFIG_BLK_DEV_RAM=m |
584 | CONFIG_BLK_DEV_RAM_COUNT=16 | 620 | CONFIG_BLK_DEV_RAM_COUNT=16 |
585 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 621 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
586 | # CONFIG_LBD is not set | ||
587 | CONFIG_CDROM_PKTCDVD=m | 622 | CONFIG_CDROM_PKTCDVD=m |
588 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 623 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
589 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 624 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
590 | |||
591 | # | ||
592 | # IO Schedulers | ||
593 | # | ||
594 | CONFIG_IOSCHED_NOOP=y | ||
595 | CONFIG_IOSCHED_AS=y | ||
596 | CONFIG_IOSCHED_DEADLINE=y | ||
597 | CONFIG_IOSCHED_CFQ=y | ||
598 | CONFIG_ATA_OVER_ETH=m | 625 | CONFIG_ATA_OVER_ETH=m |
599 | 626 | ||
600 | # | 627 | # |
@@ -638,6 +665,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
638 | # | 665 | # |
639 | # SCSI low-level drivers | 666 | # SCSI low-level drivers |
640 | # | 667 | # |
668 | CONFIG_ISCSI_TCP=m | ||
641 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 669 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
642 | # CONFIG_SCSI_3W_9XXX is not set | 670 | # CONFIG_SCSI_3W_9XXX is not set |
643 | # CONFIG_SCSI_ACARD is not set | 671 | # CONFIG_SCSI_ACARD is not set |
@@ -651,6 +679,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
651 | CONFIG_MEGARAID_NEWGEN=y | 679 | CONFIG_MEGARAID_NEWGEN=y |
652 | CONFIG_MEGARAID_MM=m | 680 | CONFIG_MEGARAID_MM=m |
653 | CONFIG_MEGARAID_MAILBOX=m | 681 | CONFIG_MEGARAID_MAILBOX=m |
682 | # CONFIG_MEGARAID_SAS is not set | ||
654 | # CONFIG_SCSI_SATA is not set | 683 | # CONFIG_SCSI_SATA is not set |
655 | # CONFIG_SCSI_DMX3191D is not set | 684 | # CONFIG_SCSI_DMX3191D is not set |
656 | # CONFIG_SCSI_DTC3280 is not set | 685 | # CONFIG_SCSI_DTC3280 is not set |
@@ -723,6 +752,7 @@ CONFIG_DM_MULTIPATH_EMC=m | |||
723 | # CONFIG_FUSION is not set | 752 | # CONFIG_FUSION is not set |
724 | # CONFIG_FUSION_SPI is not set | 753 | # CONFIG_FUSION_SPI is not set |
725 | # CONFIG_FUSION_FC is not set | 754 | # CONFIG_FUSION_FC is not set |
755 | # CONFIG_FUSION_SAS is not set | ||
726 | 756 | ||
727 | # | 757 | # |
728 | # IEEE 1394 (FireWire) support | 758 | # IEEE 1394 (FireWire) support |
@@ -752,7 +782,6 @@ CONFIG_TUN=m | |||
752 | # PHY device support | 782 | # PHY device support |
753 | # | 783 | # |
754 | CONFIG_PHYLIB=m | 784 | CONFIG_PHYLIB=m |
755 | CONFIG_PHYCONTROL=y | ||
756 | 785 | ||
757 | # | 786 | # |
758 | # MII PHY device drivers | 787 | # MII PHY device drivers |
@@ -770,6 +799,7 @@ CONFIG_NET_ETHERNET=y | |||
770 | CONFIG_MII=y | 799 | CONFIG_MII=y |
771 | # CONFIG_HAPPYMEAL is not set | 800 | # CONFIG_HAPPYMEAL is not set |
772 | # CONFIG_SUNGEM is not set | 801 | # CONFIG_SUNGEM is not set |
802 | # CONFIG_CASSINI is not set | ||
773 | # CONFIG_NET_VENDOR_3COM is not set | 803 | # CONFIG_NET_VENDOR_3COM is not set |
774 | # CONFIG_NET_VENDOR_SMC is not set | 804 | # CONFIG_NET_VENDOR_SMC is not set |
775 | # CONFIG_NET_VENDOR_RACAL is not set | 805 | # CONFIG_NET_VENDOR_RACAL is not set |
@@ -984,6 +1014,7 @@ CONFIG_RTC=m | |||
984 | # TPM devices | 1014 | # TPM devices |
985 | # | 1015 | # |
986 | # CONFIG_TCG_TPM is not set | 1016 | # CONFIG_TCG_TPM is not set |
1017 | # CONFIG_TELCLOCK is not set | ||
987 | 1018 | ||
988 | # | 1019 | # |
989 | # I2C support | 1020 | # I2C support |
@@ -1074,12 +1105,15 @@ CONFIG_USB_UHCI_HCD=m | |||
1074 | # | 1105 | # |
1075 | # USB Device Class drivers | 1106 | # USB Device Class drivers |
1076 | # | 1107 | # |
1077 | CONFIG_USB_BLUETOOTH_TTY=m | ||
1078 | CONFIG_USB_ACM=m | 1108 | CONFIG_USB_ACM=m |
1079 | CONFIG_USB_PRINTER=m | 1109 | CONFIG_USB_PRINTER=m |
1080 | 1110 | ||
1081 | # | 1111 | # |
1082 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 1112 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
1113 | # | ||
1114 | |||
1115 | # | ||
1116 | # may also be needed; see USB_STORAGE Help for more information | ||
1083 | # | 1117 | # |
1084 | CONFIG_USB_STORAGE=m | 1118 | CONFIG_USB_STORAGE=m |
1085 | # CONFIG_USB_STORAGE_DEBUG is not set | 1119 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -1196,6 +1230,7 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | |||
1196 | CONFIG_USB_SERIAL_KLSI=m | 1230 | CONFIG_USB_SERIAL_KLSI=m |
1197 | CONFIG_USB_SERIAL_KOBIL_SCT=m | 1231 | CONFIG_USB_SERIAL_KOBIL_SCT=m |
1198 | CONFIG_USB_SERIAL_MCT_U232=m | 1232 | CONFIG_USB_SERIAL_MCT_U232=m |
1233 | # CONFIG_USB_SERIAL_NOKIA_DKU2 is not set | ||
1199 | CONFIG_USB_SERIAL_PL2303=m | 1234 | CONFIG_USB_SERIAL_PL2303=m |
1200 | CONFIG_USB_SERIAL_HP4X=m | 1235 | CONFIG_USB_SERIAL_HP4X=m |
1201 | CONFIG_USB_SERIAL_SAFE=m | 1236 | CONFIG_USB_SERIAL_SAFE=m |
@@ -1271,7 +1306,7 @@ CONFIG_REISERFS_FS_SECURITY=y | |||
1271 | CONFIG_FS_POSIX_ACL=y | 1306 | CONFIG_FS_POSIX_ACL=y |
1272 | CONFIG_XFS_FS=m | 1307 | CONFIG_XFS_FS=m |
1273 | CONFIG_XFS_EXPORT=y | 1308 | CONFIG_XFS_EXPORT=y |
1274 | CONFIG_XFS_QUOTA=m | 1309 | CONFIG_XFS_QUOTA=y |
1275 | CONFIG_XFS_SECURITY=y | 1310 | CONFIG_XFS_SECURITY=y |
1276 | # CONFIG_XFS_POSIX_ACL is not set | 1311 | # CONFIG_XFS_POSIX_ACL is not set |
1277 | # CONFIG_XFS_RT is not set | 1312 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 4365d9c8c42e..dc453a1e4806 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:05 2005 | 4 | # Mon Nov 7 23:06:43 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -59,6 +59,23 @@ CONFIG_KMOD=y | |||
59 | CONFIG_STOP_MACHINE=y | 59 | CONFIG_STOP_MACHINE=y |
60 | 60 | ||
61 | # | 61 | # |
62 | # Block layer | ||
63 | # | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
62 | # Machine selection | 79 | # Machine selection |
63 | # | 80 | # |
64 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -126,8 +143,8 @@ CONFIG_CPU_SB1_PASS_1=y | |||
126 | # CONFIG_CPU_SB1_PASS_3 is not set | 143 | # CONFIG_CPU_SB1_PASS_3 is not set |
127 | CONFIG_SIBYTE_HAS_LDT=y | 144 | CONFIG_SIBYTE_HAS_LDT=y |
128 | # CONFIG_SIMULATION is not set | 145 | # CONFIG_SIMULATION is not set |
129 | # CONFIG_CONFIG_SB1_CEX_ALWAYS_FATAL is not set | 146 | # CONFIG_SB1_CEX_ALWAYS_FATAL is not set |
130 | # CONFIG_CONFIG_SB1_CERR_STALL is not set | 147 | # CONFIG_SB1_CERR_STALL is not set |
131 | CONFIG_SIBYTE_CFE=y | 148 | CONFIG_SIBYTE_CFE=y |
132 | # CONFIG_SIBYTE_CFE_CONSOLE is not set | 149 | # CONFIG_SIBYTE_CFE_CONSOLE is not set |
133 | # CONFIG_SIBYTE_BUS_WATCHER is not set | 150 | # CONFIG_SIBYTE_BUS_WATCHER is not set |
@@ -200,6 +217,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
200 | CONFIG_FLATMEM=y | 217 | CONFIG_FLATMEM=y |
201 | CONFIG_FLAT_NODE_MEM_MAP=y | 218 | CONFIG_FLAT_NODE_MEM_MAP=y |
202 | # CONFIG_SPARSEMEM_STATIC is not set | 219 | # CONFIG_SPARSEMEM_STATIC is not set |
220 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
203 | CONFIG_SMP=y | 221 | CONFIG_SMP=y |
204 | CONFIG_NR_CPUS=2 | 222 | CONFIG_NR_CPUS=2 |
205 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
@@ -295,6 +313,10 @@ CONFIG_TCP_CONG_BIC=y | |||
295 | # CONFIG_NET_DIVERT is not set | 313 | # CONFIG_NET_DIVERT is not set |
296 | # CONFIG_ECONET is not set | 314 | # CONFIG_ECONET is not set |
297 | # CONFIG_WAN_ROUTER is not set | 315 | # CONFIG_WAN_ROUTER is not set |
316 | |||
317 | # | ||
318 | # QoS and/or fair queueing | ||
319 | # | ||
298 | # CONFIG_NET_SCHED is not set | 320 | # CONFIG_NET_SCHED is not set |
299 | # CONFIG_NET_CLS_ROUTE is not set | 321 | # CONFIG_NET_CLS_ROUTE is not set |
300 | 322 | ||
@@ -359,14 +381,6 @@ CONFIG_BLK_DEV_INITRD=y | |||
359 | CONFIG_CDROM_PKTCDVD=m | 381 | CONFIG_CDROM_PKTCDVD=m |
360 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 382 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
361 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 383 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
362 | |||
363 | # | ||
364 | # IO Schedulers | ||
365 | # | ||
366 | CONFIG_IOSCHED_NOOP=y | ||
367 | CONFIG_IOSCHED_AS=y | ||
368 | CONFIG_IOSCHED_DEADLINE=y | ||
369 | CONFIG_IOSCHED_CFQ=y | ||
370 | CONFIG_ATA_OVER_ETH=m | 384 | CONFIG_ATA_OVER_ETH=m |
371 | 385 | ||
372 | # | 386 | # |
@@ -441,7 +455,6 @@ CONFIG_NETDEVICES=y | |||
441 | # PHY device support | 455 | # PHY device support |
442 | # | 456 | # |
443 | CONFIG_PHYLIB=m | 457 | CONFIG_PHYLIB=m |
444 | CONFIG_PHYCONTROL=y | ||
445 | 458 | ||
446 | # | 459 | # |
447 | # MII PHY device drivers | 460 | # MII PHY device drivers |
@@ -459,6 +472,7 @@ CONFIG_NET_ETHERNET=y | |||
459 | CONFIG_MII=y | 472 | CONFIG_MII=y |
460 | # CONFIG_HAPPYMEAL is not set | 473 | # CONFIG_HAPPYMEAL is not set |
461 | # CONFIG_SUNGEM is not set | 474 | # CONFIG_SUNGEM is not set |
475 | # CONFIG_CASSINI is not set | ||
462 | # CONFIG_NET_VENDOR_3COM is not set | 476 | # CONFIG_NET_VENDOR_3COM is not set |
463 | 477 | ||
464 | # | 478 | # |
@@ -599,6 +613,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
599 | # TPM devices | 613 | # TPM devices |
600 | # | 614 | # |
601 | # CONFIG_TCG_TPM is not set | 615 | # CONFIG_TCG_TPM is not set |
616 | # CONFIG_TELCLOCK is not set | ||
602 | 617 | ||
603 | # | 618 | # |
604 | # I2C support | 619 | # I2C support |
@@ -652,6 +667,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
652 | # CONFIG_USB is not set | 667 | # CONFIG_USB is not set |
653 | 668 | ||
654 | # | 669 | # |
670 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
671 | # | ||
672 | |||
673 | # | ||
655 | # USB Gadget Support | 674 | # USB Gadget Support |
656 | # | 675 | # |
657 | # CONFIG_USB_GADGET is not set | 676 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index d835f6db1f41..aa27d583162d 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:07 2005 | 4 | # Mon Nov 7 23:06:45 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -48,6 +48,24 @@ CONFIG_BASE_SMALL=0 | |||
48 | # CONFIG_MODULES is not set | 48 | # CONFIG_MODULES is not set |
49 | 49 | ||
50 | # | 50 | # |
51 | # Block layer | ||
52 | # | ||
53 | # CONFIG_LBD is not set | ||
54 | |||
55 | # | ||
56 | # IO Schedulers | ||
57 | # | ||
58 | CONFIG_IOSCHED_NOOP=y | ||
59 | CONFIG_IOSCHED_AS=y | ||
60 | CONFIG_IOSCHED_DEADLINE=y | ||
61 | CONFIG_IOSCHED_CFQ=y | ||
62 | CONFIG_DEFAULT_AS=y | ||
63 | # CONFIG_DEFAULT_DEADLINE is not set | ||
64 | # CONFIG_DEFAULT_CFQ is not set | ||
65 | # CONFIG_DEFAULT_NOOP is not set | ||
66 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
67 | |||
68 | # | ||
51 | # Machine selection | 69 | # Machine selection |
52 | # | 70 | # |
53 | # CONFIG_MIPS_MTX1 is not set | 71 | # CONFIG_MIPS_MTX1 is not set |
@@ -173,6 +191,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
173 | CONFIG_FLATMEM=y | 191 | CONFIG_FLATMEM=y |
174 | CONFIG_FLAT_NODE_MEM_MAP=y | 192 | CONFIG_FLAT_NODE_MEM_MAP=y |
175 | # CONFIG_SPARSEMEM_STATIC is not set | 193 | # CONFIG_SPARSEMEM_STATIC is not set |
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
176 | CONFIG_PREEMPT_NONE=y | 195 | CONFIG_PREEMPT_NONE=y |
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 196 | # CONFIG_PREEMPT_VOLUNTARY is not set |
178 | # CONFIG_PREEMPT is not set | 197 | # CONFIG_PREEMPT is not set |
@@ -242,18 +261,9 @@ CONFIG_BLK_DEV_RAM=y | |||
242 | CONFIG_BLK_DEV_RAM_COUNT=16 | 261 | CONFIG_BLK_DEV_RAM_COUNT=16 |
243 | CONFIG_BLK_DEV_RAM_SIZE=18432 | 262 | CONFIG_BLK_DEV_RAM_SIZE=18432 |
244 | CONFIG_BLK_DEV_INITRD=y | 263 | CONFIG_BLK_DEV_INITRD=y |
245 | # CONFIG_LBD is not set | ||
246 | # CONFIG_CDROM_PKTCDVD is not set | 264 | # CONFIG_CDROM_PKTCDVD is not set |
247 | 265 | ||
248 | # | 266 | # |
249 | # IO Schedulers | ||
250 | # | ||
251 | CONFIG_IOSCHED_NOOP=y | ||
252 | CONFIG_IOSCHED_AS=y | ||
253 | CONFIG_IOSCHED_DEADLINE=y | ||
254 | CONFIG_IOSCHED_CFQ=y | ||
255 | |||
256 | # | ||
257 | # ATA/ATAPI/MFM/RLL support | 267 | # ATA/ATAPI/MFM/RLL support |
258 | # | 268 | # |
259 | # CONFIG_IDE is not set | 269 | # CONFIG_IDE is not set |
@@ -353,6 +363,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
353 | # | 363 | # |
354 | # TPM devices | 364 | # TPM devices |
355 | # | 365 | # |
366 | # CONFIG_TELCLOCK is not set | ||
356 | 367 | ||
357 | # | 368 | # |
358 | # I2C support | 369 | # I2C support |
@@ -404,6 +415,10 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
404 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 415 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
405 | 416 | ||
406 | # | 417 | # |
418 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
419 | # | ||
420 | |||
421 | # | ||
407 | # USB Gadget Support | 422 | # USB Gadget Support |
408 | # | 423 | # |
409 | # CONFIG_USB_GADGET is not set | 424 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index bf60a17de2b0..ddc7e45996f2 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:10 2005 | 4 | # Mon Nov 7 23:06:49 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -183,6 +201,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
183 | CONFIG_FLATMEM=y | 201 | CONFIG_FLATMEM=y |
184 | CONFIG_FLAT_NODE_MEM_MAP=y | 202 | CONFIG_FLAT_NODE_MEM_MAP=y |
185 | # CONFIG_SPARSEMEM_STATIC is not set | 203 | # CONFIG_SPARSEMEM_STATIC is not set |
204 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
186 | CONFIG_PREEMPT_NONE=y | 205 | CONFIG_PREEMPT_NONE=y |
187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 206 | # CONFIG_PREEMPT_VOLUNTARY is not set |
188 | # CONFIG_PREEMPT is not set | 207 | # CONFIG_PREEMPT is not set |
@@ -277,6 +296,10 @@ CONFIG_TCP_CONG_BIC=y | |||
277 | # CONFIG_NET_DIVERT is not set | 296 | # CONFIG_NET_DIVERT is not set |
278 | # CONFIG_ECONET is not set | 297 | # CONFIG_ECONET is not set |
279 | # CONFIG_WAN_ROUTER is not set | 298 | # CONFIG_WAN_ROUTER is not set |
299 | |||
300 | # | ||
301 | # QoS and/or fair queueing | ||
302 | # | ||
280 | # CONFIG_NET_SCHED is not set | 303 | # CONFIG_NET_SCHED is not set |
281 | # CONFIG_NET_CLS_ROUTE is not set | 304 | # CONFIG_NET_CLS_ROUTE is not set |
282 | 305 | ||
@@ -339,16 +362,7 @@ CONFIG_BLK_DEV_NBD=m | |||
339 | CONFIG_BLK_DEV_RAM=m | 362 | CONFIG_BLK_DEV_RAM=m |
340 | CONFIG_BLK_DEV_RAM_COUNT=16 | 363 | CONFIG_BLK_DEV_RAM_COUNT=16 |
341 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 364 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
342 | # CONFIG_LBD is not set | ||
343 | # CONFIG_CDROM_PKTCDVD is not set | 365 | # CONFIG_CDROM_PKTCDVD is not set |
344 | |||
345 | # | ||
346 | # IO Schedulers | ||
347 | # | ||
348 | CONFIG_IOSCHED_NOOP=y | ||
349 | CONFIG_IOSCHED_AS=y | ||
350 | CONFIG_IOSCHED_DEADLINE=y | ||
351 | CONFIG_IOSCHED_CFQ=y | ||
352 | CONFIG_ATA_OVER_ETH=m | 366 | CONFIG_ATA_OVER_ETH=m |
353 | 367 | ||
354 | # | 368 | # |
@@ -385,12 +399,13 @@ CONFIG_SCSI_MULTI_LUN=y | |||
385 | # | 399 | # |
386 | # CONFIG_SCSI_SPI_ATTRS is not set | 400 | # CONFIG_SCSI_SPI_ATTRS is not set |
387 | # CONFIG_SCSI_FC_ATTRS is not set | 401 | # CONFIG_SCSI_FC_ATTRS is not set |
388 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 402 | CONFIG_SCSI_ISCSI_ATTRS=m |
389 | # CONFIG_SCSI_SAS_ATTRS is not set | 403 | # CONFIG_SCSI_SAS_ATTRS is not set |
390 | 404 | ||
391 | # | 405 | # |
392 | # SCSI low-level drivers | 406 | # SCSI low-level drivers |
393 | # | 407 | # |
408 | CONFIG_ISCSI_TCP=m | ||
394 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 409 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
395 | # CONFIG_SCSI_3W_9XXX is not set | 410 | # CONFIG_SCSI_3W_9XXX is not set |
396 | # CONFIG_SCSI_ACARD is not set | 411 | # CONFIG_SCSI_ACARD is not set |
@@ -401,6 +416,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
401 | # CONFIG_SCSI_DPT_I2O is not set | 416 | # CONFIG_SCSI_DPT_I2O is not set |
402 | # CONFIG_MEGARAID_NEWGEN is not set | 417 | # CONFIG_MEGARAID_NEWGEN is not set |
403 | # CONFIG_MEGARAID_LEGACY is not set | 418 | # CONFIG_MEGARAID_LEGACY is not set |
419 | # CONFIG_MEGARAID_SAS is not set | ||
404 | # CONFIG_SCSI_SATA is not set | 420 | # CONFIG_SCSI_SATA is not set |
405 | # CONFIG_SCSI_DMX3191D is not set | 421 | # CONFIG_SCSI_DMX3191D is not set |
406 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 422 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
@@ -435,6 +451,7 @@ CONFIG_SCSI_QLA2XXX=y | |||
435 | # CONFIG_FUSION is not set | 451 | # CONFIG_FUSION is not set |
436 | # CONFIG_FUSION_SPI is not set | 452 | # CONFIG_FUSION_SPI is not set |
437 | # CONFIG_FUSION_FC is not set | 453 | # CONFIG_FUSION_FC is not set |
454 | # CONFIG_FUSION_SAS is not set | ||
438 | 455 | ||
439 | # | 456 | # |
440 | # IEEE 1394 (FireWire) support | 457 | # IEEE 1394 (FireWire) support |
@@ -464,7 +481,6 @@ CONFIG_NETDEVICES=y | |||
464 | # PHY device support | 481 | # PHY device support |
465 | # | 482 | # |
466 | CONFIG_PHYLIB=m | 483 | CONFIG_PHYLIB=m |
467 | CONFIG_PHYCONTROL=y | ||
468 | 484 | ||
469 | # | 485 | # |
470 | # MII PHY device drivers | 486 | # MII PHY device drivers |
@@ -482,6 +498,7 @@ CONFIG_NET_ETHERNET=y | |||
482 | CONFIG_MII=y | 498 | CONFIG_MII=y |
483 | # CONFIG_HAPPYMEAL is not set | 499 | # CONFIG_HAPPYMEAL is not set |
484 | # CONFIG_SUNGEM is not set | 500 | # CONFIG_SUNGEM is not set |
501 | # CONFIG_CASSINI is not set | ||
485 | # CONFIG_NET_VENDOR_3COM is not set | 502 | # CONFIG_NET_VENDOR_3COM is not set |
486 | 503 | ||
487 | # | 504 | # |
@@ -634,6 +651,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
634 | # CONFIG_WATCHDOG is not set | 651 | # CONFIG_WATCHDOG is not set |
635 | # CONFIG_RTC is not set | 652 | # CONFIG_RTC is not set |
636 | # CONFIG_GEN_RTC is not set | 653 | # CONFIG_GEN_RTC is not set |
654 | # CONFIG_RTC_VR41XX is not set | ||
637 | # CONFIG_DTLK is not set | 655 | # CONFIG_DTLK is not set |
638 | # CONFIG_R3964 is not set | 656 | # CONFIG_R3964 is not set |
639 | # CONFIG_APPLICOM is not set | 657 | # CONFIG_APPLICOM is not set |
@@ -650,6 +668,7 @@ CONFIG_GPIO_VR41XX=y | |||
650 | # TPM devices | 668 | # TPM devices |
651 | # | 669 | # |
652 | # CONFIG_TCG_TPM is not set | 670 | # CONFIG_TCG_TPM is not set |
671 | # CONFIG_TELCLOCK is not set | ||
653 | 672 | ||
654 | # | 673 | # |
655 | # I2C support | 674 | # I2C support |
@@ -733,12 +752,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
733 | # | 752 | # |
734 | # USB Device Class drivers | 753 | # USB Device Class drivers |
735 | # | 754 | # |
736 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
737 | # CONFIG_USB_ACM is not set | 755 | # CONFIG_USB_ACM is not set |
738 | # CONFIG_USB_PRINTER is not set | 756 | # CONFIG_USB_PRINTER is not set |
739 | 757 | ||
740 | # | 758 | # |
741 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 759 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
760 | # | ||
761 | |||
762 | # | ||
763 | # may also be needed; see USB_STORAGE Help for more information | ||
742 | # | 764 | # |
743 | CONFIG_USB_STORAGE=m | 765 | CONFIG_USB_STORAGE=m |
744 | # CONFIG_USB_STORAGE_DEBUG is not set | 766 | # CONFIG_USB_STORAGE_DEBUG is not set |
diff --git a/arch/mips/configs/tb0229_defconfig b/arch/mips/configs/tb0229_defconfig index ac8b64e87b8a..e8c82f011e98 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:13 2005 | 4 | # Wed Nov 9 11:11:47 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -183,6 +201,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
183 | CONFIG_FLATMEM=y | 201 | CONFIG_FLATMEM=y |
184 | CONFIG_FLAT_NODE_MEM_MAP=y | 202 | CONFIG_FLAT_NODE_MEM_MAP=y |
185 | # CONFIG_SPARSEMEM_STATIC is not set | 203 | # CONFIG_SPARSEMEM_STATIC is not set |
204 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
186 | CONFIG_PREEMPT_NONE=y | 205 | CONFIG_PREEMPT_NONE=y |
187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 206 | # CONFIG_PREEMPT_VOLUNTARY is not set |
188 | # CONFIG_PREEMPT is not set | 207 | # CONFIG_PREEMPT is not set |
@@ -278,6 +297,10 @@ CONFIG_TCP_CONG_BIC=y | |||
278 | # CONFIG_NET_DIVERT is not set | 297 | # CONFIG_NET_DIVERT is not set |
279 | # CONFIG_ECONET is not set | 298 | # CONFIG_ECONET is not set |
280 | # CONFIG_WAN_ROUTER is not set | 299 | # CONFIG_WAN_ROUTER is not set |
300 | |||
301 | # | ||
302 | # QoS and/or fair queueing | ||
303 | # | ||
281 | # CONFIG_NET_SCHED is not set | 304 | # CONFIG_NET_SCHED is not set |
282 | # CONFIG_NET_CLS_ROUTE is not set | 305 | # CONFIG_NET_CLS_ROUTE is not set |
283 | 306 | ||
@@ -341,18 +364,9 @@ CONFIG_BLK_DEV_RAM=y | |||
341 | CONFIG_BLK_DEV_RAM_COUNT=16 | 364 | CONFIG_BLK_DEV_RAM_COUNT=16 |
342 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 365 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
343 | # CONFIG_BLK_DEV_INITRD is not set | 366 | # CONFIG_BLK_DEV_INITRD is not set |
344 | # CONFIG_LBD is not set | ||
345 | CONFIG_CDROM_PKTCDVD=m | 367 | CONFIG_CDROM_PKTCDVD=m |
346 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 368 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
347 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 369 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
348 | |||
349 | # | ||
350 | # IO Schedulers | ||
351 | # | ||
352 | CONFIG_IOSCHED_NOOP=y | ||
353 | CONFIG_IOSCHED_AS=y | ||
354 | CONFIG_IOSCHED_DEADLINE=y | ||
355 | CONFIG_IOSCHED_CFQ=y | ||
356 | CONFIG_ATA_OVER_ETH=m | 370 | CONFIG_ATA_OVER_ETH=m |
357 | 371 | ||
358 | # | 372 | # |
@@ -404,7 +418,6 @@ CONFIG_DUMMY=m | |||
404 | # PHY device support | 418 | # PHY device support |
405 | # | 419 | # |
406 | CONFIG_PHYLIB=m | 420 | CONFIG_PHYLIB=m |
407 | CONFIG_PHYCONTROL=y | ||
408 | 421 | ||
409 | # | 422 | # |
410 | # MII PHY device drivers | 423 | # MII PHY device drivers |
@@ -422,6 +435,7 @@ CONFIG_NET_ETHERNET=y | |||
422 | CONFIG_MII=y | 435 | CONFIG_MII=y |
423 | # CONFIG_HAPPYMEAL is not set | 436 | # CONFIG_HAPPYMEAL is not set |
424 | # CONFIG_SUNGEM is not set | 437 | # CONFIG_SUNGEM is not set |
438 | # CONFIG_CASSINI is not set | ||
425 | # CONFIG_NET_VENDOR_3COM is not set | 439 | # CONFIG_NET_VENDOR_3COM is not set |
426 | 440 | ||
427 | # | 441 | # |
@@ -504,6 +518,7 @@ CONFIG_PPP_ASYNC=m | |||
504 | CONFIG_PPP_SYNC_TTY=m | 518 | CONFIG_PPP_SYNC_TTY=m |
505 | CONFIG_PPP_DEFLATE=m | 519 | CONFIG_PPP_DEFLATE=m |
506 | CONFIG_PPP_BSDCOMP=m | 520 | CONFIG_PPP_BSDCOMP=m |
521 | CONFIG_PPP_MPPE=m | ||
507 | CONFIG_PPPOE=m | 522 | CONFIG_PPPOE=m |
508 | CONFIG_SLIP=m | 523 | CONFIG_SLIP=m |
509 | CONFIG_SLIP_COMPRESSED=y | 524 | CONFIG_SLIP_COMPRESSED=y |
@@ -589,6 +604,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
589 | # CONFIG_WATCHDOG is not set | 604 | # CONFIG_WATCHDOG is not set |
590 | # CONFIG_RTC is not set | 605 | # CONFIG_RTC is not set |
591 | # CONFIG_GEN_RTC is not set | 606 | # CONFIG_GEN_RTC is not set |
607 | # CONFIG_RTC_VR41XX is not set | ||
592 | # CONFIG_DTLK is not set | 608 | # CONFIG_DTLK is not set |
593 | # CONFIG_R3964 is not set | 609 | # CONFIG_R3964 is not set |
594 | # CONFIG_APPLICOM is not set | 610 | # CONFIG_APPLICOM is not set |
@@ -605,6 +621,7 @@ CONFIG_GPIO_VR41XX=y | |||
605 | # TPM devices | 621 | # TPM devices |
606 | # | 622 | # |
607 | # CONFIG_TCG_TPM is not set | 623 | # CONFIG_TCG_TPM is not set |
624 | # CONFIG_TELCLOCK is not set | ||
608 | 625 | ||
609 | # | 626 | # |
610 | # I2C support | 627 | # I2C support |
@@ -688,12 +705,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
688 | # | 705 | # |
689 | # USB Device Class drivers | 706 | # USB Device Class drivers |
690 | # | 707 | # |
691 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
692 | # CONFIG_USB_ACM is not set | 708 | # CONFIG_USB_ACM is not set |
693 | # CONFIG_USB_PRINTER is not set | 709 | # CONFIG_USB_PRINTER is not set |
694 | 710 | ||
695 | # | 711 | # |
696 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 712 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
713 | # | ||
714 | |||
715 | # | ||
716 | # may also be needed; see USB_STORAGE Help for more information | ||
697 | # | 717 | # |
698 | # CONFIG_USB_STORAGE is not set | 718 | # CONFIG_USB_STORAGE is not set |
699 | 719 | ||
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index ab13621ef3b9..125b2997abfe 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.14-rc2 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 22:27:16 2005 | 4 | # Tue Nov 15 11:17:02 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -57,6 +57,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
57 | CONFIG_KMOD=y | 57 | CONFIG_KMOD=y |
58 | 58 | ||
59 | # | 59 | # |
60 | # Block layer | ||
61 | # | ||
62 | # CONFIG_LBD is not set | ||
63 | |||
64 | # | ||
65 | # IO Schedulers | ||
66 | # | ||
67 | CONFIG_IOSCHED_NOOP=y | ||
68 | CONFIG_IOSCHED_AS=y | ||
69 | CONFIG_IOSCHED_DEADLINE=y | ||
70 | CONFIG_IOSCHED_CFQ=y | ||
71 | CONFIG_DEFAULT_AS=y | ||
72 | # CONFIG_DEFAULT_DEADLINE is not set | ||
73 | # CONFIG_DEFAULT_CFQ is not set | ||
74 | # CONFIG_DEFAULT_NOOP is not set | ||
75 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
76 | |||
77 | # | ||
60 | # Machine selection | 78 | # Machine selection |
61 | # | 79 | # |
62 | # CONFIG_MIPS_MTX1 is not set | 80 | # CONFIG_MIPS_MTX1 is not set |
@@ -180,6 +198,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
180 | CONFIG_FLATMEM=y | 198 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 199 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 200 | # CONFIG_SPARSEMEM_STATIC is not set |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
183 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
184 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
185 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
@@ -273,6 +292,10 @@ CONFIG_TCP_CONG_BIC=y | |||
273 | # CONFIG_NET_DIVERT is not set | 292 | # CONFIG_NET_DIVERT is not set |
274 | # CONFIG_ECONET is not set | 293 | # CONFIG_ECONET is not set |
275 | # CONFIG_WAN_ROUTER is not set | 294 | # CONFIG_WAN_ROUTER is not set |
295 | |||
296 | # | ||
297 | # QoS and/or fair queueing | ||
298 | # | ||
276 | # CONFIG_NET_SCHED is not set | 299 | # CONFIG_NET_SCHED is not set |
277 | # CONFIG_NET_CLS_ROUTE is not set | 300 | # CONFIG_NET_CLS_ROUTE is not set |
278 | 301 | ||
@@ -328,16 +351,7 @@ CONFIG_CONNECTOR=m | |||
328 | # CONFIG_BLK_DEV_NBD is not set | 351 | # CONFIG_BLK_DEV_NBD is not set |
329 | # CONFIG_BLK_DEV_RAM is not set | 352 | # CONFIG_BLK_DEV_RAM is not set |
330 | CONFIG_BLK_DEV_RAM_COUNT=16 | 353 | CONFIG_BLK_DEV_RAM_COUNT=16 |
331 | # CONFIG_LBD is not set | ||
332 | # CONFIG_CDROM_PKTCDVD is not set | 354 | # CONFIG_CDROM_PKTCDVD is not set |
333 | |||
334 | # | ||
335 | # IO Schedulers | ||
336 | # | ||
337 | CONFIG_IOSCHED_NOOP=y | ||
338 | CONFIG_IOSCHED_AS=y | ||
339 | CONFIG_IOSCHED_DEADLINE=y | ||
340 | CONFIG_IOSCHED_CFQ=y | ||
341 | CONFIG_ATA_OVER_ETH=m | 355 | CONFIG_ATA_OVER_ETH=m |
342 | 356 | ||
343 | # | 357 | # |
@@ -415,7 +429,6 @@ CONFIG_NETDEVICES=y | |||
415 | # PHY device support | 429 | # PHY device support |
416 | # | 430 | # |
417 | CONFIG_PHYLIB=m | 431 | CONFIG_PHYLIB=m |
418 | CONFIG_PHYCONTROL=y | ||
419 | 432 | ||
420 | # | 433 | # |
421 | # MII PHY device drivers | 434 | # MII PHY device drivers |
@@ -439,7 +452,6 @@ CONFIG_MII=m | |||
439 | # CONFIG_HP100 is not set | 452 | # CONFIG_HP100 is not set |
440 | # CONFIG_NET_ISA is not set | 453 | # CONFIG_NET_ISA is not set |
441 | # CONFIG_NET_PCI is not set | 454 | # CONFIG_NET_PCI is not set |
442 | # CONFIG_NET_POCKET is not set | ||
443 | 455 | ||
444 | # | 456 | # |
445 | # Ethernet (1000 Mbit) | 457 | # Ethernet (1000 Mbit) |
@@ -577,6 +589,7 @@ CONFIG_WATCHDOG=y | |||
577 | # CONFIG_WDT is not set | 589 | # CONFIG_WDT is not set |
578 | # CONFIG_RTC is not set | 590 | # CONFIG_RTC is not set |
579 | # CONFIG_GEN_RTC is not set | 591 | # CONFIG_GEN_RTC is not set |
592 | # CONFIG_RTC_VR41XX is not set | ||
580 | # CONFIG_DTLK is not set | 593 | # CONFIG_DTLK is not set |
581 | # CONFIG_R3964 is not set | 594 | # CONFIG_R3964 is not set |
582 | 595 | ||
@@ -588,12 +601,15 @@ CONFIG_WATCHDOG=y | |||
588 | # PCMCIA character devices | 601 | # PCMCIA character devices |
589 | # | 602 | # |
590 | # CONFIG_SYNCLINK_CS is not set | 603 | # CONFIG_SYNCLINK_CS is not set |
604 | # CONFIG_CARDMAN_4000 is not set | ||
605 | # CONFIG_CARDMAN_4040 is not set | ||
591 | # CONFIG_GPIO_VR41XX is not set | 606 | # CONFIG_GPIO_VR41XX is not set |
592 | # CONFIG_RAW_DRIVER is not set | 607 | # CONFIG_RAW_DRIVER is not set |
593 | 608 | ||
594 | # | 609 | # |
595 | # TPM devices | 610 | # TPM devices |
596 | # | 611 | # |
612 | # CONFIG_TELCLOCK is not set | ||
597 | 613 | ||
598 | # | 614 | # |
599 | # I2C support | 615 | # I2C support |
@@ -653,6 +669,10 @@ CONFIG_DUMMY_CONSOLE=y | |||
653 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 669 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
654 | 670 | ||
655 | # | 671 | # |
672 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
673 | # | ||
674 | |||
675 | # | ||
656 | # USB Gadget Support | 676 | # USB Gadget Support |
657 | # | 677 | # |
658 | # CONFIG_USB_GADGET is not set | 678 | # CONFIG_USB_GADGET is not set |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index 5b0b7f30e205..d90790b2ab30 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:27:18 2005 | 4 | # Mon Nov 7 23:06:59 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_KMOD=y | |||
58 | CONFIG_STOP_MACHINE=y | 58 | CONFIG_STOP_MACHINE=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -181,6 +199,7 @@ CONFIG_ARCH_FLATMEM_ENABLE=y | |||
181 | CONFIG_FLATMEM=y | 199 | CONFIG_FLATMEM=y |
182 | CONFIG_FLAT_NODE_MEM_MAP=y | 200 | CONFIG_FLAT_NODE_MEM_MAP=y |
183 | # CONFIG_SPARSEMEM_STATIC is not set | 201 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
184 | CONFIG_SMP=y | 203 | CONFIG_SMP=y |
185 | CONFIG_NR_CPUS=2 | 204 | CONFIG_NR_CPUS=2 |
186 | CONFIG_PREEMPT_NONE=y | 205 | CONFIG_PREEMPT_NONE=y |
@@ -260,6 +279,10 @@ CONFIG_IPV6_TUNNEL=m | |||
260 | # CONFIG_LLC2 is not set | 279 | # CONFIG_LLC2 is not set |
261 | # CONFIG_IPX is not set | 280 | # CONFIG_IPX is not set |
262 | # CONFIG_ATALK is not set | 281 | # CONFIG_ATALK is not set |
282 | |||
283 | # | ||
284 | # QoS and/or fair queueing | ||
285 | # | ||
263 | # CONFIG_NET_SCHED is not set | 286 | # CONFIG_NET_SCHED is not set |
264 | # CONFIG_NET_CLS_ROUTE is not set | 287 | # CONFIG_NET_CLS_ROUTE is not set |
265 | 288 | ||
@@ -319,18 +342,9 @@ CONFIG_CONNECTOR=m | |||
319 | # CONFIG_BLK_DEV_SX8 is not set | 342 | # CONFIG_BLK_DEV_SX8 is not set |
320 | # CONFIG_BLK_DEV_RAM is not set | 343 | # CONFIG_BLK_DEV_RAM is not set |
321 | CONFIG_BLK_DEV_RAM_COUNT=16 | 344 | CONFIG_BLK_DEV_RAM_COUNT=16 |
322 | # CONFIG_LBD is not set | ||
323 | CONFIG_CDROM_PKTCDVD=m | 345 | CONFIG_CDROM_PKTCDVD=m |
324 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 346 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
325 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 347 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
326 | |||
327 | # | ||
328 | # IO Schedulers | ||
329 | # | ||
330 | CONFIG_IOSCHED_NOOP=y | ||
331 | CONFIG_IOSCHED_AS=y | ||
332 | CONFIG_IOSCHED_DEADLINE=y | ||
333 | CONFIG_IOSCHED_CFQ=y | ||
334 | CONFIG_ATA_OVER_ETH=m | 348 | CONFIG_ATA_OVER_ETH=m |
335 | 349 | ||
336 | # | 350 | # |
@@ -382,7 +396,6 @@ CONFIG_NETDEVICES=y | |||
382 | # PHY device support | 396 | # PHY device support |
383 | # | 397 | # |
384 | CONFIG_PHYLIB=m | 398 | CONFIG_PHYLIB=m |
385 | CONFIG_PHYCONTROL=y | ||
386 | 399 | ||
387 | # | 400 | # |
388 | # MII PHY device drivers | 401 | # MII PHY device drivers |
@@ -400,6 +413,7 @@ CONFIG_NET_ETHERNET=y | |||
400 | CONFIG_MII=y | 413 | CONFIG_MII=y |
401 | # CONFIG_HAPPYMEAL is not set | 414 | # CONFIG_HAPPYMEAL is not set |
402 | # CONFIG_SUNGEM is not set | 415 | # CONFIG_SUNGEM is not set |
416 | # CONFIG_CASSINI is not set | ||
403 | # CONFIG_NET_VENDOR_3COM is not set | 417 | # CONFIG_NET_VENDOR_3COM is not set |
404 | 418 | ||
405 | # | 419 | # |
@@ -576,6 +590,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
576 | # CONFIG_USB is not set | 590 | # CONFIG_USB is not set |
577 | 591 | ||
578 | # | 592 | # |
593 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
594 | # | ||
595 | |||
596 | # | ||
579 | # USB Gadget Support | 597 | # USB Gadget Support |
580 | # | 598 | # |
581 | # CONFIG_USB_GADGET is not set | 599 | # CONFIG_USB_GADGET is not set |
@@ -690,6 +708,8 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
690 | # CONFIG_DEBUG_HIGHMEM is not set | 708 | # CONFIG_DEBUG_HIGHMEM is not set |
691 | # CONFIG_DEBUG_INFO is not set | 709 | # CONFIG_DEBUG_INFO is not set |
692 | # CONFIG_DEBUG_FS is not set | 710 | # CONFIG_DEBUG_FS is not set |
711 | # CONFIG_DEBUG_VM is not set | ||
712 | # CONFIG_RCU_TORTURE_TEST is not set | ||
693 | CONFIG_CROSSCOMPILE=y | 713 | CONFIG_CROSSCOMPILE=y |
694 | CONFIG_CMDLINE="" | 714 | CONFIG_CMDLINE="" |
695 | # CONFIG_DEBUG_STACK_USAGE is not set | 715 | # CONFIG_DEBUG_STACK_USAGE is not set |
diff --git a/arch/mips/ddb5xxx/ddb5477/lcd44780.c b/arch/mips/ddb5xxx/ddb5477/lcd44780.c index 35c6c22610c5..9510b9ae6453 100644 --- a/arch/mips/ddb5xxx/ddb5477/lcd44780.c +++ b/arch/mips/ddb5xxx/ddb5477/lcd44780.c | |||
@@ -55,7 +55,7 @@ void lcd44780_data(unsigned char c) | |||
55 | 55 | ||
56 | void lcd44780_puts(const char* s) | 56 | void lcd44780_puts(const char* s) |
57 | { | 57 | { |
58 | int i,j; | 58 | int j; |
59 | int pos = 0; | 59 | int pos = 0; |
60 | 60 | ||
61 | lcd44780_command(LCD44780_CLEAR); | 61 | lcd44780_command(LCD44780_CLEAR); |
@@ -76,8 +76,12 @@ void lcd44780_puts(const char* s) | |||
76 | } | 76 | } |
77 | } | 77 | } |
78 | #ifdef LCD44780_PUTS_PAUSE | 78 | #ifdef LCD44780_PUTS_PAUSE |
79 | for(i = 1; i < 2000; i++) | 79 | { |
80 | lcd44780_wait(); | 80 | int i; |
81 | |||
82 | for(i = 1; i < 2000; i++) | ||
83 | lcd44780_wait(); | ||
84 | } | ||
81 | #endif | 85 | #endif |
82 | } | 86 | } |
83 | 87 | ||
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 4b585e642c2a..e9086da02e48 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.14-rc2 | 3 | # Linux kernel version: 2.6.14 |
4 | # Thu Oct 20 22:25:09 2005 | 4 | # Thu Nov 10 12:13:58 2005 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -58,6 +58,24 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
58 | CONFIG_KMOD=y | 58 | CONFIG_KMOD=y |
59 | 59 | ||
60 | # | 60 | # |
61 | # Block layer | ||
62 | # | ||
63 | # CONFIG_LBD is not set | ||
64 | |||
65 | # | ||
66 | # IO Schedulers | ||
67 | # | ||
68 | CONFIG_IOSCHED_NOOP=y | ||
69 | CONFIG_IOSCHED_AS=y | ||
70 | CONFIG_IOSCHED_DEADLINE=y | ||
71 | CONFIG_IOSCHED_CFQ=y | ||
72 | CONFIG_DEFAULT_AS=y | ||
73 | # CONFIG_DEFAULT_DEADLINE is not set | ||
74 | # CONFIG_DEFAULT_CFQ is not set | ||
75 | # CONFIG_DEFAULT_NOOP is not set | ||
76 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
77 | |||
78 | # | ||
61 | # Machine selection | 79 | # Machine selection |
62 | # | 80 | # |
63 | # CONFIG_MIPS_MTX1 is not set | 81 | # CONFIG_MIPS_MTX1 is not set |
@@ -187,6 +205,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
187 | CONFIG_FLATMEM=y | 205 | CONFIG_FLATMEM=y |
188 | CONFIG_FLAT_NODE_MEM_MAP=y | 206 | CONFIG_FLAT_NODE_MEM_MAP=y |
189 | # CONFIG_SPARSEMEM_STATIC is not set | 207 | # CONFIG_SPARSEMEM_STATIC is not set |
208 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
190 | # CONFIG_PREEMPT_NONE is not set | 209 | # CONFIG_PREEMPT_NONE is not set |
191 | CONFIG_PREEMPT_VOLUNTARY=y | 210 | CONFIG_PREEMPT_VOLUNTARY=y |
192 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
@@ -292,6 +311,10 @@ CONFIG_INET6_TUNNEL=m | |||
292 | CONFIG_IPV6_TUNNEL=m | 311 | CONFIG_IPV6_TUNNEL=m |
293 | CONFIG_NETFILTER=y | 312 | CONFIG_NETFILTER=y |
294 | # CONFIG_NETFILTER_DEBUG is not set | 313 | # CONFIG_NETFILTER_DEBUG is not set |
314 | |||
315 | # | ||
316 | # Core Netfilter Configuration | ||
317 | # | ||
295 | CONFIG_NETFILTER_NETLINK=m | 318 | CONFIG_NETFILTER_NETLINK=m |
296 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 319 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
297 | CONFIG_NETFILTER_NETLINK_LOG=m | 320 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -345,6 +368,7 @@ CONFIG_IP_NF_TARGET_REJECT=m | |||
345 | CONFIG_IP_NF_TARGET_LOG=m | 368 | CONFIG_IP_NF_TARGET_LOG=m |
346 | CONFIG_IP_NF_TARGET_ULOG=m | 369 | CONFIG_IP_NF_TARGET_ULOG=m |
347 | CONFIG_IP_NF_TARGET_TCPMSS=m | 370 | CONFIG_IP_NF_TARGET_TCPMSS=m |
371 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
348 | CONFIG_IP_NF_NAT=m | 372 | CONFIG_IP_NF_NAT=m |
349 | CONFIG_IP_NF_NAT_NEEDED=y | 373 | CONFIG_IP_NF_NAT_NEEDED=y |
350 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 374 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -393,6 +417,7 @@ CONFIG_IP6_NF_MATCH_EUI64=m | |||
393 | CONFIG_IP6_NF_FILTER=m | 417 | CONFIG_IP6_NF_FILTER=m |
394 | CONFIG_IP6_NF_TARGET_LOG=m | 418 | CONFIG_IP6_NF_TARGET_LOG=m |
395 | CONFIG_IP6_NF_TARGET_REJECT=m | 419 | CONFIG_IP6_NF_TARGET_REJECT=m |
420 | CONFIG_IP6_NF_TARGET_NFQUEUE=m | ||
396 | CONFIG_IP6_NF_MANGLE=m | 421 | CONFIG_IP6_NF_MANGLE=m |
397 | CONFIG_IP6_NF_TARGET_MARK=m | 422 | CONFIG_IP6_NF_TARGET_MARK=m |
398 | CONFIG_IP6_NF_TARGET_HL=m | 423 | CONFIG_IP6_NF_TARGET_HL=m |
@@ -424,10 +449,18 @@ CONFIG_SCTP_HMAC_MD5=y | |||
424 | CONFIG_NET_DIVERT=y | 449 | CONFIG_NET_DIVERT=y |
425 | # CONFIG_ECONET is not set | 450 | # CONFIG_ECONET is not set |
426 | # CONFIG_WAN_ROUTER is not set | 451 | # CONFIG_WAN_ROUTER is not set |
452 | |||
453 | # | ||
454 | # QoS and/or fair queueing | ||
455 | # | ||
427 | CONFIG_NET_SCHED=y | 456 | CONFIG_NET_SCHED=y |
428 | # CONFIG_NET_SCH_CLK_JIFFIES is not set | 457 | # CONFIG_NET_SCH_CLK_JIFFIES is not set |
429 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y | 458 | CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y |
430 | # CONFIG_NET_SCH_CLK_CPU is not set | 459 | # CONFIG_NET_SCH_CLK_CPU is not set |
460 | |||
461 | # | ||
462 | # Queueing/Scheduling | ||
463 | # | ||
431 | CONFIG_NET_SCH_CBQ=m | 464 | CONFIG_NET_SCH_CBQ=m |
432 | CONFIG_NET_SCH_HTB=m | 465 | CONFIG_NET_SCH_HTB=m |
433 | CONFIG_NET_SCH_HFSC=m | 466 | CONFIG_NET_SCH_HFSC=m |
@@ -440,8 +473,10 @@ CONFIG_NET_SCH_GRED=m | |||
440 | CONFIG_NET_SCH_DSMARK=m | 473 | CONFIG_NET_SCH_DSMARK=m |
441 | CONFIG_NET_SCH_NETEM=m | 474 | CONFIG_NET_SCH_NETEM=m |
442 | CONFIG_NET_SCH_INGRESS=m | 475 | CONFIG_NET_SCH_INGRESS=m |
443 | CONFIG_NET_QOS=y | 476 | |
444 | CONFIG_NET_ESTIMATOR=y | 477 | # |
478 | # Classification | ||
479 | # | ||
445 | CONFIG_NET_CLS=y | 480 | CONFIG_NET_CLS=y |
446 | CONFIG_NET_CLS_BASIC=m | 481 | CONFIG_NET_CLS_BASIC=m |
447 | CONFIG_NET_CLS_TCINDEX=m | 482 | CONFIG_NET_CLS_TCINDEX=m |
@@ -450,13 +485,14 @@ CONFIG_NET_CLS_ROUTE=y | |||
450 | CONFIG_NET_CLS_FW=m | 485 | CONFIG_NET_CLS_FW=m |
451 | CONFIG_NET_CLS_U32=m | 486 | CONFIG_NET_CLS_U32=m |
452 | # CONFIG_CLS_U32_PERF is not set | 487 | # CONFIG_CLS_U32_PERF is not set |
453 | # CONFIG_NET_CLS_IND is not set | ||
454 | # CONFIG_CLS_U32_MARK is not set | 488 | # CONFIG_CLS_U32_MARK is not set |
455 | CONFIG_NET_CLS_RSVP=m | 489 | CONFIG_NET_CLS_RSVP=m |
456 | CONFIG_NET_CLS_RSVP6=m | 490 | CONFIG_NET_CLS_RSVP6=m |
457 | # CONFIG_NET_EMATCH is not set | 491 | # CONFIG_NET_EMATCH is not set |
458 | # CONFIG_NET_CLS_ACT is not set | 492 | # CONFIG_NET_CLS_ACT is not set |
459 | CONFIG_NET_CLS_POLICE=y | 493 | CONFIG_NET_CLS_POLICE=y |
494 | # CONFIG_NET_CLS_IND is not set | ||
495 | CONFIG_NET_ESTIMATOR=y | ||
460 | 496 | ||
461 | # | 497 | # |
462 | # Network testing | 498 | # Network testing |
@@ -509,18 +545,9 @@ CONFIG_CONNECTOR=m | |||
509 | # CONFIG_BLK_DEV_NBD is not set | 545 | # CONFIG_BLK_DEV_NBD is not set |
510 | # CONFIG_BLK_DEV_RAM is not set | 546 | # CONFIG_BLK_DEV_RAM is not set |
511 | CONFIG_BLK_DEV_RAM_COUNT=16 | 547 | CONFIG_BLK_DEV_RAM_COUNT=16 |
512 | # CONFIG_LBD is not set | ||
513 | CONFIG_CDROM_PKTCDVD=m | 548 | CONFIG_CDROM_PKTCDVD=m |
514 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 549 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
515 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 550 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
516 | |||
517 | # | ||
518 | # IO Schedulers | ||
519 | # | ||
520 | CONFIG_IOSCHED_NOOP=y | ||
521 | CONFIG_IOSCHED_AS=y | ||
522 | CONFIG_IOSCHED_DEADLINE=y | ||
523 | CONFIG_IOSCHED_CFQ=y | ||
524 | CONFIG_ATA_OVER_ETH=m | 551 | CONFIG_ATA_OVER_ETH=m |
525 | 552 | ||
526 | # | 553 | # |
@@ -564,6 +591,7 @@ CONFIG_SCSI_SAS_ATTRS=m | |||
564 | # | 591 | # |
565 | # SCSI low-level drivers | 592 | # SCSI low-level drivers |
566 | # | 593 | # |
594 | CONFIG_ISCSI_TCP=m | ||
567 | CONFIG_SGIWD93_SCSI=y | 595 | CONFIG_SGIWD93_SCSI=y |
568 | # CONFIG_SCSI_SATA is not set | 596 | # CONFIG_SCSI_SATA is not set |
569 | # CONFIG_SCSI_DEBUG is not set | 597 | # CONFIG_SCSI_DEBUG is not set |
@@ -599,7 +627,6 @@ CONFIG_TUN=m | |||
599 | # PHY device support | 627 | # PHY device support |
600 | # | 628 | # |
601 | CONFIG_PHYLIB=m | 629 | CONFIG_PHYLIB=m |
602 | CONFIG_PHYCONTROL=y | ||
603 | 630 | ||
604 | # | 631 | # |
605 | # MII PHY device drivers | 632 | # MII PHY device drivers |
@@ -752,6 +779,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
752 | # | 779 | # |
753 | # TPM devices | 780 | # TPM devices |
754 | # | 781 | # |
782 | # CONFIG_TELCLOCK is not set | ||
755 | 783 | ||
756 | # | 784 | # |
757 | # I2C support | 785 | # I2C support |
@@ -821,6 +849,10 @@ CONFIG_LOGO_SGI_CLUT224=y | |||
821 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 849 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
822 | 850 | ||
823 | # | 851 | # |
852 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
853 | # | ||
854 | |||
855 | # | ||
824 | # USB Gadget Support | 856 | # USB Gadget Support |
825 | # | 857 | # |
826 | # CONFIG_USB_GADGET is not set | 858 | # CONFIG_USB_GADGET is not set |
@@ -856,7 +888,7 @@ CONFIG_FS_MBCACHE=y | |||
856 | CONFIG_FS_POSIX_ACL=y | 888 | CONFIG_FS_POSIX_ACL=y |
857 | CONFIG_XFS_FS=m | 889 | CONFIG_XFS_FS=m |
858 | CONFIG_XFS_EXPORT=y | 890 | CONFIG_XFS_EXPORT=y |
859 | CONFIG_XFS_QUOTA=m | 891 | CONFIG_XFS_QUOTA=y |
860 | CONFIG_XFS_SECURITY=y | 892 | CONFIG_XFS_SECURITY=y |
861 | # CONFIG_XFS_POSIX_ACL is not set | 893 | # CONFIG_XFS_POSIX_ACL is not set |
862 | # CONFIG_XFS_RT is not set | 894 | # CONFIG_XFS_RT is not set |
diff --git a/arch/mips/jmr3927/common/rtc_ds1742.c b/arch/mips/jmr3927/common/rtc_ds1742.c index 8b407d7dc460..9a8bff153d80 100644 --- a/arch/mips/jmr3927/common/rtc_ds1742.c +++ b/arch/mips/jmr3927/common/rtc_ds1742.c | |||
@@ -41,11 +41,11 @@ | |||
41 | #include <linux/types.h> | 41 | #include <linux/types.h> |
42 | #include <linux/time.h> | 42 | #include <linux/time.h> |
43 | #include <linux/rtc.h> | 43 | #include <linux/rtc.h> |
44 | #include <linux/ds1742rtc.h> | ||
44 | 45 | ||
45 | #include <asm/time.h> | 46 | #include <asm/time.h> |
46 | #include <asm/addrspace.h> | 47 | #include <asm/addrspace.h> |
47 | 48 | ||
48 | #include <asm/jmr3927/ds1742rtc.h> | ||
49 | #include <asm/debug.h> | 49 | #include <asm/debug.h> |
50 | 50 | ||
51 | #define EPOCH 2000 | 51 | #define EPOCH 2000 |
diff --git a/arch/mips/jmr3927/rbhma3100/setup.c b/arch/mips/jmr3927/rbhma3100/setup.c index 3e2fbdc66097..55ad0a578794 100644 --- a/arch/mips/jmr3927/rbhma3100/setup.c +++ b/arch/mips/jmr3927/rbhma3100/setup.c | |||
@@ -357,7 +357,7 @@ static void __init jmr3927_board_init(void) | |||
357 | jmr3927_io_dipsw()); | 357 | jmr3927_io_dipsw()); |
358 | } | 358 | } |
359 | 359 | ||
360 | void __init plat_setup(void) | 360 | void __init tx3927_setup(void) |
361 | { | 361 | { |
362 | int i; | 362 | int i; |
363 | 363 | ||
diff --git a/arch/mips/mips-boards/sead/sead_int.c b/arch/mips/mips-boards/sead/sead_int.c index e1dd7e009750..90fda0d9915f 100644 --- a/arch/mips/mips-boards/sead/sead_int.c +++ b/arch/mips/mips-boards/sead/sead_int.c | |||
@@ -30,19 +30,9 @@ | |||
30 | 30 | ||
31 | extern asmlinkage void mipsIRQ(void); | 31 | extern asmlinkage void mipsIRQ(void); |
32 | 32 | ||
33 | asmlinkage void sead_hw0_irqdispatch(struct pt_regs *regs) | ||
34 | { | ||
35 | do_IRQ(SEADINT_UART0, regs); | ||
36 | } | ||
37 | |||
38 | asmlinkage void sead_hw1_irqdispatch(struct pt_regs *regs) | ||
39 | { | ||
40 | do_IRQ(SEADINT_UART1, regs); | ||
41 | } | ||
42 | |||
43 | void __init arch_init_irq(void) | 33 | void __init arch_init_irq(void) |
44 | { | 34 | { |
45 | mips_cpu_irq_init(0); | 35 | mips_cpu_irq_init(MIPSCPU_INT_BASE); |
46 | 36 | ||
47 | /* Now safe to set the exception vector. */ | 37 | /* Now safe to set the exception vector. */ |
48 | set_except_vector(0, mipsIRQ); | 38 | set_except_vector(0, mipsIRQ); |
diff --git a/arch/mips/mips-boards/sead/sead_setup.c b/arch/mips/mips-boards/sead/sead_setup.c index de90bec5505e..f966bc161dfa 100644 --- a/arch/mips/mips-boards/sead/sead_setup.c +++ b/arch/mips/mips-boards/sead/sead_setup.c | |||
@@ -45,7 +45,7 @@ const char *get_system_type(void) | |||
45 | return "MIPS SEAD"; | 45 | return "MIPS SEAD"; |
46 | } | 46 | } |
47 | 47 | ||
48 | static void __init sead_setup(void) | 48 | void __init plat_setup(void) |
49 | { | 49 | { |
50 | ioport_resource.end = 0x7fffffff; | 50 | ioport_resource.end = 0x7fffffff; |
51 | 51 | ||
@@ -69,7 +69,7 @@ static void __init serial_init(void) | |||
69 | #else | 69 | #else |
70 | s.iobase = SEAD_UART0_REGS_BASE+3; | 70 | s.iobase = SEAD_UART0_REGS_BASE+3; |
71 | #endif | 71 | #endif |
72 | s.irq = SEADINT_UART0; | 72 | s.irq = MIPSCPU_INT_BASE + MIPSCPU_INT_UART0; |
73 | s.uartclk = SEAD_BASE_BAUD * 16; | 73 | s.uartclk = SEAD_BASE_BAUD * 16; |
74 | s.flags = ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ; | 74 | s.flags = ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ; |
75 | s.iotype = 0; | 75 | s.iotype = 0; |
diff --git a/arch/mips/momentum/ocelot_g/gt-irq.c b/arch/mips/momentum/ocelot_g/gt-irq.c index d0b5c9dd0ea4..e5eceed1beff 100644 --- a/arch/mips/momentum/ocelot_g/gt-irq.c +++ b/arch/mips/momentum/ocelot_g/gt-irq.c | |||
@@ -178,7 +178,7 @@ void gt64240_time_init(void) | |||
178 | timer.name = "timer"; | 178 | timer.name = "timer"; |
179 | timer.dev_id = NULL; | 179 | timer.dev_id = NULL; |
180 | timer.next = NULL; | 180 | timer.next = NULL; |
181 | timer.mask = 0; | 181 | timer.mask = CPU_MASK_NONE; |
182 | irq_desc[6].action = &timer; | 182 | irq_desc[6].action = &timer; |
183 | 183 | ||
184 | enable_irq(6); | 184 | enable_irq(6); |
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index 7b7468304022..741e67c9195a 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
@@ -15,7 +15,7 @@ obj-$(CONFIG_MIPS_GT96100) += ops-gt96100.o | |||
15 | obj-$(CONFIG_PCI_MARVELL) += ops-marvell.o | 15 | obj-$(CONFIG_PCI_MARVELL) += ops-marvell.o |
16 | obj-$(CONFIG_MIPS_MSC) += ops-msc.o | 16 | obj-$(CONFIG_MIPS_MSC) += ops-msc.o |
17 | obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o | 17 | obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o |
18 | obj-$(CONFIG_MIPS_TX3927) += ops-jmr3927.o | 18 | obj-$(CONFIG_MIPS_TX3927) += ops-tx3927.o |
19 | obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o | 19 | obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o |
20 | obj-$(CONFIG_NEC_CMBVR4133) += fixup-vr4133.o | 20 | obj-$(CONFIG_NEC_CMBVR4133) += fixup-vr4133.o |
21 | 21 | ||
diff --git a/arch/mips/pci/ops-tx3927.c b/arch/mips/pci/ops-tx3927.c index 0e0daadc303d..42530a0b84b3 100644 --- a/arch/mips/pci/ops-tx3927.c +++ b/arch/mips/pci/ops-tx3927.c | |||
@@ -72,13 +72,9 @@ static inline int check_abort(void) | |||
72 | static int jmr3927_pci_read_config(struct pci_bus *bus, unsigned int devfn, | 72 | static int jmr3927_pci_read_config(struct pci_bus *bus, unsigned int devfn, |
73 | int where, int size, u32 * val) | 73 | int where, int size, u32 * val) |
74 | { | 74 | { |
75 | int ret, busno; | 75 | int ret; |
76 | 76 | ||
77 | /* check if the bus is top-level */ | 77 | ret = mkaddr(bus->number, devfn, where); |
78 | if (bus->parent != NULL) | ||
79 | busno = bus->number; | ||
80 | |||
81 | ret = mkaddr(busno, devfn, where); | ||
82 | if (ret) | 78 | if (ret) |
83 | return ret; | 79 | return ret; |
84 | 80 | ||
@@ -102,15 +98,9 @@ static int jmr3927_pci_read_config(struct pci_bus *bus, unsigned int devfn, | |||
102 | static int jmr3927_pci_write_config(struct pci_bus *bus, unsigned int devfn, | 98 | static int jmr3927_pci_write_config(struct pci_bus *bus, unsigned int devfn, |
103 | int where, int size, u32 val) | 99 | int where, int size, u32 val) |
104 | { | 100 | { |
105 | int ret, busno; | 101 | int ret; |
106 | |||
107 | /* check if the bus is top-level */ | ||
108 | if (bus->parent != NULL) | ||
109 | bus = bus->number; | ||
110 | else | ||
111 | bus = 0; | ||
112 | 102 | ||
113 | ret = mkaddr(busno, devfn, where); | 103 | ret = mkaddr(bus->number, devfn, where); |
114 | if (ret) | 104 | if (ret) |
115 | return ret; | 105 | return ret; |
116 | 106 | ||
@@ -120,7 +110,7 @@ static int jmr3927_pci_write_config(struct pci_bus *bus, unsigned int devfn, | |||
120 | break; | 110 | break; |
121 | 111 | ||
122 | case 2: | 112 | case 2: |
123 | *(volatile u16 *) (unsigned longulong) & tx3927_pcicptr->icd | (where & 2)) = | 113 | *(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 2)) = |
124 | cpu_to_le16(val); | 114 | cpu_to_le16(val); |
125 | break; | 115 | break; |
126 | 116 | ||
@@ -137,8 +127,8 @@ static int jmr3927_pci_write_config(struct pci_bus *bus, unsigned int devfn, | |||
137 | } | 127 | } |
138 | 128 | ||
139 | struct pci_ops jmr3927_pci_ops = { | 129 | struct pci_ops jmr3927_pci_ops = { |
140 | jmr3927_pcibios_read_config, | 130 | jmr3927_pci_read_config, |
141 | jmr3927_pcibios_write_config, | 131 | jmr3927_pci_write_config, |
142 | }; | 132 | }; |
143 | 133 | ||
144 | 134 | ||
@@ -159,15 +149,14 @@ unsigned long tc_readl(volatile __u32 * addr) | |||
159 | { | 149 | { |
160 | unsigned long val; | 150 | unsigned long val; |
161 | 151 | ||
162 | addr = PHYSADDR(addr); | 152 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
163 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | 153 | (unsigned long) CPHYSADDR(addr); |
164 | (unsigned long) addr; | 154 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
165 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | ||
166 | (PCI_IPCIBE_ICMD_MEMREAD << PCI_IPCIBE_ICMD_SHIFT) | | 155 | (PCI_IPCIBE_ICMD_MEMREAD << PCI_IPCIBE_ICMD_SHIFT) | |
167 | PCI_IPCIBE_IBE_LONG; | 156 | PCI_IPCIBE_IBE_LONG; |
168 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 157 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
169 | val = | 158 | val = |
170 | le32_to_cpu(*(volatile u32 *) (ulong) & tx3927_pcicptr-> | 159 | le32_to_cpu(*(volatile u32 *) (unsigned long) & tx3927_pcicptr-> |
171 | ipcidata); | 160 | ipcidata); |
172 | /* clear by setting */ | 161 | /* clear by setting */ |
173 | tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; | 162 | tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; |
@@ -176,12 +165,11 @@ unsigned long tc_readl(volatile __u32 * addr) | |||
176 | 165 | ||
177 | void tc_writel(unsigned long data, volatile __u32 * addr) | 166 | void tc_writel(unsigned long data, volatile __u32 * addr) |
178 | { | 167 | { |
179 | addr = PHYSADDR(addr); | 168 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcidata = |
180 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcidata = | ||
181 | cpu_to_le32(data); | 169 | cpu_to_le32(data); |
182 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | 170 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
183 | (unsigned long) addr; | 171 | (unsigned long) CPHYSADDR(addr); |
184 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 172 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
185 | (PCI_IPCIBE_ICMD_MEMWRITE << PCI_IPCIBE_ICMD_SHIFT) | | 173 | (PCI_IPCIBE_ICMD_MEMWRITE << PCI_IPCIBE_ICMD_SHIFT) | |
186 | PCI_IPCIBE_IBE_LONG; | 174 | PCI_IPCIBE_IBE_LONG; |
187 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 175 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
@@ -198,21 +186,15 @@ unsigned char tx_ioinb(unsigned char *addr) | |||
198 | 186 | ||
199 | ioaddr = (unsigned long) addr; | 187 | ioaddr = (unsigned long) addr; |
200 | offset = ioaddr & 0x3; | 188 | offset = ioaddr & 0x3; |
201 | if (offset == 0) | 189 | byte = 0xf & ~(8 >> offset); |
202 | byte = 0x7; | 190 | |
203 | else if (offset == 1) | 191 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
204 | byte = 0xb; | ||
205 | else if (offset == 2) | ||
206 | byte = 0xd; | ||
207 | else if (offset == 3) | ||
208 | byte = 0xe; | ||
209 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | ||
210 | (unsigned long) ioaddr; | 192 | (unsigned long) ioaddr; |
211 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 193 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
212 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | byte; | 194 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | byte; |
213 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 195 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
214 | val = | 196 | val = |
215 | le32_to_cpu(*(volatile u32 *) (ulong) & tx3927_pcicptr-> | 197 | le32_to_cpu(*(volatile u32 *) (unsigned long) & tx3927_pcicptr-> |
216 | ipcidata); | 198 | ipcidata); |
217 | val = val & 0xff; | 199 | val = val & 0xff; |
218 | /* clear by setting */ | 200 | /* clear by setting */ |
@@ -229,18 +211,12 @@ void tx_iooutb(unsigned long data, unsigned char *addr) | |||
229 | data = data | (data << 8) | (data << 16) | (data << 24); | 211 | data = data | (data << 8) | (data << 16) | (data << 24); |
230 | ioaddr = (unsigned long) addr; | 212 | ioaddr = (unsigned long) addr; |
231 | offset = ioaddr & 0x3; | 213 | offset = ioaddr & 0x3; |
232 | if (offset == 0) | 214 | byte = 0xf & ~(8 >> offset); |
233 | byte = 0x7; | 215 | |
234 | else if (offset == 1) | 216 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcidata = data; |
235 | byte = 0xb; | 217 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
236 | else if (offset == 2) | ||
237 | byte = 0xd; | ||
238 | else if (offset == 3) | ||
239 | byte = 0xe; | ||
240 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcidata = data; | ||
241 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | ||
242 | (unsigned long) ioaddr; | 218 | (unsigned long) ioaddr; |
243 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 219 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
244 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | byte; | 220 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | byte; |
245 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 221 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
246 | /* clear by setting */ | 222 | /* clear by setting */ |
@@ -255,18 +231,16 @@ unsigned short tx_ioinw(unsigned short *addr) | |||
255 | int byte; | 231 | int byte; |
256 | 232 | ||
257 | ioaddr = (unsigned long) addr; | 233 | ioaddr = (unsigned long) addr; |
258 | offset = ioaddr & 0x3; | 234 | offset = ioaddr & 0x2; |
259 | if (offset == 0) | 235 | byte = 3 << offset; |
260 | byte = 0x3; | 236 | |
261 | else if (offset == 2) | 237 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
262 | byte = 0xc; | ||
263 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | ||
264 | (unsigned long) ioaddr; | 238 | (unsigned long) ioaddr; |
265 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 239 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
266 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | byte; | 240 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | byte; |
267 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 241 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
268 | val = | 242 | val = |
269 | le32_to_cpu(*(volatile u32 *) (ulong) & tx3927_pcicptr-> | 243 | le32_to_cpu(*(volatile u32 *) (unsigned long) & tx3927_pcicptr-> |
270 | ipcidata); | 244 | ipcidata); |
271 | val = val & 0xffff; | 245 | val = val & 0xffff; |
272 | /* clear by setting */ | 246 | /* clear by setting */ |
@@ -283,15 +257,13 @@ void tx_iooutw(unsigned long data, unsigned short *addr) | |||
283 | 257 | ||
284 | data = data | (data << 16); | 258 | data = data | (data << 16); |
285 | ioaddr = (unsigned long) addr; | 259 | ioaddr = (unsigned long) addr; |
286 | offset = ioaddr & 0x3; | 260 | offset = ioaddr & 0x2; |
287 | if (offset == 0) | 261 | byte = 3 << offset; |
288 | byte = 0x3; | 262 | |
289 | else if (offset == 2) | 263 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcidata = data; |
290 | byte = 0xc; | 264 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
291 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcidata = data; | ||
292 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | ||
293 | (unsigned long) ioaddr; | 265 | (unsigned long) ioaddr; |
294 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 266 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
295 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | byte; | 267 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | byte; |
296 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 268 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
297 | /* clear by setting */ | 269 | /* clear by setting */ |
@@ -304,14 +276,14 @@ unsigned long tx_ioinl(unsigned int *addr) | |||
304 | __u32 ioaddr; | 276 | __u32 ioaddr; |
305 | 277 | ||
306 | ioaddr = (unsigned long) addr; | 278 | ioaddr = (unsigned long) addr; |
307 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | 279 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
308 | (unsigned long) ioaddr; | 280 | (unsigned long) ioaddr; |
309 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 281 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
310 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | | 282 | (PCI_IPCIBE_ICMD_IOREAD << PCI_IPCIBE_ICMD_SHIFT) | |
311 | PCI_IPCIBE_IBE_LONG; | 283 | PCI_IPCIBE_IBE_LONG; |
312 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 284 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
313 | val = | 285 | val = |
314 | le32_to_cpu(*(volatile u32 *) (ulong) & tx3927_pcicptr-> | 286 | le32_to_cpu(*(volatile u32 *) (unsigned long) & tx3927_pcicptr-> |
315 | ipcidata); | 287 | ipcidata); |
316 | /* clear by setting */ | 288 | /* clear by setting */ |
317 | tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; | 289 | tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; |
@@ -323,11 +295,11 @@ void tx_iooutl(unsigned long data, unsigned int *addr) | |||
323 | __u32 ioaddr; | 295 | __u32 ioaddr; |
324 | 296 | ||
325 | ioaddr = (unsigned long) addr; | 297 | ioaddr = (unsigned long) addr; |
326 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcidata = | 298 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcidata = |
327 | cpu_to_le32(data); | 299 | cpu_to_le32(data); |
328 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipciaddr = | 300 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipciaddr = |
329 | (unsigned long) ioaddr; | 301 | (unsigned long) ioaddr; |
330 | *(volatile u32 *) (ulong) & tx3927_pcicptr->ipcibe = | 302 | *(volatile u32 *) (unsigned long) & tx3927_pcicptr->ipcibe = |
331 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | | 303 | (PCI_IPCIBE_ICMD_IOWRITE << PCI_IPCIBE_ICMD_SHIFT) | |
332 | PCI_IPCIBE_IBE_LONG; | 304 | PCI_IPCIBE_IBE_LONG; |
333 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); | 305 | while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)); |
diff --git a/arch/mips/pci/pci-jmr3927.c b/arch/mips/pci/pci-jmr3927.c index 95a028769e56..f02ef6e36b02 100644 --- a/arch/mips/pci/pci-jmr3927.c +++ b/arch/mips/pci/pci-jmr3927.c | |||
@@ -54,5 +54,5 @@ struct pci_controller jmr3927_controller = { | |||
54 | .pci_ops = &jmr3927_pci_ops, | 54 | .pci_ops = &jmr3927_pci_ops, |
55 | .io_resource = &pci_io_resource, | 55 | .io_resource = &pci_io_resource, |
56 | .mem_resource = &pci_mem_resource, | 56 | .mem_resource = &pci_mem_resource, |
57 | .mem_offset = JMR3927_PCIMEM; | 57 | .mem_offset = JMR3927_PCIMEM |
58 | }; | 58 | }; |
diff --git a/arch/mips/sgi-ip32/crime.c b/arch/mips/sgi-ip32/crime.c index eb3a16a04fee..41b5eca1148c 100644 --- a/arch/mips/sgi-ip32/crime.c +++ b/arch/mips/sgi-ip32/crime.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/module.h> | ||
13 | #include <asm/bootinfo.h> | 14 | #include <asm/bootinfo.h> |
14 | #include <asm/io.h> | 15 | #include <asm/io.h> |
15 | #include <asm/mipsregs.h> | 16 | #include <asm/mipsregs.h> |
@@ -18,8 +19,10 @@ | |||
18 | #include <asm/ip32/crime.h> | 19 | #include <asm/ip32/crime.h> |
19 | #include <asm/ip32/mace.h> | 20 | #include <asm/ip32/mace.h> |
20 | 21 | ||
21 | struct sgi_crime *crime; | 22 | struct sgi_crime __iomem *crime; |
22 | struct sgi_mace *mace; | 23 | struct sgi_mace __iomem *mace; |
24 | |||
25 | EXPORT_SYMBOL_GPL(mace); | ||
23 | 26 | ||
24 | void __init crime_init(void) | 27 | void __init crime_init(void) |
25 | { | 28 | { |
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 94df74bcc0ee..bb2efdd566a9 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -598,19 +598,6 @@ config ARCH_MEMORY_PROBE | |||
598 | def_bool y | 598 | def_bool y |
599 | depends on MEMORY_HOTPLUG | 599 | depends on MEMORY_HOTPLUG |
600 | 600 | ||
601 | # Some NUMA nodes have memory ranges that span | ||
602 | # other nodes. Even though a pfn is valid and | ||
603 | # between a node's start and end pfns, it may not | ||
604 | # reside on that node. | ||
605 | # | ||
606 | # This is a relatively temporary hack that should | ||
607 | # be able to go away when sparsemem is fully in | ||
608 | # place | ||
609 | |||
610 | config NODES_SPAN_OTHER_NODES | ||
611 | def_bool y | ||
612 | depends on NEED_MULTIPLE_NODES | ||
613 | |||
614 | config PPC_64K_PAGES | 601 | config PPC_64K_PAGES |
615 | bool "64k page size" | 602 | bool "64k page size" |
616 | depends on PPC64 | 603 | depends on PPC64 |
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index d41ad2e675db..98f67c78d1bd 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -14,10 +14,6 @@ | |||
14 | 14 | ||
15 | HAS_BIARCH := $(call cc-option-yn, -m32) | 15 | HAS_BIARCH := $(call cc-option-yn, -m32) |
16 | 16 | ||
17 | ifeq ($(CONFIG_PPC64),y) | ||
18 | OLDARCH := ppc64 | ||
19 | SZ := 64 | ||
20 | |||
21 | # Set default 32 bits cross compilers for vdso and boot wrapper | 17 | # Set default 32 bits cross compilers for vdso and boot wrapper |
22 | CROSS32_COMPILE ?= | 18 | CROSS32_COMPILE ?= |
23 | 19 | ||
@@ -37,6 +33,12 @@ endif | |||
37 | 33 | ||
38 | export CROSS32CC CROSS32AS CROSS32LD CROSS32OBJCOPY | 34 | export CROSS32CC CROSS32AS CROSS32LD CROSS32OBJCOPY |
39 | 35 | ||
36 | KBUILD_DEFCONFIG := $(shell uname -m)_defconfig | ||
37 | |||
38 | ifeq ($(CONFIG_PPC64),y) | ||
39 | OLDARCH := ppc64 | ||
40 | SZ := 64 | ||
41 | |||
40 | new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) | 42 | new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) |
41 | 43 | ||
42 | ifeq ($(new_nm),y) | 44 | ifeq ($(new_nm),y) |
@@ -111,9 +113,6 @@ cpu-as-$(CONFIG_E200) += -Wa,-me200 | |||
111 | AFLAGS += $(cpu-as-y) | 113 | AFLAGS += $(cpu-as-y) |
112 | CFLAGS += $(cpu-as-y) | 114 | CFLAGS += $(cpu-as-y) |
113 | 115 | ||
114 | # Default to the common case. | ||
115 | KBUILD_DEFCONFIG := common_defconfig | ||
116 | |||
117 | head-y := arch/powerpc/kernel/head_32.o | 116 | head-y := arch/powerpc/kernel/head_32.o |
118 | head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o | 117 | head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o |
119 | head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o | 118 | head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o |
@@ -125,11 +124,11 @@ head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o | |||
125 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | 124 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
126 | 125 | ||
127 | core-y += arch/powerpc/kernel/ \ | 126 | core-y += arch/powerpc/kernel/ \ |
128 | arch/$(OLDARCH)/kernel/ \ | ||
129 | arch/powerpc/mm/ \ | 127 | arch/powerpc/mm/ \ |
130 | arch/powerpc/lib/ \ | 128 | arch/powerpc/lib/ \ |
131 | arch/powerpc/sysdev/ \ | 129 | arch/powerpc/sysdev/ \ |
132 | arch/powerpc/platforms/ | 130 | arch/powerpc/platforms/ |
131 | core-$(CONFIG_PPC32) += arch/ppc/kernel/ | ||
133 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ | 132 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ |
134 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 133 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
135 | core-$(CONFIG_APUS) += arch/ppc/amiga/ | 134 | core-$(CONFIG_APUS) += arch/ppc/amiga/ |
@@ -139,7 +138,7 @@ drivers-$(CONFIG_CPM2) += arch/ppc/8260_io/ | |||
139 | 138 | ||
140 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | 139 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
141 | 140 | ||
142 | defaultimage-$(CONFIG_PPC32) := uImage zImage | 141 | defaultimage-$(CONFIG_PPC32) := zImage |
143 | defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux | 142 | defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux |
144 | defaultimage-$(CONFIG_PPC_PSERIES) := zImage | 143 | defaultimage-$(CONFIG_PPC_PSERIES) := zImage |
145 | KBUILD_IMAGE := $(defaultimage-y) | 144 | KBUILD_IMAGE := $(defaultimage-y) |
@@ -154,33 +153,22 @@ BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm | |||
154 | 153 | ||
155 | .PHONY: $(BOOT_TARGETS) | 154 | .PHONY: $(BOOT_TARGETS) |
156 | 155 | ||
157 | boot := arch/$(OLDARCH)/boot | 156 | boot := arch/$(ARCH)/boot |
158 | 157 | ||
159 | # urk | ||
160 | ifeq ($(CONFIG_PPC64),y) | ||
161 | $(BOOT_TARGETS): vmlinux | 158 | $(BOOT_TARGETS): vmlinux |
162 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) | 159 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) |
163 | else | ||
164 | $(BOOT_TARGETS): vmlinux | ||
165 | $(Q)$(MAKE) ARCH=ppc $(build)=$(boot) $@ | ||
166 | endif | ||
167 | |||
168 | uImage: vmlinux | ||
169 | $(Q)$(MAKE) ARCH=$(OLDARCH) $(build)=$(boot)/images $(boot)/images/$@ | ||
170 | 160 | ||
171 | define archhelp | 161 | define archhelp |
172 | @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/images/zImage.*)' | 162 | @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' |
173 | @echo ' uImage - Create a bootable image for U-Boot / PPCBoot' | ||
174 | @echo ' install - Install kernel using' | 163 | @echo ' install - Install kernel using' |
175 | @echo ' (your) ~/bin/installkernel or' | 164 | @echo ' (your) ~/bin/installkernel or' |
176 | @echo ' (distribution) /sbin/installkernel or' | 165 | @echo ' (distribution) /sbin/installkernel or' |
177 | @echo ' install to $$(INSTALL_PATH) and run lilo' | 166 | @echo ' install to $$(INSTALL_PATH) and run lilo' |
178 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/ppc/configs' | 167 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' |
179 | endef | 168 | endef |
180 | 169 | ||
181 | archclean: | 170 | archclean: |
182 | $(Q)$(MAKE) $(clean)=$(boot) | 171 | $(Q)$(MAKE) $(clean)=$(boot) |
183 | # Temporary hack until we have migrated to asm-powerpc | ||
184 | $(Q)rm -rf arch/$(ARCH)/include | 172 | $(Q)rm -rf arch/$(ARCH)/include |
185 | 173 | ||
186 | archprepare: checkbin | 174 | archprepare: checkbin |
diff --git a/arch/ppc64/boot/Makefile b/arch/powerpc/boot/Makefile index 301bc1536c49..9770f587af73 100644 --- a/arch/ppc64/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -22,7 +22,8 @@ | |||
22 | 22 | ||
23 | 23 | ||
24 | HOSTCC := gcc | 24 | HOSTCC := gcc |
25 | BOOTCFLAGS := $(HOSTCFLAGS) -fno-builtin -nostdinc -isystem $(shell $(CROSS32CC) -print-file-name=include) -fPIC | 25 | BOOTCFLAGS := $(HOSTCFLAGS) -fno-builtin -nostdinc -isystem \ |
26 | $(shell $(CROSS32CC) -print-file-name=include) -fPIC | ||
26 | BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc | 27 | BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc |
27 | BOOTLFLAGS := -T $(srctree)/$(src)/zImage.lds | 28 | BOOTLFLAGS := -T $(srctree)/$(src)/zImage.lds |
28 | OBJCOPYFLAGS := contents,alloc,load,readonly,data | 29 | OBJCOPYFLAGS := contents,alloc,load,readonly,data |
@@ -98,7 +99,7 @@ quiet_cmd_ramdisk = RAMDISK $@ | |||
98 | cmd_ramdisk = $(obj)/addRamDisk $(obj)/ramdisk.image.gz $< $@ | 99 | cmd_ramdisk = $(obj)/addRamDisk $(obj)/ramdisk.image.gz $< $@ |
99 | 100 | ||
100 | quiet_cmd_stripvm = STRIP $@ | 101 | quiet_cmd_stripvm = STRIP $@ |
101 | cmd_stripvm = $(STRIP) -s $< -o $@ | 102 | cmd_stripvm = $(STRIP) -s -R .comment $< -o $@ |
102 | 103 | ||
103 | vmlinux.strip: vmlinux | 104 | vmlinux.strip: vmlinux |
104 | $(call if_changed,stripvm) | 105 | $(call if_changed,stripvm) |
diff --git a/arch/ppc64/boot/README b/arch/powerpc/boot/README index 3e11058760e4..3e11058760e4 100644 --- a/arch/ppc64/boot/README +++ b/arch/powerpc/boot/README | |||
diff --git a/arch/ppc64/boot/addRamDisk.c b/arch/powerpc/boot/addRamDisk.c index c02a99952be7..c02a99952be7 100644 --- a/arch/ppc64/boot/addRamDisk.c +++ b/arch/powerpc/boot/addRamDisk.c | |||
diff --git a/arch/ppc64/boot/addnote.c b/arch/powerpc/boot/addnote.c index 8041a9845ab7..8041a9845ab7 100644 --- a/arch/ppc64/boot/addnote.c +++ b/arch/powerpc/boot/addnote.c | |||
diff --git a/arch/ppc64/boot/crt0.S b/arch/powerpc/boot/crt0.S index 9cc442263939..d2f2ace56cd3 100644 --- a/arch/ppc64/boot/crt0.S +++ b/arch/powerpc/boot/crt0.S | |||
@@ -14,43 +14,42 @@ | |||
14 | .text | 14 | .text |
15 | .globl _zimage_start | 15 | .globl _zimage_start |
16 | _zimage_start: | 16 | _zimage_start: |
17 | bl reloc_offset | 17 | bl 1f |
18 | 18 | ||
19 | reloc_offset: | 19 | 1: |
20 | mflr r0 | 20 | mflr r0 |
21 | lis r9,reloc_offset@ha | 21 | lis r9,1b@ha |
22 | addi r9,r9,reloc_offset@l | 22 | addi r9,r9,1b@l |
23 | subf. r0,r9,r0 | 23 | subf. r0,r9,r0 |
24 | beq clear_caches | 24 | beq 3f |
25 | 25 | ||
26 | reloc_got2: | ||
27 | lis r9,__got2_start@ha | 26 | lis r9,__got2_start@ha |
28 | addi r9,r9,__got2_start@l | 27 | addi r9,r9,__got2_start@l |
29 | lis r8,__got2_end@ha | 28 | lis r8,__got2_end@ha |
30 | addi r8,r8,__got2_end@l | 29 | addi r8,r8,__got2_end@l |
31 | subf. r8,r9,r8 | 30 | subf. r8,r9,r8 |
32 | beq clear_caches | 31 | beq 3f |
33 | srwi. r8,r8,2 | 32 | srwi. r8,r8,2 |
34 | mtctr r8 | 33 | mtctr r8 |
35 | add r9,r0,r9 | 34 | add r9,r0,r9 |
36 | reloc_got2_loop: | 35 | 2: |
37 | lwz r8,0(r9) | 36 | lwz r8,0(r9) |
38 | add r8,r8,r0 | 37 | add r8,r8,r0 |
39 | stw r8,0(r9) | 38 | stw r8,0(r9) |
40 | addi r9,r9,4 | 39 | addi r9,r9,4 |
41 | bdnz reloc_got2_loop | 40 | bdnz 2b |
42 | 41 | ||
43 | clear_caches: | 42 | 3: |
44 | lis r9,_start@h | 43 | lis r9,_start@h |
45 | add r9,r0,r9 | 44 | add r9,r0,r9 |
46 | lis r8,_etext@ha | 45 | lis r8,_etext@ha |
47 | addi r8,r8,_etext@l | 46 | addi r8,r8,_etext@l |
48 | add r8,r0,r8 | 47 | add r8,r0,r8 |
49 | 1: dcbf r0,r9 | 48 | 4: dcbf r0,r9 |
50 | icbi r0,r9 | 49 | icbi r0,r9 |
51 | addi r9,r9,0x20 | 50 | addi r9,r9,0x20 |
52 | cmplwi 0,r9,8 | 51 | cmplwi 0,r9,8 |
53 | blt 1b | 52 | blt 4b |
54 | sync | 53 | sync |
55 | isync | 54 | isync |
56 | 55 | ||
diff --git a/arch/ppc64/boot/div64.S b/arch/powerpc/boot/div64.S index 722f360a32a9..722f360a32a9 100644 --- a/arch/ppc64/boot/div64.S +++ b/arch/powerpc/boot/div64.S | |||
diff --git a/arch/ppc64/boot/elf.h b/arch/powerpc/boot/elf.h index d4828fcf1cb9..d4828fcf1cb9 100644 --- a/arch/ppc64/boot/elf.h +++ b/arch/powerpc/boot/elf.h | |||
diff --git a/arch/ppc64/boot/install.sh b/arch/powerpc/boot/install.sh index eacce9590816..eacce9590816 100644 --- a/arch/ppc64/boot/install.sh +++ b/arch/powerpc/boot/install.sh | |||
diff --git a/arch/ppc64/boot/main.c b/arch/powerpc/boot/main.c index e0dde24a72ce..64ec93116fa6 100644 --- a/arch/ppc64/boot/main.c +++ b/arch/powerpc/boot/main.c | |||
@@ -42,6 +42,8 @@ static struct addr_range vmlinux; | |||
42 | static struct addr_range vmlinuz; | 42 | static struct addr_range vmlinuz; |
43 | static struct addr_range initrd; | 43 | static struct addr_range initrd; |
44 | 44 | ||
45 | static unsigned long elfoffset; | ||
46 | |||
45 | static char scratch[46912]; /* scratch space for gunzip, from zlib_inflate_workspacesize() */ | 47 | static char scratch[46912]; /* scratch space for gunzip, from zlib_inflate_workspacesize() */ |
46 | static char elfheader[256]; | 48 | static char elfheader[256]; |
47 | 49 | ||
@@ -131,13 +133,70 @@ static unsigned long try_claim(unsigned long size) | |||
131 | return addr; | 133 | return addr; |
132 | } | 134 | } |
133 | 135 | ||
136 | static int is_elf64(void *hdr) | ||
137 | { | ||
138 | Elf64_Ehdr *elf64 = hdr; | ||
139 | Elf64_Phdr *elf64ph; | ||
140 | unsigned int i; | ||
141 | |||
142 | if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && | ||
143 | elf64->e_ident[EI_MAG1] == ELFMAG1 && | ||
144 | elf64->e_ident[EI_MAG2] == ELFMAG2 && | ||
145 | elf64->e_ident[EI_MAG3] == ELFMAG3 && | ||
146 | elf64->e_ident[EI_CLASS] == ELFCLASS64 && | ||
147 | elf64->e_ident[EI_DATA] == ELFDATA2MSB && | ||
148 | elf64->e_type == ET_EXEC && | ||
149 | elf64->e_machine == EM_PPC64)) | ||
150 | return 0; | ||
151 | |||
152 | elf64ph = (Elf64_Phdr *)((unsigned long)elf64 + | ||
153 | (unsigned long)elf64->e_phoff); | ||
154 | for (i = 0; i < (unsigned int)elf64->e_phnum; i++, elf64ph++) | ||
155 | if (elf64ph->p_type == PT_LOAD && elf64ph->p_offset != 0) | ||
156 | break; | ||
157 | if (i >= (unsigned int)elf64->e_phnum) | ||
158 | return 0; | ||
159 | |||
160 | elfoffset = (unsigned long)elf64ph->p_offset; | ||
161 | vmlinux.size = (unsigned long)elf64ph->p_filesz + elfoffset; | ||
162 | vmlinux.memsize = (unsigned long)elf64ph->p_memsz + elfoffset; | ||
163 | return 1; | ||
164 | } | ||
165 | |||
166 | static int is_elf32(void *hdr) | ||
167 | { | ||
168 | Elf32_Ehdr *elf32 = hdr; | ||
169 | Elf32_Phdr *elf32ph; | ||
170 | unsigned int i; | ||
171 | |||
172 | if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && | ||
173 | elf32->e_ident[EI_MAG1] == ELFMAG1 && | ||
174 | elf32->e_ident[EI_MAG2] == ELFMAG2 && | ||
175 | elf32->e_ident[EI_MAG3] == ELFMAG3 && | ||
176 | elf32->e_ident[EI_CLASS] == ELFCLASS32 && | ||
177 | elf32->e_ident[EI_DATA] == ELFDATA2MSB && | ||
178 | elf32->e_type == ET_EXEC && | ||
179 | elf32->e_machine == EM_PPC)) | ||
180 | return 0; | ||
181 | |||
182 | elf32 = (Elf32_Ehdr *)elfheader; | ||
183 | elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); | ||
184 | for (i = 0; i < elf32->e_phnum; i++, elf32ph++) | ||
185 | if (elf32ph->p_type == PT_LOAD && elf32ph->p_offset != 0) | ||
186 | break; | ||
187 | if (i >= elf32->e_phnum) | ||
188 | return 0; | ||
189 | |||
190 | elfoffset = elf32ph->p_offset; | ||
191 | vmlinux.size = elf32ph->p_filesz + elf32ph->p_offset; | ||
192 | vmlinux.memsize = elf32ph->p_memsz + elf32ph->p_offset; | ||
193 | return 1; | ||
194 | } | ||
195 | |||
134 | void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) | 196 | void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) |
135 | { | 197 | { |
136 | unsigned long i; | ||
137 | int len; | 198 | int len; |
138 | kernel_entry_t kernel_entry; | 199 | kernel_entry_t kernel_entry; |
139 | Elf64_Ehdr *elf64; | ||
140 | Elf64_Phdr *elf64ph; | ||
141 | 200 | ||
142 | memset(__bss_start, 0, _end - __bss_start); | 201 | memset(__bss_start, 0, _end - __bss_start); |
143 | 202 | ||
@@ -153,6 +212,22 @@ void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) | |||
153 | 212 | ||
154 | printf("\n\rzImage starting: loaded at 0x%p (sp: 0x%p)\n\r", _start, sp); | 213 | printf("\n\rzImage starting: loaded at 0x%p (sp: 0x%p)\n\r", _start, sp); |
155 | 214 | ||
215 | vmlinuz.addr = (unsigned long)_vmlinux_start; | ||
216 | vmlinuz.size = (unsigned long)(_vmlinux_end - _vmlinux_start); | ||
217 | |||
218 | /* gunzip the ELF header of the kernel */ | ||
219 | if (*(unsigned short *)vmlinuz.addr == 0x1f8b) { | ||
220 | len = vmlinuz.size; | ||
221 | gunzip(elfheader, sizeof(elfheader), | ||
222 | (unsigned char *)vmlinuz.addr, &len); | ||
223 | } else | ||
224 | memcpy(elfheader, (const void *)vmlinuz.addr, sizeof(elfheader)); | ||
225 | |||
226 | if (!is_elf64(elfheader) && !is_elf32(elfheader)) { | ||
227 | printf("Error: not a valid PPC32 or PPC64 ELF file!\n\r"); | ||
228 | exit(); | ||
229 | } | ||
230 | |||
156 | /* | 231 | /* |
157 | * The first available claim_base must be above the end of the | 232 | * The first available claim_base must be above the end of the |
158 | * the loaded kernel wrapper file (_start to _end includes the | 233 | * the loaded kernel wrapper file (_start to _end includes the |
@@ -172,46 +247,11 @@ void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) | |||
172 | claim_base = PROG_START; | 247 | claim_base = PROG_START; |
173 | #endif | 248 | #endif |
174 | 249 | ||
175 | vmlinuz.addr = (unsigned long)_vmlinux_start; | ||
176 | vmlinuz.size = (unsigned long)(_vmlinux_end - _vmlinux_start); | ||
177 | |||
178 | /* gunzip the ELF header of the kernel */ | ||
179 | if (*(unsigned short *)vmlinuz.addr == 0x1f8b) { | ||
180 | len = vmlinuz.size; | ||
181 | gunzip(elfheader, sizeof(elfheader), | ||
182 | (unsigned char *)vmlinuz.addr, &len); | ||
183 | } else | ||
184 | memcpy(elfheader, (const void *)vmlinuz.addr, sizeof(elfheader)); | ||
185 | |||
186 | elf64 = (Elf64_Ehdr *)elfheader; | ||
187 | if ( elf64->e_ident[EI_MAG0] != ELFMAG0 || | ||
188 | elf64->e_ident[EI_MAG1] != ELFMAG1 || | ||
189 | elf64->e_ident[EI_MAG2] != ELFMAG2 || | ||
190 | elf64->e_ident[EI_MAG3] != ELFMAG3 || | ||
191 | elf64->e_ident[EI_CLASS] != ELFCLASS64 || | ||
192 | elf64->e_ident[EI_DATA] != ELFDATA2MSB || | ||
193 | elf64->e_type != ET_EXEC || | ||
194 | elf64->e_machine != EM_PPC64 ) | ||
195 | { | ||
196 | printf("Error: not a valid PPC64 ELF file!\n\r"); | ||
197 | exit(); | ||
198 | } | ||
199 | |||
200 | elf64ph = (Elf64_Phdr *)((unsigned long)elf64 + | ||
201 | (unsigned long)elf64->e_phoff); | ||
202 | for(i=0; i < (unsigned int)elf64->e_phnum ;i++,elf64ph++) { | ||
203 | if (elf64ph->p_type == PT_LOAD && elf64ph->p_offset != 0) | ||
204 | break; | ||
205 | } | ||
206 | vmlinux.size = (unsigned long)elf64ph->p_filesz + | ||
207 | (unsigned long)elf64ph->p_offset; | ||
208 | /* We need to claim the memsize plus the file offset since gzip | 250 | /* We need to claim the memsize plus the file offset since gzip |
209 | * will expand the header (file offset), then the kernel, then | 251 | * will expand the header (file offset), then the kernel, then |
210 | * possible rubbish we don't care about. But the kernel bss must | 252 | * possible rubbish we don't care about. But the kernel bss must |
211 | * be claimed (it will be zero'd by the kernel itself) | 253 | * be claimed (it will be zero'd by the kernel itself) |
212 | */ | 254 | */ |
213 | vmlinux.memsize = (unsigned long)elf64ph->p_memsz + | ||
214 | (unsigned long)elf64ph->p_offset; | ||
215 | printf("Allocating 0x%lx bytes for kernel ...\n\r", vmlinux.memsize); | 255 | printf("Allocating 0x%lx bytes for kernel ...\n\r", vmlinux.memsize); |
216 | vmlinux.addr = try_claim(vmlinux.memsize); | 256 | vmlinux.addr = try_claim(vmlinux.memsize); |
217 | if (vmlinux.addr == 0) { | 257 | if (vmlinux.addr == 0) { |
@@ -254,9 +294,9 @@ void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) | |||
254 | /* Skip over the ELF header */ | 294 | /* Skip over the ELF header */ |
255 | #ifdef DEBUG | 295 | #ifdef DEBUG |
256 | printf("... skipping 0x%lx bytes of ELF header\n\r", | 296 | printf("... skipping 0x%lx bytes of ELF header\n\r", |
257 | (unsigned long)elf64ph->p_offset); | 297 | elfoffset); |
258 | #endif | 298 | #endif |
259 | vmlinux.addr += (unsigned long)elf64ph->p_offset; | 299 | vmlinux.addr += elfoffset; |
260 | 300 | ||
261 | flush_cache((void *)vmlinux.addr, vmlinux.size); | 301 | flush_cache((void *)vmlinux.addr, vmlinux.size); |
262 | 302 | ||
@@ -272,7 +312,7 @@ void start(unsigned long a1, unsigned long a2, void *promptr, void *sp) | |||
272 | (unsigned long)prom, NULL); | 312 | (unsigned long)prom, NULL); |
273 | #endif | 313 | #endif |
274 | 314 | ||
275 | kernel_entry( a1, a2, prom, NULL ); | 315 | kernel_entry(a1, a2, prom, NULL); |
276 | 316 | ||
277 | printf("Error: Linux kernel returned to zImage bootloader!\n\r"); | 317 | printf("Error: Linux kernel returned to zImage bootloader!\n\r"); |
278 | 318 | ||
diff --git a/arch/ppc64/boot/page.h b/arch/powerpc/boot/page.h index 14eca30fef64..14eca30fef64 100644 --- a/arch/ppc64/boot/page.h +++ b/arch/powerpc/boot/page.h | |||
diff --git a/arch/ppc64/boot/ppc_asm.h b/arch/powerpc/boot/ppc_asm.h index 1c2c2817f9b7..1c2c2817f9b7 100644 --- a/arch/ppc64/boot/ppc_asm.h +++ b/arch/powerpc/boot/ppc_asm.h | |||
diff --git a/arch/ppc64/boot/prom.c b/arch/powerpc/boot/prom.c index 4bea2f4dcb06..4bea2f4dcb06 100644 --- a/arch/ppc64/boot/prom.c +++ b/arch/powerpc/boot/prom.c | |||
diff --git a/arch/ppc64/boot/prom.h b/arch/powerpc/boot/prom.h index 96ab5aec740c..96ab5aec740c 100644 --- a/arch/ppc64/boot/prom.h +++ b/arch/powerpc/boot/prom.h | |||
diff --git a/arch/ppc64/boot/stdio.h b/arch/powerpc/boot/stdio.h index 24bd3a8dee94..24bd3a8dee94 100644 --- a/arch/ppc64/boot/stdio.h +++ b/arch/powerpc/boot/stdio.h | |||
diff --git a/arch/ppc64/boot/string.S b/arch/powerpc/boot/string.S index b1eeaed7db17..b1eeaed7db17 100644 --- a/arch/ppc64/boot/string.S +++ b/arch/powerpc/boot/string.S | |||
diff --git a/arch/ppc64/boot/string.h b/arch/powerpc/boot/string.h index 9fdff1cc0d70..9fdff1cc0d70 100644 --- a/arch/ppc64/boot/string.h +++ b/arch/powerpc/boot/string.h | |||
diff --git a/arch/ppc64/boot/zImage.lds b/arch/powerpc/boot/zImage.lds index 4b6bb3ffe3dc..4b6bb3ffe3dc 100644 --- a/arch/ppc64/boot/zImage.lds +++ b/arch/powerpc/boot/zImage.lds | |||
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 67ffecbc05cb..4b433411b9e3 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
@@ -1,18 +1,33 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 08:29:10 2005 | 4 | # Tue Nov 15 14:36:20 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | ||
6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
8 | CONFIG_PPC_MERGE=y | ||
7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
10 | CONFIG_GENERIC_HARDIRQS=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
16 | CONFIG_SYSVIPC_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
20 | # | ||
21 | # Processor support | ||
22 | # | ||
23 | # CONFIG_POWER4_ONLY is not set | ||
24 | CONFIG_POWER3=y | ||
25 | CONFIG_POWER4=y | ||
26 | CONFIG_PPC_FPU=y | ||
27 | CONFIG_ALTIVEC=y | ||
28 | CONFIG_PPC_STD_MMU=y | ||
29 | CONFIG_SMP=y | ||
30 | CONFIG_NR_CPUS=4 | ||
16 | 31 | ||
17 | # | 32 | # |
18 | # Code maturity level options | 33 | # Code maturity level options |
@@ -66,31 +81,69 @@ CONFIG_OBSOLETE_MODPARM=y | |||
66 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 81 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
67 | # CONFIG_KMOD is not set | 82 | # CONFIG_KMOD is not set |
68 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
69 | CONFIG_SYSVIPC_COMPAT=y | 84 | |
85 | # | ||
86 | # Block layer | ||
87 | # | ||
88 | |||
89 | # | ||
90 | # IO Schedulers | ||
91 | # | ||
92 | CONFIG_IOSCHED_NOOP=y | ||
93 | CONFIG_IOSCHED_AS=y | ||
94 | CONFIG_IOSCHED_DEADLINE=y | ||
95 | CONFIG_IOSCHED_CFQ=y | ||
96 | CONFIG_DEFAULT_AS=y | ||
97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
98 | # CONFIG_DEFAULT_CFQ is not set | ||
99 | # CONFIG_DEFAULT_NOOP is not set | ||
100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
70 | 101 | ||
71 | # | 102 | # |
72 | # Platform support | 103 | # Platform support |
73 | # | 104 | # |
74 | # CONFIG_PPC_ISERIES is not set | ||
75 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
106 | # CONFIG_PPC_ISERIES is not set | ||
107 | # CONFIG_EMBEDDED6xx is not set | ||
108 | # CONFIG_APUS is not set | ||
76 | # CONFIG_PPC_PSERIES is not set | 109 | # CONFIG_PPC_PSERIES is not set |
77 | CONFIG_PPC_BPA=y | ||
78 | # CONFIG_PPC_PMAC is not set | 110 | # CONFIG_PPC_PMAC is not set |
79 | # CONFIG_PPC_MAPLE is not set | 111 | # CONFIG_PPC_MAPLE is not set |
80 | CONFIG_PPC=y | 112 | CONFIG_PPC_CELL=y |
81 | CONFIG_PPC64=y | ||
82 | CONFIG_PPC_OF=y | 113 | CONFIG_PPC_OF=y |
83 | CONFIG_BPA_IIC=y | ||
84 | CONFIG_ALTIVEC=y | ||
85 | CONFIG_KEXEC=y | ||
86 | # CONFIG_U3_DART is not set | 114 | # CONFIG_U3_DART is not set |
87 | # CONFIG_BOOTX_TEXT is not set | 115 | CONFIG_PPC_RTAS=y |
88 | # CONFIG_POWER4_ONLY is not set | 116 | # CONFIG_RTAS_ERROR_LOGGING is not set |
117 | CONFIG_RTAS_PROC=y | ||
118 | CONFIG_RTAS_FLASH=y | ||
119 | CONFIG_MMIO_NVRAM=y | ||
120 | CONFIG_CELL_IIC=y | ||
121 | # CONFIG_PPC_MPC106 is not set | ||
122 | # CONFIG_GENERIC_TBSYNC is not set | ||
123 | # CONFIG_CPU_FREQ is not set | ||
124 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
125 | |||
126 | # | ||
127 | # Kernel options | ||
128 | # | ||
129 | # CONFIG_HZ_100 is not set | ||
130 | CONFIG_HZ_250=y | ||
131 | # CONFIG_HZ_1000 is not set | ||
132 | CONFIG_HZ=250 | ||
133 | CONFIG_PREEMPT_NONE=y | ||
134 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
135 | # CONFIG_PREEMPT is not set | ||
136 | CONFIG_PREEMPT_BKL=y | ||
137 | CONFIG_BINFMT_ELF=y | ||
138 | # CONFIG_BINFMT_MISC is not set | ||
139 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
89 | # CONFIG_IOMMU_VMERGE is not set | 140 | # CONFIG_IOMMU_VMERGE is not set |
90 | CONFIG_SMP=y | 141 | CONFIG_KEXEC=y |
91 | CONFIG_NR_CPUS=4 | 142 | CONFIG_IRQ_ALL_CPUS=y |
143 | # CONFIG_NUMA is not set | ||
92 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 144 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
93 | CONFIG_ARCH_FLATMEM_ENABLE=y | 145 | CONFIG_ARCH_FLATMEM_ENABLE=y |
146 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
94 | CONFIG_SELECT_MEMORY_MODEL=y | 147 | CONFIG_SELECT_MEMORY_MODEL=y |
95 | CONFIG_FLATMEM_MANUAL=y | 148 | CONFIG_FLATMEM_MANUAL=y |
96 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 149 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -98,30 +151,21 @@ CONFIG_FLATMEM_MANUAL=y | |||
98 | CONFIG_FLATMEM=y | 151 | CONFIG_FLATMEM=y |
99 | CONFIG_FLAT_NODE_MEM_MAP=y | 152 | CONFIG_FLAT_NODE_MEM_MAP=y |
100 | # CONFIG_SPARSEMEM_STATIC is not set | 153 | # CONFIG_SPARSEMEM_STATIC is not set |
101 | # CONFIG_NUMA is not set | 154 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
155 | # CONFIG_PPC_64K_PAGES is not set | ||
102 | CONFIG_SCHED_SMT=y | 156 | CONFIG_SCHED_SMT=y |
103 | CONFIG_PREEMPT_NONE=y | ||
104 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
105 | # CONFIG_PREEMPT is not set | ||
106 | CONFIG_PREEMPT_BKL=y | ||
107 | # CONFIG_HZ_100 is not set | ||
108 | CONFIG_HZ_250=y | ||
109 | # CONFIG_HZ_1000 is not set | ||
110 | CONFIG_HZ=250 | ||
111 | CONFIG_GENERIC_HARDIRQS=y | ||
112 | CONFIG_PPC_RTAS=y | ||
113 | CONFIG_RTAS_PROC=y | ||
114 | CONFIG_RTAS_FLASH=y | ||
115 | CONFIG_SECCOMP=y | ||
116 | CONFIG_BINFMT_ELF=y | ||
117 | # CONFIG_BINFMT_MISC is not set | ||
118 | CONFIG_PROC_DEVICETREE=y | 157 | CONFIG_PROC_DEVICETREE=y |
119 | # CONFIG_CMDLINE_BOOL is not set | 158 | # CONFIG_CMDLINE_BOOL is not set |
159 | # CONFIG_PM is not set | ||
160 | CONFIG_SECCOMP=y | ||
120 | CONFIG_ISA_DMA_API=y | 161 | CONFIG_ISA_DMA_API=y |
121 | 162 | ||
122 | # | 163 | # |
123 | # Bus Options | 164 | # Bus options |
124 | # | 165 | # |
166 | CONFIG_GENERIC_ISA_DMA=y | ||
167 | # CONFIG_PPC_I8259 is not set | ||
168 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
125 | CONFIG_PCI=y | 169 | CONFIG_PCI=y |
126 | CONFIG_PCI_DOMAINS=y | 170 | CONFIG_PCI_DOMAINS=y |
127 | CONFIG_PCI_LEGACY_PROC=y | 171 | CONFIG_PCI_LEGACY_PROC=y |
@@ -136,6 +180,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
136 | # PCI Hotplug Support | 180 | # PCI Hotplug Support |
137 | # | 181 | # |
138 | # CONFIG_HOTPLUG_PCI is not set | 182 | # CONFIG_HOTPLUG_PCI is not set |
183 | CONFIG_KERNEL_START=0xc000000000000000 | ||
139 | 184 | ||
140 | # | 185 | # |
141 | # Networking | 186 | # Networking |
@@ -183,6 +228,10 @@ CONFIG_INET6_TUNNEL=m | |||
183 | CONFIG_IPV6_TUNNEL=m | 228 | CONFIG_IPV6_TUNNEL=m |
184 | CONFIG_NETFILTER=y | 229 | CONFIG_NETFILTER=y |
185 | # CONFIG_NETFILTER_DEBUG is not set | 230 | # CONFIG_NETFILTER_DEBUG is not set |
231 | |||
232 | # | ||
233 | # Core Netfilter Configuration | ||
234 | # | ||
186 | # CONFIG_NETFILTER_NETLINK is not set | 235 | # CONFIG_NETFILTER_NETLINK is not set |
187 | 236 | ||
188 | # | 237 | # |
@@ -284,6 +333,10 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
284 | # CONFIG_NET_DIVERT is not set | 333 | # CONFIG_NET_DIVERT is not set |
285 | # CONFIG_ECONET is not set | 334 | # CONFIG_ECONET is not set |
286 | # CONFIG_WAN_ROUTER is not set | 335 | # CONFIG_WAN_ROUTER is not set |
336 | |||
337 | # | ||
338 | # QoS and/or fair queueing | ||
339 | # | ||
287 | # CONFIG_NET_SCHED is not set | 340 | # CONFIG_NET_SCHED is not set |
288 | CONFIG_NET_CLS_ROUTE=y | 341 | CONFIG_NET_CLS_ROUTE=y |
289 | 342 | ||
@@ -345,14 +398,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
345 | CONFIG_BLK_DEV_RAM_SIZE=131072 | 398 | CONFIG_BLK_DEV_RAM_SIZE=131072 |
346 | CONFIG_BLK_DEV_INITRD=y | 399 | CONFIG_BLK_DEV_INITRD=y |
347 | # CONFIG_CDROM_PKTCDVD is not set | 400 | # CONFIG_CDROM_PKTCDVD is not set |
348 | |||
349 | # | ||
350 | # IO Schedulers | ||
351 | # | ||
352 | CONFIG_IOSCHED_NOOP=y | ||
353 | CONFIG_IOSCHED_AS=y | ||
354 | CONFIG_IOSCHED_DEADLINE=y | ||
355 | CONFIG_IOSCHED_CFQ=y | ||
356 | # CONFIG_ATA_OVER_ETH is not set | 401 | # CONFIG_ATA_OVER_ETH is not set |
357 | 402 | ||
358 | # | 403 | # |
@@ -442,6 +487,7 @@ CONFIG_IDEDMA_AUTO=y | |||
442 | # | 487 | # |
443 | # Macintosh device drivers | 488 | # Macintosh device drivers |
444 | # | 489 | # |
490 | # CONFIG_WINDFARM is not set | ||
445 | 491 | ||
446 | # | 492 | # |
447 | # Network device support | 493 | # Network device support |
@@ -495,7 +541,6 @@ CONFIG_SKGE=m | |||
495 | # CONFIG_SK98LIN is not set | 541 | # CONFIG_SK98LIN is not set |
496 | # CONFIG_TIGON3 is not set | 542 | # CONFIG_TIGON3 is not set |
497 | # CONFIG_BNX2 is not set | 543 | # CONFIG_BNX2 is not set |
498 | # CONFIG_SPIDER_NET is not set | ||
499 | # CONFIG_MV643XX_ETH is not set | 544 | # CONFIG_MV643XX_ETH is not set |
500 | 545 | ||
501 | # | 546 | # |
@@ -625,7 +670,7 @@ CONFIG_WATCHDOG=y | |||
625 | # Watchdog Device Drivers | 670 | # Watchdog Device Drivers |
626 | # | 671 | # |
627 | # CONFIG_SOFT_WATCHDOG is not set | 672 | # CONFIG_SOFT_WATCHDOG is not set |
628 | CONFIG_WATCHDOG_RTAS=y | 673 | # CONFIG_WATCHDOG_RTAS is not set |
629 | 674 | ||
630 | # | 675 | # |
631 | # PCI-based Watchdog Cards | 676 | # PCI-based Watchdog Cards |
@@ -633,6 +678,8 @@ CONFIG_WATCHDOG_RTAS=y | |||
633 | # CONFIG_PCIPCWATCHDOG is not set | 678 | # CONFIG_PCIPCWATCHDOG is not set |
634 | # CONFIG_WDTPCI is not set | 679 | # CONFIG_WDTPCI is not set |
635 | # CONFIG_RTC is not set | 680 | # CONFIG_RTC is not set |
681 | CONFIG_GEN_RTC=y | ||
682 | # CONFIG_GEN_RTC_X is not set | ||
636 | # CONFIG_DTLK is not set | 683 | # CONFIG_DTLK is not set |
637 | # CONFIG_R3964 is not set | 684 | # CONFIG_R3964 is not set |
638 | # CONFIG_APPLICOM is not set | 685 | # CONFIG_APPLICOM is not set |
@@ -649,6 +696,7 @@ CONFIG_WATCHDOG_RTAS=y | |||
649 | # TPM devices | 696 | # TPM devices |
650 | # | 697 | # |
651 | # CONFIG_TCG_TPM is not set | 698 | # CONFIG_TCG_TPM is not set |
699 | # CONFIG_TELCLOCK is not set | ||
652 | 700 | ||
653 | # | 701 | # |
654 | # I2C support | 702 | # I2C support |
@@ -699,6 +747,7 @@ CONFIG_I2C_ALGOBIT=y | |||
699 | # CONFIG_SENSORS_PCF8591 is not set | 747 | # CONFIG_SENSORS_PCF8591 is not set |
700 | # CONFIG_SENSORS_RTC8564 is not set | 748 | # CONFIG_SENSORS_RTC8564 is not set |
701 | # CONFIG_SENSORS_MAX6875 is not set | 749 | # CONFIG_SENSORS_MAX6875 is not set |
750 | # CONFIG_RTC_X1205_I2C is not set | ||
702 | # CONFIG_I2C_DEBUG_CORE is not set | 751 | # CONFIG_I2C_DEBUG_CORE is not set |
703 | # CONFIG_I2C_DEBUG_ALGO is not set | 752 | # CONFIG_I2C_DEBUG_ALGO is not set |
704 | # CONFIG_I2C_DEBUG_BUS is not set | 753 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -757,6 +806,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
757 | # CONFIG_USB is not set | 806 | # CONFIG_USB is not set |
758 | 807 | ||
759 | # | 808 | # |
809 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
810 | # | ||
811 | |||
812 | # | ||
760 | # USB Gadget Support | 813 | # USB Gadget Support |
761 | # | 814 | # |
762 | # CONFIG_USB_GADGET is not set | 815 | # CONFIG_USB_GADGET is not set |
@@ -943,9 +996,24 @@ CONFIG_NLS_ISO8859_15=m | |||
943 | # CONFIG_NLS_UTF8 is not set | 996 | # CONFIG_NLS_UTF8 is not set |
944 | 997 | ||
945 | # | 998 | # |
946 | # Profiling support | 999 | # Library routines |
1000 | # | ||
1001 | # CONFIG_CRC_CCITT is not set | ||
1002 | # CONFIG_CRC16 is not set | ||
1003 | CONFIG_CRC32=y | ||
1004 | # CONFIG_LIBCRC32C is not set | ||
1005 | CONFIG_ZLIB_INFLATE=m | ||
1006 | CONFIG_ZLIB_DEFLATE=m | ||
1007 | CONFIG_TEXTSEARCH=y | ||
1008 | CONFIG_TEXTSEARCH_KMP=m | ||
1009 | CONFIG_TEXTSEARCH_BM=m | ||
1010 | CONFIG_TEXTSEARCH_FSM=m | ||
1011 | |||
1012 | # | ||
1013 | # Instrumentation Support | ||
947 | # | 1014 | # |
948 | # CONFIG_PROFILING is not set | 1015 | # CONFIG_PROFILING is not set |
1016 | # CONFIG_KPROBES is not set | ||
949 | 1017 | ||
950 | # | 1018 | # |
951 | # Kernel hacking | 1019 | # Kernel hacking |
@@ -962,13 +1030,14 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
962 | # CONFIG_DEBUG_KOBJECT is not set | 1030 | # CONFIG_DEBUG_KOBJECT is not set |
963 | # CONFIG_DEBUG_INFO is not set | 1031 | # CONFIG_DEBUG_INFO is not set |
964 | CONFIG_DEBUG_FS=y | 1032 | CONFIG_DEBUG_FS=y |
1033 | # CONFIG_DEBUG_VM is not set | ||
1034 | # CONFIG_RCU_TORTURE_TEST is not set | ||
965 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1035 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
966 | # CONFIG_KPROBES is not set | ||
967 | # CONFIG_DEBUG_STACK_USAGE is not set | 1036 | # CONFIG_DEBUG_STACK_USAGE is not set |
968 | CONFIG_DEBUGGER=y | 1037 | CONFIG_DEBUGGER=y |
969 | # CONFIG_XMON is not set | 1038 | # CONFIG_XMON is not set |
970 | # CONFIG_PPCDBG is not set | ||
971 | CONFIG_IRQSTACKS=y | 1039 | CONFIG_IRQSTACKS=y |
1040 | # CONFIG_BOOTX_TEXT is not set | ||
972 | 1041 | ||
973 | # | 1042 | # |
974 | # Security options | 1043 | # Security options |
@@ -1008,17 +1077,3 @@ CONFIG_CRYPTO_DEFLATE=m | |||
1008 | # | 1077 | # |
1009 | # Hardware crypto devices | 1078 | # Hardware crypto devices |
1010 | # | 1079 | # |
1011 | |||
1012 | # | ||
1013 | # Library routines | ||
1014 | # | ||
1015 | # CONFIG_CRC_CCITT is not set | ||
1016 | # CONFIG_CRC16 is not set | ||
1017 | CONFIG_CRC32=y | ||
1018 | # CONFIG_LIBCRC32C is not set | ||
1019 | CONFIG_ZLIB_INFLATE=m | ||
1020 | CONFIG_ZLIB_DEFLATE=m | ||
1021 | CONFIG_TEXTSEARCH=y | ||
1022 | CONFIG_TEXTSEARCH_KMP=m | ||
1023 | CONFIG_TEXTSEARCH_BM=m | ||
1024 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig index e76854f8c121..e7c23e3902b8 100644 --- a/arch/powerpc/configs/g5_defconfig +++ b/arch/powerpc/configs/g5_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.14 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Mon Nov 7 13:37:59 2005 | 4 | # Tue Nov 15 14:39:20 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -83,6 +83,23 @@ CONFIG_KMOD=y | |||
83 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
84 | 84 | ||
85 | # | 85 | # |
86 | # Block layer | ||
87 | # | ||
88 | |||
89 | # | ||
90 | # IO Schedulers | ||
91 | # | ||
92 | CONFIG_IOSCHED_NOOP=y | ||
93 | CONFIG_IOSCHED_AS=y | ||
94 | CONFIG_IOSCHED_DEADLINE=y | ||
95 | CONFIG_IOSCHED_CFQ=y | ||
96 | CONFIG_DEFAULT_AS=y | ||
97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
98 | # CONFIG_DEFAULT_CFQ is not set | ||
99 | # CONFIG_DEFAULT_NOOP is not set | ||
100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
101 | |||
102 | # | ||
86 | # Platform support | 103 | # Platform support |
87 | # | 104 | # |
88 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
@@ -137,6 +154,7 @@ CONFIG_IRQ_ALL_CPUS=y | |||
137 | # CONFIG_NUMA is not set | 154 | # CONFIG_NUMA is not set |
138 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 155 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
139 | CONFIG_ARCH_FLATMEM_ENABLE=y | 156 | CONFIG_ARCH_FLATMEM_ENABLE=y |
157 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
140 | CONFIG_SELECT_MEMORY_MODEL=y | 158 | CONFIG_SELECT_MEMORY_MODEL=y |
141 | CONFIG_FLATMEM_MANUAL=y | 159 | CONFIG_FLATMEM_MANUAL=y |
142 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 160 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -144,7 +162,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
144 | CONFIG_FLATMEM=y | 162 | CONFIG_FLATMEM=y |
145 | CONFIG_FLAT_NODE_MEM_MAP=y | 163 | CONFIG_FLAT_NODE_MEM_MAP=y |
146 | # CONFIG_SPARSEMEM_STATIC is not set | 164 | # CONFIG_SPARSEMEM_STATIC is not set |
147 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 165 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
148 | # CONFIG_PPC_64K_PAGES is not set | 166 | # CONFIG_PPC_64K_PAGES is not set |
149 | # CONFIG_SCHED_SMT is not set | 167 | # CONFIG_SCHED_SMT is not set |
150 | CONFIG_PROC_DEVICETREE=y | 168 | CONFIG_PROC_DEVICETREE=y |
@@ -215,6 +233,10 @@ CONFIG_TCP_CONG_BIC=y | |||
215 | # CONFIG_IPV6 is not set | 233 | # CONFIG_IPV6 is not set |
216 | CONFIG_NETFILTER=y | 234 | CONFIG_NETFILTER=y |
217 | # CONFIG_NETFILTER_DEBUG is not set | 235 | # CONFIG_NETFILTER_DEBUG is not set |
236 | |||
237 | # | ||
238 | # Core Netfilter Configuration | ||
239 | # | ||
218 | # CONFIG_NETFILTER_NETLINK is not set | 240 | # CONFIG_NETFILTER_NETLINK is not set |
219 | 241 | ||
220 | # | 242 | # |
@@ -382,19 +404,6 @@ CONFIG_BLK_DEV_INITRD=y | |||
382 | CONFIG_CDROM_PKTCDVD=m | 404 | CONFIG_CDROM_PKTCDVD=m |
383 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 405 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
384 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 406 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
385 | |||
386 | # | ||
387 | # IO Schedulers | ||
388 | # | ||
389 | CONFIG_IOSCHED_NOOP=y | ||
390 | CONFIG_IOSCHED_AS=y | ||
391 | CONFIG_IOSCHED_DEADLINE=y | ||
392 | CONFIG_IOSCHED_CFQ=y | ||
393 | CONFIG_DEFAULT_AS=y | ||
394 | # CONFIG_DEFAULT_DEADLINE is not set | ||
395 | # CONFIG_DEFAULT_CFQ is not set | ||
396 | # CONFIG_DEFAULT_NOOP is not set | ||
397 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
398 | # CONFIG_ATA_OVER_ETH is not set | 407 | # CONFIG_ATA_OVER_ETH is not set |
399 | 408 | ||
400 | # | 409 | # |
@@ -656,7 +665,6 @@ CONFIG_SUNGEM=y | |||
656 | # CONFIG_NET_TULIP is not set | 665 | # CONFIG_NET_TULIP is not set |
657 | # CONFIG_HP100 is not set | 666 | # CONFIG_HP100 is not set |
658 | # CONFIG_NET_PCI is not set | 667 | # CONFIG_NET_PCI is not set |
659 | # CONFIG_FEC_8XX is not set | ||
660 | 668 | ||
661 | # | 669 | # |
662 | # Ethernet (1000 Mbit) | 670 | # Ethernet (1000 Mbit) |
@@ -710,6 +718,7 @@ CONFIG_PPP_ASYNC=m | |||
710 | CONFIG_PPP_SYNC_TTY=m | 718 | CONFIG_PPP_SYNC_TTY=m |
711 | CONFIG_PPP_DEFLATE=m | 719 | CONFIG_PPP_DEFLATE=m |
712 | CONFIG_PPP_BSDCOMP=m | 720 | CONFIG_PPP_BSDCOMP=m |
721 | # CONFIG_PPP_MPPE is not set | ||
713 | CONFIG_PPPOE=m | 722 | CONFIG_PPPOE=m |
714 | # CONFIG_SLIP is not set | 723 | # CONFIG_SLIP is not set |
715 | # CONFIG_NET_FC is not set | 724 | # CONFIG_NET_FC is not set |
@@ -804,6 +813,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
804 | # | 813 | # |
805 | # CONFIG_WATCHDOG is not set | 814 | # CONFIG_WATCHDOG is not set |
806 | # CONFIG_RTC is not set | 815 | # CONFIG_RTC is not set |
816 | CONFIG_GEN_RTC=y | ||
817 | # CONFIG_GEN_RTC_X is not set | ||
807 | # CONFIG_DTLK is not set | 818 | # CONFIG_DTLK is not set |
808 | # CONFIG_R3964 is not set | 819 | # CONFIG_R3964 is not set |
809 | # CONFIG_APPLICOM is not set | 820 | # CONFIG_APPLICOM is not set |
@@ -917,7 +928,6 @@ CONFIG_FB=y | |||
917 | CONFIG_FB_CFB_FILLRECT=y | 928 | CONFIG_FB_CFB_FILLRECT=y |
918 | CONFIG_FB_CFB_COPYAREA=y | 929 | CONFIG_FB_CFB_COPYAREA=y |
919 | CONFIG_FB_CFB_IMAGEBLIT=y | 930 | CONFIG_FB_CFB_IMAGEBLIT=y |
920 | CONFIG_FB_SOFT_CURSOR=y | ||
921 | CONFIG_FB_MACMODES=y | 931 | CONFIG_FB_MACMODES=y |
922 | CONFIG_FB_MODE_HELPERS=y | 932 | CONFIG_FB_MODE_HELPERS=y |
923 | CONFIG_FB_TILEBLITTING=y | 933 | CONFIG_FB_TILEBLITTING=y |
@@ -932,6 +942,7 @@ CONFIG_FB_OF=y | |||
932 | # CONFIG_FB_ASILIANT is not set | 942 | # CONFIG_FB_ASILIANT is not set |
933 | # CONFIG_FB_IMSTT is not set | 943 | # CONFIG_FB_IMSTT is not set |
934 | # CONFIG_FB_VGA16 is not set | 944 | # CONFIG_FB_VGA16 is not set |
945 | # CONFIG_FB_S1D13XXX is not set | ||
935 | CONFIG_FB_NVIDIA=y | 946 | CONFIG_FB_NVIDIA=y |
936 | CONFIG_FB_NVIDIA_I2C=y | 947 | CONFIG_FB_NVIDIA_I2C=y |
937 | # CONFIG_FB_RIVA is not set | 948 | # CONFIG_FB_RIVA is not set |
@@ -950,7 +961,6 @@ CONFIG_FB_RADEON_I2C=y | |||
950 | # CONFIG_FB_VOODOO1 is not set | 961 | # CONFIG_FB_VOODOO1 is not set |
951 | # CONFIG_FB_CYBLA is not set | 962 | # CONFIG_FB_CYBLA is not set |
952 | # CONFIG_FB_TRIDENT is not set | 963 | # CONFIG_FB_TRIDENT is not set |
953 | # CONFIG_FB_S1D13XXX is not set | ||
954 | # CONFIG_FB_VIRTUAL is not set | 964 | # CONFIG_FB_VIRTUAL is not set |
955 | 965 | ||
956 | # | 966 | # |
@@ -959,6 +969,7 @@ CONFIG_FB_RADEON_I2C=y | |||
959 | # CONFIG_VGA_CONSOLE is not set | 969 | # CONFIG_VGA_CONSOLE is not set |
960 | CONFIG_DUMMY_CONSOLE=y | 970 | CONFIG_DUMMY_CONSOLE=y |
961 | CONFIG_FRAMEBUFFER_CONSOLE=y | 971 | CONFIG_FRAMEBUFFER_CONSOLE=y |
972 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
962 | # CONFIG_FONTS is not set | 973 | # CONFIG_FONTS is not set |
963 | CONFIG_FONT_8x8=y | 974 | CONFIG_FONT_8x8=y |
964 | CONFIG_FONT_8x16=y | 975 | CONFIG_FONT_8x16=y |
@@ -1474,10 +1485,11 @@ CONFIG_TEXTSEARCH_BM=m | |||
1474 | CONFIG_TEXTSEARCH_FSM=m | 1485 | CONFIG_TEXTSEARCH_FSM=m |
1475 | 1486 | ||
1476 | # | 1487 | # |
1477 | # Profiling support | 1488 | # Instrumentation Support |
1478 | # | 1489 | # |
1479 | CONFIG_PROFILING=y | 1490 | CONFIG_PROFILING=y |
1480 | CONFIG_OPROFILE=y | 1491 | CONFIG_OPROFILE=y |
1492 | # CONFIG_KPROBES is not set | ||
1481 | 1493 | ||
1482 | # | 1494 | # |
1483 | # Kernel hacking | 1495 | # Kernel hacking |
@@ -1497,7 +1509,6 @@ CONFIG_DEBUG_FS=y | |||
1497 | # CONFIG_DEBUG_VM is not set | 1509 | # CONFIG_DEBUG_VM is not set |
1498 | # CONFIG_RCU_TORTURE_TEST is not set | 1510 | # CONFIG_RCU_TORTURE_TEST is not set |
1499 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1511 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1500 | # CONFIG_KPROBES is not set | ||
1501 | # CONFIG_DEBUG_STACK_USAGE is not set | 1512 | # CONFIG_DEBUG_STACK_USAGE is not set |
1502 | # CONFIG_DEBUGGER is not set | 1513 | # CONFIG_DEBUGGER is not set |
1503 | CONFIG_IRQSTACKS=y | 1514 | CONFIG_IRQSTACKS=y |
diff --git a/arch/powerpc/configs/iseries_defconfig b/arch/powerpc/configs/iseries_defconfig index 62e92c7e9e27..5d0866707a75 100644 --- a/arch/powerpc/configs/iseries_defconfig +++ b/arch/powerpc/configs/iseries_defconfig | |||
@@ -1,18 +1,33 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 08:30:56 2005 | 4 | # Tue Nov 15 14:38:09 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | ||
6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
8 | CONFIG_PPC_MERGE=y | ||
7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
10 | CONFIG_GENERIC_HARDIRQS=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
16 | CONFIG_SYSVIPC_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
20 | # | ||
21 | # Processor support | ||
22 | # | ||
23 | # CONFIG_POWER4_ONLY is not set | ||
24 | CONFIG_POWER3=y | ||
25 | CONFIG_POWER4=y | ||
26 | CONFIG_PPC_FPU=y | ||
27 | # CONFIG_ALTIVEC is not set | ||
28 | CONFIG_PPC_STD_MMU=y | ||
29 | CONFIG_SMP=y | ||
30 | CONFIG_NR_CPUS=32 | ||
16 | 31 | ||
17 | # | 32 | # |
18 | # Code maturity level options | 33 | # Code maturity level options |
@@ -68,22 +83,60 @@ CONFIG_MODVERSIONS=y | |||
68 | CONFIG_MODULE_SRCVERSION_ALL=y | 83 | CONFIG_MODULE_SRCVERSION_ALL=y |
69 | CONFIG_KMOD=y | 84 | CONFIG_KMOD=y |
70 | CONFIG_STOP_MACHINE=y | 85 | CONFIG_STOP_MACHINE=y |
71 | CONFIG_SYSVIPC_COMPAT=y | 86 | |
87 | # | ||
88 | # Block layer | ||
89 | # | ||
90 | |||
91 | # | ||
92 | # IO Schedulers | ||
93 | # | ||
94 | CONFIG_IOSCHED_NOOP=y | ||
95 | CONFIG_IOSCHED_AS=y | ||
96 | CONFIG_IOSCHED_DEADLINE=y | ||
97 | CONFIG_IOSCHED_CFQ=y | ||
98 | CONFIG_DEFAULT_AS=y | ||
99 | # CONFIG_DEFAULT_DEADLINE is not set | ||
100 | # CONFIG_DEFAULT_CFQ is not set | ||
101 | # CONFIG_DEFAULT_NOOP is not set | ||
102 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
72 | 103 | ||
73 | # | 104 | # |
74 | # Platform support | 105 | # Platform support |
75 | # | 106 | # |
76 | CONFIG_PPC_ISERIES=y | ||
77 | # CONFIG_PPC_MULTIPLATFORM is not set | 107 | # CONFIG_PPC_MULTIPLATFORM is not set |
78 | CONFIG_PPC=y | 108 | CONFIG_PPC_ISERIES=y |
79 | CONFIG_PPC64=y | 109 | # CONFIG_EMBEDDED6xx is not set |
110 | # CONFIG_APUS is not set | ||
111 | # CONFIG_PPC_RTAS is not set | ||
112 | # CONFIG_MMIO_NVRAM is not set | ||
80 | CONFIG_IBMVIO=y | 113 | CONFIG_IBMVIO=y |
81 | # CONFIG_POWER4_ONLY is not set | 114 | # CONFIG_PPC_MPC106 is not set |
115 | # CONFIG_GENERIC_TBSYNC is not set | ||
116 | # CONFIG_CPU_FREQ is not set | ||
117 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
118 | |||
119 | # | ||
120 | # Kernel options | ||
121 | # | ||
122 | # CONFIG_HZ_100 is not set | ||
123 | CONFIG_HZ_250=y | ||
124 | # CONFIG_HZ_1000 is not set | ||
125 | CONFIG_HZ=250 | ||
126 | CONFIG_PREEMPT_NONE=y | ||
127 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
128 | # CONFIG_PREEMPT is not set | ||
129 | # CONFIG_PREEMPT_BKL is not set | ||
130 | CONFIG_BINFMT_ELF=y | ||
131 | # CONFIG_BINFMT_MISC is not set | ||
132 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
82 | CONFIG_IOMMU_VMERGE=y | 133 | CONFIG_IOMMU_VMERGE=y |
83 | CONFIG_SMP=y | 134 | CONFIG_IRQ_ALL_CPUS=y |
84 | CONFIG_NR_CPUS=32 | 135 | CONFIG_LPARCFG=y |
136 | # CONFIG_NUMA is not set | ||
85 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 137 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
86 | CONFIG_ARCH_FLATMEM_ENABLE=y | 138 | CONFIG_ARCH_FLATMEM_ENABLE=y |
139 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
87 | CONFIG_SELECT_MEMORY_MODEL=y | 140 | CONFIG_SELECT_MEMORY_MODEL=y |
88 | CONFIG_FLATMEM_MANUAL=y | 141 | CONFIG_FLATMEM_MANUAL=y |
89 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 142 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -91,26 +144,20 @@ CONFIG_FLATMEM_MANUAL=y | |||
91 | CONFIG_FLATMEM=y | 144 | CONFIG_FLATMEM=y |
92 | CONFIG_FLAT_NODE_MEM_MAP=y | 145 | CONFIG_FLAT_NODE_MEM_MAP=y |
93 | # CONFIG_SPARSEMEM_STATIC is not set | 146 | # CONFIG_SPARSEMEM_STATIC is not set |
94 | # CONFIG_NUMA is not set | 147 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
148 | # CONFIG_PPC_64K_PAGES is not set | ||
95 | # CONFIG_SCHED_SMT is not set | 149 | # CONFIG_SCHED_SMT is not set |
96 | CONFIG_PREEMPT_NONE=y | 150 | CONFIG_PROC_DEVICETREE=y |
97 | # CONFIG_PREEMPT_VOLUNTARY is not set | 151 | # CONFIG_PM is not set |
98 | # CONFIG_PREEMPT is not set | ||
99 | # CONFIG_PREEMPT_BKL is not set | ||
100 | # CONFIG_HZ_100 is not set | ||
101 | CONFIG_HZ_250=y | ||
102 | # CONFIG_HZ_1000 is not set | ||
103 | CONFIG_HZ=250 | ||
104 | CONFIG_GENERIC_HARDIRQS=y | ||
105 | CONFIG_LPARCFG=y | ||
106 | CONFIG_SECCOMP=y | 152 | CONFIG_SECCOMP=y |
107 | CONFIG_BINFMT_ELF=y | ||
108 | # CONFIG_BINFMT_MISC is not set | ||
109 | CONFIG_ISA_DMA_API=y | 153 | CONFIG_ISA_DMA_API=y |
110 | 154 | ||
111 | # | 155 | # |
112 | # Bus Options | 156 | # Bus options |
113 | # | 157 | # |
158 | CONFIG_GENERIC_ISA_DMA=y | ||
159 | # CONFIG_PPC_I8259 is not set | ||
160 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
114 | CONFIG_PCI=y | 161 | CONFIG_PCI=y |
115 | CONFIG_PCI_DOMAINS=y | 162 | CONFIG_PCI_DOMAINS=y |
116 | CONFIG_PCI_LEGACY_PROC=y | 163 | CONFIG_PCI_LEGACY_PROC=y |
@@ -125,6 +172,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
125 | # PCI Hotplug Support | 172 | # PCI Hotplug Support |
126 | # | 173 | # |
127 | # CONFIG_HOTPLUG_PCI is not set | 174 | # CONFIG_HOTPLUG_PCI is not set |
175 | CONFIG_KERNEL_START=0xc000000000000000 | ||
128 | 176 | ||
129 | # | 177 | # |
130 | # Networking | 178 | # Networking |
@@ -166,6 +214,10 @@ CONFIG_TCP_CONG_BIC=y | |||
166 | # CONFIG_IPV6 is not set | 214 | # CONFIG_IPV6 is not set |
167 | CONFIG_NETFILTER=y | 215 | CONFIG_NETFILTER=y |
168 | # CONFIG_NETFILTER_DEBUG is not set | 216 | # CONFIG_NETFILTER_DEBUG is not set |
217 | |||
218 | # | ||
219 | # Core Netfilter Configuration | ||
220 | # | ||
169 | # CONFIG_NETFILTER_NETLINK is not set | 221 | # CONFIG_NETFILTER_NETLINK is not set |
170 | 222 | ||
171 | # | 223 | # |
@@ -265,6 +317,10 @@ CONFIG_LLC=y | |||
265 | # CONFIG_NET_DIVERT is not set | 317 | # CONFIG_NET_DIVERT is not set |
266 | # CONFIG_ECONET is not set | 318 | # CONFIG_ECONET is not set |
267 | # CONFIG_WAN_ROUTER is not set | 319 | # CONFIG_WAN_ROUTER is not set |
320 | |||
321 | # | ||
322 | # QoS and/or fair queueing | ||
323 | # | ||
268 | # CONFIG_NET_SCHED is not set | 324 | # CONFIG_NET_SCHED is not set |
269 | CONFIG_NET_CLS_ROUTE=y | 325 | CONFIG_NET_CLS_ROUTE=y |
270 | 326 | ||
@@ -326,14 +382,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
326 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 382 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
327 | CONFIG_BLK_DEV_INITRD=y | 383 | CONFIG_BLK_DEV_INITRD=y |
328 | # CONFIG_CDROM_PKTCDVD is not set | 384 | # CONFIG_CDROM_PKTCDVD is not set |
329 | |||
330 | # | ||
331 | # IO Schedulers | ||
332 | # | ||
333 | CONFIG_IOSCHED_NOOP=y | ||
334 | CONFIG_IOSCHED_AS=y | ||
335 | CONFIG_IOSCHED_DEADLINE=y | ||
336 | CONFIG_IOSCHED_CFQ=y | ||
337 | # CONFIG_ATA_OVER_ETH is not set | 385 | # CONFIG_ATA_OVER_ETH is not set |
338 | 386 | ||
339 | # | 387 | # |
@@ -377,6 +425,7 @@ CONFIG_SCSI_FC_ATTRS=y | |||
377 | # | 425 | # |
378 | # SCSI low-level drivers | 426 | # SCSI low-level drivers |
379 | # | 427 | # |
428 | # CONFIG_ISCSI_TCP is not set | ||
380 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 429 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
381 | # CONFIG_SCSI_3W_9XXX is not set | 430 | # CONFIG_SCSI_3W_9XXX is not set |
382 | # CONFIG_SCSI_ACARD is not set | 431 | # CONFIG_SCSI_ACARD is not set |
@@ -454,6 +503,7 @@ CONFIG_DM_ZERO=m | |||
454 | # | 503 | # |
455 | # Macintosh device drivers | 504 | # Macintosh device drivers |
456 | # | 505 | # |
506 | # CONFIG_WINDFARM is not set | ||
457 | 507 | ||
458 | # | 508 | # |
459 | # Network device support | 509 | # Network device support |
@@ -561,6 +611,7 @@ CONFIG_PPP_ASYNC=m | |||
561 | CONFIG_PPP_SYNC_TTY=m | 611 | CONFIG_PPP_SYNC_TTY=m |
562 | CONFIG_PPP_DEFLATE=m | 612 | CONFIG_PPP_DEFLATE=m |
563 | CONFIG_PPP_BSDCOMP=m | 613 | CONFIG_PPP_BSDCOMP=m |
614 | # CONFIG_PPP_MPPE is not set | ||
564 | CONFIG_PPPOE=m | 615 | CONFIG_PPPOE=m |
565 | # CONFIG_SLIP is not set | 616 | # CONFIG_SLIP is not set |
566 | # CONFIG_NET_FC is not set | 617 | # CONFIG_NET_FC is not set |
@@ -643,6 +694,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
643 | # | 694 | # |
644 | # CONFIG_WATCHDOG is not set | 695 | # CONFIG_WATCHDOG is not set |
645 | # CONFIG_RTC is not set | 696 | # CONFIG_RTC is not set |
697 | CONFIG_GEN_RTC=y | ||
698 | # CONFIG_GEN_RTC_X is not set | ||
646 | # CONFIG_DTLK is not set | 699 | # CONFIG_DTLK is not set |
647 | # CONFIG_R3964 is not set | 700 | # CONFIG_R3964 is not set |
648 | # CONFIG_APPLICOM is not set | 701 | # CONFIG_APPLICOM is not set |
@@ -660,6 +713,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
660 | # TPM devices | 713 | # TPM devices |
661 | # | 714 | # |
662 | # CONFIG_TCG_TPM is not set | 715 | # CONFIG_TCG_TPM is not set |
716 | # CONFIG_TELCLOCK is not set | ||
663 | 717 | ||
664 | # | 718 | # |
665 | # I2C support | 719 | # I2C support |
@@ -713,6 +767,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
713 | # CONFIG_USB is not set | 767 | # CONFIG_USB is not set |
714 | 768 | ||
715 | # | 769 | # |
770 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
771 | # | ||
772 | |||
773 | # | ||
716 | # USB Gadget Support | 774 | # USB Gadget Support |
717 | # | 775 | # |
718 | # CONFIG_USB_GADGET is not set | 776 | # CONFIG_USB_GADGET is not set |
@@ -917,10 +975,25 @@ CONFIG_VIOTAPE=m | |||
917 | CONFIG_VIOPATH=y | 975 | CONFIG_VIOPATH=y |
918 | 976 | ||
919 | # | 977 | # |
920 | # Profiling support | 978 | # Library routines |
979 | # | ||
980 | CONFIG_CRC_CCITT=m | ||
981 | # CONFIG_CRC16 is not set | ||
982 | CONFIG_CRC32=y | ||
983 | CONFIG_LIBCRC32C=m | ||
984 | CONFIG_ZLIB_INFLATE=y | ||
985 | CONFIG_ZLIB_DEFLATE=m | ||
986 | CONFIG_TEXTSEARCH=y | ||
987 | CONFIG_TEXTSEARCH_KMP=m | ||
988 | CONFIG_TEXTSEARCH_BM=m | ||
989 | CONFIG_TEXTSEARCH_FSM=m | ||
990 | |||
991 | # | ||
992 | # Instrumentation Support | ||
921 | # | 993 | # |
922 | CONFIG_PROFILING=y | 994 | CONFIG_PROFILING=y |
923 | CONFIG_OPROFILE=y | 995 | CONFIG_OPROFILE=y |
996 | # CONFIG_KPROBES is not set | ||
924 | 997 | ||
925 | # | 998 | # |
926 | # Kernel hacking | 999 | # Kernel hacking |
@@ -937,11 +1010,11 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
937 | # CONFIG_DEBUG_KOBJECT is not set | 1010 | # CONFIG_DEBUG_KOBJECT is not set |
938 | # CONFIG_DEBUG_INFO is not set | 1011 | # CONFIG_DEBUG_INFO is not set |
939 | CONFIG_DEBUG_FS=y | 1012 | CONFIG_DEBUG_FS=y |
1013 | # CONFIG_DEBUG_VM is not set | ||
1014 | # CONFIG_RCU_TORTURE_TEST is not set | ||
940 | CONFIG_DEBUG_STACKOVERFLOW=y | 1015 | CONFIG_DEBUG_STACKOVERFLOW=y |
941 | # CONFIG_KPROBES is not set | ||
942 | CONFIG_DEBUG_STACK_USAGE=y | 1016 | CONFIG_DEBUG_STACK_USAGE=y |
943 | # CONFIG_DEBUGGER is not set | 1017 | # CONFIG_DEBUGGER is not set |
944 | # CONFIG_PPCDBG is not set | ||
945 | CONFIG_IRQSTACKS=y | 1018 | CONFIG_IRQSTACKS=y |
946 | 1019 | ||
947 | # | 1020 | # |
@@ -982,17 +1055,3 @@ CONFIG_CRYPTO_TEST=m | |||
982 | # | 1055 | # |
983 | # Hardware crypto devices | 1056 | # Hardware crypto devices |
984 | # | 1057 | # |
985 | |||
986 | # | ||
987 | # Library routines | ||
988 | # | ||
989 | CONFIG_CRC_CCITT=m | ||
990 | # CONFIG_CRC16 is not set | ||
991 | CONFIG_CRC32=y | ||
992 | CONFIG_LIBCRC32C=m | ||
993 | CONFIG_ZLIB_INFLATE=y | ||
994 | CONFIG_ZLIB_DEFLATE=m | ||
995 | CONFIG_TEXTSEARCH=y | ||
996 | CONFIG_TEXTSEARCH_KMP=m | ||
997 | CONFIG_TEXTSEARCH_BM=m | ||
998 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig index 7b480f3d1406..92e42613ef06 100644 --- a/arch/powerpc/configs/maple_defconfig +++ b/arch/powerpc/configs/maple_defconfig | |||
@@ -1,18 +1,32 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 08:31:24 2005 | 4 | # Tue Nov 15 14:38:58 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | ||
6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
8 | CONFIG_PPC_MERGE=y | ||
7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
10 | CONFIG_GENERIC_HARDIRQS=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
16 | CONFIG_SYSVIPC_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
20 | # | ||
21 | # Processor support | ||
22 | # | ||
23 | CONFIG_POWER4_ONLY=y | ||
24 | CONFIG_POWER4=y | ||
25 | CONFIG_PPC_FPU=y | ||
26 | # CONFIG_ALTIVEC is not set | ||
27 | CONFIG_PPC_STD_MMU=y | ||
28 | CONFIG_SMP=y | ||
29 | CONFIG_NR_CPUS=2 | ||
16 | 30 | ||
17 | # | 31 | # |
18 | # Code maturity level options | 32 | # Code maturity level options |
@@ -67,32 +81,67 @@ CONFIG_MODVERSIONS=y | |||
67 | CONFIG_MODULE_SRCVERSION_ALL=y | 81 | CONFIG_MODULE_SRCVERSION_ALL=y |
68 | CONFIG_KMOD=y | 82 | CONFIG_KMOD=y |
69 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
70 | CONFIG_SYSVIPC_COMPAT=y | 84 | |
85 | # | ||
86 | # Block layer | ||
87 | # | ||
88 | |||
89 | # | ||
90 | # IO Schedulers | ||
91 | # | ||
92 | CONFIG_IOSCHED_NOOP=y | ||
93 | CONFIG_IOSCHED_AS=y | ||
94 | CONFIG_IOSCHED_DEADLINE=y | ||
95 | CONFIG_IOSCHED_CFQ=y | ||
96 | CONFIG_DEFAULT_AS=y | ||
97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
98 | # CONFIG_DEFAULT_CFQ is not set | ||
99 | # CONFIG_DEFAULT_NOOP is not set | ||
100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
71 | 101 | ||
72 | # | 102 | # |
73 | # Platform support | 103 | # Platform support |
74 | # | 104 | # |
75 | # CONFIG_PPC_ISERIES is not set | ||
76 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
106 | # CONFIG_PPC_ISERIES is not set | ||
107 | # CONFIG_EMBEDDED6xx is not set | ||
108 | # CONFIG_APUS is not set | ||
77 | # CONFIG_PPC_PSERIES is not set | 109 | # CONFIG_PPC_PSERIES is not set |
78 | # CONFIG_PPC_BPA is not set | ||
79 | # CONFIG_PPC_PMAC is not set | 110 | # CONFIG_PPC_PMAC is not set |
80 | CONFIG_PPC_MAPLE=y | 111 | CONFIG_PPC_MAPLE=y |
81 | CONFIG_PPC=y | 112 | # CONFIG_PPC_CELL is not set |
82 | CONFIG_PPC64=y | ||
83 | CONFIG_PPC_OF=y | 113 | CONFIG_PPC_OF=y |
84 | CONFIG_MPIC=y | ||
85 | # CONFIG_ALTIVEC is not set | ||
86 | CONFIG_KEXEC=y | ||
87 | CONFIG_U3_DART=y | 114 | CONFIG_U3_DART=y |
115 | CONFIG_MPIC=y | ||
116 | # CONFIG_PPC_RTAS is not set | ||
117 | # CONFIG_MMIO_NVRAM is not set | ||
88 | CONFIG_MPIC_BROKEN_U3=y | 118 | CONFIG_MPIC_BROKEN_U3=y |
89 | CONFIG_BOOTX_TEXT=y | 119 | # CONFIG_PPC_MPC106 is not set |
90 | CONFIG_POWER4_ONLY=y | 120 | CONFIG_GENERIC_TBSYNC=y |
121 | # CONFIG_CPU_FREQ is not set | ||
122 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
123 | |||
124 | # | ||
125 | # Kernel options | ||
126 | # | ||
127 | # CONFIG_HZ_100 is not set | ||
128 | CONFIG_HZ_250=y | ||
129 | # CONFIG_HZ_1000 is not set | ||
130 | CONFIG_HZ=250 | ||
131 | CONFIG_PREEMPT_NONE=y | ||
132 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
133 | # CONFIG_PREEMPT is not set | ||
134 | # CONFIG_PREEMPT_BKL is not set | ||
135 | CONFIG_BINFMT_ELF=y | ||
136 | # CONFIG_BINFMT_MISC is not set | ||
137 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
91 | CONFIG_IOMMU_VMERGE=y | 138 | CONFIG_IOMMU_VMERGE=y |
92 | CONFIG_SMP=y | 139 | CONFIG_KEXEC=y |
93 | CONFIG_NR_CPUS=2 | 140 | CONFIG_IRQ_ALL_CPUS=y |
141 | # CONFIG_NUMA is not set | ||
94 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 142 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
95 | CONFIG_ARCH_FLATMEM_ENABLE=y | 143 | CONFIG_ARCH_FLATMEM_ENABLE=y |
144 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
96 | CONFIG_SELECT_MEMORY_MODEL=y | 145 | CONFIG_SELECT_MEMORY_MODEL=y |
97 | CONFIG_FLATMEM_MANUAL=y | 146 | CONFIG_FLATMEM_MANUAL=y |
98 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 147 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -100,27 +149,21 @@ CONFIG_FLATMEM_MANUAL=y | |||
100 | CONFIG_FLATMEM=y | 149 | CONFIG_FLATMEM=y |
101 | CONFIG_FLAT_NODE_MEM_MAP=y | 150 | CONFIG_FLAT_NODE_MEM_MAP=y |
102 | # CONFIG_SPARSEMEM_STATIC is not set | 151 | # CONFIG_SPARSEMEM_STATIC is not set |
103 | # CONFIG_NUMA is not set | 152 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
153 | # CONFIG_PPC_64K_PAGES is not set | ||
104 | # CONFIG_SCHED_SMT is not set | 154 | # CONFIG_SCHED_SMT is not set |
105 | CONFIG_PREEMPT_NONE=y | ||
106 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
107 | # CONFIG_PREEMPT is not set | ||
108 | # CONFIG_PREEMPT_BKL is not set | ||
109 | # CONFIG_HZ_100 is not set | ||
110 | CONFIG_HZ_250=y | ||
111 | # CONFIG_HZ_1000 is not set | ||
112 | CONFIG_HZ=250 | ||
113 | CONFIG_GENERIC_HARDIRQS=y | ||
114 | CONFIG_SECCOMP=y | ||
115 | CONFIG_BINFMT_ELF=y | ||
116 | # CONFIG_BINFMT_MISC is not set | ||
117 | CONFIG_PROC_DEVICETREE=y | 155 | CONFIG_PROC_DEVICETREE=y |
118 | # CONFIG_CMDLINE_BOOL is not set | 156 | # CONFIG_CMDLINE_BOOL is not set |
157 | # CONFIG_PM is not set | ||
158 | CONFIG_SECCOMP=y | ||
119 | CONFIG_ISA_DMA_API=y | 159 | CONFIG_ISA_DMA_API=y |
120 | 160 | ||
121 | # | 161 | # |
122 | # Bus Options | 162 | # Bus options |
123 | # | 163 | # |
164 | CONFIG_GENERIC_ISA_DMA=y | ||
165 | # CONFIG_PPC_I8259 is not set | ||
166 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
124 | CONFIG_PCI=y | 167 | CONFIG_PCI=y |
125 | CONFIG_PCI_DOMAINS=y | 168 | CONFIG_PCI_DOMAINS=y |
126 | CONFIG_PCI_LEGACY_PROC=y | 169 | CONFIG_PCI_LEGACY_PROC=y |
@@ -135,6 +178,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
135 | # PCI Hotplug Support | 178 | # PCI Hotplug Support |
136 | # | 179 | # |
137 | # CONFIG_HOTPLUG_PCI is not set | 180 | # CONFIG_HOTPLUG_PCI is not set |
181 | CONFIG_KERNEL_START=0xc000000000000000 | ||
138 | 182 | ||
139 | # | 183 | # |
140 | # Networking | 184 | # Networking |
@@ -193,6 +237,10 @@ CONFIG_TCP_CONG_BIC=y | |||
193 | # CONFIG_NET_DIVERT is not set | 237 | # CONFIG_NET_DIVERT is not set |
194 | # CONFIG_ECONET is not set | 238 | # CONFIG_ECONET is not set |
195 | # CONFIG_WAN_ROUTER is not set | 239 | # CONFIG_WAN_ROUTER is not set |
240 | |||
241 | # | ||
242 | # QoS and/or fair queueing | ||
243 | # | ||
196 | # CONFIG_NET_SCHED is not set | 244 | # CONFIG_NET_SCHED is not set |
197 | # CONFIG_NET_CLS_ROUTE is not set | 245 | # CONFIG_NET_CLS_ROUTE is not set |
198 | 246 | ||
@@ -254,14 +302,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
254 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 302 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
255 | # CONFIG_BLK_DEV_INITRD is not set | 303 | # CONFIG_BLK_DEV_INITRD is not set |
256 | # CONFIG_CDROM_PKTCDVD is not set | 304 | # CONFIG_CDROM_PKTCDVD is not set |
257 | |||
258 | # | ||
259 | # IO Schedulers | ||
260 | # | ||
261 | CONFIG_IOSCHED_NOOP=y | ||
262 | CONFIG_IOSCHED_AS=y | ||
263 | CONFIG_IOSCHED_DEADLINE=y | ||
264 | CONFIG_IOSCHED_CFQ=y | ||
265 | # CONFIG_ATA_OVER_ETH is not set | 305 | # CONFIG_ATA_OVER_ETH is not set |
266 | 306 | ||
267 | # | 307 | # |
@@ -351,6 +391,7 @@ CONFIG_IDEDMA_AUTO=y | |||
351 | # | 391 | # |
352 | # Macintosh device drivers | 392 | # Macintosh device drivers |
353 | # | 393 | # |
394 | # CONFIG_WINDFARM is not set | ||
354 | 395 | ||
355 | # | 396 | # |
356 | # Network device support | 397 | # Network device support |
@@ -533,6 +574,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
533 | # | 574 | # |
534 | # CONFIG_WATCHDOG is not set | 575 | # CONFIG_WATCHDOG is not set |
535 | # CONFIG_RTC is not set | 576 | # CONFIG_RTC is not set |
577 | CONFIG_GEN_RTC=y | ||
578 | # CONFIG_GEN_RTC_X is not set | ||
536 | # CONFIG_DTLK is not set | 579 | # CONFIG_DTLK is not set |
537 | # CONFIG_R3964 is not set | 580 | # CONFIG_R3964 is not set |
538 | # CONFIG_APPLICOM is not set | 581 | # CONFIG_APPLICOM is not set |
@@ -549,6 +592,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
549 | # TPM devices | 592 | # TPM devices |
550 | # | 593 | # |
551 | # CONFIG_TCG_TPM is not set | 594 | # CONFIG_TCG_TPM is not set |
595 | # CONFIG_TELCLOCK is not set | ||
552 | 596 | ||
553 | # | 597 | # |
554 | # I2C support | 598 | # I2C support |
@@ -599,6 +643,7 @@ CONFIG_I2C_AMD8111=y | |||
599 | # CONFIG_SENSORS_PCF8591 is not set | 643 | # CONFIG_SENSORS_PCF8591 is not set |
600 | # CONFIG_SENSORS_RTC8564 is not set | 644 | # CONFIG_SENSORS_RTC8564 is not set |
601 | # CONFIG_SENSORS_MAX6875 is not set | 645 | # CONFIG_SENSORS_MAX6875 is not set |
646 | # CONFIG_RTC_X1205_I2C is not set | ||
602 | # CONFIG_I2C_DEBUG_CORE is not set | 647 | # CONFIG_I2C_DEBUG_CORE is not set |
603 | # CONFIG_I2C_DEBUG_ALGO is not set | 648 | # CONFIG_I2C_DEBUG_ALGO is not set |
604 | # CONFIG_I2C_DEBUG_BUS is not set | 649 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -681,12 +726,15 @@ CONFIG_USB_UHCI_HCD=y | |||
681 | # | 726 | # |
682 | # USB Device Class drivers | 727 | # USB Device Class drivers |
683 | # | 728 | # |
684 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
685 | # CONFIG_USB_ACM is not set | 729 | # CONFIG_USB_ACM is not set |
686 | # CONFIG_USB_PRINTER is not set | 730 | # CONFIG_USB_PRINTER is not set |
687 | 731 | ||
688 | # | 732 | # |
689 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 733 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
734 | # | ||
735 | |||
736 | # | ||
737 | # may also be needed; see USB_STORAGE Help for more information | ||
690 | # | 738 | # |
691 | # CONFIG_USB_STORAGE is not set | 739 | # CONFIG_USB_STORAGE is not set |
692 | 740 | ||
@@ -776,6 +824,7 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | |||
776 | # CONFIG_USB_SERIAL_KLSI is not set | 824 | # CONFIG_USB_SERIAL_KLSI is not set |
777 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | 825 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set |
778 | # CONFIG_USB_SERIAL_MCT_U232 is not set | 826 | # CONFIG_USB_SERIAL_MCT_U232 is not set |
827 | # CONFIG_USB_SERIAL_NOKIA_DKU2 is not set | ||
779 | # CONFIG_USB_SERIAL_PL2303 is not set | 828 | # CONFIG_USB_SERIAL_PL2303 is not set |
780 | # CONFIG_USB_SERIAL_HP4X is not set | 829 | # CONFIG_USB_SERIAL_HP4X is not set |
781 | # CONFIG_USB_SERIAL_SAFE is not set | 830 | # CONFIG_USB_SERIAL_SAFE is not set |
@@ -985,9 +1034,19 @@ CONFIG_NLS_DEFAULT="utf-8" | |||
985 | CONFIG_NLS_UTF8=y | 1034 | CONFIG_NLS_UTF8=y |
986 | 1035 | ||
987 | # | 1036 | # |
988 | # Profiling support | 1037 | # Library routines |
1038 | # | ||
1039 | CONFIG_CRC_CCITT=y | ||
1040 | # CONFIG_CRC16 is not set | ||
1041 | CONFIG_CRC32=y | ||
1042 | # CONFIG_LIBCRC32C is not set | ||
1043 | CONFIG_ZLIB_INFLATE=y | ||
1044 | |||
1045 | # | ||
1046 | # Instrumentation Support | ||
989 | # | 1047 | # |
990 | # CONFIG_PROFILING is not set | 1048 | # CONFIG_PROFILING is not set |
1049 | # CONFIG_KPROBES is not set | ||
991 | 1050 | ||
992 | # | 1051 | # |
993 | # Kernel hacking | 1052 | # Kernel hacking |
@@ -1004,14 +1063,15 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
1004 | # CONFIG_DEBUG_KOBJECT is not set | 1063 | # CONFIG_DEBUG_KOBJECT is not set |
1005 | # CONFIG_DEBUG_INFO is not set | 1064 | # CONFIG_DEBUG_INFO is not set |
1006 | CONFIG_DEBUG_FS=y | 1065 | CONFIG_DEBUG_FS=y |
1066 | # CONFIG_DEBUG_VM is not set | ||
1067 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1007 | CONFIG_DEBUG_STACKOVERFLOW=y | 1068 | CONFIG_DEBUG_STACKOVERFLOW=y |
1008 | # CONFIG_KPROBES is not set | ||
1009 | CONFIG_DEBUG_STACK_USAGE=y | 1069 | CONFIG_DEBUG_STACK_USAGE=y |
1010 | CONFIG_DEBUGGER=y | 1070 | CONFIG_DEBUGGER=y |
1011 | CONFIG_XMON=y | 1071 | CONFIG_XMON=y |
1012 | CONFIG_XMON_DEFAULT=y | 1072 | CONFIG_XMON_DEFAULT=y |
1013 | # CONFIG_PPCDBG is not set | ||
1014 | # CONFIG_IRQSTACKS is not set | 1073 | # CONFIG_IRQSTACKS is not set |
1074 | CONFIG_BOOTX_TEXT=y | ||
1015 | 1075 | ||
1016 | # | 1076 | # |
1017 | # Security options | 1077 | # Security options |
@@ -1051,12 +1111,3 @@ CONFIG_CRYPTO_DES=y | |||
1051 | # | 1111 | # |
1052 | # Hardware crypto devices | 1112 | # Hardware crypto devices |
1053 | # | 1113 | # |
1054 | |||
1055 | # | ||
1056 | # Library routines | ||
1057 | # | ||
1058 | CONFIG_CRC_CCITT=y | ||
1059 | # CONFIG_CRC16 is not set | ||
1060 | CONFIG_CRC32=y | ||
1061 | # CONFIG_LIBCRC32C is not set | ||
1062 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/ppc64/defconfig b/arch/powerpc/configs/ppc64_defconfig index e79fd60bc122..b5ba3bbd96fb 100644 --- a/arch/ppc64/defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -1,18 +1,33 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Thu Oct 20 08:28:33 2005 | 4 | # Fri Nov 18 16:23:24 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | ||
6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
8 | CONFIG_PPC_MERGE=y | ||
7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
10 | CONFIG_GENERIC_HARDIRQS=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
16 | CONFIG_SYSVIPC_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
20 | # | ||
21 | # Processor support | ||
22 | # | ||
23 | # CONFIG_POWER4_ONLY is not set | ||
24 | CONFIG_POWER3=y | ||
25 | CONFIG_POWER4=y | ||
26 | CONFIG_PPC_FPU=y | ||
27 | CONFIG_ALTIVEC=y | ||
28 | CONFIG_PPC_STD_MMU=y | ||
29 | CONFIG_SMP=y | ||
30 | CONFIG_NR_CPUS=32 | ||
16 | 31 | ||
17 | # | 32 | # |
18 | # Code maturity level options | 33 | # Code maturity level options |
@@ -41,7 +56,7 @@ CONFIG_CPUSETS=y | |||
41 | CONFIG_INITRAMFS_SOURCE="" | 56 | CONFIG_INITRAMFS_SOURCE="" |
42 | # CONFIG_EMBEDDED is not set | 57 | # CONFIG_EMBEDDED is not set |
43 | CONFIG_KALLSYMS=y | 58 | CONFIG_KALLSYMS=y |
44 | # CONFIG_KALLSYMS_ALL is not set | 59 | CONFIG_KALLSYMS_ALL=y |
45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 60 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
46 | CONFIG_PRINTK=y | 61 | CONFIG_PRINTK=y |
47 | CONFIG_BUG=y | 62 | CONFIG_BUG=y |
@@ -67,78 +82,115 @@ CONFIG_MODVERSIONS=y | |||
67 | CONFIG_MODULE_SRCVERSION_ALL=y | 82 | CONFIG_MODULE_SRCVERSION_ALL=y |
68 | CONFIG_KMOD=y | 83 | CONFIG_KMOD=y |
69 | CONFIG_STOP_MACHINE=y | 84 | CONFIG_STOP_MACHINE=y |
70 | CONFIG_SYSVIPC_COMPAT=y | 85 | |
86 | # | ||
87 | # Block layer | ||
88 | # | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | CONFIG_DEFAULT_AS=y | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | # CONFIG_DEFAULT_CFQ is not set | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
71 | 102 | ||
72 | # | 103 | # |
73 | # Platform support | 104 | # Platform support |
74 | # | 105 | # |
75 | # CONFIG_PPC_ISERIES is not set | ||
76 | CONFIG_PPC_MULTIPLATFORM=y | 106 | CONFIG_PPC_MULTIPLATFORM=y |
107 | # CONFIG_PPC_ISERIES is not set | ||
108 | # CONFIG_EMBEDDED6xx is not set | ||
109 | # CONFIG_APUS is not set | ||
77 | CONFIG_PPC_PSERIES=y | 110 | CONFIG_PPC_PSERIES=y |
78 | CONFIG_PPC_BPA=y | ||
79 | CONFIG_PPC_PMAC=y | 111 | CONFIG_PPC_PMAC=y |
112 | CONFIG_PPC_PMAC64=y | ||
80 | CONFIG_PPC_MAPLE=y | 113 | CONFIG_PPC_MAPLE=y |
81 | CONFIG_PPC=y | 114 | # CONFIG_PPC_CELL is not set |
82 | CONFIG_PPC64=y | ||
83 | CONFIG_PPC_OF=y | 115 | CONFIG_PPC_OF=y |
84 | CONFIG_XICS=y | 116 | CONFIG_XICS=y |
85 | CONFIG_MPIC=y | ||
86 | CONFIG_BPA_IIC=y | ||
87 | CONFIG_ALTIVEC=y | ||
88 | CONFIG_PPC_SPLPAR=y | ||
89 | CONFIG_KEXEC=y | ||
90 | CONFIG_IBMVIO=y | ||
91 | CONFIG_U3_DART=y | 117 | CONFIG_U3_DART=y |
118 | CONFIG_MPIC=y | ||
119 | CONFIG_PPC_RTAS=y | ||
120 | CONFIG_RTAS_ERROR_LOGGING=y | ||
121 | CONFIG_RTAS_PROC=y | ||
122 | CONFIG_RTAS_FLASH=m | ||
123 | # CONFIG_MMIO_NVRAM is not set | ||
92 | CONFIG_MPIC_BROKEN_U3=y | 124 | CONFIG_MPIC_BROKEN_U3=y |
93 | CONFIG_PPC_PMAC64=y | 125 | CONFIG_IBMVIO=y |
94 | CONFIG_BOOTX_TEXT=y | 126 | # CONFIG_PPC_MPC106 is not set |
95 | # CONFIG_POWER4_ONLY is not set | 127 | CONFIG_GENERIC_TBSYNC=y |
128 | CONFIG_CPU_FREQ=y | ||
129 | CONFIG_CPU_FREQ_TABLE=y | ||
130 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
131 | CONFIG_CPU_FREQ_STAT=y | ||
132 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
133 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
134 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
135 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
136 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
137 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
138 | # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set | ||
139 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
140 | CONFIG_CPU_FREQ_PMAC64=y | ||
141 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
142 | |||
143 | # | ||
144 | # Kernel options | ||
145 | # | ||
146 | # CONFIG_HZ_100 is not set | ||
147 | CONFIG_HZ_250=y | ||
148 | # CONFIG_HZ_1000 is not set | ||
149 | CONFIG_HZ=250 | ||
150 | CONFIG_PREEMPT_NONE=y | ||
151 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
152 | # CONFIG_PREEMPT is not set | ||
153 | # CONFIG_PREEMPT_BKL is not set | ||
154 | CONFIG_BINFMT_ELF=y | ||
155 | CONFIG_BINFMT_MISC=m | ||
156 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
96 | CONFIG_IOMMU_VMERGE=y | 157 | CONFIG_IOMMU_VMERGE=y |
97 | CONFIG_SMP=y | 158 | CONFIG_HOTPLUG_CPU=y |
98 | CONFIG_NR_CPUS=32 | 159 | CONFIG_KEXEC=y |
160 | CONFIG_IRQ_ALL_CPUS=y | ||
161 | CONFIG_PPC_SPLPAR=y | ||
162 | CONFIG_EEH=y | ||
163 | CONFIG_SCANLOG=m | ||
164 | CONFIG_LPARCFG=y | ||
165 | # CONFIG_NUMA is not set | ||
99 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 166 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
100 | CONFIG_ARCH_FLATMEM_ENABLE=y | 167 | CONFIG_ARCH_FLATMEM_ENABLE=y |
101 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
102 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
103 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 168 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
169 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
104 | CONFIG_SELECT_MEMORY_MODEL=y | 170 | CONFIG_SELECT_MEMORY_MODEL=y |
105 | # CONFIG_FLATMEM_MANUAL is not set | 171 | # CONFIG_FLATMEM_MANUAL is not set |
106 | CONFIG_DISCONTIGMEM_MANUAL=y | 172 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
107 | # CONFIG_SPARSEMEM_MANUAL is not set | 173 | CONFIG_SPARSEMEM_MANUAL=y |
108 | CONFIG_DISCONTIGMEM=y | 174 | CONFIG_SPARSEMEM=y |
109 | CONFIG_FLAT_NODE_MEM_MAP=y | 175 | CONFIG_HAVE_MEMORY_PRESENT=y |
110 | CONFIG_NEED_MULTIPLE_NODES=y | ||
111 | # CONFIG_SPARSEMEM_STATIC is not set | 176 | # CONFIG_SPARSEMEM_STATIC is not set |
112 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | 177 | CONFIG_SPARSEMEM_EXTREME=y |
113 | CONFIG_NODES_SPAN_OTHER_NODES=y | 178 | # CONFIG_MEMORY_HOTPLUG is not set |
114 | # CONFIG_NUMA is not set | 179 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
180 | # CONFIG_PPC_64K_PAGES is not set | ||
115 | # CONFIG_SCHED_SMT is not set | 181 | # CONFIG_SCHED_SMT is not set |
116 | CONFIG_PREEMPT_NONE=y | ||
117 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
118 | # CONFIG_PREEMPT is not set | ||
119 | # CONFIG_PREEMPT_BKL is not set | ||
120 | # CONFIG_HZ_100 is not set | ||
121 | CONFIG_HZ_250=y | ||
122 | # CONFIG_HZ_1000 is not set | ||
123 | CONFIG_HZ=250 | ||
124 | CONFIG_EEH=y | ||
125 | CONFIG_GENERIC_HARDIRQS=y | ||
126 | CONFIG_PPC_RTAS=y | ||
127 | CONFIG_RTAS_PROC=y | ||
128 | CONFIG_RTAS_FLASH=m | ||
129 | CONFIG_SCANLOG=m | ||
130 | CONFIG_LPARCFG=y | ||
131 | CONFIG_SECCOMP=y | ||
132 | CONFIG_BINFMT_ELF=y | ||
133 | CONFIG_BINFMT_MISC=m | ||
134 | CONFIG_HOTPLUG_CPU=y | ||
135 | CONFIG_PROC_DEVICETREE=y | 182 | CONFIG_PROC_DEVICETREE=y |
136 | # CONFIG_CMDLINE_BOOL is not set | 183 | # CONFIG_CMDLINE_BOOL is not set |
184 | # CONFIG_PM is not set | ||
185 | CONFIG_SECCOMP=y | ||
137 | CONFIG_ISA_DMA_API=y | 186 | CONFIG_ISA_DMA_API=y |
138 | 187 | ||
139 | # | 188 | # |
140 | # Bus Options | 189 | # Bus options |
141 | # | 190 | # |
191 | CONFIG_GENERIC_ISA_DMA=y | ||
192 | CONFIG_PPC_I8259=y | ||
193 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
142 | CONFIG_PCI=y | 194 | CONFIG_PCI=y |
143 | CONFIG_PCI_DOMAINS=y | 195 | CONFIG_PCI_DOMAINS=y |
144 | # CONFIG_PCI_LEGACY_PROC is not set | 196 | # CONFIG_PCI_LEGACY_PROC is not set |
@@ -158,6 +210,7 @@ CONFIG_HOTPLUG_PCI=m | |||
158 | # CONFIG_HOTPLUG_PCI_SHPC is not set | 210 | # CONFIG_HOTPLUG_PCI_SHPC is not set |
159 | CONFIG_HOTPLUG_PCI_RPA=m | 211 | CONFIG_HOTPLUG_PCI_RPA=m |
160 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m | 212 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m |
213 | CONFIG_KERNEL_START=0xc000000000000000 | ||
161 | 214 | ||
162 | # | 215 | # |
163 | # Networking | 216 | # Networking |
@@ -199,6 +252,10 @@ CONFIG_TCP_CONG_BIC=y | |||
199 | # CONFIG_IPV6 is not set | 252 | # CONFIG_IPV6 is not set |
200 | CONFIG_NETFILTER=y | 253 | CONFIG_NETFILTER=y |
201 | # CONFIG_NETFILTER_DEBUG is not set | 254 | # CONFIG_NETFILTER_DEBUG is not set |
255 | |||
256 | # | ||
257 | # Core Netfilter Configuration | ||
258 | # | ||
202 | CONFIG_NETFILTER_NETLINK=y | 259 | CONFIG_NETFILTER_NETLINK=y |
203 | CONFIG_NETFILTER_NETLINK_QUEUE=m | 260 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
204 | CONFIG_NETFILTER_NETLINK_LOG=m | 261 | CONFIG_NETFILTER_NETLINK_LOG=m |
@@ -301,6 +358,10 @@ CONFIG_LLC=y | |||
301 | # CONFIG_NET_DIVERT is not set | 358 | # CONFIG_NET_DIVERT is not set |
302 | # CONFIG_ECONET is not set | 359 | # CONFIG_ECONET is not set |
303 | # CONFIG_WAN_ROUTER is not set | 360 | # CONFIG_WAN_ROUTER is not set |
361 | |||
362 | # | ||
363 | # QoS and/or fair queueing | ||
364 | # | ||
304 | # CONFIG_NET_SCHED is not set | 365 | # CONFIG_NET_SCHED is not set |
305 | CONFIG_NET_CLS_ROUTE=y | 366 | CONFIG_NET_CLS_ROUTE=y |
306 | 367 | ||
@@ -338,13 +399,7 @@ CONFIG_FW_LOADER=y | |||
338 | # | 399 | # |
339 | # Parallel port support | 400 | # Parallel port support |
340 | # | 401 | # |
341 | CONFIG_PARPORT=m | 402 | # CONFIG_PARPORT is not set |
342 | CONFIG_PARPORT_PC=m | ||
343 | # CONFIG_PARPORT_SERIAL is not set | ||
344 | # CONFIG_PARPORT_PC_FIFO is not set | ||
345 | # CONFIG_PARPORT_PC_SUPERIO is not set | ||
346 | # CONFIG_PARPORT_GSC is not set | ||
347 | # CONFIG_PARPORT_1284 is not set | ||
348 | 403 | ||
349 | # | 404 | # |
350 | # Plug and Play support | 405 | # Plug and Play support |
@@ -354,7 +409,6 @@ CONFIG_PARPORT_PC=m | |||
354 | # Block devices | 409 | # Block devices |
355 | # | 410 | # |
356 | CONFIG_BLK_DEV_FD=y | 411 | CONFIG_BLK_DEV_FD=y |
357 | # CONFIG_PARIDE is not set | ||
358 | # CONFIG_BLK_CPQ_DA is not set | 412 | # CONFIG_BLK_CPQ_DA is not set |
359 | # CONFIG_BLK_CPQ_CISS_DA is not set | 413 | # CONFIG_BLK_CPQ_CISS_DA is not set |
360 | # CONFIG_BLK_DEV_DAC960 is not set | 414 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -370,14 +424,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
370 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 424 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
371 | CONFIG_BLK_DEV_INITRD=y | 425 | CONFIG_BLK_DEV_INITRD=y |
372 | # CONFIG_CDROM_PKTCDVD is not set | 426 | # CONFIG_CDROM_PKTCDVD is not set |
373 | |||
374 | # | ||
375 | # IO Schedulers | ||
376 | # | ||
377 | CONFIG_IOSCHED_NOOP=y | ||
378 | CONFIG_IOSCHED_AS=y | ||
379 | CONFIG_IOSCHED_DEADLINE=y | ||
380 | CONFIG_IOSCHED_CFQ=y | ||
381 | # CONFIG_ATA_OVER_ETH is not set | 427 | # CONFIG_ATA_OVER_ETH is not set |
382 | 428 | ||
383 | # | 429 | # |
@@ -407,7 +453,7 @@ CONFIG_IDEPCI_SHARE_IRQ=y | |||
407 | # CONFIG_BLK_DEV_OFFBOARD is not set | 453 | # CONFIG_BLK_DEV_OFFBOARD is not set |
408 | CONFIG_BLK_DEV_GENERIC=y | 454 | CONFIG_BLK_DEV_GENERIC=y |
409 | # CONFIG_BLK_DEV_OPTI621 is not set | 455 | # CONFIG_BLK_DEV_OPTI621 is not set |
410 | CONFIG_BLK_DEV_SL82C105=y | 456 | # CONFIG_BLK_DEV_SL82C105 is not set |
411 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 457 | CONFIG_BLK_DEV_IDEDMA_PCI=y |
412 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 458 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set |
413 | CONFIG_IDEDMA_PCI_AUTO=y | 459 | CONFIG_IDEDMA_PCI_AUTO=y |
@@ -479,6 +525,7 @@ CONFIG_SCSI_ISCSI_ATTRS=m | |||
479 | # | 525 | # |
480 | # SCSI low-level drivers | 526 | # SCSI low-level drivers |
481 | # | 527 | # |
528 | # CONFIG_ISCSI_TCP is not set | ||
482 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 529 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
483 | # CONFIG_SCSI_3W_9XXX is not set | 530 | # CONFIG_SCSI_3W_9XXX is not set |
484 | # CONFIG_SCSI_ACARD is not set | 531 | # CONFIG_SCSI_ACARD is not set |
@@ -495,10 +542,12 @@ CONFIG_SCSI_SATA_SVW=y | |||
495 | # CONFIG_SCSI_ATA_PIIX is not set | 542 | # CONFIG_SCSI_ATA_PIIX is not set |
496 | # CONFIG_SCSI_SATA_MV is not set | 543 | # CONFIG_SCSI_SATA_MV is not set |
497 | # CONFIG_SCSI_SATA_NV is not set | 544 | # CONFIG_SCSI_SATA_NV is not set |
498 | # CONFIG_SCSI_SATA_PROMISE is not set | 545 | # CONFIG_SCSI_PDC_ADMA is not set |
499 | # CONFIG_SCSI_SATA_QSTOR is not set | 546 | # CONFIG_SCSI_SATA_QSTOR is not set |
547 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
500 | # CONFIG_SCSI_SATA_SX4 is not set | 548 | # CONFIG_SCSI_SATA_SX4 is not set |
501 | # CONFIG_SCSI_SATA_SIL is not set | 549 | # CONFIG_SCSI_SATA_SIL is not set |
550 | # CONFIG_SCSI_SATA_SIL24 is not set | ||
502 | # CONFIG_SCSI_SATA_SIS is not set | 551 | # CONFIG_SCSI_SATA_SIS is not set |
503 | # CONFIG_SCSI_SATA_ULI is not set | 552 | # CONFIG_SCSI_SATA_ULI is not set |
504 | # CONFIG_SCSI_SATA_VIA is not set | 553 | # CONFIG_SCSI_SATA_VIA is not set |
@@ -512,8 +561,6 @@ CONFIG_SCSI_SATA_SVW=y | |||
512 | CONFIG_SCSI_IBMVSCSI=y | 561 | CONFIG_SCSI_IBMVSCSI=y |
513 | # CONFIG_SCSI_INITIO is not set | 562 | # CONFIG_SCSI_INITIO is not set |
514 | # CONFIG_SCSI_INIA100 is not set | 563 | # CONFIG_SCSI_INIA100 is not set |
515 | # CONFIG_SCSI_PPA is not set | ||
516 | # CONFIG_SCSI_IMM is not set | ||
517 | CONFIG_SCSI_SYM53C8XX_2=y | 564 | CONFIG_SCSI_SYM53C8XX_2=y |
518 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 | 565 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 |
519 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | 566 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 |
@@ -608,6 +655,9 @@ CONFIG_IEEE1394_AMDTP=m | |||
608 | CONFIG_ADB_PMU=y | 655 | CONFIG_ADB_PMU=y |
609 | CONFIG_PMAC_SMU=y | 656 | CONFIG_PMAC_SMU=y |
610 | CONFIG_THERM_PM72=y | 657 | CONFIG_THERM_PM72=y |
658 | CONFIG_WINDFARM=y | ||
659 | CONFIG_WINDFARM_PM81=y | ||
660 | CONFIG_WINDFARM_PM91=y | ||
611 | 661 | ||
612 | # | 662 | # |
613 | # Network device support | 663 | # Network device support |
@@ -664,7 +714,6 @@ CONFIG_E100=y | |||
664 | # CONFIG_EPIC100 is not set | 714 | # CONFIG_EPIC100 is not set |
665 | # CONFIG_SUNDANCE is not set | 715 | # CONFIG_SUNDANCE is not set |
666 | # CONFIG_VIA_RHINE is not set | 716 | # CONFIG_VIA_RHINE is not set |
667 | # CONFIG_NET_POCKET is not set | ||
668 | 717 | ||
669 | # | 718 | # |
670 | # Ethernet (1000 Mbit) | 719 | # Ethernet (1000 Mbit) |
@@ -684,7 +733,6 @@ CONFIG_E1000=y | |||
684 | # CONFIG_VIA_VELOCITY is not set | 733 | # CONFIG_VIA_VELOCITY is not set |
685 | CONFIG_TIGON3=y | 734 | CONFIG_TIGON3=y |
686 | # CONFIG_BNX2 is not set | 735 | # CONFIG_BNX2 is not set |
687 | # CONFIG_SPIDER_NET is not set | ||
688 | # CONFIG_MV643XX_ETH is not set | 736 | # CONFIG_MV643XX_ETH is not set |
689 | 737 | ||
690 | # | 738 | # |
@@ -714,7 +762,6 @@ CONFIG_IBMOL=y | |||
714 | # CONFIG_WAN is not set | 762 | # CONFIG_WAN is not set |
715 | # CONFIG_FDDI is not set | 763 | # CONFIG_FDDI is not set |
716 | # CONFIG_HIPPI is not set | 764 | # CONFIG_HIPPI is not set |
717 | # CONFIG_PLIP is not set | ||
718 | CONFIG_PPP=m | 765 | CONFIG_PPP=m |
719 | # CONFIG_PPP_MULTILINK is not set | 766 | # CONFIG_PPP_MULTILINK is not set |
720 | # CONFIG_PPP_FILTER is not set | 767 | # CONFIG_PPP_FILTER is not set |
@@ -722,6 +769,7 @@ CONFIG_PPP_ASYNC=m | |||
722 | CONFIG_PPP_SYNC_TTY=m | 769 | CONFIG_PPP_SYNC_TTY=m |
723 | CONFIG_PPP_DEFLATE=m | 770 | CONFIG_PPP_DEFLATE=m |
724 | CONFIG_PPP_BSDCOMP=m | 771 | CONFIG_PPP_BSDCOMP=m |
772 | # CONFIG_PPP_MPPE is not set | ||
725 | CONFIG_PPPOE=m | 773 | CONFIG_PPPOE=m |
726 | # CONFIG_SLIP is not set | 774 | # CONFIG_SLIP is not set |
727 | # CONFIG_NET_FC is not set | 775 | # CONFIG_NET_FC is not set |
@@ -784,7 +832,6 @@ CONFIG_INPUT_PCSPKR=m | |||
784 | CONFIG_SERIO=y | 832 | CONFIG_SERIO=y |
785 | CONFIG_SERIO_I8042=y | 833 | CONFIG_SERIO_I8042=y |
786 | # CONFIG_SERIO_SERPORT is not set | 834 | # CONFIG_SERIO_SERPORT is not set |
787 | # CONFIG_SERIO_PARKBD is not set | ||
788 | # CONFIG_SERIO_PCIPS2 is not set | 835 | # CONFIG_SERIO_PCIPS2 is not set |
789 | CONFIG_SERIO_LIBPS2=y | 836 | CONFIG_SERIO_LIBPS2=y |
790 | # CONFIG_SERIO_RAW is not set | 837 | # CONFIG_SERIO_RAW is not set |
@@ -817,10 +864,6 @@ CONFIG_SERIAL_JSM=m | |||
817 | CONFIG_UNIX98_PTYS=y | 864 | CONFIG_UNIX98_PTYS=y |
818 | CONFIG_LEGACY_PTYS=y | 865 | CONFIG_LEGACY_PTYS=y |
819 | CONFIG_LEGACY_PTY_COUNT=256 | 866 | CONFIG_LEGACY_PTY_COUNT=256 |
820 | CONFIG_PRINTER=m | ||
821 | # CONFIG_LP_CONSOLE is not set | ||
822 | # CONFIG_PPDEV is not set | ||
823 | # CONFIG_TIPAR is not set | ||
824 | CONFIG_HVC_CONSOLE=y | 867 | CONFIG_HVC_CONSOLE=y |
825 | CONFIG_HVCS=m | 868 | CONFIG_HVCS=m |
826 | 869 | ||
@@ -834,6 +877,7 @@ CONFIG_HVCS=m | |||
834 | # | 877 | # |
835 | # CONFIG_WATCHDOG is not set | 878 | # CONFIG_WATCHDOG is not set |
836 | # CONFIG_RTC is not set | 879 | # CONFIG_RTC is not set |
880 | # CONFIG_GEN_RTC is not set | ||
837 | # CONFIG_DTLK is not set | 881 | # CONFIG_DTLK is not set |
838 | # CONFIG_R3964 is not set | 882 | # CONFIG_R3964 is not set |
839 | # CONFIG_APPLICOM is not set | 883 | # CONFIG_APPLICOM is not set |
@@ -851,6 +895,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
851 | # TPM devices | 895 | # TPM devices |
852 | # | 896 | # |
853 | # CONFIG_TCG_TPM is not set | 897 | # CONFIG_TCG_TPM is not set |
898 | # CONFIG_TELCLOCK is not set | ||
854 | 899 | ||
855 | # | 900 | # |
856 | # I2C support | 901 | # I2C support |
@@ -879,7 +924,6 @@ CONFIG_I2C_AMD8111=y | |||
879 | CONFIG_I2C_KEYWEST=y | 924 | CONFIG_I2C_KEYWEST=y |
880 | CONFIG_I2C_PMAC_SMU=y | 925 | CONFIG_I2C_PMAC_SMU=y |
881 | # CONFIG_I2C_NFORCE2 is not set | 926 | # CONFIG_I2C_NFORCE2 is not set |
882 | # CONFIG_I2C_PARPORT is not set | ||
883 | # CONFIG_I2C_PARPORT_LIGHT is not set | 927 | # CONFIG_I2C_PARPORT_LIGHT is not set |
884 | # CONFIG_I2C_PROSAVAGE is not set | 928 | # CONFIG_I2C_PROSAVAGE is not set |
885 | # CONFIG_I2C_SAVAGE4 is not set | 929 | # CONFIG_I2C_SAVAGE4 is not set |
@@ -904,6 +948,7 @@ CONFIG_I2C_PMAC_SMU=y | |||
904 | # CONFIG_SENSORS_PCF8591 is not set | 948 | # CONFIG_SENSORS_PCF8591 is not set |
905 | # CONFIG_SENSORS_RTC8564 is not set | 949 | # CONFIG_SENSORS_RTC8564 is not set |
906 | # CONFIG_SENSORS_MAX6875 is not set | 950 | # CONFIG_SENSORS_MAX6875 is not set |
951 | # CONFIG_RTC_X1205_I2C is not set | ||
907 | # CONFIG_I2C_DEBUG_CORE is not set | 952 | # CONFIG_I2C_DEBUG_CORE is not set |
908 | # CONFIG_I2C_DEBUG_ALGO is not set | 953 | # CONFIG_I2C_DEBUG_ALGO is not set |
909 | # CONFIG_I2C_DEBUG_BUS is not set | 954 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -945,7 +990,6 @@ CONFIG_FB=y | |||
945 | CONFIG_FB_CFB_FILLRECT=y | 990 | CONFIG_FB_CFB_FILLRECT=y |
946 | CONFIG_FB_CFB_COPYAREA=y | 991 | CONFIG_FB_CFB_COPYAREA=y |
947 | CONFIG_FB_CFB_IMAGEBLIT=y | 992 | CONFIG_FB_CFB_IMAGEBLIT=y |
948 | CONFIG_FB_SOFT_CURSOR=y | ||
949 | CONFIG_FB_MACMODES=y | 993 | CONFIG_FB_MACMODES=y |
950 | CONFIG_FB_MODE_HELPERS=y | 994 | CONFIG_FB_MODE_HELPERS=y |
951 | CONFIG_FB_TILEBLITTING=y | 995 | CONFIG_FB_TILEBLITTING=y |
@@ -960,6 +1004,7 @@ CONFIG_FB_OF=y | |||
960 | # CONFIG_FB_ASILIANT is not set | 1004 | # CONFIG_FB_ASILIANT is not set |
961 | # CONFIG_FB_IMSTT is not set | 1005 | # CONFIG_FB_IMSTT is not set |
962 | # CONFIG_FB_VGA16 is not set | 1006 | # CONFIG_FB_VGA16 is not set |
1007 | # CONFIG_FB_S1D13XXX is not set | ||
963 | # CONFIG_FB_NVIDIA is not set | 1008 | # CONFIG_FB_NVIDIA is not set |
964 | # CONFIG_FB_RIVA is not set | 1009 | # CONFIG_FB_RIVA is not set |
965 | CONFIG_FB_MATROX=y | 1010 | CONFIG_FB_MATROX=y |
@@ -983,7 +1028,6 @@ CONFIG_FB_RADEON_I2C=y | |||
983 | # CONFIG_FB_VOODOO1 is not set | 1028 | # CONFIG_FB_VOODOO1 is not set |
984 | # CONFIG_FB_CYBLA is not set | 1029 | # CONFIG_FB_CYBLA is not set |
985 | # CONFIG_FB_TRIDENT is not set | 1030 | # CONFIG_FB_TRIDENT is not set |
986 | # CONFIG_FB_S1D13XXX is not set | ||
987 | # CONFIG_FB_VIRTUAL is not set | 1031 | # CONFIG_FB_VIRTUAL is not set |
988 | 1032 | ||
989 | # | 1033 | # |
@@ -992,6 +1036,7 @@ CONFIG_FB_RADEON_I2C=y | |||
992 | # CONFIG_VGA_CONSOLE is not set | 1036 | # CONFIG_VGA_CONSOLE is not set |
993 | CONFIG_DUMMY_CONSOLE=y | 1037 | CONFIG_DUMMY_CONSOLE=y |
994 | CONFIG_FRAMEBUFFER_CONSOLE=y | 1038 | CONFIG_FRAMEBUFFER_CONSOLE=y |
1039 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
995 | # CONFIG_FONTS is not set | 1040 | # CONFIG_FONTS is not set |
996 | CONFIG_FONT_8x8=y | 1041 | CONFIG_FONT_8x8=y |
997 | CONFIG_FONT_8x16=y | 1042 | CONFIG_FONT_8x16=y |
@@ -1012,7 +1057,94 @@ CONFIG_LCD_DEVICE=y | |||
1012 | # | 1057 | # |
1013 | # Sound | 1058 | # Sound |
1014 | # | 1059 | # |
1015 | # CONFIG_SOUND is not set | 1060 | CONFIG_SOUND=m |
1061 | |||
1062 | # | ||
1063 | # Advanced Linux Sound Architecture | ||
1064 | # | ||
1065 | CONFIG_SND=m | ||
1066 | CONFIG_SND_TIMER=m | ||
1067 | CONFIG_SND_PCM=m | ||
1068 | CONFIG_SND_SEQUENCER=m | ||
1069 | CONFIG_SND_SEQ_DUMMY=m | ||
1070 | CONFIG_SND_OSSEMUL=y | ||
1071 | CONFIG_SND_MIXER_OSS=m | ||
1072 | CONFIG_SND_PCM_OSS=m | ||
1073 | CONFIG_SND_SEQUENCER_OSS=y | ||
1074 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1075 | # CONFIG_SND_DEBUG is not set | ||
1076 | CONFIG_SND_GENERIC_DRIVER=y | ||
1077 | |||
1078 | # | ||
1079 | # Generic devices | ||
1080 | # | ||
1081 | # CONFIG_SND_DUMMY is not set | ||
1082 | # CONFIG_SND_VIRMIDI is not set | ||
1083 | # CONFIG_SND_MTPAV is not set | ||
1084 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1085 | # CONFIG_SND_MPU401 is not set | ||
1086 | |||
1087 | # | ||
1088 | # PCI devices | ||
1089 | # | ||
1090 | # CONFIG_SND_ALI5451 is not set | ||
1091 | # CONFIG_SND_ATIIXP is not set | ||
1092 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1093 | # CONFIG_SND_AU8810 is not set | ||
1094 | # CONFIG_SND_AU8820 is not set | ||
1095 | # CONFIG_SND_AU8830 is not set | ||
1096 | # CONFIG_SND_AZT3328 is not set | ||
1097 | # CONFIG_SND_BT87X is not set | ||
1098 | # CONFIG_SND_CS46XX is not set | ||
1099 | # CONFIG_SND_CS4281 is not set | ||
1100 | # CONFIG_SND_EMU10K1 is not set | ||
1101 | # CONFIG_SND_EMU10K1X is not set | ||
1102 | # CONFIG_SND_CA0106 is not set | ||
1103 | # CONFIG_SND_KORG1212 is not set | ||
1104 | # CONFIG_SND_MIXART is not set | ||
1105 | # CONFIG_SND_NM256 is not set | ||
1106 | # CONFIG_SND_RME32 is not set | ||
1107 | # CONFIG_SND_RME96 is not set | ||
1108 | # CONFIG_SND_RME9652 is not set | ||
1109 | # CONFIG_SND_HDSP is not set | ||
1110 | # CONFIG_SND_HDSPM is not set | ||
1111 | # CONFIG_SND_TRIDENT is not set | ||
1112 | # CONFIG_SND_YMFPCI is not set | ||
1113 | # CONFIG_SND_AD1889 is not set | ||
1114 | # CONFIG_SND_ALS4000 is not set | ||
1115 | # CONFIG_SND_CMIPCI is not set | ||
1116 | # CONFIG_SND_ENS1370 is not set | ||
1117 | # CONFIG_SND_ENS1371 is not set | ||
1118 | # CONFIG_SND_ES1938 is not set | ||
1119 | # CONFIG_SND_ES1968 is not set | ||
1120 | # CONFIG_SND_MAESTRO3 is not set | ||
1121 | # CONFIG_SND_FM801 is not set | ||
1122 | # CONFIG_SND_ICE1712 is not set | ||
1123 | # CONFIG_SND_ICE1724 is not set | ||
1124 | # CONFIG_SND_INTEL8X0 is not set | ||
1125 | # CONFIG_SND_INTEL8X0M is not set | ||
1126 | # CONFIG_SND_SONICVIBES is not set | ||
1127 | # CONFIG_SND_VIA82XX is not set | ||
1128 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1129 | # CONFIG_SND_VX222 is not set | ||
1130 | # CONFIG_SND_HDA_INTEL is not set | ||
1131 | |||
1132 | # | ||
1133 | # ALSA PowerMac devices | ||
1134 | # | ||
1135 | CONFIG_SND_POWERMAC=m | ||
1136 | CONFIG_SND_POWERMAC_AUTO_DRC=y | ||
1137 | |||
1138 | # | ||
1139 | # USB devices | ||
1140 | # | ||
1141 | # CONFIG_SND_USB_AUDIO is not set | ||
1142 | # CONFIG_SND_USB_USX2Y is not set | ||
1143 | |||
1144 | # | ||
1145 | # Open Sound System | ||
1146 | # | ||
1147 | # CONFIG_SOUND_PRIME is not set | ||
1016 | 1148 | ||
1017 | # | 1149 | # |
1018 | # USB support | 1150 | # USB support |
@@ -1046,12 +1178,16 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1046 | # | 1178 | # |
1047 | # USB Device Class drivers | 1179 | # USB Device Class drivers |
1048 | # | 1180 | # |
1049 | # CONFIG_USB_BLUETOOTH_TTY is not set | 1181 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set |
1050 | # CONFIG_USB_ACM is not set | 1182 | # CONFIG_USB_ACM is not set |
1051 | # CONFIG_USB_PRINTER is not set | 1183 | # CONFIG_USB_PRINTER is not set |
1052 | 1184 | ||
1053 | # | 1185 | # |
1054 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 1186 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
1187 | # | ||
1188 | |||
1189 | # | ||
1190 | # may also be needed; see USB_STORAGE Help for more information | ||
1055 | # | 1191 | # |
1056 | CONFIG_USB_STORAGE=m | 1192 | CONFIG_USB_STORAGE=m |
1057 | # CONFIG_USB_STORAGE_DEBUG is not set | 1193 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -1106,7 +1242,7 @@ CONFIG_USB_HIDDEV=y | |||
1106 | # | 1242 | # |
1107 | # CONFIG_USB_CATC is not set | 1243 | # CONFIG_USB_CATC is not set |
1108 | # CONFIG_USB_KAWETH is not set | 1244 | # CONFIG_USB_KAWETH is not set |
1109 | CONFIG_USB_PEGASUS=y | 1245 | # CONFIG_USB_PEGASUS is not set |
1110 | # CONFIG_USB_RTL8150 is not set | 1246 | # CONFIG_USB_RTL8150 is not set |
1111 | # CONFIG_USB_USBNET is not set | 1247 | # CONFIG_USB_USBNET is not set |
1112 | # CONFIG_USB_MON is not set | 1248 | # CONFIG_USB_MON is not set |
@@ -1114,7 +1250,6 @@ CONFIG_USB_PEGASUS=y | |||
1114 | # | 1250 | # |
1115 | # USB port drivers | 1251 | # USB port drivers |
1116 | # | 1252 | # |
1117 | # CONFIG_USB_USS720 is not set | ||
1118 | 1253 | ||
1119 | # | 1254 | # |
1120 | # USB Serial Converter support | 1255 | # USB Serial Converter support |
@@ -1163,6 +1298,7 @@ CONFIG_INFINIBAND_MTHCA=m | |||
1163 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | 1298 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set |
1164 | CONFIG_INFINIBAND_IPOIB=m | 1299 | CONFIG_INFINIBAND_IPOIB=m |
1165 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | 1300 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set |
1301 | # CONFIG_INFINIBAND_SRP is not set | ||
1166 | 1302 | ||
1167 | # | 1303 | # |
1168 | # SN Devices | 1304 | # SN Devices |
@@ -1358,10 +1494,25 @@ CONFIG_NLS_KOI8_U=m | |||
1358 | CONFIG_NLS_UTF8=m | 1494 | CONFIG_NLS_UTF8=m |
1359 | 1495 | ||
1360 | # | 1496 | # |
1361 | # Profiling support | 1497 | # Library routines |
1498 | # | ||
1499 | CONFIG_CRC_CCITT=m | ||
1500 | # CONFIG_CRC16 is not set | ||
1501 | CONFIG_CRC32=y | ||
1502 | CONFIG_LIBCRC32C=m | ||
1503 | CONFIG_ZLIB_INFLATE=y | ||
1504 | CONFIG_ZLIB_DEFLATE=m | ||
1505 | CONFIG_TEXTSEARCH=y | ||
1506 | CONFIG_TEXTSEARCH_KMP=m | ||
1507 | CONFIG_TEXTSEARCH_BM=m | ||
1508 | CONFIG_TEXTSEARCH_FSM=m | ||
1509 | |||
1510 | # | ||
1511 | # Instrumentation Support | ||
1362 | # | 1512 | # |
1363 | CONFIG_PROFILING=y | 1513 | CONFIG_PROFILING=y |
1364 | CONFIG_OPROFILE=y | 1514 | CONFIG_OPROFILE=y |
1515 | # CONFIG_KPROBES is not set | ||
1365 | 1516 | ||
1366 | # | 1517 | # |
1367 | # Kernel hacking | 1518 | # Kernel hacking |
@@ -1378,14 +1529,15 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1378 | # CONFIG_DEBUG_KOBJECT is not set | 1529 | # CONFIG_DEBUG_KOBJECT is not set |
1379 | # CONFIG_DEBUG_INFO is not set | 1530 | # CONFIG_DEBUG_INFO is not set |
1380 | CONFIG_DEBUG_FS=y | 1531 | CONFIG_DEBUG_FS=y |
1532 | # CONFIG_DEBUG_VM is not set | ||
1533 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1381 | CONFIG_DEBUG_STACKOVERFLOW=y | 1534 | CONFIG_DEBUG_STACKOVERFLOW=y |
1382 | # CONFIG_KPROBES is not set | ||
1383 | CONFIG_DEBUG_STACK_USAGE=y | 1535 | CONFIG_DEBUG_STACK_USAGE=y |
1384 | CONFIG_DEBUGGER=y | 1536 | CONFIG_DEBUGGER=y |
1385 | CONFIG_XMON=y | 1537 | CONFIG_XMON=y |
1386 | # CONFIG_XMON_DEFAULT is not set | 1538 | # CONFIG_XMON_DEFAULT is not set |
1387 | # CONFIG_PPCDBG is not set | ||
1388 | CONFIG_IRQSTACKS=y | 1539 | CONFIG_IRQSTACKS=y |
1540 | CONFIG_BOOTX_TEXT=y | ||
1389 | 1541 | ||
1390 | # | 1542 | # |
1391 | # Security options | 1543 | # Security options |
@@ -1425,17 +1577,3 @@ CONFIG_CRYPTO_TEST=m | |||
1425 | # | 1577 | # |
1426 | # Hardware crypto devices | 1578 | # Hardware crypto devices |
1427 | # | 1579 | # |
1428 | |||
1429 | # | ||
1430 | # Library routines | ||
1431 | # | ||
1432 | CONFIG_CRC_CCITT=m | ||
1433 | # CONFIG_CRC16 is not set | ||
1434 | CONFIG_CRC32=y | ||
1435 | CONFIG_LIBCRC32C=m | ||
1436 | CONFIG_ZLIB_INFLATE=y | ||
1437 | CONFIG_ZLIB_DEFLATE=m | ||
1438 | CONFIG_TEXTSEARCH=y | ||
1439 | CONFIG_TEXTSEARCH_KMP=m | ||
1440 | CONFIG_TEXTSEARCH_BM=m | ||
1441 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 913962c1dae0..b589b196eb3f 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_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.15-rc1 | 3 | # Linux kernel version: 2.6.15-rc1 |
4 | # Mon Nov 14 15:27:00 2005 | 4 | # Tue Nov 15 14:36:55 2005 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -144,7 +144,7 @@ CONFIG_FORCE_MAX_ZONEORDER=13 | |||
144 | CONFIG_IOMMU_VMERGE=y | 144 | CONFIG_IOMMU_VMERGE=y |
145 | CONFIG_HOTPLUG_CPU=y | 145 | CONFIG_HOTPLUG_CPU=y |
146 | CONFIG_KEXEC=y | 146 | CONFIG_KEXEC=y |
147 | # CONFIG_IRQ_ALL_CPUS is not set | 147 | CONFIG_IRQ_ALL_CPUS=y |
148 | CONFIG_PPC_SPLPAR=y | 148 | CONFIG_PPC_SPLPAR=y |
149 | CONFIG_EEH=y | 149 | CONFIG_EEH=y |
150 | CONFIG_SCANLOG=m | 150 | CONFIG_SCANLOG=m |
@@ -165,7 +165,6 @@ CONFIG_SPARSEMEM_EXTREME=y | |||
165 | # CONFIG_MEMORY_HOTPLUG is not set | 165 | # CONFIG_MEMORY_HOTPLUG is not set |
166 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 166 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
167 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | 167 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y |
168 | CONFIG_NODES_SPAN_OTHER_NODES=y | ||
169 | # CONFIG_PPC_64K_PAGES is not set | 168 | # CONFIG_PPC_64K_PAGES is not set |
170 | CONFIG_SCHED_SMT=y | 169 | CONFIG_SCHED_SMT=y |
171 | CONFIG_PROC_DEVICETREE=y | 170 | CONFIG_PROC_DEVICETREE=y |
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 4970e3721a84..9ed551b6c172 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -12,12 +12,12 @@ CFLAGS_btext.o += -fPIC | |||
12 | endif | 12 | endif |
13 | 13 | ||
14 | obj-y := semaphore.o cputable.o ptrace.o syscalls.o \ | 14 | obj-y := semaphore.o cputable.o ptrace.o syscalls.o \ |
15 | irq.o signal_32.o pmc.o vdso.o | 15 | irq.o align.o signal_32.o pmc.o vdso.o |
16 | obj-y += vdso32/ | 16 | obj-y += vdso32/ |
17 | obj-$(CONFIG_PPC64) += setup_64.o binfmt_elf32.o sys_ppc32.o \ | 17 | obj-$(CONFIG_PPC64) += setup_64.o binfmt_elf32.o sys_ppc32.o \ |
18 | signal_64.o ptrace32.o systbl.o \ | 18 | signal_64.o ptrace32.o systbl.o \ |
19 | paca.o ioctl32.o cpu_setup_power4.o \ | 19 | paca.o ioctl32.o cpu_setup_power4.o \ |
20 | firmware.o sysfs.o udbg.o | 20 | firmware.o sysfs.o udbg.o idle_64.o |
21 | obj-$(CONFIG_PPC64) += vdso64/ | 21 | obj-$(CONFIG_PPC64) += vdso64/ |
22 | obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o | 22 | obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o |
23 | obj-$(CONFIG_POWER4) += idle_power4.o | 23 | obj-$(CONFIG_POWER4) += idle_power4.o |
@@ -35,6 +35,7 @@ obj-$(CONFIG_PPC_PSERIES) += udbg_16550.o | |||
35 | obj-$(CONFIG_PPC_MAPLE) += udbg_16550.o | 35 | obj-$(CONFIG_PPC_MAPLE) += udbg_16550.o |
36 | udbgscc-$(CONFIG_PPC64) := udbg_scc.o | 36 | udbgscc-$(CONFIG_PPC64) := udbg_scc.o |
37 | obj-$(CONFIG_PPC_PMAC) += $(udbgscc-y) | 37 | obj-$(CONFIG_PPC_PMAC) += $(udbgscc-y) |
38 | obj64-$(CONFIG_PPC_MULTIPLATFORM) += nvram_64.o | ||
38 | 39 | ||
39 | ifeq ($(CONFIG_PPC_MERGE),y) | 40 | ifeq ($(CONFIG_PPC_MERGE),y) |
40 | 41 | ||
@@ -78,5 +79,7 @@ smpobj-$(CONFIG_SMP) += smp.o | |||
78 | 79 | ||
79 | endif | 80 | endif |
80 | 81 | ||
82 | obj-$(CONFIG_PPC64) += $(obj64-y) | ||
83 | |||
81 | extra-$(CONFIG_PPC_FPU) += fpu.o | 84 | extra-$(CONFIG_PPC_FPU) += fpu.o |
82 | extra-$(CONFIG_PPC64) += entry_64.o | 85 | extra-$(CONFIG_PPC64) += entry_64.o |
diff --git a/arch/ppc64/kernel/align.c b/arch/powerpc/kernel/align.c index 256d5b592aa1..faaec9c6f78f 100644 --- a/arch/ppc64/kernel/align.c +++ b/arch/powerpc/kernel/align.c | |||
@@ -7,6 +7,9 @@ | |||
7 | * PowerPC 403GCX/405GP modifications. | 7 | * PowerPC 403GCX/405GP modifications. |
8 | * Copyright (c) 2001-2002 PPC64 team, IBM Corp | 8 | * Copyright (c) 2001-2002 PPC64 team, IBM Corp |
9 | * 64-bit and Power4 support | 9 | * 64-bit and Power4 support |
10 | * Copyright (c) 2005 Benjamin Herrenschmidt, IBM Corp | ||
11 | * <benh@kernel.crashing.org> | ||
12 | * Merge ppc32 and ppc64 implementations | ||
10 | * | 13 | * |
11 | * This program is free software; you can redistribute it and/or | 14 | * This program is free software; you can redistribute it and/or |
12 | * modify it under the terms of the GNU General Public License | 15 | * modify it under the terms of the GNU General Public License |
@@ -38,10 +41,15 @@ struct aligninfo { | |||
38 | #define F 8 /* to/from fp regs */ | 41 | #define F 8 /* to/from fp regs */ |
39 | #define U 0x10 /* update index register */ | 42 | #define U 0x10 /* update index register */ |
40 | #define M 0x20 /* multiple load/store */ | 43 | #define M 0x20 /* multiple load/store */ |
41 | #define SW 0x40 /* byte swap */ | 44 | #define SW 0x40 /* byte swap int or ... */ |
45 | #define S 0x40 /* ... single-precision fp */ | ||
46 | #define SX 0x40 /* byte count in XER */ | ||
47 | #define HARD 0x80 /* string, stwcx. */ | ||
42 | 48 | ||
43 | #define DCBZ 0x5f /* 8xx/82xx dcbz faults when cache not enabled */ | 49 | #define DCBZ 0x5f /* 8xx/82xx dcbz faults when cache not enabled */ |
44 | 50 | ||
51 | #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) | ||
52 | |||
45 | /* | 53 | /* |
46 | * The PowerPC stores certain bits of the instruction that caused the | 54 | * The PowerPC stores certain bits of the instruction that caused the |
47 | * alignment exception in the DSISR register. This array maps those | 55 | * alignment exception in the DSISR register. This array maps those |
@@ -57,14 +65,14 @@ static struct aligninfo aligninfo[128] = { | |||
57 | { 2, LD+SE }, /* 00 0 0101: lha */ | 65 | { 2, LD+SE }, /* 00 0 0101: lha */ |
58 | { 2, ST }, /* 00 0 0110: sth */ | 66 | { 2, ST }, /* 00 0 0110: sth */ |
59 | { 4, LD+M }, /* 00 0 0111: lmw */ | 67 | { 4, LD+M }, /* 00 0 0111: lmw */ |
60 | { 4, LD+F }, /* 00 0 1000: lfs */ | 68 | { 4, LD+F+S }, /* 00 0 1000: lfs */ |
61 | { 8, LD+F }, /* 00 0 1001: lfd */ | 69 | { 8, LD+F }, /* 00 0 1001: lfd */ |
62 | { 4, ST+F }, /* 00 0 1010: stfs */ | 70 | { 4, ST+F+S }, /* 00 0 1010: stfs */ |
63 | { 8, ST+F }, /* 00 0 1011: stfd */ | 71 | { 8, ST+F }, /* 00 0 1011: stfd */ |
64 | INVALID, /* 00 0 1100 */ | 72 | INVALID, /* 00 0 1100 */ |
65 | { 8, LD }, /* 00 0 1101: ld */ | 73 | { 8, LD }, /* 00 0 1101: ld/ldu/lwa */ |
66 | INVALID, /* 00 0 1110 */ | 74 | INVALID, /* 00 0 1110 */ |
67 | { 8, ST }, /* 00 0 1111: std */ | 75 | { 8, ST }, /* 00 0 1111: std/stdu */ |
68 | { 4, LD+U }, /* 00 1 0000: lwzu */ | 76 | { 4, LD+U }, /* 00 1 0000: lwzu */ |
69 | INVALID, /* 00 1 0001 */ | 77 | INVALID, /* 00 1 0001 */ |
70 | { 4, ST+U }, /* 00 1 0010: stwu */ | 78 | { 4, ST+U }, /* 00 1 0010: stwu */ |
@@ -73,9 +81,9 @@ static struct aligninfo aligninfo[128] = { | |||
73 | { 2, LD+SE+U }, /* 00 1 0101: lhau */ | 81 | { 2, LD+SE+U }, /* 00 1 0101: lhau */ |
74 | { 2, ST+U }, /* 00 1 0110: sthu */ | 82 | { 2, ST+U }, /* 00 1 0110: sthu */ |
75 | { 4, ST+M }, /* 00 1 0111: stmw */ | 83 | { 4, ST+M }, /* 00 1 0111: stmw */ |
76 | { 4, LD+F+U }, /* 00 1 1000: lfsu */ | 84 | { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ |
77 | { 8, LD+F+U }, /* 00 1 1001: lfdu */ | 85 | { 8, LD+F+U }, /* 00 1 1001: lfdu */ |
78 | { 4, ST+F+U }, /* 00 1 1010: stfsu */ | 86 | { 4, ST+F+S+U }, /* 00 1 1010: stfsu */ |
79 | { 8, ST+F+U }, /* 00 1 1011: stfdu */ | 87 | { 8, ST+F+U }, /* 00 1 1011: stfdu */ |
80 | INVALID, /* 00 1 1100 */ | 88 | INVALID, /* 00 1 1100 */ |
81 | INVALID, /* 00 1 1101 */ | 89 | INVALID, /* 00 1 1101 */ |
@@ -89,10 +97,10 @@ static struct aligninfo aligninfo[128] = { | |||
89 | { 4, LD+SE }, /* 01 0 0101: lwax */ | 97 | { 4, LD+SE }, /* 01 0 0101: lwax */ |
90 | INVALID, /* 01 0 0110 */ | 98 | INVALID, /* 01 0 0110 */ |
91 | INVALID, /* 01 0 0111 */ | 99 | INVALID, /* 01 0 0111 */ |
92 | { 0, LD }, /* 01 0 1000: lswx */ | 100 | { 4, LD+M+HARD+SX }, /* 01 0 1000: lswx */ |
93 | { 0, LD }, /* 01 0 1001: lswi */ | 101 | { 4, LD+M+HARD }, /* 01 0 1001: lswi */ |
94 | { 0, ST }, /* 01 0 1010: stswx */ | 102 | { 4, ST+M+HARD+SX }, /* 01 0 1010: stswx */ |
95 | { 0, ST }, /* 01 0 1011: stswi */ | 103 | { 4, ST+M+HARD }, /* 01 0 1011: stswi */ |
96 | INVALID, /* 01 0 1100 */ | 104 | INVALID, /* 01 0 1100 */ |
97 | { 8, LD+U }, /* 01 0 1101: ldu */ | 105 | { 8, LD+U }, /* 01 0 1101: ldu */ |
98 | INVALID, /* 01 0 1110 */ | 106 | INVALID, /* 01 0 1110 */ |
@@ -115,7 +123,7 @@ static struct aligninfo aligninfo[128] = { | |||
115 | INVALID, /* 01 1 1111 */ | 123 | INVALID, /* 01 1 1111 */ |
116 | INVALID, /* 10 0 0000 */ | 124 | INVALID, /* 10 0 0000 */ |
117 | INVALID, /* 10 0 0001 */ | 125 | INVALID, /* 10 0 0001 */ |
118 | { 0, ST }, /* 10 0 0010: stwcx. */ | 126 | INVALID, /* 10 0 0010: stwcx. */ |
119 | INVALID, /* 10 0 0011 */ | 127 | INVALID, /* 10 0 0011 */ |
120 | INVALID, /* 10 0 0100 */ | 128 | INVALID, /* 10 0 0100 */ |
121 | INVALID, /* 10 0 0101 */ | 129 | INVALID, /* 10 0 0101 */ |
@@ -144,7 +152,7 @@ static struct aligninfo aligninfo[128] = { | |||
144 | INVALID, /* 10 1 1100 */ | 152 | INVALID, /* 10 1 1100 */ |
145 | INVALID, /* 10 1 1101 */ | 153 | INVALID, /* 10 1 1101 */ |
146 | INVALID, /* 10 1 1110 */ | 154 | INVALID, /* 10 1 1110 */ |
147 | { L1_CACHE_BYTES, ST }, /* 10 1 1111: dcbz */ | 155 | { 0, ST+HARD }, /* 10 1 1111: dcbz */ |
148 | { 4, LD }, /* 11 0 0000: lwzx */ | 156 | { 4, LD }, /* 11 0 0000: lwzx */ |
149 | INVALID, /* 11 0 0001 */ | 157 | INVALID, /* 11 0 0001 */ |
150 | { 4, ST }, /* 11 0 0010: stwx */ | 158 | { 4, ST }, /* 11 0 0010: stwx */ |
@@ -153,9 +161,9 @@ static struct aligninfo aligninfo[128] = { | |||
153 | { 2, LD+SE }, /* 11 0 0101: lhax */ | 161 | { 2, LD+SE }, /* 11 0 0101: lhax */ |
154 | { 2, ST }, /* 11 0 0110: sthx */ | 162 | { 2, ST }, /* 11 0 0110: sthx */ |
155 | INVALID, /* 11 0 0111 */ | 163 | INVALID, /* 11 0 0111 */ |
156 | { 4, LD+F }, /* 11 0 1000: lfsx */ | 164 | { 4, LD+F+S }, /* 11 0 1000: lfsx */ |
157 | { 8, LD+F }, /* 11 0 1001: lfdx */ | 165 | { 8, LD+F }, /* 11 0 1001: lfdx */ |
158 | { 4, ST+F }, /* 11 0 1010: stfsx */ | 166 | { 4, ST+F+S }, /* 11 0 1010: stfsx */ |
159 | { 8, ST+F }, /* 11 0 1011: stfdx */ | 167 | { 8, ST+F }, /* 11 0 1011: stfdx */ |
160 | INVALID, /* 11 0 1100 */ | 168 | INVALID, /* 11 0 1100 */ |
161 | { 8, LD+M }, /* 11 0 1101: lmd */ | 169 | { 8, LD+M }, /* 11 0 1101: lmd */ |
@@ -169,9 +177,9 @@ static struct aligninfo aligninfo[128] = { | |||
169 | { 2, LD+SE+U }, /* 11 1 0101: lhaux */ | 177 | { 2, LD+SE+U }, /* 11 1 0101: lhaux */ |
170 | { 2, ST+U }, /* 11 1 0110: sthux */ | 178 | { 2, ST+U }, /* 11 1 0110: sthux */ |
171 | INVALID, /* 11 1 0111 */ | 179 | INVALID, /* 11 1 0111 */ |
172 | { 4, LD+F+U }, /* 11 1 1000: lfsux */ | 180 | { 4, LD+F+S+U }, /* 11 1 1000: lfsux */ |
173 | { 8, LD+F+U }, /* 11 1 1001: lfdux */ | 181 | { 8, LD+F+U }, /* 11 1 1001: lfdux */ |
174 | { 4, ST+F+U }, /* 11 1 1010: stfsux */ | 182 | { 4, ST+F+S+U }, /* 11 1 1010: stfsux */ |
175 | { 8, ST+F+U }, /* 11 1 1011: stfdux */ | 183 | { 8, ST+F+U }, /* 11 1 1011: stfdux */ |
176 | INVALID, /* 11 1 1100 */ | 184 | INVALID, /* 11 1 1100 */ |
177 | INVALID, /* 11 1 1101 */ | 185 | INVALID, /* 11 1 1101 */ |
@@ -179,45 +187,175 @@ static struct aligninfo aligninfo[128] = { | |||
179 | INVALID, /* 11 1 1111 */ | 187 | INVALID, /* 11 1 1111 */ |
180 | }; | 188 | }; |
181 | 189 | ||
182 | #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) | 190 | /* |
183 | 191 | * Create a DSISR value from the instruction | |
192 | */ | ||
184 | static inline unsigned make_dsisr(unsigned instr) | 193 | static inline unsigned make_dsisr(unsigned instr) |
185 | { | 194 | { |
186 | unsigned dsisr; | 195 | unsigned dsisr; |
187 | 196 | ||
188 | /* create a DSISR value from the instruction */ | 197 | |
189 | dsisr = (instr & 0x03ff0000) >> 16; /* bits 6:15 --> 22:31 */ | 198 | /* bits 6:15 --> 22:31 */ |
190 | 199 | dsisr = (instr & 0x03ff0000) >> 16; | |
191 | if ( IS_XFORM(instr) ) { | 200 | |
192 | dsisr |= (instr & 0x00000006) << 14; /* bits 29:30 --> 15:16 */ | 201 | if (IS_XFORM(instr)) { |
193 | dsisr |= (instr & 0x00000040) << 8; /* bit 25 --> 17 */ | 202 | /* bits 29:30 --> 15:16 */ |
194 | dsisr |= (instr & 0x00000780) << 3; /* bits 21:24 --> 18:21 */ | 203 | dsisr |= (instr & 0x00000006) << 14; |
204 | /* bit 25 --> 17 */ | ||
205 | dsisr |= (instr & 0x00000040) << 8; | ||
206 | /* bits 21:24 --> 18:21 */ | ||
207 | dsisr |= (instr & 0x00000780) << 3; | ||
208 | } else { | ||
209 | /* bit 5 --> 17 */ | ||
210 | dsisr |= (instr & 0x04000000) >> 12; | ||
211 | /* bits 1: 4 --> 18:21 */ | ||
212 | dsisr |= (instr & 0x78000000) >> 17; | ||
213 | /* bits 30:31 --> 12:13 */ | ||
214 | if (IS_DSFORM(instr)) | ||
215 | dsisr |= (instr & 0x00000003) << 18; | ||
195 | } | 216 | } |
196 | else { | 217 | |
197 | dsisr |= (instr & 0x04000000) >> 12; /* bit 5 --> 17 */ | 218 | return dsisr; |
198 | dsisr |= (instr & 0x78000000) >> 17; /* bits 1: 4 --> 18:21 */ | 219 | } |
199 | if ( IS_DSFORM(instr) ) { | 220 | |
200 | dsisr |= (instr & 0x00000003) << 18; /* bits 30:31 --> 12:13 */ | 221 | /* |
222 | * The dcbz (data cache block zero) instruction | ||
223 | * gives an alignment fault if used on non-cacheable | ||
224 | * memory. We handle the fault mainly for the | ||
225 | * case when we are running with the cache disabled | ||
226 | * for debugging. | ||
227 | */ | ||
228 | static int emulate_dcbz(struct pt_regs *regs, unsigned char __user *addr) | ||
229 | { | ||
230 | long __user *p; | ||
231 | int i, size; | ||
232 | |||
233 | #ifdef __powerpc64__ | ||
234 | size = ppc64_caches.dline_size; | ||
235 | #else | ||
236 | size = L1_CACHE_BYTES; | ||
237 | #endif | ||
238 | p = (long __user *) (regs->dar & -size); | ||
239 | if (user_mode(regs) && !access_ok(VERIFY_WRITE, p, size)) | ||
240 | return -EFAULT; | ||
241 | for (i = 0; i < size / sizeof(long); ++i) | ||
242 | if (__put_user(0, p+i)) | ||
243 | return -EFAULT; | ||
244 | return 1; | ||
245 | } | ||
246 | |||
247 | /* | ||
248 | * Emulate load & store multiple instructions | ||
249 | * On 64-bit machines, these instructions only affect/use the | ||
250 | * bottom 4 bytes of each register, and the loads clear the | ||
251 | * top 4 bytes of the affected register. | ||
252 | */ | ||
253 | #ifdef CONFIG_PPC64 | ||
254 | #define REG_BYTE(rp, i) *((u8 *)((rp) + ((i) >> 2)) + ((i) & 3) + 4) | ||
255 | #else | ||
256 | #define REG_BYTE(rp, i) *((u8 *)(rp) + (i)) | ||
257 | #endif | ||
258 | |||
259 | static int emulate_multiple(struct pt_regs *regs, unsigned char __user *addr, | ||
260 | unsigned int reg, unsigned int nb, | ||
261 | unsigned int flags, unsigned int instr) | ||
262 | { | ||
263 | unsigned long *rptr; | ||
264 | unsigned int nb0, i; | ||
265 | |||
266 | /* | ||
267 | * We do not try to emulate 8 bytes multiple as they aren't really | ||
268 | * available in our operating environments and we don't try to | ||
269 | * emulate multiples operations in kernel land as they should never | ||
270 | * be used/generated there at least not on unaligned boundaries | ||
271 | */ | ||
272 | if (unlikely((nb > 4) || !user_mode(regs))) | ||
273 | return 0; | ||
274 | |||
275 | /* lmw, stmw, lswi/x, stswi/x */ | ||
276 | nb0 = 0; | ||
277 | if (flags & HARD) { | ||
278 | if (flags & SX) { | ||
279 | nb = regs->xer & 127; | ||
280 | if (nb == 0) | ||
281 | return 1; | ||
282 | } else { | ||
283 | if (__get_user(instr, | ||
284 | (unsigned int __user *)regs->nip)) | ||
285 | return -EFAULT; | ||
286 | nb = (instr >> 11) & 0x1f; | ||
287 | if (nb == 0) | ||
288 | nb = 32; | ||
201 | } | 289 | } |
290 | if (nb + reg * 4 > 128) { | ||
291 | nb0 = nb + reg * 4 - 128; | ||
292 | nb = 128 - reg * 4; | ||
293 | } | ||
294 | } else { | ||
295 | /* lwm, stmw */ | ||
296 | nb = (32 - reg) * 4; | ||
202 | } | 297 | } |
203 | 298 | ||
204 | return dsisr; | 299 | if (!access_ok((flags & ST ? VERIFY_WRITE: VERIFY_READ), addr, nb+nb0)) |
300 | return -EFAULT; /* bad address */ | ||
301 | |||
302 | rptr = ®s->gpr[reg]; | ||
303 | if (flags & LD) { | ||
304 | /* | ||
305 | * This zeroes the top 4 bytes of the affected registers | ||
306 | * in 64-bit mode, and also zeroes out any remaining | ||
307 | * bytes of the last register for lsw*. | ||
308 | */ | ||
309 | memset(rptr, 0, ((nb + 3) / 4) * sizeof(unsigned long)); | ||
310 | if (nb0 > 0) | ||
311 | memset(®s->gpr[0], 0, | ||
312 | ((nb0 + 3) / 4) * sizeof(unsigned long)); | ||
313 | |||
314 | for (i = 0; i < nb; ++i) | ||
315 | if (__get_user(REG_BYTE(rptr, i), addr + i)) | ||
316 | return -EFAULT; | ||
317 | if (nb0 > 0) { | ||
318 | rptr = ®s->gpr[0]; | ||
319 | addr += nb; | ||
320 | for (i = 0; i < nb0; ++i) | ||
321 | if (__get_user(REG_BYTE(rptr, i), addr + i)) | ||
322 | return -EFAULT; | ||
323 | } | ||
324 | |||
325 | } else { | ||
326 | for (i = 0; i < nb; ++i) | ||
327 | if (__put_user(REG_BYTE(rptr, i), addr + i)) | ||
328 | return -EFAULT; | ||
329 | if (nb0 > 0) { | ||
330 | rptr = ®s->gpr[0]; | ||
331 | addr += nb; | ||
332 | for (i = 0; i < nb0; ++i) | ||
333 | if (__put_user(REG_BYTE(rptr, i), addr + i)) | ||
334 | return -EFAULT; | ||
335 | } | ||
336 | } | ||
337 | return 1; | ||
205 | } | 338 | } |
206 | 339 | ||
207 | int | 340 | |
208 | fix_alignment(struct pt_regs *regs) | 341 | /* |
342 | * Called on alignment exception. Attempts to fixup | ||
343 | * | ||
344 | * Return 1 on success | ||
345 | * Return 0 if unable to handle the interrupt | ||
346 | * Return -EFAULT if data address is bad | ||
347 | */ | ||
348 | |||
349 | int fix_alignment(struct pt_regs *regs) | ||
209 | { | 350 | { |
210 | unsigned int instr, nb, flags; | 351 | unsigned int instr, nb, flags; |
211 | int t; | 352 | unsigned int reg, areg; |
212 | unsigned long reg, areg; | 353 | unsigned int dsisr; |
213 | unsigned long i; | ||
214 | int ret; | ||
215 | unsigned dsisr; | ||
216 | unsigned char __user *addr; | 354 | unsigned char __user *addr; |
217 | unsigned char __user *p; | 355 | unsigned char __user *p; |
218 | unsigned long __user *lp; | 356 | int ret, t; |
219 | union { | 357 | union { |
220 | long ll; | 358 | u64 ll; |
221 | double dd; | 359 | double dd; |
222 | unsigned char v[8]; | 360 | unsigned char v[8]; |
223 | struct { | 361 | struct { |
@@ -231,18 +369,22 @@ fix_alignment(struct pt_regs *regs) | |||
231 | } data; | 369 | } data; |
232 | 370 | ||
233 | /* | 371 | /* |
234 | * Return 1 on success | 372 | * We require a complete register set, if not, then our assembly |
235 | * Return 0 if unable to handle the interrupt | 373 | * is broken |
236 | * Return -EFAULT if data address is bad | ||
237 | */ | 374 | */ |
375 | CHECK_FULL_REGS(regs); | ||
238 | 376 | ||
239 | dsisr = regs->dsisr; | 377 | dsisr = regs->dsisr; |
240 | 378 | ||
379 | /* Some processors don't provide us with a DSISR we can use here, | ||
380 | * let's make one up from the instruction | ||
381 | */ | ||
241 | if (cpu_has_feature(CPU_FTR_NODSISRALIGN)) { | 382 | if (cpu_has_feature(CPU_FTR_NODSISRALIGN)) { |
242 | unsigned int real_instr; | 383 | unsigned int real_instr; |
243 | if (__get_user(real_instr, (unsigned int __user *)regs->nip)) | 384 | if (unlikely(__get_user(real_instr, |
244 | return 0; | 385 | (unsigned int __user *)regs->nip))) |
245 | dsisr = make_dsisr(real_instr); | 386 | return -EFAULT; |
387 | dsisr = make_dsisr(real_instr); | ||
246 | } | 388 | } |
247 | 389 | ||
248 | /* extract the operation and registers from the dsisr */ | 390 | /* extract the operation and registers from the dsisr */ |
@@ -258,33 +400,37 @@ fix_alignment(struct pt_regs *regs) | |||
258 | /* DAR has the operand effective address */ | 400 | /* DAR has the operand effective address */ |
259 | addr = (unsigned char __user *)regs->dar; | 401 | addr = (unsigned char __user *)regs->dar; |
260 | 402 | ||
261 | /* A size of 0 indicates an instruction we don't support */ | 403 | /* A size of 0 indicates an instruction we don't support, with |
262 | /* we also don't support the multiples (lmw, stmw, lmd, stmd) */ | 404 | * the exception of DCBZ which is handled as a special case here |
263 | if ((nb == 0) || (flags & M)) | ||
264 | return 0; /* too hard or invalid instruction */ | ||
265 | |||
266 | /* | ||
267 | * Special handling for dcbz | ||
268 | * dcbz may give an alignment exception for accesses to caching inhibited | ||
269 | * storage | ||
270 | */ | 405 | */ |
271 | if (instr == DCBZ) | 406 | if (instr == DCBZ) |
272 | addr = (unsigned char __user *) ((unsigned long)addr & -L1_CACHE_BYTES); | 407 | return emulate_dcbz(regs, addr); |
408 | if (unlikely(nb == 0)) | ||
409 | return 0; | ||
410 | |||
411 | /* Load/Store Multiple instructions are handled in their own | ||
412 | * function | ||
413 | */ | ||
414 | if (flags & M) | ||
415 | return emulate_multiple(regs, addr, reg, nb, flags, instr); | ||
273 | 416 | ||
274 | /* Verify the address of the operand */ | 417 | /* Verify the address of the operand */ |
275 | if (user_mode(regs)) { | 418 | if (unlikely(user_mode(regs) && |
276 | if (!access_ok((flags & ST? VERIFY_WRITE: VERIFY_READ), addr, nb)) | 419 | !access_ok((flags & ST ? VERIFY_WRITE : VERIFY_READ), |
277 | return -EFAULT; /* bad address */ | 420 | addr, nb))) |
278 | } | 421 | return -EFAULT; |
279 | 422 | ||
280 | /* Force the fprs into the save area so we can reference them */ | 423 | /* Force the fprs into the save area so we can reference them */ |
281 | if (flags & F) { | 424 | if (flags & F) { |
282 | if (!user_mode(regs)) | 425 | /* userland only */ |
426 | if (unlikely(!user_mode(regs))) | ||
283 | return 0; | 427 | return 0; |
284 | flush_fp_to_thread(current); | 428 | flush_fp_to_thread(current); |
285 | } | 429 | } |
286 | 430 | ||
287 | /* If we are loading, get the data from user space */ | 431 | /* If we are loading, get the data from user space, else |
432 | * get it from register values | ||
433 | */ | ||
288 | if (flags & LD) { | 434 | if (flags & LD) { |
289 | data.ll = 0; | 435 | data.ll = 0; |
290 | ret = 0; | 436 | ret = 0; |
@@ -301,75 +447,62 @@ fix_alignment(struct pt_regs *regs) | |||
301 | case 2: | 447 | case 2: |
302 | ret |= __get_user(data.v[6], p++); | 448 | ret |= __get_user(data.v[6], p++); |
303 | ret |= __get_user(data.v[7], p++); | 449 | ret |= __get_user(data.v[7], p++); |
304 | if (ret) | 450 | if (unlikely(ret)) |
305 | return -EFAULT; | 451 | return -EFAULT; |
306 | } | 452 | } |
307 | } | 453 | } else if (flags & F) |
308 | 454 | data.dd = current->thread.fpr[reg]; | |
309 | /* If we are storing, get the data from the saved gpr or fpr */ | 455 | else |
310 | if (flags & ST) { | 456 | data.ll = regs->gpr[reg]; |
311 | if (flags & F) { | 457 | |
312 | if (nb == 4) { | 458 | /* Perform other misc operations like sign extension, byteswap, |
313 | /* Doing stfs, have to convert to single */ | 459 | * or floating point single precision conversion |
314 | preempt_disable(); | 460 | */ |
315 | enable_kernel_fp(); | 461 | switch (flags & ~U) { |
316 | cvt_df(¤t->thread.fpr[reg], (float *)&data.v[4], ¤t->thread); | 462 | case LD+SE: /* sign extend */ |
317 | disable_kernel_fp(); | ||
318 | preempt_enable(); | ||
319 | } | ||
320 | else | ||
321 | data.dd = current->thread.fpr[reg]; | ||
322 | } | ||
323 | else | ||
324 | data.ll = regs->gpr[reg]; | ||
325 | } | ||
326 | |||
327 | /* Swap bytes as needed */ | ||
328 | if (flags & SW) { | ||
329 | if (nb == 2) | ||
330 | SWAP(data.v[6], data.v[7]); | ||
331 | else { /* nb must be 4 */ | ||
332 | SWAP(data.v[4], data.v[7]); | ||
333 | SWAP(data.v[5], data.v[6]); | ||
334 | } | ||
335 | } | ||
336 | |||
337 | /* Sign extend as needed */ | ||
338 | if (flags & SE) { | ||
339 | if ( nb == 2 ) | 463 | if ( nb == 2 ) |
340 | data.ll = data.x16.low16; | 464 | data.ll = data.x16.low16; |
341 | else /* nb must be 4 */ | 465 | else /* nb must be 4 */ |
342 | data.ll = data.x32.low32; | 466 | data.ll = data.x32.low32; |
343 | } | 467 | break; |
344 | 468 | case LD+S: /* byte-swap */ | |
345 | /* If we are loading, move the data to the gpr or fpr */ | 469 | case ST+S: |
346 | if (flags & LD) { | 470 | if (nb == 2) { |
347 | if (flags & F) { | 471 | SWAP(data.v[6], data.v[7]); |
348 | if (nb == 4) { | 472 | } else { |
349 | /* Doing lfs, have to convert to double */ | 473 | SWAP(data.v[4], data.v[7]); |
350 | preempt_disable(); | 474 | SWAP(data.v[5], data.v[6]); |
351 | enable_kernel_fp(); | ||
352 | cvt_fd((float *)&data.v[4], ¤t->thread.fpr[reg], ¤t->thread); | ||
353 | disable_kernel_fp(); | ||
354 | preempt_enable(); | ||
355 | } | ||
356 | else | ||
357 | current->thread.fpr[reg] = data.dd; | ||
358 | } | 475 | } |
359 | else | 476 | break; |
360 | regs->gpr[reg] = data.ll; | 477 | |
478 | /* Single-precision FP load and store require conversions... */ | ||
479 | case LD+F+S: | ||
480 | #ifdef CONFIG_PPC_FPU | ||
481 | preempt_disable(); | ||
482 | enable_kernel_fp(); | ||
483 | cvt_fd((float *)&data.v[4], &data.dd, ¤t->thread); | ||
484 | preempt_enable(); | ||
485 | #else | ||
486 | return 0; | ||
487 | #endif | ||
488 | break; | ||
489 | case ST+F+S: | ||
490 | #ifdef CONFIG_PPC_FPU | ||
491 | preempt_disable(); | ||
492 | enable_kernel_fp(); | ||
493 | cvt_df(&data.dd, (float *)&data.v[4], ¤t->thread); | ||
494 | preempt_enable(); | ||
495 | #else | ||
496 | return 0; | ||
497 | #endif | ||
498 | break; | ||
361 | } | 499 | } |
362 | 500 | ||
363 | /* If we are storing, copy the data to the user */ | 501 | /* Store result to memory or update registers */ |
364 | if (flags & ST) { | 502 | if (flags & ST) { |
365 | ret = 0; | 503 | ret = 0; |
366 | p = addr; | 504 | p = addr; |
367 | switch (nb) { | 505 | switch (nb) { |
368 | case 128: /* Special case - must be dcbz */ | ||
369 | lp = (unsigned long __user *)p; | ||
370 | for (i = 0; i < L1_CACHE_BYTES / sizeof(long); ++i) | ||
371 | ret |= __put_user(0, lp++); | ||
372 | break; | ||
373 | case 8: | 506 | case 8: |
374 | ret |= __put_user(data.v[0], p++); | 507 | ret |= __put_user(data.v[0], p++); |
375 | ret |= __put_user(data.v[1], p++); | 508 | ret |= __put_user(data.v[1], p++); |
@@ -382,15 +515,16 @@ fix_alignment(struct pt_regs *regs) | |||
382 | ret |= __put_user(data.v[6], p++); | 515 | ret |= __put_user(data.v[6], p++); |
383 | ret |= __put_user(data.v[7], p++); | 516 | ret |= __put_user(data.v[7], p++); |
384 | } | 517 | } |
385 | if (ret) | 518 | if (unlikely(ret)) |
386 | return -EFAULT; | 519 | return -EFAULT; |
387 | } | 520 | } else if (flags & F) |
388 | 521 | current->thread.fpr[reg] = data.dd; | |
522 | else | ||
523 | regs->gpr[reg] = data.ll; | ||
524 | |||
389 | /* Update RA as needed */ | 525 | /* Update RA as needed */ |
390 | if (flags & U) { | 526 | if (flags & U) |
391 | regs->gpr[areg] = regs->dar; | 527 | regs->gpr[areg] = regs->dar; |
392 | } | ||
393 | 528 | ||
394 | return 1; | 529 | return 1; |
395 | } | 530 | } |
396 | |||
diff --git a/arch/ppc64/kernel/idle.c b/arch/powerpc/kernel/idle_64.c index b879d3057ef8..b879d3057ef8 100644 --- a/arch/ppc64/kernel/idle.c +++ b/arch/powerpc/kernel/idle_64.c | |||
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index f6d84a75ed26..624a983a9676 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S | |||
@@ -27,14 +27,6 @@ | |||
27 | 27 | ||
28 | .text | 28 | .text |
29 | 29 | ||
30 | .align 5 | ||
31 | _GLOBAL(__delay) | ||
32 | cmpwi 0,r3,0 | ||
33 | mtctr r3 | ||
34 | beqlr | ||
35 | 1: bdnz 1b | ||
36 | blr | ||
37 | |||
38 | /* | 30 | /* |
39 | * This returns the high 64 bits of the product of two 64-bit numbers. | 31 | * This returns the high 64 bits of the product of two 64-bit numbers. |
40 | */ | 32 | */ |
diff --git a/arch/ppc64/kernel/nvram.c b/arch/powerpc/kernel/nvram_64.c index c0fcd29918ce..c0fcd29918ce 100644 --- a/arch/ppc64/kernel/nvram.c +++ b/arch/powerpc/kernel/nvram_64.c | |||
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 3cef1b8f57f0..5a5b24685081 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -30,10 +30,10 @@ | |||
30 | #include <asm/byteorder.h> | 30 | #include <asm/byteorder.h> |
31 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
32 | #include <asm/machdep.h> | 32 | #include <asm/machdep.h> |
33 | #include <asm/udbg.h> | ||
34 | #include <asm/ppc-pci.h> | 33 | #include <asm/ppc-pci.h> |
35 | 34 | ||
36 | #ifdef DEBUG | 35 | #ifdef DEBUG |
36 | #include <asm/udbg.h> | ||
37 | #define DBG(fmt...) udbg_printf(fmt) | 37 | #define DBG(fmt...) udbg_printf(fmt) |
38 | #else | 38 | #else |
39 | #define DBG(fmt...) | 39 | #define DBG(fmt...) |
@@ -187,7 +187,7 @@ static DEFINE_SPINLOCK(hose_spinlock); | |||
187 | /* | 187 | /* |
188 | * pci_controller(phb) initialized common variables. | 188 | * pci_controller(phb) initialized common variables. |
189 | */ | 189 | */ |
190 | void __devinit pci_setup_pci_controller(struct pci_controller *hose) | 190 | static void __devinit pci_setup_pci_controller(struct pci_controller *hose) |
191 | { | 191 | { |
192 | memset(hose, 0, sizeof(struct pci_controller)); | 192 | memset(hose, 0, sizeof(struct pci_controller)); |
193 | 193 | ||
@@ -197,6 +197,65 @@ void __devinit pci_setup_pci_controller(struct pci_controller *hose) | |||
197 | spin_unlock(&hose_spinlock); | 197 | spin_unlock(&hose_spinlock); |
198 | } | 198 | } |
199 | 199 | ||
200 | static void add_linux_pci_domain(struct device_node *dev, | ||
201 | struct pci_controller *phb) | ||
202 | { | ||
203 | struct property *of_prop; | ||
204 | unsigned int size; | ||
205 | |||
206 | of_prop = (struct property *) | ||
207 | get_property(dev, "linux,pci-domain", &size); | ||
208 | if (of_prop != NULL) | ||
209 | return; | ||
210 | WARN_ON(of_prop && size < sizeof(int)); | ||
211 | if (of_prop && size < sizeof(int)) | ||
212 | of_prop = NULL; | ||
213 | size = sizeof(struct property) + sizeof(int); | ||
214 | if (of_prop == NULL) { | ||
215 | if (mem_init_done) | ||
216 | of_prop = kmalloc(size, GFP_KERNEL); | ||
217 | else | ||
218 | of_prop = alloc_bootmem(size); | ||
219 | } | ||
220 | memset(of_prop, 0, sizeof(struct property)); | ||
221 | of_prop->name = "linux,pci-domain"; | ||
222 | of_prop->length = sizeof(int); | ||
223 | of_prop->value = (unsigned char *)&of_prop[1]; | ||
224 | *((int *)of_prop->value) = phb->global_number; | ||
225 | prom_add_property(dev, of_prop); | ||
226 | } | ||
227 | |||
228 | struct pci_controller * pcibios_alloc_controller(struct device_node *dev) | ||
229 | { | ||
230 | struct pci_controller *phb; | ||
231 | |||
232 | if (mem_init_done) | ||
233 | phb = kmalloc(sizeof(struct pci_controller), GFP_KERNEL); | ||
234 | else | ||
235 | phb = alloc_bootmem(sizeof (struct pci_controller)); | ||
236 | if (phb == NULL) | ||
237 | return NULL; | ||
238 | pci_setup_pci_controller(phb); | ||
239 | phb->arch_data = dev; | ||
240 | phb->is_dynamic = mem_init_done; | ||
241 | if (dev) | ||
242 | add_linux_pci_domain(dev, phb); | ||
243 | return phb; | ||
244 | } | ||
245 | |||
246 | void pcibios_free_controller(struct pci_controller *phb) | ||
247 | { | ||
248 | if (phb->arch_data) { | ||
249 | struct device_node *np = phb->arch_data; | ||
250 | int *domain = (int *)get_property(np, | ||
251 | "linux,pci-domain", NULL); | ||
252 | if (domain) | ||
253 | *domain = -1; | ||
254 | } | ||
255 | if (phb->is_dynamic) | ||
256 | kfree(phb); | ||
257 | } | ||
258 | |||
200 | static void __init pcibios_claim_one_bus(struct pci_bus *b) | 259 | static void __init pcibios_claim_one_bus(struct pci_bus *b) |
201 | { | 260 | { |
202 | struct pci_dev *dev; | 261 | struct pci_dev *dev; |
@@ -907,9 +966,10 @@ void __devinit pci_process_bridge_OF_ranges(struct pci_controller *hose, | |||
907 | * (size depending on dev->n_addr_cells) | 966 | * (size depending on dev->n_addr_cells) |
908 | * cells 4+5 or 5+6: the size of the range | 967 | * cells 4+5 or 5+6: the size of the range |
909 | */ | 968 | */ |
910 | rlen = 0; | ||
911 | hose->io_base_phys = 0; | ||
912 | ranges = (unsigned int *) get_property(dev, "ranges", &rlen); | 969 | ranges = (unsigned int *) get_property(dev, "ranges", &rlen); |
970 | if (ranges == NULL) | ||
971 | return; | ||
972 | hose->io_base_phys = 0; | ||
913 | while ((rlen -= np * sizeof(unsigned int)) >= 0) { | 973 | while ((rlen -= np * sizeof(unsigned int)) >= 0) { |
914 | res = NULL; | 974 | res = NULL; |
915 | pci_space = ranges[0]; | 975 | pci_space = ranges[0]; |
@@ -1107,6 +1167,8 @@ int remap_bus_range(struct pci_bus *bus) | |||
1107 | 1167 | ||
1108 | if (get_bus_io_range(bus, &start_phys, &start_virt, &size)) | 1168 | if (get_bus_io_range(bus, &start_phys, &start_virt, &size)) |
1109 | return 1; | 1169 | return 1; |
1170 | if (start_phys == 0) | ||
1171 | return 1; | ||
1110 | printk("mapping IO %lx -> %lx, size: %lx\n", start_phys, start_virt, size); | 1172 | printk("mapping IO %lx -> %lx, size: %lx\n", start_phys, start_virt, size); |
1111 | if (__ioremap_explicit(start_phys, start_virt, size, | 1173 | if (__ioremap_explicit(start_phys, start_virt, size, |
1112 | _PAGE_NO_CACHE | _PAGE_GUARDED)) | 1174 | _PAGE_NO_CACHE | _PAGE_GUARDED)) |
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 5dcf4ba05ee8..59846b40d521 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
@@ -105,6 +105,13 @@ EXPORT_SYMBOL(__clear_user); | |||
105 | EXPORT_SYMBOL(__strncpy_from_user); | 105 | EXPORT_SYMBOL(__strncpy_from_user); |
106 | EXPORT_SYMBOL(__strnlen_user); | 106 | EXPORT_SYMBOL(__strnlen_user); |
107 | 107 | ||
108 | #ifndef __powerpc64__ | ||
109 | EXPORT_SYMBOL(__ide_mm_insl); | ||
110 | EXPORT_SYMBOL(__ide_mm_outsw); | ||
111 | EXPORT_SYMBOL(__ide_mm_insw); | ||
112 | EXPORT_SYMBOL(__ide_mm_outsl); | ||
113 | #endif | ||
114 | |||
108 | EXPORT_SYMBOL(_insb); | 115 | EXPORT_SYMBOL(_insb); |
109 | EXPORT_SYMBOL(_outsb); | 116 | EXPORT_SYMBOL(_outsb); |
110 | EXPORT_SYMBOL(_insw); | 117 | EXPORT_SYMBOL(_insw); |
diff --git a/arch/powerpc/kernel/rtas-rtc.c b/arch/powerpc/kernel/rtas-rtc.c index 7b948662704c..635d3b9a8811 100644 --- a/arch/powerpc/kernel/rtas-rtc.c +++ b/arch/powerpc/kernel/rtas-rtc.c | |||
@@ -15,7 +15,7 @@ unsigned long __init rtas_get_boot_time(void) | |||
15 | { | 15 | { |
16 | int ret[8]; | 16 | int ret[8]; |
17 | int error, wait_time; | 17 | int error, wait_time; |
18 | unsigned long max_wait_tb; | 18 | u64 max_wait_tb; |
19 | 19 | ||
20 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; | 20 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; |
21 | do { | 21 | do { |
@@ -45,7 +45,7 @@ void rtas_get_rtc_time(struct rtc_time *rtc_tm) | |||
45 | { | 45 | { |
46 | int ret[8]; | 46 | int ret[8]; |
47 | int error, wait_time; | 47 | int error, wait_time; |
48 | unsigned long max_wait_tb; | 48 | u64 max_wait_tb; |
49 | 49 | ||
50 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; | 50 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; |
51 | do { | 51 | do { |
@@ -80,7 +80,7 @@ void rtas_get_rtc_time(struct rtc_time *rtc_tm) | |||
80 | int rtas_set_rtc_time(struct rtc_time *tm) | 80 | int rtas_set_rtc_time(struct rtc_time *tm) |
81 | { | 81 | { |
82 | int error, wait_time; | 82 | int error, wait_time; |
83 | unsigned long max_wait_tb; | 83 | u64 max_wait_tb; |
84 | 84 | ||
85 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; | 85 | max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; |
86 | do { | 86 | do { |
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 0e5a8e116653..60dec2401c26 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c | |||
@@ -304,75 +304,18 @@ static int __devinit setup_phb(struct device_node *dev, | |||
304 | struct pci_controller *phb, | 304 | struct pci_controller *phb, |
305 | unsigned int addr_size_words) | 305 | unsigned int addr_size_words) |
306 | { | 306 | { |
307 | pci_setup_pci_controller(phb); | ||
308 | |||
309 | if (is_python(dev)) | 307 | if (is_python(dev)) |
310 | python_countermeasures(dev, addr_size_words); | 308 | python_countermeasures(dev, addr_size_words); |
311 | 309 | ||
312 | if (phb_set_bus_ranges(dev, phb)) | 310 | if (phb_set_bus_ranges(dev, phb)) |
313 | return 1; | 311 | return 1; |
314 | 312 | ||
315 | phb->arch_data = dev; | ||
316 | phb->ops = &rtas_pci_ops; | 313 | phb->ops = &rtas_pci_ops; |
317 | phb->buid = get_phb_buid(dev); | 314 | phb->buid = get_phb_buid(dev); |
318 | 315 | ||
319 | return 0; | 316 | return 0; |
320 | } | 317 | } |
321 | 318 | ||
322 | static void __devinit add_linux_pci_domain(struct device_node *dev, | ||
323 | struct pci_controller *phb, | ||
324 | struct property *of_prop) | ||
325 | { | ||
326 | memset(of_prop, 0, sizeof(struct property)); | ||
327 | of_prop->name = "linux,pci-domain"; | ||
328 | of_prop->length = sizeof(phb->global_number); | ||
329 | of_prop->value = (unsigned char *)&of_prop[1]; | ||
330 | memcpy(of_prop->value, &phb->global_number, sizeof(phb->global_number)); | ||
331 | prom_add_property(dev, of_prop); | ||
332 | } | ||
333 | |||
334 | static struct pci_controller * __init alloc_phb(struct device_node *dev, | ||
335 | unsigned int addr_size_words) | ||
336 | { | ||
337 | struct pci_controller *phb; | ||
338 | struct property *of_prop; | ||
339 | |||
340 | phb = alloc_bootmem(sizeof(struct pci_controller)); | ||
341 | if (phb == NULL) | ||
342 | return NULL; | ||
343 | |||
344 | of_prop = alloc_bootmem(sizeof(struct property) + | ||
345 | sizeof(phb->global_number)); | ||
346 | if (!of_prop) | ||
347 | return NULL; | ||
348 | |||
349 | if (setup_phb(dev, phb, addr_size_words)) | ||
350 | return NULL; | ||
351 | |||
352 | add_linux_pci_domain(dev, phb, of_prop); | ||
353 | |||
354 | return phb; | ||
355 | } | ||
356 | |||
357 | static struct pci_controller * __devinit alloc_phb_dynamic(struct device_node *dev, unsigned int addr_size_words) | ||
358 | { | ||
359 | struct pci_controller *phb; | ||
360 | |||
361 | phb = (struct pci_controller *)kmalloc(sizeof(struct pci_controller), | ||
362 | GFP_KERNEL); | ||
363 | if (phb == NULL) | ||
364 | return NULL; | ||
365 | |||
366 | if (setup_phb(dev, phb, addr_size_words)) | ||
367 | return NULL; | ||
368 | |||
369 | phb->is_dynamic = 1; | ||
370 | |||
371 | /* TODO: linux,pci-domain? */ | ||
372 | |||
373 | return phb; | ||
374 | } | ||
375 | |||
376 | unsigned long __init find_and_init_phbs(void) | 319 | unsigned long __init find_and_init_phbs(void) |
377 | { | 320 | { |
378 | struct device_node *node; | 321 | struct device_node *node; |
@@ -397,10 +340,10 @@ unsigned long __init find_and_init_phbs(void) | |||
397 | if (node->type == NULL || strcmp(node->type, "pci") != 0) | 340 | if (node->type == NULL || strcmp(node->type, "pci") != 0) |
398 | continue; | 341 | continue; |
399 | 342 | ||
400 | phb = alloc_phb(node, root_size_cells); | 343 | phb = pcibios_alloc_controller(node); |
401 | if (!phb) | 344 | if (!phb) |
402 | continue; | 345 | continue; |
403 | 346 | setup_phb(node, phb, root_size_cells); | |
404 | pci_process_bridge_OF_ranges(phb, node, 0); | 347 | pci_process_bridge_OF_ranges(phb, node, 0); |
405 | pci_setup_phb_io(phb, index == 0); | 348 | pci_setup_phb_io(phb, index == 0); |
406 | #ifdef CONFIG_PPC_PSERIES | 349 | #ifdef CONFIG_PPC_PSERIES |
@@ -446,10 +389,10 @@ struct pci_controller * __devinit init_phb_dynamic(struct device_node *dn) | |||
446 | root_size_cells = prom_n_size_cells(root); | 389 | root_size_cells = prom_n_size_cells(root); |
447 | 390 | ||
448 | primary = list_empty(&hose_list); | 391 | primary = list_empty(&hose_list); |
449 | phb = alloc_phb_dynamic(dn, root_size_cells); | 392 | phb = pcibios_alloc_controller(dn); |
450 | if (!phb) | 393 | if (!phb) |
451 | return NULL; | 394 | return NULL; |
452 | 395 | setup_phb(dn, phb, root_size_cells); | |
453 | pci_process_bridge_OF_ranges(phb, dn, primary); | 396 | pci_process_bridge_OF_ranges(phb, dn, primary); |
454 | 397 | ||
455 | pci_setup_phb_io_dynamic(phb, primary); | 398 | pci_setup_phb_io_dynamic(phb, primary); |
@@ -505,8 +448,7 @@ int pcibios_remove_root_bus(struct pci_controller *phb) | |||
505 | } | 448 | } |
506 | 449 | ||
507 | list_del(&phb->list_node); | 450 | list_del(&phb->list_node); |
508 | if (phb->is_dynamic) | 451 | pcibios_free_controller(phb); |
509 | kfree(phb); | ||
510 | 452 | ||
511 | return 0; | 453 | return 0; |
512 | } | 454 | } |
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 33e7f2c7f194..bd3eb4292b53 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -59,6 +59,7 @@ | |||
59 | #undef DEBUG | 59 | #undef DEBUG |
60 | 60 | ||
61 | #ifdef DEBUG | 61 | #ifdef DEBUG |
62 | #include <asm/udbg.h> | ||
62 | #define DBG(fmt...) udbg_printf(fmt) | 63 | #define DBG(fmt...) udbg_printf(fmt) |
63 | #else | 64 | #else |
64 | #define DBG(fmt...) | 65 | #define DBG(fmt...) |
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 62dfc5b8d765..30374d2f88e5 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -49,15 +49,16 @@ | |||
49 | #include <asm/paca.h> | 49 | #include <asm/paca.h> |
50 | #endif | 50 | #endif |
51 | 51 | ||
52 | int smp_hw_index[NR_CPUS]; | ||
53 | struct thread_info *secondary_ti; | ||
54 | |||
55 | #ifdef DEBUG | 52 | #ifdef DEBUG |
53 | #include <asm/udbg.h> | ||
56 | #define DBG(fmt...) udbg_printf(fmt) | 54 | #define DBG(fmt...) udbg_printf(fmt) |
57 | #else | 55 | #else |
58 | #define DBG(fmt...) | 56 | #define DBG(fmt...) |
59 | #endif | 57 | #endif |
60 | 58 | ||
59 | int smp_hw_index[NR_CPUS]; | ||
60 | struct thread_info *secondary_ti; | ||
61 | |||
61 | cpumask_t cpu_possible_map = CPU_MASK_NONE; | 62 | cpumask_t cpu_possible_map = CPU_MASK_NONE; |
62 | cpumask_t cpu_online_map = CPU_MASK_NONE; | 63 | cpumask_t cpu_online_map = CPU_MASK_NONE; |
63 | cpumask_t cpu_sibling_map[NR_CPUS] = { [0 ... NR_CPUS-1] = CPU_MASK_NONE }; | 64 | cpumask_t cpu_sibling_map[NR_CPUS] = { [0 ... NR_CPUS-1] = CPU_MASK_NONE }; |
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 070b4b458aaf..de8479769bb7 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
@@ -130,6 +130,34 @@ unsigned long tb_last_stamp; | |||
130 | */ | 130 | */ |
131 | DEFINE_PER_CPU(unsigned long, last_jiffy); | 131 | DEFINE_PER_CPU(unsigned long, last_jiffy); |
132 | 132 | ||
133 | void __delay(unsigned long loops) | ||
134 | { | ||
135 | unsigned long start; | ||
136 | int diff; | ||
137 | |||
138 | if (__USE_RTC()) { | ||
139 | start = get_rtcl(); | ||
140 | do { | ||
141 | /* the RTCL register wraps at 1000000000 */ | ||
142 | diff = get_rtcl() - start; | ||
143 | if (diff < 0) | ||
144 | diff += 1000000000; | ||
145 | } while (diff < loops); | ||
146 | } else { | ||
147 | start = get_tbl(); | ||
148 | while (get_tbl() - start < loops) | ||
149 | HMT_low(); | ||
150 | HMT_medium(); | ||
151 | } | ||
152 | } | ||
153 | EXPORT_SYMBOL(__delay); | ||
154 | |||
155 | void udelay(unsigned long usecs) | ||
156 | { | ||
157 | __delay(tb_ticks_per_usec * usecs); | ||
158 | } | ||
159 | EXPORT_SYMBOL(udelay); | ||
160 | |||
133 | static __inline__ void timer_check_rtc(void) | 161 | static __inline__ void timer_check_rtc(void) |
134 | { | 162 | { |
135 | /* | 163 | /* |
diff --git a/arch/powerpc/kernel/vdso32/cacheflush.S b/arch/powerpc/kernel/vdso32/cacheflush.S index c8db993574ee..09629aea3e47 100644 --- a/arch/powerpc/kernel/vdso32/cacheflush.S +++ b/arch/powerpc/kernel/vdso32/cacheflush.S | |||
@@ -35,6 +35,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache) | |||
35 | subf r8,r6,r4 /* compute length */ | 35 | subf r8,r6,r4 /* compute length */ |
36 | add r8,r8,r5 /* ensure we get enough */ | 36 | add r8,r8,r5 /* ensure we get enough */ |
37 | srwi. r8,r8,7 /* compute line count */ | 37 | srwi. r8,r8,7 /* compute line count */ |
38 | crclr cr0*4+so | ||
38 | beqlr /* nothing to do? */ | 39 | beqlr /* nothing to do? */ |
39 | mtctr r8 | 40 | mtctr r8 |
40 | mr r3,r6 | 41 | mr r3,r6 |
@@ -58,6 +59,7 @@ V_FUNCTION_END(__kernel_sync_dicache) | |||
58 | */ | 59 | */ |
59 | V_FUNCTION_BEGIN(__kernel_sync_dicache_p5) | 60 | V_FUNCTION_BEGIN(__kernel_sync_dicache_p5) |
60 | .cfi_startproc | 61 | .cfi_startproc |
62 | crclr cr0*4+so | ||
61 | sync | 63 | sync |
62 | isync | 64 | isync |
63 | li r3,0 | 65 | li r3,0 |
diff --git a/arch/powerpc/kernel/vdso32/datapage.S b/arch/powerpc/kernel/vdso32/datapage.S index f6b38472318d..4709f1d9542c 100644 --- a/arch/powerpc/kernel/vdso32/datapage.S +++ b/arch/powerpc/kernel/vdso32/datapage.S | |||
@@ -54,7 +54,6 @@ V_FUNCTION_BEGIN(__kernel_get_syscall_map) | |||
54 | .cfi_startproc | 54 | .cfi_startproc |
55 | mflr r12 | 55 | mflr r12 |
56 | .cfi_register lr,r12 | 56 | .cfi_register lr,r12 |
57 | |||
58 | mr r4,r3 | 57 | mr r4,r3 |
59 | bl __get_datapage@local | 58 | bl __get_datapage@local |
60 | mtlr r12 | 59 | mtlr r12 |
@@ -63,6 +62,7 @@ V_FUNCTION_BEGIN(__kernel_get_syscall_map) | |||
63 | beqlr | 62 | beqlr |
64 | li r0,__NR_syscalls | 63 | li r0,__NR_syscalls |
65 | stw r0,0(r4) | 64 | stw r0,0(r4) |
65 | crclr cr0*4+so | ||
66 | blr | 66 | blr |
67 | .cfi_endproc | 67 | .cfi_endproc |
68 | V_FUNCTION_END(__kernel_get_syscall_map) | 68 | V_FUNCTION_END(__kernel_get_syscall_map) |
@@ -80,6 +80,7 @@ V_FUNCTION_BEGIN(__kernel_get_tbfreq) | |||
80 | lwz r4,(CFG_TB_TICKS_PER_SEC + 4)(r3) | 80 | lwz r4,(CFG_TB_TICKS_PER_SEC + 4)(r3) |
81 | lwz r3,CFG_TB_TICKS_PER_SEC(r3) | 81 | lwz r3,CFG_TB_TICKS_PER_SEC(r3) |
82 | mtlr r12 | 82 | mtlr r12 |
83 | crclr cr0*4+so | ||
83 | blr | 84 | blr |
84 | .cfi_endproc | 85 | .cfi_endproc |
85 | V_FUNCTION_END(__kernel_get_tbfreq) | 86 | V_FUNCTION_END(__kernel_get_tbfreq) |
diff --git a/arch/powerpc/kernel/vdso32/gettimeofday.S b/arch/powerpc/kernel/vdso32/gettimeofday.S index 0a32a41d50b0..7eebff03a041 100644 --- a/arch/powerpc/kernel/vdso32/gettimeofday.S +++ b/arch/powerpc/kernel/vdso32/gettimeofday.S | |||
@@ -59,6 +59,7 @@ V_FUNCTION_BEGIN(__kernel_gettimeofday) | |||
59 | stw r5,TZONE_TZ_DSTTIME(r11) | 59 | stw r5,TZONE_TZ_DSTTIME(r11) |
60 | 60 | ||
61 | 1: mtlr r12 | 61 | 1: mtlr r12 |
62 | crclr cr0*4+so | ||
62 | li r3,0 | 63 | li r3,0 |
63 | blr | 64 | blr |
64 | 65 | ||
@@ -117,6 +118,7 @@ V_FUNCTION_BEGIN(__kernel_clock_gettime) | |||
117 | mulli r5,r5,1000 | 118 | mulli r5,r5,1000 |
118 | stw r5,TSPC32_TV_NSEC(r11) | 119 | stw r5,TSPC32_TV_NSEC(r11) |
119 | mtlr r12 | 120 | mtlr r12 |
121 | crclr cr0*4+so | ||
120 | li r3,0 | 122 | li r3,0 |
121 | blr | 123 | blr |
122 | 124 | ||
@@ -185,6 +187,7 @@ V_FUNCTION_BEGIN(__kernel_clock_gettime) | |||
185 | stw r4,TSPC32_TV_NSEC(r11) | 187 | stw r4,TSPC32_TV_NSEC(r11) |
186 | 188 | ||
187 | mtlr r12 | 189 | mtlr r12 |
190 | crclr cr0*4+so | ||
188 | li r3,0 | 191 | li r3,0 |
189 | blr | 192 | blr |
190 | 193 | ||
@@ -219,6 +222,7 @@ V_FUNCTION_BEGIN(__kernel_clock_getres) | |||
219 | 222 | ||
220 | li r3,0 | 223 | li r3,0 |
221 | cmpli cr0,r4,0 | 224 | cmpli cr0,r4,0 |
225 | crclr cr0*4+so | ||
222 | beqlr | 226 | beqlr |
223 | lis r5,CLOCK_REALTIME_RES@h | 227 | lis r5,CLOCK_REALTIME_RES@h |
224 | ori r5,r5,CLOCK_REALTIME_RES@l | 228 | ori r5,r5,CLOCK_REALTIME_RES@l |
diff --git a/arch/powerpc/kernel/vdso64/cacheflush.S b/arch/powerpc/kernel/vdso64/cacheflush.S index d4a0ad28d534..cb4ae0a5edd0 100644 --- a/arch/powerpc/kernel/vdso64/cacheflush.S +++ b/arch/powerpc/kernel/vdso64/cacheflush.S | |||
@@ -35,6 +35,7 @@ V_FUNCTION_BEGIN(__kernel_sync_dicache) | |||
35 | subf r8,r6,r4 /* compute length */ | 35 | subf r8,r6,r4 /* compute length */ |
36 | add r8,r8,r5 /* ensure we get enough */ | 36 | add r8,r8,r5 /* ensure we get enough */ |
37 | srwi. r8,r8,7 /* compute line count */ | 37 | srwi. r8,r8,7 /* compute line count */ |
38 | crclr cr0*4+so | ||
38 | beqlr /* nothing to do? */ | 39 | beqlr /* nothing to do? */ |
39 | mtctr r8 | 40 | mtctr r8 |
40 | mr r3,r6 | 41 | mr r3,r6 |
@@ -58,6 +59,7 @@ V_FUNCTION_END(__kernel_sync_dicache) | |||
58 | */ | 59 | */ |
59 | V_FUNCTION_BEGIN(__kernel_sync_dicache_p5) | 60 | V_FUNCTION_BEGIN(__kernel_sync_dicache_p5) |
60 | .cfi_startproc | 61 | .cfi_startproc |
62 | crclr cr0*4+so | ||
61 | sync | 63 | sync |
62 | isync | 64 | isync |
63 | li r3,0 | 65 | li r3,0 |
diff --git a/arch/powerpc/kernel/vdso64/datapage.S b/arch/powerpc/kernel/vdso64/datapage.S index 6393e4137bc7..3b2dd7d0c1eb 100644 --- a/arch/powerpc/kernel/vdso64/datapage.S +++ b/arch/powerpc/kernel/vdso64/datapage.S | |||
@@ -54,12 +54,12 @@ V_FUNCTION_BEGIN(__kernel_get_syscall_map) | |||
54 | .cfi_startproc | 54 | .cfi_startproc |
55 | mflr r12 | 55 | mflr r12 |
56 | .cfi_register lr,r12 | 56 | .cfi_register lr,r12 |
57 | |||
58 | mr r4,r3 | 57 | mr r4,r3 |
59 | bl V_LOCAL_FUNC(__get_datapage) | 58 | bl V_LOCAL_FUNC(__get_datapage) |
60 | mtlr r12 | 59 | mtlr r12 |
61 | addi r3,r3,CFG_SYSCALL_MAP64 | 60 | addi r3,r3,CFG_SYSCALL_MAP64 |
62 | cmpli cr0,r4,0 | 61 | cmpli cr0,r4,0 |
62 | crclr cr0*4+so | ||
63 | beqlr | 63 | beqlr |
64 | li r0,__NR_syscalls | 64 | li r0,__NR_syscalls |
65 | stw r0,0(r4) | 65 | stw r0,0(r4) |
@@ -80,6 +80,7 @@ V_FUNCTION_BEGIN(__kernel_get_tbfreq) | |||
80 | bl V_LOCAL_FUNC(__get_datapage) | 80 | bl V_LOCAL_FUNC(__get_datapage) |
81 | ld r3,CFG_TB_TICKS_PER_SEC(r3) | 81 | ld r3,CFG_TB_TICKS_PER_SEC(r3) |
82 | mtlr r12 | 82 | mtlr r12 |
83 | crclr cr0*4+so | ||
83 | blr | 84 | blr |
84 | .cfi_endproc | 85 | .cfi_endproc |
85 | V_FUNCTION_END(__kernel_get_tbfreq) | 86 | V_FUNCTION_END(__kernel_get_tbfreq) |
diff --git a/arch/powerpc/kernel/vdso64/gettimeofday.S b/arch/powerpc/kernel/vdso64/gettimeofday.S index 1a89094715cc..ccaeda5136d1 100644 --- a/arch/powerpc/kernel/vdso64/gettimeofday.S +++ b/arch/powerpc/kernel/vdso64/gettimeofday.S | |||
@@ -52,6 +52,7 @@ V_FUNCTION_BEGIN(__kernel_gettimeofday) | |||
52 | stw r4,TZONE_TZ_MINWEST(r10) | 52 | stw r4,TZONE_TZ_MINWEST(r10) |
53 | stw r5,TZONE_TZ_DSTTIME(r10) | 53 | stw r5,TZONE_TZ_DSTTIME(r10) |
54 | 1: mtlr r12 | 54 | 1: mtlr r12 |
55 | crclr cr0*4+so | ||
55 | li r3,0 /* always success */ | 56 | li r3,0 /* always success */ |
56 | blr | 57 | blr |
57 | .cfi_endproc | 58 | .cfi_endproc |
@@ -99,6 +100,7 @@ V_FUNCTION_BEGIN(__kernel_clock_gettime) | |||
99 | std r0,TSPC64_TV_NSEC(r11) /* store nsec in tp */ | 100 | std r0,TSPC64_TV_NSEC(r11) /* store nsec in tp */ |
100 | 101 | ||
101 | mtlr r12 | 102 | mtlr r12 |
103 | crclr cr0*4+so | ||
102 | li r3,0 | 104 | li r3,0 |
103 | blr | 105 | blr |
104 | 106 | ||
@@ -159,6 +161,7 @@ V_FUNCTION_BEGIN(__kernel_clock_gettime) | |||
159 | std r7,TSPC64_TV_NSEC(r11) | 161 | std r7,TSPC64_TV_NSEC(r11) |
160 | 162 | ||
161 | mtlr r12 | 163 | mtlr r12 |
164 | crclr cr0*4+so | ||
162 | li r3,0 | 165 | li r3,0 |
163 | blr | 166 | blr |
164 | 167 | ||
@@ -193,6 +196,7 @@ V_FUNCTION_BEGIN(__kernel_clock_getres) | |||
193 | 196 | ||
194 | li r3,0 | 197 | li r3,0 |
195 | cmpli cr0,r4,0 | 198 | cmpli cr0,r4,0 |
199 | crclr cr0*4+so | ||
196 | beqlr | 200 | beqlr |
197 | lis r5,CLOCK_REALTIME_RES@h | 201 | lis r5,CLOCK_REALTIME_RES@h |
198 | ori r5,r5,CLOCK_REALTIME_RES@l | 202 | ori r5,r5,CLOCK_REALTIME_RES@l |
diff --git a/arch/powerpc/mm/lmb.c b/arch/powerpc/mm/lmb.c index 9b5aa6808eb8..9584608fd768 100644 --- a/arch/powerpc/mm/lmb.c +++ b/arch/powerpc/mm/lmb.c | |||
@@ -22,35 +22,38 @@ | |||
22 | #include "mmu_decl.h" /* for __max_low_memory */ | 22 | #include "mmu_decl.h" /* for __max_low_memory */ |
23 | #endif | 23 | #endif |
24 | 24 | ||
25 | struct lmb lmb; | ||
26 | |||
27 | #undef DEBUG | 25 | #undef DEBUG |
28 | 26 | ||
27 | #ifdef DEBUG | ||
28 | #include <asm/udbg.h> | ||
29 | #define DBG(fmt...) udbg_printf(fmt) | ||
30 | #else | ||
31 | #define DBG(fmt...) | ||
32 | #endif | ||
33 | |||
34 | struct lmb lmb; | ||
35 | |||
29 | void lmb_dump_all(void) | 36 | void lmb_dump_all(void) |
30 | { | 37 | { |
31 | #ifdef DEBUG | 38 | #ifdef DEBUG |
32 | unsigned long i; | 39 | unsigned long i; |
33 | 40 | ||
34 | udbg_printf("lmb_dump_all:\n"); | 41 | DBG("lmb_dump_all:\n"); |
35 | udbg_printf(" memory.cnt = 0x%lx\n", | 42 | DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt); |
36 | lmb.memory.cnt); | 43 | DBG(" memory.size = 0x%lx\n", lmb.memory.size); |
37 | udbg_printf(" memory.size = 0x%lx\n", | ||
38 | lmb.memory.size); | ||
39 | for (i=0; i < lmb.memory.cnt ;i++) { | 44 | for (i=0; i < lmb.memory.cnt ;i++) { |
40 | udbg_printf(" memory.region[0x%x].base = 0x%lx\n", | 45 | DBG(" memory.region[0x%x].base = 0x%lx\n", |
41 | i, lmb.memory.region[i].base); | 46 | i, lmb.memory.region[i].base); |
42 | udbg_printf(" .size = 0x%lx\n", | 47 | DBG(" .size = 0x%lx\n", |
43 | lmb.memory.region[i].size); | 48 | lmb.memory.region[i].size); |
44 | } | 49 | } |
45 | 50 | ||
46 | udbg_printf("\n reserved.cnt = 0x%lx\n", | 51 | DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt); |
47 | lmb.reserved.cnt); | 52 | DBG(" reserved.size = 0x%lx\n", lmb.reserved.size); |
48 | udbg_printf(" reserved.size = 0x%lx\n", | ||
49 | lmb.reserved.size); | ||
50 | for (i=0; i < lmb.reserved.cnt ;i++) { | 53 | for (i=0; i < lmb.reserved.cnt ;i++) { |
51 | udbg_printf(" reserved.region[0x%x].base = 0x%lx\n", | 54 | DBG(" reserved.region[0x%x].base = 0x%lx\n", |
52 | i, lmb.reserved.region[i].base); | 55 | i, lmb.reserved.region[i].base); |
53 | udbg_printf(" .size = 0x%lx\n", | 56 | DBG(" .size = 0x%lx\n", |
54 | lmb.reserved.region[i].size); | 57 | lmb.reserved.region[i].size); |
55 | } | 58 | } |
56 | #endif /* DEBUG */ | 59 | #endif /* DEBUG */ |
diff --git a/arch/powerpc/mm/mem.c b/arch/powerpc/mm/mem.c index e2c95fcb8055..4bd7b0a70996 100644 --- a/arch/powerpc/mm/mem.c +++ b/arch/powerpc/mm/mem.c | |||
@@ -200,6 +200,8 @@ void show_mem(void) | |||
200 | unsigned long flags; | 200 | unsigned long flags; |
201 | pgdat_resize_lock(pgdat, &flags); | 201 | pgdat_resize_lock(pgdat, &flags); |
202 | for (i = 0; i < pgdat->node_spanned_pages; i++) { | 202 | for (i = 0; i < pgdat->node_spanned_pages; i++) { |
203 | if (!pfn_valid(pgdat->node_start_pfn + i)) | ||
204 | continue; | ||
203 | page = pgdat_page_nr(pgdat, i); | 205 | page = pgdat_page_nr(pgdat, i); |
204 | total++; | 206 | total++; |
205 | if (PageHighMem(page)) | 207 | if (PageHighMem(page)) |
@@ -336,7 +338,7 @@ void __init mem_init(void) | |||
336 | struct page *page; | 338 | struct page *page; |
337 | unsigned long reservedpages = 0, codesize, initsize, datasize, bsssize; | 339 | unsigned long reservedpages = 0, codesize, initsize, datasize, bsssize; |
338 | 340 | ||
339 | num_physpages = max_pfn; /* RAM is assumed contiguous */ | 341 | num_physpages = lmb.memory.size >> PAGE_SHIFT; |
340 | high_memory = (void *) __va(max_low_pfn * PAGE_SIZE); | 342 | high_memory = (void *) __va(max_low_pfn * PAGE_SIZE); |
341 | 343 | ||
342 | #ifdef CONFIG_NEED_MULTIPLE_NODES | 344 | #ifdef CONFIG_NEED_MULTIPLE_NODES |
@@ -348,11 +350,13 @@ void __init mem_init(void) | |||
348 | } | 350 | } |
349 | } | 351 | } |
350 | #else | 352 | #else |
351 | max_mapnr = num_physpages; | 353 | max_mapnr = max_pfn; |
352 | totalram_pages += free_all_bootmem(); | 354 | totalram_pages += free_all_bootmem(); |
353 | #endif | 355 | #endif |
354 | for_each_pgdat(pgdat) { | 356 | for_each_pgdat(pgdat) { |
355 | for (i = 0; i < pgdat->node_spanned_pages; i++) { | 357 | for (i = 0; i < pgdat->node_spanned_pages; i++) { |
358 | if (!pfn_valid(pgdat->node_start_pfn + i)) | ||
359 | continue; | ||
356 | page = pgdat_page_nr(pgdat, i); | 360 | page = pgdat_page_nr(pgdat, i); |
357 | if (PageReserved(page)) | 361 | if (PageReserved(page)) |
358 | reservedpages++; | 362 | reservedpages++; |
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index bd2cf1336885..f72cf87364cb 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -483,6 +483,7 @@ static void __init setup_nonnuma(void) | |||
483 | { | 483 | { |
484 | unsigned long top_of_ram = lmb_end_of_DRAM(); | 484 | unsigned long top_of_ram = lmb_end_of_DRAM(); |
485 | unsigned long total_ram = lmb_phys_mem_size(); | 485 | unsigned long total_ram = lmb_phys_mem_size(); |
486 | unsigned int i; | ||
486 | 487 | ||
487 | printk(KERN_INFO "Top of RAM: 0x%lx, Total RAM: 0x%lx\n", | 488 | printk(KERN_INFO "Top of RAM: 0x%lx, Total RAM: 0x%lx\n", |
488 | top_of_ram, total_ram); | 489 | top_of_ram, total_ram); |
@@ -490,7 +491,9 @@ static void __init setup_nonnuma(void) | |||
490 | (top_of_ram - total_ram) >> 20); | 491 | (top_of_ram - total_ram) >> 20); |
491 | 492 | ||
492 | map_cpu_to_node(boot_cpuid, 0); | 493 | map_cpu_to_node(boot_cpuid, 0); |
493 | add_region(0, 0, lmb_end_of_DRAM() >> PAGE_SHIFT); | 494 | for (i = 0; i < lmb.memory.cnt; ++i) |
495 | add_region(0, lmb.memory.region[i].base >> PAGE_SHIFT, | ||
496 | lmb_size_pages(&lmb.memory, i)); | ||
494 | node_set_online(0); | 497 | node_set_online(0); |
495 | } | 498 | } |
496 | 499 | ||
diff --git a/arch/powerpc/platforms/chrp/setup.c b/arch/powerpc/platforms/chrp/setup.c index 4099ddab9205..dda5f2c72c25 100644 --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c | |||
@@ -257,6 +257,13 @@ void __init chrp_setup_arch(void) | |||
257 | if (rtas_token("display-character") >= 0) | 257 | if (rtas_token("display-character") >= 0) |
258 | ppc_md.progress = rtas_progress; | 258 | ppc_md.progress = rtas_progress; |
259 | 259 | ||
260 | /* use RTAS time-of-day routines if available */ | ||
261 | if (rtas_token("get-time-of-day") != RTAS_UNKNOWN_SERVICE) { | ||
262 | ppc_md.get_boot_time = rtas_get_boot_time; | ||
263 | ppc_md.get_rtc_time = rtas_get_rtc_time; | ||
264 | ppc_md.set_rtc_time = rtas_set_rtc_time; | ||
265 | } | ||
266 | |||
260 | #ifdef CONFIG_BOOTX_TEXT | 267 | #ifdef CONFIG_BOOTX_TEXT |
261 | if (ppc_md.progress == NULL && boot_text_mapped) | 268 | if (ppc_md.progress == NULL && boot_text_mapped) |
262 | ppc_md.progress = btext_progress; | 269 | ppc_md.progress = btext_progress; |
@@ -505,9 +512,11 @@ void __init chrp_init(void) | |||
505 | ppc_md.halt = rtas_halt; | 512 | ppc_md.halt = rtas_halt; |
506 | 513 | ||
507 | ppc_md.time_init = chrp_time_init; | 514 | ppc_md.time_init = chrp_time_init; |
515 | ppc_md.calibrate_decr = chrp_calibrate_decr; | ||
516 | |||
517 | /* this may get overridden with rtas routines later... */ | ||
508 | ppc_md.set_rtc_time = chrp_set_rtc_time; | 518 | ppc_md.set_rtc_time = chrp_set_rtc_time; |
509 | ppc_md.get_rtc_time = chrp_get_rtc_time; | 519 | ppc_md.get_rtc_time = chrp_get_rtc_time; |
510 | ppc_md.calibrate_decr = chrp_calibrate_decr; | ||
511 | 520 | ||
512 | #ifdef CONFIG_SMP | 521 | #ifdef CONFIG_SMP |
513 | smp_ops = &chrp_smp_ops; | 522 | smp_ops = &chrp_smp_ops; |
diff --git a/arch/powerpc/platforms/chrp/smp.c b/arch/powerpc/platforms/chrp/smp.c index bb2315997d45..b616053bc331 100644 --- a/arch/powerpc/platforms/chrp/smp.c +++ b/arch/powerpc/platforms/chrp/smp.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <asm/machdep.h> | 34 | #include <asm/machdep.h> |
35 | #include <asm/smp.h> | 35 | #include <asm/smp.h> |
36 | #include <asm/mpic.h> | 36 | #include <asm/mpic.h> |
37 | #include <asm/rtas.h> | ||
37 | 38 | ||
38 | static void __devinit smp_chrp_kick_cpu(int nr) | 39 | static void __devinit smp_chrp_kick_cpu(int nr) |
39 | { | 40 | { |
diff --git a/arch/powerpc/platforms/chrp/time.c b/arch/powerpc/platforms/chrp/time.c index 9e53535ddb82..737ee5d9f0aa 100644 --- a/arch/powerpc/platforms/chrp/time.c +++ b/arch/powerpc/platforms/chrp/time.c | |||
@@ -87,7 +87,6 @@ int chrp_set_rtc_time(struct rtc_time *tmarg) | |||
87 | 87 | ||
88 | chrp_cmos_clock_write((save_freq_select|RTC_DIV_RESET2), RTC_FREQ_SELECT); | 88 | chrp_cmos_clock_write((save_freq_select|RTC_DIV_RESET2), RTC_FREQ_SELECT); |
89 | 89 | ||
90 | tm.tm_year -= 1900; | ||
91 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { | 90 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { |
92 | BIN_TO_BCD(tm.tm_sec); | 91 | BIN_TO_BCD(tm.tm_sec); |
93 | BIN_TO_BCD(tm.tm_min); | 92 | BIN_TO_BCD(tm.tm_min); |
@@ -156,7 +155,7 @@ void chrp_get_rtc_time(struct rtc_time *tm) | |||
156 | BCD_TO_BIN(mon); | 155 | BCD_TO_BIN(mon); |
157 | BCD_TO_BIN(year); | 156 | BCD_TO_BIN(year); |
158 | } | 157 | } |
159 | if ((year += 1900) < 1970) | 158 | if (year < 70) |
160 | year += 100; | 159 | year += 100; |
161 | tm->tm_sec = sec; | 160 | tm->tm_sec = sec; |
162 | tm->tm_min = min; | 161 | tm->tm_min = min; |
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index 4b75131773a6..dafc518fbb83 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -244,10 +244,9 @@ unsigned long __init find_and_init_phbs(void) | |||
244 | if (ret == 0) { | 244 | if (ret == 0) { |
245 | printk("bus %d appears to exist\n", bus); | 245 | printk("bus %d appears to exist\n", bus); |
246 | 246 | ||
247 | phb = (struct pci_controller *)kmalloc(sizeof(struct pci_controller), GFP_KERNEL); | 247 | phb = pcibios_alloc_controller(NULL); |
248 | if (phb == NULL) | 248 | if (phb == NULL) |
249 | return -ENOMEM; | 249 | return -ENOMEM; |
250 | pci_setup_pci_controller(phb); | ||
251 | 250 | ||
252 | phb->pci_mem_offset = phb->local_number = bus; | 251 | phb->pci_mem_offset = phb->local_number = bus; |
253 | phb->first_busno = bus; | 252 | phb->first_busno = bus; |
diff --git a/arch/powerpc/platforms/maple/pci.c b/arch/powerpc/platforms/maple/pci.c index 895aeb3f75d0..f40451da037c 100644 --- a/arch/powerpc/platforms/maple/pci.c +++ b/arch/powerpc/platforms/maple/pci.c | |||
@@ -326,26 +326,12 @@ static int __init add_bridge(struct device_node *dev) | |||
326 | dev->full_name); | 326 | dev->full_name); |
327 | } | 327 | } |
328 | 328 | ||
329 | hose = alloc_bootmem(sizeof(struct pci_controller)); | 329 | hose = pcibios_alloc_controller(dev); |
330 | if (hose == NULL) | 330 | if (hose == NULL) |
331 | return -ENOMEM; | 331 | return -ENOMEM; |
332 | pci_setup_pci_controller(hose); | ||
333 | |||
334 | hose->arch_data = dev; | ||
335 | hose->first_busno = bus_range ? bus_range[0] : 0; | 332 | hose->first_busno = bus_range ? bus_range[0] : 0; |
336 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | 333 | hose->last_busno = bus_range ? bus_range[1] : 0xff; |
337 | 334 | ||
338 | of_prop = alloc_bootmem(sizeof(struct property) + | ||
339 | sizeof(hose->global_number)); | ||
340 | if (of_prop) { | ||
341 | memset(of_prop, 0, sizeof(struct property)); | ||
342 | of_prop->name = "linux,pci-domain"; | ||
343 | of_prop->length = sizeof(hose->global_number); | ||
344 | of_prop->value = (unsigned char *)&of_prop[1]; | ||
345 | memcpy(of_prop->value, &hose->global_number, sizeof(hose->global_number)); | ||
346 | prom_add_property(dev, of_prop); | ||
347 | } | ||
348 | |||
349 | disp_name = NULL; | 335 | disp_name = NULL; |
350 | if (device_is_compatible(dev, "u3-agp")) { | 336 | if (device_is_compatible(dev, "u3-agp")) { |
351 | setup_u3_agp(hose); | 337 | setup_u3_agp(hose); |
diff --git a/arch/powerpc/platforms/maple/time.c b/arch/powerpc/platforms/maple/time.c index 40fc07a8e606..15846cc938ac 100644 --- a/arch/powerpc/platforms/maple/time.c +++ b/arch/powerpc/platforms/maple/time.c | |||
@@ -158,6 +158,11 @@ int maple_set_rtc_time(struct rtc_time *tm) | |||
158 | return 0; | 158 | return 0; |
159 | } | 159 | } |
160 | 160 | ||
161 | static struct resource rtc_iores = { | ||
162 | .name = "rtc", | ||
163 | .flags = IORESOURCE_BUSY, | ||
164 | }; | ||
165 | |||
161 | unsigned long __init maple_get_boot_time(void) | 166 | unsigned long __init maple_get_boot_time(void) |
162 | { | 167 | { |
163 | struct rtc_time tm; | 168 | struct rtc_time tm; |
@@ -172,7 +177,11 @@ unsigned long __init maple_get_boot_time(void) | |||
172 | printk(KERN_INFO "Maple: No device node for RTC, assuming " | 177 | printk(KERN_INFO "Maple: No device node for RTC, assuming " |
173 | "legacy address (0x%x)\n", maple_rtc_addr); | 178 | "legacy address (0x%x)\n", maple_rtc_addr); |
174 | } | 179 | } |
175 | 180 | ||
181 | rtc_iores.start = maple_rtc_addr; | ||
182 | rtc_iores.end = maple_rtc_addr + 7; | ||
183 | request_resource(&ioport_resource, &rtc_iores); | ||
184 | |||
176 | maple_get_rtc_time(&tm); | 185 | maple_get_rtc_time(&tm); |
177 | return mktime(tm.tm_year+1900, tm.tm_mon+1, tm.tm_mday, | 186 | return mktime(tm.tm_year+1900, tm.tm_mon+1, tm.tm_mday, |
178 | tm.tm_hour, tm.tm_min, tm.tm_sec); | 187 | tm.tm_hour, tm.tm_min, tm.tm_sec); |
diff --git a/arch/powerpc/platforms/powermac/feature.c b/arch/powerpc/platforms/powermac/feature.c index 10f1d942c661..0d7fa00fcb00 100644 --- a/arch/powerpc/platforms/powermac/feature.c +++ b/arch/powerpc/platforms/powermac/feature.c | |||
@@ -2362,6 +2362,14 @@ static struct pmac_mb_def pmac_mb_defs[] = { | |||
2362 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | 2362 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, |
2363 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, | 2363 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, |
2364 | }, | 2364 | }, |
2365 | { "PowerBook5,8", "PowerBook G4 15\"", | ||
2366 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | ||
2367 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, | ||
2368 | }, | ||
2369 | { "PowerBook5,9", "PowerBook G4 17\"", | ||
2370 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | ||
2371 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, | ||
2372 | }, | ||
2365 | { "PowerBook6,1", "PowerBook G4 12\"", | 2373 | { "PowerBook6,1", "PowerBook G4 12\"", |
2366 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | 2374 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, |
2367 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, | 2375 | PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE, |
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index dfd41b9781a9..443be526cde7 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c | |||
@@ -640,15 +640,16 @@ static void __init setup_u3_ht(struct pci_controller* hose) | |||
640 | * the reg address cell, we shall fix that by killing struct | 640 | * the reg address cell, we shall fix that by killing struct |
641 | * reg_property and using some accessor functions instead | 641 | * reg_property and using some accessor functions instead |
642 | */ | 642 | */ |
643 | hose->cfg_data = (volatile unsigned char *)ioremap(0xf2000000, 0x02000000); | 643 | hose->cfg_data = (volatile unsigned char *)ioremap(0xf2000000, |
644 | 0x02000000); | ||
644 | 645 | ||
645 | /* | 646 | /* |
646 | * /ht node doesn't expose a "ranges" property, so we "remove" regions that | 647 | * /ht node doesn't expose a "ranges" property, so we "remove" |
647 | * have been allocated to AGP. So far, this version of the code doesn't assign | 648 | * regions that have been allocated to AGP. So far, this version of |
648 | * any of the 0xfxxxxxxx "fine" memory regions to /ht. | 649 | * the code doesn't assign any of the 0xfxxxxxxx "fine" memory regions |
649 | * We need to fix that sooner or later by either parsing all child "ranges" | 650 | * to /ht. We need to fix that sooner or later by either parsing all |
650 | * properties or figuring out the U3 address space decoding logic and | 651 | * child "ranges" properties or figuring out the U3 address space |
651 | * then read its configuration register (if any). | 652 | * decoding logic and then read its configuration register (if any). |
652 | */ | 653 | */ |
653 | hose->io_base_phys = 0xf4000000; | 654 | hose->io_base_phys = 0xf4000000; |
654 | hose->pci_io_size = 0x00400000; | 655 | hose->pci_io_size = 0x00400000; |
@@ -671,10 +672,10 @@ static void __init setup_u3_ht(struct pci_controller* hose) | |||
671 | return; | 672 | return; |
672 | } | 673 | } |
673 | 674 | ||
674 | /* We "remove" the AGP resources from the resources allocated to HT, that | 675 | /* We "remove" the AGP resources from the resources allocated to HT, |
675 | * is we create "holes". However, that code does assumptions that so far | 676 | * that is we create "holes". However, that code does assumptions |
676 | * happen to be true (cross fingers...), typically that resources in the | 677 | * that so far happen to be true (cross fingers...), typically that |
677 | * AGP node are properly ordered | 678 | * resources in the AGP node are properly ordered |
678 | */ | 679 | */ |
679 | cur = 0; | 680 | cur = 0; |
680 | for (i=0; i<3; i++) { | 681 | for (i=0; i<3; i++) { |
@@ -684,23 +685,30 @@ static void __init setup_u3_ht(struct pci_controller* hose) | |||
684 | /* We don't care about "fine" resources */ | 685 | /* We don't care about "fine" resources */ |
685 | if (res->start >= 0xf0000000) | 686 | if (res->start >= 0xf0000000) |
686 | continue; | 687 | continue; |
687 | /* Check if it's just a matter of "shrinking" us in one direction */ | 688 | /* Check if it's just a matter of "shrinking" us in one |
689 | * direction | ||
690 | */ | ||
688 | if (hose->mem_resources[cur].start == res->start) { | 691 | if (hose->mem_resources[cur].start == res->start) { |
689 | DBG("U3/HT: shrink start of %d, %08lx -> %08lx\n", | 692 | DBG("U3/HT: shrink start of %d, %08lx -> %08lx\n", |
690 | cur, hose->mem_resources[cur].start, res->end + 1); | 693 | cur, hose->mem_resources[cur].start, |
694 | res->end + 1); | ||
691 | hose->mem_resources[cur].start = res->end + 1; | 695 | hose->mem_resources[cur].start = res->end + 1; |
692 | continue; | 696 | continue; |
693 | } | 697 | } |
694 | if (hose->mem_resources[cur].end == res->end) { | 698 | if (hose->mem_resources[cur].end == res->end) { |
695 | DBG("U3/HT: shrink end of %d, %08lx -> %08lx\n", | 699 | DBG("U3/HT: shrink end of %d, %08lx -> %08lx\n", |
696 | cur, hose->mem_resources[cur].end, res->start - 1); | 700 | cur, hose->mem_resources[cur].end, |
701 | res->start - 1); | ||
697 | hose->mem_resources[cur].end = res->start - 1; | 702 | hose->mem_resources[cur].end = res->start - 1; |
698 | continue; | 703 | continue; |
699 | } | 704 | } |
700 | /* No, it's not the case, we need a hole */ | 705 | /* No, it's not the case, we need a hole */ |
701 | if (cur == 2) { | 706 | if (cur == 2) { |
702 | /* not enough resources for a hole, we drop part of the range */ | 707 | /* not enough resources for a hole, we drop part |
703 | printk(KERN_WARNING "Running out of resources for /ht host !\n"); | 708 | * of the range |
709 | */ | ||
710 | printk(KERN_WARNING "Running out of resources" | ||
711 | " for /ht host !\n"); | ||
704 | hose->mem_resources[cur].end = res->start - 1; | 712 | hose->mem_resources[cur].end = res->start - 1; |
705 | continue; | 713 | continue; |
706 | } | 714 | } |
@@ -714,17 +722,6 @@ static void __init setup_u3_ht(struct pci_controller* hose) | |||
714 | hose->mem_resources[cur-1].end = res->start - 1; | 722 | hose->mem_resources[cur-1].end = res->start - 1; |
715 | } | 723 | } |
716 | } | 724 | } |
717 | |||
718 | /* XXX this needs to be converged between ppc32 and ppc64... */ | ||
719 | static struct pci_controller * __init pcibios_alloc_controller(void) | ||
720 | { | ||
721 | struct pci_controller *hose; | ||
722 | |||
723 | hose = alloc_bootmem(sizeof(struct pci_controller)); | ||
724 | if (hose) | ||
725 | pci_setup_pci_controller(hose); | ||
726 | return hose; | ||
727 | } | ||
728 | #endif | 725 | #endif |
729 | 726 | ||
730 | /* | 727 | /* |
@@ -756,11 +753,16 @@ static int __init add_bridge(struct device_node *dev) | |||
756 | #endif | 753 | #endif |
757 | bus_range = (int *) get_property(dev, "bus-range", &len); | 754 | bus_range = (int *) get_property(dev, "bus-range", &len); |
758 | if (bus_range == NULL || len < 2 * sizeof(int)) { | 755 | if (bus_range == NULL || len < 2 * sizeof(int)) { |
759 | printk(KERN_WARNING "Can't get bus-range for %s, assume bus 0\n", | 756 | printk(KERN_WARNING "Can't get bus-range for %s, assume" |
760 | dev->full_name); | 757 | " bus 0\n", dev->full_name); |
761 | } | 758 | } |
762 | 759 | ||
760 | /* XXX Different prototypes, to be merged */ | ||
761 | #ifdef CONFIG_PPC64 | ||
762 | hose = pcibios_alloc_controller(dev); | ||
763 | #else | ||
763 | hose = pcibios_alloc_controller(); | 764 | hose = pcibios_alloc_controller(); |
765 | #endif | ||
764 | if (!hose) | 766 | if (!hose) |
765 | return -ENOMEM; | 767 | return -ENOMEM; |
766 | hose->arch_data = dev; | 768 | hose->arch_data = dev; |
@@ -768,7 +770,7 @@ static int __init add_bridge(struct device_node *dev) | |||
768 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | 770 | hose->last_busno = bus_range ? bus_range[1] : 0xff; |
769 | 771 | ||
770 | disp_name = NULL; | 772 | disp_name = NULL; |
771 | #ifdef CONFIG_POWER4 | 773 | #ifdef CONFIG_PPC64 |
772 | if (device_is_compatible(dev, "u3-agp")) { | 774 | if (device_is_compatible(dev, "u3-agp")) { |
773 | setup_u3_agp(hose); | 775 | setup_u3_agp(hose); |
774 | disp_name = "U3-AGP"; | 776 | disp_name = "U3-AGP"; |
diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries/eeh.c index 79de2310e70b..c8d2a40dc5b4 100644 --- a/arch/powerpc/platforms/pseries/eeh.c +++ b/arch/powerpc/platforms/pseries/eeh.c | |||
@@ -86,7 +86,8 @@ static int ibm_read_slot_reset_state; | |||
86 | static int ibm_read_slot_reset_state2; | 86 | static int ibm_read_slot_reset_state2; |
87 | static int ibm_slot_error_detail; | 87 | static int ibm_slot_error_detail; |
88 | 88 | ||
89 | static int eeh_subsystem_enabled; | 89 | int eeh_subsystem_enabled; |
90 | EXPORT_SYMBOL(eeh_subsystem_enabled); | ||
90 | 91 | ||
91 | /* Lock to avoid races due to multiple reports of an error */ | 92 | /* Lock to avoid races due to multiple reports of an error */ |
92 | static DEFINE_SPINLOCK(confirm_error_lock); | 93 | static DEFINE_SPINLOCK(confirm_error_lock); |
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index b9d9732b2e06..4a465f067ede 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
@@ -504,7 +504,7 @@ static void pseries_dedicated_idle(void) | |||
504 | lpaca->lppaca.idle = 1; | 504 | lpaca->lppaca.idle = 1; |
505 | 505 | ||
506 | if (!need_resched()) { | 506 | if (!need_resched()) { |
507 | start_snooze = __get_tb() + | 507 | start_snooze = get_tb() + |
508 | *smt_snooze_delay * tb_ticks_per_usec; | 508 | *smt_snooze_delay * tb_ticks_per_usec; |
509 | 509 | ||
510 | while (!need_resched() && !cpu_is_offline(cpu)) { | 510 | while (!need_resched() && !cpu_is_offline(cpu)) { |
@@ -518,7 +518,7 @@ static void pseries_dedicated_idle(void) | |||
518 | HMT_very_low(); | 518 | HMT_very_low(); |
519 | 519 | ||
520 | if (*smt_snooze_delay != 0 && | 520 | if (*smt_snooze_delay != 0 && |
521 | __get_tb() > start_snooze) { | 521 | get_tb() > start_snooze) { |
522 | HMT_medium(); | 522 | HMT_medium(); |
523 | dedicated_idle_sleep(cpu); | 523 | dedicated_idle_sleep(cpu); |
524 | } | 524 | } |
diff --git a/arch/powerpc/platforms/pseries/smp.c b/arch/powerpc/platforms/pseries/smp.c index 5800cde7d5ad..25181c594d73 100644 --- a/arch/powerpc/platforms/pseries/smp.c +++ b/arch/powerpc/platforms/pseries/smp.c | |||
@@ -51,6 +51,7 @@ | |||
51 | #include "plpar_wrappers.h" | 51 | #include "plpar_wrappers.h" |
52 | 52 | ||
53 | #ifdef DEBUG | 53 | #ifdef DEBUG |
54 | #include <asm/udbg.h> | ||
54 | #define DBG(fmt...) udbg_printf(fmt) | 55 | #define DBG(fmt...) udbg_printf(fmt) |
55 | #else | 56 | #else |
56 | #define DBG(fmt...) | 57 | #define DBG(fmt...) |
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 17a4da65e275..0bb23fce4293 100644 --- a/arch/ppc/kernel/Makefile +++ b/arch/ppc/kernel/Makefile | |||
@@ -13,7 +13,7 @@ extra-$(CONFIG_POWER4) += idle_power4.o | |||
13 | extra-y += vmlinux.lds | 13 | extra-y += vmlinux.lds |
14 | 14 | ||
15 | obj-y := entry.o traps.o idle.o time.o misc.o \ | 15 | obj-y := entry.o traps.o idle.o time.o misc.o \ |
16 | process.o align.o \ | 16 | process.o \ |
17 | setup.o \ | 17 | setup.o \ |
18 | ppc_htab.o | 18 | ppc_htab.o |
19 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o | 19 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o |
@@ -38,7 +38,7 @@ endif | |||
38 | # These are here while we do the architecture merge | 38 | # These are here while we do the architecture merge |
39 | 39 | ||
40 | else | 40 | else |
41 | obj-y := idle.o align.o | 41 | obj-y := idle.o |
42 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o | 42 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o |
43 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o | 43 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o |
44 | obj-$(CONFIG_MODULES) += module.o | 44 | obj-$(CONFIG_MODULES) += module.o |
diff --git a/arch/ppc/kernel/align.c b/arch/ppc/kernel/align.c deleted file mode 100644 index ab398c4b70b6..000000000000 --- a/arch/ppc/kernel/align.c +++ /dev/null | |||
@@ -1,410 +0,0 @@ | |||
1 | /* | ||
2 | * align.c - handle alignment exceptions for the Power PC. | ||
3 | * | ||
4 | * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au> | ||
5 | * Copyright (c) 1998-1999 TiVo, Inc. | ||
6 | * PowerPC 403GCX modifications. | ||
7 | * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> | ||
8 | * PowerPC 403GCX/405GP modifications. | ||
9 | */ | ||
10 | #include <linux/config.h> | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/mm.h> | ||
13 | #include <asm/ptrace.h> | ||
14 | #include <asm/processor.h> | ||
15 | #include <asm/uaccess.h> | ||
16 | #include <asm/system.h> | ||
17 | #include <asm/cache.h> | ||
18 | |||
19 | struct aligninfo { | ||
20 | unsigned char len; | ||
21 | unsigned char flags; | ||
22 | }; | ||
23 | |||
24 | #if defined(CONFIG_4xx) || defined(CONFIG_POWER4) || defined(CONFIG_BOOKE) | ||
25 | #define OPCD(inst) (((inst) & 0xFC000000) >> 26) | ||
26 | #define RS(inst) (((inst) & 0x03E00000) >> 21) | ||
27 | #define RA(inst) (((inst) & 0x001F0000) >> 16) | ||
28 | #define IS_XFORM(code) ((code) == 31) | ||
29 | #endif | ||
30 | |||
31 | #define INVALID { 0, 0 } | ||
32 | |||
33 | #define LD 1 /* load */ | ||
34 | #define ST 2 /* store */ | ||
35 | #define SE 4 /* sign-extend value */ | ||
36 | #define F 8 /* to/from fp regs */ | ||
37 | #define U 0x10 /* update index register */ | ||
38 | #define M 0x20 /* multiple load/store */ | ||
39 | #define S 0x40 /* single-precision fp, or byte-swap value */ | ||
40 | #define SX 0x40 /* byte count in XER */ | ||
41 | #define HARD 0x80 /* string, stwcx. */ | ||
42 | |||
43 | #define DCBZ 0x5f /* 8xx/82xx dcbz faults when cache not enabled */ | ||
44 | |||
45 | /* | ||
46 | * The PowerPC stores certain bits of the instruction that caused the | ||
47 | * alignment exception in the DSISR register. This array maps those | ||
48 | * bits to information about the operand length and what the | ||
49 | * instruction would do. | ||
50 | */ | ||
51 | static struct aligninfo aligninfo[128] = { | ||
52 | { 4, LD }, /* 00 0 0000: lwz / lwarx */ | ||
53 | INVALID, /* 00 0 0001 */ | ||
54 | { 4, ST }, /* 00 0 0010: stw */ | ||
55 | INVALID, /* 00 0 0011 */ | ||
56 | { 2, LD }, /* 00 0 0100: lhz */ | ||
57 | { 2, LD+SE }, /* 00 0 0101: lha */ | ||
58 | { 2, ST }, /* 00 0 0110: sth */ | ||
59 | { 4, LD+M }, /* 00 0 0111: lmw */ | ||
60 | { 4, LD+F+S }, /* 00 0 1000: lfs */ | ||
61 | { 8, LD+F }, /* 00 0 1001: lfd */ | ||
62 | { 4, ST+F+S }, /* 00 0 1010: stfs */ | ||
63 | { 8, ST+F }, /* 00 0 1011: stfd */ | ||
64 | INVALID, /* 00 0 1100 */ | ||
65 | INVALID, /* 00 0 1101: ld/ldu/lwa */ | ||
66 | INVALID, /* 00 0 1110 */ | ||
67 | INVALID, /* 00 0 1111: std/stdu */ | ||
68 | { 4, LD+U }, /* 00 1 0000: lwzu */ | ||
69 | INVALID, /* 00 1 0001 */ | ||
70 | { 4, ST+U }, /* 00 1 0010: stwu */ | ||
71 | INVALID, /* 00 1 0011 */ | ||
72 | { 2, LD+U }, /* 00 1 0100: lhzu */ | ||
73 | { 2, LD+SE+U }, /* 00 1 0101: lhau */ | ||
74 | { 2, ST+U }, /* 00 1 0110: sthu */ | ||
75 | { 4, ST+M }, /* 00 1 0111: stmw */ | ||
76 | { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ | ||
77 | { 8, LD+F+U }, /* 00 1 1001: lfdu */ | ||
78 | { 4, ST+F+S+U }, /* 00 1 1010: stfsu */ | ||
79 | { 8, ST+F+U }, /* 00 1 1011: stfdu */ | ||
80 | INVALID, /* 00 1 1100 */ | ||
81 | INVALID, /* 00 1 1101 */ | ||
82 | INVALID, /* 00 1 1110 */ | ||
83 | INVALID, /* 00 1 1111 */ | ||
84 | INVALID, /* 01 0 0000: ldx */ | ||
85 | INVALID, /* 01 0 0001 */ | ||
86 | INVALID, /* 01 0 0010: stdx */ | ||
87 | INVALID, /* 01 0 0011 */ | ||
88 | INVALID, /* 01 0 0100 */ | ||
89 | INVALID, /* 01 0 0101: lwax */ | ||
90 | INVALID, /* 01 0 0110 */ | ||
91 | INVALID, /* 01 0 0111 */ | ||
92 | { 4, LD+M+HARD+SX }, /* 01 0 1000: lswx */ | ||
93 | { 4, LD+M+HARD }, /* 01 0 1001: lswi */ | ||
94 | { 4, ST+M+HARD+SX }, /* 01 0 1010: stswx */ | ||
95 | { 4, ST+M+HARD }, /* 01 0 1011: stswi */ | ||
96 | INVALID, /* 01 0 1100 */ | ||
97 | INVALID, /* 01 0 1101 */ | ||
98 | INVALID, /* 01 0 1110 */ | ||
99 | INVALID, /* 01 0 1111 */ | ||
100 | INVALID, /* 01 1 0000: ldux */ | ||
101 | INVALID, /* 01 1 0001 */ | ||
102 | INVALID, /* 01 1 0010: stdux */ | ||
103 | INVALID, /* 01 1 0011 */ | ||
104 | INVALID, /* 01 1 0100 */ | ||
105 | INVALID, /* 01 1 0101: lwaux */ | ||
106 | INVALID, /* 01 1 0110 */ | ||
107 | INVALID, /* 01 1 0111 */ | ||
108 | INVALID, /* 01 1 1000 */ | ||
109 | INVALID, /* 01 1 1001 */ | ||
110 | INVALID, /* 01 1 1010 */ | ||
111 | INVALID, /* 01 1 1011 */ | ||
112 | INVALID, /* 01 1 1100 */ | ||
113 | INVALID, /* 01 1 1101 */ | ||
114 | INVALID, /* 01 1 1110 */ | ||
115 | INVALID, /* 01 1 1111 */ | ||
116 | INVALID, /* 10 0 0000 */ | ||
117 | INVALID, /* 10 0 0001 */ | ||
118 | { 0, ST+HARD }, /* 10 0 0010: stwcx. */ | ||
119 | INVALID, /* 10 0 0011 */ | ||
120 | INVALID, /* 10 0 0100 */ | ||
121 | INVALID, /* 10 0 0101 */ | ||
122 | INVALID, /* 10 0 0110 */ | ||
123 | INVALID, /* 10 0 0111 */ | ||
124 | { 4, LD+S }, /* 10 0 1000: lwbrx */ | ||
125 | INVALID, /* 10 0 1001 */ | ||
126 | { 4, ST+S }, /* 10 0 1010: stwbrx */ | ||
127 | INVALID, /* 10 0 1011 */ | ||
128 | { 2, LD+S }, /* 10 0 1100: lhbrx */ | ||
129 | INVALID, /* 10 0 1101 */ | ||
130 | { 2, ST+S }, /* 10 0 1110: sthbrx */ | ||
131 | INVALID, /* 10 0 1111 */ | ||
132 | INVALID, /* 10 1 0000 */ | ||
133 | INVALID, /* 10 1 0001 */ | ||
134 | INVALID, /* 10 1 0010 */ | ||
135 | INVALID, /* 10 1 0011 */ | ||
136 | INVALID, /* 10 1 0100 */ | ||
137 | INVALID, /* 10 1 0101 */ | ||
138 | INVALID, /* 10 1 0110 */ | ||
139 | INVALID, /* 10 1 0111 */ | ||
140 | INVALID, /* 10 1 1000 */ | ||
141 | INVALID, /* 10 1 1001 */ | ||
142 | INVALID, /* 10 1 1010 */ | ||
143 | INVALID, /* 10 1 1011 */ | ||
144 | INVALID, /* 10 1 1100 */ | ||
145 | INVALID, /* 10 1 1101 */ | ||
146 | INVALID, /* 10 1 1110 */ | ||
147 | { 0, ST+HARD }, /* 10 1 1111: dcbz */ | ||
148 | { 4, LD }, /* 11 0 0000: lwzx */ | ||
149 | INVALID, /* 11 0 0001 */ | ||
150 | { 4, ST }, /* 11 0 0010: stwx */ | ||
151 | INVALID, /* 11 0 0011 */ | ||
152 | { 2, LD }, /* 11 0 0100: lhzx */ | ||
153 | { 2, LD+SE }, /* 11 0 0101: lhax */ | ||
154 | { 2, ST }, /* 11 0 0110: sthx */ | ||
155 | INVALID, /* 11 0 0111 */ | ||
156 | { 4, LD+F+S }, /* 11 0 1000: lfsx */ | ||
157 | { 8, LD+F }, /* 11 0 1001: lfdx */ | ||
158 | { 4, ST+F+S }, /* 11 0 1010: stfsx */ | ||
159 | { 8, ST+F }, /* 11 0 1011: stfdx */ | ||
160 | INVALID, /* 11 0 1100 */ | ||
161 | INVALID, /* 11 0 1101: lmd */ | ||
162 | INVALID, /* 11 0 1110 */ | ||
163 | INVALID, /* 11 0 1111: stmd */ | ||
164 | { 4, LD+U }, /* 11 1 0000: lwzux */ | ||
165 | INVALID, /* 11 1 0001 */ | ||
166 | { 4, ST+U }, /* 11 1 0010: stwux */ | ||
167 | INVALID, /* 11 1 0011 */ | ||
168 | { 2, LD+U }, /* 11 1 0100: lhzux */ | ||
169 | { 2, LD+SE+U }, /* 11 1 0101: lhaux */ | ||
170 | { 2, ST+U }, /* 11 1 0110: sthux */ | ||
171 | INVALID, /* 11 1 0111 */ | ||
172 | { 4, LD+F+S+U }, /* 11 1 1000: lfsux */ | ||
173 | { 8, LD+F+U }, /* 11 1 1001: lfdux */ | ||
174 | { 4, ST+F+S+U }, /* 11 1 1010: stfsux */ | ||
175 | { 8, ST+F+U }, /* 11 1 1011: stfdux */ | ||
176 | INVALID, /* 11 1 1100 */ | ||
177 | INVALID, /* 11 1 1101 */ | ||
178 | INVALID, /* 11 1 1110 */ | ||
179 | INVALID, /* 11 1 1111 */ | ||
180 | }; | ||
181 | |||
182 | #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) | ||
183 | |||
184 | int | ||
185 | fix_alignment(struct pt_regs *regs) | ||
186 | { | ||
187 | int instr, nb, flags; | ||
188 | #if defined(CONFIG_4xx) || defined(CONFIG_POWER4) || defined(CONFIG_BOOKE) | ||
189 | int opcode, f1, f2, f3; | ||
190 | #endif | ||
191 | int i, t; | ||
192 | int reg, areg; | ||
193 | int offset, nb0; | ||
194 | unsigned char __user *addr; | ||
195 | unsigned char *rptr; | ||
196 | union { | ||
197 | long l; | ||
198 | float f; | ||
199 | double d; | ||
200 | unsigned char v[8]; | ||
201 | } data; | ||
202 | |||
203 | CHECK_FULL_REGS(regs); | ||
204 | |||
205 | #if defined(CONFIG_4xx) || defined(CONFIG_POWER4) || defined(CONFIG_BOOKE) | ||
206 | /* The 4xx-family & Book-E processors have no DSISR register, | ||
207 | * so we emulate it. | ||
208 | * The POWER4 has a DSISR register but doesn't set it on | ||
209 | * an alignment fault. -- paulus | ||
210 | */ | ||
211 | |||
212 | if (__get_user(instr, (unsigned int __user *) regs->nip)) | ||
213 | return 0; | ||
214 | opcode = OPCD(instr); | ||
215 | reg = RS(instr); | ||
216 | areg = RA(instr); | ||
217 | |||
218 | if (!IS_XFORM(opcode)) { | ||
219 | f1 = 0; | ||
220 | f2 = (instr & 0x04000000) >> 26; | ||
221 | f3 = (instr & 0x78000000) >> 27; | ||
222 | } else { | ||
223 | f1 = (instr & 0x00000006) >> 1; | ||
224 | f2 = (instr & 0x00000040) >> 6; | ||
225 | f3 = (instr & 0x00000780) >> 7; | ||
226 | } | ||
227 | |||
228 | instr = ((f1 << 5) | (f2 << 4) | f3); | ||
229 | #else | ||
230 | reg = (regs->dsisr >> 5) & 0x1f; /* source/dest register */ | ||
231 | areg = regs->dsisr & 0x1f; /* register to update */ | ||
232 | instr = (regs->dsisr >> 10) & 0x7f; | ||
233 | #endif | ||
234 | |||
235 | nb = aligninfo[instr].len; | ||
236 | if (nb == 0) { | ||
237 | long __user *p; | ||
238 | int i; | ||
239 | |||
240 | if (instr != DCBZ) | ||
241 | return 0; /* too hard or invalid instruction */ | ||
242 | /* | ||
243 | * The dcbz (data cache block zero) instruction | ||
244 | * gives an alignment fault if used on non-cacheable | ||
245 | * memory. We handle the fault mainly for the | ||
246 | * case when we are running with the cache disabled | ||
247 | * for debugging. | ||
248 | */ | ||
249 | p = (long __user *) (regs->dar & -L1_CACHE_BYTES); | ||
250 | if (user_mode(regs) | ||
251 | && !access_ok(VERIFY_WRITE, p, L1_CACHE_BYTES)) | ||
252 | return -EFAULT; | ||
253 | for (i = 0; i < L1_CACHE_BYTES / sizeof(long); ++i) | ||
254 | if (__put_user(0, p+i)) | ||
255 | return -EFAULT; | ||
256 | return 1; | ||
257 | } | ||
258 | |||
259 | flags = aligninfo[instr].flags; | ||
260 | if ((flags & (LD|ST)) == 0) | ||
261 | return 0; | ||
262 | |||
263 | /* For the 4xx-family & Book-E processors, the 'dar' field of the | ||
264 | * pt_regs structure is overloaded and is really from the DEAR. | ||
265 | */ | ||
266 | |||
267 | addr = (unsigned char __user *)regs->dar; | ||
268 | |||
269 | if (flags & M) { | ||
270 | /* lmw, stmw, lswi/x, stswi/x */ | ||
271 | nb0 = 0; | ||
272 | if (flags & HARD) { | ||
273 | if (flags & SX) { | ||
274 | nb = regs->xer & 127; | ||
275 | if (nb == 0) | ||
276 | return 1; | ||
277 | } else { | ||
278 | if (__get_user(instr, | ||
279 | (unsigned int __user *)regs->nip)) | ||
280 | return 0; | ||
281 | nb = (instr >> 11) & 0x1f; | ||
282 | if (nb == 0) | ||
283 | nb = 32; | ||
284 | } | ||
285 | if (nb + reg * 4 > 128) { | ||
286 | nb0 = nb + reg * 4 - 128; | ||
287 | nb = 128 - reg * 4; | ||
288 | } | ||
289 | } else { | ||
290 | /* lwm, stmw */ | ||
291 | nb = (32 - reg) * 4; | ||
292 | } | ||
293 | |||
294 | if (!access_ok((flags & ST? VERIFY_WRITE: VERIFY_READ), addr, nb+nb0)) | ||
295 | return -EFAULT; /* bad address */ | ||
296 | |||
297 | rptr = (unsigned char *) ®s->gpr[reg]; | ||
298 | if (flags & LD) { | ||
299 | for (i = 0; i < nb; ++i) | ||
300 | if (__get_user(rptr[i], addr+i)) | ||
301 | return -EFAULT; | ||
302 | if (nb0 > 0) { | ||
303 | rptr = (unsigned char *) ®s->gpr[0]; | ||
304 | addr += nb; | ||
305 | for (i = 0; i < nb0; ++i) | ||
306 | if (__get_user(rptr[i], addr+i)) | ||
307 | return -EFAULT; | ||
308 | } | ||
309 | for (; (i & 3) != 0; ++i) | ||
310 | rptr[i] = 0; | ||
311 | } else { | ||
312 | for (i = 0; i < nb; ++i) | ||
313 | if (__put_user(rptr[i], addr+i)) | ||
314 | return -EFAULT; | ||
315 | if (nb0 > 0) { | ||
316 | rptr = (unsigned char *) ®s->gpr[0]; | ||
317 | addr += nb; | ||
318 | for (i = 0; i < nb0; ++i) | ||
319 | if (__put_user(rptr[i], addr+i)) | ||
320 | return -EFAULT; | ||
321 | } | ||
322 | } | ||
323 | return 1; | ||
324 | } | ||
325 | |||
326 | offset = 0; | ||
327 | if (nb < 4) { | ||
328 | /* read/write the least significant bits */ | ||
329 | data.l = 0; | ||
330 | offset = 4 - nb; | ||
331 | } | ||
332 | |||
333 | /* Verify the address of the operand */ | ||
334 | if (user_mode(regs)) { | ||
335 | if (!access_ok((flags & ST? VERIFY_WRITE: VERIFY_READ), addr, nb)) | ||
336 | return -EFAULT; /* bad address */ | ||
337 | } | ||
338 | |||
339 | if (flags & F) { | ||
340 | preempt_disable(); | ||
341 | if (regs->msr & MSR_FP) | ||
342 | giveup_fpu(current); | ||
343 | preempt_enable(); | ||
344 | } | ||
345 | |||
346 | /* If we read the operand, copy it in, else get register values */ | ||
347 | if (flags & LD) { | ||
348 | for (i = 0; i < nb; ++i) | ||
349 | if (__get_user(data.v[offset+i], addr+i)) | ||
350 | return -EFAULT; | ||
351 | } else if (flags & F) { | ||
352 | data.d = current->thread.fpr[reg]; | ||
353 | } else { | ||
354 | data.l = regs->gpr[reg]; | ||
355 | } | ||
356 | |||
357 | switch (flags & ~U) { | ||
358 | case LD+SE: /* sign extend */ | ||
359 | if (data.v[2] >= 0x80) | ||
360 | data.v[0] = data.v[1] = -1; | ||
361 | break; | ||
362 | |||
363 | case LD+S: /* byte-swap */ | ||
364 | case ST+S: | ||
365 | if (nb == 2) { | ||
366 | SWAP(data.v[2], data.v[3]); | ||
367 | } else { | ||
368 | SWAP(data.v[0], data.v[3]); | ||
369 | SWAP(data.v[1], data.v[2]); | ||
370 | } | ||
371 | break; | ||
372 | |||
373 | /* Single-precision FP load and store require conversions... */ | ||
374 | case LD+F+S: | ||
375 | #ifdef CONFIG_PPC_FPU | ||
376 | preempt_disable(); | ||
377 | enable_kernel_fp(); | ||
378 | cvt_fd(&data.f, &data.d, ¤t->thread); | ||
379 | preempt_enable(); | ||
380 | #else | ||
381 | return 0; | ||
382 | #endif | ||
383 | break; | ||
384 | case ST+F+S: | ||
385 | #ifdef CONFIG_PPC_FPU | ||
386 | preempt_disable(); | ||
387 | enable_kernel_fp(); | ||
388 | cvt_df(&data.d, &data.f, ¤t->thread); | ||
389 | preempt_enable(); | ||
390 | #else | ||
391 | return 0; | ||
392 | #endif | ||
393 | break; | ||
394 | } | ||
395 | |||
396 | if (flags & ST) { | ||
397 | for (i = 0; i < nb; ++i) | ||
398 | if (__put_user(data.v[offset+i], addr+i)) | ||
399 | return -EFAULT; | ||
400 | } else if (flags & F) { | ||
401 | current->thread.fpr[reg] = data.d; | ||
402 | } else { | ||
403 | regs->gpr[reg] = data.l; | ||
404 | } | ||
405 | |||
406 | if (flags & U) | ||
407 | regs->gpr[areg] = regs->dar; | ||
408 | |||
409 | return 1; | ||
410 | } | ||
diff --git a/arch/ppc/kernel/pci.c b/arch/ppc/kernel/pci.c index 48ed58f995c0..f7fae5f153b2 100644 --- a/arch/ppc/kernel/pci.c +++ b/arch/ppc/kernel/pci.c | |||
@@ -45,7 +45,6 @@ static void update_bridge_base(struct pci_bus *bus, int i); | |||
45 | static void pcibios_fixup_resources(struct pci_dev* dev); | 45 | static void pcibios_fixup_resources(struct pci_dev* dev); |
46 | static void fixup_broken_pcnet32(struct pci_dev* dev); | 46 | static void fixup_broken_pcnet32(struct pci_dev* dev); |
47 | static int reparent_resources(struct resource *parent, struct resource *res); | 47 | static int reparent_resources(struct resource *parent, struct resource *res); |
48 | static void fixup_rev1_53c810(struct pci_dev* dev); | ||
49 | static void fixup_cpc710_pci64(struct pci_dev* dev); | 48 | static void fixup_cpc710_pci64(struct pci_dev* dev); |
50 | #ifdef CONFIG_PPC_OF | 49 | #ifdef CONFIG_PPC_OF |
51 | static u8* pci_to_OF_bus_map; | 50 | static u8* pci_to_OF_bus_map; |
diff --git a/arch/ppc/kernel/setup.c b/arch/ppc/kernel/setup.c index dc55e1abc45b..0eb0b7085e6a 100644 --- a/arch/ppc/kernel/setup.c +++ b/arch/ppc/kernel/setup.c | |||
@@ -602,7 +602,19 @@ void parse_bootinfo(struct bi_record *rec) | |||
602 | #endif /* CONFIG_BLK_DEV_INITRD */ | 602 | #endif /* CONFIG_BLK_DEV_INITRD */ |
603 | #ifdef CONFIG_PPC_MULTIPLATFORM | 603 | #ifdef CONFIG_PPC_MULTIPLATFORM |
604 | case BI_MACHTYPE: | 604 | case BI_MACHTYPE: |
605 | _machine = data[0]; | 605 | /* Machine types changed with the merge. Since the |
606 | * bootinfo are now deprecated, we can just hard code | ||
607 | * the appropriate conversion here for when we are | ||
608 | * called with yaboot which passes us a machine type | ||
609 | * this way. | ||
610 | */ | ||
611 | switch(data[0]) { | ||
612 | case 1: _machine = _MACH_prep; break; | ||
613 | case 2: _machine = _MACH_Pmac; break; | ||
614 | case 4: _machine = _MACH_chrp; break; | ||
615 | default: | ||
616 | _machine = data[0]; | ||
617 | } | ||
606 | break; | 618 | break; |
607 | #endif | 619 | #endif |
608 | case BI_MEMSIZE: | 620 | case BI_MEMSIZE: |
diff --git a/arch/ppc/mm/init.c b/arch/ppc/mm/init.c index 99b48abd3296..45f0782059f1 100644 --- a/arch/ppc/mm/init.c +++ b/arch/ppc/mm/init.c | |||
@@ -597,21 +597,20 @@ void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, | |||
597 | 597 | ||
598 | if (pfn_valid(pfn)) { | 598 | if (pfn_valid(pfn)) { |
599 | struct page *page = pfn_to_page(pfn); | 599 | struct page *page = pfn_to_page(pfn); |
600 | if (!PageReserved(page) | ||
601 | && !test_bit(PG_arch_1, &page->flags)) { | ||
602 | if (vma->vm_mm == current->active_mm) { | ||
603 | #ifdef CONFIG_8xx | 600 | #ifdef CONFIG_8xx |
604 | /* On 8xx, cache control instructions (particularly | 601 | /* On 8xx, the TLB handlers work in 2 stages: |
605 | * "dcbst" from flush_dcache_icache) fault as write | 602 | * First, a zeroed entry is loaded by TLBMiss handler, |
606 | * operation if there is an unpopulated TLB entry | 603 | * which causes the TLBError handler to be triggered. |
607 | * for the address in question. To workaround that, | 604 | * That means the zeroed TLB has to be invalidated |
608 | * we invalidate the TLB here, thus avoiding dcbst | 605 | * whenever a page miss occurs. |
609 | * misbehaviour. | 606 | */ |
610 | */ | 607 | _tlbie(address); |
611 | _tlbie(address); | ||
612 | #endif | 608 | #endif |
609 | if (!PageReserved(page) | ||
610 | && !test_bit(PG_arch_1, &page->flags)) { | ||
611 | if (vma->vm_mm == current->active_mm) | ||
613 | __flush_dcache_icache((void *) address); | 612 | __flush_dcache_icache((void *) address); |
614 | } else | 613 | else |
615 | flush_dcache_icache_page(page); | 614 | flush_dcache_icache_page(page); |
616 | set_bit(PG_arch_1, &page->flags); | 615 | set_bit(PG_arch_1, &page->flags); |
617 | } | 616 | } |
diff --git a/arch/ppc/platforms/85xx/mpc85xx_ads_common.h b/arch/ppc/platforms/85xx/mpc85xx_ads_common.h index 7b26bcc5d10d..198a6a02cde8 100644 --- a/arch/ppc/platforms/85xx/mpc85xx_ads_common.h +++ b/arch/ppc/platforms/85xx/mpc85xx_ads_common.h | |||
@@ -25,6 +25,8 @@ | |||
25 | #define BCSR_ADDR ((uint)0xf8000000) | 25 | #define BCSR_ADDR ((uint)0xf8000000) |
26 | #define BCSR_SIZE ((uint)(32 * 1024)) | 26 | #define BCSR_SIZE ((uint)(32 * 1024)) |
27 | 27 | ||
28 | struct seq_file; | ||
29 | |||
28 | extern int mpc85xx_ads_show_cpuinfo(struct seq_file *m); | 30 | extern int mpc85xx_ads_show_cpuinfo(struct seq_file *m); |
29 | extern void mpc85xx_ads_init_IRQ(void) __init; | 31 | extern void mpc85xx_ads_init_IRQ(void) __init; |
30 | extern void mpc85xx_ads_map_io(void) __init; | 32 | extern void mpc85xx_ads_map_io(void) __init; |
diff --git a/arch/ppc/platforms/85xx/stx_gp3.h b/arch/ppc/platforms/85xx/stx_gp3.h index 7bcc6c35a417..2f25b5195152 100644 --- a/arch/ppc/platforms/85xx/stx_gp3.h +++ b/arch/ppc/platforms/85xx/stx_gp3.h | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | #include <linux/config.h> | 22 | #include <linux/config.h> |
23 | #include <linux/init.h> | 23 | #include <linux/init.h> |
24 | #include <linux/seq_file.h> | ||
25 | #include <asm/ppcboot.h> | 24 | #include <asm/ppcboot.h> |
26 | 25 | ||
27 | #define BOARD_CCSRBAR ((uint)0xe0000000) | 26 | #define BOARD_CCSRBAR ((uint)0xe0000000) |
@@ -43,7 +42,6 @@ extern void mpc85xx_setup_hose(void) __init; | |||
43 | extern void mpc85xx_restart(char *cmd); | 42 | extern void mpc85xx_restart(char *cmd); |
44 | extern void mpc85xx_power_off(void); | 43 | extern void mpc85xx_power_off(void); |
45 | extern void mpc85xx_halt(void); | 44 | extern void mpc85xx_halt(void); |
46 | extern int mpc85xx_show_cpuinfo(struct seq_file *m); | ||
47 | extern void mpc85xx_init_IRQ(void) __init; | 45 | extern void mpc85xx_init_IRQ(void) __init; |
48 | extern unsigned long mpc85xx_find_end_of_memory(void) __init; | 46 | extern unsigned long mpc85xx_find_end_of_memory(void) __init; |
49 | extern void mpc85xx_calibrate_decr(void) __init; | 47 | extern void mpc85xx_calibrate_decr(void) __init; |
diff --git a/arch/ppc/syslib/mpc83xx_sys.c b/arch/ppc/syslib/mpc83xx_sys.c index a1523989aff4..82cf3ab77f4a 100644 --- a/arch/ppc/syslib/mpc83xx_sys.c +++ b/arch/ppc/syslib/mpc83xx_sys.c | |||
@@ -69,9 +69,33 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
69 | }, | 69 | }, |
70 | }, | 70 | }, |
71 | { | 71 | { |
72 | .ppc_sys_name = "8343E", | 72 | .ppc_sys_name = "8347E", |
73 | .mask = 0xFFFF0000, | 73 | .mask = 0xFFFF0000, |
74 | .value = 0x80540000, | 74 | .value = 0x80540000, |
75 | .num_devices = 9, | ||
76 | .device_list = (enum ppc_sys_devices[]) | ||
77 | { | ||
78 | MPC83xx_TSEC1, MPC83xx_TSEC2, MPC83xx_IIC1, | ||
79 | MPC83xx_IIC2, MPC83xx_DUART, MPC83xx_SEC2, | ||
80 | MPC83xx_USB2_DR, MPC83xx_USB2_MPH, MPC83xx_MDIO | ||
81 | }, | ||
82 | }, | ||
83 | { | ||
84 | .ppc_sys_name = "8347", | ||
85 | .mask = 0xFFFF0000, | ||
86 | .value = 0x80550000, | ||
87 | .num_devices = 8, | ||
88 | .device_list = (enum ppc_sys_devices[]) | ||
89 | { | ||
90 | MPC83xx_TSEC1, MPC83xx_TSEC2, MPC83xx_IIC1, | ||
91 | MPC83xx_IIC2, MPC83xx_DUART, | ||
92 | MPC83xx_USB2_DR, MPC83xx_USB2_MPH, MPC83xx_MDIO | ||
93 | }, | ||
94 | }, | ||
95 | { | ||
96 | .ppc_sys_name = "8343E", | ||
97 | .mask = 0xFFFF0000, | ||
98 | .value = 0x80560000, | ||
75 | .num_devices = 8, | 99 | .num_devices = 8, |
76 | .device_list = (enum ppc_sys_devices[]) | 100 | .device_list = (enum ppc_sys_devices[]) |
77 | { | 101 | { |
@@ -83,7 +107,7 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
83 | { | 107 | { |
84 | .ppc_sys_name = "8343", | 108 | .ppc_sys_name = "8343", |
85 | .mask = 0xFFFF0000, | 109 | .mask = 0xFFFF0000, |
86 | .value = 0x80550000, | 110 | .value = 0x80570000, |
87 | .num_devices = 7, | 111 | .num_devices = 7, |
88 | .device_list = (enum ppc_sys_devices[]) | 112 | .device_list = (enum ppc_sys_devices[]) |
89 | { | 113 | { |
diff --git a/arch/ppc/xmon/start.c b/arch/ppc/xmon/start.c index 98612d420346..c80177f8ec04 100644 --- a/arch/ppc/xmon/start.c +++ b/arch/ppc/xmon/start.c | |||
@@ -184,7 +184,9 @@ xmon_map_scc(void) | |||
184 | sccc = base + (addr & ~PAGE_MASK); | 184 | sccc = base + (addr & ~PAGE_MASK); |
185 | sccd = sccc + 0x10; | 185 | sccd = sccc + 0x10; |
186 | 186 | ||
187 | } else { | 187 | } |
188 | #ifdef CONFIG_PPC_CHRP | ||
189 | else { | ||
188 | base = (volatile unsigned char *) isa_io_base; | 190 | base = (volatile unsigned char *) isa_io_base; |
189 | if (_machine == _MACH_chrp) | 191 | if (_machine == _MACH_chrp) |
190 | base = (volatile unsigned char *) | 192 | base = (volatile unsigned char *) |
@@ -200,6 +202,7 @@ xmon_map_scc(void) | |||
200 | RXRDY = 1; | 202 | RXRDY = 1; |
201 | DLAB = 0x80; | 203 | DLAB = 0x80; |
202 | } | 204 | } |
205 | #endif /* CONFIG_PPC_CHRP */ | ||
203 | #elif defined(CONFIG_GEMINI) | 206 | #elif defined(CONFIG_GEMINI) |
204 | /* should already be mapped by the kernel boot */ | 207 | /* should already be mapped by the kernel boot */ |
205 | sccc = (volatile unsigned char *) 0xffeffb0d; | 208 | sccc = (volatile unsigned char *) 0xffeffb0d; |
diff --git a/arch/ppc64/Kconfig.debug b/arch/ppc64/Kconfig.debug deleted file mode 100644 index b258c9314a1b..000000000000 --- a/arch/ppc64/Kconfig.debug +++ /dev/null | |||
@@ -1,65 +0,0 @@ | |||
1 | menu "Kernel hacking" | ||
2 | |||
3 | source "lib/Kconfig.debug" | ||
4 | |||
5 | config DEBUG_STACKOVERFLOW | ||
6 | bool "Check for stack overflows" | ||
7 | depends on DEBUG_KERNEL | ||
8 | help | ||
9 | This option will cause messages to be printed if free stack space | ||
10 | drops below a certain limit. | ||
11 | |||
12 | config KPROBES | ||
13 | bool "Kprobes" | ||
14 | depends on DEBUG_KERNEL | ||
15 | help | ||
16 | Kprobes allows you to trap at almost any kernel address and | ||
17 | execute a callback function. register_kprobe() establishes | ||
18 | a probepoint and specifies the callback. Kprobes is useful | ||
19 | for kernel debugging, non-intrusive instrumentation and testing. | ||
20 | If in doubt, say "N". | ||
21 | |||
22 | config DEBUG_STACK_USAGE | ||
23 | bool "Stack utilization instrumentation" | ||
24 | depends on DEBUG_KERNEL | ||
25 | help | ||
26 | Enables the display of the minimum amount of free stack which each | ||
27 | task has ever had available in the sysrq-T and sysrq-P debug output. | ||
28 | |||
29 | This option will slow down process creation somewhat. | ||
30 | |||
31 | config DEBUGGER | ||
32 | bool "Enable debugger hooks" | ||
33 | depends on DEBUG_KERNEL | ||
34 | help | ||
35 | Include in-kernel hooks for kernel debuggers. Unless you are | ||
36 | intending to debug the kernel, say N here. | ||
37 | |||
38 | config XMON | ||
39 | bool "Include xmon kernel debugger" | ||
40 | depends on DEBUGGER && !PPC_ISERIES | ||
41 | help | ||
42 | Include in-kernel hooks for the xmon kernel monitor/debugger. | ||
43 | Unless you are intending to debug the kernel, say N here. | ||
44 | Make sure to enable also CONFIG_BOOTX_TEXT on Macs. Otherwise | ||
45 | nothing will appear on the screen (xmon writes directly to the | ||
46 | framebuffer memory). | ||
47 | The cmdline option 'xmon' or 'xmon=early' will drop into xmon very | ||
48 | early during boot. 'xmon=on' will just enable the xmon debugger hooks. | ||
49 | 'xmon=off' will disable the debugger hooks if CONFIG_XMON_DEFAULT is set. | ||
50 | |||
51 | config XMON_DEFAULT | ||
52 | bool "Enable xmon by default" | ||
53 | depends on XMON | ||
54 | help | ||
55 | xmon is normally disabled unless booted with 'xmon=on'. | ||
56 | Use 'xmon=off' to disable xmon init during runtime. | ||
57 | |||
58 | config IRQSTACKS | ||
59 | bool "Use separate kernel stacks when processing interrupts" | ||
60 | help | ||
61 | If you say Y here the kernel will use separate kernel stacks | ||
62 | for handling hard and soft interrupts. This can help avoid | ||
63 | overflowing the process kernel stacks. | ||
64 | |||
65 | endmenu | ||
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile deleted file mode 100644 index a55a82d145d4..000000000000 --- a/arch/ppc64/Makefile +++ /dev/null | |||
@@ -1,142 +0,0 @@ | |||
1 | # This file is included by the global makefile so that you can add your own | ||
2 | # architecture-specific flags and dependencies. Remember to do have actions | ||
3 | # for "archclean" and "archdep" for cleaning up and making dependencies for | ||
4 | # this architecture | ||
5 | # | ||
6 | # This file is subject to the terms and conditions of the GNU General Public | ||
7 | # License. See the file "COPYING" in the main directory of this archive | ||
8 | # for more details. | ||
9 | # | ||
10 | # Copyright (C) 1994 by Linus Torvalds | ||
11 | # Changes for PPC by Gary Thomas | ||
12 | # Rewritten by Cort Dougan and Paul Mackerras | ||
13 | # Adjusted for PPC64 by Tom Gall | ||
14 | # | ||
15 | |||
16 | KERNELLOAD := 0xc000000000000000 | ||
17 | |||
18 | # Set default 32 bits cross compilers for vdso and boot wrapper | ||
19 | CROSS32_COMPILE ?= | ||
20 | |||
21 | CROSS32CC := $(CROSS32_COMPILE)gcc | ||
22 | CROSS32AS := $(CROSS32_COMPILE)as | ||
23 | CROSS32LD := $(CROSS32_COMPILE)ld | ||
24 | CROSS32OBJCOPY := $(CROSS32_COMPILE)objcopy | ||
25 | |||
26 | # If we have a biarch compiler, use it for 32 bits cross compile if | ||
27 | # CROSS32_COMPILE wasn't explicitely defined, and add proper explicit | ||
28 | # target type to target compilers | ||
29 | |||
30 | HAS_BIARCH := $(call cc-option-yn, -m64) | ||
31 | ifeq ($(HAS_BIARCH),y) | ||
32 | ifeq ($(CROSS32_COMPILE),) | ||
33 | CROSS32CC := $(CC) -m32 | ||
34 | CROSS32AS := $(AS) -a32 | ||
35 | CROSS32LD := $(LD) -m elf32ppc | ||
36 | CROSS32OBJCOPY := $(OBJCOPY) | ||
37 | endif | ||
38 | override AS += -a64 | ||
39 | override LD += -m elf64ppc | ||
40 | override CC += -m64 | ||
41 | endif | ||
42 | |||
43 | export CROSS32CC CROSS32AS CROSS32LD CROSS32OBJCOPY | ||
44 | |||
45 | new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) | ||
46 | |||
47 | ifeq ($(new_nm),y) | ||
48 | NM := $(NM) --synthetic | ||
49 | |||
50 | endif | ||
51 | |||
52 | CHECKFLAGS += -m64 -D__powerpc__ -D__powerpc64__ | ||
53 | |||
54 | LDFLAGS := -m elf64ppc | ||
55 | LDFLAGS_vmlinux := -Bstatic -e $(KERNELLOAD) -Ttext $(KERNELLOAD) | ||
56 | CFLAGS += -msoft-float -pipe -mminimal-toc -mtraceback=none \ | ||
57 | -mcall-aixdesc | ||
58 | # Temporary hack until we have migrated to asm-powerpc | ||
59 | CPPFLAGS += -Iarch/$(ARCH)/include | ||
60 | |||
61 | GCC_VERSION := $(call cc-version) | ||
62 | GCC_BROKEN_VEC := $(shell if [ $(GCC_VERSION) -lt 0400 ] ; then echo "y"; fi ;) | ||
63 | |||
64 | ifeq ($(CONFIG_POWER4_ONLY),y) | ||
65 | ifeq ($(CONFIG_ALTIVEC),y) | ||
66 | ifeq ($(GCC_BROKEN_VEC),y) | ||
67 | CFLAGS += $(call cc-option,-mcpu=970) | ||
68 | else | ||
69 | CFLAGS += $(call cc-option,-mcpu=power4) | ||
70 | endif | ||
71 | else | ||
72 | CFLAGS += $(call cc-option,-mcpu=power4) | ||
73 | endif | ||
74 | else | ||
75 | CFLAGS += $(call cc-option,-mtune=power4) | ||
76 | endif | ||
77 | |||
78 | # No AltiVec instruction when building kernel | ||
79 | CFLAGS += $(call cc-option, -mno-altivec) | ||
80 | |||
81 | # Enable unit-at-a-time mode when possible. It shrinks the | ||
82 | # kernel considerably. | ||
83 | CFLAGS += $(call cc-option,-funit-at-a-time) | ||
84 | |||
85 | head-y := arch/ppc64/kernel/head.o | ||
86 | head-y += arch/powerpc/kernel/fpu.o | ||
87 | head-y += arch/powerpc/kernel/entry_64.o | ||
88 | |||
89 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | ||
90 | core-y += arch/powerpc/mm/ | ||
91 | core-y += arch/powerpc/sysdev/ | ||
92 | core-y += arch/powerpc/platforms/ | ||
93 | core-y += arch/powerpc/lib/ | ||
94 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | ||
95 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | ||
96 | |||
97 | boot := arch/ppc64/boot | ||
98 | |||
99 | boottargets-$(CONFIG_PPC_PSERIES) += zImage zImage.initrd | ||
100 | boottargets-$(CONFIG_PPC_PMAC) += zImage.vmode zImage.initrd.vmode | ||
101 | boottargets-$(CONFIG_PPC_MAPLE) += zImage zImage.initrd | ||
102 | boottargets-$(CONFIG_PPC_ISERIES) += vmlinux.sminitrd vmlinux.initrd vmlinux.sm | ||
103 | boottargets-$(CONFIG_PPC_BPA) += zImage zImage.initrd | ||
104 | $(boottargets-y): vmlinux | ||
105 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | ||
106 | |||
107 | bootimage-$(CONFIG_PPC_PSERIES) := $(boot)/zImage | ||
108 | bootimage-$(CONFIG_PPC_PMAC) := vmlinux | ||
109 | bootimage-$(CONFIG_PPC_MAPLE) := $(boot)/zImage | ||
110 | bootimage-$(CONFIG_PPC_BPA) := $(boot)/zImage | ||
111 | bootimage-$(CONFIG_PPC_ISERIES) := vmlinux | ||
112 | BOOTIMAGE := $(bootimage-y) | ||
113 | install: vmlinux | ||
114 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ | ||
115 | |||
116 | defaultimage-$(CONFIG_PPC_PSERIES) := zImage | ||
117 | defaultimage-$(CONFIG_PPC_PMAC) := zImage.vmode | ||
118 | defaultimage-$(CONFIG_PPC_MAPLE) := zImage | ||
119 | defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux | ||
120 | KBUILD_IMAGE := $(defaultimage-y) | ||
121 | all: $(KBUILD_IMAGE) | ||
122 | |||
123 | archclean: | ||
124 | $(Q)$(MAKE) $(clean)=$(boot) | ||
125 | # Temporary hack until we have migrated to asm-powerpc | ||
126 | $(Q)rm -rf arch/$(ARCH)/include | ||
127 | |||
128 | |||
129 | # Temporary hack until we have migrated to asm-powerpc | ||
130 | include/asm: arch/$(ARCH)/include/asm | ||
131 | arch/$(ARCH)/include/asm: | ||
132 | $(Q)if [ ! -d arch/$(ARCH)/include ]; then mkdir -p arch/$(ARCH)/include; fi | ||
133 | $(Q)ln -fsn $(srctree)/include/asm-powerpc arch/$(ARCH)/include/asm | ||
134 | |||
135 | define archhelp | ||
136 | echo ' zImage.vmode - Compressed kernel image (arch/$(ARCH)/boot/zImage.vmode)' | ||
137 | echo ' zImage.initrd.vmode - Compressed kernel image with initrd attached,' | ||
138 | echo ' sourced from arch/$(ARCH)/boot/ramdisk.image.gz' | ||
139 | echo ' (arch/$(ARCH)/boot/zImage.initrd.vmode)' | ||
140 | echo ' zImage - zImage for pSeries machines' | ||
141 | echo ' zImage.initrd - zImage with initrd for pSeries machines' | ||
142 | endef | ||
diff --git a/arch/ppc64/configs/bpa_defconfig b/arch/ppc64/configs/bpa_defconfig deleted file mode 100644 index 67ffecbc05cb..000000000000 --- a/arch/ppc64/configs/bpa_defconfig +++ /dev/null | |||
@@ -1,1024 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.14-rc4 | ||
4 | # Thu Oct 20 08:29:10 2005 | ||
5 | # | ||
6 | CONFIG_64BIT=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
10 | CONFIG_GENERIC_ISA_DMA=y | ||
11 | CONFIG_EARLY_PRINTK=y | ||
12 | CONFIG_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
16 | |||
17 | # | ||
18 | # Code maturity level options | ||
19 | # | ||
20 | CONFIG_EXPERIMENTAL=y | ||
21 | CONFIG_CLEAN_COMPILE=y | ||
22 | CONFIG_LOCK_KERNEL=y | ||
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | ||
29 | CONFIG_LOCALVERSION_AUTO=y | ||
30 | CONFIG_SWAP=y | ||
31 | CONFIG_SYSVIPC=y | ||
32 | # CONFIG_POSIX_MQUEUE is not set | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | CONFIG_SYSCTL=y | ||
35 | # CONFIG_AUDIT is not set | ||
36 | CONFIG_HOTPLUG=y | ||
37 | CONFIG_KOBJECT_UEVENT=y | ||
38 | # CONFIG_IKCONFIG is not set | ||
39 | # CONFIG_CPUSETS is not set | ||
40 | CONFIG_INITRAMFS_SOURCE="" | ||
41 | # CONFIG_EMBEDDED is not set | ||
42 | CONFIG_KALLSYMS=y | ||
43 | # CONFIG_KALLSYMS_ALL is not set | ||
44 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
45 | CONFIG_PRINTK=y | ||
46 | CONFIG_BUG=y | ||
47 | CONFIG_BASE_FULL=y | ||
48 | CONFIG_FUTEX=y | ||
49 | CONFIG_EPOLL=y | ||
50 | CONFIG_SHMEM=y | ||
51 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
52 | CONFIG_CC_ALIGN_LABELS=0 | ||
53 | CONFIG_CC_ALIGN_LOOPS=0 | ||
54 | CONFIG_CC_ALIGN_JUMPS=0 | ||
55 | # CONFIG_TINY_SHMEM is not set | ||
56 | CONFIG_BASE_SMALL=0 | ||
57 | |||
58 | # | ||
59 | # Loadable module support | ||
60 | # | ||
61 | CONFIG_MODULES=y | ||
62 | CONFIG_MODULE_UNLOAD=y | ||
63 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
64 | CONFIG_OBSOLETE_MODPARM=y | ||
65 | # CONFIG_MODVERSIONS is not set | ||
66 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
67 | # CONFIG_KMOD is not set | ||
68 | CONFIG_STOP_MACHINE=y | ||
69 | CONFIG_SYSVIPC_COMPAT=y | ||
70 | |||
71 | # | ||
72 | # Platform support | ||
73 | # | ||
74 | # CONFIG_PPC_ISERIES is not set | ||
75 | CONFIG_PPC_MULTIPLATFORM=y | ||
76 | # CONFIG_PPC_PSERIES is not set | ||
77 | CONFIG_PPC_BPA=y | ||
78 | # CONFIG_PPC_PMAC is not set | ||
79 | # CONFIG_PPC_MAPLE is not set | ||
80 | CONFIG_PPC=y | ||
81 | CONFIG_PPC64=y | ||
82 | CONFIG_PPC_OF=y | ||
83 | CONFIG_BPA_IIC=y | ||
84 | CONFIG_ALTIVEC=y | ||
85 | CONFIG_KEXEC=y | ||
86 | # CONFIG_U3_DART is not set | ||
87 | # CONFIG_BOOTX_TEXT is not set | ||
88 | # CONFIG_POWER4_ONLY is not set | ||
89 | # CONFIG_IOMMU_VMERGE is not set | ||
90 | CONFIG_SMP=y | ||
91 | CONFIG_NR_CPUS=4 | ||
92 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
93 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
94 | CONFIG_SELECT_MEMORY_MODEL=y | ||
95 | CONFIG_FLATMEM_MANUAL=y | ||
96 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
97 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
98 | CONFIG_FLATMEM=y | ||
99 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
100 | # CONFIG_SPARSEMEM_STATIC is not set | ||
101 | # CONFIG_NUMA is not set | ||
102 | CONFIG_SCHED_SMT=y | ||
103 | CONFIG_PREEMPT_NONE=y | ||
104 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
105 | # CONFIG_PREEMPT is not set | ||
106 | CONFIG_PREEMPT_BKL=y | ||
107 | # CONFIG_HZ_100 is not set | ||
108 | CONFIG_HZ_250=y | ||
109 | # CONFIG_HZ_1000 is not set | ||
110 | CONFIG_HZ=250 | ||
111 | CONFIG_GENERIC_HARDIRQS=y | ||
112 | CONFIG_PPC_RTAS=y | ||
113 | CONFIG_RTAS_PROC=y | ||
114 | CONFIG_RTAS_FLASH=y | ||
115 | CONFIG_SECCOMP=y | ||
116 | CONFIG_BINFMT_ELF=y | ||
117 | # CONFIG_BINFMT_MISC is not set | ||
118 | CONFIG_PROC_DEVICETREE=y | ||
119 | # CONFIG_CMDLINE_BOOL is not set | ||
120 | CONFIG_ISA_DMA_API=y | ||
121 | |||
122 | # | ||
123 | # Bus Options | ||
124 | # | ||
125 | CONFIG_PCI=y | ||
126 | CONFIG_PCI_DOMAINS=y | ||
127 | CONFIG_PCI_LEGACY_PROC=y | ||
128 | # CONFIG_PCI_DEBUG is not set | ||
129 | |||
130 | # | ||
131 | # PCCARD (PCMCIA/CardBus) support | ||
132 | # | ||
133 | # CONFIG_PCCARD is not set | ||
134 | |||
135 | # | ||
136 | # PCI Hotplug Support | ||
137 | # | ||
138 | # CONFIG_HOTPLUG_PCI is not set | ||
139 | |||
140 | # | ||
141 | # Networking | ||
142 | # | ||
143 | CONFIG_NET=y | ||
144 | |||
145 | # | ||
146 | # Networking options | ||
147 | # | ||
148 | CONFIG_PACKET=y | ||
149 | # CONFIG_PACKET_MMAP is not set | ||
150 | CONFIG_UNIX=y | ||
151 | CONFIG_XFRM=y | ||
152 | # CONFIG_XFRM_USER is not set | ||
153 | # CONFIG_NET_KEY is not set | ||
154 | CONFIG_INET=y | ||
155 | CONFIG_IP_MULTICAST=y | ||
156 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
157 | CONFIG_IP_FIB_HASH=y | ||
158 | # CONFIG_IP_PNP is not set | ||
159 | CONFIG_NET_IPIP=y | ||
160 | # CONFIG_NET_IPGRE is not set | ||
161 | # CONFIG_IP_MROUTE is not set | ||
162 | # CONFIG_ARPD is not set | ||
163 | CONFIG_SYN_COOKIES=y | ||
164 | # CONFIG_INET_AH is not set | ||
165 | # CONFIG_INET_ESP is not set | ||
166 | # CONFIG_INET_IPCOMP is not set | ||
167 | CONFIG_INET_TUNNEL=y | ||
168 | CONFIG_INET_DIAG=y | ||
169 | CONFIG_INET_TCP_DIAG=y | ||
170 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
171 | CONFIG_TCP_CONG_BIC=y | ||
172 | |||
173 | # | ||
174 | # IP: Virtual Server Configuration | ||
175 | # | ||
176 | # CONFIG_IP_VS is not set | ||
177 | CONFIG_IPV6=y | ||
178 | # CONFIG_IPV6_PRIVACY is not set | ||
179 | CONFIG_INET6_AH=m | ||
180 | CONFIG_INET6_ESP=m | ||
181 | CONFIG_INET6_IPCOMP=m | ||
182 | CONFIG_INET6_TUNNEL=m | ||
183 | CONFIG_IPV6_TUNNEL=m | ||
184 | CONFIG_NETFILTER=y | ||
185 | # CONFIG_NETFILTER_DEBUG is not set | ||
186 | # CONFIG_NETFILTER_NETLINK is not set | ||
187 | |||
188 | # | ||
189 | # IP: Netfilter Configuration | ||
190 | # | ||
191 | CONFIG_IP_NF_CONNTRACK=y | ||
192 | # CONFIG_IP_NF_CT_ACCT is not set | ||
193 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
194 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
195 | CONFIG_IP_NF_CT_PROTO_SCTP=y | ||
196 | CONFIG_IP_NF_FTP=m | ||
197 | CONFIG_IP_NF_IRC=m | ||
198 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
199 | CONFIG_IP_NF_TFTP=m | ||
200 | CONFIG_IP_NF_AMANDA=m | ||
201 | # CONFIG_IP_NF_PPTP is not set | ||
202 | CONFIG_IP_NF_QUEUE=m | ||
203 | CONFIG_IP_NF_IPTABLES=m | ||
204 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
205 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
206 | CONFIG_IP_NF_MATCH_MAC=m | ||
207 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
208 | CONFIG_IP_NF_MATCH_MARK=m | ||
209 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
210 | CONFIG_IP_NF_MATCH_TOS=m | ||
211 | CONFIG_IP_NF_MATCH_RECENT=m | ||
212 | CONFIG_IP_NF_MATCH_ECN=m | ||
213 | CONFIG_IP_NF_MATCH_DSCP=m | ||
214 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
215 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
216 | CONFIG_IP_NF_MATCH_TTL=m | ||
217 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
218 | CONFIG_IP_NF_MATCH_HELPER=m | ||
219 | CONFIG_IP_NF_MATCH_STATE=m | ||
220 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
221 | CONFIG_IP_NF_MATCH_OWNER=m | ||
222 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
223 | CONFIG_IP_NF_MATCH_REALM=m | ||
224 | CONFIG_IP_NF_MATCH_SCTP=m | ||
225 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
226 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
227 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
228 | CONFIG_IP_NF_MATCH_STRING=m | ||
229 | CONFIG_IP_NF_FILTER=m | ||
230 | CONFIG_IP_NF_TARGET_REJECT=m | ||
231 | CONFIG_IP_NF_TARGET_LOG=m | ||
232 | CONFIG_IP_NF_TARGET_ULOG=m | ||
233 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
234 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
235 | CONFIG_IP_NF_NAT=m | ||
236 | CONFIG_IP_NF_NAT_NEEDED=y | ||
237 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
238 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
239 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
240 | CONFIG_IP_NF_TARGET_SAME=m | ||
241 | CONFIG_IP_NF_NAT_SNMP_BASIC=m | ||
242 | CONFIG_IP_NF_NAT_IRC=m | ||
243 | CONFIG_IP_NF_NAT_FTP=m | ||
244 | CONFIG_IP_NF_NAT_TFTP=m | ||
245 | CONFIG_IP_NF_NAT_AMANDA=m | ||
246 | CONFIG_IP_NF_MANGLE=m | ||
247 | CONFIG_IP_NF_TARGET_TOS=m | ||
248 | CONFIG_IP_NF_TARGET_ECN=m | ||
249 | CONFIG_IP_NF_TARGET_DSCP=m | ||
250 | CONFIG_IP_NF_TARGET_MARK=m | ||
251 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
252 | CONFIG_IP_NF_TARGET_TTL=m | ||
253 | CONFIG_IP_NF_RAW=m | ||
254 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
255 | CONFIG_IP_NF_ARPTABLES=m | ||
256 | CONFIG_IP_NF_ARPFILTER=m | ||
257 | CONFIG_IP_NF_ARP_MANGLE=m | ||
258 | |||
259 | # | ||
260 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
261 | # | ||
262 | # CONFIG_IP6_NF_QUEUE is not set | ||
263 | # CONFIG_IP6_NF_IPTABLES is not set | ||
264 | # CONFIG_IP6_NF_TARGET_NFQUEUE is not set | ||
265 | |||
266 | # | ||
267 | # DCCP Configuration (EXPERIMENTAL) | ||
268 | # | ||
269 | # CONFIG_IP_DCCP is not set | ||
270 | |||
271 | # | ||
272 | # SCTP Configuration (EXPERIMENTAL) | ||
273 | # | ||
274 | # CONFIG_IP_SCTP is not set | ||
275 | # CONFIG_ATM is not set | ||
276 | # CONFIG_BRIDGE is not set | ||
277 | # CONFIG_VLAN_8021Q is not set | ||
278 | # CONFIG_DECNET is not set | ||
279 | # CONFIG_LLC2 is not set | ||
280 | # CONFIG_IPX is not set | ||
281 | # CONFIG_ATALK is not set | ||
282 | # CONFIG_X25 is not set | ||
283 | # CONFIG_LAPB is not set | ||
284 | # CONFIG_NET_DIVERT is not set | ||
285 | # CONFIG_ECONET is not set | ||
286 | # CONFIG_WAN_ROUTER is not set | ||
287 | # CONFIG_NET_SCHED is not set | ||
288 | CONFIG_NET_CLS_ROUTE=y | ||
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 is not set | ||
298 | |||
299 | # | ||
300 | # Device Drivers | ||
301 | # | ||
302 | |||
303 | # | ||
304 | # Generic Driver Options | ||
305 | # | ||
306 | CONFIG_STANDALONE=y | ||
307 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
308 | CONFIG_FW_LOADER=y | ||
309 | # CONFIG_DEBUG_DRIVER is not set | ||
310 | |||
311 | # | ||
312 | # Connector - unified userspace <-> kernelspace linker | ||
313 | # | ||
314 | # CONFIG_CONNECTOR is not set | ||
315 | |||
316 | # | ||
317 | # Memory Technology Devices (MTD) | ||
318 | # | ||
319 | # CONFIG_MTD is not set | ||
320 | |||
321 | # | ||
322 | # Parallel port support | ||
323 | # | ||
324 | # CONFIG_PARPORT is not set | ||
325 | |||
326 | # | ||
327 | # Plug and Play support | ||
328 | # | ||
329 | |||
330 | # | ||
331 | # Block devices | ||
332 | # | ||
333 | # CONFIG_BLK_DEV_FD is not set | ||
334 | # CONFIG_BLK_CPQ_DA is not set | ||
335 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
336 | # CONFIG_BLK_DEV_DAC960 is not set | ||
337 | # CONFIG_BLK_DEV_UMEM is not set | ||
338 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
339 | CONFIG_BLK_DEV_LOOP=y | ||
340 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
341 | CONFIG_BLK_DEV_NBD=y | ||
342 | # CONFIG_BLK_DEV_SX8 is not set | ||
343 | CONFIG_BLK_DEV_RAM=y | ||
344 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
345 | CONFIG_BLK_DEV_RAM_SIZE=131072 | ||
346 | CONFIG_BLK_DEV_INITRD=y | ||
347 | # CONFIG_CDROM_PKTCDVD is not set | ||
348 | |||
349 | # | ||
350 | # IO Schedulers | ||
351 | # | ||
352 | CONFIG_IOSCHED_NOOP=y | ||
353 | CONFIG_IOSCHED_AS=y | ||
354 | CONFIG_IOSCHED_DEADLINE=y | ||
355 | CONFIG_IOSCHED_CFQ=y | ||
356 | # CONFIG_ATA_OVER_ETH is not set | ||
357 | |||
358 | # | ||
359 | # ATA/ATAPI/MFM/RLL support | ||
360 | # | ||
361 | CONFIG_IDE=y | ||
362 | CONFIG_BLK_DEV_IDE=y | ||
363 | |||
364 | # | ||
365 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
366 | # | ||
367 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
368 | CONFIG_BLK_DEV_IDEDISK=y | ||
369 | CONFIG_IDEDISK_MULTI_MODE=y | ||
370 | # CONFIG_BLK_DEV_IDECD is not set | ||
371 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
372 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
373 | # CONFIG_IDE_TASK_IOCTL is not set | ||
374 | |||
375 | # | ||
376 | # IDE chipset support/bugfixes | ||
377 | # | ||
378 | CONFIG_IDE_GENERIC=y | ||
379 | CONFIG_BLK_DEV_IDEPCI=y | ||
380 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
381 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
382 | CONFIG_BLK_DEV_GENERIC=y | ||
383 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
384 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
385 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
386 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
387 | CONFIG_IDEDMA_PCI_AUTO=y | ||
388 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
389 | CONFIG_BLK_DEV_AEC62XX=y | ||
390 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
391 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
392 | # CONFIG_BLK_DEV_CMD64X is not set | ||
393 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
394 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
395 | # CONFIG_BLK_DEV_CS5520 is not set | ||
396 | # CONFIG_BLK_DEV_CS5530 is not set | ||
397 | # CONFIG_BLK_DEV_HPT34X is not set | ||
398 | # CONFIG_BLK_DEV_HPT366 is not set | ||
399 | # CONFIG_BLK_DEV_SC1200 is not set | ||
400 | # CONFIG_BLK_DEV_PIIX is not set | ||
401 | # CONFIG_BLK_DEV_IT821X is not set | ||
402 | # CONFIG_BLK_DEV_NS87415 is not set | ||
403 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
404 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
405 | # CONFIG_BLK_DEV_SVWKS is not set | ||
406 | CONFIG_BLK_DEV_SIIMAGE=y | ||
407 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
408 | # CONFIG_BLK_DEV_TRM290 is not set | ||
409 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
410 | # CONFIG_IDE_ARM is not set | ||
411 | CONFIG_BLK_DEV_IDEDMA=y | ||
412 | # CONFIG_IDEDMA_IVB is not set | ||
413 | CONFIG_IDEDMA_AUTO=y | ||
414 | # CONFIG_BLK_DEV_HD is not set | ||
415 | |||
416 | # | ||
417 | # SCSI device support | ||
418 | # | ||
419 | # CONFIG_RAID_ATTRS is not set | ||
420 | # CONFIG_SCSI is not set | ||
421 | |||
422 | # | ||
423 | # Multi-device support (RAID and LVM) | ||
424 | # | ||
425 | # CONFIG_MD is not set | ||
426 | |||
427 | # | ||
428 | # Fusion MPT device support | ||
429 | # | ||
430 | # CONFIG_FUSION is not set | ||
431 | |||
432 | # | ||
433 | # IEEE 1394 (FireWire) support | ||
434 | # | ||
435 | # CONFIG_IEEE1394 is not set | ||
436 | |||
437 | # | ||
438 | # I2O device support | ||
439 | # | ||
440 | # CONFIG_I2O is not set | ||
441 | |||
442 | # | ||
443 | # Macintosh device drivers | ||
444 | # | ||
445 | |||
446 | # | ||
447 | # Network device support | ||
448 | # | ||
449 | CONFIG_NETDEVICES=y | ||
450 | # CONFIG_DUMMY is not set | ||
451 | # CONFIG_BONDING is not set | ||
452 | # CONFIG_EQUALIZER is not set | ||
453 | # CONFIG_TUN is not set | ||
454 | |||
455 | # | ||
456 | # ARCnet devices | ||
457 | # | ||
458 | # CONFIG_ARCNET is not set | ||
459 | |||
460 | # | ||
461 | # PHY device support | ||
462 | # | ||
463 | # CONFIG_PHYLIB is not set | ||
464 | |||
465 | # | ||
466 | # Ethernet (10 or 100Mbit) | ||
467 | # | ||
468 | CONFIG_NET_ETHERNET=y | ||
469 | CONFIG_MII=y | ||
470 | # CONFIG_HAPPYMEAL is not set | ||
471 | # CONFIG_SUNGEM is not set | ||
472 | # CONFIG_CASSINI is not set | ||
473 | # CONFIG_NET_VENDOR_3COM is not set | ||
474 | |||
475 | # | ||
476 | # Tulip family network device support | ||
477 | # | ||
478 | # CONFIG_NET_TULIP is not set | ||
479 | # CONFIG_HP100 is not set | ||
480 | # CONFIG_NET_PCI is not set | ||
481 | |||
482 | # | ||
483 | # Ethernet (1000 Mbit) | ||
484 | # | ||
485 | # CONFIG_ACENIC is not set | ||
486 | # CONFIG_DL2K is not set | ||
487 | CONFIG_E1000=m | ||
488 | # CONFIG_E1000_NAPI is not set | ||
489 | # CONFIG_NS83820 is not set | ||
490 | # CONFIG_HAMACHI is not set | ||
491 | # CONFIG_YELLOWFIN is not set | ||
492 | # CONFIG_R8169 is not set | ||
493 | # CONFIG_SIS190 is not set | ||
494 | CONFIG_SKGE=m | ||
495 | # CONFIG_SK98LIN is not set | ||
496 | # CONFIG_TIGON3 is not set | ||
497 | # CONFIG_BNX2 is not set | ||
498 | # CONFIG_SPIDER_NET is not set | ||
499 | # CONFIG_MV643XX_ETH is not set | ||
500 | |||
501 | # | ||
502 | # Ethernet (10000 Mbit) | ||
503 | # | ||
504 | # CONFIG_CHELSIO_T1 is not set | ||
505 | # CONFIG_IXGB is not set | ||
506 | # CONFIG_S2IO is not set | ||
507 | |||
508 | # | ||
509 | # Token Ring devices | ||
510 | # | ||
511 | # CONFIG_TR is not set | ||
512 | |||
513 | # | ||
514 | # Wireless LAN (non-hamradio) | ||
515 | # | ||
516 | # CONFIG_NET_RADIO is not set | ||
517 | |||
518 | # | ||
519 | # Wan interfaces | ||
520 | # | ||
521 | # CONFIG_WAN is not set | ||
522 | # CONFIG_FDDI is not set | ||
523 | # CONFIG_HIPPI is not set | ||
524 | # CONFIG_PPP is not set | ||
525 | # CONFIG_SLIP is not set | ||
526 | # CONFIG_SHAPER is not set | ||
527 | # CONFIG_NETCONSOLE is not set | ||
528 | # CONFIG_NETPOLL is not set | ||
529 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
530 | |||
531 | # | ||
532 | # ISDN subsystem | ||
533 | # | ||
534 | # CONFIG_ISDN is not set | ||
535 | |||
536 | # | ||
537 | # Telephony Support | ||
538 | # | ||
539 | # CONFIG_PHONE is not set | ||
540 | |||
541 | # | ||
542 | # Input device support | ||
543 | # | ||
544 | CONFIG_INPUT=y | ||
545 | |||
546 | # | ||
547 | # Userland interfaces | ||
548 | # | ||
549 | CONFIG_INPUT_MOUSEDEV=y | ||
550 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
551 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
552 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
553 | # CONFIG_INPUT_JOYDEV is not set | ||
554 | # CONFIG_INPUT_TSDEV is not set | ||
555 | # CONFIG_INPUT_EVDEV is not set | ||
556 | # CONFIG_INPUT_EVBUG is not set | ||
557 | |||
558 | # | ||
559 | # Input Device Drivers | ||
560 | # | ||
561 | # CONFIG_INPUT_KEYBOARD is not set | ||
562 | # CONFIG_INPUT_MOUSE is not set | ||
563 | # CONFIG_INPUT_JOYSTICK is not set | ||
564 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
565 | # CONFIG_INPUT_MISC is not set | ||
566 | |||
567 | # | ||
568 | # Hardware I/O ports | ||
569 | # | ||
570 | CONFIG_SERIO=y | ||
571 | # CONFIG_SERIO_I8042 is not set | ||
572 | CONFIG_SERIO_SERPORT=y | ||
573 | # CONFIG_SERIO_PCIPS2 is not set | ||
574 | # CONFIG_SERIO_RAW is not set | ||
575 | # CONFIG_GAMEPORT is not set | ||
576 | |||
577 | # | ||
578 | # Character devices | ||
579 | # | ||
580 | CONFIG_VT=y | ||
581 | CONFIG_VT_CONSOLE=y | ||
582 | CONFIG_HW_CONSOLE=y | ||
583 | CONFIG_SERIAL_NONSTANDARD=y | ||
584 | # CONFIG_ROCKETPORT is not set | ||
585 | # CONFIG_CYCLADES is not set | ||
586 | # CONFIG_DIGIEPCA is not set | ||
587 | # CONFIG_MOXA_SMARTIO is not set | ||
588 | # CONFIG_ISI is not set | ||
589 | # CONFIG_SYNCLINK is not set | ||
590 | # CONFIG_SYNCLINKMP is not set | ||
591 | # CONFIG_N_HDLC is not set | ||
592 | # CONFIG_SPECIALIX is not set | ||
593 | # CONFIG_SX is not set | ||
594 | # CONFIG_STALDRV is not set | ||
595 | |||
596 | # | ||
597 | # Serial drivers | ||
598 | # | ||
599 | CONFIG_SERIAL_8250=y | ||
600 | CONFIG_SERIAL_8250_CONSOLE=y | ||
601 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
602 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
603 | |||
604 | # | ||
605 | # Non-8250 serial port support | ||
606 | # | ||
607 | CONFIG_SERIAL_CORE=y | ||
608 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
609 | # CONFIG_SERIAL_JSM is not set | ||
610 | CONFIG_UNIX98_PTYS=y | ||
611 | # CONFIG_LEGACY_PTYS is not set | ||
612 | |||
613 | # | ||
614 | # IPMI | ||
615 | # | ||
616 | # CONFIG_IPMI_HANDLER is not set | ||
617 | |||
618 | # | ||
619 | # Watchdog Cards | ||
620 | # | ||
621 | CONFIG_WATCHDOG=y | ||
622 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
623 | |||
624 | # | ||
625 | # Watchdog Device Drivers | ||
626 | # | ||
627 | # CONFIG_SOFT_WATCHDOG is not set | ||
628 | CONFIG_WATCHDOG_RTAS=y | ||
629 | |||
630 | # | ||
631 | # PCI-based Watchdog Cards | ||
632 | # | ||
633 | # CONFIG_PCIPCWATCHDOG is not set | ||
634 | # CONFIG_WDTPCI is not set | ||
635 | # CONFIG_RTC is not set | ||
636 | # CONFIG_DTLK is not set | ||
637 | # CONFIG_R3964 is not set | ||
638 | # CONFIG_APPLICOM is not set | ||
639 | |||
640 | # | ||
641 | # Ftape, the floppy tape device driver | ||
642 | # | ||
643 | # CONFIG_AGP is not set | ||
644 | # CONFIG_DRM is not set | ||
645 | # CONFIG_RAW_DRIVER is not set | ||
646 | # CONFIG_HANGCHECK_TIMER is not set | ||
647 | |||
648 | # | ||
649 | # TPM devices | ||
650 | # | ||
651 | # CONFIG_TCG_TPM is not set | ||
652 | |||
653 | # | ||
654 | # I2C support | ||
655 | # | ||
656 | CONFIG_I2C=y | ||
657 | # CONFIG_I2C_CHARDEV is not set | ||
658 | |||
659 | # | ||
660 | # I2C Algorithms | ||
661 | # | ||
662 | CONFIG_I2C_ALGOBIT=y | ||
663 | # CONFIG_I2C_ALGOPCF is not set | ||
664 | # CONFIG_I2C_ALGOPCA is not set | ||
665 | |||
666 | # | ||
667 | # I2C Hardware Bus support | ||
668 | # | ||
669 | # CONFIG_I2C_ALI1535 is not set | ||
670 | # CONFIG_I2C_ALI1563 is not set | ||
671 | # CONFIG_I2C_ALI15X3 is not set | ||
672 | # CONFIG_I2C_AMD756 is not set | ||
673 | # CONFIG_I2C_AMD8111 is not set | ||
674 | # CONFIG_I2C_I801 is not set | ||
675 | # CONFIG_I2C_I810 is not set | ||
676 | # CONFIG_I2C_PIIX4 is not set | ||
677 | # CONFIG_I2C_NFORCE2 is not set | ||
678 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
679 | # CONFIG_I2C_PROSAVAGE is not set | ||
680 | # CONFIG_I2C_SAVAGE4 is not set | ||
681 | # CONFIG_SCx200_ACB is not set | ||
682 | # CONFIG_I2C_SIS5595 is not set | ||
683 | # CONFIG_I2C_SIS630 is not set | ||
684 | # CONFIG_I2C_SIS96X is not set | ||
685 | # CONFIG_I2C_STUB is not set | ||
686 | # CONFIG_I2C_VIA is not set | ||
687 | # CONFIG_I2C_VIAPRO is not set | ||
688 | # CONFIG_I2C_VOODOO3 is not set | ||
689 | # CONFIG_I2C_PCA_ISA is not set | ||
690 | |||
691 | # | ||
692 | # Miscellaneous I2C Chip support | ||
693 | # | ||
694 | # CONFIG_SENSORS_DS1337 is not set | ||
695 | # CONFIG_SENSORS_DS1374 is not set | ||
696 | # CONFIG_SENSORS_EEPROM is not set | ||
697 | # CONFIG_SENSORS_PCF8574 is not set | ||
698 | # CONFIG_SENSORS_PCA9539 is not set | ||
699 | # CONFIG_SENSORS_PCF8591 is not set | ||
700 | # CONFIG_SENSORS_RTC8564 is not set | ||
701 | # CONFIG_SENSORS_MAX6875 is not set | ||
702 | # CONFIG_I2C_DEBUG_CORE is not set | ||
703 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
704 | # CONFIG_I2C_DEBUG_BUS is not set | ||
705 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
706 | |||
707 | # | ||
708 | # Dallas's 1-wire bus | ||
709 | # | ||
710 | # CONFIG_W1 is not set | ||
711 | |||
712 | # | ||
713 | # Hardware Monitoring support | ||
714 | # | ||
715 | # CONFIG_HWMON is not set | ||
716 | # CONFIG_HWMON_VID is not set | ||
717 | |||
718 | # | ||
719 | # Misc devices | ||
720 | # | ||
721 | |||
722 | # | ||
723 | # Multimedia Capabilities Port drivers | ||
724 | # | ||
725 | |||
726 | # | ||
727 | # Multimedia devices | ||
728 | # | ||
729 | # CONFIG_VIDEO_DEV is not set | ||
730 | |||
731 | # | ||
732 | # Digital Video Broadcasting Devices | ||
733 | # | ||
734 | # CONFIG_DVB is not set | ||
735 | |||
736 | # | ||
737 | # Graphics support | ||
738 | # | ||
739 | # CONFIG_FB is not set | ||
740 | |||
741 | # | ||
742 | # Console display driver support | ||
743 | # | ||
744 | # CONFIG_VGA_CONSOLE is not set | ||
745 | CONFIG_DUMMY_CONSOLE=y | ||
746 | |||
747 | # | ||
748 | # Sound | ||
749 | # | ||
750 | # CONFIG_SOUND is not set | ||
751 | |||
752 | # | ||
753 | # USB support | ||
754 | # | ||
755 | CONFIG_USB_ARCH_HAS_HCD=y | ||
756 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
757 | # CONFIG_USB is not set | ||
758 | |||
759 | # | ||
760 | # USB Gadget Support | ||
761 | # | ||
762 | # CONFIG_USB_GADGET is not set | ||
763 | |||
764 | # | ||
765 | # MMC/SD Card support | ||
766 | # | ||
767 | # CONFIG_MMC is not set | ||
768 | |||
769 | # | ||
770 | # InfiniBand support | ||
771 | # | ||
772 | # CONFIG_INFINIBAND is not set | ||
773 | |||
774 | # | ||
775 | # SN Devices | ||
776 | # | ||
777 | |||
778 | # | ||
779 | # File systems | ||
780 | # | ||
781 | CONFIG_EXT2_FS=y | ||
782 | # CONFIG_EXT2_FS_XATTR is not set | ||
783 | # CONFIG_EXT2_FS_XIP is not set | ||
784 | CONFIG_EXT3_FS=y | ||
785 | CONFIG_EXT3_FS_XATTR=y | ||
786 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
787 | # CONFIG_EXT3_FS_SECURITY is not set | ||
788 | CONFIG_JBD=y | ||
789 | # CONFIG_JBD_DEBUG is not set | ||
790 | CONFIG_FS_MBCACHE=y | ||
791 | # CONFIG_REISERFS_FS is not set | ||
792 | # CONFIG_JFS_FS is not set | ||
793 | CONFIG_FS_POSIX_ACL=y | ||
794 | # CONFIG_XFS_FS is not set | ||
795 | # CONFIG_MINIX_FS is not set | ||
796 | # CONFIG_ROMFS_FS is not set | ||
797 | CONFIG_INOTIFY=y | ||
798 | # CONFIG_QUOTA is not set | ||
799 | CONFIG_DNOTIFY=y | ||
800 | # CONFIG_AUTOFS_FS is not set | ||
801 | # CONFIG_AUTOFS4_FS is not set | ||
802 | # CONFIG_FUSE_FS is not set | ||
803 | |||
804 | # | ||
805 | # CD-ROM/DVD Filesystems | ||
806 | # | ||
807 | CONFIG_ISO9660_FS=m | ||
808 | CONFIG_JOLIET=y | ||
809 | # CONFIG_ZISOFS is not set | ||
810 | CONFIG_UDF_FS=m | ||
811 | CONFIG_UDF_NLS=y | ||
812 | |||
813 | # | ||
814 | # DOS/FAT/NT Filesystems | ||
815 | # | ||
816 | CONFIG_FAT_FS=m | ||
817 | CONFIG_MSDOS_FS=m | ||
818 | CONFIG_VFAT_FS=m | ||
819 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
820 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
821 | # CONFIG_NTFS_FS is not set | ||
822 | |||
823 | # | ||
824 | # Pseudo filesystems | ||
825 | # | ||
826 | CONFIG_PROC_FS=y | ||
827 | CONFIG_PROC_KCORE=y | ||
828 | CONFIG_SYSFS=y | ||
829 | CONFIG_TMPFS=y | ||
830 | CONFIG_HUGETLBFS=y | ||
831 | CONFIG_HUGETLB_PAGE=y | ||
832 | CONFIG_RAMFS=y | ||
833 | # CONFIG_RELAYFS_FS is not set | ||
834 | |||
835 | # | ||
836 | # Miscellaneous filesystems | ||
837 | # | ||
838 | # CONFIG_ADFS_FS is not set | ||
839 | # CONFIG_AFFS_FS is not set | ||
840 | # CONFIG_HFS_FS is not set | ||
841 | # CONFIG_HFSPLUS_FS is not set | ||
842 | # CONFIG_BEFS_FS is not set | ||
843 | # CONFIG_BFS_FS is not set | ||
844 | # CONFIG_EFS_FS is not set | ||
845 | # CONFIG_CRAMFS is not set | ||
846 | # CONFIG_VXFS_FS is not set | ||
847 | # CONFIG_HPFS_FS is not set | ||
848 | # CONFIG_QNX4FS_FS is not set | ||
849 | # CONFIG_SYSV_FS is not set | ||
850 | # CONFIG_UFS_FS is not set | ||
851 | |||
852 | # | ||
853 | # Network File Systems | ||
854 | # | ||
855 | CONFIG_NFS_FS=m | ||
856 | CONFIG_NFS_V3=y | ||
857 | CONFIG_NFS_V3_ACL=y | ||
858 | # CONFIG_NFS_V4 is not set | ||
859 | # CONFIG_NFS_DIRECTIO is not set | ||
860 | CONFIG_NFSD=m | ||
861 | CONFIG_NFSD_V2_ACL=y | ||
862 | CONFIG_NFSD_V3=y | ||
863 | CONFIG_NFSD_V3_ACL=y | ||
864 | # CONFIG_NFSD_V4 is not set | ||
865 | CONFIG_NFSD_TCP=y | ||
866 | CONFIG_LOCKD=m | ||
867 | CONFIG_LOCKD_V4=y | ||
868 | CONFIG_EXPORTFS=m | ||
869 | CONFIG_NFS_ACL_SUPPORT=m | ||
870 | CONFIG_NFS_COMMON=y | ||
871 | CONFIG_SUNRPC=m | ||
872 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
873 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
874 | # CONFIG_SMB_FS is not set | ||
875 | # CONFIG_CIFS is not set | ||
876 | # CONFIG_NCP_FS is not set | ||
877 | # CONFIG_CODA_FS is not set | ||
878 | # CONFIG_AFS_FS is not set | ||
879 | # CONFIG_9P_FS is not set | ||
880 | |||
881 | # | ||
882 | # Partition Types | ||
883 | # | ||
884 | CONFIG_PARTITION_ADVANCED=y | ||
885 | # CONFIG_ACORN_PARTITION is not set | ||
886 | # CONFIG_OSF_PARTITION is not set | ||
887 | # CONFIG_AMIGA_PARTITION is not set | ||
888 | # CONFIG_ATARI_PARTITION is not set | ||
889 | # CONFIG_MAC_PARTITION is not set | ||
890 | CONFIG_MSDOS_PARTITION=y | ||
891 | # CONFIG_BSD_DISKLABEL is not set | ||
892 | # CONFIG_MINIX_SUBPARTITION is not set | ||
893 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
894 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
895 | # CONFIG_LDM_PARTITION is not set | ||
896 | # CONFIG_SGI_PARTITION is not set | ||
897 | # CONFIG_ULTRIX_PARTITION is not set | ||
898 | # CONFIG_SUN_PARTITION is not set | ||
899 | CONFIG_EFI_PARTITION=y | ||
900 | |||
901 | # | ||
902 | # Native Language Support | ||
903 | # | ||
904 | CONFIG_NLS=m | ||
905 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
906 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
907 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
908 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
909 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
910 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
911 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
912 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
913 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
914 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
915 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
916 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
917 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
918 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
919 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
920 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
921 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
922 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
923 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
924 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
925 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
926 | # CONFIG_NLS_ISO8859_8 is not set | ||
927 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
928 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
929 | # CONFIG_NLS_ASCII is not set | ||
930 | CONFIG_NLS_ISO8859_1=m | ||
931 | CONFIG_NLS_ISO8859_2=m | ||
932 | CONFIG_NLS_ISO8859_3=m | ||
933 | CONFIG_NLS_ISO8859_4=m | ||
934 | CONFIG_NLS_ISO8859_5=m | ||
935 | CONFIG_NLS_ISO8859_6=m | ||
936 | CONFIG_NLS_ISO8859_7=m | ||
937 | CONFIG_NLS_ISO8859_9=m | ||
938 | CONFIG_NLS_ISO8859_13=m | ||
939 | CONFIG_NLS_ISO8859_14=m | ||
940 | CONFIG_NLS_ISO8859_15=m | ||
941 | # CONFIG_NLS_KOI8_R is not set | ||
942 | # CONFIG_NLS_KOI8_U is not set | ||
943 | # CONFIG_NLS_UTF8 is not set | ||
944 | |||
945 | # | ||
946 | # Profiling support | ||
947 | # | ||
948 | # CONFIG_PROFILING is not set | ||
949 | |||
950 | # | ||
951 | # Kernel hacking | ||
952 | # | ||
953 | # CONFIG_PRINTK_TIME is not set | ||
954 | CONFIG_DEBUG_KERNEL=y | ||
955 | CONFIG_MAGIC_SYSRQ=y | ||
956 | CONFIG_LOG_BUF_SHIFT=15 | ||
957 | CONFIG_DETECT_SOFTLOCKUP=y | ||
958 | # CONFIG_SCHEDSTATS is not set | ||
959 | # CONFIG_DEBUG_SLAB is not set | ||
960 | # CONFIG_DEBUG_SPINLOCK is not set | ||
961 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
962 | # CONFIG_DEBUG_KOBJECT is not set | ||
963 | # CONFIG_DEBUG_INFO is not set | ||
964 | CONFIG_DEBUG_FS=y | ||
965 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
966 | # CONFIG_KPROBES is not set | ||
967 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
968 | CONFIG_DEBUGGER=y | ||
969 | # CONFIG_XMON is not set | ||
970 | # CONFIG_PPCDBG is not set | ||
971 | CONFIG_IRQSTACKS=y | ||
972 | |||
973 | # | ||
974 | # Security options | ||
975 | # | ||
976 | # CONFIG_KEYS is not set | ||
977 | # CONFIG_SECURITY is not set | ||
978 | |||
979 | # | ||
980 | # Cryptographic options | ||
981 | # | ||
982 | CONFIG_CRYPTO=y | ||
983 | CONFIG_CRYPTO_HMAC=y | ||
984 | # CONFIG_CRYPTO_NULL is not set | ||
985 | # CONFIG_CRYPTO_MD4 is not set | ||
986 | CONFIG_CRYPTO_MD5=m | ||
987 | CONFIG_CRYPTO_SHA1=m | ||
988 | # CONFIG_CRYPTO_SHA256 is not set | ||
989 | # CONFIG_CRYPTO_SHA512 is not set | ||
990 | # CONFIG_CRYPTO_WP512 is not set | ||
991 | # CONFIG_CRYPTO_TGR192 is not set | ||
992 | CONFIG_CRYPTO_DES=m | ||
993 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
994 | # CONFIG_CRYPTO_TWOFISH is not set | ||
995 | # CONFIG_CRYPTO_SERPENT is not set | ||
996 | # CONFIG_CRYPTO_AES is not set | ||
997 | # CONFIG_CRYPTO_CAST5 is not set | ||
998 | # CONFIG_CRYPTO_CAST6 is not set | ||
999 | # CONFIG_CRYPTO_TEA is not set | ||
1000 | # CONFIG_CRYPTO_ARC4 is not set | ||
1001 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1002 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1003 | CONFIG_CRYPTO_DEFLATE=m | ||
1004 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1005 | # CONFIG_CRYPTO_CRC32C is not set | ||
1006 | # CONFIG_CRYPTO_TEST is not set | ||
1007 | |||
1008 | # | ||
1009 | # Hardware crypto devices | ||
1010 | # | ||
1011 | |||
1012 | # | ||
1013 | # Library routines | ||
1014 | # | ||
1015 | # CONFIG_CRC_CCITT is not set | ||
1016 | # CONFIG_CRC16 is not set | ||
1017 | CONFIG_CRC32=y | ||
1018 | # CONFIG_LIBCRC32C is not set | ||
1019 | CONFIG_ZLIB_INFLATE=m | ||
1020 | CONFIG_ZLIB_DEFLATE=m | ||
1021 | CONFIG_TEXTSEARCH=y | ||
1022 | CONFIG_TEXTSEARCH_KMP=m | ||
1023 | CONFIG_TEXTSEARCH_BM=m | ||
1024 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/ppc64/configs/g5_defconfig b/arch/ppc64/configs/g5_defconfig deleted file mode 100644 index 6323065fbf2c..000000000000 --- a/arch/ppc64/configs/g5_defconfig +++ /dev/null | |||
@@ -1,1392 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.14-rc4 | ||
4 | # Thu Oct 20 08:30:23 2005 | ||
5 | # | ||
6 | CONFIG_64BIT=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
10 | CONFIG_GENERIC_ISA_DMA=y | ||
11 | CONFIG_EARLY_PRINTK=y | ||
12 | CONFIG_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
16 | |||
17 | # | ||
18 | # Code maturity level options | ||
19 | # | ||
20 | CONFIG_EXPERIMENTAL=y | ||
21 | CONFIG_CLEAN_COMPILE=y | ||
22 | CONFIG_LOCK_KERNEL=y | ||
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | ||
29 | CONFIG_LOCALVERSION_AUTO=y | ||
30 | CONFIG_SWAP=y | ||
31 | CONFIG_SYSVIPC=y | ||
32 | CONFIG_POSIX_MQUEUE=y | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | CONFIG_SYSCTL=y | ||
35 | # CONFIG_AUDIT is not set | ||
36 | CONFIG_HOTPLUG=y | ||
37 | CONFIG_KOBJECT_UEVENT=y | ||
38 | CONFIG_IKCONFIG=y | ||
39 | CONFIG_IKCONFIG_PROC=y | ||
40 | # CONFIG_CPUSETS is not set | ||
41 | CONFIG_INITRAMFS_SOURCE="" | ||
42 | # CONFIG_EMBEDDED is not set | ||
43 | CONFIG_KALLSYMS=y | ||
44 | # CONFIG_KALLSYMS_ALL is not set | ||
45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
46 | CONFIG_PRINTK=y | ||
47 | CONFIG_BUG=y | ||
48 | CONFIG_BASE_FULL=y | ||
49 | CONFIG_FUTEX=y | ||
50 | CONFIG_EPOLL=y | ||
51 | CONFIG_SHMEM=y | ||
52 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
53 | CONFIG_CC_ALIGN_LABELS=0 | ||
54 | CONFIG_CC_ALIGN_LOOPS=0 | ||
55 | CONFIG_CC_ALIGN_JUMPS=0 | ||
56 | # CONFIG_TINY_SHMEM is not set | ||
57 | CONFIG_BASE_SMALL=0 | ||
58 | |||
59 | # | ||
60 | # Loadable module support | ||
61 | # | ||
62 | CONFIG_MODULES=y | ||
63 | CONFIG_MODULE_UNLOAD=y | ||
64 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
65 | CONFIG_OBSOLETE_MODPARM=y | ||
66 | CONFIG_MODVERSIONS=y | ||
67 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
68 | CONFIG_KMOD=y | ||
69 | CONFIG_STOP_MACHINE=y | ||
70 | CONFIG_SYSVIPC_COMPAT=y | ||
71 | |||
72 | # | ||
73 | # Platform support | ||
74 | # | ||
75 | # CONFIG_PPC_ISERIES is not set | ||
76 | CONFIG_PPC_MULTIPLATFORM=y | ||
77 | # CONFIG_PPC_PSERIES is not set | ||
78 | # CONFIG_PPC_BPA is not set | ||
79 | CONFIG_PPC_PMAC=y | ||
80 | # CONFIG_PPC_MAPLE is not set | ||
81 | CONFIG_PPC=y | ||
82 | CONFIG_PPC64=y | ||
83 | CONFIG_PPC_OF=y | ||
84 | CONFIG_MPIC=y | ||
85 | CONFIG_ALTIVEC=y | ||
86 | CONFIG_KEXEC=y | ||
87 | CONFIG_U3_DART=y | ||
88 | CONFIG_PPC_PMAC64=y | ||
89 | CONFIG_BOOTX_TEXT=y | ||
90 | CONFIG_POWER4_ONLY=y | ||
91 | CONFIG_IOMMU_VMERGE=y | ||
92 | CONFIG_SMP=y | ||
93 | CONFIG_NR_CPUS=2 | ||
94 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
95 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
96 | CONFIG_SELECT_MEMORY_MODEL=y | ||
97 | CONFIG_FLATMEM_MANUAL=y | ||
98 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
99 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
100 | CONFIG_FLATMEM=y | ||
101 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
102 | # CONFIG_SPARSEMEM_STATIC is not set | ||
103 | # CONFIG_NUMA is not set | ||
104 | # CONFIG_SCHED_SMT is not set | ||
105 | CONFIG_PREEMPT_NONE=y | ||
106 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
107 | # CONFIG_PREEMPT is not set | ||
108 | # CONFIG_PREEMPT_BKL is not set | ||
109 | # CONFIG_HZ_100 is not set | ||
110 | CONFIG_HZ_250=y | ||
111 | # CONFIG_HZ_1000 is not set | ||
112 | CONFIG_HZ=250 | ||
113 | CONFIG_GENERIC_HARDIRQS=y | ||
114 | CONFIG_SECCOMP=y | ||
115 | CONFIG_BINFMT_ELF=y | ||
116 | # CONFIG_BINFMT_MISC is not set | ||
117 | # CONFIG_HOTPLUG_CPU is not set | ||
118 | CONFIG_PROC_DEVICETREE=y | ||
119 | # CONFIG_CMDLINE_BOOL is not set | ||
120 | CONFIG_ISA_DMA_API=y | ||
121 | |||
122 | # | ||
123 | # Bus Options | ||
124 | # | ||
125 | CONFIG_PCI=y | ||
126 | CONFIG_PCI_DOMAINS=y | ||
127 | CONFIG_PCI_LEGACY_PROC=y | ||
128 | # CONFIG_PCI_DEBUG is not set | ||
129 | |||
130 | # | ||
131 | # PCCARD (PCMCIA/CardBus) support | ||
132 | # | ||
133 | # CONFIG_PCCARD is not set | ||
134 | |||
135 | # | ||
136 | # PCI Hotplug Support | ||
137 | # | ||
138 | # CONFIG_HOTPLUG_PCI is not set | ||
139 | |||
140 | # | ||
141 | # Networking | ||
142 | # | ||
143 | CONFIG_NET=y | ||
144 | |||
145 | # | ||
146 | # Networking options | ||
147 | # | ||
148 | CONFIG_PACKET=y | ||
149 | # CONFIG_PACKET_MMAP is not set | ||
150 | CONFIG_UNIX=y | ||
151 | CONFIG_XFRM=y | ||
152 | CONFIG_XFRM_USER=m | ||
153 | CONFIG_NET_KEY=m | ||
154 | CONFIG_INET=y | ||
155 | CONFIG_IP_MULTICAST=y | ||
156 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
157 | CONFIG_IP_FIB_HASH=y | ||
158 | # CONFIG_IP_PNP is not set | ||
159 | CONFIG_NET_IPIP=y | ||
160 | # CONFIG_NET_IPGRE is not set | ||
161 | # CONFIG_IP_MROUTE is not set | ||
162 | # CONFIG_ARPD is not set | ||
163 | CONFIG_SYN_COOKIES=y | ||
164 | CONFIG_INET_AH=m | ||
165 | CONFIG_INET_ESP=m | ||
166 | CONFIG_INET_IPCOMP=m | ||
167 | CONFIG_INET_TUNNEL=y | ||
168 | CONFIG_INET_DIAG=y | ||
169 | CONFIG_INET_TCP_DIAG=y | ||
170 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
171 | CONFIG_TCP_CONG_BIC=y | ||
172 | |||
173 | # | ||
174 | # IP: Virtual Server Configuration | ||
175 | # | ||
176 | # CONFIG_IP_VS is not set | ||
177 | # CONFIG_IPV6 is not set | ||
178 | CONFIG_NETFILTER=y | ||
179 | # CONFIG_NETFILTER_DEBUG is not set | ||
180 | # CONFIG_NETFILTER_NETLINK is not set | ||
181 | |||
182 | # | ||
183 | # IP: Netfilter Configuration | ||
184 | # | ||
185 | CONFIG_IP_NF_CONNTRACK=m | ||
186 | CONFIG_IP_NF_CT_ACCT=y | ||
187 | CONFIG_IP_NF_CONNTRACK_MARK=y | ||
188 | CONFIG_IP_NF_CONNTRACK_EVENTS=y | ||
189 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
190 | CONFIG_IP_NF_FTP=m | ||
191 | CONFIG_IP_NF_IRC=m | ||
192 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
193 | CONFIG_IP_NF_TFTP=m | ||
194 | CONFIG_IP_NF_AMANDA=m | ||
195 | # CONFIG_IP_NF_PPTP is not set | ||
196 | CONFIG_IP_NF_QUEUE=m | ||
197 | CONFIG_IP_NF_IPTABLES=m | ||
198 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
199 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
200 | CONFIG_IP_NF_MATCH_MAC=m | ||
201 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
202 | CONFIG_IP_NF_MATCH_MARK=m | ||
203 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
204 | CONFIG_IP_NF_MATCH_TOS=m | ||
205 | CONFIG_IP_NF_MATCH_RECENT=m | ||
206 | CONFIG_IP_NF_MATCH_ECN=m | ||
207 | CONFIG_IP_NF_MATCH_DSCP=m | ||
208 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
209 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
210 | CONFIG_IP_NF_MATCH_TTL=m | ||
211 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
212 | CONFIG_IP_NF_MATCH_HELPER=m | ||
213 | CONFIG_IP_NF_MATCH_STATE=m | ||
214 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
215 | CONFIG_IP_NF_MATCH_OWNER=m | ||
216 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
217 | CONFIG_IP_NF_MATCH_REALM=m | ||
218 | CONFIG_IP_NF_MATCH_SCTP=m | ||
219 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
220 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
221 | CONFIG_IP_NF_MATCH_CONNMARK=m | ||
222 | CONFIG_IP_NF_MATCH_CONNBYTES=m | ||
223 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
224 | CONFIG_IP_NF_MATCH_STRING=m | ||
225 | CONFIG_IP_NF_FILTER=m | ||
226 | CONFIG_IP_NF_TARGET_REJECT=m | ||
227 | CONFIG_IP_NF_TARGET_LOG=m | ||
228 | CONFIG_IP_NF_TARGET_ULOG=m | ||
229 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
230 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
231 | CONFIG_IP_NF_NAT=m | ||
232 | CONFIG_IP_NF_NAT_NEEDED=y | ||
233 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
234 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
235 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
236 | CONFIG_IP_NF_TARGET_SAME=m | ||
237 | CONFIG_IP_NF_NAT_SNMP_BASIC=m | ||
238 | CONFIG_IP_NF_NAT_IRC=m | ||
239 | CONFIG_IP_NF_NAT_FTP=m | ||
240 | CONFIG_IP_NF_NAT_TFTP=m | ||
241 | CONFIG_IP_NF_NAT_AMANDA=m | ||
242 | CONFIG_IP_NF_MANGLE=m | ||
243 | CONFIG_IP_NF_TARGET_TOS=m | ||
244 | CONFIG_IP_NF_TARGET_ECN=m | ||
245 | CONFIG_IP_NF_TARGET_DSCP=m | ||
246 | CONFIG_IP_NF_TARGET_MARK=m | ||
247 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
248 | CONFIG_IP_NF_TARGET_TTL=m | ||
249 | CONFIG_IP_NF_TARGET_CONNMARK=m | ||
250 | CONFIG_IP_NF_TARGET_CLUSTERIP=m | ||
251 | CONFIG_IP_NF_RAW=m | ||
252 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
253 | CONFIG_IP_NF_ARPTABLES=m | ||
254 | CONFIG_IP_NF_ARPFILTER=m | ||
255 | CONFIG_IP_NF_ARP_MANGLE=m | ||
256 | |||
257 | # | ||
258 | # DCCP Configuration (EXPERIMENTAL) | ||
259 | # | ||
260 | # CONFIG_IP_DCCP is not set | ||
261 | |||
262 | # | ||
263 | # SCTP Configuration (EXPERIMENTAL) | ||
264 | # | ||
265 | # CONFIG_IP_SCTP is not set | ||
266 | # CONFIG_ATM is not set | ||
267 | # CONFIG_BRIDGE is not set | ||
268 | # CONFIG_VLAN_8021Q is not set | ||
269 | # CONFIG_DECNET is not set | ||
270 | CONFIG_LLC=y | ||
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 | # CONFIG_NET_DIVERT is not set | ||
277 | # CONFIG_ECONET is not set | ||
278 | # CONFIG_WAN_ROUTER is not set | ||
279 | # CONFIG_NET_SCHED is not set | ||
280 | CONFIG_NET_CLS_ROUTE=y | ||
281 | |||
282 | # | ||
283 | # Network testing | ||
284 | # | ||
285 | # CONFIG_NET_PKTGEN is not set | ||
286 | # CONFIG_HAMRADIO is not set | ||
287 | # CONFIG_IRDA is not set | ||
288 | # CONFIG_BT is not set | ||
289 | # CONFIG_IEEE80211 is not set | ||
290 | |||
291 | # | ||
292 | # Device Drivers | ||
293 | # | ||
294 | |||
295 | # | ||
296 | # Generic Driver Options | ||
297 | # | ||
298 | CONFIG_STANDALONE=y | ||
299 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
300 | CONFIG_FW_LOADER=y | ||
301 | # CONFIG_DEBUG_DRIVER is not set | ||
302 | |||
303 | # | ||
304 | # Connector - unified userspace <-> kernelspace linker | ||
305 | # | ||
306 | # CONFIG_CONNECTOR is not set | ||
307 | |||
308 | # | ||
309 | # Memory Technology Devices (MTD) | ||
310 | # | ||
311 | # CONFIG_MTD is not set | ||
312 | |||
313 | # | ||
314 | # Parallel port support | ||
315 | # | ||
316 | # CONFIG_PARPORT is not set | ||
317 | |||
318 | # | ||
319 | # Plug and Play support | ||
320 | # | ||
321 | |||
322 | # | ||
323 | # Block devices | ||
324 | # | ||
325 | # CONFIG_BLK_DEV_FD is not set | ||
326 | # CONFIG_BLK_CPQ_DA is not set | ||
327 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
328 | # CONFIG_BLK_DEV_DAC960 is not set | ||
329 | # CONFIG_BLK_DEV_UMEM is not set | ||
330 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
331 | CONFIG_BLK_DEV_LOOP=y | ||
332 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
333 | CONFIG_BLK_DEV_NBD=m | ||
334 | # CONFIG_BLK_DEV_SX8 is not set | ||
335 | # CONFIG_BLK_DEV_UB is not set | ||
336 | CONFIG_BLK_DEV_RAM=y | ||
337 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
338 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
339 | CONFIG_BLK_DEV_INITRD=y | ||
340 | CONFIG_CDROM_PKTCDVD=m | ||
341 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
342 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
343 | |||
344 | # | ||
345 | # IO Schedulers | ||
346 | # | ||
347 | CONFIG_IOSCHED_NOOP=y | ||
348 | CONFIG_IOSCHED_AS=y | ||
349 | CONFIG_IOSCHED_DEADLINE=y | ||
350 | CONFIG_IOSCHED_CFQ=y | ||
351 | # CONFIG_ATA_OVER_ETH is not set | ||
352 | |||
353 | # | ||
354 | # ATA/ATAPI/MFM/RLL support | ||
355 | # | ||
356 | CONFIG_IDE=y | ||
357 | CONFIG_BLK_DEV_IDE=y | ||
358 | |||
359 | # | ||
360 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
361 | # | ||
362 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
363 | CONFIG_BLK_DEV_IDEDISK=y | ||
364 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
365 | CONFIG_BLK_DEV_IDECD=y | ||
366 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
367 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
368 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
369 | # CONFIG_IDE_TASK_IOCTL is not set | ||
370 | |||
371 | # | ||
372 | # IDE chipset support/bugfixes | ||
373 | # | ||
374 | CONFIG_IDE_GENERIC=y | ||
375 | CONFIG_BLK_DEV_IDEPCI=y | ||
376 | # CONFIG_IDEPCI_SHARE_IRQ is not set | ||
377 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
378 | # CONFIG_BLK_DEV_GENERIC is not set | ||
379 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
380 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
381 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
382 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
383 | CONFIG_IDEDMA_PCI_AUTO=y | ||
384 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
385 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
386 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
387 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
388 | # CONFIG_BLK_DEV_CMD64X is not set | ||
389 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
390 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
391 | # CONFIG_BLK_DEV_CS5520 is not set | ||
392 | # CONFIG_BLK_DEV_CS5530 is not set | ||
393 | # CONFIG_BLK_DEV_HPT34X is not set | ||
394 | # CONFIG_BLK_DEV_HPT366 is not set | ||
395 | # CONFIG_BLK_DEV_SC1200 is not set | ||
396 | # CONFIG_BLK_DEV_PIIX is not set | ||
397 | # CONFIG_BLK_DEV_IT821X is not set | ||
398 | # CONFIG_BLK_DEV_NS87415 is not set | ||
399 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
400 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
401 | # CONFIG_BLK_DEV_SVWKS is not set | ||
402 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
403 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
404 | # CONFIG_BLK_DEV_TRM290 is not set | ||
405 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
406 | CONFIG_BLK_DEV_IDE_PMAC=y | ||
407 | CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y | ||
408 | CONFIG_BLK_DEV_IDEDMA_PMAC=y | ||
409 | # CONFIG_BLK_DEV_IDE_PMAC_BLINK is not set | ||
410 | # CONFIG_IDE_ARM is not set | ||
411 | CONFIG_BLK_DEV_IDEDMA=y | ||
412 | # CONFIG_IDEDMA_IVB is not set | ||
413 | CONFIG_IDEDMA_AUTO=y | ||
414 | # CONFIG_BLK_DEV_HD is not set | ||
415 | |||
416 | # | ||
417 | # SCSI device support | ||
418 | # | ||
419 | # CONFIG_RAID_ATTRS is not set | ||
420 | CONFIG_SCSI=y | ||
421 | CONFIG_SCSI_PROC_FS=y | ||
422 | |||
423 | # | ||
424 | # SCSI support type (disk, tape, CD-ROM) | ||
425 | # | ||
426 | CONFIG_BLK_DEV_SD=y | ||
427 | CONFIG_CHR_DEV_ST=y | ||
428 | # CONFIG_CHR_DEV_OSST is not set | ||
429 | CONFIG_BLK_DEV_SR=y | ||
430 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
431 | CONFIG_CHR_DEV_SG=y | ||
432 | # CONFIG_CHR_DEV_SCH is not set | ||
433 | |||
434 | # | ||
435 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
436 | # | ||
437 | CONFIG_SCSI_MULTI_LUN=y | ||
438 | CONFIG_SCSI_CONSTANTS=y | ||
439 | # CONFIG_SCSI_LOGGING is not set | ||
440 | |||
441 | # | ||
442 | # SCSI Transport Attributes | ||
443 | # | ||
444 | CONFIG_SCSI_SPI_ATTRS=y | ||
445 | # CONFIG_SCSI_FC_ATTRS is not set | ||
446 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
447 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
448 | |||
449 | # | ||
450 | # SCSI low-level drivers | ||
451 | # | ||
452 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
453 | # CONFIG_SCSI_3W_9XXX is not set | ||
454 | # CONFIG_SCSI_ACARD is not set | ||
455 | # CONFIG_SCSI_AACRAID is not set | ||
456 | # CONFIG_SCSI_AIC7XXX is not set | ||
457 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
458 | # CONFIG_SCSI_AIC79XX is not set | ||
459 | # CONFIG_MEGARAID_NEWGEN is not set | ||
460 | # CONFIG_MEGARAID_LEGACY is not set | ||
461 | # CONFIG_MEGARAID_SAS is not set | ||
462 | CONFIG_SCSI_SATA=y | ||
463 | # CONFIG_SCSI_SATA_AHCI is not set | ||
464 | CONFIG_SCSI_SATA_SVW=y | ||
465 | # CONFIG_SCSI_ATA_PIIX is not set | ||
466 | # CONFIG_SCSI_SATA_MV is not set | ||
467 | # CONFIG_SCSI_SATA_NV is not set | ||
468 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
469 | # CONFIG_SCSI_SATA_QSTOR is not set | ||
470 | # CONFIG_SCSI_SATA_SX4 is not set | ||
471 | # CONFIG_SCSI_SATA_SIL is not set | ||
472 | # CONFIG_SCSI_SATA_SIS is not set | ||
473 | # CONFIG_SCSI_SATA_ULI is not set | ||
474 | # CONFIG_SCSI_SATA_VIA is not set | ||
475 | # CONFIG_SCSI_SATA_VITESSE is not set | ||
476 | # CONFIG_SCSI_BUSLOGIC is not set | ||
477 | # CONFIG_SCSI_DMX3191D is not set | ||
478 | # CONFIG_SCSI_EATA is not set | ||
479 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
480 | # CONFIG_SCSI_GDTH is not set | ||
481 | # CONFIG_SCSI_IPS is not set | ||
482 | # CONFIG_SCSI_INITIO is not set | ||
483 | # CONFIG_SCSI_INIA100 is not set | ||
484 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
485 | # CONFIG_SCSI_IPR is not set | ||
486 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
487 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
488 | CONFIG_SCSI_QLA2XXX=y | ||
489 | # CONFIG_SCSI_QLA21XX is not set | ||
490 | # CONFIG_SCSI_QLA22XX is not set | ||
491 | # CONFIG_SCSI_QLA2300 is not set | ||
492 | # CONFIG_SCSI_QLA2322 is not set | ||
493 | # CONFIG_SCSI_QLA6312 is not set | ||
494 | # CONFIG_SCSI_QLA24XX is not set | ||
495 | # CONFIG_SCSI_LPFC is not set | ||
496 | # CONFIG_SCSI_DC395x is not set | ||
497 | # CONFIG_SCSI_DC390T is not set | ||
498 | # CONFIG_SCSI_DEBUG is not set | ||
499 | |||
500 | # | ||
501 | # Multi-device support (RAID and LVM) | ||
502 | # | ||
503 | CONFIG_MD=y | ||
504 | CONFIG_BLK_DEV_MD=y | ||
505 | CONFIG_MD_LINEAR=y | ||
506 | CONFIG_MD_RAID0=y | ||
507 | CONFIG_MD_RAID1=y | ||
508 | CONFIG_MD_RAID10=m | ||
509 | CONFIG_MD_RAID5=y | ||
510 | CONFIG_MD_RAID6=m | ||
511 | CONFIG_MD_MULTIPATH=m | ||
512 | CONFIG_MD_FAULTY=m | ||
513 | CONFIG_BLK_DEV_DM=y | ||
514 | CONFIG_DM_CRYPT=m | ||
515 | CONFIG_DM_SNAPSHOT=m | ||
516 | CONFIG_DM_MIRROR=m | ||
517 | CONFIG_DM_ZERO=m | ||
518 | # CONFIG_DM_MULTIPATH is not set | ||
519 | |||
520 | # | ||
521 | # Fusion MPT device support | ||
522 | # | ||
523 | # CONFIG_FUSION is not set | ||
524 | # CONFIG_FUSION_SPI is not set | ||
525 | # CONFIG_FUSION_FC is not set | ||
526 | # CONFIG_FUSION_SAS is not set | ||
527 | |||
528 | # | ||
529 | # IEEE 1394 (FireWire) support | ||
530 | # | ||
531 | CONFIG_IEEE1394=y | ||
532 | |||
533 | # | ||
534 | # Subsystem Options | ||
535 | # | ||
536 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set | ||
537 | CONFIG_IEEE1394_OUI_DB=y | ||
538 | CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y | ||
539 | CONFIG_IEEE1394_CONFIG_ROM_IP1394=y | ||
540 | # CONFIG_IEEE1394_EXPORT_FULL_API is not set | ||
541 | |||
542 | # | ||
543 | # Device Drivers | ||
544 | # | ||
545 | # CONFIG_IEEE1394_PCILYNX is not set | ||
546 | CONFIG_IEEE1394_OHCI1394=y | ||
547 | |||
548 | # | ||
549 | # Protocol Drivers | ||
550 | # | ||
551 | CONFIG_IEEE1394_VIDEO1394=m | ||
552 | CONFIG_IEEE1394_SBP2=m | ||
553 | # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set | ||
554 | CONFIG_IEEE1394_ETH1394=m | ||
555 | CONFIG_IEEE1394_DV1394=m | ||
556 | CONFIG_IEEE1394_RAWIO=y | ||
557 | # CONFIG_IEEE1394_CMP is not set | ||
558 | |||
559 | # | ||
560 | # I2O device support | ||
561 | # | ||
562 | # CONFIG_I2O is not set | ||
563 | |||
564 | # | ||
565 | # Macintosh device drivers | ||
566 | # | ||
567 | CONFIG_ADB_PMU=y | ||
568 | CONFIG_PMAC_SMU=y | ||
569 | CONFIG_THERM_PM72=y | ||
570 | |||
571 | # | ||
572 | # Network device support | ||
573 | # | ||
574 | CONFIG_NETDEVICES=y | ||
575 | CONFIG_DUMMY=m | ||
576 | CONFIG_BONDING=m | ||
577 | # CONFIG_EQUALIZER is not set | ||
578 | CONFIG_TUN=m | ||
579 | |||
580 | # | ||
581 | # ARCnet devices | ||
582 | # | ||
583 | # CONFIG_ARCNET is not set | ||
584 | |||
585 | # | ||
586 | # PHY device support | ||
587 | # | ||
588 | # CONFIG_PHYLIB is not set | ||
589 | |||
590 | # | ||
591 | # Ethernet (10 or 100Mbit) | ||
592 | # | ||
593 | CONFIG_NET_ETHERNET=y | ||
594 | CONFIG_MII=y | ||
595 | # CONFIG_HAPPYMEAL is not set | ||
596 | CONFIG_SUNGEM=y | ||
597 | # CONFIG_CASSINI is not set | ||
598 | # CONFIG_NET_VENDOR_3COM is not set | ||
599 | |||
600 | # | ||
601 | # Tulip family network device support | ||
602 | # | ||
603 | # CONFIG_NET_TULIP is not set | ||
604 | # CONFIG_HP100 is not set | ||
605 | # CONFIG_NET_PCI is not set | ||
606 | |||
607 | # | ||
608 | # Ethernet (1000 Mbit) | ||
609 | # | ||
610 | CONFIG_ACENIC=y | ||
611 | CONFIG_ACENIC_OMIT_TIGON_I=y | ||
612 | # CONFIG_DL2K is not set | ||
613 | CONFIG_E1000=y | ||
614 | # CONFIG_E1000_NAPI is not set | ||
615 | # CONFIG_NS83820 is not set | ||
616 | # CONFIG_HAMACHI is not set | ||
617 | # CONFIG_YELLOWFIN is not set | ||
618 | # CONFIG_R8169 is not set | ||
619 | # CONFIG_SIS190 is not set | ||
620 | # CONFIG_SKGE is not set | ||
621 | # CONFIG_SK98LIN is not set | ||
622 | CONFIG_TIGON3=m | ||
623 | # CONFIG_BNX2 is not set | ||
624 | # CONFIG_MV643XX_ETH is not set | ||
625 | |||
626 | # | ||
627 | # Ethernet (10000 Mbit) | ||
628 | # | ||
629 | # CONFIG_CHELSIO_T1 is not set | ||
630 | # CONFIG_IXGB is not set | ||
631 | # CONFIG_S2IO is not set | ||
632 | |||
633 | # | ||
634 | # Token Ring devices | ||
635 | # | ||
636 | CONFIG_TR=y | ||
637 | CONFIG_IBMOL=y | ||
638 | # CONFIG_3C359 is not set | ||
639 | # CONFIG_TMS380TR is not set | ||
640 | |||
641 | # | ||
642 | # Wireless LAN (non-hamradio) | ||
643 | # | ||
644 | # CONFIG_NET_RADIO is not set | ||
645 | |||
646 | # | ||
647 | # Wan interfaces | ||
648 | # | ||
649 | # CONFIG_WAN is not set | ||
650 | # CONFIG_FDDI is not set | ||
651 | # CONFIG_HIPPI is not set | ||
652 | CONFIG_PPP=m | ||
653 | # CONFIG_PPP_MULTILINK is not set | ||
654 | # CONFIG_PPP_FILTER is not set | ||
655 | CONFIG_PPP_ASYNC=m | ||
656 | CONFIG_PPP_SYNC_TTY=m | ||
657 | CONFIG_PPP_DEFLATE=m | ||
658 | CONFIG_PPP_BSDCOMP=m | ||
659 | CONFIG_PPPOE=m | ||
660 | # CONFIG_SLIP is not set | ||
661 | # CONFIG_NET_FC is not set | ||
662 | # CONFIG_SHAPER is not set | ||
663 | # CONFIG_NETCONSOLE is not set | ||
664 | # CONFIG_NETPOLL is not set | ||
665 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
666 | |||
667 | # | ||
668 | # ISDN subsystem | ||
669 | # | ||
670 | # CONFIG_ISDN is not set | ||
671 | |||
672 | # | ||
673 | # Telephony Support | ||
674 | # | ||
675 | # CONFIG_PHONE is not set | ||
676 | |||
677 | # | ||
678 | # Input device support | ||
679 | # | ||
680 | CONFIG_INPUT=y | ||
681 | |||
682 | # | ||
683 | # Userland interfaces | ||
684 | # | ||
685 | CONFIG_INPUT_MOUSEDEV=y | ||
686 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
687 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
688 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
689 | CONFIG_INPUT_JOYDEV=m | ||
690 | # CONFIG_INPUT_TSDEV is not set | ||
691 | CONFIG_INPUT_EVDEV=y | ||
692 | # CONFIG_INPUT_EVBUG is not set | ||
693 | |||
694 | # | ||
695 | # Input Device Drivers | ||
696 | # | ||
697 | CONFIG_INPUT_KEYBOARD=y | ||
698 | # CONFIG_KEYBOARD_ATKBD is not set | ||
699 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
700 | # CONFIG_KEYBOARD_LKKBD is not set | ||
701 | # CONFIG_KEYBOARD_XTKBD is not set | ||
702 | # CONFIG_KEYBOARD_NEWTON is not set | ||
703 | CONFIG_INPUT_MOUSE=y | ||
704 | # CONFIG_MOUSE_PS2 is not set | ||
705 | # CONFIG_MOUSE_SERIAL is not set | ||
706 | # CONFIG_MOUSE_VSXXXAA is not set | ||
707 | # CONFIG_INPUT_JOYSTICK is not set | ||
708 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
709 | # CONFIG_INPUT_MISC is not set | ||
710 | |||
711 | # | ||
712 | # Hardware I/O ports | ||
713 | # | ||
714 | CONFIG_SERIO=y | ||
715 | # CONFIG_SERIO_I8042 is not set | ||
716 | # CONFIG_SERIO_SERPORT is not set | ||
717 | # CONFIG_SERIO_PCIPS2 is not set | ||
718 | # CONFIG_SERIO_RAW is not set | ||
719 | # CONFIG_GAMEPORT is not set | ||
720 | |||
721 | # | ||
722 | # Character devices | ||
723 | # | ||
724 | CONFIG_VT=y | ||
725 | CONFIG_VT_CONSOLE=y | ||
726 | CONFIG_HW_CONSOLE=y | ||
727 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
728 | |||
729 | # | ||
730 | # Serial drivers | ||
731 | # | ||
732 | # CONFIG_SERIAL_8250 is not set | ||
733 | |||
734 | # | ||
735 | # Non-8250 serial port support | ||
736 | # | ||
737 | # CONFIG_SERIAL_PMACZILOG is not set | ||
738 | # CONFIG_SERIAL_JSM is not set | ||
739 | CONFIG_UNIX98_PTYS=y | ||
740 | CONFIG_LEGACY_PTYS=y | ||
741 | CONFIG_LEGACY_PTY_COUNT=256 | ||
742 | |||
743 | # | ||
744 | # IPMI | ||
745 | # | ||
746 | # CONFIG_IPMI_HANDLER is not set | ||
747 | |||
748 | # | ||
749 | # Watchdog Cards | ||
750 | # | ||
751 | # CONFIG_WATCHDOG is not set | ||
752 | # CONFIG_RTC is not set | ||
753 | # CONFIG_DTLK is not set | ||
754 | # CONFIG_R3964 is not set | ||
755 | # CONFIG_APPLICOM is not set | ||
756 | |||
757 | # | ||
758 | # Ftape, the floppy tape device driver | ||
759 | # | ||
760 | CONFIG_AGP=m | ||
761 | CONFIG_AGP_UNINORTH=m | ||
762 | # CONFIG_DRM is not set | ||
763 | CONFIG_RAW_DRIVER=y | ||
764 | CONFIG_MAX_RAW_DEVS=256 | ||
765 | # CONFIG_HANGCHECK_TIMER is not set | ||
766 | |||
767 | # | ||
768 | # TPM devices | ||
769 | # | ||
770 | # CONFIG_TCG_TPM is not set | ||
771 | |||
772 | # | ||
773 | # I2C support | ||
774 | # | ||
775 | CONFIG_I2C=y | ||
776 | CONFIG_I2C_CHARDEV=y | ||
777 | |||
778 | # | ||
779 | # I2C Algorithms | ||
780 | # | ||
781 | CONFIG_I2C_ALGOBIT=y | ||
782 | # CONFIG_I2C_ALGOPCF is not set | ||
783 | # CONFIG_I2C_ALGOPCA is not set | ||
784 | |||
785 | # | ||
786 | # I2C Hardware Bus support | ||
787 | # | ||
788 | # CONFIG_I2C_ALI1535 is not set | ||
789 | # CONFIG_I2C_ALI1563 is not set | ||
790 | # CONFIG_I2C_ALI15X3 is not set | ||
791 | # CONFIG_I2C_AMD756 is not set | ||
792 | # CONFIG_I2C_AMD8111 is not set | ||
793 | # CONFIG_I2C_I801 is not set | ||
794 | # CONFIG_I2C_I810 is not set | ||
795 | # CONFIG_I2C_PIIX4 is not set | ||
796 | CONFIG_I2C_KEYWEST=y | ||
797 | CONFIG_I2C_PMAC_SMU=y | ||
798 | # CONFIG_I2C_NFORCE2 is not set | ||
799 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
800 | # CONFIG_I2C_PROSAVAGE is not set | ||
801 | # CONFIG_I2C_SAVAGE4 is not set | ||
802 | # CONFIG_SCx200_ACB is not set | ||
803 | # CONFIG_I2C_SIS5595 is not set | ||
804 | # CONFIG_I2C_SIS630 is not set | ||
805 | # CONFIG_I2C_SIS96X is not set | ||
806 | # CONFIG_I2C_STUB is not set | ||
807 | # CONFIG_I2C_VIA is not set | ||
808 | # CONFIG_I2C_VIAPRO is not set | ||
809 | # CONFIG_I2C_VOODOO3 is not set | ||
810 | # CONFIG_I2C_PCA_ISA is not set | ||
811 | |||
812 | # | ||
813 | # Miscellaneous I2C Chip support | ||
814 | # | ||
815 | # CONFIG_SENSORS_DS1337 is not set | ||
816 | # CONFIG_SENSORS_DS1374 is not set | ||
817 | # CONFIG_SENSORS_EEPROM is not set | ||
818 | # CONFIG_SENSORS_PCF8574 is not set | ||
819 | # CONFIG_SENSORS_PCA9539 is not set | ||
820 | # CONFIG_SENSORS_PCF8591 is not set | ||
821 | # CONFIG_SENSORS_RTC8564 is not set | ||
822 | # CONFIG_SENSORS_MAX6875 is not set | ||
823 | # CONFIG_I2C_DEBUG_CORE is not set | ||
824 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
825 | # CONFIG_I2C_DEBUG_BUS is not set | ||
826 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
827 | |||
828 | # | ||
829 | # Dallas's 1-wire bus | ||
830 | # | ||
831 | # CONFIG_W1 is not set | ||
832 | |||
833 | # | ||
834 | # Hardware Monitoring support | ||
835 | # | ||
836 | # CONFIG_HWMON is not set | ||
837 | # CONFIG_HWMON_VID is not set | ||
838 | |||
839 | # | ||
840 | # Misc devices | ||
841 | # | ||
842 | |||
843 | # | ||
844 | # Multimedia Capabilities Port drivers | ||
845 | # | ||
846 | |||
847 | # | ||
848 | # Multimedia devices | ||
849 | # | ||
850 | # CONFIG_VIDEO_DEV is not set | ||
851 | |||
852 | # | ||
853 | # Digital Video Broadcasting Devices | ||
854 | # | ||
855 | # CONFIG_DVB is not set | ||
856 | |||
857 | # | ||
858 | # Graphics support | ||
859 | # | ||
860 | CONFIG_FB=y | ||
861 | CONFIG_FB_CFB_FILLRECT=y | ||
862 | CONFIG_FB_CFB_COPYAREA=y | ||
863 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
864 | CONFIG_FB_SOFT_CURSOR=y | ||
865 | CONFIG_FB_MACMODES=y | ||
866 | CONFIG_FB_MODE_HELPERS=y | ||
867 | CONFIG_FB_TILEBLITTING=y | ||
868 | # CONFIG_FB_CIRRUS is not set | ||
869 | # CONFIG_FB_PM2 is not set | ||
870 | # CONFIG_FB_CYBER2000 is not set | ||
871 | CONFIG_FB_OF=y | ||
872 | # CONFIG_FB_CONTROL is not set | ||
873 | # CONFIG_FB_PLATINUM is not set | ||
874 | # CONFIG_FB_VALKYRIE is not set | ||
875 | # CONFIG_FB_CT65550 is not set | ||
876 | # CONFIG_FB_ASILIANT is not set | ||
877 | # CONFIG_FB_IMSTT is not set | ||
878 | # CONFIG_FB_VGA16 is not set | ||
879 | # CONFIG_FB_NVIDIA is not set | ||
880 | CONFIG_FB_RIVA=y | ||
881 | # CONFIG_FB_RIVA_I2C is not set | ||
882 | # CONFIG_FB_RIVA_DEBUG is not set | ||
883 | # CONFIG_FB_MATROX is not set | ||
884 | # CONFIG_FB_RADEON_OLD is not set | ||
885 | CONFIG_FB_RADEON=y | ||
886 | CONFIG_FB_RADEON_I2C=y | ||
887 | # CONFIG_FB_RADEON_DEBUG is not set | ||
888 | # CONFIG_FB_ATY128 is not set | ||
889 | # CONFIG_FB_ATY is not set | ||
890 | # CONFIG_FB_SAVAGE is not set | ||
891 | # CONFIG_FB_SIS is not set | ||
892 | # CONFIG_FB_NEOMAGIC is not set | ||
893 | # CONFIG_FB_KYRO is not set | ||
894 | # CONFIG_FB_3DFX is not set | ||
895 | # CONFIG_FB_VOODOO1 is not set | ||
896 | # CONFIG_FB_CYBLA is not set | ||
897 | # CONFIG_FB_TRIDENT is not set | ||
898 | # CONFIG_FB_S1D13XXX is not set | ||
899 | # CONFIG_FB_VIRTUAL is not set | ||
900 | |||
901 | # | ||
902 | # Console display driver support | ||
903 | # | ||
904 | # CONFIG_VGA_CONSOLE is not set | ||
905 | CONFIG_DUMMY_CONSOLE=y | ||
906 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
907 | # CONFIG_FONTS is not set | ||
908 | CONFIG_FONT_8x8=y | ||
909 | CONFIG_FONT_8x16=y | ||
910 | |||
911 | # | ||
912 | # Logo configuration | ||
913 | # | ||
914 | CONFIG_LOGO=y | ||
915 | CONFIG_LOGO_LINUX_MONO=y | ||
916 | CONFIG_LOGO_LINUX_VGA16=y | ||
917 | CONFIG_LOGO_LINUX_CLUT224=y | ||
918 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
919 | CONFIG_BACKLIGHT_CLASS_DEVICE=m | ||
920 | CONFIG_BACKLIGHT_DEVICE=y | ||
921 | CONFIG_LCD_CLASS_DEVICE=m | ||
922 | CONFIG_LCD_DEVICE=y | ||
923 | |||
924 | # | ||
925 | # Sound | ||
926 | # | ||
927 | # CONFIG_SOUND is not set | ||
928 | |||
929 | # | ||
930 | # USB support | ||
931 | # | ||
932 | CONFIG_USB_ARCH_HAS_HCD=y | ||
933 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
934 | CONFIG_USB=y | ||
935 | # CONFIG_USB_DEBUG is not set | ||
936 | |||
937 | # | ||
938 | # Miscellaneous USB options | ||
939 | # | ||
940 | CONFIG_USB_DEVICEFS=y | ||
941 | # CONFIG_USB_BANDWIDTH is not set | ||
942 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
943 | # CONFIG_USB_OTG is not set | ||
944 | |||
945 | # | ||
946 | # USB Host Controller Drivers | ||
947 | # | ||
948 | CONFIG_USB_EHCI_HCD=y | ||
949 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
950 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
951 | # CONFIG_USB_ISP116X_HCD is not set | ||
952 | CONFIG_USB_OHCI_HCD=y | ||
953 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
954 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
955 | # CONFIG_USB_UHCI_HCD is not set | ||
956 | # CONFIG_USB_SL811_HCD is not set | ||
957 | |||
958 | # | ||
959 | # USB Device Class drivers | ||
960 | # | ||
961 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
962 | CONFIG_USB_ACM=m | ||
963 | CONFIG_USB_PRINTER=y | ||
964 | |||
965 | # | ||
966 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
967 | # | ||
968 | CONFIG_USB_STORAGE=y | ||
969 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
970 | CONFIG_USB_STORAGE_DATAFAB=y | ||
971 | CONFIG_USB_STORAGE_FREECOM=y | ||
972 | CONFIG_USB_STORAGE_ISD200=y | ||
973 | CONFIG_USB_STORAGE_DPCM=y | ||
974 | # CONFIG_USB_STORAGE_USBAT is not set | ||
975 | CONFIG_USB_STORAGE_SDDR09=y | ||
976 | CONFIG_USB_STORAGE_SDDR55=y | ||
977 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
978 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
979 | |||
980 | # | ||
981 | # USB Input Devices | ||
982 | # | ||
983 | CONFIG_USB_HID=y | ||
984 | CONFIG_USB_HIDINPUT=y | ||
985 | CONFIG_HID_FF=y | ||
986 | CONFIG_HID_PID=y | ||
987 | CONFIG_LOGITECH_FF=y | ||
988 | CONFIG_THRUSTMASTER_FF=y | ||
989 | CONFIG_USB_HIDDEV=y | ||
990 | # CONFIG_USB_AIPTEK is not set | ||
991 | # CONFIG_USB_WACOM is not set | ||
992 | # CONFIG_USB_ACECAD is not set | ||
993 | # CONFIG_USB_KBTAB is not set | ||
994 | # CONFIG_USB_POWERMATE is not set | ||
995 | # CONFIG_USB_MTOUCH is not set | ||
996 | # CONFIG_USB_ITMTOUCH is not set | ||
997 | # CONFIG_USB_EGALAX is not set | ||
998 | # CONFIG_USB_YEALINK is not set | ||
999 | # CONFIG_USB_XPAD is not set | ||
1000 | # CONFIG_USB_ATI_REMOTE is not set | ||
1001 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1002 | # CONFIG_USB_APPLETOUCH is not set | ||
1003 | |||
1004 | # | ||
1005 | # USB Imaging devices | ||
1006 | # | ||
1007 | # CONFIG_USB_MDC800 is not set | ||
1008 | # CONFIG_USB_MICROTEK is not set | ||
1009 | |||
1010 | # | ||
1011 | # USB Multimedia devices | ||
1012 | # | ||
1013 | # CONFIG_USB_DABUSB is not set | ||
1014 | |||
1015 | # | ||
1016 | # Video4Linux support is needed for USB Multimedia device support | ||
1017 | # | ||
1018 | |||
1019 | # | ||
1020 | # USB Network Adapters | ||
1021 | # | ||
1022 | CONFIG_USB_CATC=m | ||
1023 | CONFIG_USB_KAWETH=m | ||
1024 | CONFIG_USB_PEGASUS=m | ||
1025 | CONFIG_USB_RTL8150=m | ||
1026 | CONFIG_USB_USBNET=m | ||
1027 | # CONFIG_USB_NET_AX8817X is not set | ||
1028 | CONFIG_USB_NET_CDCETHER=m | ||
1029 | # CONFIG_USB_NET_GL620A is not set | ||
1030 | # CONFIG_USB_NET_NET1080 is not set | ||
1031 | # CONFIG_USB_NET_PLUSB is not set | ||
1032 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
1033 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
1034 | # CONFIG_USB_NET_ZAURUS is not set | ||
1035 | CONFIG_USB_MON=y | ||
1036 | |||
1037 | # | ||
1038 | # USB port drivers | ||
1039 | # | ||
1040 | |||
1041 | # | ||
1042 | # USB Serial Converter support | ||
1043 | # | ||
1044 | CONFIG_USB_SERIAL=m | ||
1045 | CONFIG_USB_SERIAL_GENERIC=y | ||
1046 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1047 | CONFIG_USB_SERIAL_BELKIN=m | ||
1048 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | ||
1049 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
1050 | CONFIG_USB_SERIAL_CYPRESS_M8=m | ||
1051 | CONFIG_USB_SERIAL_EMPEG=m | ||
1052 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
1053 | CONFIG_USB_SERIAL_VISOR=m | ||
1054 | CONFIG_USB_SERIAL_IPAQ=m | ||
1055 | CONFIG_USB_SERIAL_IR=m | ||
1056 | CONFIG_USB_SERIAL_EDGEPORT=m | ||
1057 | CONFIG_USB_SERIAL_EDGEPORT_TI=m | ||
1058 | CONFIG_USB_SERIAL_GARMIN=m | ||
1059 | CONFIG_USB_SERIAL_IPW=m | ||
1060 | CONFIG_USB_SERIAL_KEYSPAN_PDA=m | ||
1061 | CONFIG_USB_SERIAL_KEYSPAN=m | ||
1062 | CONFIG_USB_SERIAL_KEYSPAN_MPR=y | ||
1063 | CONFIG_USB_SERIAL_KEYSPAN_USA28=y | ||
1064 | CONFIG_USB_SERIAL_KEYSPAN_USA28X=y | ||
1065 | CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y | ||
1066 | CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y | ||
1067 | CONFIG_USB_SERIAL_KEYSPAN_USA19=y | ||
1068 | CONFIG_USB_SERIAL_KEYSPAN_USA18X=y | ||
1069 | CONFIG_USB_SERIAL_KEYSPAN_USA19W=y | ||
1070 | CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y | ||
1071 | CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y | ||
1072 | CONFIG_USB_SERIAL_KEYSPAN_USA49W=y | ||
1073 | CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | ||
1074 | CONFIG_USB_SERIAL_KLSI=m | ||
1075 | CONFIG_USB_SERIAL_KOBIL_SCT=m | ||
1076 | CONFIG_USB_SERIAL_MCT_U232=m | ||
1077 | CONFIG_USB_SERIAL_PL2303=m | ||
1078 | # CONFIG_USB_SERIAL_HP4X is not set | ||
1079 | CONFIG_USB_SERIAL_SAFE=m | ||
1080 | CONFIG_USB_SERIAL_SAFE_PADDED=y | ||
1081 | CONFIG_USB_SERIAL_TI=m | ||
1082 | CONFIG_USB_SERIAL_CYBERJACK=m | ||
1083 | CONFIG_USB_SERIAL_XIRCOM=m | ||
1084 | CONFIG_USB_SERIAL_OMNINET=m | ||
1085 | CONFIG_USB_EZUSB=y | ||
1086 | |||
1087 | # | ||
1088 | # USB Miscellaneous drivers | ||
1089 | # | ||
1090 | # CONFIG_USB_EMI62 is not set | ||
1091 | # CONFIG_USB_EMI26 is not set | ||
1092 | # CONFIG_USB_AUERSWALD is not set | ||
1093 | # CONFIG_USB_RIO500 is not set | ||
1094 | # CONFIG_USB_LEGOTOWER is not set | ||
1095 | # CONFIG_USB_LCD is not set | ||
1096 | # CONFIG_USB_LED is not set | ||
1097 | # CONFIG_USB_CYTHERM is not set | ||
1098 | # CONFIG_USB_PHIDGETKIT is not set | ||
1099 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1100 | # CONFIG_USB_IDMOUSE is not set | ||
1101 | # CONFIG_USB_SISUSBVGA is not set | ||
1102 | # CONFIG_USB_LD is not set | ||
1103 | # CONFIG_USB_TEST is not set | ||
1104 | |||
1105 | # | ||
1106 | # USB DSL modem support | ||
1107 | # | ||
1108 | |||
1109 | # | ||
1110 | # USB Gadget Support | ||
1111 | # | ||
1112 | # CONFIG_USB_GADGET is not set | ||
1113 | |||
1114 | # | ||
1115 | # MMC/SD Card support | ||
1116 | # | ||
1117 | # CONFIG_MMC is not set | ||
1118 | |||
1119 | # | ||
1120 | # InfiniBand support | ||
1121 | # | ||
1122 | # CONFIG_INFINIBAND is not set | ||
1123 | |||
1124 | # | ||
1125 | # SN Devices | ||
1126 | # | ||
1127 | |||
1128 | # | ||
1129 | # File systems | ||
1130 | # | ||
1131 | CONFIG_EXT2_FS=y | ||
1132 | CONFIG_EXT2_FS_XATTR=y | ||
1133 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1134 | CONFIG_EXT2_FS_SECURITY=y | ||
1135 | CONFIG_EXT2_FS_XIP=y | ||
1136 | CONFIG_FS_XIP=y | ||
1137 | CONFIG_EXT3_FS=y | ||
1138 | CONFIG_EXT3_FS_XATTR=y | ||
1139 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1140 | CONFIG_EXT3_FS_SECURITY=y | ||
1141 | CONFIG_JBD=y | ||
1142 | # CONFIG_JBD_DEBUG is not set | ||
1143 | CONFIG_FS_MBCACHE=y | ||
1144 | CONFIG_REISERFS_FS=y | ||
1145 | # CONFIG_REISERFS_CHECK is not set | ||
1146 | # CONFIG_REISERFS_PROC_INFO is not set | ||
1147 | CONFIG_REISERFS_FS_XATTR=y | ||
1148 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
1149 | CONFIG_REISERFS_FS_SECURITY=y | ||
1150 | # CONFIG_JFS_FS is not set | ||
1151 | CONFIG_FS_POSIX_ACL=y | ||
1152 | CONFIG_XFS_FS=m | ||
1153 | CONFIG_XFS_EXPORT=y | ||
1154 | # CONFIG_XFS_QUOTA is not set | ||
1155 | CONFIG_XFS_SECURITY=y | ||
1156 | CONFIG_XFS_POSIX_ACL=y | ||
1157 | # CONFIG_XFS_RT is not set | ||
1158 | # CONFIG_MINIX_FS is not set | ||
1159 | # CONFIG_ROMFS_FS is not set | ||
1160 | CONFIG_INOTIFY=y | ||
1161 | # CONFIG_QUOTA is not set | ||
1162 | CONFIG_DNOTIFY=y | ||
1163 | CONFIG_AUTOFS_FS=m | ||
1164 | # CONFIG_AUTOFS4_FS is not set | ||
1165 | # CONFIG_FUSE_FS is not set | ||
1166 | |||
1167 | # | ||
1168 | # CD-ROM/DVD Filesystems | ||
1169 | # | ||
1170 | CONFIG_ISO9660_FS=y | ||
1171 | CONFIG_JOLIET=y | ||
1172 | CONFIG_ZISOFS=y | ||
1173 | CONFIG_ZISOFS_FS=y | ||
1174 | CONFIG_UDF_FS=m | ||
1175 | CONFIG_UDF_NLS=y | ||
1176 | |||
1177 | # | ||
1178 | # DOS/FAT/NT Filesystems | ||
1179 | # | ||
1180 | CONFIG_FAT_FS=y | ||
1181 | CONFIG_MSDOS_FS=y | ||
1182 | CONFIG_VFAT_FS=y | ||
1183 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1184 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1185 | # CONFIG_NTFS_FS is not set | ||
1186 | |||
1187 | # | ||
1188 | # Pseudo filesystems | ||
1189 | # | ||
1190 | CONFIG_PROC_FS=y | ||
1191 | CONFIG_PROC_KCORE=y | ||
1192 | CONFIG_SYSFS=y | ||
1193 | CONFIG_TMPFS=y | ||
1194 | CONFIG_HUGETLBFS=y | ||
1195 | CONFIG_HUGETLB_PAGE=y | ||
1196 | CONFIG_RAMFS=y | ||
1197 | # CONFIG_RELAYFS_FS is not set | ||
1198 | |||
1199 | # | ||
1200 | # Miscellaneous filesystems | ||
1201 | # | ||
1202 | # CONFIG_ADFS_FS is not set | ||
1203 | # CONFIG_AFFS_FS is not set | ||
1204 | CONFIG_HFS_FS=m | ||
1205 | CONFIG_HFSPLUS_FS=m | ||
1206 | # CONFIG_BEFS_FS is not set | ||
1207 | # CONFIG_BFS_FS is not set | ||
1208 | # CONFIG_EFS_FS is not set | ||
1209 | CONFIG_CRAMFS=y | ||
1210 | # CONFIG_VXFS_FS is not set | ||
1211 | # CONFIG_HPFS_FS is not set | ||
1212 | # CONFIG_QNX4FS_FS is not set | ||
1213 | # CONFIG_SYSV_FS is not set | ||
1214 | # CONFIG_UFS_FS is not set | ||
1215 | |||
1216 | # | ||
1217 | # Network File Systems | ||
1218 | # | ||
1219 | CONFIG_NFS_FS=y | ||
1220 | CONFIG_NFS_V3=y | ||
1221 | CONFIG_NFS_V3_ACL=y | ||
1222 | CONFIG_NFS_V4=y | ||
1223 | # CONFIG_NFS_DIRECTIO is not set | ||
1224 | CONFIG_NFSD=y | ||
1225 | CONFIG_NFSD_V2_ACL=y | ||
1226 | CONFIG_NFSD_V3=y | ||
1227 | CONFIG_NFSD_V3_ACL=y | ||
1228 | CONFIG_NFSD_V4=y | ||
1229 | CONFIG_NFSD_TCP=y | ||
1230 | CONFIG_LOCKD=y | ||
1231 | CONFIG_LOCKD_V4=y | ||
1232 | CONFIG_EXPORTFS=y | ||
1233 | CONFIG_NFS_ACL_SUPPORT=y | ||
1234 | CONFIG_NFS_COMMON=y | ||
1235 | CONFIG_SUNRPC=y | ||
1236 | CONFIG_SUNRPC_GSS=y | ||
1237 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1238 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1239 | # CONFIG_SMB_FS is not set | ||
1240 | CONFIG_CIFS=m | ||
1241 | # CONFIG_CIFS_STATS is not set | ||
1242 | # CONFIG_CIFS_XATTR is not set | ||
1243 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1244 | # CONFIG_NCP_FS is not set | ||
1245 | # CONFIG_CODA_FS is not set | ||
1246 | # CONFIG_AFS_FS is not set | ||
1247 | # CONFIG_9P_FS is not set | ||
1248 | |||
1249 | # | ||
1250 | # Partition Types | ||
1251 | # | ||
1252 | CONFIG_PARTITION_ADVANCED=y | ||
1253 | # CONFIG_ACORN_PARTITION is not set | ||
1254 | # CONFIG_OSF_PARTITION is not set | ||
1255 | # CONFIG_AMIGA_PARTITION is not set | ||
1256 | # CONFIG_ATARI_PARTITION is not set | ||
1257 | CONFIG_MAC_PARTITION=y | ||
1258 | CONFIG_MSDOS_PARTITION=y | ||
1259 | # CONFIG_BSD_DISKLABEL is not set | ||
1260 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1261 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1262 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1263 | # CONFIG_LDM_PARTITION is not set | ||
1264 | # CONFIG_SGI_PARTITION is not set | ||
1265 | # CONFIG_ULTRIX_PARTITION is not set | ||
1266 | # CONFIG_SUN_PARTITION is not set | ||
1267 | # CONFIG_EFI_PARTITION is not set | ||
1268 | |||
1269 | # | ||
1270 | # Native Language Support | ||
1271 | # | ||
1272 | CONFIG_NLS=y | ||
1273 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1274 | CONFIG_NLS_CODEPAGE_437=y | ||
1275 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1276 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1277 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1278 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1279 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1280 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1281 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1282 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1283 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1284 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1285 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1286 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1287 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1288 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1289 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1290 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1291 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1292 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1293 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1294 | # CONFIG_NLS_ISO8859_8 is not set | ||
1295 | CONFIG_NLS_CODEPAGE_1250=y | ||
1296 | CONFIG_NLS_CODEPAGE_1251=y | ||
1297 | CONFIG_NLS_ASCII=y | ||
1298 | CONFIG_NLS_ISO8859_1=y | ||
1299 | # CONFIG_NLS_ISO8859_2 is not set | ||
1300 | # CONFIG_NLS_ISO8859_3 is not set | ||
1301 | # CONFIG_NLS_ISO8859_4 is not set | ||
1302 | # CONFIG_NLS_ISO8859_5 is not set | ||
1303 | # CONFIG_NLS_ISO8859_6 is not set | ||
1304 | # CONFIG_NLS_ISO8859_7 is not set | ||
1305 | # CONFIG_NLS_ISO8859_9 is not set | ||
1306 | # CONFIG_NLS_ISO8859_13 is not set | ||
1307 | # CONFIG_NLS_ISO8859_14 is not set | ||
1308 | CONFIG_NLS_ISO8859_15=y | ||
1309 | # CONFIG_NLS_KOI8_R is not set | ||
1310 | # CONFIG_NLS_KOI8_U is not set | ||
1311 | CONFIG_NLS_UTF8=y | ||
1312 | |||
1313 | # | ||
1314 | # Profiling support | ||
1315 | # | ||
1316 | CONFIG_PROFILING=y | ||
1317 | CONFIG_OPROFILE=y | ||
1318 | |||
1319 | # | ||
1320 | # Kernel hacking | ||
1321 | # | ||
1322 | # CONFIG_PRINTK_TIME is not set | ||
1323 | CONFIG_DEBUG_KERNEL=y | ||
1324 | CONFIG_MAGIC_SYSRQ=y | ||
1325 | CONFIG_LOG_BUF_SHIFT=17 | ||
1326 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1327 | # CONFIG_SCHEDSTATS is not set | ||
1328 | # CONFIG_DEBUG_SLAB is not set | ||
1329 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1330 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1331 | # CONFIG_DEBUG_KOBJECT is not set | ||
1332 | # CONFIG_DEBUG_INFO is not set | ||
1333 | CONFIG_DEBUG_FS=y | ||
1334 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
1335 | # CONFIG_KPROBES is not set | ||
1336 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1337 | # CONFIG_DEBUGGER is not set | ||
1338 | # CONFIG_PPCDBG is not set | ||
1339 | CONFIG_IRQSTACKS=y | ||
1340 | |||
1341 | # | ||
1342 | # Security options | ||
1343 | # | ||
1344 | # CONFIG_KEYS is not set | ||
1345 | # CONFIG_SECURITY is not set | ||
1346 | |||
1347 | # | ||
1348 | # Cryptographic options | ||
1349 | # | ||
1350 | CONFIG_CRYPTO=y | ||
1351 | CONFIG_CRYPTO_HMAC=y | ||
1352 | CONFIG_CRYPTO_NULL=m | ||
1353 | CONFIG_CRYPTO_MD4=m | ||
1354 | CONFIG_CRYPTO_MD5=y | ||
1355 | CONFIG_CRYPTO_SHA1=m | ||
1356 | CONFIG_CRYPTO_SHA256=m | ||
1357 | CONFIG_CRYPTO_SHA512=m | ||
1358 | CONFIG_CRYPTO_WP512=m | ||
1359 | # CONFIG_CRYPTO_TGR192 is not set | ||
1360 | CONFIG_CRYPTO_DES=y | ||
1361 | CONFIG_CRYPTO_BLOWFISH=m | ||
1362 | CONFIG_CRYPTO_TWOFISH=m | ||
1363 | CONFIG_CRYPTO_SERPENT=m | ||
1364 | CONFIG_CRYPTO_AES=m | ||
1365 | CONFIG_CRYPTO_CAST5=m | ||
1366 | CONFIG_CRYPTO_CAST6=m | ||
1367 | CONFIG_CRYPTO_TEA=m | ||
1368 | CONFIG_CRYPTO_ARC4=m | ||
1369 | CONFIG_CRYPTO_KHAZAD=m | ||
1370 | CONFIG_CRYPTO_ANUBIS=m | ||
1371 | CONFIG_CRYPTO_DEFLATE=m | ||
1372 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1373 | CONFIG_CRYPTO_CRC32C=m | ||
1374 | CONFIG_CRYPTO_TEST=m | ||
1375 | |||
1376 | # | ||
1377 | # Hardware crypto devices | ||
1378 | # | ||
1379 | |||
1380 | # | ||
1381 | # Library routines | ||
1382 | # | ||
1383 | CONFIG_CRC_CCITT=m | ||
1384 | # CONFIG_CRC16 is not set | ||
1385 | CONFIG_CRC32=y | ||
1386 | CONFIG_LIBCRC32C=m | ||
1387 | CONFIG_ZLIB_INFLATE=y | ||
1388 | CONFIG_ZLIB_DEFLATE=m | ||
1389 | CONFIG_TEXTSEARCH=y | ||
1390 | CONFIG_TEXTSEARCH_KMP=m | ||
1391 | CONFIG_TEXTSEARCH_BM=m | ||
1392 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/ppc64/configs/iSeries_defconfig b/arch/ppc64/configs/iSeries_defconfig deleted file mode 100644 index 62e92c7e9e27..000000000000 --- a/arch/ppc64/configs/iSeries_defconfig +++ /dev/null | |||
@@ -1,998 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.14-rc4 | ||
4 | # Thu Oct 20 08:30:56 2005 | ||
5 | # | ||
6 | CONFIG_64BIT=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
10 | CONFIG_GENERIC_ISA_DMA=y | ||
11 | CONFIG_EARLY_PRINTK=y | ||
12 | CONFIG_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
16 | |||
17 | # | ||
18 | # Code maturity level options | ||
19 | # | ||
20 | CONFIG_EXPERIMENTAL=y | ||
21 | CONFIG_CLEAN_COMPILE=y | ||
22 | CONFIG_LOCK_KERNEL=y | ||
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | ||
29 | CONFIG_LOCALVERSION_AUTO=y | ||
30 | CONFIG_SWAP=y | ||
31 | CONFIG_SYSVIPC=y | ||
32 | CONFIG_POSIX_MQUEUE=y | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | CONFIG_SYSCTL=y | ||
35 | CONFIG_AUDIT=y | ||
36 | CONFIG_AUDITSYSCALL=y | ||
37 | CONFIG_HOTPLUG=y | ||
38 | CONFIG_KOBJECT_UEVENT=y | ||
39 | CONFIG_IKCONFIG=y | ||
40 | CONFIG_IKCONFIG_PROC=y | ||
41 | # CONFIG_CPUSETS is not set | ||
42 | CONFIG_INITRAMFS_SOURCE="" | ||
43 | # CONFIG_EMBEDDED is not set | ||
44 | CONFIG_KALLSYMS=y | ||
45 | # CONFIG_KALLSYMS_ALL is not set | ||
46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
47 | CONFIG_PRINTK=y | ||
48 | CONFIG_BUG=y | ||
49 | CONFIG_BASE_FULL=y | ||
50 | CONFIG_FUTEX=y | ||
51 | CONFIG_EPOLL=y | ||
52 | CONFIG_SHMEM=y | ||
53 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
54 | CONFIG_CC_ALIGN_LABELS=0 | ||
55 | CONFIG_CC_ALIGN_LOOPS=0 | ||
56 | CONFIG_CC_ALIGN_JUMPS=0 | ||
57 | # CONFIG_TINY_SHMEM is not set | ||
58 | CONFIG_BASE_SMALL=0 | ||
59 | |||
60 | # | ||
61 | # Loadable module support | ||
62 | # | ||
63 | CONFIG_MODULES=y | ||
64 | CONFIG_MODULE_UNLOAD=y | ||
65 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
66 | CONFIG_OBSOLETE_MODPARM=y | ||
67 | CONFIG_MODVERSIONS=y | ||
68 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
69 | CONFIG_KMOD=y | ||
70 | CONFIG_STOP_MACHINE=y | ||
71 | CONFIG_SYSVIPC_COMPAT=y | ||
72 | |||
73 | # | ||
74 | # Platform support | ||
75 | # | ||
76 | CONFIG_PPC_ISERIES=y | ||
77 | # CONFIG_PPC_MULTIPLATFORM is not set | ||
78 | CONFIG_PPC=y | ||
79 | CONFIG_PPC64=y | ||
80 | CONFIG_IBMVIO=y | ||
81 | # CONFIG_POWER4_ONLY is not set | ||
82 | CONFIG_IOMMU_VMERGE=y | ||
83 | CONFIG_SMP=y | ||
84 | CONFIG_NR_CPUS=32 | ||
85 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
86 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
87 | CONFIG_SELECT_MEMORY_MODEL=y | ||
88 | CONFIG_FLATMEM_MANUAL=y | ||
89 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
90 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
91 | CONFIG_FLATMEM=y | ||
92 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
93 | # CONFIG_SPARSEMEM_STATIC is not set | ||
94 | # CONFIG_NUMA is not set | ||
95 | # CONFIG_SCHED_SMT is not set | ||
96 | CONFIG_PREEMPT_NONE=y | ||
97 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
98 | # CONFIG_PREEMPT is not set | ||
99 | # CONFIG_PREEMPT_BKL is not set | ||
100 | # CONFIG_HZ_100 is not set | ||
101 | CONFIG_HZ_250=y | ||
102 | # CONFIG_HZ_1000 is not set | ||
103 | CONFIG_HZ=250 | ||
104 | CONFIG_GENERIC_HARDIRQS=y | ||
105 | CONFIG_LPARCFG=y | ||
106 | CONFIG_SECCOMP=y | ||
107 | CONFIG_BINFMT_ELF=y | ||
108 | # CONFIG_BINFMT_MISC is not set | ||
109 | CONFIG_ISA_DMA_API=y | ||
110 | |||
111 | # | ||
112 | # Bus Options | ||
113 | # | ||
114 | CONFIG_PCI=y | ||
115 | CONFIG_PCI_DOMAINS=y | ||
116 | CONFIG_PCI_LEGACY_PROC=y | ||
117 | # CONFIG_PCI_DEBUG is not set | ||
118 | |||
119 | # | ||
120 | # PCCARD (PCMCIA/CardBus) support | ||
121 | # | ||
122 | # CONFIG_PCCARD is not set | ||
123 | |||
124 | # | ||
125 | # PCI Hotplug Support | ||
126 | # | ||
127 | # CONFIG_HOTPLUG_PCI is not set | ||
128 | |||
129 | # | ||
130 | # Networking | ||
131 | # | ||
132 | CONFIG_NET=y | ||
133 | |||
134 | # | ||
135 | # Networking options | ||
136 | # | ||
137 | CONFIG_PACKET=y | ||
138 | # CONFIG_PACKET_MMAP is not set | ||
139 | CONFIG_UNIX=y | ||
140 | CONFIG_XFRM=y | ||
141 | CONFIG_XFRM_USER=m | ||
142 | CONFIG_NET_KEY=m | ||
143 | CONFIG_INET=y | ||
144 | CONFIG_IP_MULTICAST=y | ||
145 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
146 | CONFIG_IP_FIB_HASH=y | ||
147 | # CONFIG_IP_PNP is not set | ||
148 | CONFIG_NET_IPIP=y | ||
149 | # CONFIG_NET_IPGRE is not set | ||
150 | # CONFIG_IP_MROUTE is not set | ||
151 | # CONFIG_ARPD is not set | ||
152 | CONFIG_SYN_COOKIES=y | ||
153 | CONFIG_INET_AH=m | ||
154 | CONFIG_INET_ESP=m | ||
155 | CONFIG_INET_IPCOMP=m | ||
156 | CONFIG_INET_TUNNEL=y | ||
157 | CONFIG_INET_DIAG=y | ||
158 | CONFIG_INET_TCP_DIAG=y | ||
159 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
160 | CONFIG_TCP_CONG_BIC=y | ||
161 | |||
162 | # | ||
163 | # IP: Virtual Server Configuration | ||
164 | # | ||
165 | # CONFIG_IP_VS is not set | ||
166 | # CONFIG_IPV6 is not set | ||
167 | CONFIG_NETFILTER=y | ||
168 | # CONFIG_NETFILTER_DEBUG is not set | ||
169 | # CONFIG_NETFILTER_NETLINK is not set | ||
170 | |||
171 | # | ||
172 | # IP: Netfilter Configuration | ||
173 | # | ||
174 | CONFIG_IP_NF_CONNTRACK=m | ||
175 | CONFIG_IP_NF_CT_ACCT=y | ||
176 | CONFIG_IP_NF_CONNTRACK_MARK=y | ||
177 | CONFIG_IP_NF_CONNTRACK_EVENTS=y | ||
178 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
179 | CONFIG_IP_NF_FTP=m | ||
180 | CONFIG_IP_NF_IRC=m | ||
181 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
182 | CONFIG_IP_NF_TFTP=m | ||
183 | CONFIG_IP_NF_AMANDA=m | ||
184 | # CONFIG_IP_NF_PPTP is not set | ||
185 | CONFIG_IP_NF_QUEUE=m | ||
186 | CONFIG_IP_NF_IPTABLES=m | ||
187 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
188 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
189 | CONFIG_IP_NF_MATCH_MAC=m | ||
190 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
191 | CONFIG_IP_NF_MATCH_MARK=m | ||
192 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
193 | CONFIG_IP_NF_MATCH_TOS=m | ||
194 | CONFIG_IP_NF_MATCH_RECENT=m | ||
195 | CONFIG_IP_NF_MATCH_ECN=m | ||
196 | CONFIG_IP_NF_MATCH_DSCP=m | ||
197 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
198 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
199 | CONFIG_IP_NF_MATCH_TTL=m | ||
200 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
201 | CONFIG_IP_NF_MATCH_HELPER=m | ||
202 | CONFIG_IP_NF_MATCH_STATE=m | ||
203 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
204 | CONFIG_IP_NF_MATCH_OWNER=m | ||
205 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
206 | CONFIG_IP_NF_MATCH_REALM=m | ||
207 | CONFIG_IP_NF_MATCH_SCTP=m | ||
208 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
209 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
210 | CONFIG_IP_NF_MATCH_CONNMARK=m | ||
211 | CONFIG_IP_NF_MATCH_CONNBYTES=m | ||
212 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
213 | CONFIG_IP_NF_MATCH_STRING=m | ||
214 | CONFIG_IP_NF_FILTER=m | ||
215 | CONFIG_IP_NF_TARGET_REJECT=m | ||
216 | CONFIG_IP_NF_TARGET_LOG=m | ||
217 | CONFIG_IP_NF_TARGET_ULOG=m | ||
218 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
219 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
220 | CONFIG_IP_NF_NAT=m | ||
221 | CONFIG_IP_NF_NAT_NEEDED=y | ||
222 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
223 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
224 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
225 | CONFIG_IP_NF_TARGET_SAME=m | ||
226 | CONFIG_IP_NF_NAT_SNMP_BASIC=m | ||
227 | CONFIG_IP_NF_NAT_IRC=m | ||
228 | CONFIG_IP_NF_NAT_FTP=m | ||
229 | CONFIG_IP_NF_NAT_TFTP=m | ||
230 | CONFIG_IP_NF_NAT_AMANDA=m | ||
231 | CONFIG_IP_NF_MANGLE=m | ||
232 | CONFIG_IP_NF_TARGET_TOS=m | ||
233 | CONFIG_IP_NF_TARGET_ECN=m | ||
234 | CONFIG_IP_NF_TARGET_DSCP=m | ||
235 | CONFIG_IP_NF_TARGET_MARK=m | ||
236 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
237 | CONFIG_IP_NF_TARGET_TTL=m | ||
238 | CONFIG_IP_NF_TARGET_CONNMARK=m | ||
239 | CONFIG_IP_NF_TARGET_CLUSTERIP=m | ||
240 | CONFIG_IP_NF_RAW=m | ||
241 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
242 | CONFIG_IP_NF_ARPTABLES=m | ||
243 | CONFIG_IP_NF_ARPFILTER=m | ||
244 | CONFIG_IP_NF_ARP_MANGLE=m | ||
245 | |||
246 | # | ||
247 | # DCCP Configuration (EXPERIMENTAL) | ||
248 | # | ||
249 | # CONFIG_IP_DCCP is not set | ||
250 | |||
251 | # | ||
252 | # SCTP Configuration (EXPERIMENTAL) | ||
253 | # | ||
254 | # CONFIG_IP_SCTP is not set | ||
255 | # CONFIG_ATM is not set | ||
256 | # CONFIG_BRIDGE is not set | ||
257 | # CONFIG_VLAN_8021Q is not set | ||
258 | # CONFIG_DECNET is not set | ||
259 | CONFIG_LLC=y | ||
260 | # CONFIG_LLC2 is not set | ||
261 | # CONFIG_IPX is not set | ||
262 | # CONFIG_ATALK is not set | ||
263 | # CONFIG_X25 is not set | ||
264 | # CONFIG_LAPB is not set | ||
265 | # CONFIG_NET_DIVERT is not set | ||
266 | # CONFIG_ECONET is not set | ||
267 | # CONFIG_WAN_ROUTER is not set | ||
268 | # CONFIG_NET_SCHED is not set | ||
269 | CONFIG_NET_CLS_ROUTE=y | ||
270 | |||
271 | # | ||
272 | # Network testing | ||
273 | # | ||
274 | # CONFIG_NET_PKTGEN is not set | ||
275 | # CONFIG_HAMRADIO is not set | ||
276 | # CONFIG_IRDA is not set | ||
277 | # CONFIG_BT is not set | ||
278 | # CONFIG_IEEE80211 is not set | ||
279 | |||
280 | # | ||
281 | # Device Drivers | ||
282 | # | ||
283 | |||
284 | # | ||
285 | # Generic Driver Options | ||
286 | # | ||
287 | CONFIG_STANDALONE=y | ||
288 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
289 | CONFIG_FW_LOADER=m | ||
290 | # CONFIG_DEBUG_DRIVER is not set | ||
291 | |||
292 | # | ||
293 | # Connector - unified userspace <-> kernelspace linker | ||
294 | # | ||
295 | # CONFIG_CONNECTOR is not set | ||
296 | |||
297 | # | ||
298 | # Memory Technology Devices (MTD) | ||
299 | # | ||
300 | # CONFIG_MTD is not set | ||
301 | |||
302 | # | ||
303 | # Parallel port support | ||
304 | # | ||
305 | # CONFIG_PARPORT is not set | ||
306 | |||
307 | # | ||
308 | # Plug and Play support | ||
309 | # | ||
310 | |||
311 | # | ||
312 | # Block devices | ||
313 | # | ||
314 | # CONFIG_BLK_DEV_FD is not set | ||
315 | # CONFIG_BLK_CPQ_DA is not set | ||
316 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
317 | # CONFIG_BLK_DEV_DAC960 is not set | ||
318 | # CONFIG_BLK_DEV_UMEM is not set | ||
319 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
320 | CONFIG_BLK_DEV_LOOP=y | ||
321 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
322 | CONFIG_BLK_DEV_NBD=m | ||
323 | # CONFIG_BLK_DEV_SX8 is not set | ||
324 | CONFIG_BLK_DEV_RAM=y | ||
325 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
326 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
327 | CONFIG_BLK_DEV_INITRD=y | ||
328 | # CONFIG_CDROM_PKTCDVD is not set | ||
329 | |||
330 | # | ||
331 | # IO Schedulers | ||
332 | # | ||
333 | CONFIG_IOSCHED_NOOP=y | ||
334 | CONFIG_IOSCHED_AS=y | ||
335 | CONFIG_IOSCHED_DEADLINE=y | ||
336 | CONFIG_IOSCHED_CFQ=y | ||
337 | # CONFIG_ATA_OVER_ETH is not set | ||
338 | |||
339 | # | ||
340 | # ATA/ATAPI/MFM/RLL support | ||
341 | # | ||
342 | # CONFIG_IDE is not set | ||
343 | |||
344 | # | ||
345 | # SCSI device support | ||
346 | # | ||
347 | # CONFIG_RAID_ATTRS is not set | ||
348 | CONFIG_SCSI=y | ||
349 | CONFIG_SCSI_PROC_FS=y | ||
350 | |||
351 | # | ||
352 | # SCSI support type (disk, tape, CD-ROM) | ||
353 | # | ||
354 | CONFIG_BLK_DEV_SD=y | ||
355 | CONFIG_CHR_DEV_ST=y | ||
356 | # CONFIG_CHR_DEV_OSST is not set | ||
357 | CONFIG_BLK_DEV_SR=y | ||
358 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
359 | CONFIG_CHR_DEV_SG=y | ||
360 | # CONFIG_CHR_DEV_SCH is not set | ||
361 | |||
362 | # | ||
363 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
364 | # | ||
365 | CONFIG_SCSI_MULTI_LUN=y | ||
366 | CONFIG_SCSI_CONSTANTS=y | ||
367 | # CONFIG_SCSI_LOGGING is not set | ||
368 | |||
369 | # | ||
370 | # SCSI Transport Attributes | ||
371 | # | ||
372 | CONFIG_SCSI_SPI_ATTRS=y | ||
373 | CONFIG_SCSI_FC_ATTRS=y | ||
374 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
375 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
376 | |||
377 | # | ||
378 | # SCSI low-level drivers | ||
379 | # | ||
380 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
381 | # CONFIG_SCSI_3W_9XXX is not set | ||
382 | # CONFIG_SCSI_ACARD is not set | ||
383 | # CONFIG_SCSI_AACRAID is not set | ||
384 | # CONFIG_SCSI_AIC7XXX is not set | ||
385 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
386 | # CONFIG_SCSI_AIC79XX is not set | ||
387 | # CONFIG_MEGARAID_NEWGEN is not set | ||
388 | # CONFIG_MEGARAID_LEGACY is not set | ||
389 | # CONFIG_MEGARAID_SAS is not set | ||
390 | # CONFIG_SCSI_SATA is not set | ||
391 | # CONFIG_SCSI_BUSLOGIC is not set | ||
392 | # CONFIG_SCSI_DMX3191D is not set | ||
393 | # CONFIG_SCSI_EATA is not set | ||
394 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
395 | # CONFIG_SCSI_GDTH is not set | ||
396 | # CONFIG_SCSI_IPS is not set | ||
397 | CONFIG_SCSI_IBMVSCSI=m | ||
398 | # CONFIG_SCSI_INITIO is not set | ||
399 | # CONFIG_SCSI_INIA100 is not set | ||
400 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
401 | # CONFIG_SCSI_IPR is not set | ||
402 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
403 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
404 | CONFIG_SCSI_QLA2XXX=y | ||
405 | # CONFIG_SCSI_QLA21XX is not set | ||
406 | # CONFIG_SCSI_QLA22XX is not set | ||
407 | # CONFIG_SCSI_QLA2300 is not set | ||
408 | # CONFIG_SCSI_QLA2322 is not set | ||
409 | # CONFIG_SCSI_QLA6312 is not set | ||
410 | # CONFIG_SCSI_QLA24XX is not set | ||
411 | # CONFIG_SCSI_LPFC is not set | ||
412 | # CONFIG_SCSI_DC395x is not set | ||
413 | # CONFIG_SCSI_DC390T is not set | ||
414 | # CONFIG_SCSI_DEBUG is not set | ||
415 | |||
416 | # | ||
417 | # Multi-device support (RAID and LVM) | ||
418 | # | ||
419 | CONFIG_MD=y | ||
420 | CONFIG_BLK_DEV_MD=y | ||
421 | CONFIG_MD_LINEAR=y | ||
422 | CONFIG_MD_RAID0=y | ||
423 | CONFIG_MD_RAID1=y | ||
424 | CONFIG_MD_RAID10=m | ||
425 | CONFIG_MD_RAID5=y | ||
426 | CONFIG_MD_RAID6=m | ||
427 | CONFIG_MD_MULTIPATH=m | ||
428 | CONFIG_MD_FAULTY=m | ||
429 | CONFIG_BLK_DEV_DM=y | ||
430 | CONFIG_DM_CRYPT=m | ||
431 | CONFIG_DM_SNAPSHOT=m | ||
432 | CONFIG_DM_MIRROR=m | ||
433 | CONFIG_DM_ZERO=m | ||
434 | # CONFIG_DM_MULTIPATH is not set | ||
435 | |||
436 | # | ||
437 | # Fusion MPT device support | ||
438 | # | ||
439 | # CONFIG_FUSION is not set | ||
440 | # CONFIG_FUSION_SPI is not set | ||
441 | # CONFIG_FUSION_FC is not set | ||
442 | # CONFIG_FUSION_SAS is not set | ||
443 | |||
444 | # | ||
445 | # IEEE 1394 (FireWire) support | ||
446 | # | ||
447 | # CONFIG_IEEE1394 is not set | ||
448 | |||
449 | # | ||
450 | # I2O device support | ||
451 | # | ||
452 | # CONFIG_I2O is not set | ||
453 | |||
454 | # | ||
455 | # Macintosh device drivers | ||
456 | # | ||
457 | |||
458 | # | ||
459 | # Network device support | ||
460 | # | ||
461 | CONFIG_NETDEVICES=y | ||
462 | CONFIG_DUMMY=m | ||
463 | CONFIG_BONDING=m | ||
464 | # CONFIG_EQUALIZER is not set | ||
465 | CONFIG_TUN=m | ||
466 | |||
467 | # | ||
468 | # ARCnet devices | ||
469 | # | ||
470 | # CONFIG_ARCNET is not set | ||
471 | |||
472 | # | ||
473 | # PHY device support | ||
474 | # | ||
475 | # CONFIG_PHYLIB is not set | ||
476 | |||
477 | # | ||
478 | # Ethernet (10 or 100Mbit) | ||
479 | # | ||
480 | CONFIG_NET_ETHERNET=y | ||
481 | CONFIG_MII=y | ||
482 | # CONFIG_HAPPYMEAL is not set | ||
483 | # CONFIG_SUNGEM is not set | ||
484 | # CONFIG_CASSINI is not set | ||
485 | # CONFIG_NET_VENDOR_3COM is not set | ||
486 | |||
487 | # | ||
488 | # Tulip family network device support | ||
489 | # | ||
490 | # CONFIG_NET_TULIP is not set | ||
491 | # CONFIG_HP100 is not set | ||
492 | CONFIG_NET_PCI=y | ||
493 | CONFIG_PCNET32=y | ||
494 | # CONFIG_AMD8111_ETH is not set | ||
495 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
496 | # CONFIG_B44 is not set | ||
497 | # CONFIG_FORCEDETH is not set | ||
498 | # CONFIG_DGRS is not set | ||
499 | # CONFIG_EEPRO100 is not set | ||
500 | CONFIG_E100=y | ||
501 | # CONFIG_FEALNX is not set | ||
502 | # CONFIG_NATSEMI is not set | ||
503 | # CONFIG_NE2K_PCI is not set | ||
504 | # CONFIG_8139CP is not set | ||
505 | # CONFIG_8139TOO is not set | ||
506 | # CONFIG_SIS900 is not set | ||
507 | # CONFIG_EPIC100 is not set | ||
508 | # CONFIG_SUNDANCE is not set | ||
509 | # CONFIG_VIA_RHINE is not set | ||
510 | |||
511 | # | ||
512 | # Ethernet (1000 Mbit) | ||
513 | # | ||
514 | CONFIG_ACENIC=m | ||
515 | # CONFIG_ACENIC_OMIT_TIGON_I is not set | ||
516 | # CONFIG_DL2K is not set | ||
517 | CONFIG_E1000=m | ||
518 | # CONFIG_E1000_NAPI is not set | ||
519 | # CONFIG_NS83820 is not set | ||
520 | # CONFIG_HAMACHI is not set | ||
521 | # CONFIG_YELLOWFIN is not set | ||
522 | # CONFIG_R8169 is not set | ||
523 | # CONFIG_SIS190 is not set | ||
524 | # CONFIG_SKGE is not set | ||
525 | # CONFIG_SK98LIN is not set | ||
526 | # CONFIG_VIA_VELOCITY is not set | ||
527 | # CONFIG_TIGON3 is not set | ||
528 | # CONFIG_BNX2 is not set | ||
529 | |||
530 | # | ||
531 | # Ethernet (10000 Mbit) | ||
532 | # | ||
533 | # CONFIG_CHELSIO_T1 is not set | ||
534 | # CONFIG_IXGB is not set | ||
535 | # CONFIG_S2IO is not set | ||
536 | |||
537 | # | ||
538 | # Token Ring devices | ||
539 | # | ||
540 | CONFIG_TR=y | ||
541 | CONFIG_IBMOL=y | ||
542 | # CONFIG_3C359 is not set | ||
543 | # CONFIG_TMS380TR is not set | ||
544 | |||
545 | # | ||
546 | # Wireless LAN (non-hamradio) | ||
547 | # | ||
548 | # CONFIG_NET_RADIO is not set | ||
549 | |||
550 | # | ||
551 | # Wan interfaces | ||
552 | # | ||
553 | # CONFIG_WAN is not set | ||
554 | CONFIG_ISERIES_VETH=y | ||
555 | # CONFIG_FDDI is not set | ||
556 | # CONFIG_HIPPI is not set | ||
557 | CONFIG_PPP=m | ||
558 | # CONFIG_PPP_MULTILINK is not set | ||
559 | # CONFIG_PPP_FILTER is not set | ||
560 | CONFIG_PPP_ASYNC=m | ||
561 | CONFIG_PPP_SYNC_TTY=m | ||
562 | CONFIG_PPP_DEFLATE=m | ||
563 | CONFIG_PPP_BSDCOMP=m | ||
564 | CONFIG_PPPOE=m | ||
565 | # CONFIG_SLIP is not set | ||
566 | # CONFIG_NET_FC is not set | ||
567 | # CONFIG_SHAPER is not set | ||
568 | CONFIG_NETCONSOLE=y | ||
569 | CONFIG_NETPOLL=y | ||
570 | CONFIG_NETPOLL_RX=y | ||
571 | CONFIG_NETPOLL_TRAP=y | ||
572 | CONFIG_NET_POLL_CONTROLLER=y | ||
573 | |||
574 | # | ||
575 | # ISDN subsystem | ||
576 | # | ||
577 | # CONFIG_ISDN is not set | ||
578 | |||
579 | # | ||
580 | # Telephony Support | ||
581 | # | ||
582 | # CONFIG_PHONE is not set | ||
583 | |||
584 | # | ||
585 | # Input device support | ||
586 | # | ||
587 | CONFIG_INPUT=y | ||
588 | |||
589 | # | ||
590 | # Userland interfaces | ||
591 | # | ||
592 | CONFIG_INPUT_MOUSEDEV=y | ||
593 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
594 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
595 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
596 | # CONFIG_INPUT_JOYDEV is not set | ||
597 | # CONFIG_INPUT_TSDEV is not set | ||
598 | # CONFIG_INPUT_EVDEV is not set | ||
599 | # CONFIG_INPUT_EVBUG is not set | ||
600 | |||
601 | # | ||
602 | # Input Device Drivers | ||
603 | # | ||
604 | # CONFIG_INPUT_KEYBOARD is not set | ||
605 | # CONFIG_INPUT_MOUSE is not set | ||
606 | # CONFIG_INPUT_JOYSTICK is not set | ||
607 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
608 | # CONFIG_INPUT_MISC is not set | ||
609 | |||
610 | # | ||
611 | # Hardware I/O ports | ||
612 | # | ||
613 | # CONFIG_SERIO is not set | ||
614 | # CONFIG_GAMEPORT is not set | ||
615 | |||
616 | # | ||
617 | # Character devices | ||
618 | # | ||
619 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
620 | |||
621 | # | ||
622 | # Serial drivers | ||
623 | # | ||
624 | # CONFIG_SERIAL_8250 is not set | ||
625 | |||
626 | # | ||
627 | # Non-8250 serial port support | ||
628 | # | ||
629 | CONFIG_SERIAL_CORE=m | ||
630 | CONFIG_SERIAL_ICOM=m | ||
631 | # CONFIG_SERIAL_JSM is not set | ||
632 | CONFIG_UNIX98_PTYS=y | ||
633 | CONFIG_LEGACY_PTYS=y | ||
634 | CONFIG_LEGACY_PTY_COUNT=256 | ||
635 | |||
636 | # | ||
637 | # IPMI | ||
638 | # | ||
639 | # CONFIG_IPMI_HANDLER is not set | ||
640 | |||
641 | # | ||
642 | # Watchdog Cards | ||
643 | # | ||
644 | # CONFIG_WATCHDOG is not set | ||
645 | # CONFIG_RTC is not set | ||
646 | # CONFIG_DTLK is not set | ||
647 | # CONFIG_R3964 is not set | ||
648 | # CONFIG_APPLICOM is not set | ||
649 | |||
650 | # | ||
651 | # Ftape, the floppy tape device driver | ||
652 | # | ||
653 | # CONFIG_AGP is not set | ||
654 | # CONFIG_DRM is not set | ||
655 | CONFIG_RAW_DRIVER=y | ||
656 | CONFIG_MAX_RAW_DEVS=256 | ||
657 | # CONFIG_HANGCHECK_TIMER is not set | ||
658 | |||
659 | # | ||
660 | # TPM devices | ||
661 | # | ||
662 | # CONFIG_TCG_TPM is not set | ||
663 | |||
664 | # | ||
665 | # I2C support | ||
666 | # | ||
667 | # CONFIG_I2C is not set | ||
668 | |||
669 | # | ||
670 | # Dallas's 1-wire bus | ||
671 | # | ||
672 | # CONFIG_W1 is not set | ||
673 | |||
674 | # | ||
675 | # Hardware Monitoring support | ||
676 | # | ||
677 | # CONFIG_HWMON is not set | ||
678 | # CONFIG_HWMON_VID is not set | ||
679 | |||
680 | # | ||
681 | # Misc devices | ||
682 | # | ||
683 | |||
684 | # | ||
685 | # Multimedia Capabilities Port drivers | ||
686 | # | ||
687 | |||
688 | # | ||
689 | # Multimedia devices | ||
690 | # | ||
691 | # CONFIG_VIDEO_DEV is not set | ||
692 | |||
693 | # | ||
694 | # Digital Video Broadcasting Devices | ||
695 | # | ||
696 | # CONFIG_DVB is not set | ||
697 | |||
698 | # | ||
699 | # Graphics support | ||
700 | # | ||
701 | # CONFIG_FB is not set | ||
702 | |||
703 | # | ||
704 | # Sound | ||
705 | # | ||
706 | # CONFIG_SOUND is not set | ||
707 | |||
708 | # | ||
709 | # USB support | ||
710 | # | ||
711 | CONFIG_USB_ARCH_HAS_HCD=y | ||
712 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
713 | # CONFIG_USB is not set | ||
714 | |||
715 | # | ||
716 | # USB Gadget Support | ||
717 | # | ||
718 | # CONFIG_USB_GADGET is not set | ||
719 | |||
720 | # | ||
721 | # MMC/SD Card support | ||
722 | # | ||
723 | # CONFIG_MMC is not set | ||
724 | |||
725 | # | ||
726 | # InfiniBand support | ||
727 | # | ||
728 | # CONFIG_INFINIBAND is not set | ||
729 | |||
730 | # | ||
731 | # SN Devices | ||
732 | # | ||
733 | |||
734 | # | ||
735 | # File systems | ||
736 | # | ||
737 | CONFIG_EXT2_FS=y | ||
738 | CONFIG_EXT2_FS_XATTR=y | ||
739 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
740 | CONFIG_EXT2_FS_SECURITY=y | ||
741 | CONFIG_EXT2_FS_XIP=y | ||
742 | CONFIG_FS_XIP=y | ||
743 | CONFIG_EXT3_FS=y | ||
744 | CONFIG_EXT3_FS_XATTR=y | ||
745 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
746 | CONFIG_EXT3_FS_SECURITY=y | ||
747 | CONFIG_JBD=y | ||
748 | # CONFIG_JBD_DEBUG is not set | ||
749 | CONFIG_FS_MBCACHE=y | ||
750 | CONFIG_REISERFS_FS=y | ||
751 | # CONFIG_REISERFS_CHECK is not set | ||
752 | # CONFIG_REISERFS_PROC_INFO is not set | ||
753 | CONFIG_REISERFS_FS_XATTR=y | ||
754 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
755 | CONFIG_REISERFS_FS_SECURITY=y | ||
756 | CONFIG_JFS_FS=m | ||
757 | CONFIG_JFS_POSIX_ACL=y | ||
758 | CONFIG_JFS_SECURITY=y | ||
759 | # CONFIG_JFS_DEBUG is not set | ||
760 | # CONFIG_JFS_STATISTICS is not set | ||
761 | CONFIG_FS_POSIX_ACL=y | ||
762 | CONFIG_XFS_FS=m | ||
763 | CONFIG_XFS_EXPORT=y | ||
764 | # CONFIG_XFS_QUOTA is not set | ||
765 | CONFIG_XFS_SECURITY=y | ||
766 | CONFIG_XFS_POSIX_ACL=y | ||
767 | # CONFIG_XFS_RT is not set | ||
768 | # CONFIG_MINIX_FS is not set | ||
769 | # CONFIG_ROMFS_FS is not set | ||
770 | CONFIG_INOTIFY=y | ||
771 | # CONFIG_QUOTA is not set | ||
772 | CONFIG_DNOTIFY=y | ||
773 | CONFIG_AUTOFS_FS=m | ||
774 | # CONFIG_AUTOFS4_FS is not set | ||
775 | # CONFIG_FUSE_FS is not set | ||
776 | |||
777 | # | ||
778 | # CD-ROM/DVD Filesystems | ||
779 | # | ||
780 | CONFIG_ISO9660_FS=y | ||
781 | CONFIG_JOLIET=y | ||
782 | CONFIG_ZISOFS=y | ||
783 | CONFIG_ZISOFS_FS=y | ||
784 | CONFIG_UDF_FS=m | ||
785 | CONFIG_UDF_NLS=y | ||
786 | |||
787 | # | ||
788 | # DOS/FAT/NT Filesystems | ||
789 | # | ||
790 | CONFIG_FAT_FS=y | ||
791 | CONFIG_MSDOS_FS=y | ||
792 | CONFIG_VFAT_FS=y | ||
793 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
794 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
795 | # CONFIG_NTFS_FS is not set | ||
796 | |||
797 | # | ||
798 | # Pseudo filesystems | ||
799 | # | ||
800 | CONFIG_PROC_FS=y | ||
801 | CONFIG_PROC_KCORE=y | ||
802 | CONFIG_SYSFS=y | ||
803 | CONFIG_TMPFS=y | ||
804 | # CONFIG_HUGETLBFS is not set | ||
805 | # CONFIG_HUGETLB_PAGE is not set | ||
806 | CONFIG_RAMFS=y | ||
807 | # CONFIG_RELAYFS_FS is not set | ||
808 | |||
809 | # | ||
810 | # Miscellaneous filesystems | ||
811 | # | ||
812 | # CONFIG_ADFS_FS is not set | ||
813 | # CONFIG_AFFS_FS is not set | ||
814 | # CONFIG_HFS_FS is not set | ||
815 | # CONFIG_HFSPLUS_FS is not set | ||
816 | # CONFIG_BEFS_FS is not set | ||
817 | # CONFIG_BFS_FS is not set | ||
818 | # CONFIG_EFS_FS is not set | ||
819 | CONFIG_CRAMFS=y | ||
820 | # CONFIG_VXFS_FS is not set | ||
821 | # CONFIG_HPFS_FS is not set | ||
822 | # CONFIG_QNX4FS_FS is not set | ||
823 | # CONFIG_SYSV_FS is not set | ||
824 | # CONFIG_UFS_FS is not set | ||
825 | |||
826 | # | ||
827 | # Network File Systems | ||
828 | # | ||
829 | CONFIG_NFS_FS=y | ||
830 | CONFIG_NFS_V3=y | ||
831 | CONFIG_NFS_V3_ACL=y | ||
832 | CONFIG_NFS_V4=y | ||
833 | # CONFIG_NFS_DIRECTIO is not set | ||
834 | CONFIG_NFSD=m | ||
835 | CONFIG_NFSD_V2_ACL=y | ||
836 | CONFIG_NFSD_V3=y | ||
837 | CONFIG_NFSD_V3_ACL=y | ||
838 | CONFIG_NFSD_V4=y | ||
839 | CONFIG_NFSD_TCP=y | ||
840 | CONFIG_LOCKD=y | ||
841 | CONFIG_LOCKD_V4=y | ||
842 | CONFIG_EXPORTFS=m | ||
843 | CONFIG_NFS_ACL_SUPPORT=y | ||
844 | CONFIG_NFS_COMMON=y | ||
845 | CONFIG_SUNRPC=y | ||
846 | CONFIG_SUNRPC_GSS=y | ||
847 | CONFIG_RPCSEC_GSS_KRB5=y | ||
848 | CONFIG_RPCSEC_GSS_SPKM3=m | ||
849 | # CONFIG_SMB_FS is not set | ||
850 | CONFIG_CIFS=m | ||
851 | # CONFIG_CIFS_STATS is not set | ||
852 | CONFIG_CIFS_XATTR=y | ||
853 | CONFIG_CIFS_POSIX=y | ||
854 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
855 | # CONFIG_NCP_FS is not set | ||
856 | # CONFIG_CODA_FS is not set | ||
857 | # CONFIG_AFS_FS is not set | ||
858 | # CONFIG_9P_FS is not set | ||
859 | |||
860 | # | ||
861 | # Partition Types | ||
862 | # | ||
863 | # CONFIG_PARTITION_ADVANCED is not set | ||
864 | CONFIG_MSDOS_PARTITION=y | ||
865 | |||
866 | # | ||
867 | # Native Language Support | ||
868 | # | ||
869 | CONFIG_NLS=y | ||
870 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
871 | CONFIG_NLS_CODEPAGE_437=y | ||
872 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
873 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
874 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
875 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
876 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
877 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
878 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
879 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
880 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
881 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
882 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
883 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
884 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
885 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
886 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
887 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
888 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
889 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
890 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
891 | # CONFIG_NLS_ISO8859_8 is not set | ||
892 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
893 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
894 | CONFIG_NLS_ASCII=y | ||
895 | CONFIG_NLS_ISO8859_1=y | ||
896 | # CONFIG_NLS_ISO8859_2 is not set | ||
897 | # CONFIG_NLS_ISO8859_3 is not set | ||
898 | # CONFIG_NLS_ISO8859_4 is not set | ||
899 | # CONFIG_NLS_ISO8859_5 is not set | ||
900 | # CONFIG_NLS_ISO8859_6 is not set | ||
901 | # CONFIG_NLS_ISO8859_7 is not set | ||
902 | # CONFIG_NLS_ISO8859_9 is not set | ||
903 | # CONFIG_NLS_ISO8859_13 is not set | ||
904 | # CONFIG_NLS_ISO8859_14 is not set | ||
905 | # CONFIG_NLS_ISO8859_15 is not set | ||
906 | # CONFIG_NLS_KOI8_R is not set | ||
907 | # CONFIG_NLS_KOI8_U is not set | ||
908 | # CONFIG_NLS_UTF8 is not set | ||
909 | |||
910 | # | ||
911 | # iSeries device drivers | ||
912 | # | ||
913 | CONFIG_VIOCONS=y | ||
914 | CONFIG_VIODASD=y | ||
915 | CONFIG_VIOCD=m | ||
916 | CONFIG_VIOTAPE=m | ||
917 | CONFIG_VIOPATH=y | ||
918 | |||
919 | # | ||
920 | # Profiling support | ||
921 | # | ||
922 | CONFIG_PROFILING=y | ||
923 | CONFIG_OPROFILE=y | ||
924 | |||
925 | # | ||
926 | # Kernel hacking | ||
927 | # | ||
928 | # CONFIG_PRINTK_TIME is not set | ||
929 | CONFIG_DEBUG_KERNEL=y | ||
930 | CONFIG_MAGIC_SYSRQ=y | ||
931 | CONFIG_LOG_BUF_SHIFT=17 | ||
932 | CONFIG_DETECT_SOFTLOCKUP=y | ||
933 | # CONFIG_SCHEDSTATS is not set | ||
934 | # CONFIG_DEBUG_SLAB is not set | ||
935 | # CONFIG_DEBUG_SPINLOCK is not set | ||
936 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
937 | # CONFIG_DEBUG_KOBJECT is not set | ||
938 | # CONFIG_DEBUG_INFO is not set | ||
939 | CONFIG_DEBUG_FS=y | ||
940 | CONFIG_DEBUG_STACKOVERFLOW=y | ||
941 | # CONFIG_KPROBES is not set | ||
942 | CONFIG_DEBUG_STACK_USAGE=y | ||
943 | # CONFIG_DEBUGGER is not set | ||
944 | # CONFIG_PPCDBG is not set | ||
945 | CONFIG_IRQSTACKS=y | ||
946 | |||
947 | # | ||
948 | # Security options | ||
949 | # | ||
950 | # CONFIG_KEYS is not set | ||
951 | # CONFIG_SECURITY is not set | ||
952 | |||
953 | # | ||
954 | # Cryptographic options | ||
955 | # | ||
956 | CONFIG_CRYPTO=y | ||
957 | CONFIG_CRYPTO_HMAC=y | ||
958 | CONFIG_CRYPTO_NULL=m | ||
959 | CONFIG_CRYPTO_MD4=m | ||
960 | CONFIG_CRYPTO_MD5=y | ||
961 | CONFIG_CRYPTO_SHA1=m | ||
962 | CONFIG_CRYPTO_SHA256=m | ||
963 | CONFIG_CRYPTO_SHA512=m | ||
964 | CONFIG_CRYPTO_WP512=m | ||
965 | CONFIG_CRYPTO_TGR192=m | ||
966 | CONFIG_CRYPTO_DES=y | ||
967 | CONFIG_CRYPTO_BLOWFISH=m | ||
968 | CONFIG_CRYPTO_TWOFISH=m | ||
969 | CONFIG_CRYPTO_SERPENT=m | ||
970 | CONFIG_CRYPTO_AES=m | ||
971 | CONFIG_CRYPTO_CAST5=m | ||
972 | CONFIG_CRYPTO_CAST6=m | ||
973 | CONFIG_CRYPTO_TEA=m | ||
974 | CONFIG_CRYPTO_ARC4=m | ||
975 | CONFIG_CRYPTO_KHAZAD=m | ||
976 | CONFIG_CRYPTO_ANUBIS=m | ||
977 | CONFIG_CRYPTO_DEFLATE=m | ||
978 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
979 | CONFIG_CRYPTO_CRC32C=m | ||
980 | CONFIG_CRYPTO_TEST=m | ||
981 | |||
982 | # | ||
983 | # Hardware crypto devices | ||
984 | # | ||
985 | |||
986 | # | ||
987 | # Library routines | ||
988 | # | ||
989 | CONFIG_CRC_CCITT=m | ||
990 | # CONFIG_CRC16 is not set | ||
991 | CONFIG_CRC32=y | ||
992 | CONFIG_LIBCRC32C=m | ||
993 | CONFIG_ZLIB_INFLATE=y | ||
994 | CONFIG_ZLIB_DEFLATE=m | ||
995 | CONFIG_TEXTSEARCH=y | ||
996 | CONFIG_TEXTSEARCH_KMP=m | ||
997 | CONFIG_TEXTSEARCH_BM=m | ||
998 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/ppc64/configs/maple_defconfig b/arch/ppc64/configs/maple_defconfig deleted file mode 100644 index 7b480f3d1406..000000000000 --- a/arch/ppc64/configs/maple_defconfig +++ /dev/null | |||
@@ -1,1062 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.14-rc4 | ||
4 | # Thu Oct 20 08:31:24 2005 | ||
5 | # | ||
6 | CONFIG_64BIT=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
10 | CONFIG_GENERIC_ISA_DMA=y | ||
11 | CONFIG_EARLY_PRINTK=y | ||
12 | CONFIG_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
16 | |||
17 | # | ||
18 | # Code maturity level options | ||
19 | # | ||
20 | CONFIG_EXPERIMENTAL=y | ||
21 | CONFIG_CLEAN_COMPILE=y | ||
22 | CONFIG_LOCK_KERNEL=y | ||
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | ||
29 | CONFIG_LOCALVERSION_AUTO=y | ||
30 | CONFIG_SWAP=y | ||
31 | CONFIG_SYSVIPC=y | ||
32 | CONFIG_POSIX_MQUEUE=y | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | CONFIG_SYSCTL=y | ||
35 | # CONFIG_AUDIT is not set | ||
36 | # CONFIG_HOTPLUG is not set | ||
37 | CONFIG_KOBJECT_UEVENT=y | ||
38 | CONFIG_IKCONFIG=y | ||
39 | CONFIG_IKCONFIG_PROC=y | ||
40 | # CONFIG_CPUSETS is not set | ||
41 | CONFIG_INITRAMFS_SOURCE="" | ||
42 | # CONFIG_EMBEDDED is not set | ||
43 | CONFIG_KALLSYMS=y | ||
44 | CONFIG_KALLSYMS_ALL=y | ||
45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
46 | CONFIG_PRINTK=y | ||
47 | CONFIG_BUG=y | ||
48 | CONFIG_BASE_FULL=y | ||
49 | CONFIG_FUTEX=y | ||
50 | CONFIG_EPOLL=y | ||
51 | CONFIG_SHMEM=y | ||
52 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
53 | CONFIG_CC_ALIGN_LABELS=0 | ||
54 | CONFIG_CC_ALIGN_LOOPS=0 | ||
55 | CONFIG_CC_ALIGN_JUMPS=0 | ||
56 | # CONFIG_TINY_SHMEM is not set | ||
57 | CONFIG_BASE_SMALL=0 | ||
58 | |||
59 | # | ||
60 | # Loadable module support | ||
61 | # | ||
62 | CONFIG_MODULES=y | ||
63 | CONFIG_MODULE_UNLOAD=y | ||
64 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
65 | CONFIG_OBSOLETE_MODPARM=y | ||
66 | CONFIG_MODVERSIONS=y | ||
67 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
68 | CONFIG_KMOD=y | ||
69 | CONFIG_STOP_MACHINE=y | ||
70 | CONFIG_SYSVIPC_COMPAT=y | ||
71 | |||
72 | # | ||
73 | # Platform support | ||
74 | # | ||
75 | # CONFIG_PPC_ISERIES is not set | ||
76 | CONFIG_PPC_MULTIPLATFORM=y | ||
77 | # CONFIG_PPC_PSERIES is not set | ||
78 | # CONFIG_PPC_BPA is not set | ||
79 | # CONFIG_PPC_PMAC is not set | ||
80 | CONFIG_PPC_MAPLE=y | ||
81 | CONFIG_PPC=y | ||
82 | CONFIG_PPC64=y | ||
83 | CONFIG_PPC_OF=y | ||
84 | CONFIG_MPIC=y | ||
85 | # CONFIG_ALTIVEC is not set | ||
86 | CONFIG_KEXEC=y | ||
87 | CONFIG_U3_DART=y | ||
88 | CONFIG_MPIC_BROKEN_U3=y | ||
89 | CONFIG_BOOTX_TEXT=y | ||
90 | CONFIG_POWER4_ONLY=y | ||
91 | CONFIG_IOMMU_VMERGE=y | ||
92 | CONFIG_SMP=y | ||
93 | CONFIG_NR_CPUS=2 | ||
94 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
95 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
96 | CONFIG_SELECT_MEMORY_MODEL=y | ||
97 | CONFIG_FLATMEM_MANUAL=y | ||
98 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
99 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
100 | CONFIG_FLATMEM=y | ||
101 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
102 | # CONFIG_SPARSEMEM_STATIC is not set | ||
103 | # CONFIG_NUMA is not set | ||
104 | # CONFIG_SCHED_SMT is not set | ||
105 | CONFIG_PREEMPT_NONE=y | ||
106 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
107 | # CONFIG_PREEMPT is not set | ||
108 | # CONFIG_PREEMPT_BKL is not set | ||
109 | # CONFIG_HZ_100 is not set | ||
110 | CONFIG_HZ_250=y | ||
111 | # CONFIG_HZ_1000 is not set | ||
112 | CONFIG_HZ=250 | ||
113 | CONFIG_GENERIC_HARDIRQS=y | ||
114 | CONFIG_SECCOMP=y | ||
115 | CONFIG_BINFMT_ELF=y | ||
116 | # CONFIG_BINFMT_MISC is not set | ||
117 | CONFIG_PROC_DEVICETREE=y | ||
118 | # CONFIG_CMDLINE_BOOL is not set | ||
119 | CONFIG_ISA_DMA_API=y | ||
120 | |||
121 | # | ||
122 | # Bus Options | ||
123 | # | ||
124 | CONFIG_PCI=y | ||
125 | CONFIG_PCI_DOMAINS=y | ||
126 | CONFIG_PCI_LEGACY_PROC=y | ||
127 | # CONFIG_PCI_DEBUG is not set | ||
128 | |||
129 | # | ||
130 | # PCCARD (PCMCIA/CardBus) support | ||
131 | # | ||
132 | # CONFIG_PCCARD is not set | ||
133 | |||
134 | # | ||
135 | # PCI Hotplug Support | ||
136 | # | ||
137 | # CONFIG_HOTPLUG_PCI is not set | ||
138 | |||
139 | # | ||
140 | # Networking | ||
141 | # | ||
142 | CONFIG_NET=y | ||
143 | |||
144 | # | ||
145 | # Networking options | ||
146 | # | ||
147 | CONFIG_PACKET=y | ||
148 | CONFIG_PACKET_MMAP=y | ||
149 | CONFIG_UNIX=y | ||
150 | # CONFIG_NET_KEY is not set | ||
151 | CONFIG_INET=y | ||
152 | CONFIG_IP_MULTICAST=y | ||
153 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
154 | CONFIG_IP_FIB_HASH=y | ||
155 | CONFIG_IP_PNP=y | ||
156 | CONFIG_IP_PNP_DHCP=y | ||
157 | # CONFIG_IP_PNP_BOOTP is not set | ||
158 | # CONFIG_IP_PNP_RARP is not set | ||
159 | # CONFIG_NET_IPIP is not set | ||
160 | # CONFIG_NET_IPGRE is not set | ||
161 | # CONFIG_IP_MROUTE is not set | ||
162 | # CONFIG_ARPD is not set | ||
163 | # CONFIG_SYN_COOKIES is not set | ||
164 | # CONFIG_INET_AH is not set | ||
165 | # CONFIG_INET_ESP is not set | ||
166 | # CONFIG_INET_IPCOMP is not set | ||
167 | # CONFIG_INET_TUNNEL is not set | ||
168 | CONFIG_INET_DIAG=y | ||
169 | CONFIG_INET_TCP_DIAG=y | ||
170 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
171 | CONFIG_TCP_CONG_BIC=y | ||
172 | # CONFIG_IPV6 is not set | ||
173 | # CONFIG_NETFILTER is not set | ||
174 | |||
175 | # | ||
176 | # DCCP Configuration (EXPERIMENTAL) | ||
177 | # | ||
178 | # CONFIG_IP_DCCP is not set | ||
179 | |||
180 | # | ||
181 | # SCTP Configuration (EXPERIMENTAL) | ||
182 | # | ||
183 | # CONFIG_IP_SCTP is not set | ||
184 | # CONFIG_ATM is not set | ||
185 | # CONFIG_BRIDGE is not set | ||
186 | # CONFIG_VLAN_8021Q is not set | ||
187 | # CONFIG_DECNET is not set | ||
188 | # CONFIG_LLC2 is not set | ||
189 | # CONFIG_IPX is not set | ||
190 | # CONFIG_ATALK is not set | ||
191 | # CONFIG_X25 is not set | ||
192 | # CONFIG_LAPB is not set | ||
193 | # CONFIG_NET_DIVERT is not set | ||
194 | # CONFIG_ECONET is not set | ||
195 | # CONFIG_WAN_ROUTER is not set | ||
196 | # CONFIG_NET_SCHED is not set | ||
197 | # CONFIG_NET_CLS_ROUTE is not set | ||
198 | |||
199 | # | ||
200 | # Network testing | ||
201 | # | ||
202 | # CONFIG_NET_PKTGEN is not set | ||
203 | # CONFIG_HAMRADIO is not set | ||
204 | # CONFIG_IRDA is not set | ||
205 | # CONFIG_BT is not set | ||
206 | # CONFIG_IEEE80211 is not set | ||
207 | |||
208 | # | ||
209 | # Device Drivers | ||
210 | # | ||
211 | |||
212 | # | ||
213 | # Generic Driver Options | ||
214 | # | ||
215 | CONFIG_STANDALONE=y | ||
216 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
217 | # CONFIG_FW_LOADER is not set | ||
218 | # CONFIG_DEBUG_DRIVER is not set | ||
219 | |||
220 | # | ||
221 | # Connector - unified userspace <-> kernelspace linker | ||
222 | # | ||
223 | # CONFIG_CONNECTOR is not set | ||
224 | |||
225 | # | ||
226 | # Memory Technology Devices (MTD) | ||
227 | # | ||
228 | # CONFIG_MTD is not set | ||
229 | |||
230 | # | ||
231 | # Parallel port support | ||
232 | # | ||
233 | # CONFIG_PARPORT is not set | ||
234 | |||
235 | # | ||
236 | # Plug and Play support | ||
237 | # | ||
238 | |||
239 | # | ||
240 | # Block devices | ||
241 | # | ||
242 | # CONFIG_BLK_DEV_FD is not set | ||
243 | # CONFIG_BLK_CPQ_DA is not set | ||
244 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
245 | # CONFIG_BLK_DEV_DAC960 is not set | ||
246 | # CONFIG_BLK_DEV_UMEM is not set | ||
247 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
248 | # CONFIG_BLK_DEV_LOOP is not set | ||
249 | # CONFIG_BLK_DEV_NBD is not set | ||
250 | # CONFIG_BLK_DEV_SX8 is not set | ||
251 | # CONFIG_BLK_DEV_UB is not set | ||
252 | CONFIG_BLK_DEV_RAM=y | ||
253 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
254 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
255 | # CONFIG_BLK_DEV_INITRD is not set | ||
256 | # CONFIG_CDROM_PKTCDVD is not set | ||
257 | |||
258 | # | ||
259 | # IO Schedulers | ||
260 | # | ||
261 | CONFIG_IOSCHED_NOOP=y | ||
262 | CONFIG_IOSCHED_AS=y | ||
263 | CONFIG_IOSCHED_DEADLINE=y | ||
264 | CONFIG_IOSCHED_CFQ=y | ||
265 | # CONFIG_ATA_OVER_ETH is not set | ||
266 | |||
267 | # | ||
268 | # ATA/ATAPI/MFM/RLL support | ||
269 | # | ||
270 | CONFIG_IDE=y | ||
271 | CONFIG_BLK_DEV_IDE=y | ||
272 | |||
273 | # | ||
274 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
275 | # | ||
276 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
277 | CONFIG_BLK_DEV_IDEDISK=y | ||
278 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
279 | CONFIG_BLK_DEV_IDECD=y | ||
280 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
281 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
282 | CONFIG_IDE_TASK_IOCTL=y | ||
283 | |||
284 | # | ||
285 | # IDE chipset support/bugfixes | ||
286 | # | ||
287 | CONFIG_IDE_GENERIC=y | ||
288 | CONFIG_BLK_DEV_IDEPCI=y | ||
289 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
290 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
291 | CONFIG_BLK_DEV_GENERIC=y | ||
292 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
293 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
294 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
295 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
296 | CONFIG_IDEDMA_PCI_AUTO=y | ||
297 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
298 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
299 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
300 | CONFIG_BLK_DEV_AMD74XX=y | ||
301 | # CONFIG_BLK_DEV_CMD64X is not set | ||
302 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
303 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
304 | # CONFIG_BLK_DEV_CS5520 is not set | ||
305 | # CONFIG_BLK_DEV_CS5530 is not set | ||
306 | # CONFIG_BLK_DEV_HPT34X is not set | ||
307 | # CONFIG_BLK_DEV_HPT366 is not set | ||
308 | # CONFIG_BLK_DEV_SC1200 is not set | ||
309 | # CONFIG_BLK_DEV_PIIX is not set | ||
310 | # CONFIG_BLK_DEV_IT821X is not set | ||
311 | # CONFIG_BLK_DEV_NS87415 is not set | ||
312 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
313 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
314 | # CONFIG_BLK_DEV_SVWKS is not set | ||
315 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
316 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
317 | # CONFIG_BLK_DEV_TRM290 is not set | ||
318 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
319 | # CONFIG_IDE_ARM is not set | ||
320 | CONFIG_BLK_DEV_IDEDMA=y | ||
321 | # CONFIG_IDEDMA_IVB is not set | ||
322 | CONFIG_IDEDMA_AUTO=y | ||
323 | # CONFIG_BLK_DEV_HD is not set | ||
324 | |||
325 | # | ||
326 | # SCSI device support | ||
327 | # | ||
328 | # CONFIG_RAID_ATTRS is not set | ||
329 | # CONFIG_SCSI is not set | ||
330 | |||
331 | # | ||
332 | # Multi-device support (RAID and LVM) | ||
333 | # | ||
334 | # CONFIG_MD is not set | ||
335 | |||
336 | # | ||
337 | # Fusion MPT device support | ||
338 | # | ||
339 | # CONFIG_FUSION is not set | ||
340 | |||
341 | # | ||
342 | # IEEE 1394 (FireWire) support | ||
343 | # | ||
344 | # CONFIG_IEEE1394 is not set | ||
345 | |||
346 | # | ||
347 | # I2O device support | ||
348 | # | ||
349 | # CONFIG_I2O is not set | ||
350 | |||
351 | # | ||
352 | # Macintosh device drivers | ||
353 | # | ||
354 | |||
355 | # | ||
356 | # Network device support | ||
357 | # | ||
358 | CONFIG_NETDEVICES=y | ||
359 | # CONFIG_DUMMY is not set | ||
360 | # CONFIG_BONDING is not set | ||
361 | # CONFIG_EQUALIZER is not set | ||
362 | # CONFIG_TUN is not set | ||
363 | |||
364 | # | ||
365 | # ARCnet devices | ||
366 | # | ||
367 | # CONFIG_ARCNET is not set | ||
368 | |||
369 | # | ||
370 | # PHY device support | ||
371 | # | ||
372 | # CONFIG_PHYLIB is not set | ||
373 | |||
374 | # | ||
375 | # Ethernet (10 or 100Mbit) | ||
376 | # | ||
377 | CONFIG_NET_ETHERNET=y | ||
378 | CONFIG_MII=y | ||
379 | # CONFIG_HAPPYMEAL is not set | ||
380 | # CONFIG_SUNGEM is not set | ||
381 | # CONFIG_CASSINI is not set | ||
382 | # CONFIG_NET_VENDOR_3COM is not set | ||
383 | |||
384 | # | ||
385 | # Tulip family network device support | ||
386 | # | ||
387 | # CONFIG_NET_TULIP is not set | ||
388 | # CONFIG_HP100 is not set | ||
389 | CONFIG_NET_PCI=y | ||
390 | # CONFIG_PCNET32 is not set | ||
391 | CONFIG_AMD8111_ETH=y | ||
392 | # CONFIG_AMD8111E_NAPI is not set | ||
393 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
394 | # CONFIG_B44 is not set | ||
395 | # CONFIG_FORCEDETH is not set | ||
396 | # CONFIG_DGRS is not set | ||
397 | # CONFIG_EEPRO100 is not set | ||
398 | # CONFIG_E100 is not set | ||
399 | # CONFIG_FEALNX is not set | ||
400 | # CONFIG_NATSEMI is not set | ||
401 | # CONFIG_NE2K_PCI is not set | ||
402 | # CONFIG_8139CP is not set | ||
403 | # CONFIG_8139TOO is not set | ||
404 | # CONFIG_SIS900 is not set | ||
405 | # CONFIG_EPIC100 is not set | ||
406 | # CONFIG_SUNDANCE is not set | ||
407 | # CONFIG_VIA_RHINE is not set | ||
408 | |||
409 | # | ||
410 | # Ethernet (1000 Mbit) | ||
411 | # | ||
412 | # CONFIG_ACENIC is not set | ||
413 | # CONFIG_DL2K is not set | ||
414 | CONFIG_E1000=y | ||
415 | # CONFIG_E1000_NAPI is not set | ||
416 | # CONFIG_NS83820 is not set | ||
417 | # CONFIG_HAMACHI is not set | ||
418 | # CONFIG_YELLOWFIN is not set | ||
419 | # CONFIG_R8169 is not set | ||
420 | # CONFIG_SIS190 is not set | ||
421 | # CONFIG_SKGE is not set | ||
422 | # CONFIG_SK98LIN is not set | ||
423 | # CONFIG_VIA_VELOCITY is not set | ||
424 | # CONFIG_TIGON3 is not set | ||
425 | # CONFIG_BNX2 is not set | ||
426 | # CONFIG_MV643XX_ETH is not set | ||
427 | |||
428 | # | ||
429 | # Ethernet (10000 Mbit) | ||
430 | # | ||
431 | # CONFIG_CHELSIO_T1 is not set | ||
432 | # CONFIG_IXGB is not set | ||
433 | # CONFIG_S2IO is not set | ||
434 | |||
435 | # | ||
436 | # Token Ring devices | ||
437 | # | ||
438 | # CONFIG_TR is not set | ||
439 | |||
440 | # | ||
441 | # Wireless LAN (non-hamradio) | ||
442 | # | ||
443 | # CONFIG_NET_RADIO is not set | ||
444 | |||
445 | # | ||
446 | # Wan interfaces | ||
447 | # | ||
448 | # CONFIG_WAN is not set | ||
449 | # CONFIG_FDDI is not set | ||
450 | # CONFIG_HIPPI is not set | ||
451 | # CONFIG_PPP is not set | ||
452 | # CONFIG_SLIP is not set | ||
453 | # CONFIG_SHAPER is not set | ||
454 | # CONFIG_NETCONSOLE is not set | ||
455 | # CONFIG_NETPOLL is not set | ||
456 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
457 | |||
458 | # | ||
459 | # ISDN subsystem | ||
460 | # | ||
461 | # CONFIG_ISDN is not set | ||
462 | |||
463 | # | ||
464 | # Telephony Support | ||
465 | # | ||
466 | # CONFIG_PHONE is not set | ||
467 | |||
468 | # | ||
469 | # Input device support | ||
470 | # | ||
471 | CONFIG_INPUT=y | ||
472 | |||
473 | # | ||
474 | # Userland interfaces | ||
475 | # | ||
476 | CONFIG_INPUT_MOUSEDEV=y | ||
477 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
478 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600 | ||
479 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200 | ||
480 | # CONFIG_INPUT_JOYDEV is not set | ||
481 | # CONFIG_INPUT_TSDEV is not set | ||
482 | # CONFIG_INPUT_EVDEV is not set | ||
483 | # CONFIG_INPUT_EVBUG is not set | ||
484 | |||
485 | # | ||
486 | # Input Device Drivers | ||
487 | # | ||
488 | # CONFIG_INPUT_KEYBOARD is not set | ||
489 | # CONFIG_INPUT_MOUSE is not set | ||
490 | # CONFIG_INPUT_JOYSTICK is not set | ||
491 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
492 | # CONFIG_INPUT_MISC is not set | ||
493 | |||
494 | # | ||
495 | # Hardware I/O ports | ||
496 | # | ||
497 | # CONFIG_SERIO is not set | ||
498 | # CONFIG_GAMEPORT is not set | ||
499 | |||
500 | # | ||
501 | # Character devices | ||
502 | # | ||
503 | CONFIG_VT=y | ||
504 | CONFIG_VT_CONSOLE=y | ||
505 | CONFIG_HW_CONSOLE=y | ||
506 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
507 | |||
508 | # | ||
509 | # Serial drivers | ||
510 | # | ||
511 | CONFIG_SERIAL_8250=y | ||
512 | CONFIG_SERIAL_8250_CONSOLE=y | ||
513 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
514 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
515 | |||
516 | # | ||
517 | # Non-8250 serial port support | ||
518 | # | ||
519 | CONFIG_SERIAL_CORE=y | ||
520 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
521 | # CONFIG_SERIAL_JSM is not set | ||
522 | CONFIG_UNIX98_PTYS=y | ||
523 | CONFIG_LEGACY_PTYS=y | ||
524 | CONFIG_LEGACY_PTY_COUNT=256 | ||
525 | |||
526 | # | ||
527 | # IPMI | ||
528 | # | ||
529 | # CONFIG_IPMI_HANDLER is not set | ||
530 | |||
531 | # | ||
532 | # Watchdog Cards | ||
533 | # | ||
534 | # CONFIG_WATCHDOG is not set | ||
535 | # CONFIG_RTC is not set | ||
536 | # CONFIG_DTLK is not set | ||
537 | # CONFIG_R3964 is not set | ||
538 | # CONFIG_APPLICOM is not set | ||
539 | |||
540 | # | ||
541 | # Ftape, the floppy tape device driver | ||
542 | # | ||
543 | # CONFIG_AGP is not set | ||
544 | # CONFIG_DRM is not set | ||
545 | # CONFIG_RAW_DRIVER is not set | ||
546 | # CONFIG_HANGCHECK_TIMER is not set | ||
547 | |||
548 | # | ||
549 | # TPM devices | ||
550 | # | ||
551 | # CONFIG_TCG_TPM is not set | ||
552 | |||
553 | # | ||
554 | # I2C support | ||
555 | # | ||
556 | CONFIG_I2C=y | ||
557 | CONFIG_I2C_CHARDEV=y | ||
558 | |||
559 | # | ||
560 | # I2C Algorithms | ||
561 | # | ||
562 | CONFIG_I2C_ALGOBIT=y | ||
563 | # CONFIG_I2C_ALGOPCF is not set | ||
564 | # CONFIG_I2C_ALGOPCA is not set | ||
565 | |||
566 | # | ||
567 | # I2C Hardware Bus support | ||
568 | # | ||
569 | # CONFIG_I2C_ALI1535 is not set | ||
570 | # CONFIG_I2C_ALI1563 is not set | ||
571 | # CONFIG_I2C_ALI15X3 is not set | ||
572 | # CONFIG_I2C_AMD756 is not set | ||
573 | CONFIG_I2C_AMD8111=y | ||
574 | # CONFIG_I2C_I801 is not set | ||
575 | # CONFIG_I2C_I810 is not set | ||
576 | # CONFIG_I2C_PIIX4 is not set | ||
577 | # CONFIG_I2C_NFORCE2 is not set | ||
578 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
579 | # CONFIG_I2C_PROSAVAGE is not set | ||
580 | # CONFIG_I2C_SAVAGE4 is not set | ||
581 | # CONFIG_SCx200_ACB is not set | ||
582 | # CONFIG_I2C_SIS5595 is not set | ||
583 | # CONFIG_I2C_SIS630 is not set | ||
584 | # CONFIG_I2C_SIS96X is not set | ||
585 | # CONFIG_I2C_STUB is not set | ||
586 | # CONFIG_I2C_VIA is not set | ||
587 | # CONFIG_I2C_VIAPRO is not set | ||
588 | # CONFIG_I2C_VOODOO3 is not set | ||
589 | # CONFIG_I2C_PCA_ISA is not set | ||
590 | |||
591 | # | ||
592 | # Miscellaneous I2C Chip support | ||
593 | # | ||
594 | # CONFIG_SENSORS_DS1337 is not set | ||
595 | # CONFIG_SENSORS_DS1374 is not set | ||
596 | # CONFIG_SENSORS_EEPROM is not set | ||
597 | # CONFIG_SENSORS_PCF8574 is not set | ||
598 | # CONFIG_SENSORS_PCA9539 is not set | ||
599 | # CONFIG_SENSORS_PCF8591 is not set | ||
600 | # CONFIG_SENSORS_RTC8564 is not set | ||
601 | # CONFIG_SENSORS_MAX6875 is not set | ||
602 | # CONFIG_I2C_DEBUG_CORE is not set | ||
603 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
604 | # CONFIG_I2C_DEBUG_BUS is not set | ||
605 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
606 | |||
607 | # | ||
608 | # Dallas's 1-wire bus | ||
609 | # | ||
610 | # CONFIG_W1 is not set | ||
611 | |||
612 | # | ||
613 | # Hardware Monitoring support | ||
614 | # | ||
615 | # CONFIG_HWMON is not set | ||
616 | # CONFIG_HWMON_VID is not set | ||
617 | |||
618 | # | ||
619 | # Misc devices | ||
620 | # | ||
621 | |||
622 | # | ||
623 | # Multimedia Capabilities Port drivers | ||
624 | # | ||
625 | |||
626 | # | ||
627 | # Multimedia devices | ||
628 | # | ||
629 | # CONFIG_VIDEO_DEV is not set | ||
630 | |||
631 | # | ||
632 | # Digital Video Broadcasting Devices | ||
633 | # | ||
634 | # CONFIG_DVB is not set | ||
635 | |||
636 | # | ||
637 | # Graphics support | ||
638 | # | ||
639 | # CONFIG_FB is not set | ||
640 | |||
641 | # | ||
642 | # Console display driver support | ||
643 | # | ||
644 | # CONFIG_VGA_CONSOLE is not set | ||
645 | CONFIG_DUMMY_CONSOLE=y | ||
646 | |||
647 | # | ||
648 | # Sound | ||
649 | # | ||
650 | # CONFIG_SOUND is not set | ||
651 | |||
652 | # | ||
653 | # USB support | ||
654 | # | ||
655 | CONFIG_USB_ARCH_HAS_HCD=y | ||
656 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
657 | CONFIG_USB=y | ||
658 | # CONFIG_USB_DEBUG is not set | ||
659 | |||
660 | # | ||
661 | # Miscellaneous USB options | ||
662 | # | ||
663 | CONFIG_USB_DEVICEFS=y | ||
664 | # CONFIG_USB_BANDWIDTH is not set | ||
665 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
666 | # CONFIG_USB_OTG is not set | ||
667 | |||
668 | # | ||
669 | # USB Host Controller Drivers | ||
670 | # | ||
671 | CONFIG_USB_EHCI_HCD=y | ||
672 | CONFIG_USB_EHCI_SPLIT_ISO=y | ||
673 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
674 | # CONFIG_USB_ISP116X_HCD is not set | ||
675 | CONFIG_USB_OHCI_HCD=y | ||
676 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
677 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
678 | CONFIG_USB_UHCI_HCD=y | ||
679 | # CONFIG_USB_SL811_HCD is not set | ||
680 | |||
681 | # | ||
682 | # USB Device Class drivers | ||
683 | # | ||
684 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
685 | # CONFIG_USB_ACM is not set | ||
686 | # CONFIG_USB_PRINTER is not set | ||
687 | |||
688 | # | ||
689 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
690 | # | ||
691 | # CONFIG_USB_STORAGE is not set | ||
692 | |||
693 | # | ||
694 | # USB Input Devices | ||
695 | # | ||
696 | CONFIG_USB_HID=y | ||
697 | CONFIG_USB_HIDINPUT=y | ||
698 | # CONFIG_HID_FF is not set | ||
699 | # CONFIG_USB_HIDDEV is not set | ||
700 | # CONFIG_USB_AIPTEK is not set | ||
701 | # CONFIG_USB_WACOM is not set | ||
702 | # CONFIG_USB_ACECAD is not set | ||
703 | # CONFIG_USB_KBTAB is not set | ||
704 | # CONFIG_USB_POWERMATE is not set | ||
705 | # CONFIG_USB_MTOUCH is not set | ||
706 | # CONFIG_USB_ITMTOUCH is not set | ||
707 | # CONFIG_USB_EGALAX is not set | ||
708 | # CONFIG_USB_YEALINK is not set | ||
709 | # CONFIG_USB_XPAD is not set | ||
710 | # CONFIG_USB_ATI_REMOTE is not set | ||
711 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
712 | # CONFIG_USB_APPLETOUCH is not set | ||
713 | |||
714 | # | ||
715 | # USB Imaging devices | ||
716 | # | ||
717 | # CONFIG_USB_MDC800 is not set | ||
718 | |||
719 | # | ||
720 | # USB Multimedia devices | ||
721 | # | ||
722 | # CONFIG_USB_DABUSB is not set | ||
723 | |||
724 | # | ||
725 | # Video4Linux support is needed for USB Multimedia device support | ||
726 | # | ||
727 | |||
728 | # | ||
729 | # USB Network Adapters | ||
730 | # | ||
731 | # CONFIG_USB_CATC is not set | ||
732 | # CONFIG_USB_KAWETH is not set | ||
733 | CONFIG_USB_PEGASUS=y | ||
734 | # CONFIG_USB_RTL8150 is not set | ||
735 | # CONFIG_USB_USBNET is not set | ||
736 | CONFIG_USB_MON=y | ||
737 | |||
738 | # | ||
739 | # USB port drivers | ||
740 | # | ||
741 | |||
742 | # | ||
743 | # USB Serial Converter support | ||
744 | # | ||
745 | CONFIG_USB_SERIAL=y | ||
746 | # CONFIG_USB_SERIAL_CONSOLE is not set | ||
747 | CONFIG_USB_SERIAL_GENERIC=y | ||
748 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
749 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
750 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
751 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
752 | CONFIG_USB_SERIAL_CYPRESS_M8=m | ||
753 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
754 | # CONFIG_USB_SERIAL_FTDI_SIO is not set | ||
755 | # CONFIG_USB_SERIAL_VISOR is not set | ||
756 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
757 | # CONFIG_USB_SERIAL_IR is not set | ||
758 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
759 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
760 | CONFIG_USB_SERIAL_GARMIN=m | ||
761 | CONFIG_USB_SERIAL_IPW=m | ||
762 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
763 | CONFIG_USB_SERIAL_KEYSPAN=y | ||
764 | CONFIG_USB_SERIAL_KEYSPAN_MPR=y | ||
765 | CONFIG_USB_SERIAL_KEYSPAN_USA28=y | ||
766 | CONFIG_USB_SERIAL_KEYSPAN_USA28X=y | ||
767 | CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y | ||
768 | CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y | ||
769 | CONFIG_USB_SERIAL_KEYSPAN_USA19=y | ||
770 | CONFIG_USB_SERIAL_KEYSPAN_USA18X=y | ||
771 | CONFIG_USB_SERIAL_KEYSPAN_USA19W=y | ||
772 | CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y | ||
773 | CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y | ||
774 | CONFIG_USB_SERIAL_KEYSPAN_USA49W=y | ||
775 | CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | ||
776 | # CONFIG_USB_SERIAL_KLSI is not set | ||
777 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
778 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
779 | # CONFIG_USB_SERIAL_PL2303 is not set | ||
780 | # CONFIG_USB_SERIAL_HP4X is not set | ||
781 | # CONFIG_USB_SERIAL_SAFE is not set | ||
782 | CONFIG_USB_SERIAL_TI=m | ||
783 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
784 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
785 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
786 | CONFIG_USB_EZUSB=y | ||
787 | |||
788 | # | ||
789 | # USB Miscellaneous drivers | ||
790 | # | ||
791 | # CONFIG_USB_EMI62 is not set | ||
792 | # CONFIG_USB_EMI26 is not set | ||
793 | # CONFIG_USB_AUERSWALD is not set | ||
794 | # CONFIG_USB_RIO500 is not set | ||
795 | # CONFIG_USB_LEGOTOWER is not set | ||
796 | # CONFIG_USB_LCD is not set | ||
797 | # CONFIG_USB_LED is not set | ||
798 | # CONFIG_USB_CYTHERM is not set | ||
799 | # CONFIG_USB_PHIDGETKIT is not set | ||
800 | # CONFIG_USB_PHIDGETSERVO is not set | ||
801 | # CONFIG_USB_IDMOUSE is not set | ||
802 | # CONFIG_USB_SISUSBVGA is not set | ||
803 | # CONFIG_USB_LD is not set | ||
804 | # CONFIG_USB_TEST is not set | ||
805 | |||
806 | # | ||
807 | # USB DSL modem support | ||
808 | # | ||
809 | |||
810 | # | ||
811 | # USB Gadget Support | ||
812 | # | ||
813 | # CONFIG_USB_GADGET is not set | ||
814 | |||
815 | # | ||
816 | # MMC/SD Card support | ||
817 | # | ||
818 | # CONFIG_MMC is not set | ||
819 | |||
820 | # | ||
821 | # InfiniBand support | ||
822 | # | ||
823 | # CONFIG_INFINIBAND is not set | ||
824 | |||
825 | # | ||
826 | # SN Devices | ||
827 | # | ||
828 | |||
829 | # | ||
830 | # File systems | ||
831 | # | ||
832 | CONFIG_EXT2_FS=y | ||
833 | # CONFIG_EXT2_FS_XATTR is not set | ||
834 | CONFIG_EXT2_FS_XIP=y | ||
835 | CONFIG_FS_XIP=y | ||
836 | CONFIG_EXT3_FS=y | ||
837 | # CONFIG_EXT3_FS_XATTR is not set | ||
838 | CONFIG_JBD=y | ||
839 | # CONFIG_JBD_DEBUG is not set | ||
840 | # CONFIG_REISERFS_FS is not set | ||
841 | # CONFIG_JFS_FS is not set | ||
842 | CONFIG_FS_POSIX_ACL=y | ||
843 | # CONFIG_XFS_FS is not set | ||
844 | # CONFIG_MINIX_FS is not set | ||
845 | # CONFIG_ROMFS_FS is not set | ||
846 | CONFIG_INOTIFY=y | ||
847 | # CONFIG_QUOTA is not set | ||
848 | CONFIG_DNOTIFY=y | ||
849 | # CONFIG_AUTOFS_FS is not set | ||
850 | # CONFIG_AUTOFS4_FS is not set | ||
851 | # CONFIG_FUSE_FS is not set | ||
852 | |||
853 | # | ||
854 | # CD-ROM/DVD Filesystems | ||
855 | # | ||
856 | # CONFIG_ISO9660_FS is not set | ||
857 | # CONFIG_UDF_FS is not set | ||
858 | |||
859 | # | ||
860 | # DOS/FAT/NT Filesystems | ||
861 | # | ||
862 | CONFIG_FAT_FS=y | ||
863 | CONFIG_MSDOS_FS=y | ||
864 | CONFIG_VFAT_FS=y | ||
865 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
866 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
867 | # CONFIG_NTFS_FS is not set | ||
868 | |||
869 | # | ||
870 | # Pseudo filesystems | ||
871 | # | ||
872 | CONFIG_PROC_FS=y | ||
873 | CONFIG_PROC_KCORE=y | ||
874 | CONFIG_SYSFS=y | ||
875 | CONFIG_TMPFS=y | ||
876 | CONFIG_HUGETLBFS=y | ||
877 | CONFIG_HUGETLB_PAGE=y | ||
878 | CONFIG_RAMFS=y | ||
879 | # CONFIG_RELAYFS_FS is not set | ||
880 | |||
881 | # | ||
882 | # Miscellaneous filesystems | ||
883 | # | ||
884 | # CONFIG_ADFS_FS is not set | ||
885 | # CONFIG_AFFS_FS is not set | ||
886 | # CONFIG_HFS_FS is not set | ||
887 | # CONFIG_HFSPLUS_FS is not set | ||
888 | # CONFIG_BEFS_FS is not set | ||
889 | # CONFIG_BFS_FS is not set | ||
890 | # CONFIG_EFS_FS is not set | ||
891 | CONFIG_CRAMFS=y | ||
892 | # CONFIG_VXFS_FS is not set | ||
893 | # CONFIG_HPFS_FS is not set | ||
894 | # CONFIG_QNX4FS_FS is not set | ||
895 | # CONFIG_SYSV_FS is not set | ||
896 | # CONFIG_UFS_FS is not set | ||
897 | |||
898 | # | ||
899 | # Network File Systems | ||
900 | # | ||
901 | CONFIG_NFS_FS=y | ||
902 | CONFIG_NFS_V3=y | ||
903 | CONFIG_NFS_V3_ACL=y | ||
904 | CONFIG_NFS_V4=y | ||
905 | # CONFIG_NFS_DIRECTIO is not set | ||
906 | # CONFIG_NFSD is not set | ||
907 | CONFIG_ROOT_NFS=y | ||
908 | CONFIG_LOCKD=y | ||
909 | CONFIG_LOCKD_V4=y | ||
910 | CONFIG_NFS_ACL_SUPPORT=y | ||
911 | CONFIG_NFS_COMMON=y | ||
912 | CONFIG_SUNRPC=y | ||
913 | CONFIG_SUNRPC_GSS=y | ||
914 | CONFIG_RPCSEC_GSS_KRB5=y | ||
915 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
916 | # CONFIG_SMB_FS is not set | ||
917 | # CONFIG_CIFS is not set | ||
918 | # CONFIG_NCP_FS is not set | ||
919 | # CONFIG_CODA_FS is not set | ||
920 | # CONFIG_AFS_FS is not set | ||
921 | # CONFIG_9P_FS is not set | ||
922 | |||
923 | # | ||
924 | # Partition Types | ||
925 | # | ||
926 | CONFIG_PARTITION_ADVANCED=y | ||
927 | # CONFIG_ACORN_PARTITION is not set | ||
928 | # CONFIG_OSF_PARTITION is not set | ||
929 | # CONFIG_AMIGA_PARTITION is not set | ||
930 | # CONFIG_ATARI_PARTITION is not set | ||
931 | CONFIG_MAC_PARTITION=y | ||
932 | CONFIG_MSDOS_PARTITION=y | ||
933 | # CONFIG_BSD_DISKLABEL is not set | ||
934 | # CONFIG_MINIX_SUBPARTITION is not set | ||
935 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
936 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
937 | # CONFIG_LDM_PARTITION is not set | ||
938 | # CONFIG_SGI_PARTITION is not set | ||
939 | # CONFIG_ULTRIX_PARTITION is not set | ||
940 | # CONFIG_SUN_PARTITION is not set | ||
941 | # CONFIG_EFI_PARTITION is not set | ||
942 | |||
943 | # | ||
944 | # Native Language Support | ||
945 | # | ||
946 | CONFIG_NLS=y | ||
947 | CONFIG_NLS_DEFAULT="utf-8" | ||
948 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
949 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
950 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
951 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
952 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
953 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
954 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
955 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
956 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
957 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
958 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
959 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
960 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
961 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
962 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
963 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
964 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
965 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
966 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
967 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
968 | # CONFIG_NLS_ISO8859_8 is not set | ||
969 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
970 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
971 | # CONFIG_NLS_ASCII is not set | ||
972 | # CONFIG_NLS_ISO8859_1 is not set | ||
973 | # CONFIG_NLS_ISO8859_2 is not set | ||
974 | # CONFIG_NLS_ISO8859_3 is not set | ||
975 | # CONFIG_NLS_ISO8859_4 is not set | ||
976 | # CONFIG_NLS_ISO8859_5 is not set | ||
977 | # CONFIG_NLS_ISO8859_6 is not set | ||
978 | # CONFIG_NLS_ISO8859_7 is not set | ||
979 | # CONFIG_NLS_ISO8859_9 is not set | ||
980 | # CONFIG_NLS_ISO8859_13 is not set | ||
981 | # CONFIG_NLS_ISO8859_14 is not set | ||
982 | # CONFIG_NLS_ISO8859_15 is not set | ||
983 | # CONFIG_NLS_KOI8_R is not set | ||
984 | # CONFIG_NLS_KOI8_U is not set | ||
985 | CONFIG_NLS_UTF8=y | ||
986 | |||
987 | # | ||
988 | # Profiling support | ||
989 | # | ||
990 | # CONFIG_PROFILING is not set | ||
991 | |||
992 | # | ||
993 | # Kernel hacking | ||
994 | # | ||
995 | # CONFIG_PRINTK_TIME is not set | ||
996 | CONFIG_DEBUG_KERNEL=y | ||
997 | CONFIG_MAGIC_SYSRQ=y | ||
998 | CONFIG_LOG_BUF_SHIFT=17 | ||
999 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1000 | # CONFIG_SCHEDSTATS is not set | ||
1001 | CONFIG_DEBUG_SLAB=y | ||
1002 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1003 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
1004 | # CONFIG_DEBUG_KOBJECT is not set | ||
1005 | # CONFIG_DEBUG_INFO is not set | ||
1006 | CONFIG_DEBUG_FS=y | ||
1007 | CONFIG_DEBUG_STACKOVERFLOW=y | ||
1008 | # CONFIG_KPROBES is not set | ||
1009 | CONFIG_DEBUG_STACK_USAGE=y | ||
1010 | CONFIG_DEBUGGER=y | ||
1011 | CONFIG_XMON=y | ||
1012 | CONFIG_XMON_DEFAULT=y | ||
1013 | # CONFIG_PPCDBG is not set | ||
1014 | # CONFIG_IRQSTACKS is not set | ||
1015 | |||
1016 | # | ||
1017 | # Security options | ||
1018 | # | ||
1019 | # CONFIG_KEYS is not set | ||
1020 | # CONFIG_SECURITY is not set | ||
1021 | |||
1022 | # | ||
1023 | # Cryptographic options | ||
1024 | # | ||
1025 | CONFIG_CRYPTO=y | ||
1026 | # CONFIG_CRYPTO_HMAC is not set | ||
1027 | # CONFIG_CRYPTO_NULL is not set | ||
1028 | # CONFIG_CRYPTO_MD4 is not set | ||
1029 | CONFIG_CRYPTO_MD5=y | ||
1030 | # CONFIG_CRYPTO_SHA1 is not set | ||
1031 | # CONFIG_CRYPTO_SHA256 is not set | ||
1032 | # CONFIG_CRYPTO_SHA512 is not set | ||
1033 | # CONFIG_CRYPTO_WP512 is not set | ||
1034 | # CONFIG_CRYPTO_TGR192 is not set | ||
1035 | CONFIG_CRYPTO_DES=y | ||
1036 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1037 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1038 | # CONFIG_CRYPTO_SERPENT is not set | ||
1039 | # CONFIG_CRYPTO_AES is not set | ||
1040 | # CONFIG_CRYPTO_CAST5 is not set | ||
1041 | # CONFIG_CRYPTO_CAST6 is not set | ||
1042 | # CONFIG_CRYPTO_TEA is not set | ||
1043 | # CONFIG_CRYPTO_ARC4 is not set | ||
1044 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1045 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1046 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1047 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1048 | # CONFIG_CRYPTO_CRC32C is not set | ||
1049 | # CONFIG_CRYPTO_TEST is not set | ||
1050 | |||
1051 | # | ||
1052 | # Hardware crypto devices | ||
1053 | # | ||
1054 | |||
1055 | # | ||
1056 | # Library routines | ||
1057 | # | ||
1058 | CONFIG_CRC_CCITT=y | ||
1059 | # CONFIG_CRC16 is not set | ||
1060 | CONFIG_CRC32=y | ||
1061 | # CONFIG_LIBCRC32C is not set | ||
1062 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/ppc64/configs/pSeries_defconfig b/arch/ppc64/configs/pSeries_defconfig deleted file mode 100644 index 9f09dff9e11a..000000000000 --- a/arch/ppc64/configs/pSeries_defconfig +++ /dev/null | |||
@@ -1,1371 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.14-rc4 | ||
4 | # Thu Oct 20 08:32:17 2005 | ||
5 | # | ||
6 | CONFIG_64BIT=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
10 | CONFIG_GENERIC_ISA_DMA=y | ||
11 | CONFIG_EARLY_PRINTK=y | ||
12 | CONFIG_COMPAT=y | ||
13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
15 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
16 | |||
17 | # | ||
18 | # Code maturity level options | ||
19 | # | ||
20 | CONFIG_EXPERIMENTAL=y | ||
21 | CONFIG_CLEAN_COMPILE=y | ||
22 | CONFIG_LOCK_KERNEL=y | ||
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | ||
29 | CONFIG_LOCALVERSION_AUTO=y | ||
30 | CONFIG_SWAP=y | ||
31 | CONFIG_SYSVIPC=y | ||
32 | CONFIG_POSIX_MQUEUE=y | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | CONFIG_SYSCTL=y | ||
35 | CONFIG_AUDIT=y | ||
36 | CONFIG_AUDITSYSCALL=y | ||
37 | CONFIG_HOTPLUG=y | ||
38 | CONFIG_KOBJECT_UEVENT=y | ||
39 | CONFIG_IKCONFIG=y | ||
40 | CONFIG_IKCONFIG_PROC=y | ||
41 | CONFIG_CPUSETS=y | ||
42 | CONFIG_INITRAMFS_SOURCE="" | ||
43 | # CONFIG_EMBEDDED is not set | ||
44 | CONFIG_KALLSYMS=y | ||
45 | CONFIG_KALLSYMS_ALL=y | ||
46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
47 | CONFIG_PRINTK=y | ||
48 | CONFIG_BUG=y | ||
49 | CONFIG_BASE_FULL=y | ||
50 | CONFIG_FUTEX=y | ||
51 | CONFIG_EPOLL=y | ||
52 | CONFIG_SHMEM=y | ||
53 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
54 | CONFIG_CC_ALIGN_LABELS=0 | ||
55 | CONFIG_CC_ALIGN_LOOPS=0 | ||
56 | CONFIG_CC_ALIGN_JUMPS=0 | ||
57 | # CONFIG_TINY_SHMEM is not set | ||
58 | CONFIG_BASE_SMALL=0 | ||
59 | |||
60 | # | ||
61 | # Loadable module support | ||
62 | # | ||
63 | CONFIG_MODULES=y | ||
64 | CONFIG_MODULE_UNLOAD=y | ||
65 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
66 | CONFIG_OBSOLETE_MODPARM=y | ||
67 | CONFIG_MODVERSIONS=y | ||
68 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
69 | CONFIG_KMOD=y | ||
70 | CONFIG_STOP_MACHINE=y | ||
71 | CONFIG_SYSVIPC_COMPAT=y | ||
72 | |||
73 | # | ||
74 | # Platform support | ||
75 | # | ||
76 | # CONFIG_PPC_ISERIES is not set | ||
77 | CONFIG_PPC_MULTIPLATFORM=y | ||
78 | CONFIG_PPC_PSERIES=y | ||
79 | # CONFIG_PPC_BPA is not set | ||
80 | # CONFIG_PPC_PMAC is not set | ||
81 | # CONFIG_PPC_MAPLE is not set | ||
82 | CONFIG_PPC=y | ||
83 | CONFIG_PPC64=y | ||
84 | CONFIG_PPC_OF=y | ||
85 | CONFIG_XICS=y | ||
86 | CONFIG_MPIC=y | ||
87 | CONFIG_ALTIVEC=y | ||
88 | CONFIG_PPC_SPLPAR=y | ||
89 | CONFIG_KEXEC=y | ||
90 | CONFIG_IBMVIO=y | ||
91 | # CONFIG_U3_DART is not set | ||
92 | # CONFIG_BOOTX_TEXT is not set | ||
93 | # CONFIG_POWER4_ONLY is not set | ||
94 | CONFIG_IOMMU_VMERGE=y | ||
95 | CONFIG_SMP=y | ||
96 | CONFIG_NR_CPUS=128 | ||
97 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
98 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
99 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
100 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
101 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
102 | CONFIG_SELECT_MEMORY_MODEL=y | ||
103 | # CONFIG_FLATMEM_MANUAL is not set | ||
104 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
105 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
106 | CONFIG_DISCONTIGMEM=y | ||
107 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
108 | CONFIG_NEED_MULTIPLE_NODES=y | ||
109 | # CONFIG_SPARSEMEM_STATIC is not set | ||
110 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | ||
111 | CONFIG_NODES_SPAN_OTHER_NODES=y | ||
112 | CONFIG_NUMA=y | ||
113 | CONFIG_SCHED_SMT=y | ||
114 | CONFIG_PREEMPT_NONE=y | ||
115 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
116 | # CONFIG_PREEMPT is not set | ||
117 | # CONFIG_PREEMPT_BKL is not set | ||
118 | # CONFIG_HZ_100 is not set | ||
119 | CONFIG_HZ_250=y | ||
120 | # CONFIG_HZ_1000 is not set | ||
121 | CONFIG_HZ=250 | ||
122 | CONFIG_EEH=y | ||
123 | CONFIG_GENERIC_HARDIRQS=y | ||
124 | CONFIG_PPC_RTAS=y | ||
125 | CONFIG_RTAS_PROC=y | ||
126 | CONFIG_RTAS_FLASH=m | ||
127 | CONFIG_SCANLOG=m | ||
128 | CONFIG_LPARCFG=y | ||
129 | CONFIG_SECCOMP=y | ||
130 | CONFIG_BINFMT_ELF=y | ||
131 | # CONFIG_BINFMT_MISC is not set | ||
132 | CONFIG_HOTPLUG_CPU=y | ||
133 | CONFIG_PROC_DEVICETREE=y | ||
134 | # CONFIG_CMDLINE_BOOL is not set | ||
135 | CONFIG_ISA_DMA_API=y | ||
136 | |||
137 | # | ||
138 | # Bus Options | ||
139 | # | ||
140 | CONFIG_PCI=y | ||
141 | CONFIG_PCI_DOMAINS=y | ||
142 | CONFIG_PCI_LEGACY_PROC=y | ||
143 | # CONFIG_PCI_DEBUG is not set | ||
144 | |||
145 | # | ||
146 | # PCCARD (PCMCIA/CardBus) support | ||
147 | # | ||
148 | # CONFIG_PCCARD is not set | ||
149 | |||
150 | # | ||
151 | # PCI Hotplug Support | ||
152 | # | ||
153 | CONFIG_HOTPLUG_PCI=m | ||
154 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
155 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
156 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
157 | CONFIG_HOTPLUG_PCI_RPA=m | ||
158 | CONFIG_HOTPLUG_PCI_RPA_DLPAR=m | ||
159 | |||
160 | # | ||
161 | # Networking | ||
162 | # | ||
163 | CONFIG_NET=y | ||
164 | |||
165 | # | ||
166 | # Networking options | ||
167 | # | ||
168 | CONFIG_PACKET=y | ||
169 | # CONFIG_PACKET_MMAP is not set | ||
170 | CONFIG_UNIX=y | ||
171 | CONFIG_XFRM=y | ||
172 | CONFIG_XFRM_USER=m | ||
173 | CONFIG_NET_KEY=m | ||
174 | CONFIG_INET=y | ||
175 | CONFIG_IP_MULTICAST=y | ||
176 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
177 | CONFIG_IP_FIB_HASH=y | ||
178 | # CONFIG_IP_PNP is not set | ||
179 | CONFIG_NET_IPIP=y | ||
180 | # CONFIG_NET_IPGRE is not set | ||
181 | # CONFIG_IP_MROUTE is not set | ||
182 | # CONFIG_ARPD is not set | ||
183 | CONFIG_SYN_COOKIES=y | ||
184 | CONFIG_INET_AH=m | ||
185 | CONFIG_INET_ESP=m | ||
186 | CONFIG_INET_IPCOMP=m | ||
187 | CONFIG_INET_TUNNEL=y | ||
188 | CONFIG_INET_DIAG=y | ||
189 | CONFIG_INET_TCP_DIAG=y | ||
190 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
191 | CONFIG_TCP_CONG_BIC=y | ||
192 | |||
193 | # | ||
194 | # IP: Virtual Server Configuration | ||
195 | # | ||
196 | # CONFIG_IP_VS is not set | ||
197 | # CONFIG_IPV6 is not set | ||
198 | CONFIG_NETFILTER=y | ||
199 | # CONFIG_NETFILTER_DEBUG is not set | ||
200 | CONFIG_NETFILTER_NETLINK=y | ||
201 | CONFIG_NETFILTER_NETLINK_QUEUE=m | ||
202 | CONFIG_NETFILTER_NETLINK_LOG=m | ||
203 | |||
204 | # | ||
205 | # IP: Netfilter Configuration | ||
206 | # | ||
207 | CONFIG_IP_NF_CONNTRACK=m | ||
208 | CONFIG_IP_NF_CT_ACCT=y | ||
209 | CONFIG_IP_NF_CONNTRACK_MARK=y | ||
210 | CONFIG_IP_NF_CONNTRACK_EVENTS=y | ||
211 | CONFIG_IP_NF_CONNTRACK_NETLINK=m | ||
212 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
213 | CONFIG_IP_NF_FTP=m | ||
214 | CONFIG_IP_NF_IRC=m | ||
215 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
216 | CONFIG_IP_NF_TFTP=m | ||
217 | CONFIG_IP_NF_AMANDA=m | ||
218 | # CONFIG_IP_NF_PPTP is not set | ||
219 | CONFIG_IP_NF_QUEUE=m | ||
220 | CONFIG_IP_NF_IPTABLES=m | ||
221 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
222 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
223 | CONFIG_IP_NF_MATCH_MAC=m | ||
224 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
225 | CONFIG_IP_NF_MATCH_MARK=m | ||
226 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
227 | CONFIG_IP_NF_MATCH_TOS=m | ||
228 | CONFIG_IP_NF_MATCH_RECENT=m | ||
229 | CONFIG_IP_NF_MATCH_ECN=m | ||
230 | CONFIG_IP_NF_MATCH_DSCP=m | ||
231 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
232 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
233 | CONFIG_IP_NF_MATCH_TTL=m | ||
234 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
235 | CONFIG_IP_NF_MATCH_HELPER=m | ||
236 | CONFIG_IP_NF_MATCH_STATE=m | ||
237 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
238 | CONFIG_IP_NF_MATCH_OWNER=m | ||
239 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
240 | CONFIG_IP_NF_MATCH_REALM=m | ||
241 | CONFIG_IP_NF_MATCH_SCTP=m | ||
242 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
243 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
244 | CONFIG_IP_NF_MATCH_CONNMARK=m | ||
245 | CONFIG_IP_NF_MATCH_CONNBYTES=m | ||
246 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
247 | CONFIG_IP_NF_MATCH_STRING=m | ||
248 | CONFIG_IP_NF_FILTER=m | ||
249 | CONFIG_IP_NF_TARGET_REJECT=m | ||
250 | CONFIG_IP_NF_TARGET_LOG=m | ||
251 | CONFIG_IP_NF_TARGET_ULOG=m | ||
252 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
253 | CONFIG_IP_NF_TARGET_NFQUEUE=m | ||
254 | CONFIG_IP_NF_NAT=m | ||
255 | CONFIG_IP_NF_NAT_NEEDED=y | ||
256 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
257 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
258 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
259 | CONFIG_IP_NF_TARGET_SAME=m | ||
260 | CONFIG_IP_NF_NAT_SNMP_BASIC=m | ||
261 | CONFIG_IP_NF_NAT_IRC=m | ||
262 | CONFIG_IP_NF_NAT_FTP=m | ||
263 | CONFIG_IP_NF_NAT_TFTP=m | ||
264 | CONFIG_IP_NF_NAT_AMANDA=m | ||
265 | CONFIG_IP_NF_MANGLE=m | ||
266 | CONFIG_IP_NF_TARGET_TOS=m | ||
267 | CONFIG_IP_NF_TARGET_ECN=m | ||
268 | CONFIG_IP_NF_TARGET_DSCP=m | ||
269 | CONFIG_IP_NF_TARGET_MARK=m | ||
270 | CONFIG_IP_NF_TARGET_CLASSIFY=m | ||
271 | CONFIG_IP_NF_TARGET_TTL=m | ||
272 | CONFIG_IP_NF_TARGET_CONNMARK=m | ||
273 | CONFIG_IP_NF_TARGET_CLUSTERIP=m | ||
274 | CONFIG_IP_NF_RAW=m | ||
275 | CONFIG_IP_NF_TARGET_NOTRACK=m | ||
276 | CONFIG_IP_NF_ARPTABLES=m | ||
277 | CONFIG_IP_NF_ARPFILTER=m | ||
278 | CONFIG_IP_NF_ARP_MANGLE=m | ||
279 | |||
280 | # | ||
281 | # DCCP Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_IP_DCCP is not set | ||
284 | |||
285 | # | ||
286 | # SCTP Configuration (EXPERIMENTAL) | ||
287 | # | ||
288 | # CONFIG_IP_SCTP is not set | ||
289 | # CONFIG_ATM is not set | ||
290 | # CONFIG_BRIDGE is not set | ||
291 | # CONFIG_VLAN_8021Q is not set | ||
292 | # CONFIG_DECNET is not set | ||
293 | CONFIG_LLC=y | ||
294 | # CONFIG_LLC2 is not set | ||
295 | # CONFIG_IPX is not set | ||
296 | # CONFIG_ATALK is not set | ||
297 | # CONFIG_X25 is not set | ||
298 | # CONFIG_LAPB is not set | ||
299 | # CONFIG_NET_DIVERT is not set | ||
300 | # CONFIG_ECONET is not set | ||
301 | # CONFIG_WAN_ROUTER is not set | ||
302 | # CONFIG_NET_SCHED is not set | ||
303 | CONFIG_NET_CLS_ROUTE=y | ||
304 | |||
305 | # | ||
306 | # Network testing | ||
307 | # | ||
308 | # CONFIG_NET_PKTGEN is not set | ||
309 | # CONFIG_HAMRADIO is not set | ||
310 | # CONFIG_IRDA is not set | ||
311 | # CONFIG_BT is not set | ||
312 | # CONFIG_IEEE80211 is not set | ||
313 | |||
314 | # | ||
315 | # Device Drivers | ||
316 | # | ||
317 | |||
318 | # | ||
319 | # Generic Driver Options | ||
320 | # | ||
321 | CONFIG_STANDALONE=y | ||
322 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
323 | CONFIG_FW_LOADER=y | ||
324 | # CONFIG_DEBUG_DRIVER is not set | ||
325 | |||
326 | # | ||
327 | # Connector - unified userspace <-> kernelspace linker | ||
328 | # | ||
329 | # CONFIG_CONNECTOR is not set | ||
330 | |||
331 | # | ||
332 | # Memory Technology Devices (MTD) | ||
333 | # | ||
334 | # CONFIG_MTD is not set | ||
335 | |||
336 | # | ||
337 | # Parallel port support | ||
338 | # | ||
339 | CONFIG_PARPORT=m | ||
340 | CONFIG_PARPORT_PC=m | ||
341 | # CONFIG_PARPORT_SERIAL is not set | ||
342 | # CONFIG_PARPORT_PC_FIFO is not set | ||
343 | # CONFIG_PARPORT_PC_SUPERIO is not set | ||
344 | # CONFIG_PARPORT_GSC is not set | ||
345 | # CONFIG_PARPORT_1284 is not set | ||
346 | |||
347 | # | ||
348 | # Plug and Play support | ||
349 | # | ||
350 | |||
351 | # | ||
352 | # Block devices | ||
353 | # | ||
354 | CONFIG_BLK_DEV_FD=m | ||
355 | # CONFIG_PARIDE is not set | ||
356 | # CONFIG_BLK_CPQ_DA is not set | ||
357 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
358 | # CONFIG_BLK_DEV_DAC960 is not set | ||
359 | # CONFIG_BLK_DEV_UMEM is not set | ||
360 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
361 | CONFIG_BLK_DEV_LOOP=y | ||
362 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
363 | CONFIG_BLK_DEV_NBD=m | ||
364 | # CONFIG_BLK_DEV_SX8 is not set | ||
365 | # CONFIG_BLK_DEV_UB is not set | ||
366 | CONFIG_BLK_DEV_RAM=y | ||
367 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
368 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
369 | CONFIG_BLK_DEV_INITRD=y | ||
370 | # CONFIG_CDROM_PKTCDVD is not set | ||
371 | |||
372 | # | ||
373 | # IO Schedulers | ||
374 | # | ||
375 | CONFIG_IOSCHED_NOOP=y | ||
376 | CONFIG_IOSCHED_AS=y | ||
377 | CONFIG_IOSCHED_DEADLINE=y | ||
378 | CONFIG_IOSCHED_CFQ=y | ||
379 | # CONFIG_ATA_OVER_ETH is not set | ||
380 | |||
381 | # | ||
382 | # ATA/ATAPI/MFM/RLL support | ||
383 | # | ||
384 | CONFIG_IDE=y | ||
385 | CONFIG_BLK_DEV_IDE=y | ||
386 | |||
387 | # | ||
388 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
389 | # | ||
390 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
391 | CONFIG_BLK_DEV_IDEDISK=y | ||
392 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
393 | CONFIG_BLK_DEV_IDECD=y | ||
394 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
395 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
396 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
397 | # CONFIG_IDE_TASK_IOCTL is not set | ||
398 | |||
399 | # | ||
400 | # IDE chipset support/bugfixes | ||
401 | # | ||
402 | CONFIG_IDE_GENERIC=y | ||
403 | CONFIG_BLK_DEV_IDEPCI=y | ||
404 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
405 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
406 | CONFIG_BLK_DEV_GENERIC=y | ||
407 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
408 | CONFIG_BLK_DEV_SL82C105=y | ||
409 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
410 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
411 | CONFIG_IDEDMA_PCI_AUTO=y | ||
412 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
413 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
414 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
415 | CONFIG_BLK_DEV_AMD74XX=y | ||
416 | # CONFIG_BLK_DEV_CMD64X is not set | ||
417 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
418 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
419 | # CONFIG_BLK_DEV_CS5520 is not set | ||
420 | # CONFIG_BLK_DEV_CS5530 is not set | ||
421 | # CONFIG_BLK_DEV_HPT34X is not set | ||
422 | # CONFIG_BLK_DEV_HPT366 is not set | ||
423 | # CONFIG_BLK_DEV_SC1200 is not set | ||
424 | # CONFIG_BLK_DEV_PIIX is not set | ||
425 | # CONFIG_BLK_DEV_IT821X is not set | ||
426 | # CONFIG_BLK_DEV_NS87415 is not set | ||
427 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
428 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
429 | # CONFIG_BLK_DEV_SVWKS is not set | ||
430 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
431 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
432 | # CONFIG_BLK_DEV_TRM290 is not set | ||
433 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
434 | # CONFIG_IDE_ARM is not set | ||
435 | CONFIG_BLK_DEV_IDEDMA=y | ||
436 | # CONFIG_IDEDMA_IVB is not set | ||
437 | CONFIG_IDEDMA_AUTO=y | ||
438 | # CONFIG_BLK_DEV_HD is not set | ||
439 | |||
440 | # | ||
441 | # SCSI device support | ||
442 | # | ||
443 | # CONFIG_RAID_ATTRS is not set | ||
444 | CONFIG_SCSI=y | ||
445 | CONFIG_SCSI_PROC_FS=y | ||
446 | |||
447 | # | ||
448 | # SCSI support type (disk, tape, CD-ROM) | ||
449 | # | ||
450 | CONFIG_BLK_DEV_SD=y | ||
451 | CONFIG_CHR_DEV_ST=y | ||
452 | # CONFIG_CHR_DEV_OSST is not set | ||
453 | CONFIG_BLK_DEV_SR=y | ||
454 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
455 | CONFIG_CHR_DEV_SG=y | ||
456 | # CONFIG_CHR_DEV_SCH is not set | ||
457 | |||
458 | # | ||
459 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
460 | # | ||
461 | CONFIG_SCSI_MULTI_LUN=y | ||
462 | CONFIG_SCSI_CONSTANTS=y | ||
463 | # CONFIG_SCSI_LOGGING is not set | ||
464 | |||
465 | # | ||
466 | # SCSI Transport Attributes | ||
467 | # | ||
468 | CONFIG_SCSI_SPI_ATTRS=y | ||
469 | CONFIG_SCSI_FC_ATTRS=y | ||
470 | CONFIG_SCSI_ISCSI_ATTRS=m | ||
471 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
472 | |||
473 | # | ||
474 | # SCSI low-level drivers | ||
475 | # | ||
476 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
477 | # CONFIG_SCSI_3W_9XXX is not set | ||
478 | # CONFIG_SCSI_ACARD is not set | ||
479 | # CONFIG_SCSI_AACRAID is not set | ||
480 | # CONFIG_SCSI_AIC7XXX is not set | ||
481 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
482 | # CONFIG_SCSI_AIC79XX is not set | ||
483 | # CONFIG_MEGARAID_NEWGEN is not set | ||
484 | # CONFIG_MEGARAID_LEGACY is not set | ||
485 | # CONFIG_MEGARAID_SAS is not set | ||
486 | # CONFIG_SCSI_SATA is not set | ||
487 | # CONFIG_SCSI_BUSLOGIC is not set | ||
488 | # CONFIG_SCSI_DMX3191D is not set | ||
489 | # CONFIG_SCSI_EATA is not set | ||
490 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
491 | # CONFIG_SCSI_GDTH is not set | ||
492 | # CONFIG_SCSI_IPS is not set | ||
493 | CONFIG_SCSI_IBMVSCSI=y | ||
494 | # CONFIG_SCSI_INITIO is not set | ||
495 | # CONFIG_SCSI_INIA100 is not set | ||
496 | # CONFIG_SCSI_PPA is not set | ||
497 | # CONFIG_SCSI_IMM is not set | ||
498 | CONFIG_SCSI_SYM53C8XX_2=y | ||
499 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 | ||
500 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
501 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
502 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | ||
503 | CONFIG_SCSI_IPR=y | ||
504 | CONFIG_SCSI_IPR_TRACE=y | ||
505 | CONFIG_SCSI_IPR_DUMP=y | ||
506 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
507 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
508 | CONFIG_SCSI_QLA2XXX=y | ||
509 | CONFIG_SCSI_QLA21XX=m | ||
510 | CONFIG_SCSI_QLA22XX=m | ||
511 | CONFIG_SCSI_QLA2300=m | ||
512 | CONFIG_SCSI_QLA2322=m | ||
513 | CONFIG_SCSI_QLA6312=m | ||
514 | CONFIG_SCSI_QLA24XX=m | ||
515 | CONFIG_SCSI_LPFC=m | ||
516 | # CONFIG_SCSI_DC395x is not set | ||
517 | # CONFIG_SCSI_DC390T is not set | ||
518 | # CONFIG_SCSI_DEBUG is not set | ||
519 | |||
520 | # | ||
521 | # Multi-device support (RAID and LVM) | ||
522 | # | ||
523 | CONFIG_MD=y | ||
524 | CONFIG_BLK_DEV_MD=y | ||
525 | CONFIG_MD_LINEAR=y | ||
526 | CONFIG_MD_RAID0=y | ||
527 | CONFIG_MD_RAID1=y | ||
528 | CONFIG_MD_RAID10=m | ||
529 | CONFIG_MD_RAID5=y | ||
530 | CONFIG_MD_RAID6=m | ||
531 | CONFIG_MD_MULTIPATH=m | ||
532 | CONFIG_MD_FAULTY=m | ||
533 | CONFIG_BLK_DEV_DM=y | ||
534 | CONFIG_DM_CRYPT=m | ||
535 | CONFIG_DM_SNAPSHOT=m | ||
536 | CONFIG_DM_MIRROR=m | ||
537 | CONFIG_DM_ZERO=m | ||
538 | CONFIG_DM_MULTIPATH=m | ||
539 | CONFIG_DM_MULTIPATH_EMC=m | ||
540 | |||
541 | # | ||
542 | # Fusion MPT device support | ||
543 | # | ||
544 | # CONFIG_FUSION is not set | ||
545 | # CONFIG_FUSION_SPI is not set | ||
546 | # CONFIG_FUSION_FC is not set | ||
547 | # CONFIG_FUSION_SAS is not set | ||
548 | |||
549 | # | ||
550 | # IEEE 1394 (FireWire) support | ||
551 | # | ||
552 | # CONFIG_IEEE1394 is not set | ||
553 | |||
554 | # | ||
555 | # I2O device support | ||
556 | # | ||
557 | # CONFIG_I2O is not set | ||
558 | |||
559 | # | ||
560 | # Macintosh device drivers | ||
561 | # | ||
562 | |||
563 | # | ||
564 | # Network device support | ||
565 | # | ||
566 | CONFIG_NETDEVICES=y | ||
567 | CONFIG_DUMMY=m | ||
568 | CONFIG_BONDING=m | ||
569 | # CONFIG_EQUALIZER is not set | ||
570 | CONFIG_TUN=m | ||
571 | |||
572 | # | ||
573 | # ARCnet devices | ||
574 | # | ||
575 | # CONFIG_ARCNET is not set | ||
576 | |||
577 | # | ||
578 | # PHY device support | ||
579 | # | ||
580 | # CONFIG_PHYLIB is not set | ||
581 | |||
582 | # | ||
583 | # Ethernet (10 or 100Mbit) | ||
584 | # | ||
585 | CONFIG_NET_ETHERNET=y | ||
586 | CONFIG_MII=y | ||
587 | # CONFIG_HAPPYMEAL is not set | ||
588 | # CONFIG_SUNGEM is not set | ||
589 | # CONFIG_CASSINI is not set | ||
590 | CONFIG_NET_VENDOR_3COM=y | ||
591 | CONFIG_VORTEX=y | ||
592 | # CONFIG_TYPHOON is not set | ||
593 | |||
594 | # | ||
595 | # Tulip family network device support | ||
596 | # | ||
597 | # CONFIG_NET_TULIP is not set | ||
598 | # CONFIG_HP100 is not set | ||
599 | CONFIG_IBMVETH=y | ||
600 | CONFIG_NET_PCI=y | ||
601 | CONFIG_PCNET32=y | ||
602 | # CONFIG_AMD8111_ETH is not set | ||
603 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
604 | # CONFIG_B44 is not set | ||
605 | # CONFIG_FORCEDETH is not set | ||
606 | # CONFIG_DGRS is not set | ||
607 | # CONFIG_EEPRO100 is not set | ||
608 | CONFIG_E100=y | ||
609 | # CONFIG_FEALNX is not set | ||
610 | # CONFIG_NATSEMI is not set | ||
611 | # CONFIG_NE2K_PCI is not set | ||
612 | # CONFIG_8139CP is not set | ||
613 | # CONFIG_8139TOO is not set | ||
614 | # CONFIG_SIS900 is not set | ||
615 | # CONFIG_EPIC100 is not set | ||
616 | # CONFIG_SUNDANCE is not set | ||
617 | # CONFIG_VIA_RHINE is not set | ||
618 | # CONFIG_NET_POCKET is not set | ||
619 | |||
620 | # | ||
621 | # Ethernet (1000 Mbit) | ||
622 | # | ||
623 | CONFIG_ACENIC=y | ||
624 | CONFIG_ACENIC_OMIT_TIGON_I=y | ||
625 | # CONFIG_DL2K is not set | ||
626 | CONFIG_E1000=y | ||
627 | # CONFIG_E1000_NAPI is not set | ||
628 | # CONFIG_NS83820 is not set | ||
629 | # CONFIG_HAMACHI is not set | ||
630 | # CONFIG_YELLOWFIN is not set | ||
631 | # CONFIG_R8169 is not set | ||
632 | # CONFIG_SIS190 is not set | ||
633 | # CONFIG_SKGE is not set | ||
634 | # CONFIG_SK98LIN is not set | ||
635 | # CONFIG_VIA_VELOCITY is not set | ||
636 | CONFIG_TIGON3=y | ||
637 | # CONFIG_BNX2 is not set | ||
638 | # CONFIG_MV643XX_ETH is not set | ||
639 | |||
640 | # | ||
641 | # Ethernet (10000 Mbit) | ||
642 | # | ||
643 | # CONFIG_CHELSIO_T1 is not set | ||
644 | CONFIG_IXGB=m | ||
645 | # CONFIG_IXGB_NAPI is not set | ||
646 | CONFIG_S2IO=m | ||
647 | # CONFIG_S2IO_NAPI is not set | ||
648 | # CONFIG_2BUFF_MODE is not set | ||
649 | |||
650 | # | ||
651 | # Token Ring devices | ||
652 | # | ||
653 | CONFIG_TR=y | ||
654 | CONFIG_IBMOL=y | ||
655 | # CONFIG_3C359 is not set | ||
656 | # CONFIG_TMS380TR is not set | ||
657 | |||
658 | # | ||
659 | # Wireless LAN (non-hamradio) | ||
660 | # | ||
661 | # CONFIG_NET_RADIO is not set | ||
662 | |||
663 | # | ||
664 | # Wan interfaces | ||
665 | # | ||
666 | # CONFIG_WAN is not set | ||
667 | # CONFIG_FDDI is not set | ||
668 | # CONFIG_HIPPI is not set | ||
669 | # CONFIG_PLIP is not set | ||
670 | CONFIG_PPP=m | ||
671 | # CONFIG_PPP_MULTILINK is not set | ||
672 | # CONFIG_PPP_FILTER is not set | ||
673 | CONFIG_PPP_ASYNC=m | ||
674 | CONFIG_PPP_SYNC_TTY=m | ||
675 | CONFIG_PPP_DEFLATE=m | ||
676 | CONFIG_PPP_BSDCOMP=m | ||
677 | CONFIG_PPPOE=m | ||
678 | # CONFIG_SLIP is not set | ||
679 | # CONFIG_NET_FC is not set | ||
680 | # CONFIG_SHAPER is not set | ||
681 | CONFIG_NETCONSOLE=y | ||
682 | CONFIG_NETPOLL=y | ||
683 | CONFIG_NETPOLL_RX=y | ||
684 | CONFIG_NETPOLL_TRAP=y | ||
685 | CONFIG_NET_POLL_CONTROLLER=y | ||
686 | |||
687 | # | ||
688 | # ISDN subsystem | ||
689 | # | ||
690 | # CONFIG_ISDN is not set | ||
691 | |||
692 | # | ||
693 | # Telephony Support | ||
694 | # | ||
695 | # CONFIG_PHONE is not set | ||
696 | |||
697 | # | ||
698 | # Input device support | ||
699 | # | ||
700 | CONFIG_INPUT=y | ||
701 | |||
702 | # | ||
703 | # Userland interfaces | ||
704 | # | ||
705 | CONFIG_INPUT_MOUSEDEV=y | ||
706 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
707 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
708 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
709 | # CONFIG_INPUT_JOYDEV is not set | ||
710 | # CONFIG_INPUT_TSDEV is not set | ||
711 | # CONFIG_INPUT_EVDEV is not set | ||
712 | # CONFIG_INPUT_EVBUG is not set | ||
713 | |||
714 | # | ||
715 | # Input Device Drivers | ||
716 | # | ||
717 | CONFIG_INPUT_KEYBOARD=y | ||
718 | CONFIG_KEYBOARD_ATKBD=y | ||
719 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
720 | # CONFIG_KEYBOARD_LKKBD is not set | ||
721 | # CONFIG_KEYBOARD_XTKBD is not set | ||
722 | # CONFIG_KEYBOARD_NEWTON is not set | ||
723 | CONFIG_INPUT_MOUSE=y | ||
724 | CONFIG_MOUSE_PS2=y | ||
725 | # CONFIG_MOUSE_SERIAL is not set | ||
726 | # CONFIG_MOUSE_VSXXXAA is not set | ||
727 | # CONFIG_INPUT_JOYSTICK is not set | ||
728 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
729 | CONFIG_INPUT_MISC=y | ||
730 | CONFIG_INPUT_PCSPKR=m | ||
731 | # CONFIG_INPUT_UINPUT is not set | ||
732 | |||
733 | # | ||
734 | # Hardware I/O ports | ||
735 | # | ||
736 | CONFIG_SERIO=y | ||
737 | CONFIG_SERIO_I8042=y | ||
738 | # CONFIG_SERIO_SERPORT is not set | ||
739 | # CONFIG_SERIO_PARKBD is not set | ||
740 | # CONFIG_SERIO_PCIPS2 is not set | ||
741 | CONFIG_SERIO_LIBPS2=y | ||
742 | # CONFIG_SERIO_RAW is not set | ||
743 | # CONFIG_GAMEPORT is not set | ||
744 | |||
745 | # | ||
746 | # Character devices | ||
747 | # | ||
748 | CONFIG_VT=y | ||
749 | CONFIG_VT_CONSOLE=y | ||
750 | CONFIG_HW_CONSOLE=y | ||
751 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
752 | |||
753 | # | ||
754 | # Serial drivers | ||
755 | # | ||
756 | CONFIG_SERIAL_8250=y | ||
757 | CONFIG_SERIAL_8250_CONSOLE=y | ||
758 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
759 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
760 | |||
761 | # | ||
762 | # Non-8250 serial port support | ||
763 | # | ||
764 | CONFIG_SERIAL_CORE=y | ||
765 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
766 | CONFIG_SERIAL_ICOM=m | ||
767 | # CONFIG_SERIAL_JSM is not set | ||
768 | CONFIG_UNIX98_PTYS=y | ||
769 | CONFIG_LEGACY_PTYS=y | ||
770 | CONFIG_LEGACY_PTY_COUNT=256 | ||
771 | # CONFIG_PRINTER is not set | ||
772 | # CONFIG_PPDEV is not set | ||
773 | # CONFIG_TIPAR is not set | ||
774 | CONFIG_HVC_CONSOLE=y | ||
775 | CONFIG_HVCS=m | ||
776 | |||
777 | # | ||
778 | # IPMI | ||
779 | # | ||
780 | # CONFIG_IPMI_HANDLER is not set | ||
781 | |||
782 | # | ||
783 | # Watchdog Cards | ||
784 | # | ||
785 | # CONFIG_WATCHDOG is not set | ||
786 | # CONFIG_RTC is not set | ||
787 | # CONFIG_DTLK is not set | ||
788 | # CONFIG_R3964 is not set | ||
789 | # CONFIG_APPLICOM is not set | ||
790 | |||
791 | # | ||
792 | # Ftape, the floppy tape device driver | ||
793 | # | ||
794 | # CONFIG_AGP is not set | ||
795 | # CONFIG_DRM is not set | ||
796 | CONFIG_RAW_DRIVER=y | ||
797 | CONFIG_MAX_RAW_DEVS=1024 | ||
798 | # CONFIG_HANGCHECK_TIMER is not set | ||
799 | |||
800 | # | ||
801 | # TPM devices | ||
802 | # | ||
803 | # CONFIG_TCG_TPM is not set | ||
804 | |||
805 | # | ||
806 | # I2C support | ||
807 | # | ||
808 | CONFIG_I2C=y | ||
809 | # CONFIG_I2C_CHARDEV is not set | ||
810 | |||
811 | # | ||
812 | # I2C Algorithms | ||
813 | # | ||
814 | CONFIG_I2C_ALGOBIT=y | ||
815 | # CONFIG_I2C_ALGOPCF is not set | ||
816 | # CONFIG_I2C_ALGOPCA is not set | ||
817 | |||
818 | # | ||
819 | # I2C Hardware Bus support | ||
820 | # | ||
821 | # CONFIG_I2C_ALI1535 is not set | ||
822 | # CONFIG_I2C_ALI1563 is not set | ||
823 | # CONFIG_I2C_ALI15X3 is not set | ||
824 | # CONFIG_I2C_AMD756 is not set | ||
825 | # CONFIG_I2C_AMD8111 is not set | ||
826 | # CONFIG_I2C_I801 is not set | ||
827 | # CONFIG_I2C_I810 is not set | ||
828 | # CONFIG_I2C_PIIX4 is not set | ||
829 | # CONFIG_I2C_NFORCE2 is not set | ||
830 | # CONFIG_I2C_PARPORT is not set | ||
831 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
832 | # CONFIG_I2C_PROSAVAGE is not set | ||
833 | # CONFIG_I2C_SAVAGE4 is not set | ||
834 | # CONFIG_SCx200_ACB is not set | ||
835 | # CONFIG_I2C_SIS5595 is not set | ||
836 | # CONFIG_I2C_SIS630 is not set | ||
837 | # CONFIG_I2C_SIS96X is not set | ||
838 | # CONFIG_I2C_STUB is not set | ||
839 | # CONFIG_I2C_VIA is not set | ||
840 | # CONFIG_I2C_VIAPRO is not set | ||
841 | # CONFIG_I2C_VOODOO3 is not set | ||
842 | # CONFIG_I2C_PCA_ISA is not set | ||
843 | |||
844 | # | ||
845 | # Miscellaneous I2C Chip support | ||
846 | # | ||
847 | # CONFIG_SENSORS_DS1337 is not set | ||
848 | # CONFIG_SENSORS_DS1374 is not set | ||
849 | # CONFIG_SENSORS_EEPROM is not set | ||
850 | # CONFIG_SENSORS_PCF8574 is not set | ||
851 | # CONFIG_SENSORS_PCA9539 is not set | ||
852 | # CONFIG_SENSORS_PCF8591 is not set | ||
853 | # CONFIG_SENSORS_RTC8564 is not set | ||
854 | # CONFIG_SENSORS_MAX6875 is not set | ||
855 | # CONFIG_I2C_DEBUG_CORE is not set | ||
856 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
857 | # CONFIG_I2C_DEBUG_BUS is not set | ||
858 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
859 | |||
860 | # | ||
861 | # Dallas's 1-wire bus | ||
862 | # | ||
863 | # CONFIG_W1 is not set | ||
864 | |||
865 | # | ||
866 | # Hardware Monitoring support | ||
867 | # | ||
868 | # CONFIG_HWMON is not set | ||
869 | # CONFIG_HWMON_VID is not set | ||
870 | |||
871 | # | ||
872 | # Misc devices | ||
873 | # | ||
874 | |||
875 | # | ||
876 | # Multimedia Capabilities Port drivers | ||
877 | # | ||
878 | |||
879 | # | ||
880 | # Multimedia devices | ||
881 | # | ||
882 | # CONFIG_VIDEO_DEV is not set | ||
883 | |||
884 | # | ||
885 | # Digital Video Broadcasting Devices | ||
886 | # | ||
887 | # CONFIG_DVB is not set | ||
888 | |||
889 | # | ||
890 | # Graphics support | ||
891 | # | ||
892 | CONFIG_FB=y | ||
893 | CONFIG_FB_CFB_FILLRECT=y | ||
894 | CONFIG_FB_CFB_COPYAREA=y | ||
895 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
896 | CONFIG_FB_SOFT_CURSOR=y | ||
897 | CONFIG_FB_MACMODES=y | ||
898 | CONFIG_FB_MODE_HELPERS=y | ||
899 | CONFIG_FB_TILEBLITTING=y | ||
900 | # CONFIG_FB_CIRRUS is not set | ||
901 | # CONFIG_FB_PM2 is not set | ||
902 | # CONFIG_FB_CYBER2000 is not set | ||
903 | CONFIG_FB_OF=y | ||
904 | # CONFIG_FB_CT65550 is not set | ||
905 | # CONFIG_FB_ASILIANT is not set | ||
906 | # CONFIG_FB_IMSTT is not set | ||
907 | # CONFIG_FB_VGA16 is not set | ||
908 | # CONFIG_FB_NVIDIA is not set | ||
909 | # CONFIG_FB_RIVA is not set | ||
910 | CONFIG_FB_MATROX=y | ||
911 | CONFIG_FB_MATROX_MILLENIUM=y | ||
912 | CONFIG_FB_MATROX_MYSTIQUE=y | ||
913 | CONFIG_FB_MATROX_G=y | ||
914 | # CONFIG_FB_MATROX_I2C is not set | ||
915 | CONFIG_FB_MATROX_MULTIHEAD=y | ||
916 | # CONFIG_FB_RADEON_OLD is not set | ||
917 | CONFIG_FB_RADEON=y | ||
918 | CONFIG_FB_RADEON_I2C=y | ||
919 | # CONFIG_FB_RADEON_DEBUG is not set | ||
920 | # CONFIG_FB_ATY128 is not set | ||
921 | # CONFIG_FB_ATY is not set | ||
922 | # CONFIG_FB_SAVAGE is not set | ||
923 | # CONFIG_FB_SIS is not set | ||
924 | # CONFIG_FB_NEOMAGIC is not set | ||
925 | # CONFIG_FB_KYRO is not set | ||
926 | # CONFIG_FB_3DFX is not set | ||
927 | # CONFIG_FB_VOODOO1 is not set | ||
928 | # CONFIG_FB_CYBLA is not set | ||
929 | # CONFIG_FB_TRIDENT is not set | ||
930 | # CONFIG_FB_S1D13XXX is not set | ||
931 | # CONFIG_FB_VIRTUAL is not set | ||
932 | |||
933 | # | ||
934 | # Console display driver support | ||
935 | # | ||
936 | # CONFIG_VGA_CONSOLE is not set | ||
937 | CONFIG_DUMMY_CONSOLE=y | ||
938 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
939 | # CONFIG_FONTS is not set | ||
940 | CONFIG_FONT_8x8=y | ||
941 | CONFIG_FONT_8x16=y | ||
942 | |||
943 | # | ||
944 | # Logo configuration | ||
945 | # | ||
946 | CONFIG_LOGO=y | ||
947 | CONFIG_LOGO_LINUX_MONO=y | ||
948 | CONFIG_LOGO_LINUX_VGA16=y | ||
949 | CONFIG_LOGO_LINUX_CLUT224=y | ||
950 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
951 | CONFIG_BACKLIGHT_CLASS_DEVICE=m | ||
952 | CONFIG_BACKLIGHT_DEVICE=y | ||
953 | CONFIG_LCD_CLASS_DEVICE=m | ||
954 | CONFIG_LCD_DEVICE=y | ||
955 | |||
956 | # | ||
957 | # Sound | ||
958 | # | ||
959 | # CONFIG_SOUND is not set | ||
960 | |||
961 | # | ||
962 | # USB support | ||
963 | # | ||
964 | CONFIG_USB_ARCH_HAS_HCD=y | ||
965 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
966 | CONFIG_USB=y | ||
967 | # CONFIG_USB_DEBUG is not set | ||
968 | |||
969 | # | ||
970 | # Miscellaneous USB options | ||
971 | # | ||
972 | CONFIG_USB_DEVICEFS=y | ||
973 | # CONFIG_USB_BANDWIDTH is not set | ||
974 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
975 | # CONFIG_USB_OTG is not set | ||
976 | |||
977 | # | ||
978 | # USB Host Controller Drivers | ||
979 | # | ||
980 | CONFIG_USB_EHCI_HCD=y | ||
981 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
982 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
983 | # CONFIG_USB_ISP116X_HCD is not set | ||
984 | CONFIG_USB_OHCI_HCD=y | ||
985 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
986 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
987 | # CONFIG_USB_UHCI_HCD is not set | ||
988 | # CONFIG_USB_SL811_HCD is not set | ||
989 | |||
990 | # | ||
991 | # USB Device Class drivers | ||
992 | # | ||
993 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
994 | # CONFIG_USB_ACM is not set | ||
995 | # CONFIG_USB_PRINTER is not set | ||
996 | |||
997 | # | ||
998 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
999 | # | ||
1000 | CONFIG_USB_STORAGE=y | ||
1001 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1002 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1003 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1004 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1005 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1006 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1007 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1008 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1009 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1010 | |||
1011 | # | ||
1012 | # USB Input Devices | ||
1013 | # | ||
1014 | CONFIG_USB_HID=y | ||
1015 | CONFIG_USB_HIDINPUT=y | ||
1016 | # CONFIG_HID_FF is not set | ||
1017 | CONFIG_USB_HIDDEV=y | ||
1018 | # CONFIG_USB_AIPTEK is not set | ||
1019 | # CONFIG_USB_WACOM is not set | ||
1020 | # CONFIG_USB_ACECAD is not set | ||
1021 | # CONFIG_USB_KBTAB is not set | ||
1022 | # CONFIG_USB_POWERMATE is not set | ||
1023 | # CONFIG_USB_MTOUCH is not set | ||
1024 | # CONFIG_USB_ITMTOUCH is not set | ||
1025 | # CONFIG_USB_EGALAX is not set | ||
1026 | # CONFIG_USB_YEALINK is not set | ||
1027 | # CONFIG_USB_XPAD is not set | ||
1028 | # CONFIG_USB_ATI_REMOTE is not set | ||
1029 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1030 | # CONFIG_USB_APPLETOUCH is not set | ||
1031 | |||
1032 | # | ||
1033 | # USB Imaging devices | ||
1034 | # | ||
1035 | # CONFIG_USB_MDC800 is not set | ||
1036 | # CONFIG_USB_MICROTEK is not set | ||
1037 | |||
1038 | # | ||
1039 | # USB Multimedia devices | ||
1040 | # | ||
1041 | # CONFIG_USB_DABUSB is not set | ||
1042 | |||
1043 | # | ||
1044 | # Video4Linux support is needed for USB Multimedia device support | ||
1045 | # | ||
1046 | |||
1047 | # | ||
1048 | # USB Network Adapters | ||
1049 | # | ||
1050 | # CONFIG_USB_CATC is not set | ||
1051 | # CONFIG_USB_KAWETH is not set | ||
1052 | # CONFIG_USB_PEGASUS is not set | ||
1053 | # CONFIG_USB_RTL8150 is not set | ||
1054 | # CONFIG_USB_USBNET is not set | ||
1055 | CONFIG_USB_MON=y | ||
1056 | |||
1057 | # | ||
1058 | # USB port drivers | ||
1059 | # | ||
1060 | # CONFIG_USB_USS720 is not set | ||
1061 | |||
1062 | # | ||
1063 | # USB Serial Converter support | ||
1064 | # | ||
1065 | # CONFIG_USB_SERIAL is not set | ||
1066 | |||
1067 | # | ||
1068 | # USB Miscellaneous drivers | ||
1069 | # | ||
1070 | # CONFIG_USB_EMI62 is not set | ||
1071 | # CONFIG_USB_EMI26 is not set | ||
1072 | # CONFIG_USB_AUERSWALD is not set | ||
1073 | # CONFIG_USB_RIO500 is not set | ||
1074 | # CONFIG_USB_LEGOTOWER is not set | ||
1075 | # CONFIG_USB_LCD is not set | ||
1076 | # CONFIG_USB_LED is not set | ||
1077 | # CONFIG_USB_CYTHERM is not set | ||
1078 | # CONFIG_USB_PHIDGETKIT is not set | ||
1079 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1080 | # CONFIG_USB_IDMOUSE is not set | ||
1081 | # CONFIG_USB_SISUSBVGA is not set | ||
1082 | # CONFIG_USB_LD is not set | ||
1083 | # CONFIG_USB_TEST is not set | ||
1084 | |||
1085 | # | ||
1086 | # USB DSL modem support | ||
1087 | # | ||
1088 | |||
1089 | # | ||
1090 | # USB Gadget Support | ||
1091 | # | ||
1092 | # CONFIG_USB_GADGET is not set | ||
1093 | |||
1094 | # | ||
1095 | # MMC/SD Card support | ||
1096 | # | ||
1097 | # CONFIG_MMC is not set | ||
1098 | |||
1099 | # | ||
1100 | # InfiniBand support | ||
1101 | # | ||
1102 | CONFIG_INFINIBAND=m | ||
1103 | # CONFIG_INFINIBAND_USER_MAD is not set | ||
1104 | # CONFIG_INFINIBAND_USER_ACCESS is not set | ||
1105 | CONFIG_INFINIBAND_MTHCA=m | ||
1106 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | ||
1107 | CONFIG_INFINIBAND_IPOIB=m | ||
1108 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | ||
1109 | |||
1110 | # | ||
1111 | # SN Devices | ||
1112 | # | ||
1113 | |||
1114 | # | ||
1115 | # File systems | ||
1116 | # | ||
1117 | CONFIG_EXT2_FS=y | ||
1118 | CONFIG_EXT2_FS_XATTR=y | ||
1119 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1120 | CONFIG_EXT2_FS_SECURITY=y | ||
1121 | CONFIG_EXT2_FS_XIP=y | ||
1122 | CONFIG_FS_XIP=y | ||
1123 | CONFIG_EXT3_FS=y | ||
1124 | CONFIG_EXT3_FS_XATTR=y | ||
1125 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1126 | CONFIG_EXT3_FS_SECURITY=y | ||
1127 | CONFIG_JBD=y | ||
1128 | # CONFIG_JBD_DEBUG is not set | ||
1129 | CONFIG_FS_MBCACHE=y | ||
1130 | CONFIG_REISERFS_FS=y | ||
1131 | # CONFIG_REISERFS_CHECK is not set | ||
1132 | # CONFIG_REISERFS_PROC_INFO is not set | ||
1133 | CONFIG_REISERFS_FS_XATTR=y | ||
1134 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
1135 | CONFIG_REISERFS_FS_SECURITY=y | ||
1136 | CONFIG_JFS_FS=m | ||
1137 | CONFIG_JFS_POSIX_ACL=y | ||
1138 | CONFIG_JFS_SECURITY=y | ||
1139 | # CONFIG_JFS_DEBUG is not set | ||
1140 | # CONFIG_JFS_STATISTICS is not set | ||
1141 | CONFIG_FS_POSIX_ACL=y | ||
1142 | CONFIG_XFS_FS=m | ||
1143 | CONFIG_XFS_EXPORT=y | ||
1144 | # CONFIG_XFS_QUOTA is not set | ||
1145 | CONFIG_XFS_SECURITY=y | ||
1146 | CONFIG_XFS_POSIX_ACL=y | ||
1147 | # CONFIG_XFS_RT is not set | ||
1148 | # CONFIG_MINIX_FS is not set | ||
1149 | # CONFIG_ROMFS_FS is not set | ||
1150 | CONFIG_INOTIFY=y | ||
1151 | # CONFIG_QUOTA is not set | ||
1152 | CONFIG_DNOTIFY=y | ||
1153 | CONFIG_AUTOFS_FS=m | ||
1154 | # CONFIG_AUTOFS4_FS is not set | ||
1155 | # CONFIG_FUSE_FS is not set | ||
1156 | |||
1157 | # | ||
1158 | # CD-ROM/DVD Filesystems | ||
1159 | # | ||
1160 | CONFIG_ISO9660_FS=y | ||
1161 | CONFIG_JOLIET=y | ||
1162 | CONFIG_ZISOFS=y | ||
1163 | CONFIG_ZISOFS_FS=y | ||
1164 | CONFIG_UDF_FS=m | ||
1165 | CONFIG_UDF_NLS=y | ||
1166 | |||
1167 | # | ||
1168 | # DOS/FAT/NT Filesystems | ||
1169 | # | ||
1170 | CONFIG_FAT_FS=y | ||
1171 | CONFIG_MSDOS_FS=y | ||
1172 | CONFIG_VFAT_FS=y | ||
1173 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1174 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1175 | # CONFIG_NTFS_FS is not set | ||
1176 | |||
1177 | # | ||
1178 | # Pseudo filesystems | ||
1179 | # | ||
1180 | CONFIG_PROC_FS=y | ||
1181 | CONFIG_PROC_KCORE=y | ||
1182 | CONFIG_SYSFS=y | ||
1183 | CONFIG_TMPFS=y | ||
1184 | CONFIG_HUGETLBFS=y | ||
1185 | CONFIG_HUGETLB_PAGE=y | ||
1186 | CONFIG_RAMFS=y | ||
1187 | # CONFIG_RELAYFS_FS is not set | ||
1188 | |||
1189 | # | ||
1190 | # Miscellaneous filesystems | ||
1191 | # | ||
1192 | # CONFIG_ADFS_FS is not set | ||
1193 | # CONFIG_AFFS_FS is not set | ||
1194 | # CONFIG_HFS_FS is not set | ||
1195 | # CONFIG_HFSPLUS_FS is not set | ||
1196 | # CONFIG_BEFS_FS is not set | ||
1197 | # CONFIG_BFS_FS is not set | ||
1198 | # CONFIG_EFS_FS is not set | ||
1199 | CONFIG_CRAMFS=y | ||
1200 | # CONFIG_VXFS_FS is not set | ||
1201 | # CONFIG_HPFS_FS is not set | ||
1202 | # CONFIG_QNX4FS_FS is not set | ||
1203 | # CONFIG_SYSV_FS is not set | ||
1204 | # CONFIG_UFS_FS is not set | ||
1205 | |||
1206 | # | ||
1207 | # Network File Systems | ||
1208 | # | ||
1209 | CONFIG_NFS_FS=y | ||
1210 | CONFIG_NFS_V3=y | ||
1211 | CONFIG_NFS_V3_ACL=y | ||
1212 | CONFIG_NFS_V4=y | ||
1213 | # CONFIG_NFS_DIRECTIO is not set | ||
1214 | CONFIG_NFSD=y | ||
1215 | CONFIG_NFSD_V2_ACL=y | ||
1216 | CONFIG_NFSD_V3=y | ||
1217 | CONFIG_NFSD_V3_ACL=y | ||
1218 | CONFIG_NFSD_V4=y | ||
1219 | CONFIG_NFSD_TCP=y | ||
1220 | CONFIG_LOCKD=y | ||
1221 | CONFIG_LOCKD_V4=y | ||
1222 | CONFIG_EXPORTFS=y | ||
1223 | CONFIG_NFS_ACL_SUPPORT=y | ||
1224 | CONFIG_NFS_COMMON=y | ||
1225 | CONFIG_SUNRPC=y | ||
1226 | CONFIG_SUNRPC_GSS=y | ||
1227 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1228 | CONFIG_RPCSEC_GSS_SPKM3=m | ||
1229 | # CONFIG_SMB_FS is not set | ||
1230 | CONFIG_CIFS=m | ||
1231 | # CONFIG_CIFS_STATS is not set | ||
1232 | CONFIG_CIFS_XATTR=y | ||
1233 | CONFIG_CIFS_POSIX=y | ||
1234 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1235 | # CONFIG_NCP_FS is not set | ||
1236 | # CONFIG_CODA_FS is not set | ||
1237 | # CONFIG_AFS_FS is not set | ||
1238 | # CONFIG_9P_FS is not set | ||
1239 | |||
1240 | # | ||
1241 | # Partition Types | ||
1242 | # | ||
1243 | # CONFIG_PARTITION_ADVANCED is not set | ||
1244 | CONFIG_MSDOS_PARTITION=y | ||
1245 | |||
1246 | # | ||
1247 | # Native Language Support | ||
1248 | # | ||
1249 | CONFIG_NLS=y | ||
1250 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1251 | CONFIG_NLS_CODEPAGE_437=y | ||
1252 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1253 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1254 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1255 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1256 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1257 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1258 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1259 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1260 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1261 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1262 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1263 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1264 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1265 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1266 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1267 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1268 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1269 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1270 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1271 | # CONFIG_NLS_ISO8859_8 is not set | ||
1272 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1273 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1274 | CONFIG_NLS_ASCII=y | ||
1275 | CONFIG_NLS_ISO8859_1=y | ||
1276 | # CONFIG_NLS_ISO8859_2 is not set | ||
1277 | # CONFIG_NLS_ISO8859_3 is not set | ||
1278 | # CONFIG_NLS_ISO8859_4 is not set | ||
1279 | # CONFIG_NLS_ISO8859_5 is not set | ||
1280 | # CONFIG_NLS_ISO8859_6 is not set | ||
1281 | # CONFIG_NLS_ISO8859_7 is not set | ||
1282 | # CONFIG_NLS_ISO8859_9 is not set | ||
1283 | # CONFIG_NLS_ISO8859_13 is not set | ||
1284 | # CONFIG_NLS_ISO8859_14 is not set | ||
1285 | # CONFIG_NLS_ISO8859_15 is not set | ||
1286 | # CONFIG_NLS_KOI8_R is not set | ||
1287 | # CONFIG_NLS_KOI8_U is not set | ||
1288 | # CONFIG_NLS_UTF8 is not set | ||
1289 | |||
1290 | # | ||
1291 | # Profiling support | ||
1292 | # | ||
1293 | CONFIG_PROFILING=y | ||
1294 | CONFIG_OPROFILE=y | ||
1295 | |||
1296 | # | ||
1297 | # Kernel hacking | ||
1298 | # | ||
1299 | # CONFIG_PRINTK_TIME is not set | ||
1300 | CONFIG_DEBUG_KERNEL=y | ||
1301 | CONFIG_MAGIC_SYSRQ=y | ||
1302 | CONFIG_LOG_BUF_SHIFT=17 | ||
1303 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1304 | # CONFIG_SCHEDSTATS is not set | ||
1305 | # CONFIG_DEBUG_SLAB is not set | ||
1306 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1307 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1308 | # CONFIG_DEBUG_KOBJECT is not set | ||
1309 | # CONFIG_DEBUG_INFO is not set | ||
1310 | CONFIG_DEBUG_FS=y | ||
1311 | CONFIG_DEBUG_STACKOVERFLOW=y | ||
1312 | # CONFIG_KPROBES is not set | ||
1313 | CONFIG_DEBUG_STACK_USAGE=y | ||
1314 | CONFIG_DEBUGGER=y | ||
1315 | CONFIG_XMON=y | ||
1316 | CONFIG_XMON_DEFAULT=y | ||
1317 | # CONFIG_PPCDBG is not set | ||
1318 | CONFIG_IRQSTACKS=y | ||
1319 | |||
1320 | # | ||
1321 | # Security options | ||
1322 | # | ||
1323 | # CONFIG_KEYS is not set | ||
1324 | # CONFIG_SECURITY is not set | ||
1325 | |||
1326 | # | ||
1327 | # Cryptographic options | ||
1328 | # | ||
1329 | CONFIG_CRYPTO=y | ||
1330 | CONFIG_CRYPTO_HMAC=y | ||
1331 | CONFIG_CRYPTO_NULL=m | ||
1332 | CONFIG_CRYPTO_MD4=m | ||
1333 | CONFIG_CRYPTO_MD5=y | ||
1334 | CONFIG_CRYPTO_SHA1=m | ||
1335 | CONFIG_CRYPTO_SHA256=m | ||
1336 | CONFIG_CRYPTO_SHA512=m | ||
1337 | CONFIG_CRYPTO_WP512=m | ||
1338 | CONFIG_CRYPTO_TGR192=m | ||
1339 | CONFIG_CRYPTO_DES=y | ||
1340 | CONFIG_CRYPTO_BLOWFISH=m | ||
1341 | CONFIG_CRYPTO_TWOFISH=m | ||
1342 | CONFIG_CRYPTO_SERPENT=m | ||
1343 | CONFIG_CRYPTO_AES=m | ||
1344 | CONFIG_CRYPTO_CAST5=m | ||
1345 | CONFIG_CRYPTO_CAST6=m | ||
1346 | CONFIG_CRYPTO_TEA=m | ||
1347 | CONFIG_CRYPTO_ARC4=m | ||
1348 | CONFIG_CRYPTO_KHAZAD=m | ||
1349 | CONFIG_CRYPTO_ANUBIS=m | ||
1350 | CONFIG_CRYPTO_DEFLATE=m | ||
1351 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1352 | CONFIG_CRYPTO_CRC32C=m | ||
1353 | CONFIG_CRYPTO_TEST=m | ||
1354 | |||
1355 | # | ||
1356 | # Hardware crypto devices | ||
1357 | # | ||
1358 | |||
1359 | # | ||
1360 | # Library routines | ||
1361 | # | ||
1362 | CONFIG_CRC_CCITT=m | ||
1363 | # CONFIG_CRC16 is not set | ||
1364 | CONFIG_CRC32=y | ||
1365 | CONFIG_LIBCRC32C=m | ||
1366 | CONFIG_ZLIB_INFLATE=y | ||
1367 | CONFIG_ZLIB_DEFLATE=m | ||
1368 | CONFIG_TEXTSEARCH=y | ||
1369 | CONFIG_TEXTSEARCH_KMP=m | ||
1370 | CONFIG_TEXTSEARCH_BM=m | ||
1371 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile deleted file mode 100644 index e876c213f5ce..000000000000 --- a/arch/ppc64/kernel/Makefile +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux ppc64 kernel. | ||
3 | # | ||
4 | |||
5 | obj-y += idle.o align.o | ||
6 | |||
7 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o | ||
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 89c053b6c2c4..310865903234 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig | |||
@@ -23,6 +23,14 @@ config GENERIC_CALIBRATE_DELAY | |||
23 | bool | 23 | bool |
24 | default y | 24 | default y |
25 | 25 | ||
26 | config GENERIC_HARDIRQS | ||
27 | bool | ||
28 | default y | ||
29 | |||
30 | config GENERIC_IRQ_PROBE | ||
31 | bool | ||
32 | default y | ||
33 | |||
26 | # Turn off some random 386 crap that can affect device config | 34 | # Turn off some random 386 crap that can affect device config |
27 | config ISA | 35 | config ISA |
28 | bool | 36 | bool |
diff --git a/arch/v850/kernel/irq.c b/arch/v850/kernel/irq.c index 9e85969ba976..7a151c26f82e 100644 --- a/arch/v850/kernel/irq.c +++ b/arch/v850/kernel/irq.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * arch/v850/kernel/irq.c -- High-level interrupt handling | 2 | * arch/v850/kernel/irq.c -- High-level interrupt handling |
3 | * | 3 | * |
4 | * Copyright (C) 2001,02,03,04 NEC Electronics Corporation | 4 | * Copyright (C) 2001,02,03,04,05 NEC Electronics Corporation |
5 | * Copyright (C) 2001,02,03,04 Miles Bader <miles@gnu.org> | 5 | * Copyright (C) 2001,02,03,04,05 Miles Bader <miles@gnu.org> |
6 | * Copyright (C) 1994-2000 Ralf Baechle | 6 | * Copyright (C) 1994-2000 Ralf Baechle |
7 | * Copyright (C) 1992 Linus Torvalds | 7 | * Copyright (C) 1992 Linus Torvalds |
8 | * | 8 | * |
@@ -27,55 +27,15 @@ | |||
27 | #include <asm/system.h> | 27 | #include <asm/system.h> |
28 | 28 | ||
29 | /* | 29 | /* |
30 | * Controller mappings for all interrupt sources: | 30 | * 'what should we do if we get a hw irq event on an illegal vector'. |
31 | * each architecture has to answer this themselves, it doesn't deserve | ||
32 | * a generic callback i think. | ||
31 | */ | 33 | */ |
32 | irq_desc_t irq_desc[NR_IRQS] __cacheline_aligned = { | 34 | void ack_bad_irq(unsigned int irq) |
33 | [0 ... NR_IRQS-1] = { | ||
34 | .handler = &no_irq_type, | ||
35 | .lock = SPIN_LOCK_UNLOCKED | ||
36 | } | ||
37 | }; | ||
38 | |||
39 | /* | ||
40 | * Special irq handlers. | ||
41 | */ | ||
42 | |||
43 | irqreturn_t no_action(int cpl, void *dev_id, struct pt_regs *regs) | ||
44 | { | ||
45 | return IRQ_NONE; | ||
46 | } | ||
47 | |||
48 | /* | ||
49 | * Generic no controller code | ||
50 | */ | ||
51 | |||
52 | static void enable_none(unsigned int irq) { } | ||
53 | static unsigned int startup_none(unsigned int irq) { return 0; } | ||
54 | static void disable_none(unsigned int irq) { } | ||
55 | static void ack_none(unsigned int irq) | ||
56 | { | 35 | { |
57 | /* | ||
58 | * 'what should we do if we get a hw irq event on an illegal vector'. | ||
59 | * each architecture has to answer this themselves, it doesn't deserve | ||
60 | * a generic callback i think. | ||
61 | */ | ||
62 | printk("received IRQ %d with unknown interrupt type\n", irq); | 36 | printk("received IRQ %d with unknown interrupt type\n", irq); |
63 | } | 37 | } |
64 | 38 | ||
65 | /* startup is the same as "enable", shutdown is same as "disable" */ | ||
66 | #define shutdown_none disable_none | ||
67 | #define end_none enable_none | ||
68 | |||
69 | struct hw_interrupt_type no_irq_type = { | ||
70 | .typename = "none", | ||
71 | .startup = startup_none, | ||
72 | .shutdown = shutdown_none, | ||
73 | .enable = enable_none, | ||
74 | .disable = disable_none, | ||
75 | .ack = ack_none, | ||
76 | .end = end_none | ||
77 | }; | ||
78 | |||
79 | volatile unsigned long irq_err_count, spurious_count; | 39 | volatile unsigned long irq_err_count, spurious_count; |
80 | 40 | ||
81 | /* | 41 | /* |
@@ -84,643 +44,68 @@ volatile unsigned long irq_err_count, spurious_count; | |||
84 | 44 | ||
85 | int show_interrupts(struct seq_file *p, void *v) | 45 | int show_interrupts(struct seq_file *p, void *v) |
86 | { | 46 | { |
87 | int i = *(loff_t *) v; | 47 | int irq = *(loff_t *) v; |
88 | struct irqaction * action; | ||
89 | unsigned long flags; | ||
90 | 48 | ||
91 | if (i == 0) { | 49 | if (irq == 0) { |
50 | int cpu; | ||
92 | seq_puts(p, " "); | 51 | seq_puts(p, " "); |
93 | for (i=0; i < 1 /*smp_num_cpus*/; i++) | 52 | for (cpu=0; cpu < 1 /*smp_num_cpus*/; cpu++) |
94 | seq_printf(p, "CPU%d ", i); | 53 | seq_printf(p, "CPU%d ", cpu); |
95 | seq_putc(p, '\n'); | 54 | seq_putc(p, '\n'); |
96 | } | 55 | } |
97 | 56 | ||
98 | if (i < NR_IRQS) { | 57 | if (irq < NR_IRQS) { |
99 | int j, count, num; | 58 | unsigned long flags; |
100 | const char *type_name = irq_desc[i].handler->typename; | 59 | struct irqaction *action; |
101 | spin_lock_irqsave(&irq_desc[j].lock, flags); | ||
102 | action = irq_desc[i].action; | ||
103 | if (!action) | ||
104 | goto skip; | ||
105 | 60 | ||
106 | count = 0; | 61 | spin_lock_irqsave(&irq_desc[irq].lock, flags); |
107 | num = -1; | ||
108 | for (j = 0; j < NR_IRQS; j++) | ||
109 | if (irq_desc[j].handler->typename == type_name) { | ||
110 | if (i == j) | ||
111 | num = count; | ||
112 | count++; | ||
113 | } | ||
114 | 62 | ||
115 | seq_printf(p, "%3d: ",i); | 63 | action = irq_desc[irq].action; |
116 | seq_printf(p, "%10u ", kstat_irqs(i)); | 64 | if (action) { |
117 | if (count > 1) { | 65 | int j; |
118 | int prec = (num >= 100 ? 3 : num >= 10 ? 2 : 1); | 66 | int count = 0; |
119 | seq_printf(p, " %*s%d", 14 - prec, type_name, num); | 67 | int num = -1; |
120 | } else | 68 | const char *type_name = irq_desc[irq].handler->typename; |
121 | seq_printf(p, " %14s", type_name); | 69 | |
70 | for (j = 0; j < NR_IRQS; j++) | ||
71 | if (irq_desc[j].handler->typename == type_name){ | ||
72 | if (irq == j) | ||
73 | num = count; | ||
74 | count++; | ||
75 | } | ||
76 | |||
77 | seq_printf(p, "%3d: ",irq); | ||
78 | seq_printf(p, "%10u ", kstat_irqs(irq)); | ||
79 | if (count > 1) { | ||
80 | int prec = (num >= 100 ? 3 : num >= 10 ? 2 : 1); | ||
81 | seq_printf(p, " %*s%d", 14 - prec, | ||
82 | type_name, num); | ||
83 | } else | ||
84 | seq_printf(p, " %14s", type_name); | ||
122 | 85 | ||
123 | seq_printf(p, " %s", action->name); | 86 | seq_printf(p, " %s", action->name); |
124 | for (action=action->next; action; action = action->next) | 87 | for (action=action->next; action; action = action->next) |
125 | seq_printf(p, ", %s", action->name); | 88 | seq_printf(p, ", %s", action->name); |
126 | seq_putc(p, '\n'); | 89 | seq_putc(p, '\n'); |
127 | skip: | 90 | } |
128 | spin_unlock_irqrestore(&irq_desc[j].lock, flags); | ||
129 | } else if (i == NR_IRQS) | ||
130 | seq_printf(p, "ERR: %10lu\n", irq_err_count); | ||
131 | return 0; | ||
132 | } | ||
133 | |||
134 | /* | ||
135 | * This should really return information about whether | ||
136 | * we should do bottom half handling etc. Right now we | ||
137 | * end up _always_ checking the bottom half, which is a | ||
138 | * waste of time and is not what some drivers would | ||
139 | * prefer. | ||
140 | */ | ||
141 | int handle_IRQ_event(unsigned int irq, struct pt_regs * regs, struct irqaction * action) | ||
142 | { | ||
143 | int status = 1; /* Force the "do bottom halves" bit */ | ||
144 | int ret; | ||
145 | |||
146 | if (!(action->flags & SA_INTERRUPT)) | ||
147 | local_irq_enable(); | ||
148 | |||
149 | do { | ||
150 | ret = action->handler(irq, action->dev_id, regs); | ||
151 | if (ret == IRQ_HANDLED) | ||
152 | status |= action->flags; | ||
153 | action = action->next; | ||
154 | } while (action); | ||
155 | if (status & SA_SAMPLE_RANDOM) | ||
156 | add_interrupt_randomness(irq); | ||
157 | local_irq_disable(); | ||
158 | |||
159 | return status; | ||
160 | } | ||
161 | |||
162 | /* | ||
163 | * Generic enable/disable code: this just calls | ||
164 | * down into the PIC-specific version for the actual | ||
165 | * hardware disable after having gotten the irq | ||
166 | * controller lock. | ||
167 | */ | ||
168 | |||
169 | /** | ||
170 | * disable_irq_nosync - disable an irq without waiting | ||
171 | * @irq: Interrupt to disable | ||
172 | * | ||
173 | * Disable the selected interrupt line. Disables of an interrupt | ||
174 | * stack. Unlike disable_irq(), this function does not ensure existing | ||
175 | * instances of the IRQ handler have completed before returning. | ||
176 | * | ||
177 | * This function may be called from IRQ context. | ||
178 | */ | ||
179 | |||
180 | void inline disable_irq_nosync(unsigned int irq) | ||
181 | { | ||
182 | irq_desc_t *desc = irq_desc + irq; | ||
183 | unsigned long flags; | ||
184 | |||
185 | spin_lock_irqsave(&desc->lock, flags); | ||
186 | if (!desc->depth++) { | ||
187 | desc->status |= IRQ_DISABLED; | ||
188 | desc->handler->disable(irq); | ||
189 | } | ||
190 | spin_unlock_irqrestore(&desc->lock, flags); | ||
191 | } | ||
192 | |||
193 | /** | ||
194 | * disable_irq - disable an irq and wait for completion | ||
195 | * @irq: Interrupt to disable | ||
196 | * | ||
197 | * Disable the selected interrupt line. Disables of an interrupt | ||
198 | * stack. That is for two disables you need two enables. This | ||
199 | * function waits for any pending IRQ handlers for this interrupt | ||
200 | * to complete before returning. If you use this function while | ||
201 | * holding a resource the IRQ handler may need you will deadlock. | ||
202 | * | ||
203 | * This function may be called - with care - from IRQ context. | ||
204 | */ | ||
205 | |||
206 | void disable_irq(unsigned int irq) | ||
207 | { | ||
208 | disable_irq_nosync(irq); | ||
209 | synchronize_irq(irq); | ||
210 | } | ||
211 | 91 | ||
212 | /** | 92 | spin_unlock_irqrestore(&irq_desc[irq].lock, flags); |
213 | * enable_irq - enable interrupt handling on an irq | 93 | } else if (irq == NR_IRQS) |
214 | * @irq: Interrupt to enable | 94 | seq_printf(p, "ERR: %10lu\n", irq_err_count); |
215 | * | ||
216 | * Re-enables the processing of interrupts on this IRQ line | ||
217 | * providing no disable_irq calls are now in effect. | ||
218 | * | ||
219 | * This function may be called from IRQ context. | ||
220 | */ | ||
221 | |||
222 | void enable_irq(unsigned int irq) | ||
223 | { | ||
224 | irq_desc_t *desc = irq_desc + irq; | ||
225 | unsigned long flags; | ||
226 | 95 | ||
227 | spin_lock_irqsave(&desc->lock, flags); | 96 | return 0; |
228 | switch (desc->depth) { | ||
229 | case 1: { | ||
230 | unsigned int status = desc->status & ~IRQ_DISABLED; | ||
231 | desc->status = status; | ||
232 | if ((status & (IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) { | ||
233 | desc->status = status | IRQ_REPLAY; | ||
234 | hw_resend_irq(desc->handler,irq); | ||
235 | } | ||
236 | desc->handler->enable(irq); | ||
237 | /* fall-through */ | ||
238 | } | ||
239 | default: | ||
240 | desc->depth--; | ||
241 | break; | ||
242 | case 0: | ||
243 | printk("enable_irq(%u) unbalanced from %p\n", irq, | ||
244 | __builtin_return_address(0)); | ||
245 | } | ||
246 | spin_unlock_irqrestore(&desc->lock, flags); | ||
247 | } | 97 | } |
248 | 98 | ||
249 | /* Handle interrupt IRQ. REGS are the registers at the time of ther | 99 | /* Handle interrupt IRQ. REGS are the registers at the time of ther |
250 | interrupt. */ | 100 | interrupt. */ |
251 | unsigned int handle_irq (int irq, struct pt_regs *regs) | 101 | unsigned int handle_irq (int irq, struct pt_regs *regs) |
252 | { | 102 | { |
253 | /* | ||
254 | * We ack quickly, we don't want the irq controller | ||
255 | * thinking we're snobs just because some other CPU has | ||
256 | * disabled global interrupts (we have already done the | ||
257 | * INT_ACK cycles, it's too late to try to pretend to the | ||
258 | * controller that we aren't taking the interrupt). | ||
259 | * | ||
260 | * 0 return value means that this irq is already being | ||
261 | * handled by some other CPU. (or is disabled) | ||
262 | */ | ||
263 | int cpu = smp_processor_id(); | ||
264 | irq_desc_t *desc = irq_desc + irq; | ||
265 | struct irqaction * action; | ||
266 | unsigned int status; | ||
267 | |||
268 | irq_enter(); | 103 | irq_enter(); |
269 | kstat_cpu(cpu).irqs[irq]++; | 104 | __do_IRQ(irq, regs); |
270 | spin_lock(&desc->lock); | ||
271 | desc->handler->ack(irq); | ||
272 | /* | ||
273 | REPLAY is when Linux resends an IRQ that was dropped earlier | ||
274 | WAITING is used by probe to mark irqs that are being tested | ||
275 | */ | ||
276 | status = desc->status & ~(IRQ_REPLAY | IRQ_WAITING); | ||
277 | status |= IRQ_PENDING; /* we _want_ to handle it */ | ||
278 | |||
279 | /* | ||
280 | * If the IRQ is disabled for whatever reason, we cannot | ||
281 | * use the action we have. | ||
282 | */ | ||
283 | action = NULL; | ||
284 | if (likely(!(status & (IRQ_DISABLED | IRQ_INPROGRESS)))) { | ||
285 | action = desc->action; | ||
286 | status &= ~IRQ_PENDING; /* we commit to handling */ | ||
287 | status |= IRQ_INPROGRESS; /* we are handling it */ | ||
288 | } | ||
289 | desc->status = status; | ||
290 | |||
291 | /* | ||
292 | * If there is no IRQ handler or it was disabled, exit early. | ||
293 | Since we set PENDING, if another processor is handling | ||
294 | a different instance of this same irq, the other processor | ||
295 | will take care of it. | ||
296 | */ | ||
297 | if (unlikely(!action)) | ||
298 | goto out; | ||
299 | |||
300 | /* | ||
301 | * Edge triggered interrupts need to remember | ||
302 | * pending events. | ||
303 | * This applies to any hw interrupts that allow a second | ||
304 | * instance of the same irq to arrive while we are in handle_irq | ||
305 | * or in the handler. But the code here only handles the _second_ | ||
306 | * instance of the irq, not the third or fourth. So it is mostly | ||
307 | * useful for irq hardware that does not mask cleanly in an | ||
308 | * SMP environment. | ||
309 | */ | ||
310 | for (;;) { | ||
311 | spin_unlock(&desc->lock); | ||
312 | handle_IRQ_event(irq, regs, action); | ||
313 | spin_lock(&desc->lock); | ||
314 | |||
315 | if (likely(!(desc->status & IRQ_PENDING))) | ||
316 | break; | ||
317 | desc->status &= ~IRQ_PENDING; | ||
318 | } | ||
319 | desc->status &= ~IRQ_INPROGRESS; | ||
320 | |||
321 | out: | ||
322 | /* | ||
323 | * The ->end() handler has to deal with interrupts which got | ||
324 | * disabled while the handler was running. | ||
325 | */ | ||
326 | desc->handler->end(irq); | ||
327 | spin_unlock(&desc->lock); | ||
328 | |||
329 | irq_exit(); | 105 | irq_exit(); |
330 | |||
331 | return 1; | 106 | return 1; |
332 | } | 107 | } |
333 | 108 | ||
334 | /** | ||
335 | * request_irq - allocate an interrupt line | ||
336 | * @irq: Interrupt line to allocate | ||
337 | * @handler: Function to be called when the IRQ occurs | ||
338 | * @irqflags: Interrupt type flags | ||
339 | * @devname: An ascii name for the claiming device | ||
340 | * @dev_id: A cookie passed back to the handler function | ||
341 | * | ||
342 | * This call allocates interrupt resources and enables the | ||
343 | * interrupt line and IRQ handling. From the point this | ||
344 | * call is made your handler function may be invoked. Since | ||
345 | * your handler function must clear any interrupt the board | ||
346 | * raises, you must take care both to initialise your hardware | ||
347 | * and to set up the interrupt handler in the right order. | ||
348 | * | ||
349 | * Dev_id must be globally unique. Normally the address of the | ||
350 | * device data structure is used as the cookie. Since the handler | ||
351 | * receives this value it makes sense to use it. | ||
352 | * | ||
353 | * If your interrupt is shared you must pass a non NULL dev_id | ||
354 | * as this is required when freeing the interrupt. | ||
355 | * | ||
356 | * Flags: | ||
357 | * | ||
358 | * SA_SHIRQ Interrupt is shared | ||
359 | * | ||
360 | * SA_INTERRUPT Disable local interrupts while processing | ||
361 | * | ||
362 | * SA_SAMPLE_RANDOM The interrupt can be used for entropy | ||
363 | * | ||
364 | */ | ||
365 | |||
366 | int request_irq(unsigned int irq, | ||
367 | irqreturn_t (*handler)(int, void *, struct pt_regs *), | ||
368 | unsigned long irqflags, | ||
369 | const char * devname, | ||
370 | void *dev_id) | ||
371 | { | ||
372 | int retval; | ||
373 | struct irqaction * action; | ||
374 | |||
375 | #if 1 | ||
376 | /* | ||
377 | * Sanity-check: shared interrupts should REALLY pass in | ||
378 | * a real dev-ID, otherwise we'll have trouble later trying | ||
379 | * to figure out which interrupt is which (messes up the | ||
380 | * interrupt freeing logic etc). | ||
381 | */ | ||
382 | if (irqflags & SA_SHIRQ) { | ||
383 | if (!dev_id) | ||
384 | printk("Bad boy: %s (at 0x%x) called us without a dev_id!\n", devname, (&irq)[-1]); | ||
385 | } | ||
386 | #endif | ||
387 | |||
388 | if (irq >= NR_IRQS) | ||
389 | return -EINVAL; | ||
390 | if (!handler) | ||
391 | return -EINVAL; | ||
392 | |||
393 | action = (struct irqaction *) | ||
394 | kmalloc(sizeof(struct irqaction), GFP_KERNEL); | ||
395 | if (!action) | ||
396 | return -ENOMEM; | ||
397 | |||
398 | action->handler = handler; | ||
399 | action->flags = irqflags; | ||
400 | cpus_clear(action->mask); | ||
401 | action->name = devname; | ||
402 | action->next = NULL; | ||
403 | action->dev_id = dev_id; | ||
404 | |||
405 | retval = setup_irq(irq, action); | ||
406 | if (retval) | ||
407 | kfree(action); | ||
408 | return retval; | ||
409 | } | ||
410 | |||
411 | EXPORT_SYMBOL(request_irq); | ||
412 | |||
413 | /** | ||
414 | * free_irq - free an interrupt | ||
415 | * @irq: Interrupt line to free | ||
416 | * @dev_id: Device identity to free | ||
417 | * | ||
418 | * Remove an interrupt handler. The handler is removed and if the | ||
419 | * interrupt line is no longer in use by any driver it is disabled. | ||
420 | * On a shared IRQ the caller must ensure the interrupt is disabled | ||
421 | * on the card it drives before calling this function. The function | ||
422 | * does not return until any executing interrupts for this IRQ | ||
423 | * have completed. | ||
424 | * | ||
425 | * This function may be called from interrupt context. | ||
426 | * | ||
427 | * Bugs: Attempting to free an irq in a handler for the same irq hangs | ||
428 | * the machine. | ||
429 | */ | ||
430 | |||
431 | void free_irq(unsigned int irq, void *dev_id) | ||
432 | { | ||
433 | irq_desc_t *desc; | ||
434 | struct irqaction **p; | ||
435 | unsigned long flags; | ||
436 | |||
437 | if (irq >= NR_IRQS) | ||
438 | return; | ||
439 | |||
440 | desc = irq_desc + irq; | ||
441 | spin_lock_irqsave(&desc->lock,flags); | ||
442 | p = &desc->action; | ||
443 | for (;;) { | ||
444 | struct irqaction * action = *p; | ||
445 | if (action) { | ||
446 | struct irqaction **pp = p; | ||
447 | p = &action->next; | ||
448 | if (action->dev_id != dev_id) | ||
449 | continue; | ||
450 | |||
451 | /* Found it - now remove it from the list of entries */ | ||
452 | *pp = action->next; | ||
453 | if (!desc->action) { | ||
454 | desc->status |= IRQ_DISABLED; | ||
455 | desc->handler->shutdown(irq); | ||
456 | } | ||
457 | spin_unlock_irqrestore(&desc->lock,flags); | ||
458 | |||
459 | synchronize_irq(irq); | ||
460 | kfree(action); | ||
461 | return; | ||
462 | } | ||
463 | printk("Trying to free free IRQ%d\n",irq); | ||
464 | spin_unlock_irqrestore(&desc->lock,flags); | ||
465 | return; | ||
466 | } | ||
467 | } | ||
468 | |||
469 | EXPORT_SYMBOL(free_irq); | ||
470 | |||
471 | /* | ||
472 | * IRQ autodetection code.. | ||
473 | * | ||
474 | * This depends on the fact that any interrupt that | ||
475 | * comes in on to an unassigned handler will get stuck | ||
476 | * with "IRQ_WAITING" cleared and the interrupt | ||
477 | * disabled. | ||
478 | */ | ||
479 | |||
480 | static DECLARE_MUTEX(probe_sem); | ||
481 | |||
482 | /** | ||
483 | * probe_irq_on - begin an interrupt autodetect | ||
484 | * | ||
485 | * Commence probing for an interrupt. The interrupts are scanned | ||
486 | * and a mask of potential interrupt lines is returned. | ||
487 | * | ||
488 | */ | ||
489 | |||
490 | unsigned long probe_irq_on(void) | ||
491 | { | ||
492 | unsigned int i; | ||
493 | irq_desc_t *desc; | ||
494 | unsigned long val; | ||
495 | unsigned long delay; | ||
496 | |||
497 | down(&probe_sem); | ||
498 | /* | ||
499 | * something may have generated an irq long ago and we want to | ||
500 | * flush such a longstanding irq before considering it as spurious. | ||
501 | */ | ||
502 | for (i = NR_IRQS-1; i > 0; i--) { | ||
503 | desc = irq_desc + i; | ||
504 | |||
505 | spin_lock_irq(&desc->lock); | ||
506 | if (!irq_desc[i].action) | ||
507 | irq_desc[i].handler->startup(i); | ||
508 | spin_unlock_irq(&desc->lock); | ||
509 | } | ||
510 | |||
511 | /* Wait for longstanding interrupts to trigger. */ | ||
512 | for (delay = jiffies + HZ/50; time_after(delay, jiffies); ) | ||
513 | /* about 20ms delay */ barrier(); | ||
514 | |||
515 | /* | ||
516 | * enable any unassigned irqs | ||
517 | * (we must startup again here because if a longstanding irq | ||
518 | * happened in the previous stage, it may have masked itself) | ||
519 | */ | ||
520 | for (i = NR_IRQS-1; i > 0; i--) { | ||
521 | desc = irq_desc + i; | ||
522 | |||
523 | spin_lock_irq(&desc->lock); | ||
524 | if (!desc->action) { | ||
525 | desc->status |= IRQ_AUTODETECT | IRQ_WAITING; | ||
526 | if (desc->handler->startup(i)) | ||
527 | desc->status |= IRQ_PENDING; | ||
528 | } | ||
529 | spin_unlock_irq(&desc->lock); | ||
530 | } | ||
531 | |||
532 | /* | ||
533 | * Wait for spurious interrupts to trigger | ||
534 | */ | ||
535 | for (delay = jiffies + HZ/10; time_after(delay, jiffies); ) | ||
536 | /* about 100ms delay */ barrier(); | ||
537 | |||
538 | /* | ||
539 | * Now filter out any obviously spurious interrupts | ||
540 | */ | ||
541 | val = 0; | ||
542 | for (i = 0; i < NR_IRQS; i++) { | ||
543 | irq_desc_t *desc = irq_desc + i; | ||
544 | unsigned int status; | ||
545 | |||
546 | spin_lock_irq(&desc->lock); | ||
547 | status = desc->status; | ||
548 | |||
549 | if (status & IRQ_AUTODETECT) { | ||
550 | /* It triggered already - consider it spurious. */ | ||
551 | if (!(status & IRQ_WAITING)) { | ||
552 | desc->status = status & ~IRQ_AUTODETECT; | ||
553 | desc->handler->shutdown(i); | ||
554 | } else | ||
555 | if (i < 32) | ||
556 | val |= 1 << i; | ||
557 | } | ||
558 | spin_unlock_irq(&desc->lock); | ||
559 | } | ||
560 | |||
561 | return val; | ||
562 | } | ||
563 | |||
564 | EXPORT_SYMBOL(probe_irq_on); | ||
565 | |||
566 | /* | ||
567 | * Return a mask of triggered interrupts (this | ||
568 | * can handle only legacy ISA interrupts). | ||
569 | */ | ||
570 | |||
571 | /** | ||
572 | * probe_irq_mask - scan a bitmap of interrupt lines | ||
573 | * @val: mask of interrupts to consider | ||
574 | * | ||
575 | * Scan the ISA bus interrupt lines and return a bitmap of | ||
576 | * active interrupts. The interrupt probe logic state is then | ||
577 | * returned to its previous value. | ||
578 | * | ||
579 | * Note: we need to scan all the irq's even though we will | ||
580 | * only return ISA irq numbers - just so that we reset them | ||
581 | * all to a known state. | ||
582 | */ | ||
583 | unsigned int probe_irq_mask(unsigned long val) | ||
584 | { | ||
585 | int i; | ||
586 | unsigned int mask; | ||
587 | |||
588 | mask = 0; | ||
589 | for (i = 0; i < NR_IRQS; i++) { | ||
590 | irq_desc_t *desc = irq_desc + i; | ||
591 | unsigned int status; | ||
592 | |||
593 | spin_lock_irq(&desc->lock); | ||
594 | status = desc->status; | ||
595 | |||
596 | if (status & IRQ_AUTODETECT) { | ||
597 | if (i < 16 && !(status & IRQ_WAITING)) | ||
598 | mask |= 1 << i; | ||
599 | |||
600 | desc->status = status & ~IRQ_AUTODETECT; | ||
601 | desc->handler->shutdown(i); | ||
602 | } | ||
603 | spin_unlock_irq(&desc->lock); | ||
604 | } | ||
605 | up(&probe_sem); | ||
606 | |||
607 | return mask & val; | ||
608 | } | ||
609 | |||
610 | /* | ||
611 | * Return the one interrupt that triggered (this can | ||
612 | * handle any interrupt source). | ||
613 | */ | ||
614 | |||
615 | /** | ||
616 | * probe_irq_off - end an interrupt autodetect | ||
617 | * @val: mask of potential interrupts (unused) | ||
618 | * | ||
619 | * Scans the unused interrupt lines and returns the line which | ||
620 | * appears to have triggered the interrupt. If no interrupt was | ||
621 | * found then zero is returned. If more than one interrupt is | ||
622 | * found then minus the first candidate is returned to indicate | ||
623 | * their is doubt. | ||
624 | * | ||
625 | * The interrupt probe logic state is returned to its previous | ||
626 | * value. | ||
627 | * | ||
628 | * BUGS: When used in a module (which arguably shouldnt happen) | ||
629 | * nothing prevents two IRQ probe callers from overlapping. The | ||
630 | * results of this are non-optimal. | ||
631 | */ | ||
632 | |||
633 | int probe_irq_off(unsigned long val) | ||
634 | { | ||
635 | int i, irq_found, nr_irqs; | ||
636 | |||
637 | nr_irqs = 0; | ||
638 | irq_found = 0; | ||
639 | for (i = 0; i < NR_IRQS; i++) { | ||
640 | irq_desc_t *desc = irq_desc + i; | ||
641 | unsigned int status; | ||
642 | |||
643 | spin_lock_irq(&desc->lock); | ||
644 | status = desc->status; | ||
645 | |||
646 | if (status & IRQ_AUTODETECT) { | ||
647 | if (!(status & IRQ_WAITING)) { | ||
648 | if (!nr_irqs) | ||
649 | irq_found = i; | ||
650 | nr_irqs++; | ||
651 | } | ||
652 | desc->status = status & ~IRQ_AUTODETECT; | ||
653 | desc->handler->shutdown(i); | ||
654 | } | ||
655 | spin_unlock_irq(&desc->lock); | ||
656 | } | ||
657 | up(&probe_sem); | ||
658 | |||
659 | if (nr_irqs > 1) | ||
660 | irq_found = -irq_found; | ||
661 | return irq_found; | ||
662 | } | ||
663 | |||
664 | EXPORT_SYMBOL(probe_irq_off); | ||
665 | |||
666 | /* this was setup_x86_irq but it seems pretty generic */ | ||
667 | int setup_irq(unsigned int irq, struct irqaction * new) | ||
668 | { | ||
669 | int shared = 0; | ||
670 | unsigned long flags; | ||
671 | struct irqaction *old, **p; | ||
672 | irq_desc_t *desc = irq_desc + irq; | ||
673 | |||
674 | /* | ||
675 | * Some drivers like serial.c use request_irq() heavily, | ||
676 | * so we have to be careful not to interfere with a | ||
677 | * running system. | ||
678 | */ | ||
679 | if (new->flags & SA_SAMPLE_RANDOM) { | ||
680 | /* | ||
681 | * This function might sleep, we want to call it first, | ||
682 | * outside of the atomic block. | ||
683 | * Yes, this might clear the entropy pool if the wrong | ||
684 | * driver is attempted to be loaded, without actually | ||
685 | * installing a new handler, but is this really a problem, | ||
686 | * only the sysadmin is able to do this. | ||
687 | */ | ||
688 | rand_initialize_irq(irq); | ||
689 | } | ||
690 | |||
691 | /* | ||
692 | * The following block of code has to be executed atomically | ||
693 | */ | ||
694 | spin_lock_irqsave(&desc->lock,flags); | ||
695 | p = &desc->action; | ||
696 | if ((old = *p) != NULL) { | ||
697 | /* Can't share interrupts unless both agree to */ | ||
698 | if (!(old->flags & new->flags & SA_SHIRQ)) { | ||
699 | spin_unlock_irqrestore(&desc->lock,flags); | ||
700 | return -EBUSY; | ||
701 | } | ||
702 | |||
703 | /* add new interrupt at end of irq queue */ | ||
704 | do { | ||
705 | p = &old->next; | ||
706 | old = *p; | ||
707 | } while (old); | ||
708 | shared = 1; | ||
709 | } | ||
710 | |||
711 | *p = new; | ||
712 | |||
713 | if (!shared) { | ||
714 | desc->depth = 0; | ||
715 | desc->status &= ~(IRQ_DISABLED | IRQ_AUTODETECT | IRQ_WAITING | IRQ_INPROGRESS); | ||
716 | desc->handler->startup(irq); | ||
717 | } | ||
718 | spin_unlock_irqrestore(&desc->lock,flags); | ||
719 | |||
720 | /* register_irq_proc(irq); */ | ||
721 | return 0; | ||
722 | } | ||
723 | |||
724 | /* Initialize irq handling for IRQs. | 109 | /* Initialize irq handling for IRQs. |
725 | BASE_IRQ, BASE_IRQ+INTERVAL, ..., BASE_IRQ+NUM*INTERVAL | 110 | BASE_IRQ, BASE_IRQ+INTERVAL, ..., BASE_IRQ+NUM*INTERVAL |
726 | to IRQ_TYPE. An IRQ_TYPE of 0 means to use a generic interrupt type. */ | 111 | to IRQ_TYPE. An IRQ_TYPE of 0 means to use a generic interrupt type. */ |
@@ -736,9 +121,3 @@ init_irq_handlers (int base_irq, int num, int interval, | |||
736 | base_irq += interval; | 121 | base_irq += interval; |
737 | } | 122 | } |
738 | } | 123 | } |
739 | |||
740 | #if defined(CONFIG_PROC_FS) && defined(CONFIG_SYSCTL) | ||
741 | void init_irq_proc(void) | ||
742 | { | ||
743 | } | ||
744 | #endif /* CONFIG_PROC_FS && CONFIG_SYSCTL */ | ||
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index 573b6a97bb1f..70d8a6ec0920 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c | |||
@@ -514,8 +514,6 @@ static int acpi_processor_set_power_policy(struct acpi_processor *pr) | |||
514 | 514 | ||
515 | static int acpi_processor_get_power_info_fadt(struct acpi_processor *pr) | 515 | static int acpi_processor_get_power_info_fadt(struct acpi_processor *pr) |
516 | { | 516 | { |
517 | int i; | ||
518 | |||
519 | ACPI_FUNCTION_TRACE("acpi_processor_get_power_info_fadt"); | 517 | ACPI_FUNCTION_TRACE("acpi_processor_get_power_info_fadt"); |
520 | 518 | ||
521 | if (!pr) | 519 | if (!pr) |
@@ -524,8 +522,7 @@ static int acpi_processor_get_power_info_fadt(struct acpi_processor *pr) | |||
524 | if (!pr->pblk) | 522 | if (!pr->pblk) |
525 | return_VALUE(-ENODEV); | 523 | return_VALUE(-ENODEV); |
526 | 524 | ||
527 | for (i = 0; i < ACPI_PROCESSOR_MAX_POWER; i++) | 525 | memset(pr->power.states, 0, sizeof(pr->power.states)); |
528 | memset(pr->power.states, 0, sizeof(struct acpi_processor_cx)); | ||
529 | 526 | ||
530 | /* if info is obtained from pblk/fadt, type equals state */ | 527 | /* if info is obtained from pblk/fadt, type equals state */ |
531 | pr->power.states[ACPI_STATE_C1].type = ACPI_STATE_C1; | 528 | pr->power.states[ACPI_STATE_C1].type = ACPI_STATE_C1; |
@@ -555,13 +552,9 @@ static int acpi_processor_get_power_info_fadt(struct acpi_processor *pr) | |||
555 | 552 | ||
556 | static int acpi_processor_get_power_info_default_c1(struct acpi_processor *pr) | 553 | static int acpi_processor_get_power_info_default_c1(struct acpi_processor *pr) |
557 | { | 554 | { |
558 | int i; | ||
559 | |||
560 | ACPI_FUNCTION_TRACE("acpi_processor_get_power_info_default_c1"); | 555 | ACPI_FUNCTION_TRACE("acpi_processor_get_power_info_default_c1"); |
561 | 556 | ||
562 | for (i = 0; i < ACPI_PROCESSOR_MAX_POWER; i++) | 557 | memset(pr->power.states, 0, sizeof(pr->power.states)); |
563 | memset(&(pr->power.states[i]), 0, | ||
564 | sizeof(struct acpi_processor_cx)); | ||
565 | 558 | ||
566 | /* if info is obtained from pblk/fadt, type equals state */ | 559 | /* if info is obtained from pblk/fadt, type equals state */ |
567 | pr->power.states[ACPI_STATE_C1].type = ACPI_STATE_C1; | 560 | pr->power.states[ACPI_STATE_C1].type = ACPI_STATE_C1; |
@@ -873,7 +866,8 @@ static int acpi_processor_get_power_info(struct acpi_processor *pr) | |||
873 | for (i = 1; i < ACPI_PROCESSOR_MAX_POWER; i++) { | 866 | for (i = 1; i < ACPI_PROCESSOR_MAX_POWER; i++) { |
874 | if (pr->power.states[i].valid) { | 867 | if (pr->power.states[i].valid) { |
875 | pr->power.count = i; | 868 | pr->power.count = i; |
876 | pr->flags.power = 1; | 869 | if (pr->power.states[i].type >= ACPI_STATE_C2) |
870 | pr->flags.power = 1; | ||
877 | } | 871 | } |
878 | } | 872 | } |
879 | 873 | ||
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index 3226aa11c6ef..2942d32280a5 100644 --- a/drivers/block/cciss_scsi.c +++ b/drivers/block/cciss_scsi.c | |||
@@ -255,7 +255,7 @@ scsi_cmd_stack_free(int ctlr) | |||
255 | #define DEVICETYPE(n) (n<0 || n>MAX_SCSI_DEVICE_CODE) ? \ | 255 | #define DEVICETYPE(n) (n<0 || n>MAX_SCSI_DEVICE_CODE) ? \ |
256 | "Unknown" : scsi_device_types[n] | 256 | "Unknown" : scsi_device_types[n] |
257 | 257 | ||
258 | #if 1 | 258 | #if 0 |
259 | static int xmargin=8; | 259 | static int xmargin=8; |
260 | static int amargin=60; | 260 | static int amargin=60; |
261 | 261 | ||
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index d16bd4b5c117..6b302a930e5f 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | #define PFX "IPMI message handler: " | 49 | #define PFX "IPMI message handler: " |
50 | 50 | ||
51 | #define IPMI_DRIVER_VERSION "36.0" | 51 | #define IPMI_DRIVER_VERSION "38.0" |
52 | 52 | ||
53 | static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void); | 53 | static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void); |
54 | static int ipmi_init_msghandler(void); | 54 | static int ipmi_init_msghandler(void); |
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index ea89dca3dbb5..01a1f6badb53 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c | |||
@@ -2203,7 +2203,7 @@ static void setup_xaction_handlers(struct smi_info *smi_info) | |||
2203 | 2203 | ||
2204 | static inline void wait_for_timer_and_thread(struct smi_info *smi_info) | 2204 | static inline void wait_for_timer_and_thread(struct smi_info *smi_info) |
2205 | { | 2205 | { |
2206 | if (smi_info->thread != ERR_PTR(-ENOMEM)) | 2206 | if (smi_info->thread != NULL && smi_info->thread != ERR_PTR(-ENOMEM)) |
2207 | kthread_stop(smi_info->thread); | 2207 | kthread_stop(smi_info->thread); |
2208 | del_timer_sync(&smi_info->si_timer); | 2208 | del_timer_sync(&smi_info->si_timer); |
2209 | } | 2209 | } |
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index b58adfe3ed19..a6873bf89ffa 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -6,7 +6,7 @@ menu "TPM devices" | |||
6 | 6 | ||
7 | config TCG_TPM | 7 | config TCG_TPM |
8 | tristate "TPM Hardware Support" | 8 | tristate "TPM Hardware Support" |
9 | depends on EXPERIMENTAL && PCI | 9 | depends on EXPERIMENTAL |
10 | ---help--- | 10 | ---help--- |
11 | If you have a TPM security chip in your system, which | 11 | If you have a TPM security chip in your system, which |
12 | implements the Trusted Computing Group's specification, | 12 | implements the Trusted Computing Group's specification, |
diff --git a/drivers/char/tpm/tpm.c b/drivers/char/tpm/tpm.c index 0b283d246730..a9be0e8eaea5 100644 --- a/drivers/char/tpm/tpm.c +++ b/drivers/char/tpm/tpm.c | |||
@@ -377,6 +377,7 @@ int tpm_release(struct inode *inode, struct file *file) | |||
377 | file->private_data = NULL; | 377 | file->private_data = NULL; |
378 | chip->num_opens--; | 378 | chip->num_opens--; |
379 | del_singleshot_timer_sync(&chip->user_read_timer); | 379 | del_singleshot_timer_sync(&chip->user_read_timer); |
380 | flush_scheduled_work(); | ||
380 | atomic_set(&chip->data_pending, 0); | 381 | atomic_set(&chip->data_pending, 0); |
381 | put_device(chip->dev); | 382 | put_device(chip->dev); |
382 | kfree(chip->data_buffer); | 383 | kfree(chip->data_buffer); |
@@ -428,6 +429,7 @@ ssize_t tpm_read(struct file * file, char __user *buf, | |||
428 | int ret_size; | 429 | int ret_size; |
429 | 430 | ||
430 | del_singleshot_timer_sync(&chip->user_read_timer); | 431 | del_singleshot_timer_sync(&chip->user_read_timer); |
432 | flush_scheduled_work(); | ||
431 | ret_size = atomic_read(&chip->data_pending); | 433 | ret_size = atomic_read(&chip->data_pending); |
432 | atomic_set(&chip->data_pending, 0); | 434 | atomic_set(&chip->data_pending, 0); |
433 | if (ret_size > 0) { /* relay data */ | 435 | if (ret_size > 0) { /* relay data */ |
diff --git a/drivers/char/tpm/tpm_atmel.c b/drivers/char/tpm/tpm_atmel.c index deb4b5c80914..ff3654964fe3 100644 --- a/drivers/char/tpm/tpm_atmel.c +++ b/drivers/char/tpm/tpm_atmel.c | |||
@@ -47,13 +47,12 @@ static int tpm_atml_recv(struct tpm_chip *chip, u8 *buf, size_t count) | |||
47 | return -EIO; | 47 | return -EIO; |
48 | 48 | ||
49 | for (i = 0; i < 6; i++) { | 49 | for (i = 0; i < 6; i++) { |
50 | status = atmel_getb(chip, 1); | 50 | status = ioread8(chip->vendor->iobase + 1); |
51 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { | 51 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { |
52 | dev_err(chip->dev, | 52 | dev_err(chip->dev, "error reading header\n"); |
53 | "error reading header\n"); | ||
54 | return -EIO; | 53 | return -EIO; |
55 | } | 54 | } |
56 | *buf++ = atmel_getb(chip, 0); | 55 | *buf++ = ioread8(chip->vendor->iobase); |
57 | } | 56 | } |
58 | 57 | ||
59 | /* size of the data received */ | 58 | /* size of the data received */ |
@@ -64,10 +63,9 @@ static int tpm_atml_recv(struct tpm_chip *chip, u8 *buf, size_t count) | |||
64 | dev_err(chip->dev, | 63 | dev_err(chip->dev, |
65 | "Recv size(%d) less than available space\n", size); | 64 | "Recv size(%d) less than available space\n", size); |
66 | for (; i < size; i++) { /* clear the waiting data anyway */ | 65 | for (; i < size; i++) { /* clear the waiting data anyway */ |
67 | status = atmel_getb(chip, 1); | 66 | status = ioread8(chip->vendor->iobase + 1); |
68 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { | 67 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { |
69 | dev_err(chip->dev, | 68 | dev_err(chip->dev, "error reading data\n"); |
70 | "error reading data\n"); | ||
71 | return -EIO; | 69 | return -EIO; |
72 | } | 70 | } |
73 | } | 71 | } |
@@ -76,17 +74,17 @@ static int tpm_atml_recv(struct tpm_chip *chip, u8 *buf, size_t count) | |||
76 | 74 | ||
77 | /* read all the data available */ | 75 | /* read all the data available */ |
78 | for (; i < size; i++) { | 76 | for (; i < size; i++) { |
79 | status = atmel_getb(chip, 1); | 77 | status = ioread8(chip->vendor->iobase + 1); |
80 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { | 78 | if ((status & ATML_STATUS_DATA_AVAIL) == 0) { |
81 | dev_err(chip->dev, | 79 | dev_err(chip->dev, "error reading data\n"); |
82 | "error reading data\n"); | ||
83 | return -EIO; | 80 | return -EIO; |
84 | } | 81 | } |
85 | *buf++ = atmel_getb(chip, 0); | 82 | *buf++ = ioread8(chip->vendor->iobase); |
86 | } | 83 | } |
87 | 84 | ||
88 | /* make sure data available is gone */ | 85 | /* make sure data available is gone */ |
89 | status = atmel_getb(chip, 1); | 86 | status = ioread8(chip->vendor->iobase + 1); |
87 | |||
90 | if (status & ATML_STATUS_DATA_AVAIL) { | 88 | if (status & ATML_STATUS_DATA_AVAIL) { |
91 | dev_err(chip->dev, "data available is stuck\n"); | 89 | dev_err(chip->dev, "data available is stuck\n"); |
92 | return -EIO; | 90 | return -EIO; |
@@ -102,7 +100,7 @@ static int tpm_atml_send(struct tpm_chip *chip, u8 *buf, size_t count) | |||
102 | dev_dbg(chip->dev, "tpm_atml_send:\n"); | 100 | dev_dbg(chip->dev, "tpm_atml_send:\n"); |
103 | for (i = 0; i < count; i++) { | 101 | for (i = 0; i < count; i++) { |
104 | dev_dbg(chip->dev, "%d 0x%x(%d)\n", i, buf[i], buf[i]); | 102 | dev_dbg(chip->dev, "%d 0x%x(%d)\n", i, buf[i], buf[i]); |
105 | atmel_putb(buf[i], chip, 0); | 103 | iowrite8(buf[i], chip->vendor->iobase); |
106 | } | 104 | } |
107 | 105 | ||
108 | return count; | 106 | return count; |
@@ -110,12 +108,12 @@ static int tpm_atml_send(struct tpm_chip *chip, u8 *buf, size_t count) | |||
110 | 108 | ||
111 | static void tpm_atml_cancel(struct tpm_chip *chip) | 109 | static void tpm_atml_cancel(struct tpm_chip *chip) |
112 | { | 110 | { |
113 | atmel_putb(ATML_STATUS_ABORT, chip, 1); | 111 | iowrite8(ATML_STATUS_ABORT, chip->vendor->iobase + 1); |
114 | } | 112 | } |
115 | 113 | ||
116 | static u8 tpm_atml_status(struct tpm_chip *chip) | 114 | static u8 tpm_atml_status(struct tpm_chip *chip) |
117 | { | 115 | { |
118 | return atmel_getb(chip, 1); | 116 | return ioread8(chip->vendor->iobase + 1); |
119 | } | 117 | } |
120 | 118 | ||
121 | static struct file_operations atmel_ops = { | 119 | static struct file_operations atmel_ops = { |
@@ -162,7 +160,8 @@ static void atml_plat_remove(void) | |||
162 | 160 | ||
163 | if (chip) { | 161 | if (chip) { |
164 | if (chip->vendor->have_region) | 162 | if (chip->vendor->have_region) |
165 | atmel_release_region(chip->vendor->base, chip->vendor->region_size); | 163 | atmel_release_region(chip->vendor->base, |
164 | chip->vendor->region_size); | ||
166 | atmel_put_base_addr(chip->vendor); | 165 | atmel_put_base_addr(chip->vendor); |
167 | tpm_remove_hardware(chip->dev); | 166 | tpm_remove_hardware(chip->dev); |
168 | platform_device_unregister(pdev); | 167 | platform_device_unregister(pdev); |
@@ -183,14 +182,19 @@ static int __init init_atmel(void) | |||
183 | 182 | ||
184 | driver_register(&atml_drv); | 183 | driver_register(&atml_drv); |
185 | 184 | ||
186 | if (atmel_get_base_addr(&tpm_atmel) != 0) { | 185 | if ((tpm_atmel.iobase = atmel_get_base_addr(&tpm_atmel)) == NULL) { |
187 | rc = -ENODEV; | 186 | rc = -ENODEV; |
188 | goto err_unreg_drv; | 187 | goto err_unreg_drv; |
189 | } | 188 | } |
190 | 189 | ||
191 | tpm_atmel.have_region = (atmel_request_region( tpm_atmel.base, tpm_atmel.region_size, "tpm_atmel0") == NULL) ? 0 : 1; | 190 | tpm_atmel.have_region = |
191 | (atmel_request_region | ||
192 | (tpm_atmel.base, tpm_atmel.region_size, | ||
193 | "tpm_atmel0") == NULL) ? 0 : 1; | ||
192 | 194 | ||
193 | if (IS_ERR(pdev = platform_device_register_simple("tpm_atmel", -1, NULL, 0 ))) { | 195 | if (IS_ERR |
196 | (pdev = | ||
197 | platform_device_register_simple("tpm_atmel", -1, NULL, 0))) { | ||
194 | rc = PTR_ERR(pdev); | 198 | rc = PTR_ERR(pdev); |
195 | goto err_rel_reg; | 199 | goto err_rel_reg; |
196 | } | 200 | } |
@@ -202,9 +206,10 @@ static int __init init_atmel(void) | |||
202 | err_unreg_dev: | 206 | err_unreg_dev: |
203 | platform_device_unregister(pdev); | 207 | platform_device_unregister(pdev); |
204 | err_rel_reg: | 208 | err_rel_reg: |
205 | if (tpm_atmel.have_region) | ||
206 | atmel_release_region(tpm_atmel.base, tpm_atmel.region_size); | ||
207 | atmel_put_base_addr(&tpm_atmel); | 209 | atmel_put_base_addr(&tpm_atmel); |
210 | if (tpm_atmel.have_region) | ||
211 | atmel_release_region(tpm_atmel.base, | ||
212 | tpm_atmel.region_size); | ||
208 | err_unreg_drv: | 213 | err_unreg_drv: |
209 | driver_unregister(&atml_drv); | 214 | driver_unregister(&atml_drv); |
210 | return rc; | 215 | return rc; |
diff --git a/drivers/char/tpm/tpm_atmel.h b/drivers/char/tpm/tpm_atmel.h index 3c5b9a8d1c49..d3478aaadd77 100644 --- a/drivers/char/tpm/tpm_atmel.h +++ b/drivers/char/tpm/tpm_atmel.h | |||
@@ -27,12 +27,14 @@ | |||
27 | #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) | 27 | #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset) |
28 | #define atmel_request_region request_mem_region | 28 | #define atmel_request_region request_mem_region |
29 | #define atmel_release_region release_mem_region | 29 | #define atmel_release_region release_mem_region |
30 | static inline void atmel_put_base_addr(struct tpm_vendor_specific *vendor) | 30 | |
31 | static inline void atmel_put_base_addr(struct tpm_vendor_specific | ||
32 | *vendor) | ||
31 | { | 33 | { |
32 | iounmap(vendor->iobase); | 34 | iounmap(vendor->iobase); |
33 | } | 35 | } |
34 | 36 | ||
35 | static int atmel_get_base_addr(struct tpm_vendor_specific *vendor) | 37 | static void __iomem * atmel_get_base_addr(struct tpm_vendor_specific *vendor) |
36 | { | 38 | { |
37 | struct device_node *dn; | 39 | struct device_node *dn; |
38 | unsigned long address, size; | 40 | unsigned long address, size; |
@@ -44,11 +46,11 @@ static int atmel_get_base_addr(struct tpm_vendor_specific *vendor) | |||
44 | dn = of_find_node_by_name(NULL, "tpm"); | 46 | dn = of_find_node_by_name(NULL, "tpm"); |
45 | 47 | ||
46 | if (!dn) | 48 | if (!dn) |
47 | return 1; | 49 | return NULL; |
48 | 50 | ||
49 | if (!device_is_compatible(dn, "AT97SC3201")) { | 51 | if (!device_is_compatible(dn, "AT97SC3201")) { |
50 | of_node_put(dn); | 52 | of_node_put(dn); |
51 | return 1; | 53 | return NULL; |
52 | } | 54 | } |
53 | 55 | ||
54 | reg = (unsigned int *) get_property(dn, "reg", ®len); | 56 | reg = (unsigned int *) get_property(dn, "reg", ®len); |
@@ -71,8 +73,7 @@ static int atmel_get_base_addr(struct tpm_vendor_specific *vendor) | |||
71 | 73 | ||
72 | vendor->base = address; | 74 | vendor->base = address; |
73 | vendor->region_size = size; | 75 | vendor->region_size = size; |
74 | vendor->iobase = ioremap(address, size); | 76 | return ioremap(vendor->base, vendor->region_size); |
75 | return 0; | ||
76 | } | 77 | } |
77 | #else | 78 | #else |
78 | #define atmel_getb(chip, offset) inb(chip->vendor->base + offset) | 79 | #define atmel_getb(chip, offset) inb(chip->vendor->base + offset) |
@@ -105,18 +106,19 @@ static int atmel_verify_tpm11(void) | |||
105 | return 0; | 106 | return 0; |
106 | } | 107 | } |
107 | 108 | ||
108 | static inline void atmel_put_base_addr(struct tpm_vendor_specific *vendor) | 109 | static inline void atmel_put_base_addr(struct tpm_vendor_specific |
110 | *vendor) | ||
109 | { | 111 | { |
110 | } | 112 | } |
111 | 113 | ||
112 | /* Determine where to talk to device */ | 114 | /* Determine where to talk to device */ |
113 | static unsigned long atmel_get_base_addr(struct tpm_vendor_specific | 115 | static void __iomem * atmel_get_base_addr(struct tpm_vendor_specific |
114 | *vendor) | 116 | *vendor) |
115 | { | 117 | { |
116 | int lo, hi; | 118 | int lo, hi; |
117 | 119 | ||
118 | if (atmel_verify_tpm11() != 0) | 120 | if (atmel_verify_tpm11() != 0) |
119 | return 1; | 121 | return NULL; |
120 | 122 | ||
121 | lo = tpm_read_index(TPM_ADDR, TPM_ATMEL_BASE_ADDR_LO); | 123 | lo = tpm_read_index(TPM_ADDR, TPM_ATMEL_BASE_ADDR_LO); |
122 | hi = tpm_read_index(TPM_ADDR, TPM_ATMEL_BASE_ADDR_HI); | 124 | hi = tpm_read_index(TPM_ADDR, TPM_ATMEL_BASE_ADDR_HI); |
@@ -124,6 +126,6 @@ static unsigned long atmel_get_base_addr(struct tpm_vendor_specific | |||
124 | vendor->base = (hi << 8) | lo; | 126 | vendor->base = (hi << 8) | lo; |
125 | vendor->region_size = 2; | 127 | vendor->region_size = 2; |
126 | 128 | ||
127 | return 0; | 129 | return ioport_map(vendor->base, vendor->region_size); |
128 | } | 130 | } |
129 | #endif | 131 | #endif |
diff --git a/drivers/i2c/busses/i2c-ixp4xx.c b/drivers/i2c/busses/i2c-ixp4xx.c index aa36855fa995..f87220be3c87 100644 --- a/drivers/i2c/busses/i2c-ixp4xx.c +++ b/drivers/i2c/busses/i2c-ixp4xx.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include <asm/hardware.h> /* Pick up IXP4xx-specific bits */ | 36 | #include <asm/hardware.h> /* Pick up IXP4xx-specific bits */ |
37 | 37 | ||
38 | static struct device_driver ixp4xx_i2c_driver; | 38 | static struct platform_driver ixp4xx_i2c_driver; |
39 | 39 | ||
40 | static inline int ixp4xx_scl_pin(void *data) | 40 | static inline int ixp4xx_scl_pin(void *data) |
41 | { | 41 | { |
@@ -128,7 +128,7 @@ static int ixp4xx_i2c_probe(struct platform_device *plat_dev) | |||
128 | drv_data->algo_data.timeout = 100; | 128 | drv_data->algo_data.timeout = 100; |
129 | 129 | ||
130 | drv_data->adapter.id = I2C_HW_B_IXP4XX; | 130 | drv_data->adapter.id = I2C_HW_B_IXP4XX; |
131 | strlcpy(drv_data->adapter.name, ixp4xx_i2c_driver.name, | 131 | strlcpy(drv_data->adapter.name, ixp4xx_i2c_driver.driver.name, |
132 | I2C_NAME_SIZE); | 132 | I2C_NAME_SIZE); |
133 | drv_data->adapter.algo_data = &drv_data->algo_data; | 133 | drv_data->adapter.algo_data = &drv_data->algo_data; |
134 | 134 | ||
@@ -140,7 +140,8 @@ static int ixp4xx_i2c_probe(struct platform_device *plat_dev) | |||
140 | gpio_line_set(gpio->sda_pin, 0); | 140 | gpio_line_set(gpio->sda_pin, 0); |
141 | 141 | ||
142 | if ((err = i2c_bit_add_bus(&drv_data->adapter) != 0)) { | 142 | if ((err = i2c_bit_add_bus(&drv_data->adapter) != 0)) { |
143 | printk(KERN_ERR "ERROR: Could not install %s\n", dev->bus_id); | 143 | printk(KERN_ERR "ERROR: Could not install %s\n", |
144 | plat_dev->dev.bus_id); | ||
144 | 145 | ||
145 | kfree(drv_data); | 146 | kfree(drv_data); |
146 | return err; | 147 | return err; |
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 42e5b8175cbf..ed2bc87f475b 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -787,6 +787,10 @@ config BLK_DEV_IDE_PMAC_BLINK | |||
787 | This option enables the use of the sleep LED as a hard drive | 787 | This option enables the use of the sleep LED as a hard drive |
788 | activity LED. | 788 | activity LED. |
789 | 789 | ||
790 | config BLK_DEV_IDE_SWARM | ||
791 | tristate "IDE for Sibyte evaluation boards" | ||
792 | depends on SIBYTE_SB1xxx_SOC | ||
793 | |||
790 | config BLK_DEV_IDE_AU1XXX | 794 | config BLK_DEV_IDE_AU1XXX |
791 | bool "IDE for AMD Alchemy Au1200" | 795 | bool "IDE for AMD Alchemy Au1200" |
792 | depends on SOC_AU1200 | 796 | depends on SOC_AU1200 |
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index cca9c075966d..569fae717503 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile | |||
@@ -48,6 +48,6 @@ obj-$(CONFIG_BLK_DEV_IDECD) += ide-cd.o | |||
48 | obj-$(CONFIG_BLK_DEV_IDETAPE) += ide-tape.o | 48 | obj-$(CONFIG_BLK_DEV_IDETAPE) += ide-tape.o |
49 | obj-$(CONFIG_BLK_DEV_IDEFLOPPY) += ide-floppy.o | 49 | obj-$(CONFIG_BLK_DEV_IDEFLOPPY) += ide-floppy.o |
50 | 50 | ||
51 | obj-$(CONFIG_BLK_DEV_IDE) += legacy/ arm/ | 51 | obj-$(CONFIG_BLK_DEV_IDE) += legacy/ arm/ mips/ |
52 | obj-$(CONFIG_BLK_DEV_HD) += legacy/ | 52 | obj-$(CONFIG_BLK_DEV_HD) += legacy/ |
53 | obj-$(CONFIG_ETRAX_IDE) += cris/ | 53 | obj-$(CONFIG_ETRAX_IDE) += cris/ |
diff --git a/drivers/ide/mips/Makefile b/drivers/ide/mips/Makefile new file mode 100644 index 000000000000..578e52a59588 --- /dev/null +++ b/drivers/ide/mips/Makefile | |||
@@ -0,0 +1 @@ | |||
obj-$(CONFIG_BLK_DEV_IDE_SWARM) += swarm.o | |||
diff --git a/drivers/ide/mips/swarm.c b/drivers/ide/mips/swarm.c new file mode 100644 index 000000000000..66f6064f4640 --- /dev/null +++ b/drivers/ide/mips/swarm.c | |||
@@ -0,0 +1,201 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2001, 2002, 2003 Broadcom Corporation | ||
3 | * Copyright (C) 2004 MontaVista Software Inc. | ||
4 | * Author: Manish Lachwani, mlachwani@mvista.com | ||
5 | * Copyright (C) 2004 MIPS Technologies, Inc. All rights reserved. | ||
6 | * Author: Maciej W. Rozycki <macro@mips.com> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version 2 | ||
11 | * of the License, or (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to the Free Software | ||
20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
21 | */ | ||
22 | |||
23 | /* | ||
24 | * Derived loosely from ide-pmac.c, so: | ||
25 | * Copyright (C) 1998 Paul Mackerras. | ||
26 | * Copyright (C) 1995-1998 Mark Lord | ||
27 | */ | ||
28 | |||
29 | /* | ||
30 | * Boards with SiByte processors so far have supported IDE devices via | ||
31 | * the Generic Bus, PCI bus, and built-in PCMCIA interface. In all | ||
32 | * cases, byte-swapping must be avoided for these devices (whereas | ||
33 | * other PCI devices, for example, will require swapping). Any | ||
34 | * SiByte-targetted kernel including IDE support will include this | ||
35 | * file. Probing of a Generic Bus for an IDE device is controlled by | ||
36 | * the definition of "SIBYTE_HAVE_IDE", which is provided by | ||
37 | * <asm/sibyte/board.h> for Broadcom boards. | ||
38 | */ | ||
39 | |||
40 | #include <linux/ide.h> | ||
41 | #include <linux/ioport.h> | ||
42 | #include <linux/kernel.h> | ||
43 | #include <linux/types.h> | ||
44 | #include <linux/platform_device.h> | ||
45 | |||
46 | #include <asm/io.h> | ||
47 | |||
48 | #include <asm/sibyte/board.h> | ||
49 | #include <asm/sibyte/sb1250_genbus.h> | ||
50 | #include <asm/sibyte/sb1250_regs.h> | ||
51 | |||
52 | #define DRV_NAME "ide-swarm" | ||
53 | |||
54 | static char swarm_ide_string[] = DRV_NAME; | ||
55 | |||
56 | static struct resource swarm_ide_resource = { | ||
57 | .name = "SWARM GenBus IDE", | ||
58 | .flags = IORESOURCE_MEM, | ||
59 | }; | ||
60 | |||
61 | static struct platform_device *swarm_ide_dev; | ||
62 | |||
63 | /* | ||
64 | * swarm_ide_probe - if the board header indicates the existence of | ||
65 | * Generic Bus IDE, allocate a HWIF for it. | ||
66 | */ | ||
67 | static int __devinit swarm_ide_probe(struct device *dev) | ||
68 | { | ||
69 | ide_hwif_t *hwif; | ||
70 | u8 __iomem *base; | ||
71 | phys_t offset, size; | ||
72 | int i; | ||
73 | |||
74 | if (!SIBYTE_HAVE_IDE) | ||
75 | return -ENODEV; | ||
76 | |||
77 | /* Find an empty slot. */ | ||
78 | for (i = 0; i < MAX_HWIFS; i++) | ||
79 | if (!ide_hwifs[i].io_ports[IDE_DATA_OFFSET]) | ||
80 | break; | ||
81 | if (i >= MAX_HWIFS) { | ||
82 | printk(KERN_ERR DRV_NAME ": no free slot for interface\n"); | ||
83 | return -ENOMEM; | ||
84 | } | ||
85 | |||
86 | hwif = ide_hwifs + i; | ||
87 | |||
88 | base = ioremap(A_IO_EXT_BASE, 0x800); | ||
89 | offset = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_START_ADDR, IDE_CS)); | ||
90 | size = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_MULT_SIZE, IDE_CS)); | ||
91 | iounmap(base); | ||
92 | |||
93 | offset = G_IO_START_ADDR(offset) << S_IO_ADDRBASE; | ||
94 | size = (G_IO_MULT_SIZE(size) + 1) << S_IO_REGSIZE; | ||
95 | if (offset < A_PHYS_GENBUS || offset >= A_PHYS_GENBUS_END) { | ||
96 | printk(KERN_INFO DRV_NAME | ||
97 | ": IDE interface at GenBus disabled\n"); | ||
98 | return -EBUSY; | ||
99 | } | ||
100 | |||
101 | printk(KERN_INFO DRV_NAME ": IDE interface at GenBus slot %i\n", | ||
102 | IDE_CS); | ||
103 | |||
104 | swarm_ide_resource.start = offset; | ||
105 | swarm_ide_resource.end = offset + size - 1; | ||
106 | if (request_resource(&iomem_resource, &swarm_ide_resource)) { | ||
107 | printk(KERN_ERR DRV_NAME | ||
108 | ": can't request I/O memory resource\n"); | ||
109 | return -EBUSY; | ||
110 | } | ||
111 | |||
112 | base = ioremap(offset, size); | ||
113 | |||
114 | /* Setup MMIO ops. */ | ||
115 | default_hwif_mmiops(hwif); | ||
116 | /* Prevent resource map manipulation. */ | ||
117 | hwif->mmio = 2; | ||
118 | hwif->noprobe = 0; | ||
119 | |||
120 | for (i = IDE_DATA_OFFSET; i <= IDE_STATUS_OFFSET; i++) | ||
121 | hwif->hw.io_ports[i] = | ||
122 | (unsigned long)(base + ((0x1f0 + i) << 5)); | ||
123 | hwif->hw.io_ports[IDE_CONTROL_OFFSET] = | ||
124 | (unsigned long)(base + (0x3f6 << 5)); | ||
125 | hwif->hw.irq = K_INT_GB_IDE; | ||
126 | |||
127 | memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports)); | ||
128 | hwif->irq = hwif->hw.irq; | ||
129 | |||
130 | dev_set_drvdata(dev, hwif); | ||
131 | |||
132 | return 0; | ||
133 | } | ||
134 | |||
135 | static struct device_driver swarm_ide_driver = { | ||
136 | .name = swarm_ide_string, | ||
137 | .bus = &platform_bus_type, | ||
138 | .probe = swarm_ide_probe, | ||
139 | }; | ||
140 | |||
141 | static void swarm_ide_platform_release(struct device *device) | ||
142 | { | ||
143 | struct platform_device *pldev; | ||
144 | |||
145 | /* free device */ | ||
146 | pldev = to_platform_device(device); | ||
147 | kfree(pldev); | ||
148 | } | ||
149 | |||
150 | static int __devinit swarm_ide_init_module(void) | ||
151 | { | ||
152 | struct platform_device *pldev; | ||
153 | int err; | ||
154 | |||
155 | printk(KERN_INFO "SWARM IDE driver\n"); | ||
156 | |||
157 | if (driver_register(&swarm_ide_driver)) { | ||
158 | printk(KERN_ERR "Driver registration failed\n"); | ||
159 | err = -ENODEV; | ||
160 | goto out; | ||
161 | } | ||
162 | |||
163 | if (!(pldev = kmalloc(sizeof (*pldev), GFP_KERNEL))) { | ||
164 | err = -ENOMEM; | ||
165 | goto out_unregister_driver; | ||
166 | } | ||
167 | |||
168 | memset (pldev, 0, sizeof (*pldev)); | ||
169 | pldev->name = swarm_ide_string; | ||
170 | pldev->id = 0; | ||
171 | pldev->dev.release = swarm_ide_platform_release; | ||
172 | |||
173 | if (platform_device_register(pldev)) { | ||
174 | err = -ENODEV; | ||
175 | goto out_free_pldev; | ||
176 | } | ||
177 | |||
178 | if (!pldev->dev.driver) { | ||
179 | /* | ||
180 | * The driver was not bound to this device, there was | ||
181 | * no hardware at this address. Unregister it, as the | ||
182 | * release fuction will take care of freeing the | ||
183 | * allocated structure | ||
184 | */ | ||
185 | platform_device_unregister (pldev); | ||
186 | } | ||
187 | |||
188 | swarm_ide_dev = pldev; | ||
189 | |||
190 | return 0; | ||
191 | |||
192 | out_free_pldev: | ||
193 | kfree(pldev); | ||
194 | |||
195 | out_unregister_driver: | ||
196 | driver_unregister(&swarm_ide_driver); | ||
197 | out: | ||
198 | return err; | ||
199 | } | ||
200 | |||
201 | module_init(swarm_ide_init_module); | ||
diff --git a/drivers/isdn/hisax/hfc_usb.c b/drivers/isdn/hisax/hfc_usb.c index 32bf0d5d0f9a..f8457ef48826 100644 --- a/drivers/isdn/hisax/hfc_usb.c +++ b/drivers/isdn/hisax/hfc_usb.c | |||
@@ -71,78 +71,68 @@ typedef struct { | |||
71 | /****************************************/ | 71 | /****************************************/ |
72 | static struct usb_device_id hfcusb_idtab[] = { | 72 | static struct usb_device_id hfcusb_idtab[] = { |
73 | { | 73 | { |
74 | .idVendor = 0x0959, | 74 | USB_DEVICE(0x0959, 0x2bd0), |
75 | .idProduct = 0x2bd0, | ||
76 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 75 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
77 | {LED_OFF, {4, 0, 2, 1}, | 76 | {LED_OFF, {4, 0, 2, 1}, |
78 | "ISDN USB TA (Cologne Chip HFC-S USB based)"}), | 77 | "ISDN USB TA (Cologne Chip HFC-S USB based)"}), |
79 | }, | 78 | }, |
80 | { | 79 | { |
81 | .idVendor = 0x0675, | 80 | USB_DEVICE(0x0675, 0x1688), |
82 | .idProduct = 0x1688, | ||
83 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 81 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
84 | {LED_SCHEME1, {1, 2, 0, 0}, | 82 | {LED_SCHEME1, {1, 2, 0, 0}, |
85 | "DrayTek miniVigor 128 USB ISDN TA"}), | 83 | "DrayTek miniVigor 128 USB ISDN TA"}), |
86 | }, | 84 | }, |
87 | { | 85 | { |
88 | .idVendor = 0x07b0, | 86 | USB_DEVICE(0x07b0, 0x0007), |
89 | .idProduct = 0x0007, | ||
90 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 87 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
91 | {LED_SCHEME1, {0x80, -64, -32, -16}, | 88 | {LED_SCHEME1, {0x80, -64, -32, -16}, |
92 | "Billion tiny USB ISDN TA 128"}), | 89 | "Billion tiny USB ISDN TA 128"}), |
93 | }, | 90 | }, |
94 | { | 91 | { |
95 | .idVendor = 0x0742, | 92 | USB_DEVICE(0x0742, 0x2008), |
96 | .idProduct = 0x2008, | ||
97 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 93 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
98 | {LED_SCHEME1, {4, 0, 2, 1}, | 94 | {LED_SCHEME1, {4, 0, 2, 1}, |
99 | "Stollmann USB TA"}), | 95 | "Stollmann USB TA"}), |
100 | }, | 96 | }, |
101 | { | 97 | { |
102 | .idVendor = 0x0742, | 98 | USB_DEVICE(0x0742, 0x2009), |
103 | .idProduct = 0x2009, | ||
104 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 99 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
105 | {LED_SCHEME1, {4, 0, 2, 1}, | 100 | {LED_SCHEME1, {4, 0, 2, 1}, |
106 | "Aceex USB ISDN TA"}), | 101 | "Aceex USB ISDN TA"}), |
107 | }, | 102 | }, |
108 | { | 103 | { |
109 | .idVendor = 0x0742, | 104 | USB_DEVICE(0x0742, 0x200A), |
110 | .idProduct = 0x200A, | ||
111 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 105 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
112 | {LED_SCHEME1, {4, 0, 2, 1}, | 106 | {LED_SCHEME1, {4, 0, 2, 1}, |
113 | "OEM USB ISDN TA"}), | 107 | "OEM USB ISDN TA"}), |
114 | }, | 108 | }, |
115 | { | 109 | { |
116 | .idVendor = 0x08e3, | 110 | USB_DEVICE(0x08e3, 0x0301), |
117 | .idProduct = 0x0301, | ||
118 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 111 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
119 | {LED_SCHEME1, {2, 0, 1, 4}, | 112 | {LED_SCHEME1, {2, 0, 1, 4}, |
120 | "Olitec USB RNIS"}), | 113 | "Olitec USB RNIS"}), |
121 | }, | 114 | }, |
122 | { | 115 | { |
123 | .idVendor = 0x07fa, | 116 | USB_DEVICE(0x07fa, 0x0846), |
124 | .idProduct = 0x0846, | ||
125 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 117 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
126 | {LED_SCHEME1, {0x80, -64, -32, -16}, | 118 | {LED_SCHEME1, {0x80, -64, -32, -16}, |
127 | "Bewan Modem RNIS USB"}), | 119 | "Bewan Modem RNIS USB"}), |
128 | }, | 120 | }, |
129 | { | 121 | { |
130 | .idVendor = 0x07fa, | 122 | USB_DEVICE(0x07fa, 0x0847), |
131 | .idProduct = 0x0847, | ||
132 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 123 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
133 | {LED_SCHEME1, {0x80, -64, -32, -16}, | 124 | {LED_SCHEME1, {0x80, -64, -32, -16}, |
134 | "Djinn Numeris USB"}), | 125 | "Djinn Numeris USB"}), |
135 | }, | 126 | }, |
136 | { | 127 | { |
137 | .idVendor = 0x07b0, | 128 | USB_DEVICE(0x07b0, 0x0006), |
138 | .idProduct = 0x0006, | ||
139 | .driver_info = (unsigned long) &((hfcsusb_vdata) | 129 | .driver_info = (unsigned long) &((hfcsusb_vdata) |
140 | {LED_SCHEME1, {0x80, -64, -32, -16}, | 130 | {LED_SCHEME1, {0x80, -64, -32, -16}, |
141 | "Twister ISDN TA"}), | 131 | "Twister ISDN TA"}), |
142 | }, | 132 | }, |
133 | { } | ||
143 | }; | 134 | }; |
144 | 135 | ||
145 | |||
146 | /***************************************************************/ | 136 | /***************************************************************/ |
147 | /* structure defining input+output fifos (interrupt/bulk mode) */ | 137 | /* structure defining input+output fifos (interrupt/bulk mode) */ |
148 | /***************************************************************/ | 138 | /***************************************************************/ |
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 51315302a85e..252d55df9642 100644 --- a/drivers/md/bitmap.c +++ b/drivers/md/bitmap.c | |||
@@ -326,9 +326,9 @@ static int write_page(struct bitmap *bitmap, struct page *page, int wait) | |||
326 | } | 326 | } |
327 | } | 327 | } |
328 | 328 | ||
329 | ret = page->mapping->a_ops->prepare_write(NULL, page, 0, PAGE_SIZE); | 329 | ret = page->mapping->a_ops->prepare_write(bitmap->file, page, 0, PAGE_SIZE); |
330 | if (!ret) | 330 | if (!ret) |
331 | ret = page->mapping->a_ops->commit_write(NULL, page, 0, | 331 | ret = page->mapping->a_ops->commit_write(bitmap->file, page, 0, |
332 | PAGE_SIZE); | 332 | PAGE_SIZE); |
333 | if (ret) { | 333 | if (ret) { |
334 | unlock_page(page); | 334 | unlock_page(page); |
diff --git a/drivers/md/md.c b/drivers/md/md.c index adf960d8a7c9..78c7418478d6 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -3156,7 +3156,7 @@ static int md_ioctl(struct inode *inode, struct file *file, | |||
3156 | if (cnt > 0 ) { | 3156 | if (cnt > 0 ) { |
3157 | printk(KERN_WARNING | 3157 | printk(KERN_WARNING |
3158 | "md: %s(pid %d) used deprecated START_ARRAY ioctl. " | 3158 | "md: %s(pid %d) used deprecated START_ARRAY ioctl. " |
3159 | "This will not be supported beyond 2.6\n", | 3159 | "This will not be supported beyond July 2006\n", |
3160 | current->comm, current->pid); | 3160 | current->comm, current->pid); |
3161 | cnt--; | 3161 | cnt--; |
3162 | } | 3162 | } |
@@ -3437,10 +3437,19 @@ static int md_thread(void * arg) | |||
3437 | allow_signal(SIGKILL); | 3437 | allow_signal(SIGKILL); |
3438 | while (!kthread_should_stop()) { | 3438 | while (!kthread_should_stop()) { |
3439 | 3439 | ||
3440 | wait_event_timeout(thread->wqueue, | 3440 | /* We need to wait INTERRUPTIBLE so that |
3441 | test_bit(THREAD_WAKEUP, &thread->flags) | 3441 | * we don't add to the load-average. |
3442 | || kthread_should_stop(), | 3442 | * That means we need to be sure no signals are |
3443 | thread->timeout); | 3443 | * pending |
3444 | */ | ||
3445 | if (signal_pending(current)) | ||
3446 | flush_signals(current); | ||
3447 | |||
3448 | wait_event_interruptible_timeout | ||
3449 | (thread->wqueue, | ||
3450 | test_bit(THREAD_WAKEUP, &thread->flags) | ||
3451 | || kthread_should_stop(), | ||
3452 | thread->timeout); | ||
3444 | try_to_freeze(); | 3453 | try_to_freeze(); |
3445 | 3454 | ||
3446 | clear_bit(THREAD_WAKEUP, &thread->flags); | 3455 | clear_bit(THREAD_WAKEUP, &thread->flags); |
@@ -3837,11 +3846,20 @@ static int is_mddev_idle(mddev_t *mddev) | |||
3837 | curr_events = disk_stat_read(disk, sectors[0]) + | 3846 | curr_events = disk_stat_read(disk, sectors[0]) + |
3838 | disk_stat_read(disk, sectors[1]) - | 3847 | disk_stat_read(disk, sectors[1]) - |
3839 | atomic_read(&disk->sync_io); | 3848 | atomic_read(&disk->sync_io); |
3840 | /* Allow some slack between valud of curr_events and last_events, | 3849 | /* The difference between curr_events and last_events |
3841 | * as there are some uninteresting races. | 3850 | * will be affected by any new non-sync IO (making |
3851 | * curr_events bigger) and any difference in the amount of | ||
3852 | * in-flight syncio (making current_events bigger or smaller) | ||
3853 | * The amount in-flight is currently limited to | ||
3854 | * 32*64K in raid1/10 and 256*PAGE_SIZE in raid5/6 | ||
3855 | * which is at most 4096 sectors. | ||
3856 | * These numbers are fairly fragile and should be made | ||
3857 | * more robust, probably by enforcing the | ||
3858 | * 'window size' that md_do_sync sort-of uses. | ||
3859 | * | ||
3842 | * Note: the following is an unsigned comparison. | 3860 | * Note: the following is an unsigned comparison. |
3843 | */ | 3861 | */ |
3844 | if ((curr_events - rdev->last_events + 32) > 64) { | 3862 | if ((curr_events - rdev->last_events + 4096) > 8192) { |
3845 | rdev->last_events = curr_events; | 3863 | rdev->last_events = curr_events; |
3846 | idle = 0; | 3864 | idle = 0; |
3847 | } | 3865 | } |
@@ -4100,7 +4118,7 @@ static void md_do_sync(mddev_t *mddev) | |||
4100 | if (currspeed > sysctl_speed_limit_min) { | 4118 | if (currspeed > sysctl_speed_limit_min) { |
4101 | if ((currspeed > sysctl_speed_limit_max) || | 4119 | if ((currspeed > sysctl_speed_limit_max) || |
4102 | !is_mddev_idle(mddev)) { | 4120 | !is_mddev_idle(mddev)) { |
4103 | msleep(250); | 4121 | msleep(500); |
4104 | goto repeat; | 4122 | goto repeat; |
4105 | } | 4123 | } |
4106 | } | 4124 | } |
diff --git a/drivers/media/dvb/cinergyT2/cinergyT2.c b/drivers/media/dvb/cinergyT2/cinergyT2.c index a1607e7d6d6b..fb394a0d838c 100644 --- a/drivers/media/dvb/cinergyT2/cinergyT2.c +++ b/drivers/media/dvb/cinergyT2/cinergyT2.c | |||
@@ -276,7 +276,7 @@ static void cinergyt2_free_stream_urbs (struct cinergyt2 *cinergyt2) | |||
276 | if (cinergyt2->stream_urb[i]) | 276 | if (cinergyt2->stream_urb[i]) |
277 | usb_free_urb(cinergyt2->stream_urb[i]); | 277 | usb_free_urb(cinergyt2->stream_urb[i]); |
278 | 278 | ||
279 | pci_free_consistent(NULL, STREAM_URB_COUNT*STREAM_BUF_SIZE, | 279 | usb_buffer_free(cinergyt2->udev, STREAM_URB_COUNT*STREAM_BUF_SIZE, |
280 | cinergyt2->streambuf, cinergyt2->streambuf_dmahandle); | 280 | cinergyt2->streambuf, cinergyt2->streambuf_dmahandle); |
281 | } | 281 | } |
282 | 282 | ||
@@ -284,9 +284,8 @@ static int cinergyt2_alloc_stream_urbs (struct cinergyt2 *cinergyt2) | |||
284 | { | 284 | { |
285 | int i; | 285 | int i; |
286 | 286 | ||
287 | cinergyt2->streambuf = pci_alloc_consistent(NULL, | 287 | cinergyt2->streambuf = usb_buffer_alloc(cinergyt2->udev, STREAM_URB_COUNT*STREAM_BUF_SIZE, |
288 | STREAM_URB_COUNT*STREAM_BUF_SIZE, | 288 | SLAB_KERNEL, &cinergyt2->streambuf_dmahandle); |
289 | &cinergyt2->streambuf_dmahandle); | ||
290 | if (!cinergyt2->streambuf) { | 289 | if (!cinergyt2->streambuf) { |
291 | dprintk(1, "failed to alloc consistent stream memory area, bailing out!\n"); | 290 | dprintk(1, "failed to alloc consistent stream memory area, bailing out!\n"); |
292 | return -ENOMEM; | 291 | return -ENOMEM; |
@@ -780,6 +779,8 @@ static int cinergyt2_register_rc(struct cinergyt2 *cinergyt2) | |||
780 | 779 | ||
781 | input_register_device(cinergyt2->rc_input_dev); | 780 | input_register_device(cinergyt2->rc_input_dev); |
782 | schedule_delayed_work(&cinergyt2->rc_query_work, HZ/2); | 781 | schedule_delayed_work(&cinergyt2->rc_query_work, HZ/2); |
782 | |||
783 | return 0; | ||
783 | } | 784 | } |
784 | 785 | ||
785 | static void cinergyt2_unregister_rc(struct cinergyt2 *cinergyt2) | 786 | static void cinergyt2_unregister_rc(struct cinergyt2 *cinergyt2) |
diff --git a/drivers/net/wan/sdladrv.c b/drivers/net/wan/sdladrv.c index 7c2cf2e76300..032c0f81928e 100644 --- a/drivers/net/wan/sdladrv.c +++ b/drivers/net/wan/sdladrv.c | |||
@@ -1994,7 +1994,7 @@ static int detect_s514 (sdlahw_t* hw) | |||
1994 | modname, hw->irq); | 1994 | modname, hw->irq); |
1995 | 1995 | ||
1996 | /* map the physical PCI memory to virtual memory */ | 1996 | /* map the physical PCI memory to virtual memory */ |
1997 | (void *)hw->dpmbase = ioremap((unsigned long)S514_mem_base_addr, | 1997 | hw->dpmbase = ioremap((unsigned long)S514_mem_base_addr, |
1998 | (unsigned long)MAX_SIZEOF_S514_MEMORY); | 1998 | (unsigned long)MAX_SIZEOF_S514_MEMORY); |
1999 | /* map the physical control register memory to virtual memory */ | 1999 | /* map the physical control register memory to virtual memory */ |
2000 | hw->vector = (unsigned long)ioremap( | 2000 | hw->vector = (unsigned long)ioremap( |
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index b0d195d1721a..5e7c7e944c9d 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -1110,8 +1110,7 @@ static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv) | |||
1110 | error->elem_len = elem_len; | 1110 | error->elem_len = elem_len; |
1111 | error->log_len = log_len; | 1111 | error->log_len = log_len; |
1112 | error->elem = (struct ipw_error_elem *)error->payload; | 1112 | error->elem = (struct ipw_error_elem *)error->payload; |
1113 | error->log = (struct ipw_event *)(error->elem + | 1113 | error->log = (struct ipw_event *)(error->elem + elem_len); |
1114 | (sizeof(*error->elem) * elem_len)); | ||
1115 | 1114 | ||
1116 | ipw_capture_event_log(priv, log_len, error->log); | 1115 | ipw_capture_event_log(priv, log_len, error->log); |
1117 | 1116 | ||
@@ -8926,6 +8925,10 @@ static int ipw_request_direct_scan(struct ipw_priv *priv, char *essid, | |||
8926 | struct ipw_scan_request_ext scan; | 8925 | struct ipw_scan_request_ext scan; |
8927 | int err = 0, scan_type; | 8926 | int err = 0, scan_type; |
8928 | 8927 | ||
8928 | if (!(priv->status & STATUS_INIT) || | ||
8929 | (priv->status & STATUS_EXIT_PENDING)) | ||
8930 | return 0; | ||
8931 | |||
8929 | down(&priv->sem); | 8932 | down(&priv->sem); |
8930 | 8933 | ||
8931 | if (priv->status & STATUS_RF_KILL_MASK) { | 8934 | if (priv->status & STATUS_RF_KILL_MASK) { |
diff --git a/drivers/s390/char/raw3270.c b/drivers/s390/char/raw3270.c index f5b7d360fc10..1026f2bc3185 100644 --- a/drivers/s390/char/raw3270.c +++ b/drivers/s390/char/raw3270.c | |||
@@ -1179,12 +1179,12 @@ raw3270_create_attributes(struct raw3270 *rp) | |||
1179 | //FIXME: check return code | 1179 | //FIXME: check return code |
1180 | sysfs_create_group(&rp->cdev->dev.kobj, &raw3270_attr_group); | 1180 | sysfs_create_group(&rp->cdev->dev.kobj, &raw3270_attr_group); |
1181 | rp->clttydev = | 1181 | rp->clttydev = |
1182 | class_device_create(class3270, | 1182 | class_device_create(class3270, NULL, |
1183 | MKDEV(IBM_TTY3270_MAJOR, rp->minor), | 1183 | MKDEV(IBM_TTY3270_MAJOR, rp->minor), |
1184 | &rp->cdev->dev, "tty%s", | 1184 | &rp->cdev->dev, "tty%s", |
1185 | rp->cdev->dev.bus_id); | 1185 | rp->cdev->dev.bus_id); |
1186 | rp->cltubdev = | 1186 | rp->cltubdev = |
1187 | class_device_create(class3270, | 1187 | class_device_create(class3270, NULL, |
1188 | MKDEV(IBM_FS3270_MAJOR, rp->minor), | 1188 | MKDEV(IBM_FS3270_MAJOR, rp->minor), |
1189 | &rp->cdev->dev, "tub%s", | 1189 | &rp->cdev->dev, "tub%s", |
1190 | rp->cdev->dev.bus_id); | 1190 | rp->cdev->dev.bus_id); |
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 84c42c44e04d..20dd85a77813 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -497,7 +497,7 @@ config SCSI_ATA_PIIX | |||
497 | If unsure, say N. | 497 | If unsure, say N. |
498 | 498 | ||
499 | config SCSI_SATA_MV | 499 | config SCSI_SATA_MV |
500 | tristate "Marvell SATA support" | 500 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" |
501 | depends on SCSI_SATA && PCI && EXPERIMENTAL | 501 | depends on SCSI_SATA && PCI && EXPERIMENTAL |
502 | help | 502 | help |
503 | This option enables support for the Marvell Serial ATA family. | 503 | This option enables support for the Marvell Serial ATA family. |
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 4e96ec5f2ff9..83467a05dc8e 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include <asm/io.h> | 48 | #include <asm/io.h> |
49 | 49 | ||
50 | #define DRV_NAME "ahci" | 50 | #define DRV_NAME "ahci" |
51 | #define DRV_VERSION "1.01" | 51 | #define DRV_VERSION "1.2" |
52 | 52 | ||
53 | 53 | ||
54 | enum { | 54 | enum { |
@@ -558,13 +558,26 @@ static void ahci_qc_prep(struct ata_queued_cmd *qc) | |||
558 | pp->cmd_slot[0].opts |= cpu_to_le32(n_elem << 16); | 558 | pp->cmd_slot[0].opts |= cpu_to_le32(n_elem << 16); |
559 | } | 559 | } |
560 | 560 | ||
561 | static void ahci_intr_error(struct ata_port *ap, u32 irq_stat) | 561 | static void ahci_restart_port(struct ata_port *ap, u32 irq_stat) |
562 | { | 562 | { |
563 | void __iomem *mmio = ap->host_set->mmio_base; | 563 | void __iomem *mmio = ap->host_set->mmio_base; |
564 | void __iomem *port_mmio = ahci_port_base(mmio, ap->port_no); | 564 | void __iomem *port_mmio = ahci_port_base(mmio, ap->port_no); |
565 | u32 tmp; | 565 | u32 tmp; |
566 | int work; | 566 | int work; |
567 | 567 | ||
568 | if ((ap->device[0].class != ATA_DEV_ATAPI) || | ||
569 | ((irq_stat & PORT_IRQ_TF_ERR) == 0)) | ||
570 | printk(KERN_WARNING "ata%u: port reset, " | ||
571 | "p_is %x is %x pis %x cmd %x tf %x ss %x se %x\n", | ||
572 | ap->id, | ||
573 | irq_stat, | ||
574 | readl(mmio + HOST_IRQ_STAT), | ||
575 | readl(port_mmio + PORT_IRQ_STAT), | ||
576 | readl(port_mmio + PORT_CMD), | ||
577 | readl(port_mmio + PORT_TFDATA), | ||
578 | readl(port_mmio + PORT_SCR_STAT), | ||
579 | readl(port_mmio + PORT_SCR_ERR)); | ||
580 | |||
568 | /* stop DMA */ | 581 | /* stop DMA */ |
569 | tmp = readl(port_mmio + PORT_CMD); | 582 | tmp = readl(port_mmio + PORT_CMD); |
570 | tmp &= ~PORT_CMD_START; | 583 | tmp &= ~PORT_CMD_START; |
@@ -602,8 +615,6 @@ static void ahci_intr_error(struct ata_port *ap, u32 irq_stat) | |||
602 | tmp |= PORT_CMD_START; | 615 | tmp |= PORT_CMD_START; |
603 | writel(tmp, port_mmio + PORT_CMD); | 616 | writel(tmp, port_mmio + PORT_CMD); |
604 | readl(port_mmio + PORT_CMD); /* flush */ | 617 | readl(port_mmio + PORT_CMD); /* flush */ |
605 | |||
606 | printk(KERN_WARNING "ata%u: error occurred, port reset\n", ap->id); | ||
607 | } | 618 | } |
608 | 619 | ||
609 | static void ahci_eng_timeout(struct ata_port *ap) | 620 | static void ahci_eng_timeout(struct ata_port *ap) |
@@ -614,17 +625,17 @@ static void ahci_eng_timeout(struct ata_port *ap) | |||
614 | struct ata_queued_cmd *qc; | 625 | struct ata_queued_cmd *qc; |
615 | unsigned long flags; | 626 | unsigned long flags; |
616 | 627 | ||
617 | DPRINTK("ENTER\n"); | 628 | printk(KERN_WARNING "ata%u: handling error/timeout\n", ap->id); |
618 | 629 | ||
619 | spin_lock_irqsave(&host_set->lock, flags); | 630 | spin_lock_irqsave(&host_set->lock, flags); |
620 | 631 | ||
621 | ahci_intr_error(ap, readl(port_mmio + PORT_IRQ_STAT)); | ||
622 | |||
623 | qc = ata_qc_from_tag(ap, ap->active_tag); | 632 | qc = ata_qc_from_tag(ap, ap->active_tag); |
624 | if (!qc) { | 633 | if (!qc) { |
625 | printk(KERN_ERR "ata%u: BUG: timeout without command\n", | 634 | printk(KERN_ERR "ata%u: BUG: timeout without command\n", |
626 | ap->id); | 635 | ap->id); |
627 | } else { | 636 | } else { |
637 | ahci_restart_port(ap, readl(port_mmio + PORT_IRQ_STAT)); | ||
638 | |||
628 | /* hack alert! We cannot use the supplied completion | 639 | /* hack alert! We cannot use the supplied completion |
629 | * function from inside the ->eh_strategy_handler() thread. | 640 | * function from inside the ->eh_strategy_handler() thread. |
630 | * libata is the only user of ->eh_strategy_handler() in | 641 | * libata is the only user of ->eh_strategy_handler() in |
@@ -659,9 +670,19 @@ static inline int ahci_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc) | |||
659 | } | 670 | } |
660 | 671 | ||
661 | if (status & PORT_IRQ_FATAL) { | 672 | if (status & PORT_IRQ_FATAL) { |
662 | ahci_intr_error(ap, status); | 673 | unsigned int err_mask; |
674 | if (status & PORT_IRQ_TF_ERR) | ||
675 | err_mask = AC_ERR_DEV; | ||
676 | else if (status & PORT_IRQ_IF_ERR) | ||
677 | err_mask = AC_ERR_ATA_BUS; | ||
678 | else | ||
679 | err_mask = AC_ERR_HOST_BUS; | ||
680 | |||
681 | /* command processing has stopped due to error; restart */ | ||
682 | ahci_restart_port(ap, status); | ||
683 | |||
663 | if (qc) | 684 | if (qc) |
664 | ata_qc_complete(qc, AC_ERR_OTHER); | 685 | ata_qc_complete(qc, err_mask); |
665 | } | 686 | } |
666 | 687 | ||
667 | return 1; | 688 | return 1; |
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 855428ff37e9..333d69dd84ef 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -50,7 +50,7 @@ | |||
50 | #include <linux/libata.h> | 50 | #include <linux/libata.h> |
51 | 51 | ||
52 | #define DRV_NAME "ata_piix" | 52 | #define DRV_NAME "ata_piix" |
53 | #define DRV_VERSION "1.04" | 53 | #define DRV_VERSION "1.05" |
54 | 54 | ||
55 | enum { | 55 | enum { |
56 | PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ | 56 | PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ |
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index d81db3a3d4b9..665ae79e1fd6 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -1046,6 +1046,30 @@ static unsigned int ata_pio_modes(const struct ata_device *adev) | |||
1046 | return modes; | 1046 | return modes; |
1047 | } | 1047 | } |
1048 | 1048 | ||
1049 | static int ata_qc_wait_err(struct ata_queued_cmd *qc, | ||
1050 | struct completion *wait) | ||
1051 | { | ||
1052 | int rc = 0; | ||
1053 | |||
1054 | if (wait_for_completion_timeout(wait, 30 * HZ) < 1) { | ||
1055 | /* timeout handling */ | ||
1056 | unsigned int err_mask = ac_err_mask(ata_chk_status(qc->ap)); | ||
1057 | |||
1058 | if (!err_mask) { | ||
1059 | printk(KERN_WARNING "ata%u: slow completion (cmd %x)\n", | ||
1060 | qc->ap->id, qc->tf.command); | ||
1061 | } else { | ||
1062 | printk(KERN_WARNING "ata%u: qc timeout (cmd %x)\n", | ||
1063 | qc->ap->id, qc->tf.command); | ||
1064 | rc = -EIO; | ||
1065 | } | ||
1066 | |||
1067 | ata_qc_complete(qc, err_mask); | ||
1068 | } | ||
1069 | |||
1070 | return rc; | ||
1071 | } | ||
1072 | |||
1049 | /** | 1073 | /** |
1050 | * ata_dev_identify - obtain IDENTIFY x DEVICE page | 1074 | * ata_dev_identify - obtain IDENTIFY x DEVICE page |
1051 | * @ap: port on which device we wish to probe resides | 1075 | * @ap: port on which device we wish to probe resides |
@@ -1125,7 +1149,7 @@ retry: | |||
1125 | if (rc) | 1149 | if (rc) |
1126 | goto err_out; | 1150 | goto err_out; |
1127 | else | 1151 | else |
1128 | wait_for_completion(&wait); | 1152 | ata_qc_wait_err(qc, &wait); |
1129 | 1153 | ||
1130 | spin_lock_irqsave(&ap->host_set->lock, flags); | 1154 | spin_lock_irqsave(&ap->host_set->lock, flags); |
1131 | ap->ops->tf_read(ap, &qc->tf); | 1155 | ap->ops->tf_read(ap, &qc->tf); |
@@ -1263,7 +1287,7 @@ retry: | |||
1263 | } | 1287 | } |
1264 | 1288 | ||
1265 | /* ATAPI-specific feature tests */ | 1289 | /* ATAPI-specific feature tests */ |
1266 | else { | 1290 | else if (dev->class == ATA_DEV_ATAPI) { |
1267 | if (ata_id_is_ata(dev->id)) /* sanity check */ | 1291 | if (ata_id_is_ata(dev->id)) /* sanity check */ |
1268 | goto err_out_nosup; | 1292 | goto err_out_nosup; |
1269 | 1293 | ||
@@ -1570,11 +1594,13 @@ int ata_timing_compute(struct ata_device *adev, unsigned short speed, | |||
1570 | 1594 | ||
1571 | /* | 1595 | /* |
1572 | * Find the mode. | 1596 | * Find the mode. |
1573 | */ | 1597 | */ |
1574 | 1598 | ||
1575 | if (!(s = ata_timing_find_mode(speed))) | 1599 | if (!(s = ata_timing_find_mode(speed))) |
1576 | return -EINVAL; | 1600 | return -EINVAL; |
1577 | 1601 | ||
1602 | memcpy(t, s, sizeof(*s)); | ||
1603 | |||
1578 | /* | 1604 | /* |
1579 | * If the drive is an EIDE drive, it can tell us it needs extended | 1605 | * If the drive is an EIDE drive, it can tell us it needs extended |
1580 | * PIO/MW_DMA cycle timing. | 1606 | * PIO/MW_DMA cycle timing. |
@@ -1595,7 +1621,7 @@ int ata_timing_compute(struct ata_device *adev, unsigned short speed, | |||
1595 | * Convert the timing to bus clock counts. | 1621 | * Convert the timing to bus clock counts. |
1596 | */ | 1622 | */ |
1597 | 1623 | ||
1598 | ata_timing_quantize(s, t, T, UT); | 1624 | ata_timing_quantize(t, t, T, UT); |
1599 | 1625 | ||
1600 | /* | 1626 | /* |
1601 | * Even in DMA/UDMA modes we still use PIO access for IDENTIFY, S.M.A.R.T | 1627 | * Even in DMA/UDMA modes we still use PIO access for IDENTIFY, S.M.A.R.T |
@@ -2267,7 +2293,7 @@ static void ata_dev_set_xfermode(struct ata_port *ap, struct ata_device *dev) | |||
2267 | if (rc) | 2293 | if (rc) |
2268 | ata_port_disable(ap); | 2294 | ata_port_disable(ap); |
2269 | else | 2295 | else |
2270 | wait_for_completion(&wait); | 2296 | ata_qc_wait_err(qc, &wait); |
2271 | 2297 | ||
2272 | DPRINTK("EXIT\n"); | 2298 | DPRINTK("EXIT\n"); |
2273 | } | 2299 | } |
@@ -2315,7 +2341,7 @@ static void ata_dev_reread_id(struct ata_port *ap, struct ata_device *dev) | |||
2315 | if (rc) | 2341 | if (rc) |
2316 | goto err_out; | 2342 | goto err_out; |
2317 | 2343 | ||
2318 | wait_for_completion(&wait); | 2344 | ata_qc_wait_err(qc, &wait); |
2319 | 2345 | ||
2320 | swap_buf_le16(dev->id, ATA_ID_WORDS); | 2346 | swap_buf_le16(dev->id, ATA_ID_WORDS); |
2321 | 2347 | ||
@@ -2371,7 +2397,7 @@ static void ata_dev_init_params(struct ata_port *ap, struct ata_device *dev) | |||
2371 | if (rc) | 2397 | if (rc) |
2372 | ata_port_disable(ap); | 2398 | ata_port_disable(ap); |
2373 | else | 2399 | else |
2374 | wait_for_completion(&wait); | 2400 | ata_qc_wait_err(qc, &wait); |
2375 | 2401 | ||
2376 | DPRINTK("EXIT\n"); | 2402 | DPRINTK("EXIT\n"); |
2377 | } | 2403 | } |
@@ -2399,7 +2425,7 @@ static void ata_sg_clean(struct ata_queued_cmd *qc) | |||
2399 | if (qc->flags & ATA_QCFLAG_SINGLE) | 2425 | if (qc->flags & ATA_QCFLAG_SINGLE) |
2400 | assert(qc->n_elem == 1); | 2426 | assert(qc->n_elem == 1); |
2401 | 2427 | ||
2402 | DPRINTK("unmapping %u sg elements\n", qc->n_elem); | 2428 | VPRINTK("unmapping %u sg elements\n", qc->n_elem); |
2403 | 2429 | ||
2404 | /* if we padded the buffer out to 32-bit bound, and data | 2430 | /* if we padded the buffer out to 32-bit bound, and data |
2405 | * xfer direction is from-device, we must copy from the | 2431 | * xfer direction is from-device, we must copy from the |
@@ -2409,7 +2435,8 @@ static void ata_sg_clean(struct ata_queued_cmd *qc) | |||
2409 | pad_buf = ap->pad + (qc->tag * ATA_DMA_PAD_SZ); | 2435 | pad_buf = ap->pad + (qc->tag * ATA_DMA_PAD_SZ); |
2410 | 2436 | ||
2411 | if (qc->flags & ATA_QCFLAG_SG) { | 2437 | if (qc->flags & ATA_QCFLAG_SG) { |
2412 | dma_unmap_sg(ap->host_set->dev, sg, qc->n_elem, dir); | 2438 | if (qc->n_elem) |
2439 | dma_unmap_sg(ap->host_set->dev, sg, qc->n_elem, dir); | ||
2413 | /* restore last sg */ | 2440 | /* restore last sg */ |
2414 | sg[qc->orig_n_elem - 1].length += qc->pad_len; | 2441 | sg[qc->orig_n_elem - 1].length += qc->pad_len; |
2415 | if (pad_buf) { | 2442 | if (pad_buf) { |
@@ -2419,8 +2446,10 @@ static void ata_sg_clean(struct ata_queued_cmd *qc) | |||
2419 | kunmap_atomic(psg->page, KM_IRQ0); | 2446 | kunmap_atomic(psg->page, KM_IRQ0); |
2420 | } | 2447 | } |
2421 | } else { | 2448 | } else { |
2422 | dma_unmap_single(ap->host_set->dev, sg_dma_address(&sg[0]), | 2449 | if (sg_dma_len(&sg[0]) > 0) |
2423 | sg_dma_len(&sg[0]), dir); | 2450 | dma_unmap_single(ap->host_set->dev, |
2451 | sg_dma_address(&sg[0]), sg_dma_len(&sg[0]), | ||
2452 | dir); | ||
2424 | /* restore sg */ | 2453 | /* restore sg */ |
2425 | sg->length += qc->pad_len; | 2454 | sg->length += qc->pad_len; |
2426 | if (pad_buf) | 2455 | if (pad_buf) |
@@ -2619,6 +2648,11 @@ static int ata_sg_setup_one(struct ata_queued_cmd *qc) | |||
2619 | sg->length, qc->pad_len); | 2648 | sg->length, qc->pad_len); |
2620 | } | 2649 | } |
2621 | 2650 | ||
2651 | if (!sg->length) { | ||
2652 | sg_dma_address(sg) = 0; | ||
2653 | goto skip_map; | ||
2654 | } | ||
2655 | |||
2622 | dma_address = dma_map_single(ap->host_set->dev, qc->buf_virt, | 2656 | dma_address = dma_map_single(ap->host_set->dev, qc->buf_virt, |
2623 | sg->length, dir); | 2657 | sg->length, dir); |
2624 | if (dma_mapping_error(dma_address)) { | 2658 | if (dma_mapping_error(dma_address)) { |
@@ -2628,6 +2662,7 @@ static int ata_sg_setup_one(struct ata_queued_cmd *qc) | |||
2628 | } | 2662 | } |
2629 | 2663 | ||
2630 | sg_dma_address(sg) = dma_address; | 2664 | sg_dma_address(sg) = dma_address; |
2665 | skip_map: | ||
2631 | sg_dma_len(sg) = sg->length; | 2666 | sg_dma_len(sg) = sg->length; |
2632 | 2667 | ||
2633 | DPRINTK("mapped buffer of %d bytes for %s\n", sg_dma_len(sg), | 2668 | DPRINTK("mapped buffer of %d bytes for %s\n", sg_dma_len(sg), |
@@ -2655,7 +2690,7 @@ static int ata_sg_setup(struct ata_queued_cmd *qc) | |||
2655 | struct ata_port *ap = qc->ap; | 2690 | struct ata_port *ap = qc->ap; |
2656 | struct scatterlist *sg = qc->__sg; | 2691 | struct scatterlist *sg = qc->__sg; |
2657 | struct scatterlist *lsg = &sg[qc->n_elem - 1]; | 2692 | struct scatterlist *lsg = &sg[qc->n_elem - 1]; |
2658 | int n_elem, dir; | 2693 | int n_elem, pre_n_elem, dir, trim_sg = 0; |
2659 | 2694 | ||
2660 | VPRINTK("ENTER, ata%u\n", ap->id); | 2695 | VPRINTK("ENTER, ata%u\n", ap->id); |
2661 | assert(qc->flags & ATA_QCFLAG_SG); | 2696 | assert(qc->flags & ATA_QCFLAG_SG); |
@@ -2689,13 +2724,24 @@ static int ata_sg_setup(struct ata_queued_cmd *qc) | |||
2689 | sg_dma_len(psg) = ATA_DMA_PAD_SZ; | 2724 | sg_dma_len(psg) = ATA_DMA_PAD_SZ; |
2690 | /* trim last sg */ | 2725 | /* trim last sg */ |
2691 | lsg->length -= qc->pad_len; | 2726 | lsg->length -= qc->pad_len; |
2727 | if (lsg->length == 0) | ||
2728 | trim_sg = 1; | ||
2692 | 2729 | ||
2693 | DPRINTK("padding done, sg[%d].length=%u pad_len=%u\n", | 2730 | DPRINTK("padding done, sg[%d].length=%u pad_len=%u\n", |
2694 | qc->n_elem - 1, lsg->length, qc->pad_len); | 2731 | qc->n_elem - 1, lsg->length, qc->pad_len); |
2695 | } | 2732 | } |
2696 | 2733 | ||
2734 | pre_n_elem = qc->n_elem; | ||
2735 | if (trim_sg && pre_n_elem) | ||
2736 | pre_n_elem--; | ||
2737 | |||
2738 | if (!pre_n_elem) { | ||
2739 | n_elem = 0; | ||
2740 | goto skip_map; | ||
2741 | } | ||
2742 | |||
2697 | dir = qc->dma_dir; | 2743 | dir = qc->dma_dir; |
2698 | n_elem = dma_map_sg(ap->host_set->dev, sg, qc->n_elem, dir); | 2744 | n_elem = dma_map_sg(ap->host_set->dev, sg, pre_n_elem, dir); |
2699 | if (n_elem < 1) { | 2745 | if (n_elem < 1) { |
2700 | /* restore last sg */ | 2746 | /* restore last sg */ |
2701 | lsg->length += qc->pad_len; | 2747 | lsg->length += qc->pad_len; |
@@ -2704,6 +2750,7 @@ static int ata_sg_setup(struct ata_queued_cmd *qc) | |||
2704 | 2750 | ||
2705 | DPRINTK("%d sg elements mapped\n", n_elem); | 2751 | DPRINTK("%d sg elements mapped\n", n_elem); |
2706 | 2752 | ||
2753 | skip_map: | ||
2707 | qc->n_elem = n_elem; | 2754 | qc->n_elem = n_elem; |
2708 | 2755 | ||
2709 | return 0; | 2756 | return 0; |
@@ -3263,32 +3310,11 @@ static void ata_qc_timeout(struct ata_queued_cmd *qc) | |||
3263 | { | 3310 | { |
3264 | struct ata_port *ap = qc->ap; | 3311 | struct ata_port *ap = qc->ap; |
3265 | struct ata_host_set *host_set = ap->host_set; | 3312 | struct ata_host_set *host_set = ap->host_set; |
3266 | struct ata_device *dev = qc->dev; | ||
3267 | u8 host_stat = 0, drv_stat; | 3313 | u8 host_stat = 0, drv_stat; |
3268 | unsigned long flags; | 3314 | unsigned long flags; |
3269 | 3315 | ||
3270 | DPRINTK("ENTER\n"); | 3316 | DPRINTK("ENTER\n"); |
3271 | 3317 | ||
3272 | /* FIXME: doesn't this conflict with timeout handling? */ | ||
3273 | if (qc->dev->class == ATA_DEV_ATAPI && qc->scsicmd) { | ||
3274 | struct scsi_cmnd *cmd = qc->scsicmd; | ||
3275 | |||
3276 | if (!(cmd->eh_eflags & SCSI_EH_CANCEL_CMD)) { | ||
3277 | |||
3278 | /* finish completing original command */ | ||
3279 | spin_lock_irqsave(&host_set->lock, flags); | ||
3280 | __ata_qc_complete(qc); | ||
3281 | spin_unlock_irqrestore(&host_set->lock, flags); | ||
3282 | |||
3283 | atapi_request_sense(ap, dev, cmd); | ||
3284 | |||
3285 | cmd->result = (CHECK_CONDITION << 1) | (DID_OK << 16); | ||
3286 | scsi_finish_command(cmd); | ||
3287 | |||
3288 | goto out; | ||
3289 | } | ||
3290 | } | ||
3291 | |||
3292 | spin_lock_irqsave(&host_set->lock, flags); | 3318 | spin_lock_irqsave(&host_set->lock, flags); |
3293 | 3319 | ||
3294 | /* hack alert! We cannot use the supplied completion | 3320 | /* hack alert! We cannot use the supplied completion |
@@ -3327,7 +3353,6 @@ static void ata_qc_timeout(struct ata_queued_cmd *qc) | |||
3327 | 3353 | ||
3328 | spin_unlock_irqrestore(&host_set->lock, flags); | 3354 | spin_unlock_irqrestore(&host_set->lock, flags); |
3329 | 3355 | ||
3330 | out: | ||
3331 | DPRINTK("EXIT\n"); | 3356 | DPRINTK("EXIT\n"); |
3332 | } | 3357 | } |
3333 | 3358 | ||
@@ -3411,16 +3436,11 @@ struct ata_queued_cmd *ata_qc_new_init(struct ata_port *ap, | |||
3411 | 3436 | ||
3412 | qc = ata_qc_new(ap); | 3437 | qc = ata_qc_new(ap); |
3413 | if (qc) { | 3438 | if (qc) { |
3414 | qc->__sg = NULL; | ||
3415 | qc->flags = 0; | ||
3416 | qc->scsicmd = NULL; | 3439 | qc->scsicmd = NULL; |
3417 | qc->ap = ap; | 3440 | qc->ap = ap; |
3418 | qc->dev = dev; | 3441 | qc->dev = dev; |
3419 | qc->cursect = qc->cursg = qc->cursg_ofs = 0; | ||
3420 | qc->nsect = 0; | ||
3421 | qc->nbytes = qc->curbytes = 0; | ||
3422 | 3442 | ||
3423 | ata_tf_init(ap, &qc->tf, dev->devno); | 3443 | ata_qc_reinit(qc); |
3424 | } | 3444 | } |
3425 | 3445 | ||
3426 | return qc; | 3446 | return qc; |
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c index 0df4b682965d..3b4ca55a3332 100644 --- a/drivers/scsi/libata-scsi.c +++ b/drivers/scsi/libata-scsi.c | |||
@@ -1955,22 +1955,44 @@ void ata_scsi_badcmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *), u8 | |||
1955 | done(cmd); | 1955 | done(cmd); |
1956 | } | 1956 | } |
1957 | 1957 | ||
1958 | void atapi_request_sense(struct ata_port *ap, struct ata_device *dev, | 1958 | static int atapi_sense_complete(struct ata_queued_cmd *qc,unsigned int err_mask) |
1959 | struct scsi_cmnd *cmd) | ||
1960 | { | 1959 | { |
1961 | DECLARE_COMPLETION(wait); | 1960 | if (err_mask && ((err_mask & AC_ERR_DEV) == 0)) |
1962 | struct ata_queued_cmd *qc; | 1961 | /* FIXME: not quite right; we don't want the |
1963 | unsigned long flags; | 1962 | * translation of taskfile registers into |
1964 | int rc; | 1963 | * a sense descriptors, since that's only |
1964 | * correct for ATA, not ATAPI | ||
1965 | */ | ||
1966 | ata_gen_ata_desc_sense(qc); | ||
1965 | 1967 | ||
1966 | DPRINTK("ATAPI request sense\n"); | 1968 | qc->scsidone(qc->scsicmd); |
1969 | return 0; | ||
1970 | } | ||
1967 | 1971 | ||
1968 | qc = ata_qc_new_init(ap, dev); | 1972 | /* is it pointless to prefer PIO for "safety reasons"? */ |
1969 | BUG_ON(qc == NULL); | 1973 | static inline int ata_pio_use_silly(struct ata_port *ap) |
1974 | { | ||
1975 | return (ap->flags & ATA_FLAG_PIO_DMA); | ||
1976 | } | ||
1977 | |||
1978 | static void atapi_request_sense(struct ata_queued_cmd *qc) | ||
1979 | { | ||
1980 | struct ata_port *ap = qc->ap; | ||
1981 | struct scsi_cmnd *cmd = qc->scsicmd; | ||
1982 | |||
1983 | DPRINTK("ATAPI request sense\n"); | ||
1970 | 1984 | ||
1971 | /* FIXME: is this needed? */ | 1985 | /* FIXME: is this needed? */ |
1972 | memset(cmd->sense_buffer, 0, sizeof(cmd->sense_buffer)); | 1986 | memset(cmd->sense_buffer, 0, sizeof(cmd->sense_buffer)); |
1973 | 1987 | ||
1988 | ap->ops->tf_read(ap, &qc->tf); | ||
1989 | |||
1990 | /* fill these in, for the case where they are -not- overwritten */ | ||
1991 | cmd->sense_buffer[0] = 0x70; | ||
1992 | cmd->sense_buffer[2] = qc->tf.feature >> 4; | ||
1993 | |||
1994 | ata_qc_reinit(qc); | ||
1995 | |||
1974 | ata_sg_init_one(qc, cmd->sense_buffer, sizeof(cmd->sense_buffer)); | 1996 | ata_sg_init_one(qc, cmd->sense_buffer, sizeof(cmd->sense_buffer)); |
1975 | qc->dma_dir = DMA_FROM_DEVICE; | 1997 | qc->dma_dir = DMA_FROM_DEVICE; |
1976 | 1998 | ||
@@ -1981,22 +2003,20 @@ void atapi_request_sense(struct ata_port *ap, struct ata_device *dev, | |||
1981 | qc->tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; | 2003 | qc->tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; |
1982 | qc->tf.command = ATA_CMD_PACKET; | 2004 | qc->tf.command = ATA_CMD_PACKET; |
1983 | 2005 | ||
1984 | qc->tf.protocol = ATA_PROT_ATAPI; | 2006 | if (ata_pio_use_silly(ap)) { |
1985 | qc->tf.lbam = (8 * 1024) & 0xff; | 2007 | qc->tf.protocol = ATA_PROT_ATAPI_DMA; |
1986 | qc->tf.lbah = (8 * 1024) >> 8; | 2008 | qc->tf.feature |= ATAPI_PKT_DMA; |
2009 | } else { | ||
2010 | qc->tf.protocol = ATA_PROT_ATAPI; | ||
2011 | qc->tf.lbam = (8 * 1024) & 0xff; | ||
2012 | qc->tf.lbah = (8 * 1024) >> 8; | ||
2013 | } | ||
1987 | qc->nbytes = SCSI_SENSE_BUFFERSIZE; | 2014 | qc->nbytes = SCSI_SENSE_BUFFERSIZE; |
1988 | 2015 | ||
1989 | qc->waiting = &wait; | 2016 | qc->complete_fn = atapi_sense_complete; |
1990 | qc->complete_fn = ata_qc_complete_noop; | ||
1991 | 2017 | ||
1992 | spin_lock_irqsave(&ap->host_set->lock, flags); | 2018 | if (ata_qc_issue(qc)) |
1993 | rc = ata_qc_issue(qc); | 2019 | ata_qc_complete(qc, AC_ERR_OTHER); |
1994 | spin_unlock_irqrestore(&ap->host_set->lock, flags); | ||
1995 | |||
1996 | if (rc) | ||
1997 | ata_port_disable(ap); | ||
1998 | else | ||
1999 | wait_for_completion(&wait); | ||
2000 | 2020 | ||
2001 | DPRINTK("EXIT\n"); | 2021 | DPRINTK("EXIT\n"); |
2002 | } | 2022 | } |
@@ -2008,19 +2028,8 @@ static int atapi_qc_complete(struct ata_queued_cmd *qc, unsigned int err_mask) | |||
2008 | VPRINTK("ENTER, err_mask 0x%X\n", err_mask); | 2028 | VPRINTK("ENTER, err_mask 0x%X\n", err_mask); |
2009 | 2029 | ||
2010 | if (unlikely(err_mask & AC_ERR_DEV)) { | 2030 | if (unlikely(err_mask & AC_ERR_DEV)) { |
2011 | DPRINTK("request check condition\n"); | ||
2012 | |||
2013 | /* FIXME: command completion with check condition | ||
2014 | * but no sense causes the error handler to run, | ||
2015 | * which then issues REQUEST SENSE, fills in the sense | ||
2016 | * buffer, and completes the command (for the second | ||
2017 | * time). We need to issue REQUEST SENSE some other | ||
2018 | * way, to avoid completing the command twice. | ||
2019 | */ | ||
2020 | cmd->result = SAM_STAT_CHECK_CONDITION; | 2031 | cmd->result = SAM_STAT_CHECK_CONDITION; |
2021 | 2032 | atapi_request_sense(qc); | |
2022 | qc->scsidone(cmd); | ||
2023 | |||
2024 | return 1; | 2033 | return 1; |
2025 | } | 2034 | } |
2026 | 2035 | ||
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index fad051ca4672..8ebaa694d18e 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
@@ -29,7 +29,7 @@ | |||
29 | #define __LIBATA_H__ | 29 | #define __LIBATA_H__ |
30 | 30 | ||
31 | #define DRV_NAME "libata" | 31 | #define DRV_NAME "libata" |
32 | #define DRV_VERSION "1.12" /* must be exactly four chars */ | 32 | #define DRV_VERSION "1.20" /* must be exactly four chars */ |
33 | 33 | ||
34 | struct ata_scsi_args { | 34 | struct ata_scsi_args { |
35 | u16 *id; | 35 | u16 *id; |
@@ -54,8 +54,6 @@ extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg); | |||
54 | 54 | ||
55 | 55 | ||
56 | /* libata-scsi.c */ | 56 | /* libata-scsi.c */ |
57 | extern void atapi_request_sense(struct ata_port *ap, struct ata_device *dev, | ||
58 | struct scsi_cmnd *cmd); | ||
59 | extern void ata_scsi_scan_host(struct ata_port *ap); | 57 | extern void ata_scsi_scan_host(struct ata_port *ap); |
60 | extern int ata_scsi_error(struct Scsi_Host *host); | 58 | extern int ata_scsi_error(struct Scsi_Host *host); |
61 | extern unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf, | 59 | extern unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf, |
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index 257c128f4aaa..ac184e60797e 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * sata_mv.c - Marvell SATA support | 2 | * sata_mv.c - Marvell SATA support |
3 | * | 3 | * |
4 | * Copyright 2005: EMC Corporation, all rights reserved. | 4 | * Copyright 2005: EMC Corporation, all rights reserved. |
5 | * | 5 | * |
6 | * Please ALWAYS copy linux-ide@vger.kernel.org on emails. | 6 | * Please ALWAYS copy linux-ide@vger.kernel.org on emails. |
7 | * | 7 | * |
@@ -50,6 +50,9 @@ enum { | |||
50 | MV_PCI_REG_BASE = 0, | 50 | MV_PCI_REG_BASE = 0, |
51 | MV_IRQ_COAL_REG_BASE = 0x18000, /* 6xxx part only */ | 51 | MV_IRQ_COAL_REG_BASE = 0x18000, /* 6xxx part only */ |
52 | MV_SATAHC0_REG_BASE = 0x20000, | 52 | MV_SATAHC0_REG_BASE = 0x20000, |
53 | MV_FLASH_CTL = 0x1046c, | ||
54 | MV_GPIO_PORT_CTL = 0x104f0, | ||
55 | MV_RESET_CFG = 0x180d8, | ||
53 | 56 | ||
54 | MV_PCI_REG_SZ = MV_MAJOR_REG_AREA_SZ, | 57 | MV_PCI_REG_SZ = MV_MAJOR_REG_AREA_SZ, |
55 | MV_SATAHC_REG_SZ = MV_MAJOR_REG_AREA_SZ, | 58 | MV_SATAHC_REG_SZ = MV_MAJOR_REG_AREA_SZ, |
@@ -72,11 +75,6 @@ enum { | |||
72 | MV_SG_TBL_SZ = (16 * MV_MAX_SG_CT), | 75 | MV_SG_TBL_SZ = (16 * MV_MAX_SG_CT), |
73 | MV_PORT_PRIV_DMA_SZ = (MV_CRQB_Q_SZ + MV_CRPB_Q_SZ + MV_SG_TBL_SZ), | 76 | MV_PORT_PRIV_DMA_SZ = (MV_CRQB_Q_SZ + MV_CRPB_Q_SZ + MV_SG_TBL_SZ), |
74 | 77 | ||
75 | /* Our DMA boundary is determined by an ePRD being unable to handle | ||
76 | * anything larger than 64KB | ||
77 | */ | ||
78 | MV_DMA_BOUNDARY = 0xffffU, | ||
79 | |||
80 | MV_PORTS_PER_HC = 4, | 78 | MV_PORTS_PER_HC = 4, |
81 | /* == (port / MV_PORTS_PER_HC) to determine HC from 0-7 port */ | 79 | /* == (port / MV_PORTS_PER_HC) to determine HC from 0-7 port */ |
82 | MV_PORT_HC_SHIFT = 2, | 80 | MV_PORT_HC_SHIFT = 2, |
@@ -86,16 +84,9 @@ enum { | |||
86 | /* Host Flags */ | 84 | /* Host Flags */ |
87 | MV_FLAG_DUAL_HC = (1 << 30), /* two SATA Host Controllers */ | 85 | MV_FLAG_DUAL_HC = (1 << 30), /* two SATA Host Controllers */ |
88 | MV_FLAG_IRQ_COALESCE = (1 << 29), /* IRQ coalescing capability */ | 86 | MV_FLAG_IRQ_COALESCE = (1 << 29), /* IRQ coalescing capability */ |
89 | MV_FLAG_GLBL_SFT_RST = (1 << 28), /* Global Soft Reset support */ | ||
90 | MV_COMMON_FLAGS = (ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | | 87 | MV_COMMON_FLAGS = (ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | |
91 | ATA_FLAG_SATA_RESET | ATA_FLAG_MMIO), | 88 | ATA_FLAG_SATA_RESET | ATA_FLAG_MMIO), |
92 | MV_6XXX_FLAGS = (MV_FLAG_IRQ_COALESCE | | 89 | MV_6XXX_FLAGS = MV_FLAG_IRQ_COALESCE, |
93 | MV_FLAG_GLBL_SFT_RST), | ||
94 | |||
95 | chip_504x = 0, | ||
96 | chip_508x = 1, | ||
97 | chip_604x = 2, | ||
98 | chip_608x = 3, | ||
99 | 90 | ||
100 | CRQB_FLAG_READ = (1 << 0), | 91 | CRQB_FLAG_READ = (1 << 0), |
101 | CRQB_TAG_SHIFT = 1, | 92 | CRQB_TAG_SHIFT = 1, |
@@ -116,8 +107,19 @@ enum { | |||
116 | PCI_MASTER_EMPTY = (1 << 3), | 107 | PCI_MASTER_EMPTY = (1 << 3), |
117 | GLOB_SFT_RST = (1 << 4), | 108 | GLOB_SFT_RST = (1 << 4), |
118 | 109 | ||
119 | PCI_IRQ_CAUSE_OFS = 0x1d58, | 110 | MV_PCI_MODE = 0xd00, |
120 | PCI_IRQ_MASK_OFS = 0x1d5c, | 111 | MV_PCI_EXP_ROM_BAR_CTL = 0xd2c, |
112 | MV_PCI_DISC_TIMER = 0xd04, | ||
113 | MV_PCI_MSI_TRIGGER = 0xc38, | ||
114 | MV_PCI_SERR_MASK = 0xc28, | ||
115 | MV_PCI_XBAR_TMOUT = 0x1d04, | ||
116 | MV_PCI_ERR_LOW_ADDRESS = 0x1d40, | ||
117 | MV_PCI_ERR_HIGH_ADDRESS = 0x1d44, | ||
118 | MV_PCI_ERR_ATTRIBUTE = 0x1d48, | ||
119 | MV_PCI_ERR_COMMAND = 0x1d50, | ||
120 | |||
121 | PCI_IRQ_CAUSE_OFS = 0x1d58, | ||
122 | PCI_IRQ_MASK_OFS = 0x1d5c, | ||
121 | PCI_UNMASK_ALL_IRQS = 0x7fffff, /* bits 22-0 */ | 123 | PCI_UNMASK_ALL_IRQS = 0x7fffff, /* bits 22-0 */ |
122 | 124 | ||
123 | HC_MAIN_IRQ_CAUSE_OFS = 0x1d60, | 125 | HC_MAIN_IRQ_CAUSE_OFS = 0x1d60, |
@@ -134,7 +136,7 @@ enum { | |||
134 | SELF_INT = (1 << 23), | 136 | SELF_INT = (1 << 23), |
135 | TWSI_INT = (1 << 24), | 137 | TWSI_INT = (1 << 24), |
136 | HC_MAIN_RSVD = (0x7f << 25), /* bits 31-25 */ | 138 | HC_MAIN_RSVD = (0x7f << 25), /* bits 31-25 */ |
137 | HC_MAIN_MASKED_IRQS = (TRAN_LO_DONE | TRAN_HI_DONE | | 139 | HC_MAIN_MASKED_IRQS = (TRAN_LO_DONE | TRAN_HI_DONE | |
138 | PORTS_0_7_COAL_DONE | GPIO_INT | TWSI_INT | | 140 | PORTS_0_7_COAL_DONE | GPIO_INT | TWSI_INT | |
139 | HC_MAIN_RSVD), | 141 | HC_MAIN_RSVD), |
140 | 142 | ||
@@ -153,6 +155,15 @@ enum { | |||
153 | /* SATA registers */ | 155 | /* SATA registers */ |
154 | SATA_STATUS_OFS = 0x300, /* ctrl, err regs follow status */ | 156 | SATA_STATUS_OFS = 0x300, /* ctrl, err regs follow status */ |
155 | SATA_ACTIVE_OFS = 0x350, | 157 | SATA_ACTIVE_OFS = 0x350, |
158 | PHY_MODE3 = 0x310, | ||
159 | PHY_MODE4 = 0x314, | ||
160 | PHY_MODE2 = 0x330, | ||
161 | MV5_PHY_MODE = 0x74, | ||
162 | MV5_LT_MODE = 0x30, | ||
163 | MV5_PHY_CTL = 0x0C, | ||
164 | SATA_INTERFACE_CTL = 0x050, | ||
165 | |||
166 | MV_M2_PREAMP_MASK = 0x7e0, | ||
156 | 167 | ||
157 | /* Port registers */ | 168 | /* Port registers */ |
158 | EDMA_CFG_OFS = 0, | 169 | EDMA_CFG_OFS = 0, |
@@ -182,17 +193,16 @@ enum { | |||
182 | EDMA_ERR_LNK_CTRL_TX = (0x1f << 21), | 193 | EDMA_ERR_LNK_CTRL_TX = (0x1f << 21), |
183 | EDMA_ERR_LNK_DATA_TX = (0x1f << 26), | 194 | EDMA_ERR_LNK_DATA_TX = (0x1f << 26), |
184 | EDMA_ERR_TRANS_PROTO = (1 << 31), | 195 | EDMA_ERR_TRANS_PROTO = (1 << 31), |
185 | EDMA_ERR_FATAL = (EDMA_ERR_D_PAR | EDMA_ERR_PRD_PAR | | 196 | EDMA_ERR_FATAL = (EDMA_ERR_D_PAR | EDMA_ERR_PRD_PAR | |
186 | EDMA_ERR_DEV_DCON | EDMA_ERR_CRBQ_PAR | | 197 | EDMA_ERR_DEV_DCON | EDMA_ERR_CRBQ_PAR | |
187 | EDMA_ERR_CRPB_PAR | EDMA_ERR_INTRL_PAR | | 198 | EDMA_ERR_CRPB_PAR | EDMA_ERR_INTRL_PAR | |
188 | EDMA_ERR_IORDY | EDMA_ERR_LNK_CTRL_RX_2 | | 199 | EDMA_ERR_IORDY | EDMA_ERR_LNK_CTRL_RX_2 | |
189 | EDMA_ERR_LNK_DATA_RX | | 200 | EDMA_ERR_LNK_DATA_RX | |
190 | EDMA_ERR_LNK_DATA_TX | | 201 | EDMA_ERR_LNK_DATA_TX | |
191 | EDMA_ERR_TRANS_PROTO), | 202 | EDMA_ERR_TRANS_PROTO), |
192 | 203 | ||
193 | EDMA_REQ_Q_BASE_HI_OFS = 0x10, | 204 | EDMA_REQ_Q_BASE_HI_OFS = 0x10, |
194 | EDMA_REQ_Q_IN_PTR_OFS = 0x14, /* also contains BASE_LO */ | 205 | EDMA_REQ_Q_IN_PTR_OFS = 0x14, /* also contains BASE_LO */ |
195 | EDMA_REQ_Q_BASE_LO_MASK = 0xfffffc00U, | ||
196 | 206 | ||
197 | EDMA_REQ_Q_OUT_PTR_OFS = 0x18, | 207 | EDMA_REQ_Q_OUT_PTR_OFS = 0x18, |
198 | EDMA_REQ_Q_PTR_SHIFT = 5, | 208 | EDMA_REQ_Q_PTR_SHIFT = 5, |
@@ -200,7 +210,6 @@ enum { | |||
200 | EDMA_RSP_Q_BASE_HI_OFS = 0x1c, | 210 | EDMA_RSP_Q_BASE_HI_OFS = 0x1c, |
201 | EDMA_RSP_Q_IN_PTR_OFS = 0x20, | 211 | EDMA_RSP_Q_IN_PTR_OFS = 0x20, |
202 | EDMA_RSP_Q_OUT_PTR_OFS = 0x24, /* also contains BASE_LO */ | 212 | EDMA_RSP_Q_OUT_PTR_OFS = 0x24, /* also contains BASE_LO */ |
203 | EDMA_RSP_Q_BASE_LO_MASK = 0xffffff00U, | ||
204 | EDMA_RSP_Q_PTR_SHIFT = 3, | 213 | EDMA_RSP_Q_PTR_SHIFT = 3, |
205 | 214 | ||
206 | EDMA_CMD_OFS = 0x28, | 215 | EDMA_CMD_OFS = 0x28, |
@@ -208,14 +217,44 @@ enum { | |||
208 | EDMA_DS = (1 << 1), | 217 | EDMA_DS = (1 << 1), |
209 | ATA_RST = (1 << 2), | 218 | ATA_RST = (1 << 2), |
210 | 219 | ||
220 | EDMA_IORDY_TMOUT = 0x34, | ||
221 | EDMA_ARB_CFG = 0x38, | ||
222 | |||
211 | /* Host private flags (hp_flags) */ | 223 | /* Host private flags (hp_flags) */ |
212 | MV_HP_FLAG_MSI = (1 << 0), | 224 | MV_HP_FLAG_MSI = (1 << 0), |
225 | MV_HP_ERRATA_50XXB0 = (1 << 1), | ||
226 | MV_HP_ERRATA_50XXB2 = (1 << 2), | ||
227 | MV_HP_ERRATA_60X1B2 = (1 << 3), | ||
228 | MV_HP_ERRATA_60X1C0 = (1 << 4), | ||
229 | MV_HP_50XX = (1 << 5), | ||
213 | 230 | ||
214 | /* Port private flags (pp_flags) */ | 231 | /* Port private flags (pp_flags) */ |
215 | MV_PP_FLAG_EDMA_EN = (1 << 0), | 232 | MV_PP_FLAG_EDMA_EN = (1 << 0), |
216 | MV_PP_FLAG_EDMA_DS_ACT = (1 << 1), | 233 | MV_PP_FLAG_EDMA_DS_ACT = (1 << 1), |
217 | }; | 234 | }; |
218 | 235 | ||
236 | #define IS_50XX(hpriv) ((hpriv)->hp_flags & MV_HP_50XX) | ||
237 | #define IS_60XX(hpriv) (((hpriv)->hp_flags & MV_HP_50XX) == 0) | ||
238 | |||
239 | enum { | ||
240 | /* Our DMA boundary is determined by an ePRD being unable to handle | ||
241 | * anything larger than 64KB | ||
242 | */ | ||
243 | MV_DMA_BOUNDARY = 0xffffU, | ||
244 | |||
245 | EDMA_REQ_Q_BASE_LO_MASK = 0xfffffc00U, | ||
246 | |||
247 | EDMA_RSP_Q_BASE_LO_MASK = 0xffffff00U, | ||
248 | }; | ||
249 | |||
250 | enum chip_type { | ||
251 | chip_504x, | ||
252 | chip_508x, | ||
253 | chip_5080, | ||
254 | chip_604x, | ||
255 | chip_608x, | ||
256 | }; | ||
257 | |||
219 | /* Command ReQuest Block: 32B */ | 258 | /* Command ReQuest Block: 32B */ |
220 | struct mv_crqb { | 259 | struct mv_crqb { |
221 | u32 sg_addr; | 260 | u32 sg_addr; |
@@ -252,14 +291,37 @@ struct mv_port_priv { | |||
252 | u32 pp_flags; | 291 | u32 pp_flags; |
253 | }; | 292 | }; |
254 | 293 | ||
294 | struct mv_port_signal { | ||
295 | u32 amps; | ||
296 | u32 pre; | ||
297 | }; | ||
298 | |||
299 | struct mv_host_priv; | ||
300 | struct mv_hw_ops { | ||
301 | void (*phy_errata)(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
302 | unsigned int port); | ||
303 | void (*enable_leds)(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
304 | void (*read_preamp)(struct mv_host_priv *hpriv, int idx, | ||
305 | void __iomem *mmio); | ||
306 | int (*reset_hc)(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
307 | unsigned int n_hc); | ||
308 | void (*reset_flash)(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
309 | void (*reset_bus)(struct pci_dev *pdev, void __iomem *mmio); | ||
310 | }; | ||
311 | |||
255 | struct mv_host_priv { | 312 | struct mv_host_priv { |
256 | u32 hp_flags; | 313 | u32 hp_flags; |
314 | struct mv_port_signal signal[8]; | ||
315 | const struct mv_hw_ops *ops; | ||
257 | }; | 316 | }; |
258 | 317 | ||
259 | static void mv_irq_clear(struct ata_port *ap); | 318 | static void mv_irq_clear(struct ata_port *ap); |
260 | static u32 mv_scr_read(struct ata_port *ap, unsigned int sc_reg_in); | 319 | static u32 mv_scr_read(struct ata_port *ap, unsigned int sc_reg_in); |
261 | static void mv_scr_write(struct ata_port *ap, unsigned int sc_reg_in, u32 val); | 320 | static void mv_scr_write(struct ata_port *ap, unsigned int sc_reg_in, u32 val); |
321 | static u32 mv5_scr_read(struct ata_port *ap, unsigned int sc_reg_in); | ||
322 | static void mv5_scr_write(struct ata_port *ap, unsigned int sc_reg_in, u32 val); | ||
262 | static void mv_phy_reset(struct ata_port *ap); | 323 | static void mv_phy_reset(struct ata_port *ap); |
324 | static void __mv_phy_reset(struct ata_port *ap, int can_sleep); | ||
263 | static void mv_host_stop(struct ata_host_set *host_set); | 325 | static void mv_host_stop(struct ata_host_set *host_set); |
264 | static int mv_port_start(struct ata_port *ap); | 326 | static int mv_port_start(struct ata_port *ap); |
265 | static void mv_port_stop(struct ata_port *ap); | 327 | static void mv_port_stop(struct ata_port *ap); |
@@ -270,6 +332,29 @@ static irqreturn_t mv_interrupt(int irq, void *dev_instance, | |||
270 | static void mv_eng_timeout(struct ata_port *ap); | 332 | static void mv_eng_timeout(struct ata_port *ap); |
271 | static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); | 333 | static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); |
272 | 334 | ||
335 | static void mv5_phy_errata(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
336 | unsigned int port); | ||
337 | static void mv5_enable_leds(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
338 | static void mv5_read_preamp(struct mv_host_priv *hpriv, int idx, | ||
339 | void __iomem *mmio); | ||
340 | static int mv5_reset_hc(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
341 | unsigned int n_hc); | ||
342 | static void mv5_reset_flash(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
343 | static void mv5_reset_bus(struct pci_dev *pdev, void __iomem *mmio); | ||
344 | |||
345 | static void mv6_phy_errata(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
346 | unsigned int port); | ||
347 | static void mv6_enable_leds(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
348 | static void mv6_read_preamp(struct mv_host_priv *hpriv, int idx, | ||
349 | void __iomem *mmio); | ||
350 | static int mv6_reset_hc(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
351 | unsigned int n_hc); | ||
352 | static void mv6_reset_flash(struct mv_host_priv *hpriv, void __iomem *mmio); | ||
353 | static void mv_reset_pci_bus(struct pci_dev *pdev, void __iomem *mmio); | ||
354 | static void mv_channel_reset(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
355 | unsigned int port_no); | ||
356 | static void mv_stop_and_reset(struct ata_port *ap); | ||
357 | |||
273 | static struct scsi_host_template mv_sht = { | 358 | static struct scsi_host_template mv_sht = { |
274 | .module = THIS_MODULE, | 359 | .module = THIS_MODULE, |
275 | .name = DRV_NAME, | 360 | .name = DRV_NAME, |
@@ -278,7 +363,7 @@ static struct scsi_host_template mv_sht = { | |||
278 | .eh_strategy_handler = ata_scsi_error, | 363 | .eh_strategy_handler = ata_scsi_error, |
279 | .can_queue = MV_USE_Q_DEPTH, | 364 | .can_queue = MV_USE_Q_DEPTH, |
280 | .this_id = ATA_SHT_THIS_ID, | 365 | .this_id = ATA_SHT_THIS_ID, |
281 | .sg_tablesize = MV_MAX_SG_CT, | 366 | .sg_tablesize = MV_MAX_SG_CT / 2, |
282 | .max_sectors = ATA_MAX_SECTORS, | 367 | .max_sectors = ATA_MAX_SECTORS, |
283 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | 368 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, |
284 | .emulated = ATA_SHT_EMULATED, | 369 | .emulated = ATA_SHT_EMULATED, |
@@ -290,7 +375,34 @@ static struct scsi_host_template mv_sht = { | |||
290 | .ordered_flush = 1, | 375 | .ordered_flush = 1, |
291 | }; | 376 | }; |
292 | 377 | ||
293 | static const struct ata_port_operations mv_ops = { | 378 | static const struct ata_port_operations mv5_ops = { |
379 | .port_disable = ata_port_disable, | ||
380 | |||
381 | .tf_load = ata_tf_load, | ||
382 | .tf_read = ata_tf_read, | ||
383 | .check_status = ata_check_status, | ||
384 | .exec_command = ata_exec_command, | ||
385 | .dev_select = ata_std_dev_select, | ||
386 | |||
387 | .phy_reset = mv_phy_reset, | ||
388 | |||
389 | .qc_prep = mv_qc_prep, | ||
390 | .qc_issue = mv_qc_issue, | ||
391 | |||
392 | .eng_timeout = mv_eng_timeout, | ||
393 | |||
394 | .irq_handler = mv_interrupt, | ||
395 | .irq_clear = mv_irq_clear, | ||
396 | |||
397 | .scr_read = mv5_scr_read, | ||
398 | .scr_write = mv5_scr_write, | ||
399 | |||
400 | .port_start = mv_port_start, | ||
401 | .port_stop = mv_port_stop, | ||
402 | .host_stop = mv_host_stop, | ||
403 | }; | ||
404 | |||
405 | static const struct ata_port_operations mv6_ops = { | ||
294 | .port_disable = ata_port_disable, | 406 | .port_disable = ata_port_disable, |
295 | 407 | ||
296 | .tf_load = ata_tf_load, | 408 | .tf_load = ata_tf_load, |
@@ -322,37 +434,44 @@ static struct ata_port_info mv_port_info[] = { | |||
322 | .sht = &mv_sht, | 434 | .sht = &mv_sht, |
323 | .host_flags = MV_COMMON_FLAGS, | 435 | .host_flags = MV_COMMON_FLAGS, |
324 | .pio_mask = 0x1f, /* pio0-4 */ | 436 | .pio_mask = 0x1f, /* pio0-4 */ |
325 | .udma_mask = 0, /* 0x7f (udma0-6 disabled for now) */ | 437 | .udma_mask = 0x7f, /* udma0-6 */ |
326 | .port_ops = &mv_ops, | 438 | .port_ops = &mv5_ops, |
327 | }, | 439 | }, |
328 | { /* chip_508x */ | 440 | { /* chip_508x */ |
329 | .sht = &mv_sht, | 441 | .sht = &mv_sht, |
330 | .host_flags = (MV_COMMON_FLAGS | MV_FLAG_DUAL_HC), | 442 | .host_flags = (MV_COMMON_FLAGS | MV_FLAG_DUAL_HC), |
331 | .pio_mask = 0x1f, /* pio0-4 */ | 443 | .pio_mask = 0x1f, /* pio0-4 */ |
332 | .udma_mask = 0, /* 0x7f (udma0-6 disabled for now) */ | 444 | .udma_mask = 0x7f, /* udma0-6 */ |
333 | .port_ops = &mv_ops, | 445 | .port_ops = &mv5_ops, |
446 | }, | ||
447 | { /* chip_5080 */ | ||
448 | .sht = &mv_sht, | ||
449 | .host_flags = (MV_COMMON_FLAGS | MV_FLAG_DUAL_HC), | ||
450 | .pio_mask = 0x1f, /* pio0-4 */ | ||
451 | .udma_mask = 0x7f, /* udma0-6 */ | ||
452 | .port_ops = &mv5_ops, | ||
334 | }, | 453 | }, |
335 | { /* chip_604x */ | 454 | { /* chip_604x */ |
336 | .sht = &mv_sht, | 455 | .sht = &mv_sht, |
337 | .host_flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS), | 456 | .host_flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS), |
338 | .pio_mask = 0x1f, /* pio0-4 */ | 457 | .pio_mask = 0x1f, /* pio0-4 */ |
339 | .udma_mask = 0x7f, /* udma0-6 */ | 458 | .udma_mask = 0x7f, /* udma0-6 */ |
340 | .port_ops = &mv_ops, | 459 | .port_ops = &mv6_ops, |
341 | }, | 460 | }, |
342 | { /* chip_608x */ | 461 | { /* chip_608x */ |
343 | .sht = &mv_sht, | 462 | .sht = &mv_sht, |
344 | .host_flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS | | 463 | .host_flags = (MV_COMMON_FLAGS | MV_6XXX_FLAGS | |
345 | MV_FLAG_DUAL_HC), | 464 | MV_FLAG_DUAL_HC), |
346 | .pio_mask = 0x1f, /* pio0-4 */ | 465 | .pio_mask = 0x1f, /* pio0-4 */ |
347 | .udma_mask = 0x7f, /* udma0-6 */ | 466 | .udma_mask = 0x7f, /* udma0-6 */ |
348 | .port_ops = &mv_ops, | 467 | .port_ops = &mv6_ops, |
349 | }, | 468 | }, |
350 | }; | 469 | }; |
351 | 470 | ||
352 | static const struct pci_device_id mv_pci_tbl[] = { | 471 | static const struct pci_device_id mv_pci_tbl[] = { |
353 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x}, | 472 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x}, |
354 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x}, | 473 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x}, |
355 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_508x}, | 474 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_5080}, |
356 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5081), 0, 0, chip_508x}, | 475 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5081), 0, 0, chip_508x}, |
357 | 476 | ||
358 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6040), 0, 0, chip_604x}, | 477 | {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6040), 0, 0, chip_604x}, |
@@ -371,6 +490,24 @@ static struct pci_driver mv_pci_driver = { | |||
371 | .remove = ata_pci_remove_one, | 490 | .remove = ata_pci_remove_one, |
372 | }; | 491 | }; |
373 | 492 | ||
493 | static const struct mv_hw_ops mv5xxx_ops = { | ||
494 | .phy_errata = mv5_phy_errata, | ||
495 | .enable_leds = mv5_enable_leds, | ||
496 | .read_preamp = mv5_read_preamp, | ||
497 | .reset_hc = mv5_reset_hc, | ||
498 | .reset_flash = mv5_reset_flash, | ||
499 | .reset_bus = mv5_reset_bus, | ||
500 | }; | ||
501 | |||
502 | static const struct mv_hw_ops mv6xxx_ops = { | ||
503 | .phy_errata = mv6_phy_errata, | ||
504 | .enable_leds = mv6_enable_leds, | ||
505 | .read_preamp = mv6_read_preamp, | ||
506 | .reset_hc = mv6_reset_hc, | ||
507 | .reset_flash = mv6_reset_flash, | ||
508 | .reset_bus = mv_reset_pci_bus, | ||
509 | }; | ||
510 | |||
374 | /* | 511 | /* |
375 | * Functions | 512 | * Functions |
376 | */ | 513 | */ |
@@ -386,11 +523,27 @@ static inline void __iomem *mv_hc_base(void __iomem *base, unsigned int hc) | |||
386 | return (base + MV_SATAHC0_REG_BASE + (hc * MV_SATAHC_REG_SZ)); | 523 | return (base + MV_SATAHC0_REG_BASE + (hc * MV_SATAHC_REG_SZ)); |
387 | } | 524 | } |
388 | 525 | ||
526 | static inline unsigned int mv_hc_from_port(unsigned int port) | ||
527 | { | ||
528 | return port >> MV_PORT_HC_SHIFT; | ||
529 | } | ||
530 | |||
531 | static inline unsigned int mv_hardport_from_port(unsigned int port) | ||
532 | { | ||
533 | return port & MV_PORT_MASK; | ||
534 | } | ||
535 | |||
536 | static inline void __iomem *mv_hc_base_from_port(void __iomem *base, | ||
537 | unsigned int port) | ||
538 | { | ||
539 | return mv_hc_base(base, mv_hc_from_port(port)); | ||
540 | } | ||
541 | |||
389 | static inline void __iomem *mv_port_base(void __iomem *base, unsigned int port) | 542 | static inline void __iomem *mv_port_base(void __iomem *base, unsigned int port) |
390 | { | 543 | { |
391 | return (mv_hc_base(base, port >> MV_PORT_HC_SHIFT) + | 544 | return mv_hc_base_from_port(base, port) + |
392 | MV_SATAHC_ARBTR_REG_SZ + | 545 | MV_SATAHC_ARBTR_REG_SZ + |
393 | ((port & MV_PORT_MASK) * MV_PORT_REG_SZ)); | 546 | (mv_hardport_from_port(port) * MV_PORT_REG_SZ); |
394 | } | 547 | } |
395 | 548 | ||
396 | static inline void __iomem *mv_ap_base(struct ata_port *ap) | 549 | static inline void __iomem *mv_ap_base(struct ata_port *ap) |
@@ -398,9 +551,9 @@ static inline void __iomem *mv_ap_base(struct ata_port *ap) | |||
398 | return mv_port_base(ap->host_set->mmio_base, ap->port_no); | 551 | return mv_port_base(ap->host_set->mmio_base, ap->port_no); |
399 | } | 552 | } |
400 | 553 | ||
401 | static inline int mv_get_hc_count(unsigned long hp_flags) | 554 | static inline int mv_get_hc_count(unsigned long host_flags) |
402 | { | 555 | { |
403 | return ((hp_flags & MV_FLAG_DUAL_HC) ? 2 : 1); | 556 | return ((host_flags & MV_FLAG_DUAL_HC) ? 2 : 1); |
404 | } | 557 | } |
405 | 558 | ||
406 | static void mv_irq_clear(struct ata_port *ap) | 559 | static void mv_irq_clear(struct ata_port *ap) |
@@ -452,7 +605,7 @@ static void mv_stop_dma(struct ata_port *ap) | |||
452 | } else { | 605 | } else { |
453 | assert(!(EDMA_EN & readl(port_mmio + EDMA_CMD_OFS))); | 606 | assert(!(EDMA_EN & readl(port_mmio + EDMA_CMD_OFS))); |
454 | } | 607 | } |
455 | 608 | ||
456 | /* now properly wait for the eDMA to stop */ | 609 | /* now properly wait for the eDMA to stop */ |
457 | for (i = 1000; i > 0; i--) { | 610 | for (i = 1000; i > 0; i--) { |
458 | reg = readl(port_mmio + EDMA_CMD_OFS); | 611 | reg = readl(port_mmio + EDMA_CMD_OFS); |
@@ -503,7 +656,7 @@ static void mv_dump_all_regs(void __iomem *mmio_base, int port, | |||
503 | struct pci_dev *pdev) | 656 | struct pci_dev *pdev) |
504 | { | 657 | { |
505 | #ifdef ATA_DEBUG | 658 | #ifdef ATA_DEBUG |
506 | void __iomem *hc_base = mv_hc_base(mmio_base, | 659 | void __iomem *hc_base = mv_hc_base(mmio_base, |
507 | port >> MV_PORT_HC_SHIFT); | 660 | port >> MV_PORT_HC_SHIFT); |
508 | void __iomem *port_base; | 661 | void __iomem *port_base; |
509 | int start_port, num_ports, p, start_hc, num_hcs, hc; | 662 | int start_port, num_ports, p, start_hc, num_hcs, hc; |
@@ -517,7 +670,7 @@ static void mv_dump_all_regs(void __iomem *mmio_base, int port, | |||
517 | start_port = port; | 670 | start_port = port; |
518 | num_ports = num_hcs = 1; | 671 | num_ports = num_hcs = 1; |
519 | } | 672 | } |
520 | DPRINTK("All registers for port(s) %u-%u:\n", start_port, | 673 | DPRINTK("All registers for port(s) %u-%u:\n", start_port, |
521 | num_ports > 1 ? num_ports - 1 : start_port); | 674 | num_ports > 1 ? num_ports - 1 : start_port); |
522 | 675 | ||
523 | if (NULL != pdev) { | 676 | if (NULL != pdev) { |
@@ -585,70 +738,6 @@ static void mv_scr_write(struct ata_port *ap, unsigned int sc_reg_in, u32 val) | |||
585 | } | 738 | } |
586 | 739 | ||
587 | /** | 740 | /** |
588 | * mv_global_soft_reset - Perform the 6xxx global soft reset | ||
589 | * @mmio_base: base address of the HBA | ||
590 | * | ||
591 | * This routine only applies to 6xxx parts. | ||
592 | * | ||
593 | * LOCKING: | ||
594 | * Inherited from caller. | ||
595 | */ | ||
596 | static int mv_global_soft_reset(void __iomem *mmio_base) | ||
597 | { | ||
598 | void __iomem *reg = mmio_base + PCI_MAIN_CMD_STS_OFS; | ||
599 | int i, rc = 0; | ||
600 | u32 t; | ||
601 | |||
602 | /* Following procedure defined in PCI "main command and status | ||
603 | * register" table. | ||
604 | */ | ||
605 | t = readl(reg); | ||
606 | writel(t | STOP_PCI_MASTER, reg); | ||
607 | |||
608 | for (i = 0; i < 1000; i++) { | ||
609 | udelay(1); | ||
610 | t = readl(reg); | ||
611 | if (PCI_MASTER_EMPTY & t) { | ||
612 | break; | ||
613 | } | ||
614 | } | ||
615 | if (!(PCI_MASTER_EMPTY & t)) { | ||
616 | printk(KERN_ERR DRV_NAME ": PCI master won't flush\n"); | ||
617 | rc = 1; | ||
618 | goto done; | ||
619 | } | ||
620 | |||
621 | /* set reset */ | ||
622 | i = 5; | ||
623 | do { | ||
624 | writel(t | GLOB_SFT_RST, reg); | ||
625 | t = readl(reg); | ||
626 | udelay(1); | ||
627 | } while (!(GLOB_SFT_RST & t) && (i-- > 0)); | ||
628 | |||
629 | if (!(GLOB_SFT_RST & t)) { | ||
630 | printk(KERN_ERR DRV_NAME ": can't set global reset\n"); | ||
631 | rc = 1; | ||
632 | goto done; | ||
633 | } | ||
634 | |||
635 | /* clear reset and *reenable the PCI master* (not mentioned in spec) */ | ||
636 | i = 5; | ||
637 | do { | ||
638 | writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); | ||
639 | t = readl(reg); | ||
640 | udelay(1); | ||
641 | } while ((GLOB_SFT_RST & t) && (i-- > 0)); | ||
642 | |||
643 | if (GLOB_SFT_RST & t) { | ||
644 | printk(KERN_ERR DRV_NAME ": can't clear global reset\n"); | ||
645 | rc = 1; | ||
646 | } | ||
647 | done: | ||
648 | return rc; | ||
649 | } | ||
650 | |||
651 | /** | ||
652 | * mv_host_stop - Host specific cleanup/stop routine. | 741 | * mv_host_stop - Host specific cleanup/stop routine. |
653 | * @host_set: host data structure | 742 | * @host_set: host data structure |
654 | * | 743 | * |
@@ -701,7 +790,7 @@ static int mv_port_start(struct ata_port *ap) | |||
701 | goto err_out; | 790 | goto err_out; |
702 | memset(pp, 0, sizeof(*pp)); | 791 | memset(pp, 0, sizeof(*pp)); |
703 | 792 | ||
704 | mem = dma_alloc_coherent(dev, MV_PORT_PRIV_DMA_SZ, &mem_dma, | 793 | mem = dma_alloc_coherent(dev, MV_PORT_PRIV_DMA_SZ, &mem_dma, |
705 | GFP_KERNEL); | 794 | GFP_KERNEL); |
706 | if (!mem) | 795 | if (!mem) |
707 | goto err_out_pp; | 796 | goto err_out_pp; |
@@ -711,7 +800,7 @@ static int mv_port_start(struct ata_port *ap) | |||
711 | if (rc) | 800 | if (rc) |
712 | goto err_out_priv; | 801 | goto err_out_priv; |
713 | 802 | ||
714 | /* First item in chunk of DMA memory: | 803 | /* First item in chunk of DMA memory: |
715 | * 32-slot command request table (CRQB), 32 bytes each in size | 804 | * 32-slot command request table (CRQB), 32 bytes each in size |
716 | */ | 805 | */ |
717 | pp->crqb = mem; | 806 | pp->crqb = mem; |
@@ -719,7 +808,7 @@ static int mv_port_start(struct ata_port *ap) | |||
719 | mem += MV_CRQB_Q_SZ; | 808 | mem += MV_CRQB_Q_SZ; |
720 | mem_dma += MV_CRQB_Q_SZ; | 809 | mem_dma += MV_CRQB_Q_SZ; |
721 | 810 | ||
722 | /* Second item: | 811 | /* Second item: |
723 | * 32-slot command response table (CRPB), 8 bytes each in size | 812 | * 32-slot command response table (CRPB), 8 bytes each in size |
724 | */ | 813 | */ |
725 | pp->crpb = mem; | 814 | pp->crpb = mem; |
@@ -733,18 +822,18 @@ static int mv_port_start(struct ata_port *ap) | |||
733 | pp->sg_tbl = mem; | 822 | pp->sg_tbl = mem; |
734 | pp->sg_tbl_dma = mem_dma; | 823 | pp->sg_tbl_dma = mem_dma; |
735 | 824 | ||
736 | writelfl(EDMA_CFG_Q_DEPTH | EDMA_CFG_RD_BRST_EXT | | 825 | writelfl(EDMA_CFG_Q_DEPTH | EDMA_CFG_RD_BRST_EXT | |
737 | EDMA_CFG_WR_BUFF_LEN, port_mmio + EDMA_CFG_OFS); | 826 | EDMA_CFG_WR_BUFF_LEN, port_mmio + EDMA_CFG_OFS); |
738 | 827 | ||
739 | writel((pp->crqb_dma >> 16) >> 16, port_mmio + EDMA_REQ_Q_BASE_HI_OFS); | 828 | writel((pp->crqb_dma >> 16) >> 16, port_mmio + EDMA_REQ_Q_BASE_HI_OFS); |
740 | writelfl(pp->crqb_dma & EDMA_REQ_Q_BASE_LO_MASK, | 829 | writelfl(pp->crqb_dma & EDMA_REQ_Q_BASE_LO_MASK, |
741 | port_mmio + EDMA_REQ_Q_IN_PTR_OFS); | 830 | port_mmio + EDMA_REQ_Q_IN_PTR_OFS); |
742 | 831 | ||
743 | writelfl(0, port_mmio + EDMA_REQ_Q_OUT_PTR_OFS); | 832 | writelfl(0, port_mmio + EDMA_REQ_Q_OUT_PTR_OFS); |
744 | writelfl(0, port_mmio + EDMA_RSP_Q_IN_PTR_OFS); | 833 | writelfl(0, port_mmio + EDMA_RSP_Q_IN_PTR_OFS); |
745 | 834 | ||
746 | writel((pp->crpb_dma >> 16) >> 16, port_mmio + EDMA_RSP_Q_BASE_HI_OFS); | 835 | writel((pp->crpb_dma >> 16) >> 16, port_mmio + EDMA_RSP_Q_BASE_HI_OFS); |
747 | writelfl(pp->crpb_dma & EDMA_RSP_Q_BASE_LO_MASK, | 836 | writelfl(pp->crpb_dma & EDMA_RSP_Q_BASE_LO_MASK, |
748 | port_mmio + EDMA_RSP_Q_OUT_PTR_OFS); | 837 | port_mmio + EDMA_RSP_Q_OUT_PTR_OFS); |
749 | 838 | ||
750 | pp->req_producer = pp->rsp_consumer = 0; | 839 | pp->req_producer = pp->rsp_consumer = 0; |
@@ -805,20 +894,30 @@ static void mv_fill_sg(struct ata_queued_cmd *qc) | |||
805 | struct scatterlist *sg; | 894 | struct scatterlist *sg; |
806 | 895 | ||
807 | ata_for_each_sg(sg, qc) { | 896 | ata_for_each_sg(sg, qc) { |
808 | u32 sg_len; | ||
809 | dma_addr_t addr; | 897 | dma_addr_t addr; |
898 | u32 sg_len, len, offset; | ||
810 | 899 | ||
811 | addr = sg_dma_address(sg); | 900 | addr = sg_dma_address(sg); |
812 | sg_len = sg_dma_len(sg); | 901 | sg_len = sg_dma_len(sg); |
813 | 902 | ||
814 | pp->sg_tbl[i].addr = cpu_to_le32(addr & 0xffffffff); | 903 | while (sg_len) { |
815 | pp->sg_tbl[i].addr_hi = cpu_to_le32((addr >> 16) >> 16); | 904 | offset = addr & MV_DMA_BOUNDARY; |
816 | assert(0 == (sg_len & ~MV_DMA_BOUNDARY)); | 905 | len = sg_len; |
817 | pp->sg_tbl[i].flags_size = cpu_to_le32(sg_len); | 906 | if ((offset + sg_len) > 0x10000) |
818 | if (ata_sg_is_last(sg, qc)) | 907 | len = 0x10000 - offset; |
819 | pp->sg_tbl[i].flags_size |= cpu_to_le32(EPRD_FLAG_END_OF_TBL); | 908 | |
909 | pp->sg_tbl[i].addr = cpu_to_le32(addr & 0xffffffff); | ||
910 | pp->sg_tbl[i].addr_hi = cpu_to_le32((addr >> 16) >> 16); | ||
911 | pp->sg_tbl[i].flags_size = cpu_to_le32(len); | ||
912 | |||
913 | sg_len -= len; | ||
914 | addr += len; | ||
915 | |||
916 | if (!sg_len && ata_sg_is_last(sg, qc)) | ||
917 | pp->sg_tbl[i].flags_size |= cpu_to_le32(EPRD_FLAG_END_OF_TBL); | ||
820 | 918 | ||
821 | i++; | 919 | i++; |
920 | } | ||
822 | } | 921 | } |
823 | } | 922 | } |
824 | 923 | ||
@@ -859,7 +958,7 @@ static void mv_qc_prep(struct ata_queued_cmd *qc) | |||
859 | } | 958 | } |
860 | 959 | ||
861 | /* the req producer index should be the same as we remember it */ | 960 | /* the req producer index should be the same as we remember it */ |
862 | assert(((readl(mv_ap_base(qc->ap) + EDMA_REQ_Q_IN_PTR_OFS) >> | 961 | assert(((readl(mv_ap_base(qc->ap) + EDMA_REQ_Q_IN_PTR_OFS) >> |
863 | EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == | 962 | EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == |
864 | pp->req_producer); | 963 | pp->req_producer); |
865 | 964 | ||
@@ -871,9 +970,9 @@ static void mv_qc_prep(struct ata_queued_cmd *qc) | |||
871 | assert(MV_MAX_Q_DEPTH > qc->tag); | 970 | assert(MV_MAX_Q_DEPTH > qc->tag); |
872 | flags |= qc->tag << CRQB_TAG_SHIFT; | 971 | flags |= qc->tag << CRQB_TAG_SHIFT; |
873 | 972 | ||
874 | pp->crqb[pp->req_producer].sg_addr = | 973 | pp->crqb[pp->req_producer].sg_addr = |
875 | cpu_to_le32(pp->sg_tbl_dma & 0xffffffff); | 974 | cpu_to_le32(pp->sg_tbl_dma & 0xffffffff); |
876 | pp->crqb[pp->req_producer].sg_addr_hi = | 975 | pp->crqb[pp->req_producer].sg_addr_hi = |
877 | cpu_to_le32((pp->sg_tbl_dma >> 16) >> 16); | 976 | cpu_to_le32((pp->sg_tbl_dma >> 16) >> 16); |
878 | pp->crqb[pp->req_producer].ctrl_flags = cpu_to_le16(flags); | 977 | pp->crqb[pp->req_producer].ctrl_flags = cpu_to_le16(flags); |
879 | 978 | ||
@@ -896,7 +995,7 @@ static void mv_qc_prep(struct ata_queued_cmd *qc) | |||
896 | #ifdef LIBATA_NCQ /* FIXME: remove this line when NCQ added */ | 995 | #ifdef LIBATA_NCQ /* FIXME: remove this line when NCQ added */ |
897 | case ATA_CMD_FPDMA_READ: | 996 | case ATA_CMD_FPDMA_READ: |
898 | case ATA_CMD_FPDMA_WRITE: | 997 | case ATA_CMD_FPDMA_WRITE: |
899 | mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0); | 998 | mv_crqb_pack_cmd(cw++, tf->hob_feature, ATA_REG_FEATURE, 0); |
900 | mv_crqb_pack_cmd(cw++, tf->feature, ATA_REG_FEATURE, 0); | 999 | mv_crqb_pack_cmd(cw++, tf->feature, ATA_REG_FEATURE, 0); |
901 | break; | 1000 | break; |
902 | #endif /* FIXME: remove this line when NCQ added */ | 1001 | #endif /* FIXME: remove this line when NCQ added */ |
@@ -962,7 +1061,7 @@ static int mv_qc_issue(struct ata_queued_cmd *qc) | |||
962 | pp->req_producer); | 1061 | pp->req_producer); |
963 | /* until we do queuing, the queue should be empty at this point */ | 1062 | /* until we do queuing, the queue should be empty at this point */ |
964 | assert(((in_ptr >> EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == | 1063 | assert(((in_ptr >> EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == |
965 | ((readl(port_mmio + EDMA_REQ_Q_OUT_PTR_OFS) >> | 1064 | ((readl(port_mmio + EDMA_REQ_Q_OUT_PTR_OFS) >> |
966 | EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK)); | 1065 | EDMA_REQ_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK)); |
967 | 1066 | ||
968 | mv_inc_q_index(&pp->req_producer); /* now incr producer index */ | 1067 | mv_inc_q_index(&pp->req_producer); /* now incr producer index */ |
@@ -999,15 +1098,15 @@ static u8 mv_get_crpb_status(struct ata_port *ap) | |||
999 | out_ptr = readl(port_mmio + EDMA_RSP_Q_OUT_PTR_OFS); | 1098 | out_ptr = readl(port_mmio + EDMA_RSP_Q_OUT_PTR_OFS); |
1000 | 1099 | ||
1001 | /* the response consumer index should be the same as we remember it */ | 1100 | /* the response consumer index should be the same as we remember it */ |
1002 | assert(((out_ptr >> EDMA_RSP_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == | 1101 | assert(((out_ptr >> EDMA_RSP_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == |
1003 | pp->rsp_consumer); | 1102 | pp->rsp_consumer); |
1004 | 1103 | ||
1005 | /* increment our consumer index... */ | 1104 | /* increment our consumer index... */ |
1006 | pp->rsp_consumer = mv_inc_q_index(&pp->rsp_consumer); | 1105 | pp->rsp_consumer = mv_inc_q_index(&pp->rsp_consumer); |
1007 | 1106 | ||
1008 | /* and, until we do NCQ, there should only be 1 CRPB waiting */ | 1107 | /* and, until we do NCQ, there should only be 1 CRPB waiting */ |
1009 | assert(((readl(port_mmio + EDMA_RSP_Q_IN_PTR_OFS) >> | 1108 | assert(((readl(port_mmio + EDMA_RSP_Q_IN_PTR_OFS) >> |
1010 | EDMA_RSP_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == | 1109 | EDMA_RSP_Q_PTR_SHIFT) & MV_MAX_Q_DEPTH_MASK) == |
1011 | pp->rsp_consumer); | 1110 | pp->rsp_consumer); |
1012 | 1111 | ||
1013 | /* write out our inc'd consumer index so EDMA knows we're caught up */ | 1112 | /* write out our inc'd consumer index so EDMA knows we're caught up */ |
@@ -1055,7 +1154,7 @@ static void mv_err_intr(struct ata_port *ap) | |||
1055 | 1154 | ||
1056 | /* check for fatal here and recover if needed */ | 1155 | /* check for fatal here and recover if needed */ |
1057 | if (EDMA_ERR_FATAL & edma_err_cause) { | 1156 | if (EDMA_ERR_FATAL & edma_err_cause) { |
1058 | mv_phy_reset(ap); | 1157 | mv_stop_and_reset(ap); |
1059 | } | 1158 | } |
1060 | } | 1159 | } |
1061 | 1160 | ||
@@ -1120,6 +1219,10 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, | |||
1120 | handled++; | 1219 | handled++; |
1121 | } | 1220 | } |
1122 | 1221 | ||
1222 | if (ap && | ||
1223 | (ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR))) | ||
1224 | continue; | ||
1225 | |||
1123 | err_mask = ac_err_mask(ata_status); | 1226 | err_mask = ac_err_mask(ata_status); |
1124 | 1227 | ||
1125 | shift = port << 1; /* (port * 2) */ | 1228 | shift = port << 1; /* (port * 2) */ |
@@ -1131,14 +1234,15 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, | |||
1131 | err_mask |= AC_ERR_OTHER; | 1234 | err_mask |= AC_ERR_OTHER; |
1132 | handled++; | 1235 | handled++; |
1133 | } | 1236 | } |
1134 | 1237 | ||
1135 | if (handled && ap) { | 1238 | if (handled && ap) { |
1136 | qc = ata_qc_from_tag(ap, ap->active_tag); | 1239 | qc = ata_qc_from_tag(ap, ap->active_tag); |
1137 | if (NULL != qc) { | 1240 | if (NULL != qc) { |
1138 | VPRINTK("port %u IRQ found for qc, " | 1241 | VPRINTK("port %u IRQ found for qc, " |
1139 | "ata_status 0x%x\n", port,ata_status); | 1242 | "ata_status 0x%x\n", port,ata_status); |
1140 | /* mark qc status appropriately */ | 1243 | /* mark qc status appropriately */ |
1141 | ata_qc_complete(qc, err_mask); | 1244 | if (!(qc->tf.ctl & ATA_NIEN)) |
1245 | ata_qc_complete(qc, err_mask); | ||
1142 | } | 1246 | } |
1143 | } | 1247 | } |
1144 | } | 1248 | } |
@@ -1146,7 +1250,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, | |||
1146 | } | 1250 | } |
1147 | 1251 | ||
1148 | /** | 1252 | /** |
1149 | * mv_interrupt - | 1253 | * mv_interrupt - |
1150 | * @irq: unused | 1254 | * @irq: unused |
1151 | * @dev_instance: private data; in this case the host structure | 1255 | * @dev_instance: private data; in this case the host structure |
1152 | * @regs: unused | 1256 | * @regs: unused |
@@ -1156,7 +1260,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, | |||
1156 | * routine to handle. Also check for PCI errors which are only | 1260 | * routine to handle. Also check for PCI errors which are only |
1157 | * reported here. | 1261 | * reported here. |
1158 | * | 1262 | * |
1159 | * LOCKING: | 1263 | * LOCKING: |
1160 | * This routine holds the host_set lock while processing pending | 1264 | * This routine holds the host_set lock while processing pending |
1161 | * interrupts. | 1265 | * interrupts. |
1162 | */ | 1266 | */ |
@@ -1202,8 +1306,422 @@ static irqreturn_t mv_interrupt(int irq, void *dev_instance, | |||
1202 | return IRQ_RETVAL(handled); | 1306 | return IRQ_RETVAL(handled); |
1203 | } | 1307 | } |
1204 | 1308 | ||
1309 | static void __iomem *mv5_phy_base(void __iomem *mmio, unsigned int port) | ||
1310 | { | ||
1311 | void __iomem *hc_mmio = mv_hc_base_from_port(mmio, port); | ||
1312 | unsigned long ofs = (mv_hardport_from_port(port) + 1) * 0x100UL; | ||
1313 | |||
1314 | return hc_mmio + ofs; | ||
1315 | } | ||
1316 | |||
1317 | static unsigned int mv5_scr_offset(unsigned int sc_reg_in) | ||
1318 | { | ||
1319 | unsigned int ofs; | ||
1320 | |||
1321 | switch (sc_reg_in) { | ||
1322 | case SCR_STATUS: | ||
1323 | case SCR_ERROR: | ||
1324 | case SCR_CONTROL: | ||
1325 | ofs = sc_reg_in * sizeof(u32); | ||
1326 | break; | ||
1327 | default: | ||
1328 | ofs = 0xffffffffU; | ||
1329 | break; | ||
1330 | } | ||
1331 | return ofs; | ||
1332 | } | ||
1333 | |||
1334 | static u32 mv5_scr_read(struct ata_port *ap, unsigned int sc_reg_in) | ||
1335 | { | ||
1336 | void __iomem *mmio = mv5_phy_base(ap->host_set->mmio_base, ap->port_no); | ||
1337 | unsigned int ofs = mv5_scr_offset(sc_reg_in); | ||
1338 | |||
1339 | if (ofs != 0xffffffffU) | ||
1340 | return readl(mmio + ofs); | ||
1341 | else | ||
1342 | return (u32) ofs; | ||
1343 | } | ||
1344 | |||
1345 | static void mv5_scr_write(struct ata_port *ap, unsigned int sc_reg_in, u32 val) | ||
1346 | { | ||
1347 | void __iomem *mmio = mv5_phy_base(ap->host_set->mmio_base, ap->port_no); | ||
1348 | unsigned int ofs = mv5_scr_offset(sc_reg_in); | ||
1349 | |||
1350 | if (ofs != 0xffffffffU) | ||
1351 | writelfl(val, mmio + ofs); | ||
1352 | } | ||
1353 | |||
1354 | static void mv5_reset_bus(struct pci_dev *pdev, void __iomem *mmio) | ||
1355 | { | ||
1356 | u8 rev_id; | ||
1357 | int early_5080; | ||
1358 | |||
1359 | pci_read_config_byte(pdev, PCI_REVISION_ID, &rev_id); | ||
1360 | |||
1361 | early_5080 = (pdev->device == 0x5080) && (rev_id == 0); | ||
1362 | |||
1363 | if (!early_5080) { | ||
1364 | u32 tmp = readl(mmio + MV_PCI_EXP_ROM_BAR_CTL); | ||
1365 | tmp |= (1 << 0); | ||
1366 | writel(tmp, mmio + MV_PCI_EXP_ROM_BAR_CTL); | ||
1367 | } | ||
1368 | |||
1369 | mv_reset_pci_bus(pdev, mmio); | ||
1370 | } | ||
1371 | |||
1372 | static void mv5_reset_flash(struct mv_host_priv *hpriv, void __iomem *mmio) | ||
1373 | { | ||
1374 | writel(0x0fcfffff, mmio + MV_FLASH_CTL); | ||
1375 | } | ||
1376 | |||
1377 | static void mv5_read_preamp(struct mv_host_priv *hpriv, int idx, | ||
1378 | void __iomem *mmio) | ||
1379 | { | ||
1380 | void __iomem *phy_mmio = mv5_phy_base(mmio, idx); | ||
1381 | u32 tmp; | ||
1382 | |||
1383 | tmp = readl(phy_mmio + MV5_PHY_MODE); | ||
1384 | |||
1385 | hpriv->signal[idx].pre = tmp & 0x1800; /* bits 12:11 */ | ||
1386 | hpriv->signal[idx].amps = tmp & 0xe0; /* bits 7:5 */ | ||
1387 | } | ||
1388 | |||
1389 | static void mv5_enable_leds(struct mv_host_priv *hpriv, void __iomem *mmio) | ||
1390 | { | ||
1391 | u32 tmp; | ||
1392 | |||
1393 | writel(0, mmio + MV_GPIO_PORT_CTL); | ||
1394 | |||
1395 | /* FIXME: handle MV_HP_ERRATA_50XXB2 errata */ | ||
1396 | |||
1397 | tmp = readl(mmio + MV_PCI_EXP_ROM_BAR_CTL); | ||
1398 | tmp |= ~(1 << 0); | ||
1399 | writel(tmp, mmio + MV_PCI_EXP_ROM_BAR_CTL); | ||
1400 | } | ||
1401 | |||
1402 | static void mv5_phy_errata(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1403 | unsigned int port) | ||
1404 | { | ||
1405 | void __iomem *phy_mmio = mv5_phy_base(mmio, port); | ||
1406 | const u32 mask = (1<<12) | (1<<11) | (1<<7) | (1<<6) | (1<<5); | ||
1407 | u32 tmp; | ||
1408 | int fix_apm_sq = (hpriv->hp_flags & MV_HP_ERRATA_50XXB0); | ||
1409 | |||
1410 | if (fix_apm_sq) { | ||
1411 | tmp = readl(phy_mmio + MV5_LT_MODE); | ||
1412 | tmp |= (1 << 19); | ||
1413 | writel(tmp, phy_mmio + MV5_LT_MODE); | ||
1414 | |||
1415 | tmp = readl(phy_mmio + MV5_PHY_CTL); | ||
1416 | tmp &= ~0x3; | ||
1417 | tmp |= 0x1; | ||
1418 | writel(tmp, phy_mmio + MV5_PHY_CTL); | ||
1419 | } | ||
1420 | |||
1421 | tmp = readl(phy_mmio + MV5_PHY_MODE); | ||
1422 | tmp &= ~mask; | ||
1423 | tmp |= hpriv->signal[port].pre; | ||
1424 | tmp |= hpriv->signal[port].amps; | ||
1425 | writel(tmp, phy_mmio + MV5_PHY_MODE); | ||
1426 | } | ||
1427 | |||
1428 | |||
1429 | #undef ZERO | ||
1430 | #define ZERO(reg) writel(0, port_mmio + (reg)) | ||
1431 | static void mv5_reset_hc_port(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1432 | unsigned int port) | ||
1433 | { | ||
1434 | void __iomem *port_mmio = mv_port_base(mmio, port); | ||
1435 | |||
1436 | writelfl(EDMA_DS, port_mmio + EDMA_CMD_OFS); | ||
1437 | |||
1438 | mv_channel_reset(hpriv, mmio, port); | ||
1439 | |||
1440 | ZERO(0x028); /* command */ | ||
1441 | writel(0x11f, port_mmio + EDMA_CFG_OFS); | ||
1442 | ZERO(0x004); /* timer */ | ||
1443 | ZERO(0x008); /* irq err cause */ | ||
1444 | ZERO(0x00c); /* irq err mask */ | ||
1445 | ZERO(0x010); /* rq bah */ | ||
1446 | ZERO(0x014); /* rq inp */ | ||
1447 | ZERO(0x018); /* rq outp */ | ||
1448 | ZERO(0x01c); /* respq bah */ | ||
1449 | ZERO(0x024); /* respq outp */ | ||
1450 | ZERO(0x020); /* respq inp */ | ||
1451 | ZERO(0x02c); /* test control */ | ||
1452 | writel(0xbc, port_mmio + EDMA_IORDY_TMOUT); | ||
1453 | } | ||
1454 | #undef ZERO | ||
1455 | |||
1456 | #define ZERO(reg) writel(0, hc_mmio + (reg)) | ||
1457 | static void mv5_reset_one_hc(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1458 | unsigned int hc) | ||
1459 | { | ||
1460 | void __iomem *hc_mmio = mv_hc_base(mmio, hc); | ||
1461 | u32 tmp; | ||
1462 | |||
1463 | ZERO(0x00c); | ||
1464 | ZERO(0x010); | ||
1465 | ZERO(0x014); | ||
1466 | ZERO(0x018); | ||
1467 | |||
1468 | tmp = readl(hc_mmio + 0x20); | ||
1469 | tmp &= 0x1c1c1c1c; | ||
1470 | tmp |= 0x03030303; | ||
1471 | writel(tmp, hc_mmio + 0x20); | ||
1472 | } | ||
1473 | #undef ZERO | ||
1474 | |||
1475 | static int mv5_reset_hc(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1476 | unsigned int n_hc) | ||
1477 | { | ||
1478 | unsigned int hc, port; | ||
1479 | |||
1480 | for (hc = 0; hc < n_hc; hc++) { | ||
1481 | for (port = 0; port < MV_PORTS_PER_HC; port++) | ||
1482 | mv5_reset_hc_port(hpriv, mmio, | ||
1483 | (hc * MV_PORTS_PER_HC) + port); | ||
1484 | |||
1485 | mv5_reset_one_hc(hpriv, mmio, hc); | ||
1486 | } | ||
1487 | |||
1488 | return 0; | ||
1489 | } | ||
1490 | |||
1491 | #undef ZERO | ||
1492 | #define ZERO(reg) writel(0, mmio + (reg)) | ||
1493 | static void mv_reset_pci_bus(struct pci_dev *pdev, void __iomem *mmio) | ||
1494 | { | ||
1495 | u32 tmp; | ||
1496 | |||
1497 | tmp = readl(mmio + MV_PCI_MODE); | ||
1498 | tmp &= 0xff00ffff; | ||
1499 | writel(tmp, mmio + MV_PCI_MODE); | ||
1500 | |||
1501 | ZERO(MV_PCI_DISC_TIMER); | ||
1502 | ZERO(MV_PCI_MSI_TRIGGER); | ||
1503 | writel(0x000100ff, mmio + MV_PCI_XBAR_TMOUT); | ||
1504 | ZERO(HC_MAIN_IRQ_MASK_OFS); | ||
1505 | ZERO(MV_PCI_SERR_MASK); | ||
1506 | ZERO(PCI_IRQ_CAUSE_OFS); | ||
1507 | ZERO(PCI_IRQ_MASK_OFS); | ||
1508 | ZERO(MV_PCI_ERR_LOW_ADDRESS); | ||
1509 | ZERO(MV_PCI_ERR_HIGH_ADDRESS); | ||
1510 | ZERO(MV_PCI_ERR_ATTRIBUTE); | ||
1511 | ZERO(MV_PCI_ERR_COMMAND); | ||
1512 | } | ||
1513 | #undef ZERO | ||
1514 | |||
1515 | static void mv6_reset_flash(struct mv_host_priv *hpriv, void __iomem *mmio) | ||
1516 | { | ||
1517 | u32 tmp; | ||
1518 | |||
1519 | mv5_reset_flash(hpriv, mmio); | ||
1520 | |||
1521 | tmp = readl(mmio + MV_GPIO_PORT_CTL); | ||
1522 | tmp &= 0x3; | ||
1523 | tmp |= (1 << 5) | (1 << 6); | ||
1524 | writel(tmp, mmio + MV_GPIO_PORT_CTL); | ||
1525 | } | ||
1526 | |||
1527 | /** | ||
1528 | * mv6_reset_hc - Perform the 6xxx global soft reset | ||
1529 | * @mmio: base address of the HBA | ||
1530 | * | ||
1531 | * This routine only applies to 6xxx parts. | ||
1532 | * | ||
1533 | * LOCKING: | ||
1534 | * Inherited from caller. | ||
1535 | */ | ||
1536 | static int mv6_reset_hc(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1537 | unsigned int n_hc) | ||
1538 | { | ||
1539 | void __iomem *reg = mmio + PCI_MAIN_CMD_STS_OFS; | ||
1540 | int i, rc = 0; | ||
1541 | u32 t; | ||
1542 | |||
1543 | /* Following procedure defined in PCI "main command and status | ||
1544 | * register" table. | ||
1545 | */ | ||
1546 | t = readl(reg); | ||
1547 | writel(t | STOP_PCI_MASTER, reg); | ||
1548 | |||
1549 | for (i = 0; i < 1000; i++) { | ||
1550 | udelay(1); | ||
1551 | t = readl(reg); | ||
1552 | if (PCI_MASTER_EMPTY & t) { | ||
1553 | break; | ||
1554 | } | ||
1555 | } | ||
1556 | if (!(PCI_MASTER_EMPTY & t)) { | ||
1557 | printk(KERN_ERR DRV_NAME ": PCI master won't flush\n"); | ||
1558 | rc = 1; | ||
1559 | goto done; | ||
1560 | } | ||
1561 | |||
1562 | /* set reset */ | ||
1563 | i = 5; | ||
1564 | do { | ||
1565 | writel(t | GLOB_SFT_RST, reg); | ||
1566 | t = readl(reg); | ||
1567 | udelay(1); | ||
1568 | } while (!(GLOB_SFT_RST & t) && (i-- > 0)); | ||
1569 | |||
1570 | if (!(GLOB_SFT_RST & t)) { | ||
1571 | printk(KERN_ERR DRV_NAME ": can't set global reset\n"); | ||
1572 | rc = 1; | ||
1573 | goto done; | ||
1574 | } | ||
1575 | |||
1576 | /* clear reset and *reenable the PCI master* (not mentioned in spec) */ | ||
1577 | i = 5; | ||
1578 | do { | ||
1579 | writel(t & ~(GLOB_SFT_RST | STOP_PCI_MASTER), reg); | ||
1580 | t = readl(reg); | ||
1581 | udelay(1); | ||
1582 | } while ((GLOB_SFT_RST & t) && (i-- > 0)); | ||
1583 | |||
1584 | if (GLOB_SFT_RST & t) { | ||
1585 | printk(KERN_ERR DRV_NAME ": can't clear global reset\n"); | ||
1586 | rc = 1; | ||
1587 | } | ||
1588 | done: | ||
1589 | return rc; | ||
1590 | } | ||
1591 | |||
1592 | static void mv6_read_preamp(struct mv_host_priv *hpriv, int idx, | ||
1593 | void __iomem *mmio) | ||
1594 | { | ||
1595 | void __iomem *port_mmio; | ||
1596 | u32 tmp; | ||
1597 | |||
1598 | tmp = readl(mmio + MV_RESET_CFG); | ||
1599 | if ((tmp & (1 << 0)) == 0) { | ||
1600 | hpriv->signal[idx].amps = 0x7 << 8; | ||
1601 | hpriv->signal[idx].pre = 0x1 << 5; | ||
1602 | return; | ||
1603 | } | ||
1604 | |||
1605 | port_mmio = mv_port_base(mmio, idx); | ||
1606 | tmp = readl(port_mmio + PHY_MODE2); | ||
1607 | |||
1608 | hpriv->signal[idx].amps = tmp & 0x700; /* bits 10:8 */ | ||
1609 | hpriv->signal[idx].pre = tmp & 0xe0; /* bits 7:5 */ | ||
1610 | } | ||
1611 | |||
1612 | static void mv6_enable_leds(struct mv_host_priv *hpriv, void __iomem *mmio) | ||
1613 | { | ||
1614 | writel(0x00000060, mmio + MV_GPIO_PORT_CTL); | ||
1615 | } | ||
1616 | |||
1617 | static void mv6_phy_errata(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1618 | unsigned int port) | ||
1619 | { | ||
1620 | void __iomem *port_mmio = mv_port_base(mmio, port); | ||
1621 | |||
1622 | u32 hp_flags = hpriv->hp_flags; | ||
1623 | int fix_phy_mode2 = | ||
1624 | hp_flags & (MV_HP_ERRATA_60X1B2 | MV_HP_ERRATA_60X1C0); | ||
1625 | int fix_phy_mode4 = | ||
1626 | hp_flags & (MV_HP_ERRATA_60X1B2 | MV_HP_ERRATA_60X1C0); | ||
1627 | u32 m2, tmp; | ||
1628 | |||
1629 | if (fix_phy_mode2) { | ||
1630 | m2 = readl(port_mmio + PHY_MODE2); | ||
1631 | m2 &= ~(1 << 16); | ||
1632 | m2 |= (1 << 31); | ||
1633 | writel(m2, port_mmio + PHY_MODE2); | ||
1634 | |||
1635 | udelay(200); | ||
1636 | |||
1637 | m2 = readl(port_mmio + PHY_MODE2); | ||
1638 | m2 &= ~((1 << 16) | (1 << 31)); | ||
1639 | writel(m2, port_mmio + PHY_MODE2); | ||
1640 | |||
1641 | udelay(200); | ||
1642 | } | ||
1643 | |||
1644 | /* who knows what this magic does */ | ||
1645 | tmp = readl(port_mmio + PHY_MODE3); | ||
1646 | tmp &= ~0x7F800000; | ||
1647 | tmp |= 0x2A800000; | ||
1648 | writel(tmp, port_mmio + PHY_MODE3); | ||
1649 | |||
1650 | if (fix_phy_mode4) { | ||
1651 | u32 m4; | ||
1652 | |||
1653 | m4 = readl(port_mmio + PHY_MODE4); | ||
1654 | |||
1655 | if (hp_flags & MV_HP_ERRATA_60X1B2) | ||
1656 | tmp = readl(port_mmio + 0x310); | ||
1657 | |||
1658 | m4 = (m4 & ~(1 << 1)) | (1 << 0); | ||
1659 | |||
1660 | writel(m4, port_mmio + PHY_MODE4); | ||
1661 | |||
1662 | if (hp_flags & MV_HP_ERRATA_60X1B2) | ||
1663 | writel(tmp, port_mmio + 0x310); | ||
1664 | } | ||
1665 | |||
1666 | /* Revert values of pre-emphasis and signal amps to the saved ones */ | ||
1667 | m2 = readl(port_mmio + PHY_MODE2); | ||
1668 | |||
1669 | m2 &= ~MV_M2_PREAMP_MASK; | ||
1670 | m2 |= hpriv->signal[port].amps; | ||
1671 | m2 |= hpriv->signal[port].pre; | ||
1672 | m2 &= ~(1 << 16); | ||
1673 | |||
1674 | writel(m2, port_mmio + PHY_MODE2); | ||
1675 | } | ||
1676 | |||
1677 | static void mv_channel_reset(struct mv_host_priv *hpriv, void __iomem *mmio, | ||
1678 | unsigned int port_no) | ||
1679 | { | ||
1680 | void __iomem *port_mmio = mv_port_base(mmio, port_no); | ||
1681 | |||
1682 | writelfl(ATA_RST, port_mmio + EDMA_CMD_OFS); | ||
1683 | |||
1684 | if (IS_60XX(hpriv)) { | ||
1685 | u32 ifctl = readl(port_mmio + SATA_INTERFACE_CTL); | ||
1686 | ifctl |= (1 << 12) | (1 << 7); | ||
1687 | writelfl(ifctl, port_mmio + SATA_INTERFACE_CTL); | ||
1688 | } | ||
1689 | |||
1690 | udelay(25); /* allow reset propagation */ | ||
1691 | |||
1692 | /* Spec never mentions clearing the bit. Marvell's driver does | ||
1693 | * clear the bit, however. | ||
1694 | */ | ||
1695 | writelfl(0, port_mmio + EDMA_CMD_OFS); | ||
1696 | |||
1697 | hpriv->ops->phy_errata(hpriv, mmio, port_no); | ||
1698 | |||
1699 | if (IS_50XX(hpriv)) | ||
1700 | mdelay(1); | ||
1701 | } | ||
1702 | |||
1703 | static void mv_stop_and_reset(struct ata_port *ap) | ||
1704 | { | ||
1705 | struct mv_host_priv *hpriv = ap->host_set->private_data; | ||
1706 | void __iomem *mmio = ap->host_set->mmio_base; | ||
1707 | |||
1708 | mv_stop_dma(ap); | ||
1709 | |||
1710 | mv_channel_reset(hpriv, mmio, ap->port_no); | ||
1711 | |||
1712 | __mv_phy_reset(ap, 0); | ||
1713 | } | ||
1714 | |||
1715 | static inline void __msleep(unsigned int msec, int can_sleep) | ||
1716 | { | ||
1717 | if (can_sleep) | ||
1718 | msleep(msec); | ||
1719 | else | ||
1720 | mdelay(msec); | ||
1721 | } | ||
1722 | |||
1205 | /** | 1723 | /** |
1206 | * mv_phy_reset - Perform eDMA reset followed by COMRESET | 1724 | * __mv_phy_reset - Perform eDMA reset followed by COMRESET |
1207 | * @ap: ATA channel to manipulate | 1725 | * @ap: ATA channel to manipulate |
1208 | * | 1726 | * |
1209 | * Part of this is taken from __sata_phy_reset and modified to | 1727 | * Part of this is taken from __sata_phy_reset and modified to |
@@ -1213,41 +1731,47 @@ static irqreturn_t mv_interrupt(int irq, void *dev_instance, | |||
1213 | * Inherited from caller. This is coded to safe to call at | 1731 | * Inherited from caller. This is coded to safe to call at |
1214 | * interrupt level, i.e. it does not sleep. | 1732 | * interrupt level, i.e. it does not sleep. |
1215 | */ | 1733 | */ |
1216 | static void mv_phy_reset(struct ata_port *ap) | 1734 | static void __mv_phy_reset(struct ata_port *ap, int can_sleep) |
1217 | { | 1735 | { |
1736 | struct mv_port_priv *pp = ap->private_data; | ||
1737 | struct mv_host_priv *hpriv = ap->host_set->private_data; | ||
1218 | void __iomem *port_mmio = mv_ap_base(ap); | 1738 | void __iomem *port_mmio = mv_ap_base(ap); |
1219 | struct ata_taskfile tf; | 1739 | struct ata_taskfile tf; |
1220 | struct ata_device *dev = &ap->device[0]; | 1740 | struct ata_device *dev = &ap->device[0]; |
1221 | unsigned long timeout; | 1741 | unsigned long timeout; |
1742 | int retry = 5; | ||
1743 | u32 sstatus; | ||
1222 | 1744 | ||
1223 | VPRINTK("ENTER, port %u, mmio 0x%p\n", ap->port_no, port_mmio); | 1745 | VPRINTK("ENTER, port %u, mmio 0x%p\n", ap->port_no, port_mmio); |
1224 | 1746 | ||
1225 | mv_stop_dma(ap); | 1747 | DPRINTK("S-regs after ATA_RST: SStat 0x%08x SErr 0x%08x " |
1226 | |||
1227 | writelfl(ATA_RST, port_mmio + EDMA_CMD_OFS); | ||
1228 | udelay(25); /* allow reset propagation */ | ||
1229 | |||
1230 | /* Spec never mentions clearing the bit. Marvell's driver does | ||
1231 | * clear the bit, however. | ||
1232 | */ | ||
1233 | writelfl(0, port_mmio + EDMA_CMD_OFS); | ||
1234 | |||
1235 | VPRINTK("S-regs after ATA_RST: SStat 0x%08x SErr 0x%08x " | ||
1236 | "SCtrl 0x%08x\n", mv_scr_read(ap, SCR_STATUS), | 1748 | "SCtrl 0x%08x\n", mv_scr_read(ap, SCR_STATUS), |
1237 | mv_scr_read(ap, SCR_ERROR), mv_scr_read(ap, SCR_CONTROL)); | 1749 | mv_scr_read(ap, SCR_ERROR), mv_scr_read(ap, SCR_CONTROL)); |
1238 | 1750 | ||
1239 | /* proceed to init communications via the scr_control reg */ | 1751 | /* Issue COMRESET via SControl */ |
1752 | comreset_retry: | ||
1240 | scr_write_flush(ap, SCR_CONTROL, 0x301); | 1753 | scr_write_flush(ap, SCR_CONTROL, 0x301); |
1241 | mdelay(1); | 1754 | __msleep(1, can_sleep); |
1755 | |||
1242 | scr_write_flush(ap, SCR_CONTROL, 0x300); | 1756 | scr_write_flush(ap, SCR_CONTROL, 0x300); |
1243 | timeout = jiffies + (HZ * 1); | 1757 | __msleep(20, can_sleep); |
1758 | |||
1759 | timeout = jiffies + msecs_to_jiffies(200); | ||
1244 | do { | 1760 | do { |
1245 | mdelay(10); | 1761 | sstatus = scr_read(ap, SCR_STATUS) & 0x3; |
1246 | if ((scr_read(ap, SCR_STATUS) & 0xf) != 1) | 1762 | if ((sstatus == 3) || (sstatus == 0)) |
1247 | break; | 1763 | break; |
1764 | |||
1765 | __msleep(1, can_sleep); | ||
1248 | } while (time_before(jiffies, timeout)); | 1766 | } while (time_before(jiffies, timeout)); |
1249 | 1767 | ||
1250 | VPRINTK("S-regs after PHY wake: SStat 0x%08x SErr 0x%08x " | 1768 | /* work around errata */ |
1769 | if (IS_60XX(hpriv) && | ||
1770 | (sstatus != 0x0) && (sstatus != 0x113) && (sstatus != 0x123) && | ||
1771 | (retry-- > 0)) | ||
1772 | goto comreset_retry; | ||
1773 | |||
1774 | DPRINTK("S-regs after PHY wake: SStat 0x%08x SErr 0x%08x " | ||
1251 | "SCtrl 0x%08x\n", mv_scr_read(ap, SCR_STATUS), | 1775 | "SCtrl 0x%08x\n", mv_scr_read(ap, SCR_STATUS), |
1252 | mv_scr_read(ap, SCR_ERROR), mv_scr_read(ap, SCR_CONTROL)); | 1776 | mv_scr_read(ap, SCR_ERROR), mv_scr_read(ap, SCR_CONTROL)); |
1253 | 1777 | ||
@@ -1261,6 +1785,21 @@ static void mv_phy_reset(struct ata_port *ap) | |||
1261 | } | 1785 | } |
1262 | ap->cbl = ATA_CBL_SATA; | 1786 | ap->cbl = ATA_CBL_SATA; |
1263 | 1787 | ||
1788 | /* even after SStatus reflects that device is ready, | ||
1789 | * it seems to take a while for link to be fully | ||
1790 | * established (and thus Status no longer 0x80/0x7F), | ||
1791 | * so we poll a bit for that, here. | ||
1792 | */ | ||
1793 | retry = 20; | ||
1794 | while (1) { | ||
1795 | u8 drv_stat = ata_check_status(ap); | ||
1796 | if ((drv_stat != 0x80) && (drv_stat != 0x7f)) | ||
1797 | break; | ||
1798 | __msleep(500, can_sleep); | ||
1799 | if (retry-- <= 0) | ||
1800 | break; | ||
1801 | } | ||
1802 | |||
1264 | tf.lbah = readb((void __iomem *) ap->ioaddr.lbah_addr); | 1803 | tf.lbah = readb((void __iomem *) ap->ioaddr.lbah_addr); |
1265 | tf.lbam = readb((void __iomem *) ap->ioaddr.lbam_addr); | 1804 | tf.lbam = readb((void __iomem *) ap->ioaddr.lbam_addr); |
1266 | tf.lbal = readb((void __iomem *) ap->ioaddr.lbal_addr); | 1805 | tf.lbal = readb((void __iomem *) ap->ioaddr.lbal_addr); |
@@ -1271,9 +1810,19 @@ static void mv_phy_reset(struct ata_port *ap) | |||
1271 | VPRINTK("Port disabled post-sig: No device present.\n"); | 1810 | VPRINTK("Port disabled post-sig: No device present.\n"); |
1272 | ata_port_disable(ap); | 1811 | ata_port_disable(ap); |
1273 | } | 1812 | } |
1813 | |||
1814 | writelfl(0, port_mmio + EDMA_ERR_IRQ_CAUSE_OFS); | ||
1815 | |||
1816 | pp->pp_flags &= ~MV_PP_FLAG_EDMA_EN; | ||
1817 | |||
1274 | VPRINTK("EXIT\n"); | 1818 | VPRINTK("EXIT\n"); |
1275 | } | 1819 | } |
1276 | 1820 | ||
1821 | static void mv_phy_reset(struct ata_port *ap) | ||
1822 | { | ||
1823 | __mv_phy_reset(ap, 1); | ||
1824 | } | ||
1825 | |||
1277 | /** | 1826 | /** |
1278 | * mv_eng_timeout - Routine called by libata when SCSI times out I/O | 1827 | * mv_eng_timeout - Routine called by libata when SCSI times out I/O |
1279 | * @ap: ATA channel to manipulate | 1828 | * @ap: ATA channel to manipulate |
@@ -1291,16 +1840,16 @@ static void mv_eng_timeout(struct ata_port *ap) | |||
1291 | 1840 | ||
1292 | printk(KERN_ERR "ata%u: Entering mv_eng_timeout\n",ap->id); | 1841 | printk(KERN_ERR "ata%u: Entering mv_eng_timeout\n",ap->id); |
1293 | DPRINTK("All regs @ start of eng_timeout\n"); | 1842 | DPRINTK("All regs @ start of eng_timeout\n"); |
1294 | mv_dump_all_regs(ap->host_set->mmio_base, ap->port_no, | 1843 | mv_dump_all_regs(ap->host_set->mmio_base, ap->port_no, |
1295 | to_pci_dev(ap->host_set->dev)); | 1844 | to_pci_dev(ap->host_set->dev)); |
1296 | 1845 | ||
1297 | qc = ata_qc_from_tag(ap, ap->active_tag); | 1846 | qc = ata_qc_from_tag(ap, ap->active_tag); |
1298 | printk(KERN_ERR "mmio_base %p ap %p qc %p scsi_cmnd %p &cmnd %p\n", | 1847 | printk(KERN_ERR "mmio_base %p ap %p qc %p scsi_cmnd %p &cmnd %p\n", |
1299 | ap->host_set->mmio_base, ap, qc, qc->scsicmd, | 1848 | ap->host_set->mmio_base, ap, qc, qc->scsicmd, |
1300 | &qc->scsicmd->cmnd); | 1849 | &qc->scsicmd->cmnd); |
1301 | 1850 | ||
1302 | mv_err_intr(ap); | 1851 | mv_err_intr(ap); |
1303 | mv_phy_reset(ap); | 1852 | mv_stop_and_reset(ap); |
1304 | 1853 | ||
1305 | if (!qc) { | 1854 | if (!qc) { |
1306 | printk(KERN_ERR "ata%u: BUG: timeout without command\n", | 1855 | printk(KERN_ERR "ata%u: BUG: timeout without command\n", |
@@ -1336,17 +1885,17 @@ static void mv_port_init(struct ata_ioports *port, void __iomem *port_mmio) | |||
1336 | unsigned long shd_base = (unsigned long) port_mmio + SHD_BLK_OFS; | 1885 | unsigned long shd_base = (unsigned long) port_mmio + SHD_BLK_OFS; |
1337 | unsigned serr_ofs; | 1886 | unsigned serr_ofs; |
1338 | 1887 | ||
1339 | /* PIO related setup | 1888 | /* PIO related setup |
1340 | */ | 1889 | */ |
1341 | port->data_addr = shd_base + (sizeof(u32) * ATA_REG_DATA); | 1890 | port->data_addr = shd_base + (sizeof(u32) * ATA_REG_DATA); |
1342 | port->error_addr = | 1891 | port->error_addr = |
1343 | port->feature_addr = shd_base + (sizeof(u32) * ATA_REG_ERR); | 1892 | port->feature_addr = shd_base + (sizeof(u32) * ATA_REG_ERR); |
1344 | port->nsect_addr = shd_base + (sizeof(u32) * ATA_REG_NSECT); | 1893 | port->nsect_addr = shd_base + (sizeof(u32) * ATA_REG_NSECT); |
1345 | port->lbal_addr = shd_base + (sizeof(u32) * ATA_REG_LBAL); | 1894 | port->lbal_addr = shd_base + (sizeof(u32) * ATA_REG_LBAL); |
1346 | port->lbam_addr = shd_base + (sizeof(u32) * ATA_REG_LBAM); | 1895 | port->lbam_addr = shd_base + (sizeof(u32) * ATA_REG_LBAM); |
1347 | port->lbah_addr = shd_base + (sizeof(u32) * ATA_REG_LBAH); | 1896 | port->lbah_addr = shd_base + (sizeof(u32) * ATA_REG_LBAH); |
1348 | port->device_addr = shd_base + (sizeof(u32) * ATA_REG_DEVICE); | 1897 | port->device_addr = shd_base + (sizeof(u32) * ATA_REG_DEVICE); |
1349 | port->status_addr = | 1898 | port->status_addr = |
1350 | port->command_addr = shd_base + (sizeof(u32) * ATA_REG_STATUS); | 1899 | port->command_addr = shd_base + (sizeof(u32) * ATA_REG_STATUS); |
1351 | /* special case: control/altstatus doesn't have ATA_REG_ address */ | 1900 | /* special case: control/altstatus doesn't have ATA_REG_ address */ |
1352 | port->altstatus_addr = port->ctl_addr = shd_base + SHD_CTL_AST_OFS; | 1901 | port->altstatus_addr = port->ctl_addr = shd_base + SHD_CTL_AST_OFS; |
@@ -1362,14 +1911,92 @@ static void mv_port_init(struct ata_ioports *port, void __iomem *port_mmio) | |||
1362 | /* unmask all EDMA error interrupts */ | 1911 | /* unmask all EDMA error interrupts */ |
1363 | writelfl(~0, port_mmio + EDMA_ERR_IRQ_MASK_OFS); | 1912 | writelfl(~0, port_mmio + EDMA_ERR_IRQ_MASK_OFS); |
1364 | 1913 | ||
1365 | VPRINTK("EDMA cfg=0x%08x EDMA IRQ err cause/mask=0x%08x/0x%08x\n", | 1914 | VPRINTK("EDMA cfg=0x%08x EDMA IRQ err cause/mask=0x%08x/0x%08x\n", |
1366 | readl(port_mmio + EDMA_CFG_OFS), | 1915 | readl(port_mmio + EDMA_CFG_OFS), |
1367 | readl(port_mmio + EDMA_ERR_IRQ_CAUSE_OFS), | 1916 | readl(port_mmio + EDMA_ERR_IRQ_CAUSE_OFS), |
1368 | readl(port_mmio + EDMA_ERR_IRQ_MASK_OFS)); | 1917 | readl(port_mmio + EDMA_ERR_IRQ_MASK_OFS)); |
1369 | } | 1918 | } |
1370 | 1919 | ||
1920 | static int mv_chip_id(struct pci_dev *pdev, struct mv_host_priv *hpriv, | ||
1921 | unsigned int board_idx) | ||
1922 | { | ||
1923 | u8 rev_id; | ||
1924 | u32 hp_flags = hpriv->hp_flags; | ||
1925 | |||
1926 | pci_read_config_byte(pdev, PCI_REVISION_ID, &rev_id); | ||
1927 | |||
1928 | switch(board_idx) { | ||
1929 | case chip_5080: | ||
1930 | hpriv->ops = &mv5xxx_ops; | ||
1931 | hp_flags |= MV_HP_50XX; | ||
1932 | |||
1933 | switch (rev_id) { | ||
1934 | case 0x1: | ||
1935 | hp_flags |= MV_HP_ERRATA_50XXB0; | ||
1936 | break; | ||
1937 | case 0x3: | ||
1938 | hp_flags |= MV_HP_ERRATA_50XXB2; | ||
1939 | break; | ||
1940 | default: | ||
1941 | dev_printk(KERN_WARNING, &pdev->dev, | ||
1942 | "Applying 50XXB2 workarounds to unknown rev\n"); | ||
1943 | hp_flags |= MV_HP_ERRATA_50XXB2; | ||
1944 | break; | ||
1945 | } | ||
1946 | break; | ||
1947 | |||
1948 | case chip_504x: | ||
1949 | case chip_508x: | ||
1950 | hpriv->ops = &mv5xxx_ops; | ||
1951 | hp_flags |= MV_HP_50XX; | ||
1952 | |||
1953 | switch (rev_id) { | ||
1954 | case 0x0: | ||
1955 | hp_flags |= MV_HP_ERRATA_50XXB0; | ||
1956 | break; | ||
1957 | case 0x3: | ||
1958 | hp_flags |= MV_HP_ERRATA_50XXB2; | ||
1959 | break; | ||
1960 | default: | ||
1961 | dev_printk(KERN_WARNING, &pdev->dev, | ||
1962 | "Applying B2 workarounds to unknown rev\n"); | ||
1963 | hp_flags |= MV_HP_ERRATA_50XXB2; | ||
1964 | break; | ||
1965 | } | ||
1966 | break; | ||
1967 | |||
1968 | case chip_604x: | ||
1969 | case chip_608x: | ||
1970 | hpriv->ops = &mv6xxx_ops; | ||
1971 | |||
1972 | switch (rev_id) { | ||
1973 | case 0x7: | ||
1974 | hp_flags |= MV_HP_ERRATA_60X1B2; | ||
1975 | break; | ||
1976 | case 0x9: | ||
1977 | hp_flags |= MV_HP_ERRATA_60X1C0; | ||
1978 | break; | ||
1979 | default: | ||
1980 | dev_printk(KERN_WARNING, &pdev->dev, | ||
1981 | "Applying B2 workarounds to unknown rev\n"); | ||
1982 | hp_flags |= MV_HP_ERRATA_60X1B2; | ||
1983 | break; | ||
1984 | } | ||
1985 | break; | ||
1986 | |||
1987 | default: | ||
1988 | printk(KERN_ERR DRV_NAME ": BUG: invalid board index %u\n", board_idx); | ||
1989 | return 1; | ||
1990 | } | ||
1991 | |||
1992 | hpriv->hp_flags = hp_flags; | ||
1993 | |||
1994 | return 0; | ||
1995 | } | ||
1996 | |||
1371 | /** | 1997 | /** |
1372 | * mv_host_init - Perform some early initialization of the host. | 1998 | * mv_init_host - Perform some early initialization of the host. |
1999 | * @pdev: host PCI device | ||
1373 | * @probe_ent: early data struct representing the host | 2000 | * @probe_ent: early data struct representing the host |
1374 | * | 2001 | * |
1375 | * If possible, do an early global reset of the host. Then do | 2002 | * If possible, do an early global reset of the host. Then do |
@@ -1378,23 +2005,48 @@ static void mv_port_init(struct ata_ioports *port, void __iomem *port_mmio) | |||
1378 | * LOCKING: | 2005 | * LOCKING: |
1379 | * Inherited from caller. | 2006 | * Inherited from caller. |
1380 | */ | 2007 | */ |
1381 | static int mv_host_init(struct ata_probe_ent *probe_ent) | 2008 | static int mv_init_host(struct pci_dev *pdev, struct ata_probe_ent *probe_ent, |
2009 | unsigned int board_idx) | ||
1382 | { | 2010 | { |
1383 | int rc = 0, n_hc, port, hc; | 2011 | int rc = 0, n_hc, port, hc; |
1384 | void __iomem *mmio = probe_ent->mmio_base; | 2012 | void __iomem *mmio = probe_ent->mmio_base; |
1385 | void __iomem *port_mmio; | 2013 | struct mv_host_priv *hpriv = probe_ent->private_data; |
1386 | 2014 | ||
1387 | if ((MV_FLAG_GLBL_SFT_RST & probe_ent->host_flags) && | 2015 | /* global interrupt mask */ |
1388 | mv_global_soft_reset(probe_ent->mmio_base)) { | 2016 | writel(0, mmio + HC_MAIN_IRQ_MASK_OFS); |
1389 | rc = 1; | 2017 | |
2018 | rc = mv_chip_id(pdev, hpriv, board_idx); | ||
2019 | if (rc) | ||
1390 | goto done; | 2020 | goto done; |
1391 | } | ||
1392 | 2021 | ||
1393 | n_hc = mv_get_hc_count(probe_ent->host_flags); | 2022 | n_hc = mv_get_hc_count(probe_ent->host_flags); |
1394 | probe_ent->n_ports = MV_PORTS_PER_HC * n_hc; | 2023 | probe_ent->n_ports = MV_PORTS_PER_HC * n_hc; |
1395 | 2024 | ||
2025 | for (port = 0; port < probe_ent->n_ports; port++) | ||
2026 | hpriv->ops->read_preamp(hpriv, port, mmio); | ||
2027 | |||
2028 | rc = hpriv->ops->reset_hc(hpriv, mmio, n_hc); | ||
2029 | if (rc) | ||
2030 | goto done; | ||
2031 | |||
2032 | hpriv->ops->reset_flash(hpriv, mmio); | ||
2033 | hpriv->ops->reset_bus(pdev, mmio); | ||
2034 | hpriv->ops->enable_leds(hpriv, mmio); | ||
2035 | |||
1396 | for (port = 0; port < probe_ent->n_ports; port++) { | 2036 | for (port = 0; port < probe_ent->n_ports; port++) { |
1397 | port_mmio = mv_port_base(mmio, port); | 2037 | if (IS_60XX(hpriv)) { |
2038 | void __iomem *port_mmio = mv_port_base(mmio, port); | ||
2039 | |||
2040 | u32 ifctl = readl(port_mmio + SATA_INTERFACE_CTL); | ||
2041 | ifctl |= (1 << 12); | ||
2042 | writelfl(ifctl, port_mmio + SATA_INTERFACE_CTL); | ||
2043 | } | ||
2044 | |||
2045 | hpriv->ops->phy_errata(hpriv, mmio, port); | ||
2046 | } | ||
2047 | |||
2048 | for (port = 0; port < probe_ent->n_ports; port++) { | ||
2049 | void __iomem *port_mmio = mv_port_base(mmio, port); | ||
1398 | mv_port_init(&probe_ent->port[port], port_mmio); | 2050 | mv_port_init(&probe_ent->port[port], port_mmio); |
1399 | } | 2051 | } |
1400 | 2052 | ||
@@ -1418,11 +2070,12 @@ static int mv_host_init(struct ata_probe_ent *probe_ent) | |||
1418 | writelfl(~HC_MAIN_MASKED_IRQS, mmio + HC_MAIN_IRQ_MASK_OFS); | 2070 | writelfl(~HC_MAIN_MASKED_IRQS, mmio + HC_MAIN_IRQ_MASK_OFS); |
1419 | 2071 | ||
1420 | VPRINTK("HC MAIN IRQ cause/mask=0x%08x/0x%08x " | 2072 | VPRINTK("HC MAIN IRQ cause/mask=0x%08x/0x%08x " |
1421 | "PCI int cause/mask=0x%08x/0x%08x\n", | 2073 | "PCI int cause/mask=0x%08x/0x%08x\n", |
1422 | readl(mmio + HC_MAIN_IRQ_CAUSE_OFS), | 2074 | readl(mmio + HC_MAIN_IRQ_CAUSE_OFS), |
1423 | readl(mmio + HC_MAIN_IRQ_MASK_OFS), | 2075 | readl(mmio + HC_MAIN_IRQ_MASK_OFS), |
1424 | readl(mmio + PCI_IRQ_CAUSE_OFS), | 2076 | readl(mmio + PCI_IRQ_CAUSE_OFS), |
1425 | readl(mmio + PCI_IRQ_MASK_OFS)); | 2077 | readl(mmio + PCI_IRQ_MASK_OFS)); |
2078 | |||
1426 | done: | 2079 | done: |
1427 | return rc; | 2080 | return rc; |
1428 | } | 2081 | } |
@@ -1458,7 +2111,7 @@ static void mv_print_info(struct ata_probe_ent *probe_ent) | |||
1458 | 2111 | ||
1459 | dev_printk(KERN_INFO, &pdev->dev, | 2112 | dev_printk(KERN_INFO, &pdev->dev, |
1460 | "%u slots %u ports %s mode IRQ via %s\n", | 2113 | "%u slots %u ports %s mode IRQ via %s\n", |
1461 | (unsigned)MV_MAX_Q_DEPTH, probe_ent->n_ports, | 2114 | (unsigned)MV_MAX_Q_DEPTH, probe_ent->n_ports, |
1462 | scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); | 2115 | scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); |
1463 | } | 2116 | } |
1464 | 2117 | ||
@@ -1528,7 +2181,7 @@ static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1528 | probe_ent->private_data = hpriv; | 2181 | probe_ent->private_data = hpriv; |
1529 | 2182 | ||
1530 | /* initialize adapter */ | 2183 | /* initialize adapter */ |
1531 | rc = mv_host_init(probe_ent); | 2184 | rc = mv_init_host(pdev, probe_ent, board_idx); |
1532 | if (rc) { | 2185 | if (rc) { |
1533 | goto err_out_hpriv; | 2186 | goto err_out_hpriv; |
1534 | } | 2187 | } |
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c index 242d906987ad..8a8e3e3ef0ed 100644 --- a/drivers/scsi/sata_promise.c +++ b/drivers/scsi/sata_promise.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #include "sata_promise.h" | 46 | #include "sata_promise.h" |
47 | 47 | ||
48 | #define DRV_NAME "sata_promise" | 48 | #define DRV_NAME "sata_promise" |
49 | #define DRV_VERSION "1.02" | 49 | #define DRV_VERSION "1.03" |
50 | 50 | ||
51 | 51 | ||
52 | enum { | 52 | enum { |
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c index 4a6d3067d23c..a8987f5ff5cc 100644 --- a/drivers/scsi/sata_qstor.c +++ b/drivers/scsi/sata_qstor.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #include <linux/libata.h> | 41 | #include <linux/libata.h> |
42 | 42 | ||
43 | #define DRV_NAME "sata_qstor" | 43 | #define DRV_NAME "sata_qstor" |
44 | #define DRV_VERSION "0.04" | 44 | #define DRV_VERSION "0.05" |
45 | 45 | ||
46 | enum { | 46 | enum { |
47 | QS_PORTS = 4, | 47 | QS_PORTS = 4, |
diff --git a/drivers/scsi/sata_sil24.c b/drivers/scsi/sata_sil24.c index 55e744d6db88..cb1933a3bd55 100644 --- a/drivers/scsi/sata_sil24.c +++ b/drivers/scsi/sata_sil24.c | |||
@@ -139,6 +139,7 @@ enum { | |||
139 | PORT_CS_DEV_RST = (1 << 1), /* device reset */ | 139 | PORT_CS_DEV_RST = (1 << 1), /* device reset */ |
140 | PORT_CS_INIT = (1 << 2), /* port initialize */ | 140 | PORT_CS_INIT = (1 << 2), /* port initialize */ |
141 | PORT_CS_IRQ_WOC = (1 << 3), /* interrupt write one to clear */ | 141 | PORT_CS_IRQ_WOC = (1 << 3), /* interrupt write one to clear */ |
142 | PORT_CS_CDB16 = (1 << 5), /* 0=12b cdb, 1=16b cdb */ | ||
142 | PORT_CS_RESUME = (1 << 6), /* port resume */ | 143 | PORT_CS_RESUME = (1 << 6), /* port resume */ |
143 | PORT_CS_32BIT_ACTV = (1 << 10), /* 32-bit activation */ | 144 | PORT_CS_32BIT_ACTV = (1 << 10), /* 32-bit activation */ |
144 | PORT_CS_PM_EN = (1 << 13), /* port multiplier enable */ | 145 | PORT_CS_PM_EN = (1 << 13), /* port multiplier enable */ |
@@ -188,11 +189,29 @@ enum { | |||
188 | PORT_CERR_XFR_PCIPERR = 35, /* PSD ecode 11 - PCI prity err during transfer */ | 189 | PORT_CERR_XFR_PCIPERR = 35, /* PSD ecode 11 - PCI prity err during transfer */ |
189 | PORT_CERR_SENDSERVICE = 36, /* FIS received while sending service */ | 190 | PORT_CERR_SENDSERVICE = 36, /* FIS received while sending service */ |
190 | 191 | ||
192 | /* bits of PRB control field */ | ||
193 | PRB_CTRL_PROTOCOL = (1 << 0), /* override def. ATA protocol */ | ||
194 | PRB_CTRL_PACKET_READ = (1 << 4), /* PACKET cmd read */ | ||
195 | PRB_CTRL_PACKET_WRITE = (1 << 5), /* PACKET cmd write */ | ||
196 | PRB_CTRL_NIEN = (1 << 6), /* Mask completion irq */ | ||
197 | PRB_CTRL_SRST = (1 << 7), /* Soft reset request (ign BSY?) */ | ||
198 | |||
199 | /* PRB protocol field */ | ||
200 | PRB_PROT_PACKET = (1 << 0), | ||
201 | PRB_PROT_TCQ = (1 << 1), | ||
202 | PRB_PROT_NCQ = (1 << 2), | ||
203 | PRB_PROT_READ = (1 << 3), | ||
204 | PRB_PROT_WRITE = (1 << 4), | ||
205 | PRB_PROT_TRANSPARENT = (1 << 5), | ||
206 | |||
191 | /* | 207 | /* |
192 | * Other constants | 208 | * Other constants |
193 | */ | 209 | */ |
194 | SGE_TRM = (1 << 31), /* Last SGE in chain */ | 210 | SGE_TRM = (1 << 31), /* Last SGE in chain */ |
195 | PRB_SOFT_RST = (1 << 7), /* Soft reset request (ign BSY?) */ | 211 | SGE_LNK = (1 << 30), /* linked list |
212 | Points to SGT, not SGE */ | ||
213 | SGE_DRD = (1 << 29), /* discard data read (/dev/null) | ||
214 | data address ignored */ | ||
196 | 215 | ||
197 | /* board id */ | 216 | /* board id */ |
198 | BID_SIL3124 = 0, | 217 | BID_SIL3124 = 0, |
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 57e5a9d964c3..6e7f7c83a75a 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c | |||
@@ -54,7 +54,7 @@ | |||
54 | #endif /* CONFIG_PPC_OF */ | 54 | #endif /* CONFIG_PPC_OF */ |
55 | 55 | ||
56 | #define DRV_NAME "sata_svw" | 56 | #define DRV_NAME "sata_svw" |
57 | #define DRV_VERSION "1.06" | 57 | #define DRV_VERSION "1.07" |
58 | 58 | ||
59 | /* Taskfile registers offsets */ | 59 | /* Taskfile registers offsets */ |
60 | #define K2_SATA_TF_CMD_OFFSET 0x00 | 60 | #define K2_SATA_TF_CMD_OFFSET 0x00 |
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c index b4bbe48acab0..dcc3ad9a9d6e 100644 --- a/drivers/scsi/sata_sx4.c +++ b/drivers/scsi/sata_sx4.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #include "sata_promise.h" | 46 | #include "sata_promise.h" |
47 | 47 | ||
48 | #define DRV_NAME "sata_sx4" | 48 | #define DRV_NAME "sata_sx4" |
49 | #define DRV_VERSION "0.7" | 49 | #define DRV_VERSION "0.8" |
50 | 50 | ||
51 | 51 | ||
52 | enum { | 52 | enum { |
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 77a6e4b9262d..fcfa486965b4 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <linux/libata.h> | 47 | #include <linux/libata.h> |
48 | 48 | ||
49 | #define DRV_NAME "sata_vsc" | 49 | #define DRV_NAME "sata_vsc" |
50 | #define DRV_VERSION "1.0" | 50 | #define DRV_VERSION "1.1" |
51 | 51 | ||
52 | /* Interrupt register offsets (from chip base address) */ | 52 | /* Interrupt register offsets (from chip base address) */ |
53 | #define VSC_SATA_INT_STAT_OFFSET 0x00 | 53 | #define VSC_SATA_INT_STAT_OFFSET 0x00 |
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index c52af73a251b..6756d0fab6fe 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * DECstation changes | 7 | * DECstation changes |
8 | * Copyright (C) 1998-2000 Harald Koerfgen | 8 | * Copyright (C) 1998-2000 Harald Koerfgen |
9 | * Copyright (C) 2000, 2001, 2002, 2003, 2004 Maciej W. Rozycki | 9 | * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Maciej W. Rozycki |
10 | * | 10 | * |
11 | * For the rest of the code the original Copyright applies: | 11 | * For the rest of the code the original Copyright applies: |
12 | * Copyright (C) 1996 Paul Mackerras (Paul.Mackerras@cs.anu.edu.au) | 12 | * Copyright (C) 1996 Paul Mackerras (Paul.Mackerras@cs.anu.edu.au) |
@@ -55,6 +55,7 @@ | |||
55 | #include <linux/delay.h> | 55 | #include <linux/delay.h> |
56 | #include <linux/init.h> | 56 | #include <linux/init.h> |
57 | #include <linux/ioport.h> | 57 | #include <linux/ioport.h> |
58 | #include <linux/spinlock.h> | ||
58 | #ifdef CONFIG_SERIAL_DEC_CONSOLE | 59 | #ifdef CONFIG_SERIAL_DEC_CONSOLE |
59 | #include <linux/console.h> | 60 | #include <linux/console.h> |
60 | #endif | 61 | #endif |
@@ -63,7 +64,6 @@ | |||
63 | #include <asm/pgtable.h> | 64 | #include <asm/pgtable.h> |
64 | #include <asm/irq.h> | 65 | #include <asm/irq.h> |
65 | #include <asm/system.h> | 66 | #include <asm/system.h> |
66 | #include <asm/uaccess.h> | ||
67 | #include <asm/bootinfo.h> | 67 | #include <asm/bootinfo.h> |
68 | 68 | ||
69 | #include <asm/dec/interrupts.h> | 69 | #include <asm/dec/interrupts.h> |
@@ -128,6 +128,8 @@ static struct zs_parms ds_parms = { | |||
128 | 128 | ||
129 | #define BUS_PRESENT (DS_BUS_PRESENT) | 129 | #define BUS_PRESENT (DS_BUS_PRESENT) |
130 | 130 | ||
131 | DEFINE_SPINLOCK(zs_lock); | ||
132 | |||
131 | struct dec_zschannel zs_channels[NUM_CHANNELS]; | 133 | struct dec_zschannel zs_channels[NUM_CHANNELS]; |
132 | struct dec_serial zs_soft[NUM_CHANNELS]; | 134 | struct dec_serial zs_soft[NUM_CHANNELS]; |
133 | int zs_channels_found; | 135 | int zs_channels_found; |
@@ -159,8 +161,6 @@ static unsigned char zs_init_regs[16] __initdata = { | |||
159 | 0 /* write 15 */ | 161 | 0 /* write 15 */ |
160 | }; | 162 | }; |
161 | 163 | ||
162 | DECLARE_TASK_QUEUE(tq_zs_serial); | ||
163 | |||
164 | static struct tty_driver *serial_driver; | 164 | static struct tty_driver *serial_driver; |
165 | 165 | ||
166 | /* serial subtype definitions */ | 166 | /* serial subtype definitions */ |
@@ -294,8 +294,7 @@ static inline void zs_rtsdtr(struct dec_serial *info, int which, int set) | |||
294 | { | 294 | { |
295 | unsigned long flags; | 295 | unsigned long flags; |
296 | 296 | ||
297 | 297 | spin_lock_irqsave(&zs_lock, flags); | |
298 | save_flags(flags); cli(); | ||
299 | if (info->zs_channel != info->zs_chan_a) { | 298 | if (info->zs_channel != info->zs_chan_a) { |
300 | if (set) { | 299 | if (set) { |
301 | info->zs_chan_a->curregs[5] |= (which & (RTS | DTR)); | 300 | info->zs_chan_a->curregs[5] |= (which & (RTS | DTR)); |
@@ -304,7 +303,7 @@ static inline void zs_rtsdtr(struct dec_serial *info, int which, int set) | |||
304 | } | 303 | } |
305 | write_zsreg(info->zs_chan_a, 5, info->zs_chan_a->curregs[5]); | 304 | write_zsreg(info->zs_chan_a, 5, info->zs_chan_a->curregs[5]); |
306 | } | 305 | } |
307 | restore_flags(flags); | 306 | spin_unlock_irqrestore(&zs_lock, flags); |
308 | } | 307 | } |
309 | 308 | ||
310 | /* Utility routines for the Zilog */ | 309 | /* Utility routines for the Zilog */ |
@@ -345,12 +344,10 @@ static inline void rs_recv_clear(struct dec_zschannel *zsc) | |||
345 | * This routine is used by the interrupt handler to schedule | 344 | * This routine is used by the interrupt handler to schedule |
346 | * processing in the software interrupt portion of the driver. | 345 | * processing in the software interrupt portion of the driver. |
347 | */ | 346 | */ |
348 | static _INLINE_ void rs_sched_event(struct dec_serial *info, | 347 | static _INLINE_ void rs_sched_event(struct dec_serial *info, int event) |
349 | int event) | ||
350 | { | 348 | { |
351 | info->event |= 1 << event; | 349 | info->event |= 1 << event; |
352 | queue_task(&info->tqueue, &tq_zs_serial); | 350 | tasklet_schedule(&info->tlet); |
353 | mark_bh(SERIAL_BH); | ||
354 | } | 351 | } |
355 | 352 | ||
356 | static _INLINE_ void receive_chars(struct dec_serial *info, | 353 | static _INLINE_ void receive_chars(struct dec_serial *info, |
@@ -497,9 +494,10 @@ static _INLINE_ void status_handle(struct dec_serial *info) | |||
497 | /* | 494 | /* |
498 | * This is the serial driver's generic interrupt routine | 495 | * This is the serial driver's generic interrupt routine |
499 | */ | 496 | */ |
500 | void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 497 | static irqreturn_t rs_interrupt(int irq, void *dev_id, struct pt_regs *regs) |
501 | { | 498 | { |
502 | struct dec_serial *info = (struct dec_serial *) dev_id; | 499 | struct dec_serial *info = (struct dec_serial *) dev_id; |
500 | irqreturn_t status = IRQ_NONE; | ||
503 | unsigned char zs_intreg; | 501 | unsigned char zs_intreg; |
504 | int shift; | 502 | int shift; |
505 | 503 | ||
@@ -521,6 +519,8 @@ void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) | |||
521 | if ((zs_intreg & CHAN_IRQMASK) == 0) | 519 | if ((zs_intreg & CHAN_IRQMASK) == 0) |
522 | break; | 520 | break; |
523 | 521 | ||
522 | status = IRQ_HANDLED; | ||
523 | |||
524 | if (zs_intreg & CHBRxIP) { | 524 | if (zs_intreg & CHBRxIP) { |
525 | receive_chars(info, regs); | 525 | receive_chars(info, regs); |
526 | } | 526 | } |
@@ -534,6 +534,8 @@ void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) | |||
534 | 534 | ||
535 | /* Why do we need this ? */ | 535 | /* Why do we need this ? */ |
536 | write_zsreg(info->zs_channel, 0, RES_H_IUS); | 536 | write_zsreg(info->zs_channel, 0, RES_H_IUS); |
537 | |||
538 | return status; | ||
537 | } | 539 | } |
538 | 540 | ||
539 | #ifdef ZS_DEBUG_REGS | 541 | #ifdef ZS_DEBUG_REGS |
@@ -578,12 +580,12 @@ static void rs_stop(struct tty_struct *tty) | |||
578 | return; | 580 | return; |
579 | 581 | ||
580 | #if 1 | 582 | #if 1 |
581 | save_flags(flags); cli(); | 583 | spin_lock_irqsave(&zs_lock, flags); |
582 | if (info->zs_channel->curregs[5] & TxENAB) { | 584 | if (info->zs_channel->curregs[5] & TxENAB) { |
583 | info->zs_channel->curregs[5] &= ~TxENAB; | 585 | info->zs_channel->curregs[5] &= ~TxENAB; |
584 | write_zsreg(info->zs_channel, 5, info->zs_channel->curregs[5]); | 586 | write_zsreg(info->zs_channel, 5, info->zs_channel->curregs[5]); |
585 | } | 587 | } |
586 | restore_flags(flags); | 588 | spin_unlock_irqrestore(&zs_lock, flags); |
587 | #endif | 589 | #endif |
588 | } | 590 | } |
589 | 591 | ||
@@ -595,7 +597,7 @@ static void rs_start(struct tty_struct *tty) | |||
595 | if (serial_paranoia_check(info, tty->name, "rs_start")) | 597 | if (serial_paranoia_check(info, tty->name, "rs_start")) |
596 | return; | 598 | return; |
597 | 599 | ||
598 | save_flags(flags); cli(); | 600 | spin_lock_irqsave(&zs_lock, flags); |
599 | #if 1 | 601 | #if 1 |
600 | if (info->xmit_cnt && info->xmit_buf && !(info->zs_channel->curregs[5] & TxENAB)) { | 602 | if (info->xmit_cnt && info->xmit_buf && !(info->zs_channel->curregs[5] & TxENAB)) { |
601 | info->zs_channel->curregs[5] |= TxENAB; | 603 | info->zs_channel->curregs[5] |= TxENAB; |
@@ -606,7 +608,7 @@ static void rs_start(struct tty_struct *tty) | |||
606 | transmit_chars(info); | 608 | transmit_chars(info); |
607 | } | 609 | } |
608 | #endif | 610 | #endif |
609 | restore_flags(flags); | 611 | spin_unlock_irqrestore(&zs_lock, flags); |
610 | } | 612 | } |
611 | 613 | ||
612 | /* | 614 | /* |
@@ -618,12 +620,8 @@ static void rs_start(struct tty_struct *tty) | |||
618 | * interrupt driver proper are done; the interrupt driver schedules | 620 | * interrupt driver proper are done; the interrupt driver schedules |
619 | * them using rs_sched_event(), and they get done here. | 621 | * them using rs_sched_event(), and they get done here. |
620 | */ | 622 | */ |
621 | static void do_serial_bh(void) | ||
622 | { | ||
623 | run_task_queue(&tq_zs_serial); | ||
624 | } | ||
625 | 623 | ||
626 | static void do_softint(void *private_) | 624 | static void do_softint(unsigned long private_) |
627 | { | 625 | { |
628 | struct dec_serial *info = (struct dec_serial *) private_; | 626 | struct dec_serial *info = (struct dec_serial *) private_; |
629 | struct tty_struct *tty; | 627 | struct tty_struct *tty; |
@@ -634,10 +632,11 @@ static void do_softint(void *private_) | |||
634 | 632 | ||
635 | if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) { | 633 | if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) { |
636 | tty_wakeup(tty); | 634 | tty_wakeup(tty); |
635 | wake_up_interruptible(&tty->write_wait); | ||
637 | } | 636 | } |
638 | } | 637 | } |
639 | 638 | ||
640 | int zs_startup(struct dec_serial * info) | 639 | static int zs_startup(struct dec_serial * info) |
641 | { | 640 | { |
642 | unsigned long flags; | 641 | unsigned long flags; |
643 | 642 | ||
@@ -650,7 +649,7 @@ int zs_startup(struct dec_serial * info) | |||
650 | return -ENOMEM; | 649 | return -ENOMEM; |
651 | } | 650 | } |
652 | 651 | ||
653 | save_flags(flags); cli(); | 652 | spin_lock_irqsave(&zs_lock, flags); |
654 | 653 | ||
655 | #ifdef SERIAL_DEBUG_OPEN | 654 | #ifdef SERIAL_DEBUG_OPEN |
656 | printk("starting up ttyS%d (irq %d)...", info->line, info->irq); | 655 | printk("starting up ttyS%d (irq %d)...", info->line, info->irq); |
@@ -706,7 +705,7 @@ int zs_startup(struct dec_serial * info) | |||
706 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; | 705 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
707 | 706 | ||
708 | info->flags |= ZILOG_INITIALIZED; | 707 | info->flags |= ZILOG_INITIALIZED; |
709 | restore_flags(flags); | 708 | spin_unlock_irqrestore(&zs_lock, flags); |
710 | return 0; | 709 | return 0; |
711 | } | 710 | } |
712 | 711 | ||
@@ -726,7 +725,7 @@ static void shutdown(struct dec_serial * info) | |||
726 | info->irq); | 725 | info->irq); |
727 | #endif | 726 | #endif |
728 | 727 | ||
729 | save_flags(flags); cli(); /* Disable interrupts */ | 728 | spin_lock_irqsave(&zs_lock, flags); |
730 | 729 | ||
731 | if (info->xmit_buf) { | 730 | if (info->xmit_buf) { |
732 | free_page((unsigned long) info->xmit_buf); | 731 | free_page((unsigned long) info->xmit_buf); |
@@ -749,7 +748,7 @@ static void shutdown(struct dec_serial * info) | |||
749 | set_bit(TTY_IO_ERROR, &info->tty->flags); | 748 | set_bit(TTY_IO_ERROR, &info->tty->flags); |
750 | 749 | ||
751 | info->flags &= ~ZILOG_INITIALIZED; | 750 | info->flags &= ~ZILOG_INITIALIZED; |
752 | restore_flags(flags); | 751 | spin_unlock_irqrestore(&zs_lock, flags); |
753 | } | 752 | } |
754 | 753 | ||
755 | /* | 754 | /* |
@@ -785,7 +784,7 @@ static void change_speed(struct dec_serial *info) | |||
785 | i += 15; | 784 | i += 15; |
786 | } | 785 | } |
787 | 786 | ||
788 | save_flags(flags); cli(); | 787 | spin_lock_irqsave(&zs_lock, flags); |
789 | info->zs_baud = baud_table[i]; | 788 | info->zs_baud = baud_table[i]; |
790 | if (info->zs_baud) { | 789 | if (info->zs_baud) { |
791 | brg = BPS_TO_BRG(info->zs_baud, zs_parms->clock/info->clk_divisor); | 790 | brg = BPS_TO_BRG(info->zs_baud, zs_parms->clock/info->clk_divisor); |
@@ -858,7 +857,7 @@ static void change_speed(struct dec_serial *info) | |||
858 | /* Load up the new values */ | 857 | /* Load up the new values */ |
859 | load_zsregs(info->zs_channel, info->zs_channel->curregs); | 858 | load_zsregs(info->zs_channel, info->zs_channel->curregs); |
860 | 859 | ||
861 | restore_flags(flags); | 860 | spin_unlock_irqrestore(&zs_lock, flags); |
862 | } | 861 | } |
863 | 862 | ||
864 | static void rs_flush_chars(struct tty_struct *tty) | 863 | static void rs_flush_chars(struct tty_struct *tty) |
@@ -874,9 +873,9 @@ static void rs_flush_chars(struct tty_struct *tty) | |||
874 | return; | 873 | return; |
875 | 874 | ||
876 | /* Enable transmitter */ | 875 | /* Enable transmitter */ |
877 | save_flags(flags); cli(); | 876 | spin_lock_irqsave(&zs_lock, flags); |
878 | transmit_chars(info); | 877 | transmit_chars(info); |
879 | restore_flags(flags); | 878 | spin_unlock_irqrestore(&zs_lock, flags); |
880 | } | 879 | } |
881 | 880 | ||
882 | static int rs_write(struct tty_struct * tty, | 881 | static int rs_write(struct tty_struct * tty, |
@@ -892,26 +891,17 @@ static int rs_write(struct tty_struct * tty, | |||
892 | if (!tty || !info->xmit_buf) | 891 | if (!tty || !info->xmit_buf) |
893 | return 0; | 892 | return 0; |
894 | 893 | ||
895 | save_flags(flags); | ||
896 | while (1) { | 894 | while (1) { |
897 | cli(); | 895 | spin_lock_irqsave(&zs_lock, flags); |
898 | c = min(count, min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, | 896 | c = min(count, min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
899 | SERIAL_XMIT_SIZE - info->xmit_head)); | 897 | SERIAL_XMIT_SIZE - info->xmit_head)); |
900 | if (c <= 0) | 898 | if (c <= 0) |
901 | break; | 899 | break; |
902 | 900 | ||
903 | if (from_user) { | 901 | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
904 | down(&tmp_buf_sem); | ||
905 | copy_from_user(tmp_buf, buf, c); | ||
906 | c = min(c, min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, | ||
907 | SERIAL_XMIT_SIZE - info->xmit_head)); | ||
908 | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); | ||
909 | up(&tmp_buf_sem); | ||
910 | } else | ||
911 | memcpy(info->xmit_buf + info->xmit_head, buf, c); | ||
912 | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); | 902 | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
913 | info->xmit_cnt += c; | 903 | info->xmit_cnt += c; |
914 | restore_flags(flags); | 904 | spin_unlock_irqrestore(&zs_lock, flags); |
915 | buf += c; | 905 | buf += c; |
916 | count -= c; | 906 | count -= c; |
917 | total += c; | 907 | total += c; |
@@ -920,7 +910,7 @@ static int rs_write(struct tty_struct * tty, | |||
920 | if (info->xmit_cnt && !tty->stopped && !info->tx_stopped | 910 | if (info->xmit_cnt && !tty->stopped && !info->tx_stopped |
921 | && !info->tx_active) | 911 | && !info->tx_active) |
922 | transmit_chars(info); | 912 | transmit_chars(info); |
923 | restore_flags(flags); | 913 | spin_unlock_irqrestore(&zs_lock, flags); |
924 | return total; | 914 | return total; |
925 | } | 915 | } |
926 | 916 | ||
@@ -952,9 +942,9 @@ static void rs_flush_buffer(struct tty_struct *tty) | |||
952 | 942 | ||
953 | if (serial_paranoia_check(info, tty->name, "rs_flush_buffer")) | 943 | if (serial_paranoia_check(info, tty->name, "rs_flush_buffer")) |
954 | return; | 944 | return; |
955 | cli(); | 945 | spin_lock_irq(&zs_lock); |
956 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; | 946 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
957 | sti(); | 947 | spin_unlock_irq(&zs_lock); |
958 | tty_wakeup(tty); | 948 | tty_wakeup(tty); |
959 | } | 949 | } |
960 | 950 | ||
@@ -982,11 +972,11 @@ static void rs_throttle(struct tty_struct * tty) | |||
982 | return; | 972 | return; |
983 | 973 | ||
984 | if (I_IXOFF(tty)) { | 974 | if (I_IXOFF(tty)) { |
985 | save_flags(flags); cli(); | 975 | spin_lock_irqsave(&zs_lock, flags); |
986 | info->x_char = STOP_CHAR(tty); | 976 | info->x_char = STOP_CHAR(tty); |
987 | if (!info->tx_active) | 977 | if (!info->tx_active) |
988 | transmit_chars(info); | 978 | transmit_chars(info); |
989 | restore_flags(flags); | 979 | spin_unlock_irqrestore(&zs_lock, flags); |
990 | } | 980 | } |
991 | 981 | ||
992 | if (C_CRTSCTS(tty)) { | 982 | if (C_CRTSCTS(tty)) { |
@@ -1010,7 +1000,7 @@ static void rs_unthrottle(struct tty_struct * tty) | |||
1010 | return; | 1000 | return; |
1011 | 1001 | ||
1012 | if (I_IXOFF(tty)) { | 1002 | if (I_IXOFF(tty)) { |
1013 | save_flags(flags); cli(); | 1003 | spin_lock_irqsave(&zs_lock, flags); |
1014 | if (info->x_char) | 1004 | if (info->x_char) |
1015 | info->x_char = 0; | 1005 | info->x_char = 0; |
1016 | else { | 1006 | else { |
@@ -1018,7 +1008,7 @@ static void rs_unthrottle(struct tty_struct * tty) | |||
1018 | if (!info->tx_active) | 1008 | if (!info->tx_active) |
1019 | transmit_chars(info); | 1009 | transmit_chars(info); |
1020 | } | 1010 | } |
1021 | restore_flags(flags); | 1011 | spin_unlock_irqrestore(&zs_lock, flags); |
1022 | } | 1012 | } |
1023 | 1013 | ||
1024 | if (C_CRTSCTS(tty)) { | 1014 | if (C_CRTSCTS(tty)) { |
@@ -1111,9 +1101,9 @@ static int get_lsr_info(struct dec_serial * info, unsigned int *value) | |||
1111 | { | 1101 | { |
1112 | unsigned char status; | 1102 | unsigned char status; |
1113 | 1103 | ||
1114 | cli(); | 1104 | spin_lock(&zs_lock); |
1115 | status = read_zsreg(info->zs_channel, 0); | 1105 | status = read_zsreg(info->zs_channel, 0); |
1116 | sti(); | 1106 | spin_unlock_irq(&zs_lock); |
1117 | put_user(status,value); | 1107 | put_user(status,value); |
1118 | return 0; | 1108 | return 0; |
1119 | } | 1109 | } |
@@ -1136,11 +1126,11 @@ static int rs_tiocmget(struct tty_struct *tty, struct file *file) | |||
1136 | if (info->zs_channel == info->zs_chan_a) | 1126 | if (info->zs_channel == info->zs_chan_a) |
1137 | result = 0; | 1127 | result = 0; |
1138 | else { | 1128 | else { |
1139 | cli(); | 1129 | spin_lock(&zs_lock); |
1140 | control = info->zs_chan_a->curregs[5]; | 1130 | control = info->zs_chan_a->curregs[5]; |
1141 | status_a = read_zsreg(info->zs_chan_a, 0); | 1131 | status_a = read_zsreg(info->zs_chan_a, 0); |
1142 | status_b = read_zsreg(info->zs_channel, 0); | 1132 | status_b = read_zsreg(info->zs_channel, 0); |
1143 | sti(); | 1133 | spin_unlock_irq(&zs_lock); |
1144 | result = ((control & RTS) ? TIOCM_RTS: 0) | 1134 | result = ((control & RTS) ? TIOCM_RTS: 0) |
1145 | | ((control & DTR) ? TIOCM_DTR: 0) | 1135 | | ((control & DTR) ? TIOCM_DTR: 0) |
1146 | | ((status_b & DCD) ? TIOCM_CAR: 0) | 1136 | | ((status_b & DCD) ? TIOCM_CAR: 0) |
@@ -1155,8 +1145,6 @@ static int rs_tiocmset(struct tty_struct *tty, struct file *file, | |||
1155 | unsigned int set, unsigned int clear) | 1145 | unsigned int set, unsigned int clear) |
1156 | { | 1146 | { |
1157 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; | 1147 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; |
1158 | int error; | ||
1159 | unsigned int arg, bits; | ||
1160 | 1148 | ||
1161 | if (info->hook) | 1149 | if (info->hook) |
1162 | return -ENODEV; | 1150 | return -ENODEV; |
@@ -1170,8 +1158,7 @@ static int rs_tiocmset(struct tty_struct *tty, struct file *file, | |||
1170 | if (info->zs_channel == info->zs_chan_a) | 1158 | if (info->zs_channel == info->zs_chan_a) |
1171 | return 0; | 1159 | return 0; |
1172 | 1160 | ||
1173 | get_user(arg, value); | 1161 | spin_lock(&zs_lock); |
1174 | cli(); | ||
1175 | if (set & TIOCM_RTS) | 1162 | if (set & TIOCM_RTS) |
1176 | info->zs_chan_a->curregs[5] |= RTS; | 1163 | info->zs_chan_a->curregs[5] |= RTS; |
1177 | if (set & TIOCM_DTR) | 1164 | if (set & TIOCM_DTR) |
@@ -1181,7 +1168,7 @@ static int rs_tiocmset(struct tty_struct *tty, struct file *file, | |||
1181 | if (clear & TIOCM_DTR) | 1168 | if (clear & TIOCM_DTR) |
1182 | info->zs_chan_a->curregs[5] &= ~DTR; | 1169 | info->zs_chan_a->curregs[5] &= ~DTR; |
1183 | write_zsreg(info->zs_chan_a, 5, info->zs_chan_a->curregs[5]); | 1170 | write_zsreg(info->zs_chan_a, 5, info->zs_chan_a->curregs[5]); |
1184 | sti(); | 1171 | spin_unlock_irq(&zs_lock); |
1185 | return 0; | 1172 | return 0; |
1186 | } | 1173 | } |
1187 | 1174 | ||
@@ -1198,19 +1185,18 @@ static void rs_break(struct tty_struct *tty, int break_state) | |||
1198 | if (!info->port) | 1185 | if (!info->port) |
1199 | return; | 1186 | return; |
1200 | 1187 | ||
1201 | save_flags(flags); cli(); | 1188 | spin_lock_irqsave(&zs_lock, flags); |
1202 | if (break_state == -1) | 1189 | if (break_state == -1) |
1203 | info->zs_channel->curregs[5] |= SND_BRK; | 1190 | info->zs_channel->curregs[5] |= SND_BRK; |
1204 | else | 1191 | else |
1205 | info->zs_channel->curregs[5] &= ~SND_BRK; | 1192 | info->zs_channel->curregs[5] &= ~SND_BRK; |
1206 | write_zsreg(info->zs_channel, 5, info->zs_channel->curregs[5]); | 1193 | write_zsreg(info->zs_channel, 5, info->zs_channel->curregs[5]); |
1207 | restore_flags(flags); | 1194 | spin_unlock_irqrestore(&zs_lock, flags); |
1208 | } | 1195 | } |
1209 | 1196 | ||
1210 | static int rs_ioctl(struct tty_struct *tty, struct file * file, | 1197 | static int rs_ioctl(struct tty_struct *tty, struct file * file, |
1211 | unsigned int cmd, unsigned long arg) | 1198 | unsigned int cmd, unsigned long arg) |
1212 | { | 1199 | { |
1213 | int error; | ||
1214 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; | 1200 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; |
1215 | 1201 | ||
1216 | if (info->hook) | 1202 | if (info->hook) |
@@ -1287,10 +1273,10 @@ static void rs_close(struct tty_struct *tty, struct file * filp) | |||
1287 | if (!info || serial_paranoia_check(info, tty->name, "rs_close")) | 1273 | if (!info || serial_paranoia_check(info, tty->name, "rs_close")) |
1288 | return; | 1274 | return; |
1289 | 1275 | ||
1290 | save_flags(flags); cli(); | 1276 | spin_lock_irqsave(&zs_lock, flags); |
1291 | 1277 | ||
1292 | if (tty_hung_up_p(filp)) { | 1278 | if (tty_hung_up_p(filp)) { |
1293 | restore_flags(flags); | 1279 | spin_unlock_irqrestore(&zs_lock, flags); |
1294 | return; | 1280 | return; |
1295 | } | 1281 | } |
1296 | 1282 | ||
@@ -1315,7 +1301,7 @@ static void rs_close(struct tty_struct *tty, struct file * filp) | |||
1315 | info->count = 0; | 1301 | info->count = 0; |
1316 | } | 1302 | } |
1317 | if (info->count) { | 1303 | if (info->count) { |
1318 | restore_flags(flags); | 1304 | spin_unlock_irqrestore(&zs_lock, flags); |
1319 | return; | 1305 | return; |
1320 | } | 1306 | } |
1321 | info->flags |= ZILOG_CLOSING; | 1307 | info->flags |= ZILOG_CLOSING; |
@@ -1358,7 +1344,7 @@ static void rs_close(struct tty_struct *tty, struct file * filp) | |||
1358 | } | 1344 | } |
1359 | info->flags &= ~(ZILOG_NORMAL_ACTIVE|ZILOG_CLOSING); | 1345 | info->flags &= ~(ZILOG_NORMAL_ACTIVE|ZILOG_CLOSING); |
1360 | wake_up_interruptible(&info->close_wait); | 1346 | wake_up_interruptible(&info->close_wait); |
1361 | restore_flags(flags); | 1347 | spin_unlock_irqrestore(&zs_lock, flags); |
1362 | } | 1348 | } |
1363 | 1349 | ||
1364 | /* | 1350 | /* |
@@ -1398,7 +1384,7 @@ static void rs_wait_until_sent(struct tty_struct *tty, int timeout) | |||
1398 | /* | 1384 | /* |
1399 | * rs_hangup() --- called by tty_hangup() when a hangup is signaled. | 1385 | * rs_hangup() --- called by tty_hangup() when a hangup is signaled. |
1400 | */ | 1386 | */ |
1401 | void rs_hangup(struct tty_struct *tty) | 1387 | static void rs_hangup(struct tty_struct *tty) |
1402 | { | 1388 | { |
1403 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; | 1389 | struct dec_serial * info = (struct dec_serial *)tty->driver_data; |
1404 | 1390 | ||
@@ -1466,16 +1452,16 @@ static int block_til_ready(struct tty_struct *tty, struct file * filp, | |||
1466 | printk("block_til_ready before block: ttyS%d, count = %d\n", | 1452 | printk("block_til_ready before block: ttyS%d, count = %d\n", |
1467 | info->line, info->count); | 1453 | info->line, info->count); |
1468 | #endif | 1454 | #endif |
1469 | cli(); | 1455 | spin_lock(&zs_lock); |
1470 | if (!tty_hung_up_p(filp)) | 1456 | if (!tty_hung_up_p(filp)) |
1471 | info->count--; | 1457 | info->count--; |
1472 | sti(); | 1458 | spin_unlock_irq(&zs_lock); |
1473 | info->blocked_open++; | 1459 | info->blocked_open++; |
1474 | while (1) { | 1460 | while (1) { |
1475 | cli(); | 1461 | spin_lock(&zs_lock); |
1476 | if (tty->termios->c_cflag & CBAUD) | 1462 | if (tty->termios->c_cflag & CBAUD) |
1477 | zs_rtsdtr(info, RTS | DTR, 1); | 1463 | zs_rtsdtr(info, RTS | DTR, 1); |
1478 | sti(); | 1464 | spin_unlock_irq(&zs_lock); |
1479 | set_current_state(TASK_INTERRUPTIBLE); | 1465 | set_current_state(TASK_INTERRUPTIBLE); |
1480 | if (tty_hung_up_p(filp) || | 1466 | if (tty_hung_up_p(filp) || |
1481 | !(info->flags & ZILOG_INITIALIZED)) { | 1467 | !(info->flags & ZILOG_INITIALIZED)) { |
@@ -1523,7 +1509,7 @@ static int block_til_ready(struct tty_struct *tty, struct file * filp, | |||
1523 | * the IRQ chain. It also performs the serial-specific | 1509 | * the IRQ chain. It also performs the serial-specific |
1524 | * initialization for the tty structure. | 1510 | * initialization for the tty structure. |
1525 | */ | 1511 | */ |
1526 | int rs_open(struct tty_struct *tty, struct file * filp) | 1512 | static int rs_open(struct tty_struct *tty, struct file * filp) |
1527 | { | 1513 | { |
1528 | struct dec_serial *info; | 1514 | struct dec_serial *info; |
1529 | int retval, line; | 1515 | int retval, line; |
@@ -1706,7 +1692,7 @@ static void __init probe_sccs(void) | |||
1706 | } | 1692 | } |
1707 | } | 1693 | } |
1708 | 1694 | ||
1709 | save_and_cli(flags); | 1695 | spin_lock_irqsave(&zs_lock, flags); |
1710 | for (n = 0; n < zs_channels_found; n++) { | 1696 | for (n = 0; n < zs_channels_found; n++) { |
1711 | if (n % 2 == 0) { | 1697 | if (n % 2 == 0) { |
1712 | write_zsreg(zs_soft[n].zs_chan_a, R9, FHWRES); | 1698 | write_zsreg(zs_soft[n].zs_chan_a, R9, FHWRES); |
@@ -1716,7 +1702,7 @@ static void __init probe_sccs(void) | |||
1716 | load_zsregs(zs_soft[n].zs_channel, | 1702 | load_zsregs(zs_soft[n].zs_channel, |
1717 | zs_soft[n].zs_channel->curregs); | 1703 | zs_soft[n].zs_channel->curregs); |
1718 | } | 1704 | } |
1719 | restore_flags(flags); | 1705 | spin_unlock_irqrestore(&zs_lock, flags); |
1720 | } | 1706 | } |
1721 | 1707 | ||
1722 | static struct tty_operations serial_ops = { | 1708 | static struct tty_operations serial_ops = { |
@@ -1749,9 +1735,6 @@ int __init zs_init(void) | |||
1749 | if(!BUS_PRESENT) | 1735 | if(!BUS_PRESENT) |
1750 | return -ENODEV; | 1736 | return -ENODEV; |
1751 | 1737 | ||
1752 | /* Setup base handler, and timer table. */ | ||
1753 | init_bh(SERIAL_BH, do_serial_bh); | ||
1754 | |||
1755 | /* Find out how many Z8530 SCCs we have */ | 1738 | /* Find out how many Z8530 SCCs we have */ |
1756 | if (zs_chain == 0) | 1739 | if (zs_chain == 0) |
1757 | probe_sccs(); | 1740 | probe_sccs(); |
@@ -1800,8 +1783,7 @@ int __init zs_init(void) | |||
1800 | info->event = 0; | 1783 | info->event = 0; |
1801 | info->count = 0; | 1784 | info->count = 0; |
1802 | info->blocked_open = 0; | 1785 | info->blocked_open = 0; |
1803 | info->tqueue.routine = do_softint; | 1786 | tasklet_init(&info->tlet, do_softint, (unsigned long)info); |
1804 | info->tqueue.data = info; | ||
1805 | init_waitqueue_head(&info->open_wait); | 1787 | init_waitqueue_head(&info->open_wait); |
1806 | init_waitqueue_head(&info->close_wait); | 1788 | init_waitqueue_head(&info->close_wait); |
1807 | printk("ttyS%02d at 0x%08x (irq = %d) is a Z85C30 SCC\n", | 1789 | printk("ttyS%02d at 0x%08x (irq = %d) is a Z85C30 SCC\n", |
@@ -1833,8 +1815,7 @@ int __init zs_init(void) | |||
1833 | /* | 1815 | /* |
1834 | * polling I/O routines | 1816 | * polling I/O routines |
1835 | */ | 1817 | */ |
1836 | static int | 1818 | static int zs_poll_tx_char(void *handle, unsigned char ch) |
1837 | zs_poll_tx_char(void *handle, unsigned char ch) | ||
1838 | { | 1819 | { |
1839 | struct dec_serial *info = handle; | 1820 | struct dec_serial *info = handle; |
1840 | struct dec_zschannel *chan = info->zs_channel; | 1821 | struct dec_zschannel *chan = info->zs_channel; |
@@ -1857,8 +1838,7 @@ zs_poll_tx_char(void *handle, unsigned char ch) | |||
1857 | return -ENODEV; | 1838 | return -ENODEV; |
1858 | } | 1839 | } |
1859 | 1840 | ||
1860 | static int | 1841 | static int zs_poll_rx_char(void *handle) |
1861 | zs_poll_rx_char(void *handle) | ||
1862 | { | 1842 | { |
1863 | struct dec_serial *info = handle; | 1843 | struct dec_serial *info = handle; |
1864 | struct dec_zschannel *chan = info->zs_channel; | 1844 | struct dec_zschannel *chan = info->zs_channel; |
@@ -2037,7 +2017,7 @@ static int __init serial_console_setup(struct console *co, char *options) | |||
2037 | } | 2017 | } |
2038 | co->cflag = cflag; | 2018 | co->cflag = cflag; |
2039 | 2019 | ||
2040 | save_and_cli(flags); | 2020 | spin_lock_irqsave(&zs_lock, flags); |
2041 | 2021 | ||
2042 | /* | 2022 | /* |
2043 | * Set up the baud rate generator. | 2023 | * Set up the baud rate generator. |
@@ -2092,7 +2072,7 @@ static int __init serial_console_setup(struct console *co, char *options) | |||
2092 | zs_soft[co->index].clk_divisor = clk_divisor; | 2072 | zs_soft[co->index].clk_divisor = clk_divisor; |
2093 | zs_soft[co->index].zs_baud = get_zsbaud(&zs_soft[co->index]); | 2073 | zs_soft[co->index].zs_baud = get_zsbaud(&zs_soft[co->index]); |
2094 | 2074 | ||
2095 | restore_flags(flags); | 2075 | spin_unlock_irqrestore(&zs_lock, flags); |
2096 | 2076 | ||
2097 | return 0; | 2077 | return 0; |
2098 | } | 2078 | } |
@@ -2229,5 +2209,3 @@ void __init zs_kgdb_hook(int tty_num) | |||
2229 | set_debug_traps(); /* init stub */ | 2209 | set_debug_traps(); /* init stub */ |
2230 | } | 2210 | } |
2231 | #endif /* ifdef CONFIG_KGDB */ | 2211 | #endif /* ifdef CONFIG_KGDB */ |
2232 | |||
2233 | |||
diff --git a/drivers/tc/zs.h b/drivers/tc/zs.h index c52edffa6049..13512200ceba 100644 --- a/drivers/tc/zs.h +++ b/drivers/tc/zs.h | |||
@@ -6,14 +6,14 @@ | |||
6 | * | 6 | * |
7 | * Copyright (C) 1996 Paul Mackerras (Paul.Mackerras@cs.anu.edu.au) | 7 | * Copyright (C) 1996 Paul Mackerras (Paul.Mackerras@cs.anu.edu.au) |
8 | * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) | 8 | * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) |
9 | * Copyright (C) 2004 Maciej W. Rozycki | 9 | * Copyright (C) 2004, 2005 Maciej W. Rozycki |
10 | */ | 10 | */ |
11 | #ifndef _DECSERIAL_H | 11 | #ifndef _DECSERIAL_H |
12 | #define _DECSERIAL_H | 12 | #define _DECSERIAL_H |
13 | 13 | ||
14 | #include <asm/dec/serial.h> | 14 | #include <asm/dec/serial.h> |
15 | 15 | ||
16 | #define NUM_ZSREGS 16 | 16 | #define NUM_ZSREGS 16 |
17 | 17 | ||
18 | struct serial_struct { | 18 | struct serial_struct { |
19 | int type; | 19 | int type; |
@@ -139,8 +139,7 @@ struct dec_serial { | |||
139 | int xmit_head; | 139 | int xmit_head; |
140 | int xmit_tail; | 140 | int xmit_tail; |
141 | int xmit_cnt; | 141 | int xmit_cnt; |
142 | struct tq_struct tqueue; | 142 | struct tasklet_struct tlet; |
143 | struct tq_struct tqueue_hangup; | ||
144 | wait_queue_head_t open_wait; | 143 | wait_queue_head_t open_wait; |
145 | wait_queue_head_t close_wait; | 144 | wait_queue_head_t close_wait; |
146 | }; | 145 | }; |
@@ -282,7 +281,7 @@ struct dec_serial { | |||
282 | #define DLC 4 /* Disable Lower Chain */ | 281 | #define DLC 4 /* Disable Lower Chain */ |
283 | #define MIE 8 /* Master Interrupt Enable */ | 282 | #define MIE 8 /* Master Interrupt Enable */ |
284 | #define STATHI 0x10 /* Status high */ | 283 | #define STATHI 0x10 /* Status high */ |
285 | #define SOFTACK 0x20 /* Software Interrupt Acknowledge */ | 284 | #define SOFTACK 0x20 /* Software Interrupt Acknowledge */ |
286 | #define NORESET 0 /* No reset on write to R9 */ | 285 | #define NORESET 0 /* No reset on write to R9 */ |
287 | #define CHRB 0x40 /* Reset channel B */ | 286 | #define CHRB 0x40 /* Reset channel B */ |
288 | #define CHRA 0x80 /* Reset channel A */ | 287 | #define CHRA 0x80 /* Reset channel A */ |
@@ -395,8 +394,8 @@ struct dec_serial { | |||
395 | /* Read Register 15 (value of WR 15) */ | 394 | /* Read Register 15 (value of WR 15) */ |
396 | 395 | ||
397 | /* Misc macros */ | 396 | /* Misc macros */ |
398 | #define ZS_CLEARERR(channel) (write_zsreg(channel, 0, ERR_RES)) | 397 | #define ZS_CLEARERR(channel) (write_zsreg(channel, 0, ERR_RES)) |
399 | #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \ | 398 | #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \ |
400 | garbage = read_zsdata(channel); \ | 399 | garbage = read_zsdata(channel); \ |
401 | garbage = read_zsdata(channel); \ | 400 | garbage = read_zsdata(channel); \ |
402 | garbage = read_zsdata(channel); \ | 401 | garbage = read_zsdata(channel); \ |
diff --git a/drivers/usb/atm/Makefile b/drivers/usb/atm/Makefile index 751f297be2ef..85099718c683 100644 --- a/drivers/usb/atm/Makefile +++ b/drivers/usb/atm/Makefile | |||
@@ -6,3 +6,7 @@ obj-$(CONFIG_USB_CXACRU) += cxacru.o | |||
6 | obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o | 6 | obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o |
7 | obj-$(CONFIG_USB_ATM) += usbatm.o | 7 | obj-$(CONFIG_USB_ATM) += usbatm.o |
8 | obj-$(CONFIG_USB_XUSBATM) += xusbatm.o | 8 | obj-$(CONFIG_USB_XUSBATM) += xusbatm.o |
9 | |||
10 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
11 | EXTRA_CFLAGS += -DDEBUG | ||
12 | endif | ||
diff --git a/drivers/usb/atm/usbatm.h b/drivers/usb/atm/usbatm.h index 936646457935..1adacd60d713 100644 --- a/drivers/usb/atm/usbatm.h +++ b/drivers/usb/atm/usbatm.h | |||
@@ -27,14 +27,9 @@ | |||
27 | #include <linux/config.h> | 27 | #include <linux/config.h> |
28 | 28 | ||
29 | /* | 29 | /* |
30 | #define DEBUG | ||
31 | #define VERBOSE_DEBUG | 30 | #define VERBOSE_DEBUG |
32 | */ | 31 | */ |
33 | 32 | ||
34 | #if !defined (DEBUG) && defined (CONFIG_USB_DEBUG) | ||
35 | # define DEBUG | ||
36 | #endif | ||
37 | |||
38 | #include <asm/semaphore.h> | 33 | #include <asm/semaphore.h> |
39 | #include <linux/atm.h> | 34 | #include <linux/atm.h> |
40 | #include <linux/atmdev.h> | 35 | #include <linux/atmdev.h> |
diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index dd1c4d2a0c31..86d5c380892d 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile | |||
@@ -14,3 +14,7 @@ ifeq ($(CONFIG_USB_DEVICEFS),y) | |||
14 | endif | 14 | endif |
15 | 15 | ||
16 | obj-$(CONFIG_USB) += usbcore.o | 16 | obj-$(CONFIG_USB) += usbcore.o |
17 | |||
18 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
19 | EXTRA_CFLAGS += -DDEBUG | ||
20 | endif | ||
diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index 57e800ac3cee..419c9943a7cb 100644 --- a/drivers/usb/core/buffer.c +++ b/drivers/usb/core/buffer.c | |||
@@ -15,14 +15,6 @@ | |||
15 | #include <asm/scatterlist.h> | 15 | #include <asm/scatterlist.h> |
16 | #include <linux/dma-mapping.h> | 16 | #include <linux/dma-mapping.h> |
17 | #include <linux/dmapool.h> | 17 | #include <linux/dmapool.h> |
18 | |||
19 | |||
20 | #ifdef CONFIG_USB_DEBUG | ||
21 | #define DEBUG | ||
22 | #else | ||
23 | #undef DEBUG | ||
24 | #endif | ||
25 | |||
26 | #include <linux/usb.h> | 18 | #include <linux/usb.h> |
27 | #include "hcd.h" | 19 | #include "hcd.h" |
28 | 20 | ||
diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c index 993019500cc3..a9d89c78cc20 100644 --- a/drivers/usb/core/config.c +++ b/drivers/usb/core/config.c | |||
@@ -1,9 +1,4 @@ | |||
1 | #include <linux/config.h> | 1 | #include <linux/config.h> |
2 | |||
3 | #ifdef CONFIG_USB_DEBUG | ||
4 | #define DEBUG | ||
5 | #endif | ||
6 | |||
7 | #include <linux/usb.h> | 2 | #include <linux/usb.h> |
8 | #include <linux/module.h> | 3 | #include <linux/module.h> |
9 | #include <linux/init.h> | 4 | #include <linux/init.h> |
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 942cd437dc48..b1d6e9af732d 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c | |||
@@ -1392,13 +1392,13 @@ static int proc_ioctl_default(struct dev_state *ps, void __user *arg) | |||
1392 | } | 1392 | } |
1393 | 1393 | ||
1394 | #ifdef CONFIG_COMPAT | 1394 | #ifdef CONFIG_COMPAT |
1395 | static int proc_ioctl_compat(struct dev_state *ps, void __user *arg) | 1395 | static int proc_ioctl_compat(struct dev_state *ps, compat_uptr_t arg) |
1396 | { | 1396 | { |
1397 | struct usbdevfs_ioctl32 __user *uioc; | 1397 | struct usbdevfs_ioctl32 __user *uioc; |
1398 | struct usbdevfs_ioctl ctrl; | 1398 | struct usbdevfs_ioctl ctrl; |
1399 | u32 udata; | 1399 | u32 udata; |
1400 | 1400 | ||
1401 | uioc = compat_ptr(arg); | 1401 | uioc = compat_ptr((long)arg); |
1402 | if (get_user(ctrl.ifno, &uioc->ifno) || | 1402 | if (get_user(ctrl.ifno, &uioc->ifno) || |
1403 | get_user(ctrl.ioctl_code, &uioc->ioctl_code) || | 1403 | get_user(ctrl.ioctl_code, &uioc->ioctl_code) || |
1404 | __get_user(udata, &uioc->data)) | 1404 | __get_user(udata, &uioc->data)) |
@@ -1511,7 +1511,7 @@ static int usbdev_ioctl(struct inode *inode, struct file *file, unsigned int cmd | |||
1511 | 1511 | ||
1512 | case USBDEVFS_IOCTL32: | 1512 | case USBDEVFS_IOCTL32: |
1513 | snoop(&dev->dev, "%s: IOCTL\n", __FUNCTION__); | 1513 | snoop(&dev->dev, "%s: IOCTL\n", __FUNCTION__); |
1514 | ret = proc_ioctl_compat(ps, p); | 1514 | ret = proc_ioctl_compat(ps, (compat_uptr_t)(long)p); |
1515 | break; | 1515 | break; |
1516 | #endif | 1516 | #endif |
1517 | 1517 | ||
diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index e695308095ae..37b13368c814 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c | |||
@@ -19,12 +19,6 @@ | |||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/spinlock.h> | 20 | #include <linux/spinlock.h> |
21 | #include <linux/errno.h> | 21 | #include <linux/errno.h> |
22 | |||
23 | #ifdef CONFIG_USB_DEBUG | ||
24 | #define DEBUG | ||
25 | #else | ||
26 | #undef DEBUG | ||
27 | #endif | ||
28 | #include <linux/usb.h> | 22 | #include <linux/usb.h> |
29 | 23 | ||
30 | #include "usb.h" | 24 | #include "usb.h" |
diff --git a/drivers/usb/core/hcd-pci.c b/drivers/usb/core/hcd-pci.c index 84d9e69329bb..7feb829362d6 100644 --- a/drivers/usb/core/hcd-pci.c +++ b/drivers/usb/core/hcd-pci.c | |||
@@ -17,13 +17,6 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/config.h> | 19 | #include <linux/config.h> |
20 | |||
21 | #ifdef CONFIG_USB_DEBUG | ||
22 | #define DEBUG | ||
23 | #else | ||
24 | #undef DEBUG | ||
25 | #endif | ||
26 | |||
27 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
28 | #include <linux/module.h> | 21 | #include <linux/module.h> |
29 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 6c7ca5b08cd6..5e5f65a475ab 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c | |||
@@ -23,11 +23,6 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <linux/config.h> | 25 | #include <linux/config.h> |
26 | |||
27 | #ifdef CONFIG_USB_DEBUG | ||
28 | #define DEBUG | ||
29 | #endif | ||
30 | |||
31 | #include <linux/module.h> | 26 | #include <linux/module.h> |
32 | #include <linux/version.h> | 27 | #include <linux/version.h> |
33 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 256d9f698715..840727948d84 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -9,11 +9,6 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/config.h> | 11 | #include <linux/config.h> |
12 | #ifdef CONFIG_USB_DEBUG | ||
13 | #define DEBUG | ||
14 | #else | ||
15 | #undef DEBUG | ||
16 | #endif | ||
17 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
18 | #include <linux/errno.h> | 13 | #include <linux/errno.h> |
19 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/usb/core/inode.c b/drivers/usb/core/inode.c index 12f490fdee8f..c44bbedec817 100644 --- a/drivers/usb/core/inode.c +++ b/drivers/usb/core/inode.c | |||
@@ -46,7 +46,6 @@ | |||
46 | 46 | ||
47 | static struct super_operations usbfs_ops; | 47 | static struct super_operations usbfs_ops; |
48 | static struct file_operations default_file_operations; | 48 | static struct file_operations default_file_operations; |
49 | static struct inode_operations usbfs_dir_inode_operations; | ||
50 | static struct vfsmount *usbfs_mount; | 49 | static struct vfsmount *usbfs_mount; |
51 | static int usbfs_mount_count; /* = 0 */ | 50 | static int usbfs_mount_count; /* = 0 */ |
52 | static int ignore_mount = 0; | 51 | static int ignore_mount = 0; |
@@ -262,7 +261,7 @@ static struct inode *usbfs_get_inode (struct super_block *sb, int mode, dev_t de | |||
262 | inode->i_fop = &default_file_operations; | 261 | inode->i_fop = &default_file_operations; |
263 | break; | 262 | break; |
264 | case S_IFDIR: | 263 | case S_IFDIR: |
265 | inode->i_op = &usbfs_dir_inode_operations; | 264 | inode->i_op = &simple_dir_inode_operations; |
266 | inode->i_fop = &simple_dir_operations; | 265 | inode->i_fop = &simple_dir_operations; |
267 | 266 | ||
268 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ | 267 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ |
@@ -417,10 +416,6 @@ static struct file_operations default_file_operations = { | |||
417 | .llseek = default_file_lseek, | 416 | .llseek = default_file_lseek, |
418 | }; | 417 | }; |
419 | 418 | ||
420 | static struct inode_operations usbfs_dir_inode_operations = { | ||
421 | .lookup = simple_lookup, | ||
422 | }; | ||
423 | |||
424 | static struct super_operations usbfs_ops = { | 419 | static struct super_operations usbfs_ops = { |
425 | .statfs = simple_statfs, | 420 | .statfs = simple_statfs, |
426 | .drop_inode = generic_delete_inode, | 421 | .drop_inode = generic_delete_inode, |
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index 644a3d4f12aa..fe74f99ca5f4 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c | |||
@@ -3,13 +3,6 @@ | |||
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/config.h> | 5 | #include <linux/config.h> |
6 | |||
7 | #ifdef CONFIG_USB_DEBUG | ||
8 | #define DEBUG | ||
9 | #else | ||
10 | #undef DEBUG | ||
11 | #endif | ||
12 | |||
13 | #include <linux/pci.h> /* for scatterlist macros */ | 6 | #include <linux/pci.h> /* for scatterlist macros */ |
14 | #include <linux/usb.h> | 7 | #include <linux/usb.h> |
15 | #include <linux/module.h> | 8 | #include <linux/module.h> |
@@ -1457,12 +1450,11 @@ free_interfaces: | |||
1457 | */ | 1450 | */ |
1458 | for (i = 0; i < nintf; ++i) { | 1451 | for (i = 0; i < nintf; ++i) { |
1459 | struct usb_interface *intf = cp->interface[i]; | 1452 | struct usb_interface *intf = cp->interface[i]; |
1460 | struct usb_host_interface *alt = intf->cur_altsetting; | ||
1461 | 1453 | ||
1462 | dev_dbg (&dev->dev, | 1454 | dev_dbg (&dev->dev, |
1463 | "adding %s (config #%d, interface %d)\n", | 1455 | "adding %s (config #%d, interface %d)\n", |
1464 | intf->dev.bus_id, configuration, | 1456 | intf->dev.bus_id, configuration, |
1465 | alt->desc.bInterfaceNumber); | 1457 | intf->cur_altsetting->desc.bInterfaceNumber); |
1466 | ret = device_add (&intf->dev); | 1458 | ret = device_add (&intf->dev); |
1467 | if (ret != 0) { | 1459 | if (ret != 0) { |
1468 | dev_err(&dev->dev, | 1460 | dev_err(&dev->dev, |
diff --git a/drivers/usb/core/notify.c b/drivers/usb/core/notify.c index 37da059eced7..fbbebab52fbd 100644 --- a/drivers/usb/core/notify.c +++ b/drivers/usb/core/notify.c | |||
@@ -12,13 +12,7 @@ | |||
12 | #include <linux/config.h> | 12 | #include <linux/config.h> |
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/notifier.h> | 14 | #include <linux/notifier.h> |
15 | #ifdef CONFIG_USB_DEBUG | ||
16 | #define DEBUG | ||
17 | #else | ||
18 | #undef DEBUG | ||
19 | #endif | ||
20 | #include <linux/usb.h> | 15 | #include <linux/usb.h> |
21 | |||
22 | #include "usb.h" | 16 | #include "usb.h" |
23 | 17 | ||
24 | 18 | ||
diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c index edd83e014452..71d881327e88 100644 --- a/drivers/usb/core/sysfs.c +++ b/drivers/usb/core/sysfs.c | |||
@@ -12,14 +12,7 @@ | |||
12 | 12 | ||
13 | #include <linux/config.h> | 13 | #include <linux/config.h> |
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | |||
16 | #ifdef CONFIG_USB_DEBUG | ||
17 | #define DEBUG | ||
18 | #else | ||
19 | #undef DEBUG | ||
20 | #endif | ||
21 | #include <linux/usb.h> | 15 | #include <linux/usb.h> |
22 | |||
23 | #include "usb.h" | 16 | #include "usb.h" |
24 | 17 | ||
25 | /* endpoint stuff */ | 18 | /* endpoint stuff */ |
diff --git a/drivers/usb/core/urb.c b/drivers/usb/core/urb.c index f2a1fed2a802..081796726b95 100644 --- a/drivers/usb/core/urb.c +++ b/drivers/usb/core/urb.c | |||
@@ -4,12 +4,6 @@ | |||
4 | #include <linux/bitops.h> | 4 | #include <linux/bitops.h> |
5 | #include <linux/slab.h> | 5 | #include <linux/slab.h> |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | |||
8 | #ifdef CONFIG_USB_DEBUG | ||
9 | #define DEBUG | ||
10 | #else | ||
11 | #undef DEBUG | ||
12 | #endif | ||
13 | #include <linux/usb.h> | 7 | #include <linux/usb.h> |
14 | #include "hcd.h" | 8 | #include "hcd.h" |
15 | 9 | ||
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index 0eefff7bcb3c..e197ce9353de 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c | |||
@@ -22,13 +22,6 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/config.h> | 24 | #include <linux/config.h> |
25 | |||
26 | #ifdef CONFIG_USB_DEBUG | ||
27 | #define DEBUG | ||
28 | #else | ||
29 | #undef DEBUG | ||
30 | #endif | ||
31 | |||
32 | #include <linux/module.h> | 25 | #include <linux/module.h> |
33 | #include <linux/string.h> | 26 | #include <linux/string.h> |
34 | #include <linux/bitops.h> | 27 | #include <linux/bitops.h> |
diff --git a/drivers/usb/gadget/dummy_hcd.c b/drivers/usb/gadget/dummy_hcd.c index 1e407745c115..c655d46c8aed 100644 --- a/drivers/usb/gadget/dummy_hcd.c +++ b/drivers/usb/gadget/dummy_hcd.c | |||
@@ -944,7 +944,7 @@ static int dummy_udc_suspend (struct platform_device *dev, pm_message_t state) | |||
944 | set_link_state (dum); | 944 | set_link_state (dum); |
945 | spin_unlock_irq (&dum->lock); | 945 | spin_unlock_irq (&dum->lock); |
946 | 946 | ||
947 | dev->power.power_state = state; | 947 | dev->dev.power.power_state = state; |
948 | usb_hcd_poll_rh_status (dummy_to_hcd (dum)); | 948 | usb_hcd_poll_rh_status (dummy_to_hcd (dum)); |
949 | return 0; | 949 | return 0; |
950 | } | 950 | } |
@@ -1904,7 +1904,7 @@ static int dummy_hcd_probe (struct platform_device *dev) | |||
1904 | struct usb_hcd *hcd; | 1904 | struct usb_hcd *hcd; |
1905 | int retval; | 1905 | int retval; |
1906 | 1906 | ||
1907 | dev_info (dev, "%s, driver " DRIVER_VERSION "\n", driver_desc); | 1907 | dev_info(&dev->dev, "%s, driver " DRIVER_VERSION "\n", driver_desc); |
1908 | 1908 | ||
1909 | hcd = usb_create_hcd (&dummy_hcd, &dev->dev, dev->dev.bus_id); | 1909 | hcd = usb_create_hcd (&dummy_hcd, &dev->dev, dev->dev.bus_id); |
1910 | if (!hcd) | 1910 | if (!hcd) |
diff --git a/drivers/usb/host/ohci-lh7a404.c b/drivers/usb/host/ohci-lh7a404.c index 081ec3f5cff4..3959ccc88332 100644 --- a/drivers/usb/host/ohci-lh7a404.c +++ b/drivers/usb/host/ohci-lh7a404.c | |||
@@ -219,7 +219,7 @@ static int ohci_hcd_lh7a404_drv_probe(struct platform_device *pdev) | |||
219 | 219 | ||
220 | static int ohci_hcd_lh7a404_drv_remove(struct platform_device *pdev) | 220 | static int ohci_hcd_lh7a404_drv_remove(struct platform_device *pdev) |
221 | { | 221 | { |
222 | struct usb_hcd *hcd = platform_get_drvdata(dev); | 222 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
223 | 223 | ||
224 | usb_hcd_lh7a404_remove(hcd, pdev); | 224 | usb_hcd_lh7a404_remove(hcd, pdev); |
225 | return 0; | 225 | return 0; |
diff --git a/drivers/usb/host/ohci-ppc-soc.c b/drivers/usb/host/ohci-ppc-soc.c index 18755766e406..2ec6a78bd65e 100644 --- a/drivers/usb/host/ohci-ppc-soc.c +++ b/drivers/usb/host/ohci-ppc-soc.c | |||
@@ -185,7 +185,7 @@ static int ohci_hcd_ppc_soc_drv_probe(struct platform_device *pdev) | |||
185 | 185 | ||
186 | static int ohci_hcd_ppc_soc_drv_remove(struct platform_device *pdev) | 186 | static int ohci_hcd_ppc_soc_drv_remove(struct platform_device *pdev) |
187 | { | 187 | { |
188 | struct usb_hcd *hcd = platform_get_drvdata(dev); | 188 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
189 | 189 | ||
190 | usb_hcd_ppc_soc_remove(hcd, pdev); | 190 | usb_hcd_ppc_soc_remove(hcd, pdev); |
191 | return 0; | 191 | return 0; |
diff --git a/drivers/usb/image/microtek.c b/drivers/usb/image/microtek.c index 61a2604cce4f..950543aa5ac7 100644 --- a/drivers/usb/image/microtek.c +++ b/drivers/usb/image/microtek.c | |||
@@ -327,6 +327,18 @@ static inline void mts_urb_abort(struct mts_desc* desc) { | |||
327 | usb_kill_urb( desc->urb ); | 327 | usb_kill_urb( desc->urb ); |
328 | } | 328 | } |
329 | 329 | ||
330 | static int mts_slave_alloc (struct scsi_device *s) | ||
331 | { | ||
332 | s->inquiry_len = 0x24; | ||
333 | return 0; | ||
334 | } | ||
335 | |||
336 | static int mts_slave_configure (struct scsi_device *s) | ||
337 | { | ||
338 | blk_queue_dma_alignment(s->request_queue, (512 - 1)); | ||
339 | return 0; | ||
340 | } | ||
341 | |||
330 | static int mts_scsi_abort (Scsi_Cmnd *srb) | 342 | static int mts_scsi_abort (Scsi_Cmnd *srb) |
331 | { | 343 | { |
332 | struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); | 344 | struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); |
@@ -411,7 +423,7 @@ static void mts_transfer_done( struct urb *transfer, struct pt_regs *regs ) | |||
411 | MTS_INT_INIT(); | 423 | MTS_INT_INIT(); |
412 | 424 | ||
413 | context->srb->result &= MTS_SCSI_ERR_MASK; | 425 | context->srb->result &= MTS_SCSI_ERR_MASK; |
414 | context->srb->result |= (unsigned)context->status<<1; | 426 | context->srb->result |= (unsigned)(*context->scsi_status)<<1; |
415 | 427 | ||
416 | mts_transfer_cleanup(transfer); | 428 | mts_transfer_cleanup(transfer); |
417 | 429 | ||
@@ -427,7 +439,7 @@ static void mts_get_status( struct urb *transfer ) | |||
427 | mts_int_submit_urb(transfer, | 439 | mts_int_submit_urb(transfer, |
428 | usb_rcvbulkpipe(context->instance->usb_dev, | 440 | usb_rcvbulkpipe(context->instance->usb_dev, |
429 | context->instance->ep_response), | 441 | context->instance->ep_response), |
430 | &context->status, | 442 | context->scsi_status, |
431 | 1, | 443 | 1, |
432 | mts_transfer_done ); | 444 | mts_transfer_done ); |
433 | } | 445 | } |
@@ -481,7 +493,7 @@ static void mts_command_done( struct urb *transfer, struct pt_regs *regs ) | |||
481 | context->data_pipe, | 493 | context->data_pipe, |
482 | context->data, | 494 | context->data, |
483 | context->data_length, | 495 | context->data_length, |
484 | context->srb->use_sg ? mts_do_sg : mts_data_done); | 496 | context->srb->use_sg > 1 ? mts_do_sg : mts_data_done); |
485 | } else { | 497 | } else { |
486 | mts_get_status(transfer); | 498 | mts_get_status(transfer); |
487 | } | 499 | } |
@@ -627,7 +639,6 @@ int mts_scsi_queuecommand( Scsi_Cmnd *srb, mts_scsi_cmnd_callback callback ) | |||
627 | callback(srb); | 639 | callback(srb); |
628 | 640 | ||
629 | } | 641 | } |
630 | |||
631 | out: | 642 | out: |
632 | return err; | 643 | return err; |
633 | } | 644 | } |
@@ -645,6 +656,9 @@ static struct scsi_host_template mts_scsi_host_template = { | |||
645 | .cmd_per_lun = 1, | 656 | .cmd_per_lun = 1, |
646 | .use_clustering = 1, | 657 | .use_clustering = 1, |
647 | .emulated = 1, | 658 | .emulated = 1, |
659 | .slave_alloc = mts_slave_alloc, | ||
660 | .slave_configure = mts_slave_configure, | ||
661 | .max_sectors= 256, /* 128 K */ | ||
648 | }; | 662 | }; |
649 | 663 | ||
650 | struct vendor_product | 664 | struct vendor_product |
@@ -771,8 +785,8 @@ static int mts_usb_probe(struct usb_interface *intf, | |||
771 | MTS_WARNING( "couldn't find an output bulk endpoint. Bailing out.\n" ); | 785 | MTS_WARNING( "couldn't find an output bulk endpoint. Bailing out.\n" ); |
772 | return -ENODEV; | 786 | return -ENODEV; |
773 | } | 787 | } |
774 | 788 | ||
775 | 789 | ||
776 | new_desc = kzalloc(sizeof(struct mts_desc), GFP_KERNEL); | 790 | new_desc = kzalloc(sizeof(struct mts_desc), GFP_KERNEL); |
777 | if (!new_desc) | 791 | if (!new_desc) |
778 | goto out; | 792 | goto out; |
@@ -781,6 +795,10 @@ static int mts_usb_probe(struct usb_interface *intf, | |||
781 | if (!new_desc->urb) | 795 | if (!new_desc->urb) |
782 | goto out_kfree; | 796 | goto out_kfree; |
783 | 797 | ||
798 | new_desc->context.scsi_status = kmalloc(1, GFP_KERNEL); | ||
799 | if (!new_desc->context.scsi_status) | ||
800 | goto out_kfree2; | ||
801 | |||
784 | new_desc->usb_dev = dev; | 802 | new_desc->usb_dev = dev; |
785 | new_desc->usb_intf = intf; | 803 | new_desc->usb_intf = intf; |
786 | init_MUTEX(&new_desc->lock); | 804 | init_MUTEX(&new_desc->lock); |
@@ -817,6 +835,8 @@ static int mts_usb_probe(struct usb_interface *intf, | |||
817 | usb_set_intfdata(intf, new_desc); | 835 | usb_set_intfdata(intf, new_desc); |
818 | return 0; | 836 | return 0; |
819 | 837 | ||
838 | out_kfree2: | ||
839 | kfree(new_desc->context.scsi_status); | ||
820 | out_free_urb: | 840 | out_free_urb: |
821 | usb_free_urb(new_desc->urb); | 841 | usb_free_urb(new_desc->urb); |
822 | out_kfree: | 842 | out_kfree: |
@@ -836,6 +856,7 @@ static void mts_usb_disconnect (struct usb_interface *intf) | |||
836 | 856 | ||
837 | scsi_host_put(desc->host); | 857 | scsi_host_put(desc->host); |
838 | usb_free_urb(desc->urb); | 858 | usb_free_urb(desc->urb); |
859 | kfree(desc->context.scsi_status); | ||
839 | kfree(desc); | 860 | kfree(desc); |
840 | } | 861 | } |
841 | 862 | ||
@@ -856,5 +877,3 @@ module_exit(microtek_drv_exit); | |||
856 | MODULE_AUTHOR( DRIVER_AUTHOR ); | 877 | MODULE_AUTHOR( DRIVER_AUTHOR ); |
857 | MODULE_DESCRIPTION( DRIVER_DESC ); | 878 | MODULE_DESCRIPTION( DRIVER_DESC ); |
858 | MODULE_LICENSE("GPL"); | 879 | MODULE_LICENSE("GPL"); |
859 | |||
860 | |||
diff --git a/drivers/usb/image/microtek.h b/drivers/usb/image/microtek.h index 3271deb8c001..926d4bdc6746 100644 --- a/drivers/usb/image/microtek.h +++ b/drivers/usb/image/microtek.h | |||
@@ -22,7 +22,7 @@ struct mts_transfer_context | |||
22 | int data_pipe; | 22 | int data_pipe; |
23 | int fragment; | 23 | int fragment; |
24 | 24 | ||
25 | u8 status; /* status returned from ep_response after command completion */ | 25 | u8 *scsi_status; /* status returned from ep_response after command completion */ |
26 | }; | 26 | }; |
27 | 27 | ||
28 | 28 | ||
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index 5e03b93f29f6..07cb17db42fc 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile | |||
@@ -42,3 +42,7 @@ obj-$(CONFIG_USB_ACECAD) += acecad.o | |||
42 | obj-$(CONFIG_USB_YEALINK) += yealink.o | 42 | obj-$(CONFIG_USB_YEALINK) += yealink.o |
43 | obj-$(CONFIG_USB_XPAD) += xpad.o | 43 | obj-$(CONFIG_USB_XPAD) += xpad.o |
44 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o | 44 | obj-$(CONFIG_USB_APPLETOUCH) += appletouch.o |
45 | |||
46 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
47 | EXTRA_CFLAGS += -DDEBUG | ||
48 | endif | ||
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 79ddce4555ab..45f3130fadea 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
@@ -1318,6 +1318,7 @@ void hid_init_reports(struct hid_device *hid) | |||
1318 | #define USB_DEVICE_ID_WACOM_PTU 0x0003 | 1318 | #define USB_DEVICE_ID_WACOM_PTU 0x0003 |
1319 | #define USB_DEVICE_ID_WACOM_INTUOS3 0x00B0 | 1319 | #define USB_DEVICE_ID_WACOM_INTUOS3 0x00B0 |
1320 | #define USB_DEVICE_ID_WACOM_CINTIQ 0x003F | 1320 | #define USB_DEVICE_ID_WACOM_CINTIQ 0x003F |
1321 | #define USB_DEVICE_ID_WACOM_DTF 0x00C0 | ||
1321 | 1322 | ||
1322 | #define USB_VENDOR_ID_ACECAD 0x0460 | 1323 | #define USB_VENDOR_ID_ACECAD 0x0460 |
1323 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 | 1324 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 |
@@ -1524,6 +1525,9 @@ static struct hid_blacklist { | |||
1524 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 3, HID_QUIRK_IGNORE }, | 1525 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 3, HID_QUIRK_IGNORE }, |
1525 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 4, HID_QUIRK_IGNORE }, | 1526 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 4, HID_QUIRK_IGNORE }, |
1526 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 5, HID_QUIRK_IGNORE }, | 1527 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 5, HID_QUIRK_IGNORE }, |
1528 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 7, HID_QUIRK_IGNORE }, | ||
1529 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 8, HID_QUIRK_IGNORE }, | ||
1530 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 9, HID_QUIRK_IGNORE }, | ||
1527 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 1, HID_QUIRK_IGNORE }, | 1531 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 1, HID_QUIRK_IGNORE }, |
1528 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 2, HID_QUIRK_IGNORE }, | 1532 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 2, HID_QUIRK_IGNORE }, |
1529 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 3, HID_QUIRK_IGNORE }, | 1533 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 3, HID_QUIRK_IGNORE }, |
@@ -1531,11 +1535,19 @@ static struct hid_blacklist { | |||
1531 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 5, HID_QUIRK_IGNORE }, | 1535 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 5, HID_QUIRK_IGNORE }, |
1532 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 7, HID_QUIRK_IGNORE }, | 1536 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 7, HID_QUIRK_IGNORE }, |
1533 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO, HID_QUIRK_IGNORE }, | 1537 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO, HID_QUIRK_IGNORE }, |
1538 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 1, HID_QUIRK_IGNORE }, | ||
1539 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 2, HID_QUIRK_IGNORE }, | ||
1540 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 3, HID_QUIRK_IGNORE }, | ||
1541 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 4, HID_QUIRK_IGNORE }, | ||
1542 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 5, HID_QUIRK_IGNORE }, | ||
1543 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 6, HID_QUIRK_IGNORE }, | ||
1534 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PTU, HID_QUIRK_IGNORE }, | 1544 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PTU, HID_QUIRK_IGNORE }, |
1535 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3, HID_QUIRK_IGNORE }, | 1545 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3, HID_QUIRK_IGNORE }, |
1536 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 1, HID_QUIRK_IGNORE }, | 1546 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 1, HID_QUIRK_IGNORE }, |
1537 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 2, HID_QUIRK_IGNORE }, | 1547 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 2, HID_QUIRK_IGNORE }, |
1548 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 5, HID_QUIRK_IGNORE }, | ||
1538 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_CINTIQ, HID_QUIRK_IGNORE }, | 1549 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_CINTIQ, HID_QUIRK_IGNORE }, |
1550 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_DTF, HID_QUIRK_IGNORE }, | ||
1539 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 1551 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, |
1540 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 1552 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, |
1541 | 1553 | ||
diff --git a/drivers/usb/input/itmtouch.c b/drivers/usb/input/itmtouch.c index 3b581853cf10..4a50acb39d29 100644 --- a/drivers/usb/input/itmtouch.c +++ b/drivers/usb/input/itmtouch.c | |||
@@ -40,13 +40,6 @@ | |||
40 | *****************************************************************************/ | 40 | *****************************************************************************/ |
41 | 41 | ||
42 | #include <linux/config.h> | 42 | #include <linux/config.h> |
43 | |||
44 | #ifdef CONFIG_USB_DEBUG | ||
45 | #define DEBUG | ||
46 | #else | ||
47 | #undef DEBUG | ||
48 | #endif | ||
49 | |||
50 | #include <linux/kernel.h> | 43 | #include <linux/kernel.h> |
51 | #include <linux/slab.h> | 44 | #include <linux/slab.h> |
52 | #include <linux/input.h> | 45 | #include <linux/input.h> |
diff --git a/drivers/usb/input/keyspan_remote.c b/drivers/usb/input/keyspan_remote.c index 5b8d65f62abf..a32cfe51b77d 100644 --- a/drivers/usb/input/keyspan_remote.c +++ b/drivers/usb/input/keyspan_remote.c | |||
@@ -160,7 +160,8 @@ static int keyspan_load_tester(struct usb_keyspan* dev, int bits_needed) | |||
160 | * though so it's not too big a deal | 160 | * though so it's not too big a deal |
161 | */ | 161 | */ |
162 | if (dev->data.pos >= dev->data.len) { | 162 | if (dev->data.pos >= dev->data.len) { |
163 | dev_dbg(&dev->udev, "%s - Error ran out of data. pos: %d, len: %d\n", | 163 | dev_dbg(&dev->udev->dev, |
164 | "%s - Error ran out of data. pos: %d, len: %d\n", | ||
164 | __FUNCTION__, dev->data.pos, dev->data.len); | 165 | __FUNCTION__, dev->data.pos, dev->data.len); |
165 | return -1; | 166 | return -1; |
166 | } | 167 | } |
@@ -306,7 +307,7 @@ static void keyspan_check_data(struct usb_keyspan *remote, struct pt_regs *regs) | |||
306 | err("Bad message recieved, no stop bit found.\n"); | 307 | err("Bad message recieved, no stop bit found.\n"); |
307 | } | 308 | } |
308 | 309 | ||
309 | dev_dbg(&remote->udev, | 310 | dev_dbg(&remote->udev->dev, |
310 | "%s found valid message: system: %d, button: %d, toggle: %d\n", | 311 | "%s found valid message: system: %d, button: %d, toggle: %d\n", |
311 | __FUNCTION__, message.system, message.button, message.toggle); | 312 | __FUNCTION__, message.system, message.button, message.toggle); |
312 | 313 | ||
diff --git a/drivers/usb/input/mtouchusb.c b/drivers/usb/input/mtouchusb.c index 7fce526560ca..52cc18cd247d 100644 --- a/drivers/usb/input/mtouchusb.c +++ b/drivers/usb/input/mtouchusb.c | |||
@@ -40,13 +40,6 @@ | |||
40 | *****************************************************************************/ | 40 | *****************************************************************************/ |
41 | 41 | ||
42 | #include <linux/config.h> | 42 | #include <linux/config.h> |
43 | |||
44 | #ifdef CONFIG_USB_DEBUG | ||
45 | #define DEBUG | ||
46 | #else | ||
47 | #undef DEBUG | ||
48 | #endif | ||
49 | |||
50 | #include <linux/kernel.h> | 43 | #include <linux/kernel.h> |
51 | #include <linux/slab.h> | 44 | #include <linux/slab.h> |
52 | #include <linux/input.h> | 45 | #include <linux/input.h> |
diff --git a/drivers/usb/input/pid.c b/drivers/usb/input/pid.c index dca5ee93a4ef..19e015d171aa 100644 --- a/drivers/usb/input/pid.c +++ b/drivers/usb/input/pid.c | |||
@@ -37,8 +37,6 @@ | |||
37 | #include "hid.h" | 37 | #include "hid.h" |
38 | #include "pid.h" | 38 | #include "pid.h" |
39 | 39 | ||
40 | #define DEBUG | ||
41 | |||
42 | #define CHECK_OWNERSHIP(i, hid_pid) \ | 40 | #define CHECK_OWNERSHIP(i, hid_pid) \ |
43 | ((i) < FF_EFFECTS_MAX && i >= 0 && \ | 41 | ((i) < FF_EFFECTS_MAX && i >= 0 && \ |
44 | test_bit(FF_PID_FLAGS_USED, &hid_pid->effects[(i)].flags) && \ | 42 | test_bit(FF_PID_FLAGS_USED, &hid_pid->effects[(i)].flags) && \ |
diff --git a/drivers/usb/input/touchkitusb.c b/drivers/usb/input/touchkitusb.c index 0043e6ebcd1f..7420c6b84284 100644 --- a/drivers/usb/input/touchkitusb.c +++ b/drivers/usb/input/touchkitusb.c | |||
@@ -30,10 +30,6 @@ | |||
30 | #include <linux/input.h> | 30 | #include <linux/input.h> |
31 | #include <linux/module.h> | 31 | #include <linux/module.h> |
32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
33 | |||
34 | #if !defined(DEBUG) && defined(CONFIG_USB_DEBUG) | ||
35 | #define DEBUG | ||
36 | #endif | ||
37 | #include <linux/usb.h> | 33 | #include <linux/usb.h> |
38 | #include <linux/usb_input.h> | 34 | #include <linux/usb_input.h> |
39 | 35 | ||
diff --git a/drivers/usb/input/wacom.c b/drivers/usb/input/wacom.c index ea0f75773ae1..aea1cfae34cc 100644 --- a/drivers/usb/input/wacom.c +++ b/drivers/usb/input/wacom.c | |||
@@ -52,8 +52,10 @@ | |||
52 | * v1.30.1 (pi) - Added Graphire3 support | 52 | * v1.30.1 (pi) - Added Graphire3 support |
53 | * v1.40 (pc) - Add support for several new devices, fix eraser reporting, ... | 53 | * v1.40 (pc) - Add support for several new devices, fix eraser reporting, ... |
54 | * v1.43 (pc) - Added support for Cintiq 21UX | 54 | * v1.43 (pc) - Added support for Cintiq 21UX |
55 | - Fixed a Graphire bug | 55 | * - Fixed a Graphire bug |
56 | - Merged wacom_intuos3_irq into wacom_intuos_irq | 56 | * - Merged wacom_intuos3_irq into wacom_intuos_irq |
57 | * v1.44 (pc) - Added support for Graphire4, Cintiq 710, Intuos3 6x11, etc. | ||
58 | * - Report Device IDs | ||
57 | */ | 59 | */ |
58 | 60 | ||
59 | /* | 61 | /* |
@@ -76,7 +78,7 @@ | |||
76 | /* | 78 | /* |
77 | * Version Information | 79 | * Version Information |
78 | */ | 80 | */ |
79 | #define DRIVER_VERSION "v1.43" | 81 | #define DRIVER_VERSION "v1.44" |
80 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" | 82 | #define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>" |
81 | #define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver" | 83 | #define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver" |
82 | #define DRIVER_LICENSE "GPL" | 84 | #define DRIVER_LICENSE "GPL" |
@@ -86,10 +88,14 @@ MODULE_DESCRIPTION(DRIVER_DESC); | |||
86 | MODULE_LICENSE(DRIVER_LICENSE); | 88 | MODULE_LICENSE(DRIVER_LICENSE); |
87 | 89 | ||
88 | #define USB_VENDOR_ID_WACOM 0x056a | 90 | #define USB_VENDOR_ID_WACOM 0x056a |
91 | #define STYLUS_DEVICE_ID 0x02 | ||
92 | #define CURSOR_DEVICE_ID 0x06 | ||
93 | #define ERASER_DEVICE_ID 0x0A | ||
89 | 94 | ||
90 | enum { | 95 | enum { |
91 | PENPARTNER = 0, | 96 | PENPARTNER = 0, |
92 | GRAPHIRE, | 97 | GRAPHIRE, |
98 | G4, | ||
93 | PL, | 99 | PL, |
94 | INTUOS, | 100 | INTUOS, |
95 | INTUOS3, | 101 | INTUOS3, |
@@ -116,6 +122,7 @@ struct wacom { | |||
116 | struct urb *irq; | 122 | struct urb *irq; |
117 | struct wacom_features *features; | 123 | struct wacom_features *features; |
118 | int tool[2]; | 124 | int tool[2]; |
125 | int id[2]; | ||
119 | __u32 serial[2]; | 126 | __u32 serial[2]; |
120 | char phys[32]; | 127 | char phys[32]; |
121 | }; | 128 | }; |
@@ -136,7 +143,7 @@ static void wacom_pl_irq(struct urb *urb, struct pt_regs *regs) | |||
136 | struct wacom *wacom = urb->context; | 143 | struct wacom *wacom = urb->context; |
137 | unsigned char *data = wacom->data; | 144 | unsigned char *data = wacom->data; |
138 | struct input_dev *dev = wacom->dev; | 145 | struct input_dev *dev = wacom->dev; |
139 | int prox, pressure; | 146 | int prox, pressure, id; |
140 | int retval; | 147 | int retval; |
141 | 148 | ||
142 | switch (urb->status) { | 149 | switch (urb->status) { |
@@ -163,6 +170,7 @@ static void wacom_pl_irq(struct urb *urb, struct pt_regs *regs) | |||
163 | 170 | ||
164 | input_regs(dev, regs); | 171 | input_regs(dev, regs); |
165 | 172 | ||
173 | id = ERASER_DEVICE_ID; | ||
166 | if (prox) { | 174 | if (prox) { |
167 | 175 | ||
168 | pressure = (signed char)((data[7] << 1) | ((data[4] >> 2) & 1)); | 176 | pressure = (signed char)((data[7] << 1) | ((data[4] >> 2) & 1)); |
@@ -177,11 +185,15 @@ static void wacom_pl_irq(struct urb *urb, struct pt_regs *regs) | |||
177 | * an out of proximity for previous tool then a in for new tool. | 185 | * an out of proximity for previous tool then a in for new tool. |
178 | */ | 186 | */ |
179 | if (!wacom->tool[0]) { | 187 | if (!wacom->tool[0]) { |
180 | /* Going into proximity select tool */ | 188 | /* Eraser bit set for DTF */ |
181 | wacom->tool[1] = (data[4] & 0x20)? BTN_TOOL_RUBBER : BTN_TOOL_PEN; | 189 | if (data[1] & 0x10) |
190 | wacom->tool[1] = BTN_TOOL_RUBBER; | ||
191 | else | ||
192 | /* Going into proximity select tool */ | ||
193 | wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; | ||
182 | } else { | 194 | } else { |
183 | /* was entered with stylus2 pressed */ | 195 | /* was entered with stylus2 pressed */ |
184 | if (wacom->tool[1] == BTN_TOOL_RUBBER && !(data[4] & 0x20) ) { | 196 | if (wacom->tool[1] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) { |
185 | /* report out proximity for previous tool */ | 197 | /* report out proximity for previous tool */ |
186 | input_report_key(dev, wacom->tool[1], 0); | 198 | input_report_key(dev, wacom->tool[1], 0); |
187 | input_sync(dev); | 199 | input_sync(dev); |
@@ -192,8 +204,9 @@ static void wacom_pl_irq(struct urb *urb, struct pt_regs *regs) | |||
192 | if (wacom->tool[1] != BTN_TOOL_RUBBER) { | 204 | if (wacom->tool[1] != BTN_TOOL_RUBBER) { |
193 | /* Unknown tool selected default to pen tool */ | 205 | /* Unknown tool selected default to pen tool */ |
194 | wacom->tool[1] = BTN_TOOL_PEN; | 206 | wacom->tool[1] = BTN_TOOL_PEN; |
207 | id = STYLUS_DEVICE_ID; | ||
195 | } | 208 | } |
196 | input_report_key(dev, wacom->tool[1], prox); /* report in proximity for tool */ | 209 | input_report_key(dev, wacom->tool[1], id); /* report in proximity for tool */ |
197 | input_report_abs(dev, ABS_X, data[3] | (data[2] << 7) | ((data[1] & 0x03) << 14)); | 210 | input_report_abs(dev, ABS_X, data[3] | (data[2] << 7) | ((data[1] & 0x03) << 14)); |
198 | input_report_abs(dev, ABS_Y, data[6] | (data[5] << 7) | ((data[4] & 0x03) << 14)); | 211 | input_report_abs(dev, ABS_Y, data[6] | (data[5] << 7) | ((data[4] & 0x03) << 14)); |
199 | input_report_abs(dev, ABS_PRESSURE, pressure); | 212 | input_report_abs(dev, ABS_PRESSURE, pressure); |
@@ -250,10 +263,10 @@ static void wacom_ptu_irq(struct urb *urb, struct pt_regs *regs) | |||
250 | 263 | ||
251 | input_regs(dev, regs); | 264 | input_regs(dev, regs); |
252 | if (data[1] & 0x04) { | 265 | if (data[1] & 0x04) { |
253 | input_report_key(dev, BTN_TOOL_RUBBER, data[1] & 0x20); | 266 | input_report_key(dev, BTN_TOOL_RUBBER, (data[1] & 0x20) ? ERASER_DEVICE_ID : 0); |
254 | input_report_key(dev, BTN_TOUCH, data[1] & 0x08); | 267 | input_report_key(dev, BTN_TOUCH, data[1] & 0x08); |
255 | } else { | 268 | } else { |
256 | input_report_key(dev, BTN_TOOL_PEN, data[1] & 0x20); | 269 | input_report_key(dev, BTN_TOOL_PEN, (data[1] & 0x20) ? STYLUS_DEVICE_ID : 0); |
257 | input_report_key(dev, BTN_TOUCH, data[1] & 0x01); | 270 | input_report_key(dev, BTN_TOUCH, data[1] & 0x01); |
258 | } | 271 | } |
259 | input_report_abs(dev, ABS_X, le16_to_cpu(*(__le16 *) &data[2])); | 272 | input_report_abs(dev, ABS_X, le16_to_cpu(*(__le16 *) &data[2])); |
@@ -299,7 +312,7 @@ static void wacom_penpartner_irq(struct urb *urb, struct pt_regs *regs) | |||
299 | } | 312 | } |
300 | 313 | ||
301 | input_regs(dev, regs); | 314 | input_regs(dev, regs); |
302 | input_report_key(dev, BTN_TOOL_PEN, 1); | 315 | input_report_key(dev, BTN_TOOL_PEN, STYLUS_DEVICE_ID); |
303 | input_report_abs(dev, ABS_X, le16_to_cpu(*(__le16 *) &data[1])); | 316 | input_report_abs(dev, ABS_X, le16_to_cpu(*(__le16 *) &data[1])); |
304 | input_report_abs(dev, ABS_Y, le16_to_cpu(*(__le16 *) &data[3])); | 317 | input_report_abs(dev, ABS_Y, le16_to_cpu(*(__le16 *) &data[3])); |
305 | input_report_abs(dev, ABS_PRESSURE, (signed char)data[6] + 127); | 318 | input_report_abs(dev, ABS_PRESSURE, (signed char)data[6] + 127); |
@@ -319,7 +332,7 @@ static void wacom_graphire_irq(struct urb *urb, struct pt_regs *regs) | |||
319 | struct wacom *wacom = urb->context; | 332 | struct wacom *wacom = urb->context; |
320 | unsigned char *data = wacom->data; | 333 | unsigned char *data = wacom->data; |
321 | struct input_dev *dev = wacom->dev; | 334 | struct input_dev *dev = wacom->dev; |
322 | int x, y; | 335 | int x, y, id, rw; |
323 | int retval; | 336 | int retval; |
324 | 337 | ||
325 | switch (urb->status) { | 338 | switch (urb->status) { |
@@ -344,6 +357,7 @@ static void wacom_graphire_irq(struct urb *urb, struct pt_regs *regs) | |||
344 | 357 | ||
345 | input_regs(dev, regs); | 358 | input_regs(dev, regs); |
346 | 359 | ||
360 | id = STYLUS_DEVICE_ID; | ||
347 | if (data[1] & 0x10) { /* in prox */ | 361 | if (data[1] & 0x10) { /* in prox */ |
348 | 362 | ||
349 | switch ((data[1] >> 5) & 3) { | 363 | switch ((data[1] >> 5) & 3) { |
@@ -354,18 +368,27 @@ static void wacom_graphire_irq(struct urb *urb, struct pt_regs *regs) | |||
354 | 368 | ||
355 | case 1: /* Rubber */ | 369 | case 1: /* Rubber */ |
356 | wacom->tool[0] = BTN_TOOL_RUBBER; | 370 | wacom->tool[0] = BTN_TOOL_RUBBER; |
371 | id = ERASER_DEVICE_ID; | ||
357 | break; | 372 | break; |
358 | 373 | ||
359 | case 2: /* Mouse with wheel */ | 374 | case 2: /* Mouse with wheel */ |
360 | input_report_key(dev, BTN_MIDDLE, data[1] & 0x04); | 375 | input_report_key(dev, BTN_MIDDLE, data[1] & 0x04); |
361 | input_report_rel(dev, REL_WHEEL, (signed char) data[6]); | 376 | if (wacom->features->type == G4) { |
377 | rw = data[7] & 0x04 ? -(data[7] & 0x03) : (data[7] & 0x03); | ||
378 | input_report_rel(dev, REL_WHEEL, rw); | ||
379 | } else | ||
380 | input_report_rel(dev, REL_WHEEL, (signed char) data[6]); | ||
362 | /* fall through */ | 381 | /* fall through */ |
363 | 382 | ||
364 | case 3: /* Mouse without wheel */ | 383 | case 3: /* Mouse without wheel */ |
365 | wacom->tool[0] = BTN_TOOL_MOUSE; | 384 | wacom->tool[0] = BTN_TOOL_MOUSE; |
385 | id = CURSOR_DEVICE_ID; | ||
366 | input_report_key(dev, BTN_LEFT, data[1] & 0x01); | 386 | input_report_key(dev, BTN_LEFT, data[1] & 0x01); |
367 | input_report_key(dev, BTN_RIGHT, data[1] & 0x02); | 387 | input_report_key(dev, BTN_RIGHT, data[1] & 0x02); |
368 | input_report_abs(dev, ABS_DISTANCE, data[7]); | 388 | if (wacom->features->type == G4) |
389 | input_report_abs(dev, ABS_DISTANCE, data[6]); | ||
390 | else | ||
391 | input_report_abs(dev, ABS_DISTANCE, data[7]); | ||
369 | break; | 392 | break; |
370 | } | 393 | } |
371 | } | 394 | } |
@@ -376,16 +399,50 @@ static void wacom_graphire_irq(struct urb *urb, struct pt_regs *regs) | |||
376 | input_report_abs(dev, ABS_X, x); | 399 | input_report_abs(dev, ABS_X, x); |
377 | input_report_abs(dev, ABS_Y, y); | 400 | input_report_abs(dev, ABS_Y, y); |
378 | if (wacom->tool[0] != BTN_TOOL_MOUSE) { | 401 | if (wacom->tool[0] != BTN_TOOL_MOUSE) { |
379 | input_report_abs(dev, ABS_PRESSURE, le16_to_cpu(*(__le16 *) &data[6])); | 402 | input_report_abs(dev, ABS_PRESSURE, data[6] | ((data[7] & 0x01) << 8)); |
380 | input_report_key(dev, BTN_TOUCH, data[1] & 0x01); | 403 | input_report_key(dev, BTN_TOUCH, data[1] & 0x01); |
381 | input_report_key(dev, BTN_STYLUS, data[1] & 0x02); | 404 | input_report_key(dev, BTN_STYLUS, data[1] & 0x02); |
382 | input_report_key(dev, BTN_STYLUS2, data[1] & 0x04); | 405 | input_report_key(dev, BTN_STYLUS2, data[1] & 0x04); |
383 | } | 406 | } |
384 | } | 407 | } |
385 | 408 | ||
386 | input_report_key(dev, wacom->tool[0], data[1] & 0x10); | 409 | input_report_key(dev, wacom->tool[0], (data[1] & 0x10) ? id : 0); |
387 | input_sync(dev); | 410 | input_sync(dev); |
388 | 411 | ||
412 | /* send pad data */ | ||
413 | if (wacom->features->type == G4) { | ||
414 | /* fist time sending pad data */ | ||
415 | if (wacom->tool[1] != BTN_TOOL_FINGER) { | ||
416 | wacom->id[1] = 0; | ||
417 | wacom->serial[1] = (data[7] & 0x38) >> 2; | ||
418 | } | ||
419 | if (data[7] & 0xf8) { | ||
420 | input_report_key(dev, BTN_0, (data[7] & 0x40)); | ||
421 | input_report_key(dev, BTN_4, (data[7] & 0x80)); | ||
422 | if (((data[7] & 0x38) >> 2) == (wacom->serial[1] & 0x0e)) | ||
423 | /* alter REL_WHEEL value so X apps can get it */ | ||
424 | wacom->serial[1] += (wacom->serial[1] & 0x01) ? -1 : 1; | ||
425 | else | ||
426 | wacom->serial[1] = (data[7] & 0x38 ) >> 2; | ||
427 | |||
428 | /* don't alter the value when there is no wheel event */ | ||
429 | if (wacom->serial[1] == 1) | ||
430 | wacom->serial[1] = 0; | ||
431 | rw = wacom->serial[1]; | ||
432 | rw = (rw & 0x08) ? -(rw & 0x07) : (rw & 0x07); | ||
433 | input_report_rel(dev, REL_WHEEL, rw); | ||
434 | wacom->tool[1] = BTN_TOOL_FINGER; | ||
435 | wacom->id[1] = data[7] & 0xf8; | ||
436 | input_report_key(dev, wacom->tool[1], 0xf0); | ||
437 | input_event(dev, EV_MSC, MSC_SERIAL, 0xf0); | ||
438 | } else if (wacom->id[1]) { | ||
439 | wacom->id[1] = 0; | ||
440 | wacom->serial[1] = 0; | ||
441 | input_report_key(dev, wacom->tool[1], 0); | ||
442 | input_event(dev, EV_MSC, MSC_SERIAL, 0xf0); | ||
443 | } | ||
444 | input_sync(dev); | ||
445 | } | ||
389 | exit: | 446 | exit: |
390 | retval = usb_submit_urb (urb, GFP_ATOMIC); | 447 | retval = usb_submit_urb (urb, GFP_ATOMIC); |
391 | if (retval) | 448 | if (retval) |
@@ -410,7 +467,8 @@ static int wacom_intuos_inout(struct urb *urb) | |||
410 | (data[4] << 20) + (data[5] << 12) + | 467 | (data[4] << 20) + (data[5] << 12) + |
411 | (data[6] << 4) + (data[7] >> 4); | 468 | (data[6] << 4) + (data[7] >> 4); |
412 | 469 | ||
413 | switch ((data[2] << 4) | (data[3] >> 4)) { | 470 | wacom->id[idx] = (data[2] << 4) | (data[3] >> 4); |
471 | switch (wacom->id[idx]) { | ||
414 | case 0x812: /* Inking pen */ | 472 | case 0x812: /* Inking pen */ |
415 | case 0x801: /* Intuos3 Inking pen */ | 473 | case 0x801: /* Intuos3 Inking pen */ |
416 | case 0x012: | 474 | case 0x012: |
@@ -458,7 +516,7 @@ static int wacom_intuos_inout(struct urb *urb) | |||
458 | default: /* Unknown tool */ | 516 | default: /* Unknown tool */ |
459 | wacom->tool[idx] = BTN_TOOL_PEN; | 517 | wacom->tool[idx] = BTN_TOOL_PEN; |
460 | } | 518 | } |
461 | input_report_key(dev, wacom->tool[idx], 1); | 519 | input_report_key(dev, wacom->tool[idx], wacom->id[idx]); |
462 | input_event(dev, EV_MSC, MSC_SERIAL, wacom->serial[idx]); | 520 | input_event(dev, EV_MSC, MSC_SERIAL, wacom->serial[idx]); |
463 | input_sync(dev); | 521 | input_sync(dev); |
464 | return 1; | 522 | return 1; |
@@ -637,7 +695,7 @@ static void wacom_intuos_irq(struct urb *urb, struct pt_regs *regs) | |||
637 | } | 695 | } |
638 | } | 696 | } |
639 | 697 | ||
640 | input_report_key(dev, wacom->tool[idx], 1); | 698 | input_report_key(dev, wacom->tool[idx], wacom->id[idx]); |
641 | input_event(dev, EV_MSC, MSC_SERIAL, wacom->serial[idx]); | 699 | input_event(dev, EV_MSC, MSC_SERIAL, wacom->serial[idx]); |
642 | input_sync(dev); | 700 | input_sync(dev); |
643 | 701 | ||
@@ -655,6 +713,13 @@ static struct wacom_features wacom_features[] = { | |||
655 | { "Wacom Graphire2 5x7", 8, 13918, 10206, 511, 32, GRAPHIRE, wacom_graphire_irq }, | 713 | { "Wacom Graphire2 5x7", 8, 13918, 10206, 511, 32, GRAPHIRE, wacom_graphire_irq }, |
656 | { "Wacom Graphire3", 8, 10208, 7424, 511, 32, GRAPHIRE, wacom_graphire_irq }, | 714 | { "Wacom Graphire3", 8, 10208, 7424, 511, 32, GRAPHIRE, wacom_graphire_irq }, |
657 | { "Wacom Graphire3 6x8", 8, 16704, 12064, 511, 32, GRAPHIRE, wacom_graphire_irq }, | 715 | { "Wacom Graphire3 6x8", 8, 16704, 12064, 511, 32, GRAPHIRE, wacom_graphire_irq }, |
716 | { "Wacom Graphire4 4x5", 8, 10208, 7424, 511, 32, G4, wacom_graphire_irq }, | ||
717 | { "Wacom Graphire4 6x8", 8, 16704, 12064, 511, 32, G4, wacom_graphire_irq }, | ||
718 | { "Wacom Volito", 8, 5104, 3712, 511, 32, GRAPHIRE, wacom_graphire_irq }, | ||
719 | { "Wacom PenStation2", 8, 3250, 2320, 255, 32, GRAPHIRE, wacom_graphire_irq }, | ||
720 | { "Wacom Volito2 4x5", 8, 5104, 3712, 511, 32, GRAPHIRE, wacom_graphire_irq }, | ||
721 | { "Wacom Volito2 2x3", 8, 3248, 2320, 511, 32, GRAPHIRE, wacom_graphire_irq }, | ||
722 | { "Wacom PenPartner2", 8, 3250, 2320, 255, 32, GRAPHIRE, wacom_graphire_irq }, | ||
658 | { "Wacom Intuos 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, | 723 | { "Wacom Intuos 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, |
659 | { "Wacom Intuos 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, | 724 | { "Wacom Intuos 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, |
660 | { "Wacom Intuos 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, | 725 | { "Wacom Intuos 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, |
@@ -666,16 +731,20 @@ static struct wacom_features wacom_features[] = { | |||
666 | { "Wacom PL600SX", 8, 6260, 5016, 255, 32, PL, wacom_pl_irq }, | 731 | { "Wacom PL600SX", 8, 6260, 5016, 255, 32, PL, wacom_pl_irq }, |
667 | { "Wacom PL550", 8, 6144, 4608, 511, 32, PL, wacom_pl_irq }, | 732 | { "Wacom PL550", 8, 6144, 4608, 511, 32, PL, wacom_pl_irq }, |
668 | { "Wacom PL800", 8, 7220, 5780, 511, 32, PL, wacom_pl_irq }, | 733 | { "Wacom PL800", 8, 7220, 5780, 511, 32, PL, wacom_pl_irq }, |
734 | { "Wacom PL700", 8, 6758, 5406, 511, 32, PL, wacom_pl_irq }, | ||
735 | { "Wacom PL510", 8, 6282, 4762, 511, 32, PL, wacom_pl_irq }, | ||
736 | { "Wacom PL710", 8, 34080, 27660, 511, 32, PL, wacom_pl_irq }, | ||
737 | { "Wacom DTF720", 8, 6858, 5506, 511, 32, PL, wacom_pl_irq }, | ||
738 | { "Wacom Cintiq Partner",8, 20480, 15360, 511, 32, PL, wacom_ptu_irq }, | ||
669 | { "Wacom Intuos2 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, | 739 | { "Wacom Intuos2 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, |
670 | { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, | 740 | { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, |
671 | { "Wacom Intuos2 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, | 741 | { "Wacom Intuos2 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, |
672 | { "Wacom Intuos2 12x12", 10, 30480, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, | 742 | { "Wacom Intuos2 12x12", 10, 30480, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, |
673 | { "Wacom Intuos2 12x18", 10, 45720, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, | 743 | { "Wacom Intuos2 12x18", 10, 45720, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, |
674 | { "Wacom Volito", 8, 5104, 3712, 511, 32, GRAPHIRE, wacom_graphire_irq }, | ||
675 | { "Wacom Cintiq Partner",8, 20480, 15360, 511, 32, PL, wacom_ptu_irq }, | ||
676 | { "Wacom Intuos3 4x5", 10, 25400, 20320, 1023, 15, INTUOS3, wacom_intuos_irq }, | 744 | { "Wacom Intuos3 4x5", 10, 25400, 20320, 1023, 15, INTUOS3, wacom_intuos_irq }, |
677 | { "Wacom Intuos3 6x8", 10, 40640, 30480, 1023, 15, INTUOS3, wacom_intuos_irq }, | 745 | { "Wacom Intuos3 6x8", 10, 40640, 30480, 1023, 15, INTUOS3, wacom_intuos_irq }, |
678 | { "Wacom Intuos3 9x12", 10, 60960, 45720, 1023, 15, INTUOS3, wacom_intuos_irq }, | 746 | { "Wacom Intuos3 9x12", 10, 60960, 45720, 1023, 15, INTUOS3, wacom_intuos_irq }, |
747 | { "Wacom Intuos3 6x11", 10, 54204, 31750, 1023, 15, INTUOS3, wacom_intuos_irq }, | ||
679 | { "Wacom Cintiq 21UX", 10, 87200, 65600, 1023, 15, CINTIQ, wacom_intuos_irq }, | 748 | { "Wacom Cintiq 21UX", 10, 87200, 65600, 1023, 15, CINTIQ, wacom_intuos_irq }, |
680 | { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, | 749 | { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, |
681 | { } | 750 | { } |
@@ -688,6 +757,13 @@ static struct usb_device_id wacom_ids[] = { | |||
688 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x12) }, | 757 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x12) }, |
689 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x13) }, | 758 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x13) }, |
690 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x14) }, | 759 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x14) }, |
760 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x15) }, | ||
761 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x16) }, | ||
762 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x60) }, | ||
763 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x61) }, | ||
764 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x62) }, | ||
765 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x63) }, | ||
766 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x64) }, | ||
691 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x20) }, | 767 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x20) }, |
692 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x21) }, | 768 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x21) }, |
693 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x22) }, | 769 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x22) }, |
@@ -699,16 +775,20 @@ static struct usb_device_id wacom_ids[] = { | |||
699 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x33) }, | 775 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x33) }, |
700 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x34) }, | 776 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x34) }, |
701 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x35) }, | 777 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x35) }, |
778 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x37) }, | ||
779 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x38) }, | ||
780 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x39) }, | ||
781 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xC0) }, | ||
782 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x03) }, | ||
702 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x41) }, | 783 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x41) }, |
703 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x42) }, | 784 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x42) }, |
704 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x43) }, | 785 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x43) }, |
705 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x44) }, | 786 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x44) }, |
706 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x45) }, | 787 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x45) }, |
707 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x60) }, | ||
708 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x03) }, | ||
709 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB0) }, | 788 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB0) }, |
710 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB1) }, | 789 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB1) }, |
711 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB2) }, | 790 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB2) }, |
791 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xB5) }, | ||
712 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x3F) }, | 792 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x3F) }, |
713 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x47) }, | 793 | { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x47) }, |
714 | { } | 794 | { } |
@@ -779,6 +859,13 @@ static int wacom_probe(struct usb_interface *intf, const struct usb_device_id *i | |||
779 | input_set_abs_params(input_dev, ABS_PRESSURE, 0, wacom->features->pressure_max, 0, 0); | 859 | input_set_abs_params(input_dev, ABS_PRESSURE, 0, wacom->features->pressure_max, 0, 0); |
780 | 860 | ||
781 | switch (wacom->features->type) { | 861 | switch (wacom->features->type) { |
862 | case G4: | ||
863 | input_dev->evbit[0] |= BIT(EV_MSC); | ||
864 | input_dev->mscbit[0] |= BIT(MSC_SERIAL); | ||
865 | input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_FINGER); | ||
866 | input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_0) | BIT(BTN_1) | BIT(BTN_2) | BIT(BTN_3) | BIT(BTN_4) | BIT(BTN_5) | BIT(BTN_6) | BIT(BTN_7); | ||
867 | /* fall through */ | ||
868 | |||
782 | case GRAPHIRE: | 869 | case GRAPHIRE: |
783 | input_dev->evbit[0] |= BIT(EV_REL); | 870 | input_dev->evbit[0] |= BIT(EV_REL); |
784 | input_dev->relbit[0] |= BIT(REL_WHEEL); | 871 | input_dev->relbit[0] |= BIT(REL_WHEEL); |
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 862e40a83689..6c693bc68e2e 100644 --- a/drivers/usb/misc/Makefile +++ b/drivers/usb/misc/Makefile | |||
@@ -18,4 +18,8 @@ obj-$(CONFIG_USB_RIO500) += rio500.o | |||
18 | obj-$(CONFIG_USB_TEST) += usbtest.o | 18 | obj-$(CONFIG_USB_TEST) += usbtest.o |
19 | obj-$(CONFIG_USB_USS720) += uss720.o | 19 | obj-$(CONFIG_USB_USS720) += uss720.o |
20 | 20 | ||
21 | obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga/ \ No newline at end of file | 21 | obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga/ |
22 | |||
23 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
24 | EXTRA_CFLAGS += -DDEBUG | ||
25 | endif | ||
diff --git a/drivers/usb/misc/auerswald.c b/drivers/usb/misc/auerswald.c index 5f33f7c64885..2a28ceeaa66a 100644 --- a/drivers/usb/misc/auerswald.c +++ b/drivers/usb/misc/auerswald.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/module.h> | 30 | #include <linux/module.h> |
31 | #include <linux/init.h> | 31 | #include <linux/init.h> |
32 | #include <linux/wait.h> | 32 | #include <linux/wait.h> |
33 | #undef DEBUG /* include debug macros until it's done */ | ||
34 | #include <linux/usb.h> | 33 | #include <linux/usb.h> |
35 | 34 | ||
36 | /*-------------------------------------------------------------------*/ | 35 | /*-------------------------------------------------------------------*/ |
diff --git a/drivers/usb/misc/phidgetservo.c b/drivers/usb/misc/phidgetservo.c index b84eda631ab5..a30d4a6ee824 100644 --- a/drivers/usb/misc/phidgetservo.c +++ b/drivers/usb/misc/phidgetservo.c | |||
@@ -26,9 +26,6 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/config.h> | 28 | #include <linux/config.h> |
29 | #ifdef CONFIG_USB_DEBUG | ||
30 | #define DEBUG 1 | ||
31 | #endif | ||
32 | #include <linux/kernel.h> | 29 | #include <linux/kernel.h> |
33 | #include <linux/errno.h> | 30 | #include <linux/errno.h> |
34 | #include <linux/init.h> | 31 | #include <linux/init.h> |
diff --git a/drivers/usb/misc/rio500.c b/drivers/usb/misc/rio500.c index 7d02d8ec6b1a..9590dbac5d9a 100644 --- a/drivers/usb/misc/rio500.c +++ b/drivers/usb/misc/rio500.c | |||
@@ -393,7 +393,7 @@ read_rio(struct file *file, char __user *buffer, size_t count, loff_t * ppos) | |||
393 | ibuf, this_read, &partial, | 393 | ibuf, this_read, &partial, |
394 | 8000); | 394 | 8000); |
395 | 395 | ||
396 | dbg(KERN_DEBUG "read stats: result:%d this_read:%u partial:%u", | 396 | dbg("read stats: result:%d this_read:%u partial:%u", |
397 | result, this_read, partial); | 397 | result, this_read, partial); |
398 | 398 | ||
399 | if (partial) { | 399 | if (partial) { |
diff --git a/drivers/usb/misc/usbled.c b/drivers/usb/misc/usbled.c index f6ba4c788dbc..3c93921cb6b3 100644 --- a/drivers/usb/misc/usbled.c +++ b/drivers/usb/misc/usbled.c | |||
@@ -10,9 +10,6 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/config.h> | 12 | #include <linux/config.h> |
13 | #ifdef CONFIG_USB_DEBUG | ||
14 | #define DEBUG 1 | ||
15 | #endif | ||
16 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
17 | #include <linux/errno.h> | 14 | #include <linux/errno.h> |
18 | #include <linux/init.h> | 15 | #include <linux/init.h> |
diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c index 2997f558159b..605a2afe34ed 100644 --- a/drivers/usb/misc/usbtest.c +++ b/drivers/usb/misc/usbtest.c | |||
@@ -1,7 +1,4 @@ | |||
1 | #include <linux/config.h> | 1 | #include <linux/config.h> |
2 | #if !defined (DEBUG) && defined (CONFIG_USB_DEBUG) | ||
3 | # define DEBUG | ||
4 | #endif | ||
5 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
6 | #include <linux/errno.h> | 3 | #include <linux/errno.h> |
7 | #include <linux/init.h> | 4 | #include <linux/init.h> |
diff --git a/drivers/usb/misc/uss720.c b/drivers/usb/misc/uss720.c index 0592cb5e6c4d..1cabe7ed91f5 100644 --- a/drivers/usb/misc/uss720.c +++ b/drivers/usb/misc/uss720.c | |||
@@ -41,8 +41,6 @@ | |||
41 | 41 | ||
42 | /*****************************************************************************/ | 42 | /*****************************************************************************/ |
43 | 43 | ||
44 | #define DEBUG | ||
45 | |||
46 | #include <linux/module.h> | 44 | #include <linux/module.h> |
47 | #include <linux/socket.h> | 45 | #include <linux/socket.h> |
48 | #include <linux/parport.h> | 46 | #include <linux/parport.h> |
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile index 222c0495f791..a21e6eaabaf6 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile | |||
@@ -16,3 +16,7 @@ obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o | |||
16 | obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o | 16 | obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o |
17 | obj-$(CONFIG_USB_USBNET) += usbnet.o | 17 | obj-$(CONFIG_USB_USBNET) += usbnet.o |
18 | obj-$(CONFIG_USB_ZD1201) += zd1201.o | 18 | obj-$(CONFIG_USB_ZD1201) += zd1201.o |
19 | |||
20 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
21 | EXTRA_CFLAGS += -DDEBUG | ||
22 | endif | ||
diff --git a/drivers/usb/net/asix.c b/drivers/usb/net/asix.c index 252a34fbb42c..542120ef1fd2 100644 --- a/drivers/usb/net/asix.c +++ b/drivers/usb/net/asix.c | |||
@@ -23,9 +23,6 @@ | |||
23 | // #define VERBOSE // more; success messages | 23 | // #define VERBOSE // more; success messages |
24 | 24 | ||
25 | #include <linux/config.h> | 25 | #include <linux/config.h> |
26 | #ifdef CONFIG_USB_DEBUG | ||
27 | # define DEBUG | ||
28 | #endif | ||
29 | #include <linux/module.h> | 26 | #include <linux/module.h> |
30 | #include <linux/kmod.h> | 27 | #include <linux/kmod.h> |
31 | #include <linux/sched.h> | 28 | #include <linux/sched.h> |
diff --git a/drivers/usb/net/cdc_ether.c b/drivers/usb/net/cdc_ether.c index 652b04bbf6af..c008c981862b 100644 --- a/drivers/usb/net/cdc_ether.c +++ b/drivers/usb/net/cdc_ether.c | |||
@@ -21,9 +21,6 @@ | |||
21 | // #define VERBOSE // more; success messages | 21 | // #define VERBOSE // more; success messages |
22 | 22 | ||
23 | #include <linux/config.h> | 23 | #include <linux/config.h> |
24 | #ifdef CONFIG_USB_DEBUG | ||
25 | # define DEBUG | ||
26 | #endif | ||
27 | #include <linux/module.h> | 24 | #include <linux/module.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
29 | #include <linux/init.h> | 26 | #include <linux/init.h> |
diff --git a/drivers/usb/net/cdc_subset.c b/drivers/usb/net/cdc_subset.c index f1730b685fd2..f05cfb83c82d 100644 --- a/drivers/usb/net/cdc_subset.c +++ b/drivers/usb/net/cdc_subset.c | |||
@@ -18,9 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/config.h> | 20 | #include <linux/config.h> |
21 | #ifdef CONFIG_USB_DEBUG | ||
22 | # define DEBUG | ||
23 | #endif | ||
24 | #include <linux/module.h> | 21 | #include <linux/module.h> |
25 | #include <linux/kmod.h> | 22 | #include <linux/kmod.h> |
26 | #include <linux/sched.h> | 23 | #include <linux/sched.h> |
diff --git a/drivers/usb/net/gl620a.c b/drivers/usb/net/gl620a.c index c0f263b202a6..2455e9a85674 100644 --- a/drivers/usb/net/gl620a.c +++ b/drivers/usb/net/gl620a.c | |||
@@ -22,9 +22,6 @@ | |||
22 | // #define VERBOSE // more; success messages | 22 | // #define VERBOSE // more; success messages |
23 | 23 | ||
24 | #include <linux/config.h> | 24 | #include <linux/config.h> |
25 | #ifdef CONFIG_USB_DEBUG | ||
26 | # define DEBUG | ||
27 | #endif | ||
28 | #include <linux/module.h> | 25 | #include <linux/module.h> |
29 | #include <linux/sched.h> | 26 | #include <linux/sched.h> |
30 | #include <linux/init.h> | 27 | #include <linux/init.h> |
diff --git a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c index 6bef1be6b36c..b5776518020f 100644 --- a/drivers/usb/net/kaweth.c +++ b/drivers/usb/net/kaweth.c | |||
@@ -219,7 +219,6 @@ struct kaweth_device | |||
219 | 219 | ||
220 | __u32 status; | 220 | __u32 status; |
221 | int end; | 221 | int end; |
222 | int removed; | ||
223 | int suspend_lowmem_rx; | 222 | int suspend_lowmem_rx; |
224 | int suspend_lowmem_ctrl; | 223 | int suspend_lowmem_ctrl; |
225 | int linkstate; | 224 | int linkstate; |
@@ -699,6 +698,7 @@ static int kaweth_close(struct net_device *net) | |||
699 | 698 | ||
700 | usb_kill_urb(kaweth->irq_urb); | 699 | usb_kill_urb(kaweth->irq_urb); |
701 | usb_kill_urb(kaweth->rx_urb); | 700 | usb_kill_urb(kaweth->rx_urb); |
701 | usb_kill_urb(kaweth->tx_urb); | ||
702 | 702 | ||
703 | flush_scheduled_work(); | 703 | flush_scheduled_work(); |
704 | 704 | ||
@@ -750,13 +750,6 @@ static int kaweth_start_xmit(struct sk_buff *skb, struct net_device *net) | |||
750 | 750 | ||
751 | spin_lock(&kaweth->device_lock); | 751 | spin_lock(&kaweth->device_lock); |
752 | 752 | ||
753 | if (kaweth->removed) { | ||
754 | /* our device is undergoing disconnection - we bail out */ | ||
755 | spin_unlock(&kaweth->device_lock); | ||
756 | dev_kfree_skb_irq(skb); | ||
757 | return 0; | ||
758 | } | ||
759 | |||
760 | kaweth_async_set_rx_mode(kaweth); | 753 | kaweth_async_set_rx_mode(kaweth); |
761 | netif_stop_queue(net); | 754 | netif_stop_queue(net); |
762 | 755 | ||
@@ -1136,10 +1129,6 @@ static void kaweth_disconnect(struct usb_interface *intf) | |||
1136 | return; | 1129 | return; |
1137 | } | 1130 | } |
1138 | netdev = kaweth->net; | 1131 | netdev = kaweth->net; |
1139 | kaweth->removed = 1; | ||
1140 | usb_kill_urb(kaweth->irq_urb); | ||
1141 | usb_kill_urb(kaweth->rx_urb); | ||
1142 | usb_kill_urb(kaweth->tx_urb); | ||
1143 | 1132 | ||
1144 | kaweth_dbg("Unregistering net device"); | 1133 | kaweth_dbg("Unregistering net device"); |
1145 | unregister_netdev(netdev); | 1134 | unregister_netdev(netdev); |
diff --git a/drivers/usb/net/net1080.c b/drivers/usb/net/net1080.c index cee55f8cf64f..b3799b1a2b0d 100644 --- a/drivers/usb/net/net1080.c +++ b/drivers/usb/net/net1080.c | |||
@@ -21,9 +21,6 @@ | |||
21 | // #define VERBOSE // more; success messages | 21 | // #define VERBOSE // more; success messages |
22 | 22 | ||
23 | #include <linux/config.h> | 23 | #include <linux/config.h> |
24 | #ifdef CONFIG_USB_DEBUG | ||
25 | # define DEBUG | ||
26 | #endif | ||
27 | #include <linux/module.h> | 24 | #include <linux/module.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
29 | #include <linux/init.h> | 26 | #include <linux/init.h> |
diff --git a/drivers/usb/net/pegasus.c b/drivers/usb/net/pegasus.c index 537eb181d985..683e3df5d607 100644 --- a/drivers/usb/net/pegasus.c +++ b/drivers/usb/net/pegasus.c | |||
@@ -28,8 +28,6 @@ | |||
28 | * is out of the interrupt routine. | 28 | * is out of the interrupt routine. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #undef DEBUG | ||
32 | |||
33 | #include <linux/sched.h> | 31 | #include <linux/sched.h> |
34 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
35 | #include <linux/init.h> | 33 | #include <linux/init.h> |
diff --git a/drivers/usb/net/plusb.c b/drivers/usb/net/plusb.c index 74c2b3581c76..89856aa0e3b8 100644 --- a/drivers/usb/net/plusb.c +++ b/drivers/usb/net/plusb.c | |||
@@ -21,9 +21,6 @@ | |||
21 | // #define VERBOSE // more; success messages | 21 | // #define VERBOSE // more; success messages |
22 | 22 | ||
23 | #include <linux/config.h> | 23 | #include <linux/config.h> |
24 | #ifdef CONFIG_USB_DEBUG | ||
25 | # define DEBUG | ||
26 | #endif | ||
27 | #include <linux/module.h> | 24 | #include <linux/module.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
29 | #include <linux/init.h> | 26 | #include <linux/init.h> |
diff --git a/drivers/usb/net/rndis_host.c b/drivers/usb/net/rndis_host.c index b5a925dc1beb..c0ecbab6f6ba 100644 --- a/drivers/usb/net/rndis_host.c +++ b/drivers/usb/net/rndis_host.c | |||
@@ -21,9 +21,6 @@ | |||
21 | // #define VERBOSE // more; success messages | 21 | // #define VERBOSE // more; success messages |
22 | 22 | ||
23 | #include <linux/config.h> | 23 | #include <linux/config.h> |
24 | #ifdef CONFIG_USB_DEBUG | ||
25 | # define DEBUG | ||
26 | #endif | ||
27 | #include <linux/module.h> | 24 | #include <linux/module.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
29 | #include <linux/init.h> | 26 | #include <linux/init.h> |
diff --git a/drivers/usb/net/usbnet.c b/drivers/usb/net/usbnet.c index 74f05c9c84d5..362d6907c9bb 100644 --- a/drivers/usb/net/usbnet.c +++ b/drivers/usb/net/usbnet.c | |||
@@ -34,9 +34,6 @@ | |||
34 | // #define VERBOSE // more; success messages | 34 | // #define VERBOSE // more; success messages |
35 | 35 | ||
36 | #include <linux/config.h> | 36 | #include <linux/config.h> |
37 | #ifdef CONFIG_USB_DEBUG | ||
38 | # define DEBUG | ||
39 | #endif | ||
40 | #include <linux/module.h> | 37 | #include <linux/module.h> |
41 | #include <linux/sched.h> | 38 | #include <linux/sched.h> |
42 | #include <linux/init.h> | 39 | #include <linux/init.h> |
diff --git a/drivers/usb/net/zaurus.c b/drivers/usb/net/zaurus.c index 5d4b7d55b097..680d13957af4 100644 --- a/drivers/usb/net/zaurus.c +++ b/drivers/usb/net/zaurus.c | |||
@@ -21,9 +21,6 @@ | |||
21 | // #define VERBOSE // more; success messages | 21 | // #define VERBOSE // more; success messages |
22 | 22 | ||
23 | #include <linux/config.h> | 23 | #include <linux/config.h> |
24 | #ifdef CONFIG_USB_DEBUG | ||
25 | # define DEBUG | ||
26 | #endif | ||
27 | #include <linux/module.h> | 24 | #include <linux/module.h> |
28 | #include <linux/sched.h> | 25 | #include <linux/sched.h> |
29 | #include <linux/init.h> | 26 | #include <linux/init.h> |
diff --git a/drivers/usb/serial/ChangeLog.old b/drivers/usb/serial/ChangeLog.history index c1b279939bbf..52c4f7bd7a80 100644 --- a/drivers/usb/serial/ChangeLog.old +++ b/drivers/usb/serial/ChangeLog.history | |||
@@ -400,7 +400,7 @@ visor.c Change Log comments: | |||
400 | 400 | ||
401 | (11/11/2001) gkh | 401 | (11/11/2001) gkh |
402 | Added support for the m125 devices, and added check to prevent oopses | 402 | Added support for the m125 devices, and added check to prevent oopses |
403 | for Clié devices that lie about the number of ports they have. | 403 | for Clié devices that lie about the number of ports they have. |
404 | 404 | ||
405 | (08/30/2001) gkh | 405 | (08/30/2001) gkh |
406 | Added support for the Clie devices, both the 3.5 and 4.0 os versions. | 406 | Added support for the Clie devices, both the 3.5 and 4.0 os versions. |
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 7b5e8e4ee2bb..14f55fd26a64 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -62,6 +62,15 @@ config USB_SERIAL_AIRPRIME | |||
62 | To compile this driver as a module, choose M here: the | 62 | To compile this driver as a module, choose M here: the |
63 | module will be called airprime. | 63 | module will be called airprime. |
64 | 64 | ||
65 | config USB_SERIAL_ANYDATA | ||
66 | tristate "USB AnyData CDMA Wireless Driver" | ||
67 | depends on USB_SERIAL | ||
68 | help | ||
69 | Say Y here if you want to use a AnyData CDMA device. | ||
70 | |||
71 | To compile this driver as a module, choose M here: the | ||
72 | module will be called anydata. | ||
73 | |||
65 | config USB_SERIAL_BELKIN | 74 | config USB_SERIAL_BELKIN |
66 | tristate "USB Belkin and Peracom Single Port Serial Driver" | 75 | tristate "USB Belkin and Peracom Single Port Serial Driver" |
67 | depends on USB_SERIAL | 76 | depends on USB_SERIAL |
@@ -394,15 +403,6 @@ config USB_SERIAL_MCT_U232 | |||
394 | To compile this driver as a module, choose M here: the | 403 | To compile this driver as a module, choose M here: the |
395 | module will be called mct_u232. | 404 | module will be called mct_u232. |
396 | 405 | ||
397 | config USB_SERIAL_NOKIA_DKU2 | ||
398 | tristate "USB Nokia DKU2 Driver" | ||
399 | depends on USB_SERIAL | ||
400 | help | ||
401 | Say Y here if you want to use a Nokia DKU2 device. | ||
402 | |||
403 | To compile this driver as a module, choose M here: the | ||
404 | module will be called nokia_dku2. | ||
405 | |||
406 | config USB_SERIAL_PL2303 | 406 | config USB_SERIAL_PL2303 |
407 | tristate "USB Prolific 2303 Single Port Serial Driver" | 407 | tristate "USB Prolific 2303 Single Port Serial Driver" |
408 | depends on USB_SERIAL | 408 | depends on USB_SERIAL |
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile index 55fd461793b7..f0b04420cea1 100644 --- a/drivers/usb/serial/Makefile +++ b/drivers/usb/serial/Makefile | |||
@@ -12,6 +12,7 @@ usbserial-obj-$(CONFIG_USB_EZUSB) += ezusb.o | |||
12 | usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y) | 12 | usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y) |
13 | 13 | ||
14 | obj-$(CONFIG_USB_SERIAL_AIRPRIME) += airprime.o | 14 | obj-$(CONFIG_USB_SERIAL_AIRPRIME) += airprime.o |
15 | obj-$(CONFIG_USB_SERIAL_ANYDATA) += anydata.o | ||
15 | obj-$(CONFIG_USB_SERIAL_BELKIN) += belkin_sa.o | 16 | obj-$(CONFIG_USB_SERIAL_BELKIN) += belkin_sa.o |
16 | obj-$(CONFIG_USB_SERIAL_CP2101) += cp2101.o | 17 | obj-$(CONFIG_USB_SERIAL_CP2101) += cp2101.o |
17 | obj-$(CONFIG_USB_SERIAL_CYBERJACK) += cyberjack.o | 18 | obj-$(CONFIG_USB_SERIAL_CYBERJACK) += cyberjack.o |
@@ -31,7 +32,6 @@ obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o | |||
31 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o | 32 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o |
32 | obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o | 33 | obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o |
33 | obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o | 34 | obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o |
34 | obj-$(CONFIG_USB_SERIAL_NOKIA_DKU2) += nokia_dku2.o | ||
35 | obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o | 35 | obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o |
36 | obj-$(CONFIG_USB_SERIAL_OPTION) += option.o | 36 | obj-$(CONFIG_USB_SERIAL_OPTION) += option.o |
37 | obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o | 37 | obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o |
diff --git a/drivers/usb/serial/anydata.c b/drivers/usb/serial/anydata.c new file mode 100644 index 000000000000..18022a74a3dc --- /dev/null +++ b/drivers/usb/serial/anydata.c | |||
@@ -0,0 +1,123 @@ | |||
1 | /* | ||
2 | * AnyData CDMA Serial USB driver | ||
3 | * | ||
4 | * Copyright (C) 2005 Greg Kroah-Hartman <gregkh@suse.de> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License version | ||
8 | * 2 as published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/tty.h> | ||
14 | #include <linux/module.h> | ||
15 | #include <linux/usb.h> | ||
16 | #include "usb-serial.h" | ||
17 | |||
18 | static struct usb_device_id id_table [] = { | ||
19 | { USB_DEVICE(0x16d5, 0x6501) }, /* AirData CDMA device */ | ||
20 | { }, | ||
21 | }; | ||
22 | MODULE_DEVICE_TABLE(usb, id_table); | ||
23 | |||
24 | /* if overridden by the user, then use their value for the size of the | ||
25 | * read and write urbs */ | ||
26 | static int buffer_size; | ||
27 | static int debug; | ||
28 | |||
29 | static struct usb_driver anydata_driver = { | ||
30 | .owner = THIS_MODULE, | ||
31 | .name = "anydata", | ||
32 | .probe = usb_serial_probe, | ||
33 | .disconnect = usb_serial_disconnect, | ||
34 | .id_table = id_table, | ||
35 | }; | ||
36 | |||
37 | static int anydata_open(struct usb_serial_port *port, struct file *filp) | ||
38 | { | ||
39 | char *buffer; | ||
40 | int result = 0; | ||
41 | |||
42 | dbg("%s - port %d", __FUNCTION__, port->number); | ||
43 | |||
44 | if (buffer_size) { | ||
45 | /* override the default buffer sizes */ | ||
46 | buffer = kmalloc(buffer_size, GFP_KERNEL); | ||
47 | if (!buffer) { | ||
48 | dev_err(&port->dev, "%s - out of memory.\n", | ||
49 | __FUNCTION__); | ||
50 | return -ENOMEM; | ||
51 | } | ||
52 | kfree (port->read_urb->transfer_buffer); | ||
53 | port->read_urb->transfer_buffer = buffer; | ||
54 | port->read_urb->transfer_buffer_length = buffer_size; | ||
55 | |||
56 | buffer = kmalloc(buffer_size, GFP_KERNEL); | ||
57 | if (!buffer) { | ||
58 | dev_err(&port->dev, "%s - out of memory.\n", | ||
59 | __FUNCTION__); | ||
60 | return -ENOMEM; | ||
61 | } | ||
62 | kfree (port->write_urb->transfer_buffer); | ||
63 | port->write_urb->transfer_buffer = buffer; | ||
64 | port->write_urb->transfer_buffer_length = buffer_size; | ||
65 | port->bulk_out_size = buffer_size; | ||
66 | } | ||
67 | |||
68 | /* Start reading from the device */ | ||
69 | usb_fill_bulk_urb(port->read_urb, port->serial->dev, | ||
70 | usb_rcvbulkpipe(port->serial->dev, | ||
71 | port->bulk_in_endpointAddress), | ||
72 | port->read_urb->transfer_buffer, | ||
73 | port->read_urb->transfer_buffer_length, | ||
74 | usb_serial_generic_write_bulk_callback, port); | ||
75 | result = usb_submit_urb(port->read_urb, GFP_KERNEL); | ||
76 | if (result) | ||
77 | dev_err(&port->dev, | ||
78 | "%s - failed submitting read urb, error %d\n", | ||
79 | __FUNCTION__, result); | ||
80 | |||
81 | return result; | ||
82 | } | ||
83 | |||
84 | static struct usb_serial_driver anydata_device = { | ||
85 | .driver = { | ||
86 | .owner = THIS_MODULE, | ||
87 | .name = "anydata", | ||
88 | }, | ||
89 | .id_table = id_table, | ||
90 | .num_interrupt_in = NUM_DONT_CARE, | ||
91 | .num_bulk_in = NUM_DONT_CARE, | ||
92 | .num_bulk_out = NUM_DONT_CARE, | ||
93 | .num_ports = 1, | ||
94 | .open = anydata_open, | ||
95 | }; | ||
96 | |||
97 | static int __init anydata_init(void) | ||
98 | { | ||
99 | int retval; | ||
100 | |||
101 | retval = usb_serial_register(&anydata_device); | ||
102 | if (retval) | ||
103 | return retval; | ||
104 | retval = usb_register(&anydata_driver); | ||
105 | if (retval) | ||
106 | usb_serial_deregister(&anydata_device); | ||
107 | return retval; | ||
108 | } | ||
109 | |||
110 | static void __exit anydata_exit(void) | ||
111 | { | ||
112 | usb_deregister(&anydata_driver); | ||
113 | usb_serial_deregister(&anydata_device); | ||
114 | } | ||
115 | |||
116 | module_init(anydata_init); | ||
117 | module_exit(anydata_exit); | ||
118 | MODULE_LICENSE("GPL"); | ||
119 | |||
120 | module_param(debug, bool, S_IRUGO | S_IWUSR); | ||
121 | MODULE_PARM_DESC(debug, "Debug enabled or not"); | ||
122 | module_param(buffer_size, int, 0); | ||
123 | MODULE_PARM_DESC(buffer_size, "Size of the transfer buffers"); | ||
diff --git a/drivers/usb/serial/cp2101.c b/drivers/usb/serial/cp2101.c index c5334dd89b12..c9787001cf2a 100644 --- a/drivers/usb/serial/cp2101.c +++ b/drivers/usb/serial/cp2101.c | |||
@@ -60,6 +60,7 @@ static struct usb_device_id id_table [] = { | |||
60 | { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ | 60 | { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ |
61 | { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ | 61 | { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ |
62 | { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ | 62 | { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ |
63 | { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */ | ||
63 | { } /* Terminating Entry */ | 64 | { } /* Terminating Entry */ |
64 | }; | 65 | }; |
65 | 66 | ||
diff --git a/drivers/usb/serial/generic.c b/drivers/usb/serial/generic.c index 8909208f506a..53a47c31cd0e 100644 --- a/drivers/usb/serial/generic.c +++ b/drivers/usb/serial/generic.c | |||
@@ -309,6 +309,7 @@ void usb_serial_generic_write_bulk_callback (struct urb *urb, struct pt_regs *re | |||
309 | 309 | ||
310 | schedule_work(&port->work); | 310 | schedule_work(&port->work); |
311 | } | 311 | } |
312 | EXPORT_SYMBOL_GPL(usb_serial_generic_write_bulk_callback); | ||
312 | 313 | ||
313 | void usb_serial_generic_shutdown (struct usb_serial *serial) | 314 | void usb_serial_generic_shutdown (struct usb_serial *serial) |
314 | { | 315 | { |
diff --git a/drivers/usb/serial/nokia_dku2.c b/drivers/usb/serial/nokia_dku2.c deleted file mode 100644 index fad01bef3a64..000000000000 --- a/drivers/usb/serial/nokia_dku2.c +++ /dev/null | |||
@@ -1,142 +0,0 @@ | |||
1 | /* | ||
2 | * Nokia DKU2 USB driver | ||
3 | * | ||
4 | * Copyright (C) 2004 | ||
5 | * Author: C Kemp | ||
6 | * | ||
7 | * This program is largely derived from work by the linux-usb group | ||
8 | * and associated source files. Please see the usb/serial files for | ||
9 | * individual credits and copyrights. | ||
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * 20.09.2005 - Matthias Blaesing <matthias.blaesing@rwth-aachen.de> | ||
17 | * Added short name to device structure to make driver load into kernel 2.6.13 | ||
18 | * | ||
19 | * 20.09.2005 - Matthias Blaesing <matthias.blaesing@rwth-aachen.de> | ||
20 | * Added usb_deregister to exit code - to allow remove and reinsert of module | ||
21 | */ | ||
22 | |||
23 | |||
24 | #include <linux/config.h> | ||
25 | #include <linux/kernel.h> | ||
26 | #include <linux/errno.h> | ||
27 | #include <linux/init.h> | ||
28 | #include <linux/slab.h> | ||
29 | #include <linux/tty.h> | ||
30 | #include <linux/tty_driver.h> | ||
31 | #include <linux/tty_flip.h> | ||
32 | #include <linux/module.h> | ||
33 | #include <linux/usb.h> | ||
34 | #include "usb-serial.h" | ||
35 | |||
36 | |||
37 | #define NOKIA_VENDOR_ID 0x0421 | ||
38 | #define NOKIA7600_PRODUCT_ID 0x0400 | ||
39 | #define NOKIA6230_PRODUCT_ID 0x040f | ||
40 | #define NOKIA6170_PRODUCT_ID 0x0416 | ||
41 | #define NOKIA6670_PRODUCT_ID 0x041d | ||
42 | #define NOKIA6680_PRODUCT_ID 0x041e | ||
43 | #define NOKIA6230i_PRODUCT_ID 0x0428 | ||
44 | |||
45 | #define NOKIA_AT_PORT 0x82 | ||
46 | #define NOKIA_FBUS_PORT 0x86 | ||
47 | |||
48 | /* | ||
49 | * Version Information | ||
50 | */ | ||
51 | #define DRIVER_VERSION "v0.2" | ||
52 | #define DRIVER_AUTHOR "C Kemp" | ||
53 | #define DRIVER_DESC "Nokia DKU2 Driver" | ||
54 | |||
55 | static struct usb_device_id id_table [] = { | ||
56 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA7600_PRODUCT_ID) }, | ||
57 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6230_PRODUCT_ID) }, | ||
58 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6170_PRODUCT_ID) }, | ||
59 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6670_PRODUCT_ID) }, | ||
60 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6680_PRODUCT_ID) }, | ||
61 | { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6230i_PRODUCT_ID) }, | ||
62 | { } /* Terminating entry */ | ||
63 | }; | ||
64 | MODULE_DEVICE_TABLE(usb, id_table); | ||
65 | |||
66 | /* The only thing which makes this device different from a generic | ||
67 | * device is that we have to set an alternative configuration to make | ||
68 | * the relevant endpoints available. In 2.6 this is really easy... */ | ||
69 | static int nokia_probe(struct usb_serial *serial, | ||
70 | const struct usb_device_id *id) | ||
71 | { | ||
72 | int retval = -ENODEV; | ||
73 | |||
74 | if (serial->interface->altsetting[0].endpoint[0].desc.bEndpointAddress == NOKIA_AT_PORT) { | ||
75 | /* the AT port */ | ||
76 | dev_info(&serial->dev->dev, "Nokia AT Port:\n"); | ||
77 | retval = 0; | ||
78 | } else if (serial->interface->num_altsetting == 2 && | ||
79 | serial->interface->altsetting[1].endpoint[0].desc.bEndpointAddress == NOKIA_FBUS_PORT) { | ||
80 | /* the FBUS port */ | ||
81 | dev_info(&serial->dev->dev, "Nokia FBUS Port:\n"); | ||
82 | usb_set_interface(serial->dev, 10, 1); | ||
83 | retval = 0; | ||
84 | } | ||
85 | |||
86 | return retval; | ||
87 | } | ||
88 | |||
89 | static struct usb_driver nokia_driver = { | ||
90 | .owner = THIS_MODULE, | ||
91 | .name = "nokia_dku2", | ||
92 | .probe = usb_serial_probe, | ||
93 | .disconnect = usb_serial_disconnect, | ||
94 | .id_table = id_table, | ||
95 | }; | ||
96 | |||
97 | static struct usb_serial_driver nokia_serial_driver = { | ||
98 | .driver = { | ||
99 | .owner = THIS_MODULE, | ||
100 | .name = "nokia_dku2", | ||
101 | }, | ||
102 | .description = "Nokia 7600/6230(i)/6170/66x0 DKU2 driver", | ||
103 | .id_table = id_table, | ||
104 | .num_interrupt_in = 1, | ||
105 | .num_bulk_in = 1, | ||
106 | .num_bulk_out = 1, | ||
107 | .num_ports = 1, | ||
108 | .probe = nokia_probe, | ||
109 | }; | ||
110 | |||
111 | static int __init nokia_init(void) | ||
112 | { | ||
113 | int retval; | ||
114 | |||
115 | retval = usb_serial_register(&nokia_serial_driver); | ||
116 | if (retval) | ||
117 | return retval; | ||
118 | |||
119 | retval = usb_register(&nokia_driver); | ||
120 | if (retval) { | ||
121 | usb_serial_deregister(&nokia_serial_driver); | ||
122 | return retval; | ||
123 | } | ||
124 | |||
125 | info(DRIVER_VERSION " " DRIVER_AUTHOR); | ||
126 | info(DRIVER_DESC); | ||
127 | |||
128 | return retval; | ||
129 | } | ||
130 | |||
131 | static void __exit nokia_exit(void) | ||
132 | { | ||
133 | usb_deregister(&nokia_driver); | ||
134 | usb_serial_deregister(&nokia_serial_driver); | ||
135 | } | ||
136 | |||
137 | module_init(nokia_init); | ||
138 | module_exit(nokia_exit); | ||
139 | |||
140 | MODULE_AUTHOR(DRIVER_AUTHOR); | ||
141 | MODULE_DESCRIPTION(DRIVER_DESC); | ||
142 | MODULE_LICENSE("GPL"); | ||
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 165c119bf10e..41a45a5025b2 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -71,7 +71,9 @@ static struct usb_device_id id_table [] = { | |||
71 | { USB_DEVICE(SITECOM_VENDOR_ID, SITECOM_PRODUCT_ID) }, | 71 | { USB_DEVICE(SITECOM_VENDOR_ID, SITECOM_PRODUCT_ID) }, |
72 | { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) }, | 72 | { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) }, |
73 | { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) }, | 73 | { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) }, |
74 | { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_SX1) }, | ||
74 | { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65) }, | 75 | { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65) }, |
76 | { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X75) }, | ||
75 | { USB_DEVICE(SYNTECH_VENDOR_ID, SYNTECH_PRODUCT_ID) }, | 77 | { USB_DEVICE(SYNTECH_VENDOR_ID, SYNTECH_PRODUCT_ID) }, |
76 | { USB_DEVICE( NOKIA_CA42_VENDOR_ID, NOKIA_CA42_PRODUCT_ID ) }, | 78 | { USB_DEVICE( NOKIA_CA42_VENDOR_ID, NOKIA_CA42_PRODUCT_ID ) }, |
77 | { } /* Terminating entry */ | 79 | { } /* Terminating entry */ |
@@ -811,7 +813,9 @@ static void pl2303_update_line_status(struct usb_serial_port *port, | |||
811 | u8 length = UART_STATE; | 813 | u8 length = UART_STATE; |
812 | 814 | ||
813 | if ((le16_to_cpu(port->serial->dev->descriptor.idVendor) == SIEMENS_VENDOR_ID) && | 815 | if ((le16_to_cpu(port->serial->dev->descriptor.idVendor) == SIEMENS_VENDOR_ID) && |
814 | (le16_to_cpu(port->serial->dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_X65)) { | 816 | (le16_to_cpu(port->serial->dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_X65 || |
817 | le16_to_cpu(port->serial->dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_SX1 || | ||
818 | le16_to_cpu(port->serial->dev->descriptor.idProduct) == SIEMENS_PRODUCT_ID_X75)) { | ||
815 | length = 1; | 819 | length = 1; |
816 | status_idx = 0; | 820 | status_idx = 0; |
817 | } | 821 | } |
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 7be9644f5a03..21d434d81813 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -54,7 +54,9 @@ | |||
54 | #define SAMSUNG_PRODUCT_ID 0x8001 | 54 | #define SAMSUNG_PRODUCT_ID 0x8001 |
55 | 55 | ||
56 | #define SIEMENS_VENDOR_ID 0x11f5 | 56 | #define SIEMENS_VENDOR_ID 0x11f5 |
57 | #define SIEMENS_PRODUCT_ID_SX1 0x0001 | ||
57 | #define SIEMENS_PRODUCT_ID_X65 0x0003 | 58 | #define SIEMENS_PRODUCT_ID_X65 0x0003 |
59 | #define SIEMENS_PRODUCT_ID_X75 0x0004 | ||
58 | 60 | ||
59 | #define SYNTECH_VENDOR_ID 0x0745 | 61 | #define SYNTECH_VENDOR_ID 0x0745 |
60 | #define SYNTECH_PRODUCT_ID 0x0001 | 62 | #define SYNTECH_PRODUCT_ID 0x0001 |
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 1a9679f76f5a..c41d64dbb0f0 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -115,7 +115,7 @@ config USB_STORAGE_JUMPSHOT | |||
115 | 115 | ||
116 | config USB_STORAGE_ONETOUCH | 116 | config USB_STORAGE_ONETOUCH |
117 | bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" | 117 | bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" |
118 | depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL | 118 | depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM |
119 | help | 119 | help |
120 | Say Y here to include additional code to support the Maxtor OneTouch | 120 | Say Y here to include additional code to support the Maxtor OneTouch |
121 | USB hard drive's onetouch button. | 121 | USB hard drive's onetouch button. |
diff --git a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c index 33c55a6261bb..fea176d7e79a 100644 --- a/drivers/usb/storage/shuttle_usbat.c +++ b/drivers/usb/storage/shuttle_usbat.c | |||
@@ -853,7 +853,7 @@ static int usbat_identify_device(struct us_data *us, | |||
853 | rc = usbat_device_reset(us); | 853 | rc = usbat_device_reset(us); |
854 | if (rc != USB_STOR_TRANSPORT_GOOD) | 854 | if (rc != USB_STOR_TRANSPORT_GOOD) |
855 | return rc; | 855 | return rc; |
856 | msleep(25); | 856 | msleep(500); |
857 | 857 | ||
858 | /* | 858 | /* |
859 | * In attempt to distinguish between HP CDRW's and Flash readers, we now | 859 | * In attempt to distinguish between HP CDRW's and Flash readers, we now |
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 9e926a8f2116..0a9858f69a9b 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -710,11 +710,6 @@ UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, | |||
710 | "DIMAGE E223", | 710 | "DIMAGE E223", |
711 | US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), | 711 | US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), |
712 | 712 | ||
713 | UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100, | ||
714 | "Hagiwara", | ||
715 | "FlashGate SmartMedia", | ||
716 | US_SC_SCSI, US_PR_BULK, NULL, 0 ), | ||
717 | |||
718 | UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, | 713 | UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, |
719 | "Hagiwara", | 714 | "Hagiwara", |
720 | "Flashgate", | 715 | "Flashgate", |
@@ -1008,6 +1003,11 @@ UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, | |||
1008 | * | 1003 | * |
1009 | */ | 1004 | */ |
1010 | #ifdef CONFIG_USB_STORAGE_ONETOUCH | 1005 | #ifdef CONFIG_USB_STORAGE_ONETOUCH |
1006 | UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, | ||
1007 | "Maxtor", | ||
1008 | "OneTouch External Harddrive", | ||
1009 | US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, | ||
1010 | 0), | ||
1011 | UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, | 1011 | UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, |
1012 | "Maxtor", | 1012 | "Maxtor", |
1013 | "OneTouch External Harddrive", | 1013 | "OneTouch External Harddrive", |
diff --git a/drivers/video/offb.c b/drivers/video/offb.c index 2c856838694e..00d87f5bb7be 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/fb.h> | 26 | #include <linux/fb.h> |
27 | #include <linux/init.h> | 27 | #include <linux/init.h> |
28 | #include <linux/ioport.h> | 28 | #include <linux/ioport.h> |
29 | #include <linux/pci.h> | ||
29 | #include <asm/io.h> | 30 | #include <asm/io.h> |
30 | #include <asm/prom.h> | 31 | #include <asm/prom.h> |
31 | 32 | ||
@@ -325,8 +326,8 @@ static void __init offb_init_nodriver(struct device_node *dp) | |||
325 | int *pp, i; | 326 | int *pp, i; |
326 | unsigned int len; | 327 | unsigned int len; |
327 | int width = 640, height = 480, depth = 8, pitch; | 328 | int width = 640, height = 480, depth = 8, pitch; |
328 | unsigned *up; | 329 | unsigned int rsize, *up; |
329 | unsigned long address; | 330 | unsigned long address = 0; |
330 | 331 | ||
331 | if ((pp = (int *) get_property(dp, "depth", &len)) != NULL | 332 | if ((pp = (int *) get_property(dp, "depth", &len)) != NULL |
332 | && len == sizeof(int)) | 333 | && len == sizeof(int)) |
@@ -344,10 +345,40 @@ static void __init offb_init_nodriver(struct device_node *dp) | |||
344 | pitch = 0x1000; | 345 | pitch = 0x1000; |
345 | } else | 346 | } else |
346 | pitch = width; | 347 | pitch = width; |
347 | if ((up = (unsigned *) get_property(dp, "address", &len)) != NULL | 348 | |
348 | && len == sizeof(unsigned)) | 349 | rsize = (unsigned long)pitch * (unsigned long)height * |
350 | (unsigned long)(depth / 8); | ||
351 | |||
352 | /* Try to match device to a PCI device in order to get a properly | ||
353 | * translated address rather then trying to decode the open firmware | ||
354 | * stuff in various incorrect ways | ||
355 | */ | ||
356 | #ifdef CONFIG_PCI | ||
357 | /* First try to locate the PCI device if any */ | ||
358 | { | ||
359 | struct pci_dev *pdev = NULL; | ||
360 | |||
361 | for_each_pci_dev(pdev) { | ||
362 | if (dp == pci_device_to_OF_node(pdev)) | ||
363 | break; | ||
364 | } | ||
365 | if (pdev) { | ||
366 | for (i = 0; i < 6 && address == 0; i++) { | ||
367 | if ((pci_resource_flags(pdev, i) & | ||
368 | IORESOURCE_MEM) && | ||
369 | (pci_resource_len(pdev, i) >= rsize)) | ||
370 | address = pci_resource_start(pdev, i); | ||
371 | } | ||
372 | pci_dev_put(pdev); | ||
373 | } | ||
374 | } | ||
375 | #endif /* CONFIG_PCI */ | ||
376 | |||
377 | if (address == 0 && | ||
378 | (up = (unsigned *) get_property(dp, "address", &len)) != NULL && | ||
379 | len == sizeof(unsigned)) | ||
349 | address = (u_long) * up; | 380 | address = (u_long) * up; |
350 | else { | 381 | if (address == 0) { |
351 | for (i = 0; i < dp->n_addrs; ++i) | 382 | for (i = 0; i < dp->n_addrs; ++i) |
352 | if (dp->addrs[i].size >= | 383 | if (dp->addrs[i].size >= |
353 | pitch * height * depth / 8) | 384 | pitch * height * depth / 8) |
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 26300fccb4fc..991c00de5c4e 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -49,6 +49,8 @@ | |||
49 | #include <linux/vt_kern.h> | 49 | #include <linux/vt_kern.h> |
50 | #include <linux/fb.h> | 50 | #include <linux/fb.h> |
51 | #include <linux/ext2_fs.h> | 51 | #include <linux/ext2_fs.h> |
52 | #include <linux/ext3_jbd.h> | ||
53 | #include <linux/ext3_fs.h> | ||
52 | #include <linux/videodev.h> | 54 | #include <linux/videodev.h> |
53 | #include <linux/netdevice.h> | 55 | #include <linux/netdevice.h> |
54 | #include <linux/raw.h> | 56 | #include <linux/raw.h> |
@@ -121,6 +123,11 @@ | |||
121 | 123 | ||
122 | #include <linux/hiddev.h> | 124 | #include <linux/hiddev.h> |
123 | 125 | ||
126 | #include <linux/dvb/audio.h> | ||
127 | #include <linux/dvb/dmx.h> | ||
128 | #include <linux/dvb/frontend.h> | ||
129 | #include <linux/dvb/video.h> | ||
130 | |||
124 | #undef INCLUDES | 131 | #undef INCLUDES |
125 | #endif | 132 | #endif |
126 | 133 | ||
@@ -129,6 +136,15 @@ | |||
129 | /* Aiee. Someone does not find a difference between int and long */ | 136 | /* Aiee. Someone does not find a difference between int and long */ |
130 | #define EXT2_IOC32_GETFLAGS _IOR('f', 1, int) | 137 | #define EXT2_IOC32_GETFLAGS _IOR('f', 1, int) |
131 | #define EXT2_IOC32_SETFLAGS _IOW('f', 2, int) | 138 | #define EXT2_IOC32_SETFLAGS _IOW('f', 2, int) |
139 | #define EXT3_IOC32_GETVERSION _IOR('f', 3, int) | ||
140 | #define EXT3_IOC32_SETVERSION _IOR('f', 4, int) | ||
141 | #define EXT3_IOC32_GETRSVSZ _IOR('f', 5, int) | ||
142 | #define EXT3_IOC32_SETRSVSZ _IOW('f', 6, int) | ||
143 | #define EXT3_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int) | ||
144 | #ifdef CONFIG_JBD_DEBUG | ||
145 | #define EXT3_IOC32_WAIT_FOR_READONLY _IOR('f', 99, int) | ||
146 | #endif | ||
147 | |||
132 | #define EXT2_IOC32_GETVERSION _IOR('v', 1, int) | 148 | #define EXT2_IOC32_GETVERSION _IOR('v', 1, int) |
133 | #define EXT2_IOC32_SETVERSION _IOW('v', 2, int) | 149 | #define EXT2_IOC32_SETVERSION _IOW('v', 2, int) |
134 | 150 | ||
@@ -175,6 +191,22 @@ static int do_ext2_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) | |||
175 | return sys_ioctl(fd, cmd, (unsigned long)compat_ptr(arg)); | 191 | return sys_ioctl(fd, cmd, (unsigned long)compat_ptr(arg)); |
176 | } | 192 | } |
177 | 193 | ||
194 | static int do_ext3_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) | ||
195 | { | ||
196 | /* These are just misnamed, they actually get/put from/to user an int */ | ||
197 | switch (cmd) { | ||
198 | case EXT3_IOC32_GETVERSION: cmd = EXT3_IOC_GETVERSION; break; | ||
199 | case EXT3_IOC32_SETVERSION: cmd = EXT3_IOC_SETVERSION; break; | ||
200 | case EXT3_IOC32_GETRSVSZ: cmd = EXT3_IOC_GETRSVSZ; break; | ||
201 | case EXT3_IOC32_SETRSVSZ: cmd = EXT3_IOC_SETRSVSZ; break; | ||
202 | case EXT3_IOC32_GROUP_EXTEND: cmd = EXT3_IOC_GROUP_EXTEND; break; | ||
203 | #ifdef CONFIG_JBD_DEBUG | ||
204 | case EXT3_IOC32_WAIT_FOR_READONLY: cmd = EXT3_IOC_WAIT_FOR_READONLY; break; | ||
205 | #endif | ||
206 | } | ||
207 | return sys_ioctl(fd, cmd, (unsigned long)compat_ptr(arg)); | ||
208 | } | ||
209 | |||
178 | struct video_tuner32 { | 210 | struct video_tuner32 { |
179 | compat_int_t tuner; | 211 | compat_int_t tuner; |
180 | char name[32]; | 212 | char name[32]; |
@@ -413,6 +445,128 @@ out: | |||
413 | return err; | 445 | return err; |
414 | } | 446 | } |
415 | 447 | ||
448 | struct compat_dmx_event { | ||
449 | dmx_event_t event; | ||
450 | compat_time_t timeStamp; | ||
451 | union | ||
452 | { | ||
453 | dmx_scrambling_status_t scrambling; | ||
454 | } u; | ||
455 | }; | ||
456 | |||
457 | static int do_dmx_get_event(unsigned int fd, unsigned int cmd, unsigned long arg) | ||
458 | { | ||
459 | struct dmx_event kevent; | ||
460 | mm_segment_t old_fs = get_fs(); | ||
461 | int err; | ||
462 | |||
463 | set_fs(KERNEL_DS); | ||
464 | err = sys_ioctl(fd, cmd, (unsigned long) &kevent); | ||
465 | set_fs(old_fs); | ||
466 | |||
467 | if (!err) { | ||
468 | struct compat_dmx_event __user *up = compat_ptr(arg); | ||
469 | |||
470 | err = put_user(kevent.event, &up->event); | ||
471 | err |= put_user(kevent.timeStamp, &up->timeStamp); | ||
472 | err |= put_user(kevent.u.scrambling, &up->u.scrambling); | ||
473 | if (err) | ||
474 | err = -EFAULT; | ||
475 | } | ||
476 | |||
477 | return err; | ||
478 | } | ||
479 | |||
480 | struct compat_video_event { | ||
481 | int32_t type; | ||
482 | compat_time_t timestamp; | ||
483 | union { | ||
484 | video_size_t size; | ||
485 | unsigned int frame_rate; | ||
486 | } u; | ||
487 | }; | ||
488 | |||
489 | static int do_video_get_event(unsigned int fd, unsigned int cmd, unsigned long arg) | ||
490 | { | ||
491 | struct video_event kevent; | ||
492 | mm_segment_t old_fs = get_fs(); | ||
493 | int err; | ||
494 | |||
495 | set_fs(KERNEL_DS); | ||
496 | err = sys_ioctl(fd, cmd, (unsigned long) &kevent); | ||
497 | set_fs(old_fs); | ||
498 | |||
499 | if (!err) { | ||
500 | struct compat_video_event __user *up = compat_ptr(arg); | ||
501 | |||
502 | err = put_user(kevent.type, &up->type); | ||
503 | err |= put_user(kevent.timestamp, &up->timestamp); | ||
504 | err |= put_user(kevent.u.size.w, &up->u.size.w); | ||
505 | err |= put_user(kevent.u.size.h, &up->u.size.h); | ||
506 | err |= put_user(kevent.u.size.aspect_ratio, | ||
507 | &up->u.size.aspect_ratio); | ||
508 | if (err) | ||
509 | err = -EFAULT; | ||
510 | } | ||
511 | |||
512 | return err; | ||
513 | } | ||
514 | |||
515 | struct compat_video_still_picture { | ||
516 | compat_uptr_t iFrame; | ||
517 | int32_t size; | ||
518 | }; | ||
519 | |||
520 | static int do_video_stillpicture(unsigned int fd, unsigned int cmd, unsigned long arg) | ||
521 | { | ||
522 | struct compat_video_still_picture __user *up; | ||
523 | struct video_still_picture __user *up_native; | ||
524 | compat_uptr_t fp; | ||
525 | int32_t size; | ||
526 | int err; | ||
527 | |||
528 | up = (struct compat_video_still_picture __user *) arg; | ||
529 | err = get_user(fp, &up->iFrame); | ||
530 | err |= get_user(size, &up->size); | ||
531 | if (err) | ||
532 | return -EFAULT; | ||
533 | |||
534 | up_native = | ||
535 | compat_alloc_user_space(sizeof(struct video_still_picture)); | ||
536 | |||
537 | put_user(compat_ptr(fp), &up_native->iFrame); | ||
538 | put_user(size, &up_native->size); | ||
539 | |||
540 | err = sys_ioctl(fd, cmd, (unsigned long) up_native); | ||
541 | |||
542 | return err; | ||
543 | } | ||
544 | |||
545 | struct compat_video_spu_palette { | ||
546 | int length; | ||
547 | compat_uptr_t palette; | ||
548 | }; | ||
549 | |||
550 | static int do_video_set_spu_palette(unsigned int fd, unsigned int cmd, unsigned long arg) | ||
551 | { | ||
552 | struct compat_video_spu_palette __user *up; | ||
553 | struct video_spu_palette __user *up_native; | ||
554 | compat_uptr_t palp; | ||
555 | int length, err; | ||
556 | |||
557 | up = (struct compat_video_spu_palette __user *) arg; | ||
558 | err = get_user(palp, &up->palette); | ||
559 | err |= get_user(length, &up->length); | ||
560 | |||
561 | up_native = compat_alloc_user_space(sizeof(struct video_spu_palette)); | ||
562 | put_user(compat_ptr(palp), &up_native->palette); | ||
563 | put_user(length, &up_native->length); | ||
564 | |||
565 | err = sys_ioctl(fd, cmd, (unsigned long) up_native); | ||
566 | |||
567 | return err; | ||
568 | } | ||
569 | |||
416 | #ifdef CONFIG_NET | 570 | #ifdef CONFIG_NET |
417 | static int do_siocgstamp(unsigned int fd, unsigned int cmd, unsigned long arg) | 571 | static int do_siocgstamp(unsigned int fd, unsigned int cmd, unsigned long arg) |
418 | { | 572 | { |
@@ -2854,6 +3008,15 @@ HANDLE_IOCTL(EXT2_IOC32_GETFLAGS, do_ext2_ioctl) | |||
2854 | HANDLE_IOCTL(EXT2_IOC32_SETFLAGS, do_ext2_ioctl) | 3008 | HANDLE_IOCTL(EXT2_IOC32_SETFLAGS, do_ext2_ioctl) |
2855 | HANDLE_IOCTL(EXT2_IOC32_GETVERSION, do_ext2_ioctl) | 3009 | HANDLE_IOCTL(EXT2_IOC32_GETVERSION, do_ext2_ioctl) |
2856 | HANDLE_IOCTL(EXT2_IOC32_SETVERSION, do_ext2_ioctl) | 3010 | HANDLE_IOCTL(EXT2_IOC32_SETVERSION, do_ext2_ioctl) |
3011 | HANDLE_IOCTL(EXT3_IOC32_GETVERSION, do_ext3_ioctl) | ||
3012 | HANDLE_IOCTL(EXT3_IOC32_SETVERSION, do_ext3_ioctl) | ||
3013 | HANDLE_IOCTL(EXT3_IOC32_GETRSVSZ, do_ext3_ioctl) | ||
3014 | HANDLE_IOCTL(EXT3_IOC32_SETRSVSZ, do_ext3_ioctl) | ||
3015 | HANDLE_IOCTL(EXT3_IOC32_GROUP_EXTEND, do_ext3_ioctl) | ||
3016 | COMPATIBLE_IOCTL(EXT3_IOC_GROUP_ADD) | ||
3017 | #ifdef CONFIG_JBD_DEBUG | ||
3018 | HANDLE_IOCTL(EXT3_IOC32_WAIT_FOR_READONLY, do_ext3_ioctl) | ||
3019 | #endif | ||
2857 | HANDLE_IOCTL(VIDIOCGTUNER32, do_video_ioctl) | 3020 | HANDLE_IOCTL(VIDIOCGTUNER32, do_video_ioctl) |
2858 | HANDLE_IOCTL(VIDIOCSTUNER32, do_video_ioctl) | 3021 | HANDLE_IOCTL(VIDIOCSTUNER32, do_video_ioctl) |
2859 | HANDLE_IOCTL(VIDIOCGWIN32, do_video_ioctl) | 3022 | HANDLE_IOCTL(VIDIOCGWIN32, do_video_ioctl) |
@@ -2954,5 +3117,11 @@ HANDLE_IOCTL(NCP_IOC_GETPRIVATEDATA_32, do_ncp_getprivatedata) | |||
2954 | HANDLE_IOCTL(NCP_IOC_SETPRIVATEDATA_32, do_ncp_setprivatedata) | 3117 | HANDLE_IOCTL(NCP_IOC_SETPRIVATEDATA_32, do_ncp_setprivatedata) |
2955 | #endif | 3118 | #endif |
2956 | 3119 | ||
3120 | /* dvb */ | ||
3121 | HANDLE_IOCTL(DMX_GET_EVENT, do_dmx_get_event) | ||
3122 | HANDLE_IOCTL(VIDEO_GET_EVENT, do_video_get_event) | ||
3123 | HANDLE_IOCTL(VIDEO_STILLPICTURE, do_video_stillpicture) | ||
3124 | HANDLE_IOCTL(VIDEO_SET_SPU_PALETTE, do_video_set_spu_palette) | ||
3125 | |||
2957 | #undef DECLARES | 3126 | #undef DECLARES |
2958 | #endif | 3127 | #endif |
diff --git a/include/asm-arm/arch-clps711x/uncompress.h b/include/asm-arm/arch-clps711x/uncompress.h index 7d0ab791b16c..9fc4bcfa1681 100644 --- a/include/asm-arm/arch-clps711x/uncompress.h +++ b/include/asm-arm/arch-clps711x/uncompress.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | #include <linux/config.h> | 20 | #include <linux/config.h> |
21 | #include <asm/arch/io.h> | 21 | #include <asm/arch/io.h> |
22 | #include <asm/arch/hardware.h> | 22 | #include <asm/hardware.h> |
23 | #include <asm/hardware/clps7111.h> | 23 | #include <asm/hardware/clps7111.h> |
24 | 24 | ||
25 | #undef CLPS7111_BASE | 25 | #undef CLPS7111_BASE |
diff --git a/include/asm-arm/arch-epxa10db/uncompress.h b/include/asm-arm/arch-epxa10db/uncompress.h index d33ad6a93749..fdfe0e6848f8 100644 --- a/include/asm-arm/arch-epxa10db/uncompress.h +++ b/include/asm-arm/arch-epxa10db/uncompress.h | |||
@@ -19,7 +19,7 @@ | |||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 | */ | 20 | */ |
21 | #include "asm/arch/platform.h" | 21 | #include "asm/arch/platform.h" |
22 | #include "asm/arch/hardware.h" | 22 | #include "asm/hardware.h" |
23 | #define UART00_TYPE (volatile unsigned int*) | 23 | #define UART00_TYPE (volatile unsigned int*) |
24 | #include "asm/arch/uart00.h" | 24 | #include "asm/arch/uart00.h" |
25 | 25 | ||
diff --git a/include/asm-arm/arch-h720x/uncompress.h b/include/asm-arm/arch-h720x/uncompress.h index 2fffacf85a01..9535764bcc71 100644 --- a/include/asm-arm/arch-h720x/uncompress.h +++ b/include/asm-arm/arch-h720x/uncompress.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #ifndef __ASM_ARCH_UNCOMPRESS_H | 7 | #ifndef __ASM_ARCH_UNCOMPRESS_H |
8 | #define __ASM_ARCH_UNCOMPRESS_H | 8 | #define __ASM_ARCH_UNCOMPRESS_H |
9 | 9 | ||
10 | #include <asm/arch/hardware.h> | 10 | #include <asm/hardware.h> |
11 | 11 | ||
12 | #define LSR 0x14 | 12 | #define LSR 0x14 |
13 | #define TEMPTY 0x40 | 13 | #define TEMPTY 0x40 |
diff --git a/include/asm-arm/arch-imx/irqs.h b/include/asm-arm/arch-imx/irqs.h index 238197cfb9d9..f195542898e0 100644 --- a/include/asm-arm/arch-imx/irqs.h +++ b/include/asm-arm/arch-imx/irqs.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #define __ARM_IRQS_H__ | 23 | #define __ARM_IRQS_H__ |
24 | 24 | ||
25 | /* Use the imx definitions */ | 25 | /* Use the imx definitions */ |
26 | #include <asm/arch/hardware.h> | 26 | #include <asm/hardware.h> |
27 | 27 | ||
28 | /* | 28 | /* |
29 | * IMX Interrupt numbers | 29 | * IMX Interrupt numbers |
diff --git a/include/asm-arm/arch-imx/timex.h b/include/asm-arm/arch-imx/timex.h index d65ab3cd5d5d..8c91674706b1 100644 --- a/include/asm-arm/arch-imx/timex.h +++ b/include/asm-arm/arch-imx/timex.h | |||
@@ -21,7 +21,7 @@ | |||
21 | #ifndef __ASM_ARCH_TIMEX_H | 21 | #ifndef __ASM_ARCH_TIMEX_H |
22 | #define __ASM_ARCH_TIMEX_H | 22 | #define __ASM_ARCH_TIMEX_H |
23 | 23 | ||
24 | #include <asm/arch/hardware.h> | 24 | #include <asm/hardware.h> |
25 | #define CLOCK_TICK_RATE (CLK32) | 25 | #define CLOCK_TICK_RATE (CLK32) |
26 | 26 | ||
27 | #endif | 27 | #endif |
diff --git a/include/asm-arm/arch-integrator/smp.h b/include/asm-arm/arch-integrator/smp.h index 0ec7093f7c37..da6981efdc39 100644 --- a/include/asm-arm/arch-integrator/smp.h +++ b/include/asm-arm/arch-integrator/smp.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/config.h> | 4 | #include <linux/config.h> |
5 | 5 | ||
6 | #include <asm/arch/hardware.h> | 6 | #include <asm/hardware.h> |
7 | #include <asm/io.h> | 7 | #include <asm/io.h> |
8 | 8 | ||
9 | #define hard_smp_processor_id() \ | 9 | #define hard_smp_processor_id() \ |
diff --git a/include/asm-arm/arch-l7200/aux_reg.h b/include/asm-arm/arch-l7200/aux_reg.h index 762cbc76c501..5b4396de16a0 100644 --- a/include/asm-arm/arch-l7200/aux_reg.h +++ b/include/asm-arm/arch-l7200/aux_reg.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #ifndef _ASM_ARCH_AUXREG_H | 9 | #ifndef _ASM_ARCH_AUXREG_H |
10 | #define _ASM_ARCH_AUXREG_H | 10 | #define _ASM_ARCH_AUXREG_H |
11 | 11 | ||
12 | #include <asm/arch/hardware.h> | 12 | #include <asm/hardware.h> |
13 | 13 | ||
14 | #define l7200aux_reg *((volatile unsigned int *) (AUX_BASE)) | 14 | #define l7200aux_reg *((volatile unsigned int *) (AUX_BASE)) |
15 | 15 | ||
diff --git a/include/asm-arm/arch-l7200/gp_timers.h b/include/asm-arm/arch-l7200/gp_timers.h index 6f20962df248..9c4804d13578 100644 --- a/include/asm-arm/arch-l7200/gp_timers.h +++ b/include/asm-arm/arch-l7200/gp_timers.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #ifndef _ASM_ARCH_GPTIMERS_H | 10 | #ifndef _ASM_ARCH_GPTIMERS_H |
11 | #define _ASM_ARCH_GPTIMERS_H | 11 | #define _ASM_ARCH_GPTIMERS_H |
12 | 12 | ||
13 | #include <asm/arch/hardware.h> | 13 | #include <asm/hardware.h> |
14 | 14 | ||
15 | /* | 15 | /* |
16 | * Layout of L7200 general purpose timer registers | 16 | * Layout of L7200 general purpose timer registers |
diff --git a/include/asm-arm/arch-omap/gpio.h b/include/asm-arm/arch-omap/gpio.h index 1b3885741ac1..f486b72070ea 100644 --- a/include/asm-arm/arch-omap/gpio.h +++ b/include/asm-arm/arch-omap/gpio.h | |||
@@ -26,7 +26,7 @@ | |||
26 | #ifndef __ASM_ARCH_OMAP_GPIO_H | 26 | #ifndef __ASM_ARCH_OMAP_GPIO_H |
27 | #define __ASM_ARCH_OMAP_GPIO_H | 27 | #define __ASM_ARCH_OMAP_GPIO_H |
28 | 28 | ||
29 | #include <asm/arch/hardware.h> | 29 | #include <asm/hardware.h> |
30 | #include <asm/arch/irqs.h> | 30 | #include <asm/arch/irqs.h> |
31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
32 | 32 | ||
diff --git a/include/asm-arm/arch-omap/irqs.h b/include/asm-arm/arch-omap/irqs.h index 9779686bdceb..4ffce1d77759 100644 --- a/include/asm-arm/arch-omap/irqs.h +++ b/include/asm-arm/arch-omap/irqs.h | |||
@@ -260,7 +260,7 @@ extern void omap_init_irq(void); | |||
260 | * The definition of NR_IRQS is in board-specific header file, which is | 260 | * The definition of NR_IRQS is in board-specific header file, which is |
261 | * included via hardware.h | 261 | * included via hardware.h |
262 | */ | 262 | */ |
263 | #include <asm/arch/hardware.h> | 263 | #include <asm/hardware.h> |
264 | 264 | ||
265 | #ifndef NR_IRQS | 265 | #ifndef NR_IRQS |
266 | #define NR_IRQS IH_BOARD_BASE | 266 | #define NR_IRQS IH_BOARD_BASE |
diff --git a/include/asm-arm/arch-omap/mcbsp.h b/include/asm-arm/arch-omap/mcbsp.h index 305bdeb16ab8..e79d98ab2ab6 100644 --- a/include/asm-arm/arch-omap/mcbsp.h +++ b/include/asm-arm/arch-omap/mcbsp.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef __ASM_ARCH_OMAP_MCBSP_H | 24 | #ifndef __ASM_ARCH_OMAP_MCBSP_H |
25 | #define __ASM_ARCH_OMAP_MCBSP_H | 25 | #define __ASM_ARCH_OMAP_MCBSP_H |
26 | 26 | ||
27 | #include <asm/arch/hardware.h> | 27 | #include <asm/hardware.h> |
28 | 28 | ||
29 | #define OMAP730_MCBSP1_BASE 0xfffb1000 | 29 | #define OMAP730_MCBSP1_BASE 0xfffb1000 |
30 | #define OMAP730_MCBSP2_BASE 0xfffb1800 | 30 | #define OMAP730_MCBSP2_BASE 0xfffb1800 |
diff --git a/include/asm-arm/arch-omap/system.h b/include/asm-arm/arch-omap/system.h index b43cdd2a3874..9af415d2944a 100644 --- a/include/asm-arm/arch-omap/system.h +++ b/include/asm-arm/arch-omap/system.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #include <linux/config.h> | 7 | #include <linux/config.h> |
8 | #include <asm/mach-types.h> | 8 | #include <asm/mach-types.h> |
9 | #include <asm/hardware/clock.h> | 9 | #include <asm/hardware/clock.h> |
10 | #include <asm/arch/hardware.h> | 10 | #include <asm/hardware.h> |
11 | #include <asm/arch/prcm.h> | 11 | #include <asm/arch/prcm.h> |
12 | 12 | ||
13 | #ifndef CONFIG_MACH_VOICEBLUE | 13 | #ifndef CONFIG_MACH_VOICEBLUE |
diff --git a/include/asm-arm/arch-realview/hardware.h b/include/asm-arm/arch-realview/hardware.h index 67879cdb6ef2..9ca76dc3a7af 100644 --- a/include/asm-arm/arch-realview/hardware.h +++ b/include/asm-arm/arch-realview/hardware.h | |||
@@ -27,5 +27,6 @@ | |||
27 | 27 | ||
28 | /* macro to get at IO space when running virtually */ | 28 | /* macro to get at IO space when running virtually */ |
29 | #define IO_ADDRESS(x) (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000) | 29 | #define IO_ADDRESS(x) (((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + 0xf0000000) |
30 | #define __io_address(n) __io(IO_ADDRESS(n)) | ||
30 | 31 | ||
31 | #endif | 32 | #endif |
diff --git a/include/asm-arm/arch-realview/system.h b/include/asm-arm/arch-realview/system.h index 9f8fcbca0869..6f3d0ce0ca1e 100644 --- a/include/asm-arm/arch-realview/system.h +++ b/include/asm-arm/arch-realview/system.h | |||
@@ -36,7 +36,7 @@ static inline void arch_idle(void) | |||
36 | 36 | ||
37 | static inline void arch_reset(char mode) | 37 | static inline void arch_reset(char mode) |
38 | { | 38 | { |
39 | unsigned int hdr_ctrl = (IO_ADDRESS(REALVIEW_SYS_BASE) + REALVIEW_SYS_RESETCTL_OFFSET); | 39 | void __iomem *hdr_ctrl = __io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_RESETCTL_OFFSET; |
40 | unsigned int val; | 40 | unsigned int val; |
41 | 41 | ||
42 | /* | 42 | /* |
diff --git a/include/asm-arm/arch-rpc/system.h b/include/asm-arm/arch-rpc/system.h index ca3277d1d5ea..729c2ae4b513 100644 --- a/include/asm-arm/arch-rpc/system.h +++ b/include/asm-arm/arch-rpc/system.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <asm/arch/hardware.h> | 10 | #include <asm/hardware.h> |
11 | #include <asm/hardware/iomd.h> | 11 | #include <asm/hardware/iomd.h> |
12 | #include <asm/io.h> | 12 | #include <asm/io.h> |
13 | 13 | ||
diff --git a/include/asm-arm/arch-sa1100/memory.h b/include/asm-arm/arch-sa1100/memory.h index 0fc555b4c912..018a9f0e3986 100644 --- a/include/asm-arm/arch-sa1100/memory.h +++ b/include/asm-arm/arch-sa1100/memory.h | |||
@@ -18,20 +18,10 @@ | |||
18 | #ifndef __ASSEMBLY__ | 18 | #ifndef __ASSEMBLY__ |
19 | 19 | ||
20 | #ifdef CONFIG_SA1111 | 20 | #ifdef CONFIG_SA1111 |
21 | static inline void | 21 | void sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes); |
22 | __arch_adjust_zones(int node, unsigned long *size, unsigned long *holes) | ||
23 | { | ||
24 | unsigned int sz = SZ_1M >> PAGE_SHIFT; | ||
25 | |||
26 | if (node != 0) | ||
27 | sz = 0; | ||
28 | |||
29 | size[1] = size[0] - sz; | ||
30 | size[0] = sz; | ||
31 | } | ||
32 | 22 | ||
33 | #define arch_adjust_zones(node, size, holes) \ | 23 | #define arch_adjust_zones(node, size, holes) \ |
34 | __arch_adjust_zones(node, size, holes) | 24 | sa1111_adjust_zones(node, size, holes) |
35 | 25 | ||
36 | #define ISA_DMA_THRESHOLD (PHYS_OFFSET + SZ_1M - 1) | 26 | #define ISA_DMA_THRESHOLD (PHYS_OFFSET + SZ_1M - 1) |
37 | 27 | ||
diff --git a/include/asm-arm/atomic.h b/include/asm-arm/atomic.h index 75b802719723..d586f65c8228 100644 --- a/include/asm-arm/atomic.h +++ b/include/asm-arm/atomic.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #define __ASM_ARM_ATOMIC_H | 12 | #define __ASM_ARM_ATOMIC_H |
13 | 13 | ||
14 | #include <linux/config.h> | 14 | #include <linux/config.h> |
15 | #include <linux/compiler.h> | ||
15 | 16 | ||
16 | typedef struct { volatile int counter; } atomic_t; | 17 | typedef struct { volatile int counter; } atomic_t; |
17 | 18 | ||
@@ -82,11 +83,12 @@ static inline int atomic_sub_return(int i, atomic_t *v) | |||
82 | 83 | ||
83 | static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) | 84 | static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) |
84 | { | 85 | { |
85 | u32 oldval, res; | 86 | unsigned long oldval, res; |
86 | 87 | ||
87 | do { | 88 | do { |
88 | __asm__ __volatile__("@ atomic_cmpxchg\n" | 89 | __asm__ __volatile__("@ atomic_cmpxchg\n" |
89 | "ldrex %1, [%2]\n" | 90 | "ldrex %1, [%2]\n" |
91 | "mov %0, #0\n" | ||
90 | "teq %1, %3\n" | 92 | "teq %1, %3\n" |
91 | "strexeq %0, %4, [%2]\n" | 93 | "strexeq %0, %4, [%2]\n" |
92 | : "=&r" (res), "=&r" (oldval) | 94 | : "=&r" (res), "=&r" (oldval) |
diff --git a/include/asm-arm/bitops.h b/include/asm-arm/bitops.h index e007dd990da5..7399d431edfe 100644 --- a/include/asm-arm/bitops.h +++ b/include/asm-arm/bitops.h | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | #ifdef __KERNEL__ | 20 | #ifdef __KERNEL__ |
21 | 21 | ||
22 | #include <linux/compiler.h> | ||
22 | #include <asm/system.h> | 23 | #include <asm/system.h> |
23 | 24 | ||
24 | #define smp_mb__before_clear_bit() mb() | 25 | #define smp_mb__before_clear_bit() mb() |
diff --git a/include/asm-arm/hardware/dec21285.h b/include/asm-arm/hardware/dec21285.h index 9049f0ddaecf..6685e3fb97b1 100644 --- a/include/asm-arm/hardware/dec21285.h +++ b/include/asm-arm/hardware/dec21285.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include <linux/config.h> | 21 | #include <linux/config.h> |
22 | #ifndef __ASSEMBLY__ | 22 | #ifndef __ASSEMBLY__ |
23 | #include <asm/arch/hardware.h> | 23 | #include <asm/hardware.h> |
24 | #define DC21285_IO(x) ((volatile unsigned long *)(ARMCSR_BASE+(x))) | 24 | #define DC21285_IO(x) ((volatile unsigned long *)(ARMCSR_BASE+(x))) |
25 | #else | 25 | #else |
26 | #define DC21285_IO(x) (x) | 26 | #define DC21285_IO(x) (x) |
diff --git a/include/asm-arm/mmu_context.h b/include/asm-arm/mmu_context.h index 3d4b810d8c38..81c59facea3b 100644 --- a/include/asm-arm/mmu_context.h +++ b/include/asm-arm/mmu_context.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #ifndef __ASM_ARM_MMU_CONTEXT_H | 13 | #ifndef __ASM_ARM_MMU_CONTEXT_H |
14 | #define __ASM_ARM_MMU_CONTEXT_H | 14 | #define __ASM_ARM_MMU_CONTEXT_H |
15 | 15 | ||
16 | #include <linux/compiler.h> | ||
16 | #include <asm/cacheflush.h> | 17 | #include <asm/cacheflush.h> |
17 | #include <asm/proc-fns.h> | 18 | #include <asm/proc-fns.h> |
18 | 19 | ||
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h index 8efa4ebdcacb..5621d61ebc07 100644 --- a/include/asm-arm/system.h +++ b/include/asm-arm/system.h | |||
@@ -93,8 +93,6 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, | |||
93 | struct pt_regs *), | 93 | struct pt_regs *), |
94 | int sig, const char *name); | 94 | int sig, const char *name); |
95 | 95 | ||
96 | #include <asm/proc-fns.h> | ||
97 | |||
98 | #define xchg(ptr,x) \ | 96 | #define xchg(ptr,x) \ |
99 | ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) | 97 | ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) |
100 | 98 | ||
@@ -102,6 +100,8 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, | |||
102 | 100 | ||
103 | extern asmlinkage void __backtrace(void); | 101 | extern asmlinkage void __backtrace(void); |
104 | extern asmlinkage void c_backtrace(unsigned long fp, int pmode); | 102 | extern asmlinkage void c_backtrace(unsigned long fp, int pmode); |
103 | |||
104 | struct mm_struct; | ||
105 | extern void show_pte(struct mm_struct *mm, unsigned long addr); | 105 | extern void show_pte(struct mm_struct *mm, unsigned long addr); |
106 | extern void __show_regs(struct pt_regs *); | 106 | extern void __show_regs(struct pt_regs *); |
107 | 107 | ||
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index 8252a4cd860f..7c98557b717f 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
14 | 14 | ||
15 | #include <linux/compiler.h> | ||
15 | #include <asm/fpstate.h> | 16 | #include <asm/fpstate.h> |
16 | 17 | ||
17 | #define THREAD_SIZE_ORDER 1 | 18 | #define THREAD_SIZE_ORDER 1 |
diff --git a/include/asm-i386/signal.h b/include/asm-i386/signal.h index cbb47d34aa31..76524b4052ac 100644 --- a/include/asm-i386/signal.h +++ b/include/asm-i386/signal.h | |||
@@ -159,14 +159,37 @@ typedef struct sigaltstack { | |||
159 | 159 | ||
160 | #define __HAVE_ARCH_SIG_BITOPS | 160 | #define __HAVE_ARCH_SIG_BITOPS |
161 | 161 | ||
162 | static __inline__ void sigaddset(sigset_t *set, int _sig) | 162 | #define sigaddset(set,sig) \ |
163 | (__builtin_constant_p(sig) ? \ | ||
164 | __const_sigaddset((set),(sig)) : \ | ||
165 | __gen_sigaddset((set),(sig))) | ||
166 | |||
167 | static __inline__ void __gen_sigaddset(sigset_t *set, int _sig) | ||
163 | { | 168 | { |
164 | __asm__("btsl %1,%0" : "=m"(*set) : "Ir"(_sig - 1) : "cc"); | 169 | __asm__("btsl %1,%0" : "+m"(*set) : "Ir"(_sig - 1) : "cc"); |
165 | } | 170 | } |
166 | 171 | ||
167 | static __inline__ void sigdelset(sigset_t *set, int _sig) | 172 | static __inline__ void __const_sigaddset(sigset_t *set, int _sig) |
168 | { | 173 | { |
169 | __asm__("btrl %1,%0" : "=m"(*set) : "Ir"(_sig - 1) : "cc"); | 174 | unsigned long sig = _sig - 1; |
175 | set->sig[sig / _NSIG_BPW] |= 1 << (sig % _NSIG_BPW); | ||
176 | } | ||
177 | |||
178 | #define sigdelset(set,sig) \ | ||
179 | (__builtin_constant_p(sig) ? \ | ||
180 | __const_sigdelset((set),(sig)) : \ | ||
181 | __gen_sigdelset((set),(sig))) | ||
182 | |||
183 | |||
184 | static __inline__ void __gen_sigdelset(sigset_t *set, int _sig) | ||
185 | { | ||
186 | __asm__("btrl %1,%0" : "+m"(*set) : "Ir"(_sig - 1) : "cc"); | ||
187 | } | ||
188 | |||
189 | static __inline__ void __const_sigdelset(sigset_t *set, int _sig) | ||
190 | { | ||
191 | unsigned long sig = _sig - 1; | ||
192 | set->sig[sig / _NSIG_BPW] &= ~(1 << (sig % _NSIG_BPW)); | ||
170 | } | 193 | } |
171 | 194 | ||
172 | static __inline__ int __const_sigismember(sigset_t *set, int _sig) | 195 | static __inline__ int __const_sigismember(sigset_t *set, int _sig) |
diff --git a/include/asm-mips/atomic.h b/include/asm-mips/atomic.h index 2c87b41e69ba..55c37c106ef0 100644 --- a/include/asm-mips/atomic.h +++ b/include/asm-mips/atomic.h | |||
@@ -231,11 +231,12 @@ static __inline__ int atomic_sub_return(int i, atomic_t * v) | |||
231 | } | 231 | } |
232 | 232 | ||
233 | /* | 233 | /* |
234 | * atomic_sub_if_positive - add integer to atomic variable | 234 | * atomic_sub_if_positive - conditionally subtract integer from atomic variable |
235 | * @i: integer value to subtract | ||
235 | * @v: pointer of type atomic_t | 236 | * @v: pointer of type atomic_t |
236 | * | 237 | * |
237 | * Atomically test @v and decrement if it is greater than 0. | 238 | * Atomically test @v and subtract @i if @v is greater or equal than @i. |
238 | * The function returns the old value of @v minus 1. | 239 | * The function returns the old value of @v minus @i. |
239 | */ | 240 | */ |
240 | static __inline__ int atomic_sub_if_positive(int i, atomic_t * v) | 241 | static __inline__ int atomic_sub_if_positive(int i, atomic_t * v) |
241 | { | 242 | { |
@@ -577,11 +578,12 @@ static __inline__ long atomic64_sub_return(long i, atomic64_t * v) | |||
577 | } | 578 | } |
578 | 579 | ||
579 | /* | 580 | /* |
580 | * atomic64_sub_if_positive - add integer to atomic variable | 581 | * atomic64_sub_if_positive - conditionally subtract integer from atomic variable |
582 | * @i: integer value to subtract | ||
581 | * @v: pointer of type atomic64_t | 583 | * @v: pointer of type atomic64_t |
582 | * | 584 | * |
583 | * Atomically test @v and decrement if it is greater than 0. | 585 | * Atomically test @v and subtract @i if @v is greater or equal than @i. |
584 | * The function returns the old value of @v minus 1. | 586 | * The function returns the old value of @v minus @i. |
585 | */ | 587 | */ |
586 | static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) | 588 | static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) |
587 | { | 589 | { |
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index 3061870b7f6c..d42685747e7d 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h | |||
@@ -459,10 +459,10 @@ __BUILDIO(q, u64) | |||
459 | 459 | ||
460 | #define __BUILD_MEMORY_STRING(bwlq, type) \ | 460 | #define __BUILD_MEMORY_STRING(bwlq, type) \ |
461 | \ | 461 | \ |
462 | static inline void writes##bwlq(volatile void __iomem *mem, void *addr, \ | 462 | static inline void writes##bwlq(volatile void __iomem *mem, \ |
463 | unsigned int count) \ | 463 | const void *addr, unsigned int count) \ |
464 | { \ | 464 | { \ |
465 | volatile type *__addr = addr; \ | 465 | const volatile type *__addr = addr; \ |
466 | \ | 466 | \ |
467 | while (count--) { \ | 467 | while (count--) { \ |
468 | mem_write##bwlq(*__addr, mem); \ | 468 | mem_write##bwlq(*__addr, mem); \ |
diff --git a/include/asm-mips/ip32/crime.h b/include/asm-mips/ip32/crime.h index 152879bae20f..a13702fafa85 100644 --- a/include/asm-mips/ip32/crime.h +++ b/include/asm-mips/ip32/crime.h | |||
@@ -154,7 +154,7 @@ struct sgi_crime { | |||
154 | #define CRIME_MEM_ERROR_ECC_REPL_MASK 0xffffffff | 154 | #define CRIME_MEM_ERROR_ECC_REPL_MASK 0xffffffff |
155 | }; | 155 | }; |
156 | 156 | ||
157 | extern struct sgi_crime *crime; | 157 | extern struct sgi_crime __iomem *crime; |
158 | 158 | ||
159 | #define CRIME_HI_MEM_BASE 0x40000000 /* this is where whole 1G of RAM is mapped */ | 159 | #define CRIME_HI_MEM_BASE 0x40000000 /* this is where whole 1G of RAM is mapped */ |
160 | 160 | ||
diff --git a/include/asm-mips/ip32/mace.h b/include/asm-mips/ip32/mace.h index 5bdc51d85b6c..990082c81f39 100644 --- a/include/asm-mips/ip32/mace.h +++ b/include/asm-mips/ip32/mace.h | |||
@@ -150,24 +150,34 @@ struct mace_audio { | |||
150 | 150 | ||
151 | /* register definitions for parallel port DMA */ | 151 | /* register definitions for parallel port DMA */ |
152 | struct mace_parport { | 152 | struct mace_parport { |
153 | /* 0 - do nothing, 1 - pulse terminal count to the device after buffer is drained */ | 153 | /* 0 - do nothing, |
154 | #define MACEPAR_CONTEXT_LASTFLAG BIT(63) | 154 | * 1 - pulse terminal count to the device after buffer is drained */ |
155 | /* Should not cross 4K page boundary */ | 155 | #define MACEPAR_CONTEXT_LASTFLAG BIT(63) |
156 | #define MACEPAR_CONTEXT_DATALEN_MASK 0xfff00000000 | 156 | /* Should not cross 4K page boundary */ |
157 | /* Can be arbitrarily aligned on any byte boundary on output, 64 byte aligned on input */ | 157 | #define MACEPAR_CONTEXT_DATA_BOUND 0x0000000000001000UL |
158 | #define MACEPAR_CONTEXT_BASEADDR_MASK 0xffffffff | 158 | #define MACEPAR_CONTEXT_DATALEN_MASK 0x00000fff00000000UL |
159 | #define MACEPAR_CONTEXT_DATALEN_SHIFT 32 | ||
160 | /* Can be arbitrarily aligned on any byte boundary on output, | ||
161 | * 64 byte aligned on input */ | ||
162 | #define MACEPAR_CONTEXT_BASEADDR_MASK 0x00000000ffffffffUL | ||
159 | volatile u64 context_a; | 163 | volatile u64 context_a; |
160 | volatile u64 context_b; | 164 | volatile u64 context_b; |
161 | #define MACEPAR_CTLSTAT_DIRECTION BIT(0) /* 0 - mem->device, 1 - device->mem */ | 165 | /* 0 - mem->device, 1 - device->mem */ |
162 | #define MACEPAR_CTLSTAT_ENABLE BIT(1) /* 0 - channel frozen, 1 - channel enabled */ | 166 | #define MACEPAR_CTLSTAT_DIRECTION BIT(0) |
163 | #define MACEPAR_CTLSTAT_RESET BIT(2) /* 0 - channel active, 1 - complete channel reset */ | 167 | /* 0 - channel frozen, 1 - channel enabled */ |
164 | #define MACEPAR_CTLSTAT_CTXB_VALID BIT(3) | 168 | #define MACEPAR_CTLSTAT_ENABLE BIT(1) |
165 | #define MACEPAR_CTLSTAT_CTXA_VALID BIT(4) | 169 | /* 0 - channel active, 1 - complete channel reset */ |
166 | volatile u64 cntlstat; /* Control/Status register */ | 170 | #define MACEPAR_CTLSTAT_RESET BIT(2) |
167 | #define MACEPAR_DIAG_CTXINUSE BIT(1) | 171 | #define MACEPAR_CTLSTAT_CTXB_VALID BIT(3) |
168 | #define MACEPAR_DIAG_DMACTIVE BIT(2) /* 1 - Dma engine is enabled and processing something */ | 172 | #define MACEPAR_CTLSTAT_CTXA_VALID BIT(4) |
169 | #define MACEPAR_DIAG_CTRMASK 0x3ffc /* Counter of bytes left */ | 173 | volatile u64 cntlstat; /* Control/Status register */ |
170 | volatile u64 diagnostic; /* RO: diagnostic register */ | 174 | #define MACEPAR_DIAG_CTXINUSE BIT(0) |
175 | /* 1 - Dma engine is enabled and processing something */ | ||
176 | #define MACEPAR_DIAG_DMACTIVE BIT(1) | ||
177 | /* Counter of bytes left */ | ||
178 | #define MACEPAR_DIAG_CTRMASK 0x0000000000003ffcUL | ||
179 | #define MACEPAR_DIAG_CTRSHIFT 2 | ||
180 | volatile u64 diagnostic; /* RO: diagnostic register */ | ||
171 | }; | 181 | }; |
172 | 182 | ||
173 | /* ISA Control and DMA registers */ | 183 | /* ISA Control and DMA registers */ |
@@ -353,6 +363,6 @@ struct sgi_mace { | |||
353 | char _pad6[0x80000 - sizeof(struct mace_isa)]; | 363 | char _pad6[0x80000 - sizeof(struct mace_isa)]; |
354 | }; | 364 | }; |
355 | 365 | ||
356 | extern struct sgi_mace *mace; | 366 | extern struct sgi_mace __iomem *mace; |
357 | 367 | ||
358 | #endif /* __ASM_MACE_H__ */ | 368 | #endif /* __ASM_MACE_H__ */ |
diff --git a/include/asm-mips/mach-db1x00/db1200.h b/include/asm-mips/mach-db1x00/db1200.h index 5d894376fc1a..647fdb54cc1d 100644 --- a/include/asm-mips/mach-db1x00/db1200.h +++ b/include/asm-mips/mach-db1x00/db1200.h | |||
@@ -220,5 +220,8 @@ static BCSR * const bcsr = (BCSR *)BCSR_KSEG1_ADDR; | |||
220 | #define BOARD_PC1_INT DB1200_PC1_INT | 220 | #define BOARD_PC1_INT DB1200_PC1_INT |
221 | #define BOARD_CARD_INSERTED(SOCKET) bcsr->sig_status & (1<<(8+(2*SOCKET))) | 221 | #define BOARD_CARD_INSERTED(SOCKET) bcsr->sig_status & (1<<(8+(2*SOCKET))) |
222 | 222 | ||
223 | /* Nand chip select */ | ||
224 | #define NAND_CS 1 | ||
225 | |||
223 | #endif /* __ASM_DB1200_H */ | 226 | #endif /* __ASM_DB1200_H */ |
224 | 227 | ||
diff --git a/include/asm-mips/mach-db1x00/db1x00.h b/include/asm-mips/mach-db1x00/db1x00.h index efafe65258b6..7b28b23f91ce 100644 --- a/include/asm-mips/mach-db1x00/db1x00.h +++ b/include/asm-mips/mach-db1x00/db1x00.h | |||
@@ -200,6 +200,12 @@ typedef volatile struct | |||
200 | ((NAND_T_PUL & 0xF) << NAND_T_PUL_SHIFT) | \ | 200 | ((NAND_T_PUL & 0xF) << NAND_T_PUL_SHIFT) | \ |
201 | ((NAND_T_SU & 0xF) << NAND_T_SU_SHIFT) | \ | 201 | ((NAND_T_SU & 0xF) << NAND_T_SU_SHIFT) | \ |
202 | ((NAND_T_WH & 0xF) << NAND_T_WH_SHIFT) | 202 | ((NAND_T_WH & 0xF) << NAND_T_WH_SHIFT) |
203 | #define NAND_CS 1 | ||
204 | |||
205 | /* should be done by yamon */ | ||
206 | #define NAND_STCFG 0x00400005 /* 8-bit NAND */ | ||
207 | #define NAND_STTIME 0x00007774 /* valid for 396MHz SD=2 only */ | ||
208 | #define NAND_STADDR 0x12000FFF /* physical address 0x20000000 */ | ||
203 | 209 | ||
204 | #endif /* __ASM_DB1X00_H */ | 210 | #endif /* __ASM_DB1X00_H */ |
205 | 211 | ||
diff --git a/include/asm-mips/mach-ip32/mc146818rtc.h b/include/asm-mips/mach-ip32/mc146818rtc.h index f5d780ff843f..c28ba8d84076 100644 --- a/include/asm-mips/mach-ip32/mc146818rtc.h +++ b/include/asm-mips/mach-ip32/mc146818rtc.h | |||
@@ -11,7 +11,6 @@ | |||
11 | #ifndef __ASM_MACH_IP32_MC146818RTC_H | 11 | #ifndef __ASM_MACH_IP32_MC146818RTC_H |
12 | #define __ASM_MACH_IP32_MC146818RTC_H | 12 | #define __ASM_MACH_IP32_MC146818RTC_H |
13 | 13 | ||
14 | #include <asm/io.h> | ||
15 | #include <asm/ip32/mace.h> | 14 | #include <asm/ip32/mace.h> |
16 | 15 | ||
17 | #define RTC_PORT(x) (0x70 + (x)) | 16 | #define RTC_PORT(x) (0x70 + (x)) |
@@ -26,8 +25,10 @@ static inline void CMOS_WRITE(unsigned char data, unsigned long addr) | |||
26 | mace->isa.rtc[addr << 8] = data; | 25 | mace->isa.rtc[addr << 8] = data; |
27 | } | 26 | } |
28 | 27 | ||
29 | /* FIXME: Do it right. For now just assume that noone lives in 20th century | 28 | /* |
30 | * and no O2 user in 22th century ;-) */ | 29 | * FIXME: Do it right. For now just assume that noone lives in 20th century |
30 | * and no O2 user in 22th century ;-) | ||
31 | */ | ||
31 | #define mc146818_decode_year(year) ((year) + 2000) | 32 | #define mc146818_decode_year(year) ((year) + 2000) |
32 | 33 | ||
33 | #define RTC_ALWAYS_BCD 0 | 34 | #define RTC_ALWAYS_BCD 0 |
diff --git a/include/asm-mips/mach-jmr3927/asm/ds1742.h b/include/asm-mips/mach-jmr3927/ds1742.h index 134a4b6c334a..cff6192d4bdb 100644 --- a/include/asm-mips/mach-jmr3927/asm/ds1742.h +++ b/include/asm-mips/mach-jmr3927/ds1742.h | |||
@@ -5,12 +5,12 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2003 by Ralf Baechle | 6 | * Copyright (C) 2003 by Ralf Baechle |
7 | */ | 7 | */ |
8 | #ifndef __ASM_MACH_JMR3927_ASM_DS1742_H | 8 | #ifndef __ASM_MACH_JMR3927_DS1742_H |
9 | #define __ASM_MACH_JMR3927_ASM_DS1742_H | 9 | #define __ASM_MACH_JMR3927_DS1742_H |
10 | 10 | ||
11 | #include <asm/jmr3927/jmr3927.h> | 11 | #include <asm/jmr3927/jmr3927.h> |
12 | 12 | ||
13 | #define rtc_read(reg) (jmr3927_nvram_in(addr)) | 13 | #define rtc_read(reg) (jmr3927_nvram_in(addr)) |
14 | #define rtc_write(data, reg) (jmr3927_nvram_out((data),(reg))) | 14 | #define rtc_write(data, reg) (jmr3927_nvram_out((data),(reg))) |
15 | 15 | ||
16 | #endif /* __ASM_MACH_JMR3927_ASM_DS1742_H */ | 16 | #endif /* __ASM_MACH_JMR3927_DS1742_H */ |
diff --git a/include/asm-mips/mach-pb1x00/pb1200.h b/include/asm-mips/mach-pb1x00/pb1200.h index 9a3088b19bf3..409d443322c1 100644 --- a/include/asm-mips/mach-pb1x00/pb1200.h +++ b/include/asm-mips/mach-pb1x00/pb1200.h | |||
@@ -248,5 +248,8 @@ static BCSR * const bcsr = (BCSR *)BCSR_KSEG1_ADDR; | |||
248 | #define BOARD_PC1_INT PB1200_PC1_INT | 248 | #define BOARD_PC1_INT PB1200_PC1_INT |
249 | #define BOARD_CARD_INSERTED(SOCKET) bcsr->sig_status & (1<<(8+(2*SOCKET))) | 249 | #define BOARD_CARD_INSERTED(SOCKET) bcsr->sig_status & (1<<(8+(2*SOCKET))) |
250 | 250 | ||
251 | /* Nand chip select */ | ||
252 | #define NAND_CS 1 | ||
253 | |||
251 | #endif /* __ASM_PB1200_H */ | 254 | #endif /* __ASM_PB1200_H */ |
252 | 255 | ||
diff --git a/include/asm-mips/mach-pb1x00/pb1550.h b/include/asm-mips/mach-pb1x00/pb1550.h index 431d6088ea96..9578ead11e8a 100644 --- a/include/asm-mips/mach-pb1x00/pb1550.h +++ b/include/asm-mips/mach-pb1x00/pb1550.h | |||
@@ -166,4 +166,11 @@ static BCSR * const bcsr = (BCSR *)BCSR_PHYS_ADDR; | |||
166 | ((NAND_T_SU & 0xF) << NAND_T_SU_SHIFT) | \ | 166 | ((NAND_T_SU & 0xF) << NAND_T_SU_SHIFT) | \ |
167 | ((NAND_T_WH & 0xF) << NAND_T_WH_SHIFT) | 167 | ((NAND_T_WH & 0xF) << NAND_T_WH_SHIFT) |
168 | 168 | ||
169 | #define NAND_CS 1 | ||
170 | |||
171 | /* should be done by yamon */ | ||
172 | #define NAND_STCFG 0x00400005 /* 8-bit NAND */ | ||
173 | #define NAND_STTIME 0x00007774 /* valid for 396MHz SD=2 only */ | ||
174 | #define NAND_STADDR 0x12000FFF /* physical address 0x20000000 */ | ||
175 | |||
169 | #endif /* __ASM_PB1550_H */ | 176 | #endif /* __ASM_PB1550_H */ |
diff --git a/include/asm-mips/mips-boards/seadint.h b/include/asm-mips/mips-boards/seadint.h index c3dcfcb928b6..365c2a3c64f5 100644 --- a/include/asm-mips/mips-boards/seadint.h +++ b/include/asm-mips/mips-boards/seadint.h | |||
@@ -20,9 +20,14 @@ | |||
20 | #ifndef _MIPS_SEADINT_H | 20 | #ifndef _MIPS_SEADINT_H |
21 | #define _MIPS_SEADINT_H | 21 | #define _MIPS_SEADINT_H |
22 | 22 | ||
23 | #define SEADINT_UART0 2 | 23 | /* |
24 | #define SEADINT_UART1 3 | 24 | * Interrupts 0..7 are used for SEAD CPU interrupts |
25 | */ | ||
26 | #define MIPSCPU_INT_BASE 0 | ||
27 | |||
28 | #define MIPSCPU_INT_UART0 2 | ||
29 | #define MIPSCPU_INT_UART1 3 | ||
25 | 30 | ||
26 | extern void seadint_init(void); | 31 | #define MIPSCPU_INT_CPUCTR 7 |
27 | 32 | ||
28 | #endif /* !(_MIPS_SEADINT_H) */ | 33 | #endif /* !(_MIPS_SEADINT_H) */ |
diff --git a/include/asm-mips/signal.h b/include/asm-mips/signal.h index 8ca539e80d87..6fe903e09c62 100644 --- a/include/asm-mips/signal.h +++ b/include/asm-mips/signal.h | |||
@@ -155,27 +155,6 @@ typedef struct sigaltstack { | |||
155 | #ifdef __KERNEL__ | 155 | #ifdef __KERNEL__ |
156 | #include <asm/sigcontext.h> | 156 | #include <asm/sigcontext.h> |
157 | 157 | ||
158 | /* | ||
159 | * The following break codes are or were in use for specific purposes in | ||
160 | * other MIPS operating systems. Linux/MIPS doesn't use all of them. The | ||
161 | * unused ones are here as placeholders; we might encounter them in | ||
162 | * non-Linux/MIPS object files or make use of them in the future. | ||
163 | */ | ||
164 | #define BRK_USERBP 0 /* User bp (used by debuggers) */ | ||
165 | #define BRK_KERNELBP 1 /* Break in the kernel */ | ||
166 | #define BRK_ABORT 2 /* Sometimes used by abort(3) to SIGIOT */ | ||
167 | #define BRK_BD_TAKEN 3 /* For bd slot emulation - not implemented */ | ||
168 | #define BRK_BD_NOTTAKEN 4 /* For bd slot emulation - not implemented */ | ||
169 | #define BRK_SSTEPBP 5 /* User bp (used by debuggers) */ | ||
170 | #define BRK_OVERFLOW 6 /* Overflow check */ | ||
171 | #define BRK_DIVZERO 7 /* Divide by zero check */ | ||
172 | #define BRK_RANGE 8 /* Range error check */ | ||
173 | #define BRK_STACKOVERFLOW 9 /* For Ada stackchecking */ | ||
174 | #define BRK_NORLD 10 /* No rld found - not used by Linux/MIPS */ | ||
175 | #define _BRK_THREADBP 11 /* For threads, user bp (used by debuggers) */ | ||
176 | #define BRK_MULOVF 1023 /* Multiply overflow */ | ||
177 | #define BRK_BUG 512 /* Used by BUG() */ | ||
178 | |||
179 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) | 158 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) |
180 | 159 | ||
181 | #endif /* __KERNEL__ */ | 160 | #endif /* __KERNEL__ */ |
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index 04e2726002cf..d1cfa3f515ea 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -90,6 +90,7 @@ extern void do_cpu_ftr_fixups(unsigned long offset); | |||
90 | #define CPU_FTR_NEED_COHERENT ASM_CONST(0x0000000000020000) | 90 | #define CPU_FTR_NEED_COHERENT ASM_CONST(0x0000000000020000) |
91 | #define CPU_FTR_NO_BTIC ASM_CONST(0x0000000000040000) | 91 | #define CPU_FTR_NO_BTIC ASM_CONST(0x0000000000040000) |
92 | #define CPU_FTR_BIG_PHYS ASM_CONST(0x0000000000080000) | 92 | #define CPU_FTR_BIG_PHYS ASM_CONST(0x0000000000080000) |
93 | #define CPU_FTR_NODSISRALIGN ASM_CONST(0x0000000000100000) | ||
93 | 94 | ||
94 | #ifdef __powerpc64__ | 95 | #ifdef __powerpc64__ |
95 | /* Add the 64b processor unique features in the top half of the word */ | 96 | /* Add the 64b processor unique features in the top half of the word */ |
@@ -97,7 +98,6 @@ extern void do_cpu_ftr_fixups(unsigned long offset); | |||
97 | #define CPU_FTR_16M_PAGE ASM_CONST(0x0000000200000000) | 98 | #define CPU_FTR_16M_PAGE ASM_CONST(0x0000000200000000) |
98 | #define CPU_FTR_TLBIEL ASM_CONST(0x0000000400000000) | 99 | #define CPU_FTR_TLBIEL ASM_CONST(0x0000000400000000) |
99 | #define CPU_FTR_NOEXECUTE ASM_CONST(0x0000000800000000) | 100 | #define CPU_FTR_NOEXECUTE ASM_CONST(0x0000000800000000) |
100 | #define CPU_FTR_NODSISRALIGN ASM_CONST(0x0000001000000000) | ||
101 | #define CPU_FTR_IABR ASM_CONST(0x0000002000000000) | 101 | #define CPU_FTR_IABR ASM_CONST(0x0000002000000000) |
102 | #define CPU_FTR_MMCRA ASM_CONST(0x0000004000000000) | 102 | #define CPU_FTR_MMCRA ASM_CONST(0x0000004000000000) |
103 | #define CPU_FTR_CTRL ASM_CONST(0x0000008000000000) | 103 | #define CPU_FTR_CTRL ASM_CONST(0x0000008000000000) |
@@ -113,7 +113,6 @@ extern void do_cpu_ftr_fixups(unsigned long offset); | |||
113 | #define CPU_FTR_16M_PAGE ASM_CONST(0x0) | 113 | #define CPU_FTR_16M_PAGE ASM_CONST(0x0) |
114 | #define CPU_FTR_TLBIEL ASM_CONST(0x0) | 114 | #define CPU_FTR_TLBIEL ASM_CONST(0x0) |
115 | #define CPU_FTR_NOEXECUTE ASM_CONST(0x0) | 115 | #define CPU_FTR_NOEXECUTE ASM_CONST(0x0) |
116 | #define CPU_FTR_NODSISRALIGN ASM_CONST(0x0) | ||
117 | #define CPU_FTR_IABR ASM_CONST(0x0) | 116 | #define CPU_FTR_IABR ASM_CONST(0x0) |
118 | #define CPU_FTR_MMCRA ASM_CONST(0x0) | 117 | #define CPU_FTR_MMCRA ASM_CONST(0x0) |
119 | #define CPU_FTR_CTRL ASM_CONST(0x0) | 118 | #define CPU_FTR_CTRL ASM_CONST(0x0) |
@@ -273,18 +272,21 @@ enum { | |||
273 | CPU_FTRS_POWER3_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | | 272 | CPU_FTRS_POWER3_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | |
274 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE, | 273 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE, |
275 | CPU_FTRS_POWER4_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | | 274 | CPU_FTRS_POWER4_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | |
276 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE, | 275 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE | CPU_FTR_NODSISRALIGN, |
277 | CPU_FTRS_970_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | | 276 | CPU_FTRS_970_32 = CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | |
278 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE | CPU_FTR_ALTIVEC_COMP | | 277 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE | CPU_FTR_ALTIVEC_COMP | |
279 | CPU_FTR_MAYBE_CAN_NAP, | 278 | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_NODSISRALIGN, |
280 | CPU_FTRS_8XX = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB, | 279 | CPU_FTRS_8XX = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB, |
281 | CPU_FTRS_40X = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB, | 280 | CPU_FTRS_40X = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
282 | CPU_FTRS_44X = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB, | 281 | CPU_FTR_NODSISRALIGN, |
283 | CPU_FTRS_E200 = CPU_FTR_USE_TB, | 282 | CPU_FTRS_44X = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
284 | CPU_FTRS_E500 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB, | 283 | CPU_FTR_NODSISRALIGN, |
284 | CPU_FTRS_E200 = CPU_FTR_USE_TB | CPU_FTR_NODSISRALIGN, | ||
285 | CPU_FTRS_E500 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | | ||
286 | CPU_FTR_NODSISRALIGN, | ||
285 | CPU_FTRS_E500_2 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | | 287 | CPU_FTRS_E500_2 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
286 | CPU_FTR_BIG_PHYS, | 288 | CPU_FTR_BIG_PHYS | CPU_FTR_NODSISRALIGN, |
287 | CPU_FTRS_GENERIC_32 = CPU_FTR_COMMON, | 289 | CPU_FTRS_GENERIC_32 = CPU_FTR_COMMON | CPU_FTR_NODSISRALIGN, |
288 | #ifdef __powerpc64__ | 290 | #ifdef __powerpc64__ |
289 | CPU_FTRS_POWER3 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | | 291 | CPU_FTRS_POWER3 = CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_USE_TB | |
290 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR, | 292 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR, |
diff --git a/include/asm-powerpc/delay.h b/include/asm-powerpc/delay.h index 1492aa9ab716..54fe1f4f8fd0 100644 --- a/include/asm-powerpc/delay.h +++ b/include/asm-powerpc/delay.h | |||
@@ -13,43 +13,7 @@ | |||
13 | * Anton Blanchard. | 13 | * Anton Blanchard. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | extern unsigned long tb_ticks_per_usec; | 16 | extern void __delay(unsigned long loops); |
17 | 17 | extern void udelay(unsigned long usecs); | |
18 | #ifdef CONFIG_PPC64 | ||
19 | /* define these here to prevent circular dependencies */ | ||
20 | /* these instructions control the thread priority on multi-threaded cpus */ | ||
21 | #define __HMT_low() asm volatile("or 1,1,1") | ||
22 | #define __HMT_medium() asm volatile("or 2,2,2") | ||
23 | #else | ||
24 | #define __HMT_low() | ||
25 | #define __HMT_medium() | ||
26 | #endif | ||
27 | |||
28 | #define __barrier() asm volatile("" ::: "memory") | ||
29 | |||
30 | static inline unsigned long __get_tb(void) | ||
31 | { | ||
32 | unsigned long rval; | ||
33 | |||
34 | asm volatile("mftb %0" : "=r" (rval)); | ||
35 | return rval; | ||
36 | } | ||
37 | |||
38 | static inline void __delay(unsigned long loops) | ||
39 | { | ||
40 | unsigned long start = __get_tb(); | ||
41 | |||
42 | while((__get_tb() - start) < loops) | ||
43 | __HMT_low(); | ||
44 | __HMT_medium(); | ||
45 | __barrier(); | ||
46 | } | ||
47 | |||
48 | static inline void udelay(unsigned long usecs) | ||
49 | { | ||
50 | unsigned long loops = tb_ticks_per_usec * usecs; | ||
51 | |||
52 | __delay(loops); | ||
53 | } | ||
54 | 18 | ||
55 | #endif /* _ASM_POWERPC_DELAY_H */ | 19 | #endif /* _ASM_POWERPC_DELAY_H */ |
diff --git a/include/asm-powerpc/eeh.h b/include/asm-powerpc/eeh.h index 89f26ab31908..f8633aafe4ba 100644 --- a/include/asm-powerpc/eeh.h +++ b/include/asm-powerpc/eeh.h | |||
@@ -30,6 +30,8 @@ struct device_node; | |||
30 | 30 | ||
31 | #ifdef CONFIG_EEH | 31 | #ifdef CONFIG_EEH |
32 | 32 | ||
33 | extern int eeh_subsystem_enabled; | ||
34 | |||
33 | /* Values for eeh_mode bits in device_node */ | 35 | /* Values for eeh_mode bits in device_node */ |
34 | #define EEH_MODE_SUPPORTED (1<<0) | 36 | #define EEH_MODE_SUPPORTED (1<<0) |
35 | #define EEH_MODE_NOCHECK (1<<1) | 37 | #define EEH_MODE_NOCHECK (1<<1) |
@@ -75,7 +77,7 @@ void eeh_remove_device(struct pci_dev *); | |||
75 | * If this macro yields TRUE, the caller relays to eeh_check_failure() | 77 | * If this macro yields TRUE, the caller relays to eeh_check_failure() |
76 | * which does further tests out of line. | 78 | * which does further tests out of line. |
77 | */ | 79 | */ |
78 | #define EEH_POSSIBLE_ERROR(val, type) ((val) == (type)~0) | 80 | #define EEH_POSSIBLE_ERROR(val, type) ((val) == (type)~0 && eeh_subsystem_enabled) |
79 | 81 | ||
80 | /* | 82 | /* |
81 | * Reads from a device which has been isolated by EEH will return | 83 | * Reads from a device which has been isolated by EEH will return |
diff --git a/include/asm-powerpc/page_64.h b/include/asm-powerpc/page_64.h index c16f106b5373..1e6e7846824f 100644 --- a/include/asm-powerpc/page_64.h +++ b/include/asm-powerpc/page_64.h | |||
@@ -86,7 +86,11 @@ static inline void copy_page(void *to, void *from) | |||
86 | extern u64 ppc64_pft_size; | 86 | extern u64 ppc64_pft_size; |
87 | 87 | ||
88 | /* Large pages size */ | 88 | /* Large pages size */ |
89 | #ifdef CONFIG_HUGETLB_PAGE | ||
89 | extern unsigned int HPAGE_SHIFT; | 90 | extern unsigned int HPAGE_SHIFT; |
91 | #else | ||
92 | #define HPAGE_SHIFT PAGE_SHIFT | ||
93 | #endif | ||
90 | #define HPAGE_SIZE ((1UL) << HPAGE_SHIFT) | 94 | #define HPAGE_SIZE ((1UL) << HPAGE_SHIFT) |
91 | #define HPAGE_MASK (~(HPAGE_SIZE - 1)) | 95 | #define HPAGE_MASK (~(HPAGE_SIZE - 1)) |
92 | #define HUGETLB_PAGE_ORDER (HPAGE_SHIFT - PAGE_SHIFT) | 96 | #define HUGETLB_PAGE_ORDER (HPAGE_SHIFT - PAGE_SHIFT) |
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h index 9896fade98a7..2e36e5a7f4f3 100644 --- a/include/asm-powerpc/ppc-pci.h +++ b/include/asm-powerpc/ppc-pci.h | |||
@@ -14,7 +14,6 @@ | |||
14 | 14 | ||
15 | extern unsigned long isa_io_base; | 15 | extern unsigned long isa_io_base; |
16 | 16 | ||
17 | extern void pci_setup_pci_controller(struct pci_controller *hose); | ||
18 | extern void pci_setup_phb_io(struct pci_controller *hose, int primary); | 17 | extern void pci_setup_phb_io(struct pci_controller *hose, int primary); |
19 | extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary); | 18 | extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary); |
20 | 19 | ||
diff --git a/include/asm-powerpc/topology.h b/include/asm-powerpc/topology.h index 015d28746e1b..db8095cbe09b 100644 --- a/include/asm-powerpc/topology.h +++ b/include/asm-powerpc/topology.h | |||
@@ -41,6 +41,10 @@ static inline int node_to_first_cpu(int node) | |||
41 | .cache_hot_time = (10*1000000), \ | 41 | .cache_hot_time = (10*1000000), \ |
42 | .cache_nice_tries = 1, \ | 42 | .cache_nice_tries = 1, \ |
43 | .per_cpu_gain = 100, \ | 43 | .per_cpu_gain = 100, \ |
44 | .busy_idx = 3, \ | ||
45 | .idle_idx = 1, \ | ||
46 | .newidle_idx = 2, \ | ||
47 | .wake_idx = 1, \ | ||
44 | .flags = SD_LOAD_BALANCE \ | 48 | .flags = SD_LOAD_BALANCE \ |
45 | | SD_BALANCE_EXEC \ | 49 | | SD_BALANCE_EXEC \ |
46 | | SD_BALANCE_NEWIDLE \ | 50 | | SD_BALANCE_NEWIDLE \ |
diff --git a/include/asm-powerpc/vdso.h b/include/asm-powerpc/vdso.h index 85d8a7be25c4..b9f9118b1607 100644 --- a/include/asm-powerpc/vdso.h +++ b/include/asm-powerpc/vdso.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #define VDSO32_MBASE VDSO32_LBASE | 11 | #define VDSO32_MBASE VDSO32_LBASE |
12 | #define VDSO64_MBASE VDSO64_LBASE | 12 | #define VDSO64_MBASE VDSO64_LBASE |
13 | 13 | ||
14 | #define VDSO_VERSION_STRING LINUX_2.6.12 | 14 | #define VDSO_VERSION_STRING LINUX_2.6.15 |
15 | 15 | ||
16 | /* Define if 64 bits VDSO has procedure descriptors */ | 16 | /* Define if 64 bits VDSO has procedure descriptors */ |
17 | #undef VDS64_HAS_DESCRIPTORS | 17 | #undef VDS64_HAS_DESCRIPTORS |
diff --git a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h index 43d2ebbc7748..b638b87cebe3 100644 --- a/include/asm-ppc/cpm2.h +++ b/include/asm-ppc/cpm2.h | |||
@@ -1091,5 +1091,7 @@ typedef struct im_idma { | |||
1091 | #define CPM_IMMR_OFFSET 0x101a8 | 1091 | #define CPM_IMMR_OFFSET 0x101a8 |
1092 | #endif | 1092 | #endif |
1093 | 1093 | ||
1094 | #define FCC_PSMR_RMII ((uint)0x00020000) /* Use RMII interface */ | ||
1095 | |||
1094 | #endif /* __CPM2__ */ | 1096 | #endif /* __CPM2__ */ |
1095 | #endif /* __KERNEL__ */ | 1097 | #endif /* __KERNEL__ */ |
diff --git a/include/asm-ppc/pgalloc.h b/include/asm-ppc/pgalloc.h index 931b6de7ef53..bdefd1c4a558 100644 --- a/include/asm-ppc/pgalloc.h +++ b/include/asm-ppc/pgalloc.h | |||
@@ -28,7 +28,7 @@ extern void pgd_free(pgd_t *pgd); | |||
28 | #define pmd_populate_kernel(mm, pmd, pte) \ | 28 | #define pmd_populate_kernel(mm, pmd, pte) \ |
29 | (pmd_val(*(pmd)) = (unsigned long)pte | _PMD_PRESENT) | 29 | (pmd_val(*(pmd)) = (unsigned long)pte | _PMD_PRESENT) |
30 | #define pmd_populate(mm, pmd, pte) \ | 30 | #define pmd_populate(mm, pmd, pte) \ |
31 | (pmd_val(*(pmd)) = (unsigned long)page_to_virt(pte) | _PMD_PRESENT) | 31 | (pmd_val(*(pmd)) = (unsigned long)lowmem_page_address(pte) | _PMD_PRESENT) |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr); | 34 | extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr); |
diff --git a/include/asm-ppc64/pci-bridge.h b/include/asm-ppc64/pci-bridge.h index efbdaece0cf0..cf04327a597a 100644 --- a/include/asm-ppc64/pci-bridge.h +++ b/include/asm-ppc64/pci-bridge.h | |||
@@ -61,12 +61,14 @@ struct pci_dn { | |||
61 | int busno; /* for pci devices */ | 61 | int busno; /* for pci devices */ |
62 | int bussubno; /* for pci devices */ | 62 | int bussubno; /* for pci devices */ |
63 | int devfn; /* for pci devices */ | 63 | int devfn; /* for pci devices */ |
64 | |||
65 | #ifdef CONFIG_PPC_PSERIES | ||
64 | int eeh_mode; /* See eeh.h for possible EEH_MODEs */ | 66 | int eeh_mode; /* See eeh.h for possible EEH_MODEs */ |
65 | int eeh_config_addr; | 67 | int eeh_config_addr; |
66 | int eeh_check_count; /* # times driver ignored error */ | 68 | int eeh_check_count; /* # times driver ignored error */ |
67 | int eeh_freeze_count; /* # times this device froze up. */ | 69 | int eeh_freeze_count; /* # times this device froze up. */ |
68 | int eeh_is_bridge; /* device is pci-to-pci bridge */ | 70 | int eeh_is_bridge; /* device is pci-to-pci bridge */ |
69 | 71 | #endif | |
70 | int pci_ext_config_space; /* for pci devices */ | 72 | int pci_ext_config_space; /* for pci devices */ |
71 | struct pci_controller *phb; /* for pci devices */ | 73 | struct pci_controller *phb; /* for pci devices */ |
72 | struct iommu_table *iommu_table; /* for phb's or bridges */ | 74 | struct iommu_table *iommu_table; /* for phb's or bridges */ |
@@ -74,9 +76,9 @@ struct pci_dn { | |||
74 | struct device_node *node; /* back-pointer to the device_node */ | 76 | struct device_node *node; /* back-pointer to the device_node */ |
75 | #ifdef CONFIG_PPC_ISERIES | 77 | #ifdef CONFIG_PPC_ISERIES |
76 | struct list_head Device_List; | 78 | struct list_head Device_List; |
77 | int Irq; /* Assigned IRQ */ | 79 | int Irq; /* Assigned IRQ */ |
78 | int Flags; /* Possible flags(disable/bist)*/ | 80 | int Flags; /* Possible flags(disable/bist)*/ |
79 | u8 LogicalSlot; /* Hv Slot Index for Tces */ | 81 | u8 LogicalSlot; /* Hv Slot Index for Tces */ |
80 | #endif | 82 | #endif |
81 | u32 config_space[16]; /* saved PCI config space */ | 83 | u32 config_space[16]; /* saved PCI config space */ |
82 | }; | 84 | }; |
@@ -136,6 +138,10 @@ static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus) | |||
136 | return PCI_DN(busdn)->phb; | 138 | return PCI_DN(busdn)->phb; |
137 | } | 139 | } |
138 | 140 | ||
141 | extern struct pci_controller * | ||
142 | pcibios_alloc_controller(struct device_node *dev); | ||
143 | extern void pcibios_free_controller(struct pci_controller *phb); | ||
144 | |||
139 | /* Return values for ppc_md.pci_probe_mode function */ | 145 | /* Return values for ppc_md.pci_probe_mode function */ |
140 | #define PCI_PROBE_NONE -1 /* Don't look at this bus at all */ | 146 | #define PCI_PROBE_NONE -1 /* Don't look at this bus at all */ |
141 | #define PCI_PROBE_NORMAL 0 /* Do normal PCI probing */ | 147 | #define PCI_PROBE_NORMAL 0 /* Do normal PCI probing */ |
diff --git a/include/asm-v850/hardirq.h b/include/asm-v850/hardirq.h index 5dfca8047cbe..d98488cd5af1 100644 --- a/include/asm-v850/hardirq.h +++ b/include/asm-v850/hardirq.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #include <linux/threads.h> | 5 | #include <linux/threads.h> |
6 | #include <linux/cache.h> | 6 | #include <linux/cache.h> |
7 | 7 | ||
8 | #include <asm/irq.h> | ||
9 | |||
8 | typedef struct { | 10 | typedef struct { |
9 | unsigned int __softirq_pending; | 11 | unsigned int __softirq_pending; |
10 | } ____cacheline_aligned irq_cpustat_t; | 12 | } ____cacheline_aligned irq_cpustat_t; |
@@ -22,4 +24,6 @@ typedef struct { | |||
22 | # error HARDIRQ_BITS is too low! | 24 | # error HARDIRQ_BITS is too low! |
23 | #endif | 25 | #endif |
24 | 26 | ||
27 | void ack_bad_irq(unsigned int irq); | ||
28 | |||
25 | #endif /* __V850_HARDIRQ_H__ */ | 29 | #endif /* __V850_HARDIRQ_H__ */ |
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index 174f3379e5d9..119f9d064cc6 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h | |||
@@ -795,3 +795,70 @@ COMPATIBLE_IOCTL(HIDIOCGFLAG) | |||
795 | COMPATIBLE_IOCTL(HIDIOCSFLAG) | 795 | COMPATIBLE_IOCTL(HIDIOCSFLAG) |
796 | COMPATIBLE_IOCTL(HIDIOCGCOLLECTIONINDEX) | 796 | COMPATIBLE_IOCTL(HIDIOCGCOLLECTIONINDEX) |
797 | COMPATIBLE_IOCTL(HIDIOCGCOLLECTIONINFO) | 797 | COMPATIBLE_IOCTL(HIDIOCGCOLLECTIONINFO) |
798 | /* dvb */ | ||
799 | COMPATIBLE_IOCTL(AUDIO_STOP) | ||
800 | COMPATIBLE_IOCTL(AUDIO_PLAY) | ||
801 | COMPATIBLE_IOCTL(AUDIO_PAUSE) | ||
802 | COMPATIBLE_IOCTL(AUDIO_CONTINUE) | ||
803 | COMPATIBLE_IOCTL(AUDIO_SELECT_SOURCE) | ||
804 | COMPATIBLE_IOCTL(AUDIO_SET_MUTE) | ||
805 | COMPATIBLE_IOCTL(AUDIO_SET_AV_SYNC) | ||
806 | COMPATIBLE_IOCTL(AUDIO_SET_BYPASS_MODE) | ||
807 | COMPATIBLE_IOCTL(AUDIO_CHANNEL_SELECT) | ||
808 | COMPATIBLE_IOCTL(AUDIO_GET_STATUS) | ||
809 | COMPATIBLE_IOCTL(AUDIO_GET_CAPABILITIES) | ||
810 | COMPATIBLE_IOCTL(AUDIO_CLEAR_BUFFER) | ||
811 | COMPATIBLE_IOCTL(AUDIO_SET_ID) | ||
812 | COMPATIBLE_IOCTL(AUDIO_SET_MIXER) | ||
813 | COMPATIBLE_IOCTL(AUDIO_SET_STREAMTYPE) | ||
814 | COMPATIBLE_IOCTL(AUDIO_SET_EXT_ID) | ||
815 | COMPATIBLE_IOCTL(AUDIO_SET_ATTRIBUTES) | ||
816 | COMPATIBLE_IOCTL(AUDIO_SET_KARAOKE) | ||
817 | COMPATIBLE_IOCTL(DMX_START) | ||
818 | COMPATIBLE_IOCTL(DMX_STOP) | ||
819 | COMPATIBLE_IOCTL(DMX_SET_FILTER) | ||
820 | COMPATIBLE_IOCTL(DMX_SET_PES_FILTER) | ||
821 | COMPATIBLE_IOCTL(DMX_SET_BUFFER_SIZE) | ||
822 | COMPATIBLE_IOCTL(DMX_GET_PES_PIDS) | ||
823 | COMPATIBLE_IOCTL(DMX_GET_CAPS) | ||
824 | COMPATIBLE_IOCTL(DMX_SET_SOURCE) | ||
825 | COMPATIBLE_IOCTL(DMX_GET_STC) | ||
826 | COMPATIBLE_IOCTL(FE_GET_INFO) | ||
827 | COMPATIBLE_IOCTL(FE_DISEQC_RESET_OVERLOAD) | ||
828 | COMPATIBLE_IOCTL(FE_DISEQC_SEND_MASTER_CMD) | ||
829 | COMPATIBLE_IOCTL(FE_DISEQC_RECV_SLAVE_REPLY) | ||
830 | COMPATIBLE_IOCTL(FE_DISEQC_SEND_BURST) | ||
831 | COMPATIBLE_IOCTL(FE_SET_TONE) | ||
832 | COMPATIBLE_IOCTL(FE_SET_VOLTAGE) | ||
833 | COMPATIBLE_IOCTL(FE_ENABLE_HIGH_LNB_VOLTAGE) | ||
834 | COMPATIBLE_IOCTL(FE_READ_STATUS) | ||
835 | COMPATIBLE_IOCTL(FE_READ_BER) | ||
836 | COMPATIBLE_IOCTL(FE_READ_SIGNAL_STRENGTH) | ||
837 | COMPATIBLE_IOCTL(FE_READ_SNR) | ||
838 | COMPATIBLE_IOCTL(FE_READ_UNCORRECTED_BLOCKS) | ||
839 | COMPATIBLE_IOCTL(FE_SET_FRONTEND) | ||
840 | COMPATIBLE_IOCTL(FE_GET_FRONTEND) | ||
841 | COMPATIBLE_IOCTL(FE_GET_EVENT) | ||
842 | COMPATIBLE_IOCTL(FE_DISHNETWORK_SEND_LEGACY_CMD) | ||
843 | COMPATIBLE_IOCTL(VIDEO_STOP) | ||
844 | COMPATIBLE_IOCTL(VIDEO_PLAY) | ||
845 | COMPATIBLE_IOCTL(VIDEO_FREEZE) | ||
846 | COMPATIBLE_IOCTL(VIDEO_CONTINUE) | ||
847 | COMPATIBLE_IOCTL(VIDEO_SELECT_SOURCE) | ||
848 | COMPATIBLE_IOCTL(VIDEO_SET_BLANK) | ||
849 | COMPATIBLE_IOCTL(VIDEO_GET_STATUS) | ||
850 | COMPATIBLE_IOCTL(VIDEO_SET_DISPLAY_FORMAT) | ||
851 | COMPATIBLE_IOCTL(VIDEO_FAST_FORWARD) | ||
852 | COMPATIBLE_IOCTL(VIDEO_SLOWMOTION) | ||
853 | COMPATIBLE_IOCTL(VIDEO_GET_CAPABILITIES) | ||
854 | COMPATIBLE_IOCTL(VIDEO_CLEAR_BUFFER) | ||
855 | COMPATIBLE_IOCTL(VIDEO_SET_ID) | ||
856 | COMPATIBLE_IOCTL(VIDEO_SET_STREAMTYPE) | ||
857 | COMPATIBLE_IOCTL(VIDEO_SET_FORMAT) | ||
858 | COMPATIBLE_IOCTL(VIDEO_SET_SYSTEM) | ||
859 | COMPATIBLE_IOCTL(VIDEO_SET_HIGHLIGHT) | ||
860 | COMPATIBLE_IOCTL(VIDEO_SET_SPU) | ||
861 | COMPATIBLE_IOCTL(VIDEO_GET_NAVI) | ||
862 | COMPATIBLE_IOCTL(VIDEO_SET_ATTRIBUTES) | ||
863 | COMPATIBLE_IOCTL(VIDEO_GET_SIZE) | ||
864 | COMPATIBLE_IOCTL(VIDEO_GET_FRAME_RATE) | ||
diff --git a/include/linux/ds17287rtc.h b/include/linux/ds17287rtc.h new file mode 100644 index 000000000000..c281ba42e28f --- /dev/null +++ b/include/linux/ds17287rtc.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * ds17287rtc.h - register definitions for the ds1728[57] RTC / CMOS RAM | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | ||
5 | * License. See the file "COPYING" in the main directory of this archive | ||
6 | * for more details. | ||
7 | * | ||
8 | * (C) 2003 Guido Guenther <agx@sigxcpu.org> | ||
9 | */ | ||
10 | #ifndef __LINUX_DS17287RTC_H | ||
11 | #define __LINUX_DS17287RTC_H | ||
12 | |||
13 | #include <linux/rtc.h> /* get the user-level API */ | ||
14 | #include <linux/spinlock.h> /* spinlock_t */ | ||
15 | #include <linux/mc146818rtc.h> | ||
16 | |||
17 | /* Register A */ | ||
18 | #define DS_REGA_DV2 0x40 /* countdown chain */ | ||
19 | #define DS_REGA_DV1 0x20 /* oscillator enable */ | ||
20 | #define DS_REGA_DV0 0x10 /* bank select */ | ||
21 | |||
22 | /* bank 1 registers */ | ||
23 | #define DS_B1_MODEL 0x40 /* model number byte */ | ||
24 | #define DS_B1_SN1 0x41 /* serial number byte 1 */ | ||
25 | #define DS_B1_SN2 0x42 /* serial number byte 2 */ | ||
26 | #define DS_B1_SN3 0x43 /* serial number byte 3 */ | ||
27 | #define DS_B1_SN4 0x44 /* serial number byte 4 */ | ||
28 | #define DS_B1_SN5 0x45 /* serial number byte 5 */ | ||
29 | #define DS_B1_SN6 0x46 /* serial number byte 6 */ | ||
30 | #define DS_B1_CRC 0x47 /* CRC byte */ | ||
31 | #define DS_B1_CENTURY 0x48 /* Century byte */ | ||
32 | #define DS_B1_DALARM 0x49 /* date alarm */ | ||
33 | #define DS_B1_XCTRL4A 0x4a /* extendec control register 4a */ | ||
34 | #define DS_B1_XCTRL4B 0x4b /* extendec control register 4b */ | ||
35 | #define DS_B1_RTCADDR2 0x4e /* rtc address 2 */ | ||
36 | #define DS_B1_RTCADDR3 0x4f /* rtc address 3 */ | ||
37 | #define DS_B1_RAMLSB 0x50 /* extended ram LSB */ | ||
38 | #define DS_B1_RAMMSB 0x51 /* extended ram MSB */ | ||
39 | #define DS_B1_RAMDPORT 0x53 /* extended ram data port */ | ||
40 | |||
41 | /* register details */ | ||
42 | /* extended control register 4a */ | ||
43 | #define DS_XCTRL4A_VRT2 0x80 /* valid ram and time */ | ||
44 | #define DS_XCTRL4A_INCR 0x40 /* increment progress status */ | ||
45 | #define DS_XCTRL4A_BME 0x20 /* burst mode enable */ | ||
46 | #define DS_XCTRL4A_PAB 0x08 /* power active bar ctrl */ | ||
47 | #define DS_XCTRL4A_RF 0x04 /* ram clear flag */ | ||
48 | #define DS_XCTRL4A_WF 0x02 /* wake up alarm flag */ | ||
49 | #define DS_XCTRL4A_KF 0x01 /* kickstart flag */ | ||
50 | |||
51 | /* interrupt causes */ | ||
52 | #define DS_XCTRL4A_IFS (DS_XCTRL4A_RF|DS_XCTRL4A_WF|DS_XCTRL4A_KF) | ||
53 | |||
54 | /* extended control register 4b */ | ||
55 | #define DS_XCTRL4B_ABE 0x80 /* auxiliary battery enable */ | ||
56 | #define DS_XCTRL4B_E32K 0x40 /* enable 32.768 kHz Output */ | ||
57 | #define DS_XCTRL4B_CS 0x20 /* crystal select */ | ||
58 | #define DS_XCTRL4B_RCE 0x10 /* ram clear enable */ | ||
59 | #define DS_XCTRL4B_PRS 0x08 /* PAB resec select */ | ||
60 | #define DS_XCTRL4B_RIE 0x04 /* ram clear interrupt enable */ | ||
61 | #define DS_XCTRL4B_WFE 0x02 /* wake up alarm interrupt enable */ | ||
62 | #define DS_XCTRL4B_KFE 0x01 /* kickstart interrupt enable */ | ||
63 | |||
64 | /* interrupt enable bits */ | ||
65 | #define DS_XCTRL4B_IFES (DS_XCTRL4B_RIE|DS_XCTRL4B_WFE|DS_XCTRL4B_KFE) | ||
66 | |||
67 | #endif /* __LINUX_DS17287RTC_H */ | ||
diff --git a/include/linux/ds1742rtc.h b/include/linux/ds1742rtc.h new file mode 100644 index 000000000000..a83cdd1cafc9 --- /dev/null +++ b/include/linux/ds1742rtc.h | |||
@@ -0,0 +1,53 @@ | |||
1 | /* | ||
2 | * ds1742rtc.h - register definitions for the Real-Time-Clock / CMOS RAM | ||
3 | * | ||
4 | * Copyright (C) 1999-2001 Toshiba Corporation | ||
5 | * Copyright (C) 2003 Ralf Baechle (ralf@linux-mips.org) | ||
6 | * | ||
7 | * Permission is hereby granted to copy, modify and redistribute this code | ||
8 | * in terms of the GNU Library General Public License, Version 2 or later, | ||
9 | * at your option. | ||
10 | */ | ||
11 | #ifndef __LINUX_DS1742RTC_H | ||
12 | #define __LINUX_DS1742RTC_H | ||
13 | |||
14 | #include <asm/ds1742.h> | ||
15 | |||
16 | #define RTC_BRAM_SIZE 0x800 | ||
17 | #define RTC_OFFSET 0x7f8 | ||
18 | |||
19 | /* | ||
20 | * Register summary | ||
21 | */ | ||
22 | #define RTC_CONTROL (RTC_OFFSET + 0) | ||
23 | #define RTC_CENTURY (RTC_OFFSET + 0) | ||
24 | #define RTC_SECONDS (RTC_OFFSET + 1) | ||
25 | #define RTC_MINUTES (RTC_OFFSET + 2) | ||
26 | #define RTC_HOURS (RTC_OFFSET + 3) | ||
27 | #define RTC_DAY (RTC_OFFSET + 4) | ||
28 | #define RTC_DATE (RTC_OFFSET + 5) | ||
29 | #define RTC_MONTH (RTC_OFFSET + 6) | ||
30 | #define RTC_YEAR (RTC_OFFSET + 7) | ||
31 | |||
32 | #define RTC_CENTURY_MASK 0x3f | ||
33 | #define RTC_SECONDS_MASK 0x7f | ||
34 | #define RTC_DAY_MASK 0x07 | ||
35 | |||
36 | /* | ||
37 | * Bits in the Control/Century register | ||
38 | */ | ||
39 | #define RTC_WRITE 0x80 | ||
40 | #define RTC_READ 0x40 | ||
41 | |||
42 | /* | ||
43 | * Bits in the Seconds register | ||
44 | */ | ||
45 | #define RTC_STOP 0x80 | ||
46 | |||
47 | /* | ||
48 | * Bits in the Day register | ||
49 | */ | ||
50 | #define RTC_BATT_FLAG 0x80 | ||
51 | #define RTC_FREQ_TEST 0x40 | ||
52 | |||
53 | #endif /* __LINUX_DS1742RTC_H */ | ||
diff --git a/include/linux/libata.h b/include/linux/libata.h index ad5996183ec2..f2dbb684ce9e 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -59,6 +59,8 @@ | |||
59 | #define VPRINTK(fmt, args...) | 59 | #define VPRINTK(fmt, args...) |
60 | #endif /* ATA_DEBUG */ | 60 | #endif /* ATA_DEBUG */ |
61 | 61 | ||
62 | #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) | ||
63 | |||
62 | #ifdef ATA_NDEBUG | 64 | #ifdef ATA_NDEBUG |
63 | #define assert(expr) | 65 | #define assert(expr) |
64 | #else | 66 | #else |
@@ -119,6 +121,7 @@ enum { | |||
119 | ATA_FLAG_PIO_DMA = (1 << 8), /* PIO cmds via DMA */ | 121 | ATA_FLAG_PIO_DMA = (1 << 8), /* PIO cmds via DMA */ |
120 | ATA_FLAG_NOINTR = (1 << 9), /* FIXME: Remove this once | 122 | ATA_FLAG_NOINTR = (1 << 9), /* FIXME: Remove this once |
121 | * proper HSM is in place. */ | 123 | * proper HSM is in place. */ |
124 | ATA_FLAG_DEBUGMSG = (1 << 10), | ||
122 | 125 | ||
123 | ATA_QCFLAG_ACTIVE = (1 << 1), /* cmd not yet ack'd to scsi lyer */ | 126 | ATA_QCFLAG_ACTIVE = (1 << 1), /* cmd not yet ack'd to scsi lyer */ |
124 | ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ | 127 | ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ |
@@ -659,6 +662,17 @@ static inline void ata_tf_init(struct ata_port *ap, struct ata_taskfile *tf, uns | |||
659 | tf->device = ATA_DEVICE_OBS | ATA_DEV1; | 662 | tf->device = ATA_DEVICE_OBS | ATA_DEV1; |
660 | } | 663 | } |
661 | 664 | ||
665 | static inline void ata_qc_reinit(struct ata_queued_cmd *qc) | ||
666 | { | ||
667 | qc->__sg = NULL; | ||
668 | qc->flags = 0; | ||
669 | qc->cursect = qc->cursg = qc->cursg_ofs = 0; | ||
670 | qc->nsect = 0; | ||
671 | qc->nbytes = qc->curbytes = 0; | ||
672 | |||
673 | ata_tf_init(qc->ap, &qc->tf, qc->dev->devno); | ||
674 | } | ||
675 | |||
662 | 676 | ||
663 | /** | 677 | /** |
664 | * ata_irq_on - Enable interrupts on a port. | 678 | * ata_irq_on - Enable interrupts on a port. |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d4c1c8fd2925..7b387faedb4d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1401,6 +1401,7 @@ | |||
1401 | #define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x5334 | 1401 | #define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x5334 |
1402 | 1402 | ||
1403 | #define PCI_VENDOR_ID_MARVELL 0x11ab | 1403 | #define PCI_VENDOR_ID_MARVELL 0x11ab |
1404 | #define PCI_DEVICE_ID_MARVELL_GT64111 0x4146 | ||
1404 | #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 | 1405 | #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 |
1405 | #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460 | 1406 | #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460 |
1406 | #define PCI_DEVICE_ID_MARVELL_MV64460 0x6480 | 1407 | #define PCI_DEVICE_ID_MARVELL_MV64460 0x6480 |
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 64f203c45378..6bc03c911a83 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/types.h> | 22 | #include <linux/types.h> |
23 | #include <linux/list.h> | ||
24 | #include <linux/compiler.h> | 23 | #include <linux/compiler.h> |
25 | 24 | ||
26 | struct file; | 25 | struct file; |
@@ -859,6 +858,7 @@ enum | |||
859 | }; | 858 | }; |
860 | 859 | ||
861 | #ifdef __KERNEL__ | 860 | #ifdef __KERNEL__ |
861 | #include <linux/list.h> | ||
862 | 862 | ||
863 | extern void sysctl_init(void); | 863 | extern void sysctl_init(void); |
864 | 864 | ||
diff --git a/include/net/llc_pdu.h b/include/net/llc_pdu.h index c7a959428b4f..8f6306581fa7 100644 --- a/include/net/llc_pdu.h +++ b/include/net/llc_pdu.h | |||
@@ -357,7 +357,7 @@ static inline void llc_pdu_init_as_test_rsp(struct sk_buff *skb, | |||
357 | 357 | ||
358 | /* LLC Type 1 XID command/response information fields format */ | 358 | /* LLC Type 1 XID command/response information fields format */ |
359 | struct llc_xid_info { | 359 | struct llc_xid_info { |
360 | u8 fmt_id; /* always 0x18 for LLC */ | 360 | u8 fmt_id; /* always 0x81 for LLC */ |
361 | u8 type; /* different if NULL/non-NULL LSAP */ | 361 | u8 type; /* different if NULL/non-NULL LSAP */ |
362 | u8 rw; /* sender receive window */ | 362 | u8 rw; /* sender receive window */ |
363 | }; | 363 | }; |
diff --git a/include/net/tcp.h b/include/net/tcp.h index 0f9848011972..d78025f9fbea 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -552,8 +552,8 @@ extern u32 __tcp_select_window(struct sock *sk); | |||
552 | 552 | ||
553 | /* TCP timestamps are only 32-bits, this causes a slight | 553 | /* TCP timestamps are only 32-bits, this causes a slight |
554 | * complication on 64-bit systems since we store a snapshot | 554 | * complication on 64-bit systems since we store a snapshot |
555 | * of jiffies in the buffer control blocks below. We decidedly | 555 | * of jiffies in the buffer control blocks below. We decided |
556 | * only use of the low 32-bits of jiffies and hide the ugly | 556 | * to use only the low 32-bits of jiffies and hide the ugly |
557 | * casts with the following macro. | 557 | * casts with the following macro. |
558 | */ | 558 | */ |
559 | #define tcp_time_stamp ((__u32)(jiffies)) | 559 | #define tcp_time_stamp ((__u32)(jiffies)) |
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index eb6719c50b4e..88c28d476550 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
@@ -80,6 +80,7 @@ struct rcu_torture { | |||
80 | struct rcu_head rtort_rcu; | 80 | struct rcu_head rtort_rcu; |
81 | int rtort_pipe_count; | 81 | int rtort_pipe_count; |
82 | struct list_head rtort_free; | 82 | struct list_head rtort_free; |
83 | int rtort_mbtest; | ||
83 | }; | 84 | }; |
84 | 85 | ||
85 | static int fullstop = 0; /* stop generating callbacks at test end. */ | 86 | static int fullstop = 0; /* stop generating callbacks at test end. */ |
@@ -96,6 +97,8 @@ static atomic_t rcu_torture_wcount[RCU_TORTURE_PIPE_LEN + 1]; | |||
96 | atomic_t n_rcu_torture_alloc; | 97 | atomic_t n_rcu_torture_alloc; |
97 | atomic_t n_rcu_torture_alloc_fail; | 98 | atomic_t n_rcu_torture_alloc_fail; |
98 | atomic_t n_rcu_torture_free; | 99 | atomic_t n_rcu_torture_free; |
100 | atomic_t n_rcu_torture_mberror; | ||
101 | atomic_t n_rcu_torture_error; | ||
99 | 102 | ||
100 | /* | 103 | /* |
101 | * Allocate an element from the rcu_tortures pool. | 104 | * Allocate an element from the rcu_tortures pool. |
@@ -145,9 +148,10 @@ rcu_torture_cb(struct rcu_head *p) | |||
145 | if (i > RCU_TORTURE_PIPE_LEN) | 148 | if (i > RCU_TORTURE_PIPE_LEN) |
146 | i = RCU_TORTURE_PIPE_LEN; | 149 | i = RCU_TORTURE_PIPE_LEN; |
147 | atomic_inc(&rcu_torture_wcount[i]); | 150 | atomic_inc(&rcu_torture_wcount[i]); |
148 | if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) | 151 | if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) { |
152 | rp->rtort_mbtest = 0; | ||
149 | rcu_torture_free(rp); | 153 | rcu_torture_free(rp); |
150 | else | 154 | } else |
151 | call_rcu(p, rcu_torture_cb); | 155 | call_rcu(p, rcu_torture_cb); |
152 | } | 156 | } |
153 | 157 | ||
@@ -206,6 +210,7 @@ rcu_torture_writer(void *arg) | |||
206 | rp->rtort_pipe_count = 0; | 210 | rp->rtort_pipe_count = 0; |
207 | udelay(rcu_random(&rand) & 0x3ff); | 211 | udelay(rcu_random(&rand) & 0x3ff); |
208 | old_rp = rcu_torture_current; | 212 | old_rp = rcu_torture_current; |
213 | rp->rtort_mbtest = 1; | ||
209 | rcu_assign_pointer(rcu_torture_current, rp); | 214 | rcu_assign_pointer(rcu_torture_current, rp); |
210 | smp_wmb(); | 215 | smp_wmb(); |
211 | if (old_rp != NULL) { | 216 | if (old_rp != NULL) { |
@@ -252,6 +257,8 @@ rcu_torture_reader(void *arg) | |||
252 | schedule_timeout_interruptible(HZ); | 257 | schedule_timeout_interruptible(HZ); |
253 | continue; | 258 | continue; |
254 | } | 259 | } |
260 | if (p->rtort_mbtest == 0) | ||
261 | atomic_inc(&n_rcu_torture_mberror); | ||
255 | udelay(rcu_random(&rand) & 0x7f); | 262 | udelay(rcu_random(&rand) & 0x7f); |
256 | preempt_disable(); | 263 | preempt_disable(); |
257 | pipe_count = p->rtort_pipe_count; | 264 | pipe_count = p->rtort_pipe_count; |
@@ -300,16 +307,22 @@ rcu_torture_printk(char *page) | |||
300 | } | 307 | } |
301 | cnt += sprintf(&page[cnt], "rcutorture: "); | 308 | cnt += sprintf(&page[cnt], "rcutorture: "); |
302 | cnt += sprintf(&page[cnt], | 309 | cnt += sprintf(&page[cnt], |
303 | "rtc: %p ver: %ld tfle: %d rta: %d rtaf: %d rtf: %d", | 310 | "rtc: %p ver: %ld tfle: %d rta: %d rtaf: %d rtf: %d " |
311 | "rtmbe: %d", | ||
304 | rcu_torture_current, | 312 | rcu_torture_current, |
305 | rcu_torture_current_version, | 313 | rcu_torture_current_version, |
306 | list_empty(&rcu_torture_freelist), | 314 | list_empty(&rcu_torture_freelist), |
307 | atomic_read(&n_rcu_torture_alloc), | 315 | atomic_read(&n_rcu_torture_alloc), |
308 | atomic_read(&n_rcu_torture_alloc_fail), | 316 | atomic_read(&n_rcu_torture_alloc_fail), |
309 | atomic_read(&n_rcu_torture_free)); | 317 | atomic_read(&n_rcu_torture_free), |
318 | atomic_read(&n_rcu_torture_mberror)); | ||
319 | if (atomic_read(&n_rcu_torture_mberror) != 0) | ||
320 | cnt += sprintf(&page[cnt], " !!!"); | ||
310 | cnt += sprintf(&page[cnt], "\nrcutorture: "); | 321 | cnt += sprintf(&page[cnt], "\nrcutorture: "); |
311 | if (i > 1) | 322 | if (i > 1) { |
312 | cnt += sprintf(&page[cnt], "!!! "); | 323 | cnt += sprintf(&page[cnt], "!!! "); |
324 | atomic_inc(&n_rcu_torture_error); | ||
325 | } | ||
313 | cnt += sprintf(&page[cnt], "Reader Pipe: "); | 326 | cnt += sprintf(&page[cnt], "Reader Pipe: "); |
314 | for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) | 327 | for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) |
315 | cnt += sprintf(&page[cnt], " %ld", pipesummary[i]); | 328 | cnt += sprintf(&page[cnt], " %ld", pipesummary[i]); |
@@ -400,7 +413,9 @@ rcu_torture_cleanup(void) | |||
400 | for (i = 0; i < RCU_TORTURE_PIPE_LEN; i++) | 413 | for (i = 0; i < RCU_TORTURE_PIPE_LEN; i++) |
401 | synchronize_rcu(); | 414 | synchronize_rcu(); |
402 | rcu_torture_stats_print(); /* -After- the stats thread is stopped! */ | 415 | rcu_torture_stats_print(); /* -After- the stats thread is stopped! */ |
403 | PRINTK_STRING("--- End of test"); | 416 | printk(KERN_ALERT TORTURE_FLAG |
417 | "--- End of test: %s\n", | ||
418 | atomic_read(&n_rcu_torture_error) == 0 ? "SUCCESS" : "FAILURE"); | ||
404 | } | 419 | } |
405 | 420 | ||
406 | static int | 421 | static int |
@@ -425,6 +440,7 @@ rcu_torture_init(void) | |||
425 | 440 | ||
426 | INIT_LIST_HEAD(&rcu_torture_freelist); | 441 | INIT_LIST_HEAD(&rcu_torture_freelist); |
427 | for (i = 0; i < sizeof(rcu_tortures) / sizeof(rcu_tortures[0]); i++) { | 442 | for (i = 0; i < sizeof(rcu_tortures) / sizeof(rcu_tortures[0]); i++) { |
443 | rcu_tortures[i].rtort_mbtest = 0; | ||
428 | list_add_tail(&rcu_tortures[i].rtort_free, | 444 | list_add_tail(&rcu_tortures[i].rtort_free, |
429 | &rcu_torture_freelist); | 445 | &rcu_torture_freelist); |
430 | } | 446 | } |
@@ -436,6 +452,8 @@ rcu_torture_init(void) | |||
436 | atomic_set(&n_rcu_torture_alloc, 0); | 452 | atomic_set(&n_rcu_torture_alloc, 0); |
437 | atomic_set(&n_rcu_torture_alloc_fail, 0); | 453 | atomic_set(&n_rcu_torture_alloc_fail, 0); |
438 | atomic_set(&n_rcu_torture_free, 0); | 454 | atomic_set(&n_rcu_torture_free, 0); |
455 | atomic_set(&n_rcu_torture_mberror, 0); | ||
456 | atomic_set(&n_rcu_torture_error, 0); | ||
439 | for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) | 457 | for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) |
440 | atomic_set(&rcu_torture_wcount[i], 0); | 458 | atomic_set(&rcu_torture_wcount[i], 0); |
441 | for_each_cpu(cpu) { | 459 | for_each_cpu(cpu) { |
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 74138c9a22b9..0166ea15c9ee 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -750,6 +750,7 @@ int clear_page_dirty_for_io(struct page *page) | |||
750 | } | 750 | } |
751 | return TestClearPageDirty(page); | 751 | return TestClearPageDirty(page); |
752 | } | 752 | } |
753 | EXPORT_SYMBOL(clear_page_dirty_for_io); | ||
753 | 754 | ||
754 | int test_clear_page_writeback(struct page *page) | 755 | int test_clear_page_writeback(struct page *page) |
755 | { | 756 | { |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 104e69ca55e0..bd4de592dc23 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -845,21 +845,22 @@ __alloc_pages(gfp_t gfp_mask, unsigned int order, | |||
845 | 845 | ||
846 | might_sleep_if(wait); | 846 | might_sleep_if(wait); |
847 | 847 | ||
848 | restart: | ||
848 | z = zonelist->zones; /* the list of zones suitable for gfp_mask */ | 849 | z = zonelist->zones; /* the list of zones suitable for gfp_mask */ |
849 | 850 | ||
850 | if (unlikely(*z == NULL)) { | 851 | if (unlikely(*z == NULL)) { |
851 | /* Should this ever happen?? */ | 852 | /* Should this ever happen?? */ |
852 | return NULL; | 853 | return NULL; |
853 | } | 854 | } |
854 | restart: | 855 | |
855 | page = get_page_from_freelist(gfp_mask|__GFP_HARDWALL, order, | 856 | page = get_page_from_freelist(gfp_mask|__GFP_HARDWALL, order, |
856 | zonelist, ALLOC_CPUSET); | 857 | zonelist, ALLOC_CPUSET); |
857 | if (page) | 858 | if (page) |
858 | goto got_pg; | 859 | goto got_pg; |
859 | 860 | ||
860 | do | 861 | do { |
861 | wakeup_kswapd(*z, order); | 862 | wakeup_kswapd(*z, order); |
862 | while (*(++z)); | 863 | } while (*(++z)); |
863 | 864 | ||
864 | /* | 865 | /* |
865 | * OK, we're below the kswapd watermark and have kicked background | 866 | * OK, we're below the kswapd watermark and have kicked background |
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index e7d26d9943c2..8ce0ce2ee48e 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -71,7 +71,7 @@ struct ipfrag_skb_cb | |||
71 | 71 | ||
72 | /* Describe an entry in the "incomplete datagrams" queue. */ | 72 | /* Describe an entry in the "incomplete datagrams" queue. */ |
73 | struct ipq { | 73 | struct ipq { |
74 | struct ipq *next; /* linked list pointers */ | 74 | struct hlist_node list; |
75 | struct list_head lru_list; /* lru list member */ | 75 | struct list_head lru_list; /* lru list member */ |
76 | u32 user; | 76 | u32 user; |
77 | u32 saddr; | 77 | u32 saddr; |
@@ -89,7 +89,6 @@ struct ipq { | |||
89 | spinlock_t lock; | 89 | spinlock_t lock; |
90 | atomic_t refcnt; | 90 | atomic_t refcnt; |
91 | struct timer_list timer; /* when will this queue expire? */ | 91 | struct timer_list timer; /* when will this queue expire? */ |
92 | struct ipq **pprev; | ||
93 | int iif; | 92 | int iif; |
94 | struct timeval stamp; | 93 | struct timeval stamp; |
95 | }; | 94 | }; |
@@ -99,7 +98,7 @@ struct ipq { | |||
99 | #define IPQ_HASHSZ 64 | 98 | #define IPQ_HASHSZ 64 |
100 | 99 | ||
101 | /* Per-bucket lock is easy to add now. */ | 100 | /* Per-bucket lock is easy to add now. */ |
102 | static struct ipq *ipq_hash[IPQ_HASHSZ]; | 101 | static struct hlist_head ipq_hash[IPQ_HASHSZ]; |
103 | static DEFINE_RWLOCK(ipfrag_lock); | 102 | static DEFINE_RWLOCK(ipfrag_lock); |
104 | static u32 ipfrag_hash_rnd; | 103 | static u32 ipfrag_hash_rnd; |
105 | static LIST_HEAD(ipq_lru_list); | 104 | static LIST_HEAD(ipq_lru_list); |
@@ -107,9 +106,7 @@ int ip_frag_nqueues = 0; | |||
107 | 106 | ||
108 | static __inline__ void __ipq_unlink(struct ipq *qp) | 107 | static __inline__ void __ipq_unlink(struct ipq *qp) |
109 | { | 108 | { |
110 | if(qp->next) | 109 | hlist_del(&qp->list); |
111 | qp->next->pprev = qp->pprev; | ||
112 | *qp->pprev = qp->next; | ||
113 | list_del(&qp->lru_list); | 110 | list_del(&qp->lru_list); |
114 | ip_frag_nqueues--; | 111 | ip_frag_nqueues--; |
115 | } | 112 | } |
@@ -139,27 +136,18 @@ static void ipfrag_secret_rebuild(unsigned long dummy) | |||
139 | get_random_bytes(&ipfrag_hash_rnd, sizeof(u32)); | 136 | get_random_bytes(&ipfrag_hash_rnd, sizeof(u32)); |
140 | for (i = 0; i < IPQ_HASHSZ; i++) { | 137 | for (i = 0; i < IPQ_HASHSZ; i++) { |
141 | struct ipq *q; | 138 | struct ipq *q; |
139 | struct hlist_node *p, *n; | ||
142 | 140 | ||
143 | q = ipq_hash[i]; | 141 | hlist_for_each_entry_safe(q, p, n, &ipq_hash[i], list) { |
144 | while (q) { | ||
145 | struct ipq *next = q->next; | ||
146 | unsigned int hval = ipqhashfn(q->id, q->saddr, | 142 | unsigned int hval = ipqhashfn(q->id, q->saddr, |
147 | q->daddr, q->protocol); | 143 | q->daddr, q->protocol); |
148 | 144 | ||
149 | if (hval != i) { | 145 | if (hval != i) { |
150 | /* Unlink. */ | 146 | hlist_del(&q->list); |
151 | if (q->next) | ||
152 | q->next->pprev = q->pprev; | ||
153 | *q->pprev = q->next; | ||
154 | 147 | ||
155 | /* Relink to new hash chain. */ | 148 | /* Relink to new hash chain. */ |
156 | if ((q->next = ipq_hash[hval]) != NULL) | 149 | hlist_add_head(&q->list, &ipq_hash[hval]); |
157 | q->next->pprev = &q->next; | ||
158 | ipq_hash[hval] = q; | ||
159 | q->pprev = &ipq_hash[hval]; | ||
160 | } | 150 | } |
161 | |||
162 | q = next; | ||
163 | } | 151 | } |
164 | } | 152 | } |
165 | write_unlock(&ipfrag_lock); | 153 | write_unlock(&ipfrag_lock); |
@@ -310,14 +298,16 @@ out: | |||
310 | static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in) | 298 | static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in) |
311 | { | 299 | { |
312 | struct ipq *qp; | 300 | struct ipq *qp; |
313 | 301 | #ifdef CONFIG_SMP | |
302 | struct hlist_node *n; | ||
303 | #endif | ||
314 | write_lock(&ipfrag_lock); | 304 | write_lock(&ipfrag_lock); |
315 | #ifdef CONFIG_SMP | 305 | #ifdef CONFIG_SMP |
316 | /* With SMP race we have to recheck hash table, because | 306 | /* With SMP race we have to recheck hash table, because |
317 | * such entry could be created on other cpu, while we | 307 | * such entry could be created on other cpu, while we |
318 | * promoted read lock to write lock. | 308 | * promoted read lock to write lock. |
319 | */ | 309 | */ |
320 | for(qp = ipq_hash[hash]; qp; qp = qp->next) { | 310 | hlist_for_each_entry(qp, n, &ipq_hash[hash], list) { |
321 | if(qp->id == qp_in->id && | 311 | if(qp->id == qp_in->id && |
322 | qp->saddr == qp_in->saddr && | 312 | qp->saddr == qp_in->saddr && |
323 | qp->daddr == qp_in->daddr && | 313 | qp->daddr == qp_in->daddr && |
@@ -337,10 +327,7 @@ static struct ipq *ip_frag_intern(unsigned int hash, struct ipq *qp_in) | |||
337 | atomic_inc(&qp->refcnt); | 327 | atomic_inc(&qp->refcnt); |
338 | 328 | ||
339 | atomic_inc(&qp->refcnt); | 329 | atomic_inc(&qp->refcnt); |
340 | if((qp->next = ipq_hash[hash]) != NULL) | 330 | hlist_add_head(&qp->list, &ipq_hash[hash]); |
341 | qp->next->pprev = &qp->next; | ||
342 | ipq_hash[hash] = qp; | ||
343 | qp->pprev = &ipq_hash[hash]; | ||
344 | INIT_LIST_HEAD(&qp->lru_list); | 331 | INIT_LIST_HEAD(&qp->lru_list); |
345 | list_add_tail(&qp->lru_list, &ipq_lru_list); | 332 | list_add_tail(&qp->lru_list, &ipq_lru_list); |
346 | ip_frag_nqueues++; | 333 | ip_frag_nqueues++; |
@@ -392,9 +379,10 @@ static inline struct ipq *ip_find(struct iphdr *iph, u32 user) | |||
392 | __u8 protocol = iph->protocol; | 379 | __u8 protocol = iph->protocol; |
393 | unsigned int hash = ipqhashfn(id, saddr, daddr, protocol); | 380 | unsigned int hash = ipqhashfn(id, saddr, daddr, protocol); |
394 | struct ipq *qp; | 381 | struct ipq *qp; |
382 | struct hlist_node *n; | ||
395 | 383 | ||
396 | read_lock(&ipfrag_lock); | 384 | read_lock(&ipfrag_lock); |
397 | for(qp = ipq_hash[hash]; qp; qp = qp->next) { | 385 | hlist_for_each_entry(qp, n, &ipq_hash[hash], list) { |
398 | if(qp->id == id && | 386 | if(qp->id == id && |
399 | qp->saddr == saddr && | 387 | qp->saddr == saddr && |
400 | qp->daddr == daddr && | 388 | qp->daddr == daddr && |
diff --git a/net/ipv4/netfilter/ip_conntrack_ftp.c b/net/ipv4/netfilter/ip_conntrack_ftp.c index d77d6b3f5f80..59e12b02b22c 100644 --- a/net/ipv4/netfilter/ip_conntrack_ftp.c +++ b/net/ipv4/netfilter/ip_conntrack_ftp.c | |||
@@ -29,9 +29,9 @@ static char *ftp_buffer; | |||
29 | static DEFINE_SPINLOCK(ip_ftp_lock); | 29 | static DEFINE_SPINLOCK(ip_ftp_lock); |
30 | 30 | ||
31 | #define MAX_PORTS 8 | 31 | #define MAX_PORTS 8 |
32 | static short ports[MAX_PORTS]; | 32 | static unsigned short ports[MAX_PORTS]; |
33 | static int ports_c; | 33 | static int ports_c; |
34 | module_param_array(ports, short, &ports_c, 0400); | 34 | module_param_array(ports, ushort, &ports_c, 0400); |
35 | 35 | ||
36 | static int loose; | 36 | static int loose; |
37 | module_param(loose, int, 0600); | 37 | module_param(loose, int, 0600); |
diff --git a/net/ipv4/netfilter/ip_conntrack_irc.c b/net/ipv4/netfilter/ip_conntrack_irc.c index 15457415a4f3..2dea1db14406 100644 --- a/net/ipv4/netfilter/ip_conntrack_irc.c +++ b/net/ipv4/netfilter/ip_conntrack_irc.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include <linux/moduleparam.h> | 34 | #include <linux/moduleparam.h> |
35 | 35 | ||
36 | #define MAX_PORTS 8 | 36 | #define MAX_PORTS 8 |
37 | static short ports[MAX_PORTS]; | 37 | static unsigned short ports[MAX_PORTS]; |
38 | static int ports_c; | 38 | static int ports_c; |
39 | static int max_dcc_channels = 8; | 39 | static int max_dcc_channels = 8; |
40 | static unsigned int dcc_timeout = 300; | 40 | static unsigned int dcc_timeout = 300; |
@@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(ip_nat_irc_hook); | |||
52 | MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); | 52 | MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>"); |
53 | MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); | 53 | MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); |
54 | MODULE_LICENSE("GPL"); | 54 | MODULE_LICENSE("GPL"); |
55 | module_param_array(ports, short, &ports_c, 0400); | 55 | module_param_array(ports, ushort, &ports_c, 0400); |
56 | MODULE_PARM_DESC(ports, "port numbers of IRC servers"); | 56 | MODULE_PARM_DESC(ports, "port numbers of IRC servers"); |
57 | module_param(max_dcc_channels, int, 0400); | 57 | module_param(max_dcc_channels, int, 0400); |
58 | MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); | 58 | MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per IRC session"); |
diff --git a/net/ipv4/netfilter/ip_conntrack_tftp.c b/net/ipv4/netfilter/ip_conntrack_tftp.c index a78736b8525d..d3c5a371f993 100644 --- a/net/ipv4/netfilter/ip_conntrack_tftp.c +++ b/net/ipv4/netfilter/ip_conntrack_tftp.c | |||
@@ -26,9 +26,9 @@ MODULE_DESCRIPTION("tftp connection tracking helper"); | |||
26 | MODULE_LICENSE("GPL"); | 26 | MODULE_LICENSE("GPL"); |
27 | 27 | ||
28 | #define MAX_PORTS 8 | 28 | #define MAX_PORTS 8 |
29 | static short ports[MAX_PORTS]; | 29 | static unsigned short ports[MAX_PORTS]; |
30 | static int ports_c; | 30 | static int ports_c; |
31 | module_param_array(ports, short, &ports_c, 0400); | 31 | module_param_array(ports, ushort, &ports_c, 0400); |
32 | MODULE_PARM_DESC(ports, "port numbers of tftp servers"); | 32 | MODULE_PARM_DESC(ports, "port numbers of tftp servers"); |
33 | 33 | ||
34 | #if 0 | 34 | #if 0 |
diff --git a/net/ipv4/tcp_highspeed.c b/net/ipv4/tcp_highspeed.c index 82b3c189bd7d..63cf7e540847 100644 --- a/net/ipv4/tcp_highspeed.c +++ b/net/ipv4/tcp_highspeed.c | |||
@@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk) | |||
111 | } | 111 | } |
112 | 112 | ||
113 | static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, | 113 | static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, |
114 | u32 in_flight, u32 pkts_acked) | 114 | u32 in_flight, int data_acked) |
115 | { | 115 | { |
116 | struct tcp_sock *tp = tcp_sk(sk); | 116 | struct tcp_sock *tp = tcp_sk(sk); |
117 | struct hstcp *ca = inet_csk_ca(sk); | 117 | struct hstcp *ca = inet_csk_ca(sk); |
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 40a26b7157b4..bf2e23086bce 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -367,7 +367,7 @@ static void tcp_rcv_rtt_update(struct tcp_sock *tp, u32 sample, int win_dep) | |||
367 | * are stalled on filesystem I/O. | 367 | * are stalled on filesystem I/O. |
368 | * | 368 | * |
369 | * Also, since we are only going for a minimum in the | 369 | * Also, since we are only going for a minimum in the |
370 | * non-timestamp case, we do not smoother things out | 370 | * non-timestamp case, we do not smooth things out |
371 | * else with timestamps disabled convergence takes too | 371 | * else with timestamps disabled convergence takes too |
372 | * long. | 372 | * long. |
373 | */ | 373 | */ |
@@ -546,7 +546,7 @@ static void tcp_rtt_estimator(struct sock *sk, const __u32 mrtt) | |||
546 | * | 546 | * |
547 | * Funny. This algorithm seems to be very broken. | 547 | * Funny. This algorithm seems to be very broken. |
548 | * These formulae increase RTO, when it should be decreased, increase | 548 | * These formulae increase RTO, when it should be decreased, increase |
549 | * too slowly, when it should be increased fastly, decrease too fastly | 549 | * too slowly, when it should be increased quickly, decrease too quickly |
550 | * etc. I guess in BSD RTO takes ONE value, so that it is absolutely | 550 | * etc. I guess in BSD RTO takes ONE value, so that it is absolutely |
551 | * does not matter how to _calculate_ it. Seems, it was trap | 551 | * does not matter how to _calculate_ it. Seems, it was trap |
552 | * that VJ failed to avoid. 8) | 552 | * that VJ failed to avoid. 8) |
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index ddcf7754eec2..56a09a4ac410 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -1045,9 +1045,10 @@ int ipv6_dev_get_saddr(struct net_device *daddr_dev, | |||
1045 | } | 1045 | } |
1046 | #endif | 1046 | #endif |
1047 | /* Rule 8: Use longest matching prefix */ | 1047 | /* Rule 8: Use longest matching prefix */ |
1048 | if (hiscore.rule < 8) | 1048 | if (hiscore.rule < 8) { |
1049 | hiscore.matchlen = ipv6_addr_diff(&ifa_result->addr, daddr); | 1049 | hiscore.matchlen = ipv6_addr_diff(&ifa_result->addr, daddr); |
1050 | score.rule++; | 1050 | hiscore.rule++; |
1051 | } | ||
1051 | score.matchlen = ipv6_addr_diff(&ifa->addr, daddr); | 1052 | score.matchlen = ipv6_addr_diff(&ifa->addr, daddr); |
1052 | if (score.matchlen > hiscore.matchlen) { | 1053 | if (score.matchlen > hiscore.matchlen) { |
1053 | score.rule = 8; | 1054 | score.rule = 8; |
diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c index 003fd99ff597..25757ade989f 100644 --- a/net/ipv6/ipv6_sockglue.c +++ b/net/ipv6/ipv6_sockglue.c | |||
@@ -287,7 +287,7 @@ int ipv6_setsockopt(struct sock *sk, int level, int optname, | |||
287 | { | 287 | { |
288 | struct ipv6_txoptions *opt; | 288 | struct ipv6_txoptions *opt; |
289 | if (optlen == 0) | 289 | if (optlen == 0) |
290 | optval = 0; | 290 | optval = NULL; |
291 | 291 | ||
292 | /* hop-by-hop / destination options are privileged option */ | 292 | /* hop-by-hop / destination options are privileged option */ |
293 | retv = -EPERM; | 293 | retv = -EPERM; |
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index e4fe9ee484dd..5d316cb72ec9 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -74,7 +74,7 @@ struct ip6frag_skb_cb | |||
74 | 74 | ||
75 | struct frag_queue | 75 | struct frag_queue |
76 | { | 76 | { |
77 | struct frag_queue *next; | 77 | struct hlist_node list; |
78 | struct list_head lru_list; /* lru list member */ | 78 | struct list_head lru_list; /* lru list member */ |
79 | 79 | ||
80 | __u32 id; /* fragment id */ | 80 | __u32 id; /* fragment id */ |
@@ -95,14 +95,13 @@ struct frag_queue | |||
95 | #define FIRST_IN 2 | 95 | #define FIRST_IN 2 |
96 | #define LAST_IN 1 | 96 | #define LAST_IN 1 |
97 | __u16 nhoffset; | 97 | __u16 nhoffset; |
98 | struct frag_queue **pprev; | ||
99 | }; | 98 | }; |
100 | 99 | ||
101 | /* Hash table. */ | 100 | /* Hash table. */ |
102 | 101 | ||
103 | #define IP6Q_HASHSZ 64 | 102 | #define IP6Q_HASHSZ 64 |
104 | 103 | ||
105 | static struct frag_queue *ip6_frag_hash[IP6Q_HASHSZ]; | 104 | static struct hlist_head ip6_frag_hash[IP6Q_HASHSZ]; |
106 | static DEFINE_RWLOCK(ip6_frag_lock); | 105 | static DEFINE_RWLOCK(ip6_frag_lock); |
107 | static u32 ip6_frag_hash_rnd; | 106 | static u32 ip6_frag_hash_rnd; |
108 | static LIST_HEAD(ip6_frag_lru_list); | 107 | static LIST_HEAD(ip6_frag_lru_list); |
@@ -110,9 +109,7 @@ int ip6_frag_nqueues = 0; | |||
110 | 109 | ||
111 | static __inline__ void __fq_unlink(struct frag_queue *fq) | 110 | static __inline__ void __fq_unlink(struct frag_queue *fq) |
112 | { | 111 | { |
113 | if(fq->next) | 112 | hlist_del(&fq->list); |
114 | fq->next->pprev = fq->pprev; | ||
115 | *fq->pprev = fq->next; | ||
116 | list_del(&fq->lru_list); | 113 | list_del(&fq->lru_list); |
117 | ip6_frag_nqueues--; | 114 | ip6_frag_nqueues--; |
118 | } | 115 | } |
@@ -163,28 +160,21 @@ static void ip6_frag_secret_rebuild(unsigned long dummy) | |||
163 | get_random_bytes(&ip6_frag_hash_rnd, sizeof(u32)); | 160 | get_random_bytes(&ip6_frag_hash_rnd, sizeof(u32)); |
164 | for (i = 0; i < IP6Q_HASHSZ; i++) { | 161 | for (i = 0; i < IP6Q_HASHSZ; i++) { |
165 | struct frag_queue *q; | 162 | struct frag_queue *q; |
163 | struct hlist_node *p, *n; | ||
166 | 164 | ||
167 | q = ip6_frag_hash[i]; | 165 | hlist_for_each_entry_safe(q, p, n, &ip6_frag_hash[i], list) { |
168 | while (q) { | ||
169 | struct frag_queue *next = q->next; | ||
170 | unsigned int hval = ip6qhashfn(q->id, | 166 | unsigned int hval = ip6qhashfn(q->id, |
171 | &q->saddr, | 167 | &q->saddr, |
172 | &q->daddr); | 168 | &q->daddr); |
173 | 169 | ||
174 | if (hval != i) { | 170 | if (hval != i) { |
175 | /* Unlink. */ | 171 | hlist_del(&q->list); |
176 | if (q->next) | ||
177 | q->next->pprev = q->pprev; | ||
178 | *q->pprev = q->next; | ||
179 | 172 | ||
180 | /* Relink to new hash chain. */ | 173 | /* Relink to new hash chain. */ |
181 | if ((q->next = ip6_frag_hash[hval]) != NULL) | 174 | hlist_add_head(&q->list, |
182 | q->next->pprev = &q->next; | 175 | &ip6_frag_hash[hval]); |
183 | ip6_frag_hash[hval] = q; | ||
184 | q->pprev = &ip6_frag_hash[hval]; | ||
185 | } | ||
186 | 176 | ||
187 | q = next; | 177 | } |
188 | } | 178 | } |
189 | } | 179 | } |
190 | write_unlock(&ip6_frag_lock); | 180 | write_unlock(&ip6_frag_lock); |
@@ -337,10 +327,13 @@ static struct frag_queue *ip6_frag_intern(unsigned int hash, | |||
337 | struct frag_queue *fq_in) | 327 | struct frag_queue *fq_in) |
338 | { | 328 | { |
339 | struct frag_queue *fq; | 329 | struct frag_queue *fq; |
330 | #ifdef CONFIG_SMP | ||
331 | struct hlist_node *n; | ||
332 | #endif | ||
340 | 333 | ||
341 | write_lock(&ip6_frag_lock); | 334 | write_lock(&ip6_frag_lock); |
342 | #ifdef CONFIG_SMP | 335 | #ifdef CONFIG_SMP |
343 | for (fq = ip6_frag_hash[hash]; fq; fq = fq->next) { | 336 | hlist_for_each_entry(fq, n, &ip6_frag_hash[hash], list) { |
344 | if (fq->id == fq_in->id && | 337 | if (fq->id == fq_in->id && |
345 | ipv6_addr_equal(&fq_in->saddr, &fq->saddr) && | 338 | ipv6_addr_equal(&fq_in->saddr, &fq->saddr) && |
346 | ipv6_addr_equal(&fq_in->daddr, &fq->daddr)) { | 339 | ipv6_addr_equal(&fq_in->daddr, &fq->daddr)) { |
@@ -358,10 +351,7 @@ static struct frag_queue *ip6_frag_intern(unsigned int hash, | |||
358 | atomic_inc(&fq->refcnt); | 351 | atomic_inc(&fq->refcnt); |
359 | 352 | ||
360 | atomic_inc(&fq->refcnt); | 353 | atomic_inc(&fq->refcnt); |
361 | if((fq->next = ip6_frag_hash[hash]) != NULL) | 354 | hlist_add_head(&fq->list, &ip6_frag_hash[hash]); |
362 | fq->next->pprev = &fq->next; | ||
363 | ip6_frag_hash[hash] = fq; | ||
364 | fq->pprev = &ip6_frag_hash[hash]; | ||
365 | INIT_LIST_HEAD(&fq->lru_list); | 355 | INIT_LIST_HEAD(&fq->lru_list); |
366 | list_add_tail(&fq->lru_list, &ip6_frag_lru_list); | 356 | list_add_tail(&fq->lru_list, &ip6_frag_lru_list); |
367 | ip6_frag_nqueues++; | 357 | ip6_frag_nqueues++; |
@@ -401,10 +391,11 @@ static __inline__ struct frag_queue * | |||
401 | fq_find(u32 id, struct in6_addr *src, struct in6_addr *dst) | 391 | fq_find(u32 id, struct in6_addr *src, struct in6_addr *dst) |
402 | { | 392 | { |
403 | struct frag_queue *fq; | 393 | struct frag_queue *fq; |
394 | struct hlist_node *n; | ||
404 | unsigned int hash = ip6qhashfn(id, src, dst); | 395 | unsigned int hash = ip6qhashfn(id, src, dst); |
405 | 396 | ||
406 | read_lock(&ip6_frag_lock); | 397 | read_lock(&ip6_frag_lock); |
407 | for(fq = ip6_frag_hash[hash]; fq; fq = fq->next) { | 398 | hlist_for_each_entry(fq, n, &ip6_frag_hash[hash], list) { |
408 | if (fq->id == id && | 399 | if (fq->id == id && |
409 | ipv6_addr_equal(src, &fq->saddr) && | 400 | ipv6_addr_equal(src, &fq->saddr) && |
410 | ipv6_addr_equal(dst, &fq->daddr)) { | 401 | ipv6_addr_equal(dst, &fq->daddr)) { |
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 9a71a8d1078a..a7a537b50595 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb) | |||
1732 | /* | 1732 | /* |
1733 | * 2. allocate and initialize walker. | 1733 | * 2. allocate and initialize walker. |
1734 | */ | 1734 | */ |
1735 | w = kmalloc(sizeof(*w), GFP_KERNEL); | 1735 | w = kmalloc(sizeof(*w), GFP_ATOMIC); |
1736 | if (w == NULL) | 1736 | if (w == NULL) |
1737 | return -ENOMEM; | 1737 | return -ENOMEM; |
1738 | RT6_TRACE("dump<%p", w); | 1738 | RT6_TRACE("dump<%p", w); |
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 59d02cbbeb9e..c3f0b0783453 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c | |||
@@ -116,7 +116,9 @@ static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock) | |||
116 | struct llc_sock* llc = llc_sk(sk); | 116 | struct llc_sock* llc = llc_sk(sk); |
117 | int rc = 0; | 117 | int rc = 0; |
118 | 118 | ||
119 | if (unlikely(llc_data_accept_state(llc->state) || llc->p_flag)) { | 119 | if (unlikely(llc_data_accept_state(llc->state) || |
120 | llc->remote_busy_flag || | ||
121 | llc->p_flag)) { | ||
120 | long timeout = sock_sndtimeo(sk, noblock); | 122 | long timeout = sock_sndtimeo(sk, noblock); |
121 | 123 | ||
122 | rc = llc_ui_wait_for_busy_core(sk, timeout); | 124 | rc = llc_ui_wait_for_busy_core(sk, timeout); |
@@ -542,6 +544,7 @@ static int llc_ui_wait_for_busy_core(struct sock *sk, long timeout) | |||
542 | if (sk_wait_event(sk, &timeout, | 544 | if (sk_wait_event(sk, &timeout, |
543 | (sk->sk_shutdown & RCV_SHUTDOWN) || | 545 | (sk->sk_shutdown & RCV_SHUTDOWN) || |
544 | (!llc_data_accept_state(llc->state) && | 546 | (!llc_data_accept_state(llc->state) && |
547 | !llc->remote_busy_flag && | ||
545 | !llc->p_flag))) | 548 | !llc->p_flag))) |
546 | break; | 549 | break; |
547 | rc = -ERESTARTSYS; | 550 | rc = -ERESTARTSYS; |
diff --git a/net/llc/llc_c_ac.c b/net/llc/llc_c_ac.c index b0bcfb1f12dd..8169f24ed33e 100644 --- a/net/llc/llc_c_ac.c +++ b/net/llc/llc_c_ac.c | |||
@@ -866,7 +866,8 @@ int llc_conn_ac_send_ack_if_needed(struct sock *sk, struct sk_buff *skb) | |||
866 | llc->ack_must_be_send = 1; | 866 | llc->ack_must_be_send = 1; |
867 | llc->ack_pf = pf_bit & 1; | 867 | llc->ack_pf = pf_bit & 1; |
868 | } | 868 | } |
869 | if (((llc->vR - llc->first_pdu_Ns + 129) % 128) >= llc->npta) { | 869 | if (((llc->vR - llc->first_pdu_Ns + 1 + LLC_2_SEQ_NBR_MODULO) |
870 | % LLC_2_SEQ_NBR_MODULO) >= llc->npta) { | ||
870 | llc_conn_ac_send_rr_rsp_f_set_ackpf(sk, skb); | 871 | llc_conn_ac_send_rr_rsp_f_set_ackpf(sk, skb); |
871 | llc->ack_must_be_send = 0; | 872 | llc->ack_must_be_send = 0; |
872 | llc->ack_pf = 0; | 873 | llc->ack_pf = 0; |
@@ -994,8 +995,8 @@ static int llc_conn_ac_inc_npta_value(struct sock *sk, struct sk_buff *skb) | |||
994 | llc->dec_step = 0; | 995 | llc->dec_step = 0; |
995 | llc->dec_cntr = llc->inc_cntr = 2; | 996 | llc->dec_cntr = llc->inc_cntr = 2; |
996 | ++llc->npta; | 997 | ++llc->npta; |
997 | if (llc->npta > 127) | 998 | if (llc->npta > (u8) ~LLC_2_SEQ_NBR_MODULO) |
998 | llc->npta = 127 ; | 999 | llc->npta = (u8) ~LLC_2_SEQ_NBR_MODULO; |
999 | } else | 1000 | } else |
1000 | --llc->inc_cntr; | 1001 | --llc->inc_cntr; |
1001 | return 0; | 1002 | return 0; |
@@ -1065,9 +1066,10 @@ int llc_conn_ac_dec_tx_win_size(struct sock *sk, struct sk_buff *skb) | |||
1065 | struct llc_sock *llc = llc_sk(sk); | 1066 | struct llc_sock *llc = llc_sk(sk); |
1066 | u8 unacked_pdu = skb_queue_len(&llc->pdu_unack_q); | 1067 | u8 unacked_pdu = skb_queue_len(&llc->pdu_unack_q); |
1067 | 1068 | ||
1068 | llc->k -= unacked_pdu; | 1069 | if (llc->k - unacked_pdu < 1) |
1069 | if (llc->k < 2) | 1070 | llc->k = 1; |
1070 | llc->k = 2; | 1071 | else |
1072 | llc->k -= unacked_pdu; | ||
1071 | return 0; | 1073 | return 0; |
1072 | } | 1074 | } |
1073 | 1075 | ||
@@ -1084,8 +1086,8 @@ int llc_conn_ac_inc_tx_win_size(struct sock *sk, struct sk_buff *skb) | |||
1084 | struct llc_sock *llc = llc_sk(sk); | 1086 | struct llc_sock *llc = llc_sk(sk); |
1085 | 1087 | ||
1086 | llc->k += 1; | 1088 | llc->k += 1; |
1087 | if (llc->k > 128) | 1089 | if (llc->k > (u8) ~LLC_2_SEQ_NBR_MODULO) |
1088 | llc->k = 128 ; | 1090 | llc->k = (u8) ~LLC_2_SEQ_NBR_MODULO; |
1089 | return 0; | 1091 | return 0; |
1090 | } | 1092 | } |
1091 | 1093 | ||
@@ -1309,7 +1311,7 @@ int llc_conn_ac_set_vs_nr(struct sock *sk, struct sk_buff *skb) | |||
1309 | 1311 | ||
1310 | static int llc_conn_ac_inc_vs_by_1(struct sock *sk, struct sk_buff *skb) | 1312 | static int llc_conn_ac_inc_vs_by_1(struct sock *sk, struct sk_buff *skb) |
1311 | { | 1313 | { |
1312 | llc_sk(sk)->vS = (llc_sk(sk)->vS + 1) % 128; | 1314 | llc_sk(sk)->vS = (llc_sk(sk)->vS + 1) % LLC_2_SEQ_NBR_MODULO; |
1313 | return 0; | 1315 | return 0; |
1314 | } | 1316 | } |
1315 | 1317 | ||
diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c index 9a67c796b385..1da678303d78 100644 --- a/net/netfilter/nf_conntrack_core.c +++ b/net/netfilter/nf_conntrack_core.c | |||
@@ -387,7 +387,7 @@ nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, | |||
387 | static void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) | 387 | static void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) |
388 | { | 388 | { |
389 | ASSERT_WRITE_LOCK(&nf_conntrack_lock); | 389 | ASSERT_WRITE_LOCK(&nf_conntrack_lock); |
390 | NF_CT_ASSERT(!timer_pending(&exp_timeout)); | 390 | NF_CT_ASSERT(!timer_pending(&exp->timeout)); |
391 | list_del(&exp->list); | 391 | list_del(&exp->list); |
392 | NF_CT_STAT_INC(expect_delete); | 392 | NF_CT_STAT_INC(expect_delete); |
393 | exp->master->expecting--; | 393 | exp->master->expecting--; |
@@ -1395,6 +1395,13 @@ void nf_conntrack_cleanup(void) | |||
1395 | kmem_cache_destroy(nf_conntrack_expect_cachep); | 1395 | kmem_cache_destroy(nf_conntrack_expect_cachep); |
1396 | free_conntrack_hash(nf_conntrack_hash, nf_conntrack_vmalloc, | 1396 | free_conntrack_hash(nf_conntrack_hash, nf_conntrack_vmalloc, |
1397 | nf_conntrack_htable_size); | 1397 | nf_conntrack_htable_size); |
1398 | |||
1399 | /* free l3proto protocol tables */ | ||
1400 | for (i = 0; i < PF_MAX; i++) | ||
1401 | if (nf_ct_protos[i]) { | ||
1402 | kfree(nf_ct_protos[i]); | ||
1403 | nf_ct_protos[i] = NULL; | ||
1404 | } | ||
1398 | } | 1405 | } |
1399 | 1406 | ||
1400 | static struct list_head *alloc_hashtable(int size, int *vmalloced) | 1407 | static struct list_head *alloc_hashtable(int size, int *vmalloced) |
diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c index 45224db4fe2f..5af381f9fe3d 100644 --- a/net/netfilter/nf_conntrack_standalone.c +++ b/net/netfilter/nf_conntrack_standalone.c | |||
@@ -694,7 +694,7 @@ static int init_or_cleanup(int init) | |||
694 | cleanup_proc_stat: | 694 | cleanup_proc_stat: |
695 | #endif | 695 | #endif |
696 | #ifdef CONFIG_PROC_FS | 696 | #ifdef CONFIG_PROC_FS |
697 | proc_net_remove("nf_conntrack_stat"); | 697 | remove_proc_entry("nf_conntrack", proc_net_stat); |
698 | cleanup_proc_exp: | 698 | cleanup_proc_exp: |
699 | proc_net_remove("nf_conntrack_expect"); | 699 | proc_net_remove("nf_conntrack_expect"); |
700 | cleanup_proc: | 700 | cleanup_proc: |
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 7f34e7fd767c..55cd5327fbd7 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -40,9 +40,10 @@ config NET_SCHED | |||
40 | The available schedulers are listed in the following questions; you | 40 | The available schedulers are listed in the following questions; you |
41 | can say Y to as many as you like. If unsure, say N now. | 41 | can say Y to as many as you like. If unsure, say N now. |
42 | 42 | ||
43 | if NET_SCHED | ||
44 | |||
43 | choice | 45 | choice |
44 | prompt "Packet scheduler clock source" | 46 | prompt "Packet scheduler clock source" |
45 | depends on NET_SCHED | ||
46 | default NET_SCH_CLK_JIFFIES | 47 | default NET_SCH_CLK_JIFFIES |
47 | ---help--- | 48 | ---help--- |
48 | Packet schedulers need a monotonic clock that increments at a static | 49 | Packet schedulers need a monotonic clock that increments at a static |
@@ -98,11 +99,9 @@ config NET_SCH_CLK_CPU | |||
98 | endchoice | 99 | endchoice |
99 | 100 | ||
100 | comment "Queueing/Scheduling" | 101 | comment "Queueing/Scheduling" |
101 | depends on NET_SCHED | ||
102 | 102 | ||
103 | config NET_SCH_CBQ | 103 | config NET_SCH_CBQ |
104 | tristate "Class Based Queueing (CBQ)" | 104 | tristate "Class Based Queueing (CBQ)" |
105 | depends on NET_SCHED | ||
106 | ---help--- | 105 | ---help--- |
107 | Say Y here if you want to use the Class-Based Queueing (CBQ) packet | 106 | Say Y here if you want to use the Class-Based Queueing (CBQ) packet |
108 | scheduling algorithm. This algorithm classifies the waiting packets | 107 | scheduling algorithm. This algorithm classifies the waiting packets |
@@ -120,7 +119,6 @@ config NET_SCH_CBQ | |||
120 | 119 | ||
121 | config NET_SCH_HTB | 120 | config NET_SCH_HTB |
122 | tristate "Hierarchical Token Bucket (HTB)" | 121 | tristate "Hierarchical Token Bucket (HTB)" |
123 | depends on NET_SCHED | ||
124 | ---help--- | 122 | ---help--- |
125 | Say Y here if you want to use the Hierarchical Token Buckets (HTB) | 123 | Say Y here if you want to use the Hierarchical Token Buckets (HTB) |
126 | packet scheduling algorithm. See | 124 | packet scheduling algorithm. See |
@@ -135,7 +133,6 @@ config NET_SCH_HTB | |||
135 | 133 | ||
136 | config NET_SCH_HFSC | 134 | config NET_SCH_HFSC |
137 | tristate "Hierarchical Fair Service Curve (HFSC)" | 135 | tristate "Hierarchical Fair Service Curve (HFSC)" |
138 | depends on NET_SCHED | ||
139 | ---help--- | 136 | ---help--- |
140 | Say Y here if you want to use the Hierarchical Fair Service Curve | 137 | Say Y here if you want to use the Hierarchical Fair Service Curve |
141 | (HFSC) packet scheduling algorithm. | 138 | (HFSC) packet scheduling algorithm. |
@@ -145,7 +142,7 @@ config NET_SCH_HFSC | |||
145 | 142 | ||
146 | config NET_SCH_ATM | 143 | config NET_SCH_ATM |
147 | tristate "ATM Virtual Circuits (ATM)" | 144 | tristate "ATM Virtual Circuits (ATM)" |
148 | depends on NET_SCHED && ATM | 145 | depends on ATM |
149 | ---help--- | 146 | ---help--- |
150 | Say Y here if you want to use the ATM pseudo-scheduler. This | 147 | Say Y here if you want to use the ATM pseudo-scheduler. This |
151 | provides a framework for invoking classifiers, which in turn | 148 | provides a framework for invoking classifiers, which in turn |
@@ -159,7 +156,6 @@ config NET_SCH_ATM | |||
159 | 156 | ||
160 | config NET_SCH_PRIO | 157 | config NET_SCH_PRIO |
161 | tristate "Multi Band Priority Queueing (PRIO)" | 158 | tristate "Multi Band Priority Queueing (PRIO)" |
162 | depends on NET_SCHED | ||
163 | ---help--- | 159 | ---help--- |
164 | Say Y here if you want to use an n-band priority queue packet | 160 | Say Y here if you want to use an n-band priority queue packet |
165 | scheduler. | 161 | scheduler. |
@@ -169,7 +165,6 @@ config NET_SCH_PRIO | |||
169 | 165 | ||
170 | config NET_SCH_RED | 166 | config NET_SCH_RED |
171 | tristate "Random Early Detection (RED)" | 167 | tristate "Random Early Detection (RED)" |
172 | depends on NET_SCHED | ||
173 | ---help--- | 168 | ---help--- |
174 | Say Y here if you want to use the Random Early Detection (RED) | 169 | Say Y here if you want to use the Random Early Detection (RED) |
175 | packet scheduling algorithm. | 170 | packet scheduling algorithm. |
@@ -181,7 +176,6 @@ config NET_SCH_RED | |||
181 | 176 | ||
182 | config NET_SCH_SFQ | 177 | config NET_SCH_SFQ |
183 | tristate "Stochastic Fairness Queueing (SFQ)" | 178 | tristate "Stochastic Fairness Queueing (SFQ)" |
184 | depends on NET_SCHED | ||
185 | ---help--- | 179 | ---help--- |
186 | Say Y here if you want to use the Stochastic Fairness Queueing (SFQ) | 180 | Say Y here if you want to use the Stochastic Fairness Queueing (SFQ) |
187 | packet scheduling algorithm . | 181 | packet scheduling algorithm . |
@@ -193,7 +187,6 @@ config NET_SCH_SFQ | |||
193 | 187 | ||
194 | config NET_SCH_TEQL | 188 | config NET_SCH_TEQL |
195 | tristate "True Link Equalizer (TEQL)" | 189 | tristate "True Link Equalizer (TEQL)" |
196 | depends on NET_SCHED | ||
197 | ---help--- | 190 | ---help--- |
198 | Say Y here if you want to use the True Link Equalizer (TLE) packet | 191 | Say Y here if you want to use the True Link Equalizer (TLE) packet |
199 | scheduling algorithm. This queueing discipline allows the combination | 192 | scheduling algorithm. This queueing discipline allows the combination |
@@ -206,7 +199,6 @@ config NET_SCH_TEQL | |||
206 | 199 | ||
207 | config NET_SCH_TBF | 200 | config NET_SCH_TBF |
208 | tristate "Token Bucket Filter (TBF)" | 201 | tristate "Token Bucket Filter (TBF)" |
209 | depends on NET_SCHED | ||
210 | ---help--- | 202 | ---help--- |
211 | Say Y here if you want to use the Token Bucket Filter (TBF) packet | 203 | Say Y here if you want to use the Token Bucket Filter (TBF) packet |
212 | scheduling algorithm. | 204 | scheduling algorithm. |
@@ -218,7 +210,6 @@ config NET_SCH_TBF | |||
218 | 210 | ||
219 | config NET_SCH_GRED | 211 | config NET_SCH_GRED |
220 | tristate "Generic Random Early Detection (GRED)" | 212 | tristate "Generic Random Early Detection (GRED)" |
221 | depends on NET_SCHED | ||
222 | ---help--- | 213 | ---help--- |
223 | Say Y here if you want to use the Generic Random Early Detection | 214 | Say Y here if you want to use the Generic Random Early Detection |
224 | (GRED) packet scheduling algorithm for some of your network devices | 215 | (GRED) packet scheduling algorithm for some of your network devices |
@@ -230,7 +221,6 @@ config NET_SCH_GRED | |||
230 | 221 | ||
231 | config NET_SCH_DSMARK | 222 | config NET_SCH_DSMARK |
232 | tristate "Differentiated Services marker (DSMARK)" | 223 | tristate "Differentiated Services marker (DSMARK)" |
233 | depends on NET_SCHED | ||
234 | ---help--- | 224 | ---help--- |
235 | Say Y if you want to schedule packets according to the | 225 | Say Y if you want to schedule packets according to the |
236 | Differentiated Services architecture proposed in RFC 2475. | 226 | Differentiated Services architecture proposed in RFC 2475. |
@@ -242,7 +232,6 @@ config NET_SCH_DSMARK | |||
242 | 232 | ||
243 | config NET_SCH_NETEM | 233 | config NET_SCH_NETEM |
244 | tristate "Network emulator (NETEM)" | 234 | tristate "Network emulator (NETEM)" |
245 | depends on NET_SCHED | ||
246 | ---help--- | 235 | ---help--- |
247 | Say Y if you want to emulate network delay, loss, and packet | 236 | Say Y if you want to emulate network delay, loss, and packet |
248 | re-ordering. This is often useful to simulate networks when | 237 | re-ordering. This is often useful to simulate networks when |
@@ -255,7 +244,6 @@ config NET_SCH_NETEM | |||
255 | 244 | ||
256 | config NET_SCH_INGRESS | 245 | config NET_SCH_INGRESS |
257 | tristate "Ingress Qdisc" | 246 | tristate "Ingress Qdisc" |
258 | depends on NET_SCHED | ||
259 | ---help--- | 247 | ---help--- |
260 | Say Y here if you want to use classifiers for incoming packets. | 248 | Say Y here if you want to use classifiers for incoming packets. |
261 | If unsure, say Y. | 249 | If unsure, say Y. |
@@ -264,14 +252,12 @@ config NET_SCH_INGRESS | |||
264 | module will be called sch_ingress. | 252 | module will be called sch_ingress. |
265 | 253 | ||
266 | comment "Classification" | 254 | comment "Classification" |
267 | depends on NET_SCHED | ||
268 | 255 | ||
269 | config NET_CLS | 256 | config NET_CLS |
270 | boolean | 257 | boolean |
271 | 258 | ||
272 | config NET_CLS_BASIC | 259 | config NET_CLS_BASIC |
273 | tristate "Elementary classification (BASIC)" | 260 | tristate "Elementary classification (BASIC)" |
274 | depends NET_SCHED | ||
275 | select NET_CLS | 261 | select NET_CLS |
276 | ---help--- | 262 | ---help--- |
277 | Say Y here if you want to be able to classify packets using | 263 | Say Y here if you want to be able to classify packets using |
@@ -282,7 +268,6 @@ config NET_CLS_BASIC | |||
282 | 268 | ||
283 | config NET_CLS_TCINDEX | 269 | config NET_CLS_TCINDEX |
284 | tristate "Traffic-Control Index (TCINDEX)" | 270 | tristate "Traffic-Control Index (TCINDEX)" |
285 | depends NET_SCHED | ||
286 | select NET_CLS | 271 | select NET_CLS |
287 | ---help--- | 272 | ---help--- |
288 | Say Y here if you want to be able to classify packets based on | 273 | Say Y here if you want to be able to classify packets based on |
@@ -294,7 +279,6 @@ config NET_CLS_TCINDEX | |||
294 | 279 | ||
295 | config NET_CLS_ROUTE4 | 280 | config NET_CLS_ROUTE4 |
296 | tristate "Routing decision (ROUTE)" | 281 | tristate "Routing decision (ROUTE)" |
297 | depends NET_SCHED | ||
298 | select NET_CLS_ROUTE | 282 | select NET_CLS_ROUTE |
299 | select NET_CLS | 283 | select NET_CLS |
300 | ---help--- | 284 | ---help--- |
@@ -306,11 +290,9 @@ config NET_CLS_ROUTE4 | |||
306 | 290 | ||
307 | config NET_CLS_ROUTE | 291 | config NET_CLS_ROUTE |
308 | bool | 292 | bool |
309 | default n | ||
310 | 293 | ||
311 | config NET_CLS_FW | 294 | config NET_CLS_FW |
312 | tristate "Netfilter mark (FW)" | 295 | tristate "Netfilter mark (FW)" |
313 | depends NET_SCHED | ||
314 | select NET_CLS | 296 | select NET_CLS |
315 | ---help--- | 297 | ---help--- |
316 | If you say Y here, you will be able to classify packets | 298 | If you say Y here, you will be able to classify packets |
@@ -321,7 +303,6 @@ config NET_CLS_FW | |||
321 | 303 | ||
322 | config NET_CLS_U32 | 304 | config NET_CLS_U32 |
323 | tristate "Universal 32bit comparisons w/ hashing (U32)" | 305 | tristate "Universal 32bit comparisons w/ hashing (U32)" |
324 | depends NET_SCHED | ||
325 | select NET_CLS | 306 | select NET_CLS |
326 | ---help--- | 307 | ---help--- |
327 | Say Y here to be able to classify packetes using a universal | 308 | Say Y here to be able to classify packetes using a universal |
@@ -345,7 +326,6 @@ config CLS_U32_MARK | |||
345 | 326 | ||
346 | config NET_CLS_RSVP | 327 | config NET_CLS_RSVP |
347 | tristate "IPv4 Resource Reservation Protocol (RSVP)" | 328 | tristate "IPv4 Resource Reservation Protocol (RSVP)" |
348 | depends on NET_SCHED | ||
349 | select NET_CLS | 329 | select NET_CLS |
350 | select NET_ESTIMATOR | 330 | select NET_ESTIMATOR |
351 | ---help--- | 331 | ---help--- |
@@ -361,7 +341,6 @@ config NET_CLS_RSVP | |||
361 | 341 | ||
362 | config NET_CLS_RSVP6 | 342 | config NET_CLS_RSVP6 |
363 | tristate "IPv6 Resource Reservation Protocol (RSVP6)" | 343 | tristate "IPv6 Resource Reservation Protocol (RSVP6)" |
364 | depends on NET_SCHED | ||
365 | select NET_CLS | 344 | select NET_CLS |
366 | select NET_ESTIMATOR | 345 | select NET_ESTIMATOR |
367 | ---help--- | 346 | ---help--- |
@@ -377,7 +356,6 @@ config NET_CLS_RSVP6 | |||
377 | 356 | ||
378 | config NET_EMATCH | 357 | config NET_EMATCH |
379 | bool "Extended Matches" | 358 | bool "Extended Matches" |
380 | depends NET_SCHED | ||
381 | select NET_CLS | 359 | select NET_CLS |
382 | ---help--- | 360 | ---help--- |
383 | Say Y here if you want to use extended matches on top of classifiers | 361 | Say Y here if you want to use extended matches on top of classifiers |
@@ -456,7 +434,7 @@ config NET_EMATCH_TEXT | |||
456 | 434 | ||
457 | config NET_CLS_ACT | 435 | config NET_CLS_ACT |
458 | bool "Actions" | 436 | bool "Actions" |
459 | depends on EXPERIMENTAL && NET_SCHED | 437 | depends on EXPERIMENTAL |
460 | select NET_ESTIMATOR | 438 | select NET_ESTIMATOR |
461 | ---help--- | 439 | ---help--- |
462 | Say Y here if you want to use traffic control actions. Actions | 440 | Say Y here if you want to use traffic control actions. Actions |
@@ -539,7 +517,7 @@ config NET_ACT_SIMP | |||
539 | 517 | ||
540 | config NET_CLS_POLICE | 518 | config NET_CLS_POLICE |
541 | bool "Traffic Policing (obsolete)" | 519 | bool "Traffic Policing (obsolete)" |
542 | depends on NET_SCHED && NET_CLS_ACT!=y | 520 | depends on NET_CLS_ACT!=y |
543 | select NET_ESTIMATOR | 521 | select NET_ESTIMATOR |
544 | ---help--- | 522 | ---help--- |
545 | Say Y here if you want to do traffic policing, i.e. strict | 523 | Say Y here if you want to do traffic policing, i.e. strict |
@@ -549,7 +527,7 @@ config NET_CLS_POLICE | |||
549 | 527 | ||
550 | config NET_CLS_IND | 528 | config NET_CLS_IND |
551 | bool "Incoming device classification" | 529 | bool "Incoming device classification" |
552 | depends on NET_SCHED && (NET_CLS_U32 || NET_CLS_FW) | 530 | depends on NET_CLS_U32 || NET_CLS_FW |
553 | ---help--- | 531 | ---help--- |
554 | Say Y here to extend the u32 and fw classifier to support | 532 | Say Y here to extend the u32 and fw classifier to support |
555 | classification based on the incoming device. This option is | 533 | classification based on the incoming device. This option is |
@@ -557,11 +535,12 @@ config NET_CLS_IND | |||
557 | 535 | ||
558 | config NET_ESTIMATOR | 536 | config NET_ESTIMATOR |
559 | bool "Rate estimator" | 537 | bool "Rate estimator" |
560 | depends on NET_SCHED | ||
561 | ---help--- | 538 | ---help--- |
562 | Say Y here to allow using rate estimators to estimate the current | 539 | Say Y here to allow using rate estimators to estimate the current |
563 | rate-of-flow for network devices, queues, etc. This module is | 540 | rate-of-flow for network devices, queues, etc. This module is |
564 | automaticaly selected if needed but can be selected manually for | 541 | automaticaly selected if needed but can be selected manually for |
565 | statstical purposes. | 542 | statstical purposes. |
566 | 543 | ||
544 | endif # NET_SCHED | ||
545 | |||
567 | endmenu | 546 | endmenu |
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index e50e7cf43737..c6a51911e71e 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c | |||
@@ -1178,6 +1178,7 @@ svc_recv(struct svc_serv *serv, struct svc_rqst *rqstp, long timeout) | |||
1178 | arg->tail[0].iov_len = 0; | 1178 | arg->tail[0].iov_len = 0; |
1179 | 1179 | ||
1180 | try_to_freeze(); | 1180 | try_to_freeze(); |
1181 | cond_resched(); | ||
1181 | if (signalled()) | 1182 | if (signalled()) |
1182 | return -EINTR; | 1183 | return -EINTR; |
1183 | 1184 | ||
diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index 65384afcfc3f..d74bfabe5300 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c | |||
@@ -1194,8 +1194,14 @@ static void tumbler_resume(pmac_t *chip) | |||
1194 | tumbler_set_master_volume(mix); | 1194 | tumbler_set_master_volume(mix); |
1195 | if (chip->update_automute) | 1195 | if (chip->update_automute) |
1196 | chip->update_automute(chip, 0); | 1196 | chip->update_automute(chip, 0); |
1197 | if (mix->headphone_irq >= 0) | 1197 | if (mix->headphone_irq >= 0) { |
1198 | unsigned char val; | ||
1199 | |||
1198 | enable_irq(mix->headphone_irq); | 1200 | enable_irq(mix->headphone_irq); |
1201 | /* activate headphone status interrupts */ | ||
1202 | val = do_gpio_read(&mix->hp_detect); | ||
1203 | do_gpio_write(&mix->hp_detect, val | 0x80); | ||
1204 | } | ||
1199 | if (mix->lineout_irq >= 0) | 1205 | if (mix->lineout_irq >= 0) |
1200 | enable_irq(mix->lineout_irq); | 1206 | enable_irq(mix->lineout_irq); |
1201 | } | 1207 | } |