public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paolo Ornati <ornati@fastwebnet.it>
To: Paolo Ornati <ornati@fastwebnet.it>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Robert Hancock" <hancockr@shaw.ca>,
	"Björn Steinbrink" <B.Steinbrink@gmx.de>,
	"Jens Axboe" <jens.axboe@oracle.com>,
	"Jeff Garzik" <jeff@garzik.org>, "Tejun Heo" <htejun@gmail.com>
Subject: Re: SATA exceptions triggered by XFS (since 2.6.18)
Date: Sun, 21 Jan 2007 17:40:23 +0100	[thread overview]
Message-ID: <20070121174023.68402ade@localhost> (raw)
In-Reply-To: <20070121152932.6dc1d9fb@localhost>

[-- Attachment #1: Type: text/plain, Size: 5742 bytes --]

On Sun, 21 Jan 2007 15:29:32 +0100
Paolo Ornati <ornati@fastwebnet.it> wrote:

> Sorry for starting a new thread, but I've deleted the messages from my
> mail-box, and I'm sot sure it's the same problem as here:
> 	http://lkml.org/lkml/2007/1/14/108
> 
> Today I've decided to try XFS... and just doing anything on it
> (extracting a tarball, for example) make my SATA HD go crazy ;)
> 
> I don't remember to have seen this using Ext3.
> 
> [  877.839920] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action
> 0x2 frozen [  877.839929] ata1.00: cmd
> 61/02:00:64:98:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 1024 out
> [  877.839931]          res 40/00:00:00:4f:c2/00:00:00:4f:c2/00 Emask
> 0x4 (timeout) [  878.142367] ata1: soft resetting port [  878.351791]
> ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [  878.354384]
> ata1.00: configured for UDMA/133 [  878.354392] ata1: EH complete
> [  878.355696] SCSI device sda: 156301488 512-byte hdwr sectors
> (80026 MB) [  878.355716] sda: Write Protect is off
> [  878.355718] sda: Mode Sense: 00 3a 00 00
> [  878.355745] SCSI device sda: write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> 
> 
> It takes nothing to reproduce it.
> 
> My hardware is:
> 
> 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller
> Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation
> 82G965 Integrated Graphics Controller (rev 02) 00:03.0 Communication
> controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
> 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit
> Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation
> 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller:
> Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7
> USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2
> (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family)
> HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation
> 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge:
> Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
> 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI
> Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801H
> (ICH8 Family) PCI Express Port 4 (rev 02) 00:1c.4 PCI bridge: Intel
> Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02) 00:1d.0
> USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1
> (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8
> Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel
> Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02) 00:1d.7 USB
> Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev
> 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
> 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC
> Interface Controller (rev 02) 00:1f.2 SATA controller: Intel
> Corporation 82801HB (ICH8) 4 port SATA AHCI Controller (rev 02)
> 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus
> Controller (rev 02) 02:00.0 IDE interface: Marvell Technology Group
> Ltd. Unknown device 6101 (rev b1) 06:00.0 Ethernet controller:
> Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
> 
> 
> with a Seagate Barracurda 7200rpm 80GB HD
> 
> 
> I've so far tested these kernels:
> 2.6.20-rc5	BAD
> 2.6.20-rc4	BAD
> 2.6.19		BAD
> 2.6.18		BAD
> 2.6.17		Good !
> 
> I'll start a git-bisection...
> 

git-bisect points to this commit:

----------------------------------------------

12fad3f965830d71f6454f02b2af002a64cec4d3 is first bad commit
commit 12fad3f965830d71f6454f02b2af002a64cec4d3
Author: Tejun Heo <htejun@gmail.com>
Date:   Mon May 15 21:03:55 2006 +0900

[PATCH] ahci: implement NCQ suppport

Implement NCQ support.

Original implementation is from Jens Axboe.

Signed-off-by: Tejun Heo <htejun@gmail.com>

:040000 040000 be681c4b21f34da5241e72c97c6695d735e90771
3557b2db9d7c3d48a0408137b455ce12931bb18d M      drivers

----------------------------------------------

Problem just reproduced on 2.6.20-rc5:

[  431.374421] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen
[  431.374430] ata1.00: cmd 61/40:00:fe:aa:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out
[  431.374432]          res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout)
[  431.677154] ata1: soft resetting port
[  431.886700] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  431.889277] ata1.00: configured for UDMA/133
[  431.889285] ata1: EH complete
[  431.890781] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[  431.890854] sda: Write Protect is off
[  431.890858] sda: Mode Sense: 00 3a 00 00
[  431.890903] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  450.800490] XFS mounting filesystem sda1
[  450.853731] Ending clean XFS mount for filesystem: sda1
[  481.131888] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen
[  481.131896] ata1.00: cmd 61/40:00:46:af:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out
[  481.131898]          res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout)
[  481.436015] ata1: soft resetting port
[  481.645237] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  481.647825] ata1.00: configured for UDMA/133
[  481.647834] ata1: EH complete
[  481.649252] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[  481.649295] sda: Write Protect is off
[  481.649298] sda: Mode Sense: 00 3a 00 00
[  481.649358] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA


Full dmesg attached.

If you need more info, just ask.

-- 
	Paolo Ornati
	Linux 2.6.20-rc5 on x86_64

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 27530 bytes --]

[    0.000000] Linux version 2.6.20-rc5 (paolo@tux) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #12 SMP Sun Jan 21 13:31:25 CET 2007
[    0.000000] Command line: root=/dev/sda6 vga=0x305
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
[    0.000000]  BIOS-e820: 000000000008f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003e599000 (usable)
[    0.000000]  BIOS-e820: 000000003e599000 - 000000003e5a6000 (reserved)
[    0.000000]  BIOS-e820: 000000003e5a6000 - 000000003e655000 (usable)
[    0.000000]  BIOS-e820: 000000003e655000 - 000000003e6a6000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003e6a6000 - 000000003e6ab000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003e6ab000 - 000000003e6ac000 (usable)
[    0.000000]  BIOS-e820: 000000003e6ac000 - 000000003e6f2000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003e6f2000 - 000000003e6ff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003e6ff000 - 000000003e700000 (usable)
[    0.000000]  BIOS-e820: 000000003e700000 - 000000003f000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used
[    0.000000] Entering add_active_range(0, 256, 255385) 1 entries of 256 used
[    0.000000] Entering add_active_range(0, 255398, 255573) 2 entries of 256 used
[    0.000000] Entering add_active_range(0, 255659, 255660) 3 entries of 256 used
[    0.000000] Entering add_active_range(0, 255743, 255744) 4 entries of 256 used
[    0.000000] end_pfn_map = 1048576
[    0.000000] DMI 2.4 present.
[    0.000000] ACPI: RSDP (v000 INTEL                                 ) @ 0x00000000000fe020
[    0.000000] ACPI: RSDT (v001 INTEL  DG965SS  0x00000629      0x01000013) @ 0x000000003e6fd038
[    0.000000] ACPI: FADT (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6fc000
[    0.000000] ACPI: MADT (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6f6000
[    0.000000] ACPI: WDDT (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6f5000
[    0.000000] ACPI: MCFG (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6f4000
[    0.000000] ACPI: ASF! (v032 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6f3000
[    0.000000] ACPI: HPET (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x000000003e6f2000
[    0.000000] ACPI: SSDT (v001 INTEL     CpuPm 0x00000629 MSFT 0x01000013) @ 0x000000003e6aa000
[    0.000000] ACPI: SSDT (v001 INTEL   Cpu0Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a9000
[    0.000000] ACPI: SSDT (v001 INTEL   Cpu1Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a8000
[    0.000000] ACPI: SSDT (v001 INTEL   Cpu2Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a7000
[    0.000000] ACPI: SSDT (v001 INTEL   Cpu3Ist 0x00000629 MSFT 0x01000013) @ 0x000000003e6a6000
[    0.000000] ACPI: DSDT (v001 INTEL  DG965SS  0x00000629 MSFT 0x01000013) @ 0x0000000000000000
[    0.000000] Entering add_active_range(0, 0, 143) 0 entries of 256 used
[    0.000000] Entering add_active_range(0, 256, 255385) 1 entries of 256 used
[    0.000000] Entering add_active_range(0, 255398, 255573) 2 entries of 256 used
[    0.000000] Entering add_active_range(0, 255659, 255660) 3 entries of 256 used
[    0.000000] Entering add_active_range(0, 255743, 255744) 4 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   DMA32        4096 ->  1048576
[    0.000000]   Normal    1048576 ->  1048576
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0:        0 ->      143
[    0.000000]     0:      256 ->   255385
[    0.000000]     0:   255398 ->   255573
[    0.000000]     0:   255659 ->   255660
[    0.000000]     0:   255743 ->   255744
[    0.000000] On node 0 totalpages: 255449
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 1286 pages reserved
[    0.000000]   DMA zone: 2641 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3440 pages used for memmap
[    0.000000]   DMA32 zone: 248026 pages, LIFO batch:31
[    0.000000]   Normal zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] Processor #1
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Setting APIC routing to flat
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Nosave address range: 000000000008f000 - 00000000000a0000
[    0.000000] Nosave address range: 00000000000a0000 - 00000000000e0000
[    0.000000] Nosave address range: 00000000000e0000 - 0000000000100000
[    0.000000] Nosave address range: 000000003e599000 - 000000003e5a6000
[    0.000000] Nosave address range: 000000003e655000 - 000000003e6a6000
[    0.000000] Nosave address range: 000000003e6a6000 - 000000003e6ab000
[    0.000000] Nosave address range: 000000003e6ac000 - 000000003e6f2000
[    0.000000] Nosave address range: 000000003e6f2000 - 000000003e6ff000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 3f000000:c0f00000)
[    0.000000] PERCPU: Allocating 32576 bytes of per cpu data
[    0.000000] Built 1 zonelists.  Total pages: 250667
[    0.000000] Kernel command line: root=/dev/sda6 vga=0x305
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[   30.622927] Console: colour dummy device 80x25
[   30.623426] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[   30.623788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[   30.623872] Checking aperture...
[   30.633592] Memory: 998312k/1022976k available (2871k kernel code, 22812k reserved, 1529k data, 232k init)
[   30.693254] Calibrating delay using timer specific routine.. 3732.21 BogoMIPS (lpj=1866108)
[   30.693304] Mount-cache hash table entries: 256
[   30.693409] CPU: L1 I cache: 32K, L1 D cache: 32K
[   30.693414] CPU: L2 cache: 2048K
[   30.693417] using mwait in idle threads.
[   30.693421] CPU: Physical Processor ID: 0
[   30.693423] CPU: Processor Core ID: 0
[   30.693430] CPU0: Thermal monitoring enabled (TM2)
[   30.693444] Freeing SMP alternatives: 28k freed
[   30.693461] ACPI: Core revision 20060707
[   30.708480] Using local APIC timer interrupts.
[   30.762098] result 16650020
[   30.762101] Detected 16.650 MHz APIC timer.
[   30.762330] Booting processor 1/2 APIC 0x1
[   30.772913] Initializing CPU#1
[   30.833217] Calibrating delay using timer specific routine.. 3729.62 BogoMIPS (lpj=1864812)
[   30.833224] CPU: L1 I cache: 32K, L1 D cache: 32K
[   30.833226] CPU: L2 cache: 2048K
[   30.833229] CPU: Physical Processor ID: 0
[   30.833230] CPU: Processor Core ID: 1
[   30.833236] CPU1: Thermal monitoring enabled (TM2)
[   30.833533] Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz stepping 06
[   30.834228] Brought up 2 CPUs
[   30.834277] testing NMI watchdog ... OK.
[   30.844290] time.c: Using 14.318180 MHz WALL HPET GTOD HPET/TSC timer.
[   30.844294] time.c: Detected 1864.803 MHz processor.
[   30.898517] migration_cost=22
[   30.898779] NET: Registered protocol family 16
[   30.898854] ACPI: bus type pci registered
[   30.898861] PCI: Using configuration type 1
[   30.903472] ACPI: Interpreter enabled
[   30.903477] ACPI: Using IOAPIC for interrupt routing
[   30.903872] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   30.903878] PCI: Probing PCI hardware (bus 00)
[   30.903895] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[   30.905108] Boot video device is 0000:00:02.0
[   30.905728] PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[   30.905734] PCI quirk: region 0500-053f claimed by ICH6 GPIO
[   30.906325] PCI: Transparent bridge - 0000:00:1e.0
[   30.906390] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   30.912015] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[   30.912793] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[   30.913029] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[   30.913271] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[   30.913501] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[   30.913738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11 12)
[   30.913969] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11 12)
[   30.914204] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[   30.914436] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[   30.916002] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[   30.916265] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[   30.916519] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[   30.916773] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[   30.917026] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[   30.918512] Linux Plug and Play Support v0.97 (c) Adam Belay
[   30.918521] pnp: PnP ACPI init
[   30.921536] pnp: PnP ACPI: found 13 devices
[   30.921672] SCSI subsystem initialized
[   30.921709] libata version 2.00 loaded.
[   30.921756] usbcore: registered new interface driver usbfs
[   30.921787] usbcore: registered new interface driver hub
[   30.921824] usbcore: registered new device driver usb
[   30.921886] PCI: Using ACPI for IRQ routing
[   30.921890] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   30.921974] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   30.921981] hpet0: 3 64-bit timers, 14318180 Hz
[   30.923000] PCI-GART: No AMD northbridge found.
[   30.923060] pnp: 00:06: ioport range 0x500-0x53f has been reserved
[   30.923065] pnp: 00:06: ioport range 0x400-0x47f could not be reserved
[   30.923069] pnp: 00:06: ioport range 0x680-0x6ff has been reserved
[   30.923339] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[   30.923345] PCI: Bridge: 0000:00:1c.0
[   30.923348]   IO window: disabled.
[   30.923353]   MEM window: 50400000-504fffff
[   30.923358]   PREFETCH window: disabled.
[   30.923363] PCI: Bridge: 0000:00:1c.1
[   30.923367]   IO window: 2000-2fff
[   30.923372]   MEM window: 50100000-501fffff
[   30.923376]   PREFETCH window: disabled.
[   30.923381] PCI: Bridge: 0000:00:1c.2
[   30.923384]   IO window: disabled.
[   30.923389]   MEM window: 50500000-505fffff
[   30.923393]   PREFETCH window: disabled.
[   30.923399] PCI: Bridge: 0000:00:1c.3
[   30.923401]   IO window: disabled.
[   30.923406]   MEM window: 50600000-506fffff
[   30.923411]   PREFETCH window: disabled.
[   30.923416] PCI: Bridge: 0000:00:1c.4
[   30.923418]   IO window: disabled.
[   30.923424]   MEM window: 50700000-507fffff
[   30.923428]   PREFETCH window: disabled.
[   30.923433] PCI: Bridge: 0000:00:1e.0
[   30.923437]   IO window: 1000-1fff
[   30.923442]   MEM window: 50000000-500fffff
[   30.923446]   PREFETCH window: disabled.
[   30.923467] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[   30.923475] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   30.923490] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[   30.923496] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   30.923511] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[   30.923518] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   30.923533] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
[   30.923539] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[   30.923553] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 17
[   30.923560] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[   30.923569] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[   30.923592] NET: Registered protocol family 2
[   30.936495] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[   30.936626] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[   30.937429] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   30.938075] TCP: Hash tables configured (established 131072 bind 65536)
[   30.938079] TCP reno registered
[   30.941694] checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
[   30.943818] Freeing initrd memory: 2000k freed
[   30.944858] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[   30.945458] fuse init (API version 7.8)
[   30.945511] SGI XFS with large block/inode numbers, no debug enabled
[   30.945676] io scheduler noop registered
[   30.945689] io scheduler cfq registered (default)
[   30.946204] vesafb: framebuffer at 0x40000000, mapped to 0xffffc20000080000, using 1536k, total 7616k
[   30.946210] vesafb: mode is 1024x768x8, linelength=1024, pages=8
[   30.946214] vesafb: scrolling: redraw
[   30.946217] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
[   30.954761] Console: switching to colour frame buffer device 128x48
[   30.963319] fb0: VESA VGA frame buffer device
[   30.963456] input: Power Button (FF) as /class/input/input0
[   30.963546] ACPI: Power Button (FF) [PWRF]
[   30.963660] input: Sleep Button (CM) as /class/input/input1
[   30.963753] ACPI: Sleep Button (CM) [SLPB]
[   30.964061] ACPI: Processor [CPU0] (supports 8 throttling states)
[   30.964230] ACPI: Processor [CPU1] (supports 8 throttling states)
[   30.966361] Real Time Clock Driver v1.12ac
[   30.966471] hpet_resources: 0xfed00000 is busy
[   30.966490] Linux agpgart interface v0.101 (c) Dave Jones
[   30.966636] agpgart: Detected an Intel 965G Chipset.
[   30.967245] agpgart: Unknown page table size, assuming 512KB
[   30.967343] agpgart: Detected 7676K stolen memory.
[   30.979835] agpgart: AGP aperture is 256M @ 0x40000000
[   30.979956] [drm] Initialized drm 1.1.0 20060810
[   30.980047] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[   30.980221] [drm] Initialized i915 1.6.0 20060119 on minor 0
[   30.980313] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[   30.980544] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.982444] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.984136] Floppy drive(s): fd0 is 1.44M
[   30.999821] FDC 0 is a National Semiconductor PC87306
[   31.002866] RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
[   31.004881] loop: loaded (max 8 devices)
[   31.006710] Intel(R) PRO/10GbE Network Driver - version 1.0.126-k2
[   31.008648] Copyright (c) 1999-2006 Intel Corporation.
[   31.010866] 8139too Fast Ethernet driver 0.9.28
[   31.012935] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 21 (level, low) -> IRQ 21
[   31.015439] eth0: RealTek RTL8139 at 0xffffc2000000e000, 00:e0:4c:f0:a9:84, IRQ 21
[   31.017719] eth0:  Identified 8139 chip type 'RTL-8139C'
[   31.017724] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   31.020080] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   31.022624] Probing IDE interface ide0...
[   31.536077] Probing IDE interface ide1...
[   32.049444] ahci 0000:00:1f.2: version 2.0
[   32.049457] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 19 (level, low) -> IRQ 19
[   33.053438] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   33.053445] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[   33.056162] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
[   33.058971] ata1: SATA max UDMA/133 cmd 0xFFFFC20000024100 ctl 0x0 bmdma 0x0 irq 19
[   33.061879] ata2: SATA max UDMA/133 cmd 0xFFFFC20000024180 ctl 0x0 bmdma 0x0 irq 19
[   33.064763] ata3: DUMMY
[   33.067649] ata4: DUMMY
[   33.070574] ata5: SATA max UDMA/133 cmd 0xFFFFC20000024300 ctl 0x0 bmdma 0x0 irq 19
[   33.073666] ata6: SATA max UDMA/133 cmd 0xFFFFC20000024380 ctl 0x0 bmdma 0x0 irq 19
[   33.076718] scsi0 : ahci
[   33.537612] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   33.541952] ata1.00: ATA-6, max UDMA/133, 156301488 sectors: LBA48 NCQ (depth 31/32)
[   33.546612] ata1.00: configured for UDMA/133
[   33.549812] scsi1 : ahci
[   33.856779] ata2: SATA link down (SStatus 0 SControl 300)
[   33.859895] scsi2 : ahci
[   33.863049] scsi3 : ahci
[   33.866148] scsi4 : ahci
[   34.171860] ata5: SATA link down (SStatus 0 SControl 300)
[   34.174931] scsi5 : ahci
[   34.480952] ata6: SATA link down (SStatus 0 SControl 300)
[   34.484083] scsi 0:0:0:0: Direct-Access     ATA      ST380817AS       3.42 PQ: 0 ANSI: 5
[   34.487315] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[   34.490502] sda: Write Protect is off
[   34.493660] sda: Mode Sense: 00 3a 00 00
[   34.493675] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.497010] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[   34.500315] sda: Write Protect is off
[   34.503558] sda: Mode Sense: 00 3a 00 00
[   34.503573] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.506920]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[   34.570981] sd 0:0:0:0: Attached scsi disk sda
[   34.574292] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   34.577577] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[   34.580884] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   34.580903] ata7: PATA max UDMA/100 cmd 0x2018 ctl 0x2026 bmdma 0x2000 irq 17
[   34.584160] scsi6 : pata_marvell
[   34.587447] BAR5:00:00 01:7F 02:22 03:CA 04:00 05:00 06:00 07:00 08:00 09:00 0A:00 0B:00 0C:01 0D:00 0E:00 0F:00 
[   34.754096] ATA: abnormal status 0x8 on port 0x201F
[   34.769209] ATA: abnormal status 0x8 on port 0x201F
[   34.943029] ata7.01: ATAPI, max UDMA/33
[   35.117489] ata7.01: configured for UDMA/33
[   35.124371] scsi 6:0:1:0: CD-ROM            HL-DT-ST DVDRAM GSA-4167B DL11 PQ: 0 ANSI: 5
[   35.146129] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   35.149422] Uniform CD-ROM driver Revision: 3.20
[   35.152680] sr 6:0:1:0: Attached scsi CD-ROM sr0
[   35.152733] sr 6:0:1:0: Attached scsi generic sg1 type 5
[   35.155964] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[   35.159175] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[   35.159179] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   35.162397] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   35.165598] ehci_hcd 0000:00:1a.7: debug port 1
[   35.168784] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[   35.168791] ehci_hcd 0000:00:1a.7: irq 18, io mem 0x50325c00
[   35.175808] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   35.179141] usb usb1: configuration #1 chosen from 1 choice
[   35.182385] hub 1-0:1.0: USB hub found
[   35.185625] hub 1-0:1.0: 4 ports detected
[   35.289849] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[   35.293120] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[   35.293123] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   35.296363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   35.299612] ehci_hcd 0000:00:1d.7: debug port 1
[   35.302811] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[   35.302818] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50325800
[   35.309902] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   35.313202] usb usb2: configuration #1 chosen from 1 choice
[   35.316505] hub 2-0:1.0: USB hub found
[   35.319802] hub 2-0:1.0: 6 ports detected
[   35.423852] USB Universal Host Controller Interface driver v3.0
[   35.427206] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[   35.430572] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[   35.430575] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   35.433925] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   35.437262] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030c0
[   35.440634] usb usb3: configuration #1 chosen from 1 choice
[   35.443886] hub 3-0:1.0: USB hub found
[   35.447056] hub 3-0:1.0: 2 ports detected
[   35.551901] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
[   35.555078] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[   35.555081] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   35.558204] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[   35.561364] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000030a0
[   35.564605] usb usb4: configuration #1 chosen from 1 choice
[   35.567757] hub 4-0:1.0: USB hub found
[   35.570823] hub 4-0:1.0: 2 ports detected
[   35.674942] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[   35.677998] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   35.678001] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   35.680990] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   35.684056] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
[   35.687166] usb usb5: configuration #1 chosen from 1 choice
[   35.690247] hub 5-0:1.0: USB hub found
[   35.693235] hub 5-0:1.0: 2 ports detected
[   35.797979] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[   35.800971] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[   35.800974] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   35.803973] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   35.806959] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
[   35.809972] usb usb6: configuration #1 chosen from 1 choice
[   35.812916] hub 6-0:1.0: USB hub found
[   35.815806] hub 6-0:1.0: 2 ports detected
[   35.920021] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[   35.922994] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[   35.922997] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   35.925960] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[   35.928932] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
[   35.931994] usb usb7: configuration #1 chosen from 1 choice
[   35.934965] hub 7-0:1.0: USB hub found
[   35.937844] hub 7-0:1.0: 2 ports detected
[   36.042093] usbcore: registered new interface driver cdc_acm
[   36.044991] drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
[   36.048065] usbcore: registered new interface driver usblp
[   36.051105] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[   36.054174] Initializing USB Mass Storage driver...
[   36.057250] usbcore: registered new interface driver usb-storage
[   36.060363] USB Mass Storage support registered.
[   36.063533] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   36.069536] serio: i8042 KBD port at 0x60,0x64 irq 1
[   36.072646] serio: i8042 AUX port at 0x60,0x64 irq 12
[   36.075753] mice: PS/2 mouse device common for all mice
[   36.078970] i2c /dev entries driver
[   36.082061] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 21 (level, low) -> IRQ 21
[   36.105452] EDAC MC: Ver: 2.0.1 Jan 21 2007
[   36.108861] Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09 09:56:17 2007 UTC).
[   36.112489] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[   36.115735] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[   36.236274] ALSA device list:
[   36.239468]   #0: HDA Intel at 0x50320000 irq 22
[   36.242691] nf_conntrack version 0.5.0 (3996 buckets, 31968 max)
[   36.246129] ip_tables: (C) 2000-2006 Netfilter Core Team
[   36.292245] TCP cubic registered
[   36.295496] NET: Registered protocol family 1
[   36.298716] NET: Registered protocol family 17
[   36.301848] NET: Registered protocol family 15
[   36.817332] input: ImPS/2 Logitech Wheel Mouse as /class/input/input2
[   36.844024] input: AT Translated Set 2 keyboard as /class/input/input3
[   36.911624] RAMDISK: ext2 filesystem found at block 0
[   36.914791] RAMDISK: Loading 2000KiB [1 disk] into ram disk... |\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\b/\b-\b\\b|\bdone.
[   36.922467] VFS: Mounted root (ext2 filesystem).
[   36.946396] kjournald starting.  Commit interval 5 seconds
[   36.946405] EXT3-fs: mounted filesystem with ordered data mode.
[   36.946440] VFS: Mounted root (ext3 filesystem) readonly.
[   36.946442] Trying to move old root to /initrd ... /initrd does not exist. Ignored.
[   36.946615] Unmounting old root
[   36.946720] Trying to free ramdisk memory ... okay
[   36.946984] Freeing unused kernel memory: 232k freed
[   41.104813] EXT3 FS on sda6, internal journal
[   41.550123] Adding 1004016k swap on /dev/sda7.  Priority:-1 extents:1 across:1004016k
[   62.630799] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[  399.563221] XFS mounting filesystem sda1
[  399.603500] Ending clean XFS mount for filesystem: sda1
[  431.374421] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen
[  431.374430] ata1.00: cmd 61/40:00:fe:aa:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out
[  431.374432]          res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout)
[  431.677154] ata1: soft resetting port
[  431.886700] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  431.889277] ata1.00: configured for UDMA/133
[  431.889285] ata1: EH complete
[  431.890781] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[  431.890854] sda: Write Protect is off
[  431.890858] sda: Mode Sense: 00 3a 00 00
[  431.890903] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  450.800490] XFS mounting filesystem sda1
[  450.853731] Ending clean XFS mount for filesystem: sda1
[  481.131888] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x2 frozen
[  481.131896] ata1.00: cmd 61/40:00:46:af:98/00:00:00:00:00/40 tag 0 cdb 0x0 data 32768 out
[  481.131898]          res 40/00:00:9e:9c:bd/00:00:01:00:00/40 Emask 0x4 (timeout)
[  481.436015] ata1: soft resetting port
[  481.645237] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  481.647825] ata1.00: configured for UDMA/133
[  481.647834] ata1: EH complete
[  481.649252] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[  481.649295] sda: Write Protect is off
[  481.649298] sda: Mode Sense: 00 3a 00 00
[  481.649358] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA

[-- Attachment #3: interrupts.txt --]
[-- Type: text/plain, Size: 905 bytes --]

           CPU0       CPU1       
  0:     617966          0   IO-APIC-edge      timer
  1:       2361          0   IO-APIC-edge      i8042
  6:          5          0   IO-APIC-edge      floppy
  8:          1          0   IO-APIC-edge      rtc
  9:          0          0   IO-APIC-fasteoi   acpi
 12:      28043          0   IO-APIC-edge      i8042
 16:      43984          0   IO-APIC-fasteoi   uhci_hcd:usb3, i915@pci:0000:00:02.0
 17:       6551          0   IO-APIC-fasteoi   libata
 18:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb7
 19:       9176          0   IO-APIC-fasteoi   libata, uhci_hcd:usb6
 21:        375          0   IO-APIC-fasteoi   uhci_hcd:usb4, eth0
 22:        192          0   IO-APIC-fasteoi   HDA Intel
 23:          0          0   IO-APIC-fasteoi   ehci_hcd:usb2, uhci_hcd:usb5
NMI:        170         85 
LOC:     605529     605586 
ERR:          0

[-- Attachment #4: lspci.txt --]
[-- Type: text/plain, Size: 1982 bytes --]

00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02)
00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) 4 port SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101 (rev b1)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

[-- Attachment #5: CONFIG --]
[-- Type: application/octet-stream, Size: 36697 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.20-rc5
# Sun Jan 21 13:29:59 2007
#
CONFIG_X86_64=y
CONFIG_64BIT=y
CONFIG_X86=y
CONFIG_ZONE_DMA32=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_CMPXCHG=y
CONFIG_EARLY_PRINTK=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_DMI=y
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_BUG=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
# CONFIG_CPUSETS is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y

#
# Block layer
#
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VSMP is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_X86_HT=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_MTRR=y
CONFIG_SMP=y
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_BKL is not set
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_NR_CPUS=4
# CONFIG_HOTPLUG_CPU is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_SECCOMP is not set
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
# CONFIG_REORDER is not set
CONFIG_K8_NB=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
CONFIG_GENERIC_PENDING_IRQ=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_MMCONFIG is not set
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK is not set
CONFIG_NF_CONNTRACK_ENABLED=y
CONFIG_NF_CONNTRACK_SUPPORT=y
# CONFIG_IP_NF_CONNTRACK_SUPPORT is not set
CONFIG_NF_CONNTRACK=y
# CONFIG_NF_CT_ACCT is not set
# CONFIG_NF_CONNTRACK_MARK is not set
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=y
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=y
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_IPRANGE is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_MATCH_OWNER=y
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
CONFIG_IP_NF_FILTER=y
# CONFIG_IP_NF_TARGET_REJECT is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_NF_NAT is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set

#
# TIPC Configuration (EXPERIMENTAL)
#
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_IEEE80211 is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_SYS_HYPERVISOR is not set

#
# Connector - unified userspace <-> kernelspace linker
#
# CONFIG_CONNECTOR is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
CONFIG_BLK_DEV_INITRD=y
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_IDEDISK is not set
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_SHARE_IRQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set

#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set

#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
CONFIG_SATA_INTEL_COMBINED=y
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_NET_SB1000 is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# PHY device support
#
# CONFIG_PHYLIB is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
CONFIG_SKGE=y
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
CONFIG_IXGB=y
# CONFIG_IXGB_NAPI is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
# CONFIG_HANGCHECK_TIMER is not set

#
# TPM devices
#
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not set
# CONFIG_SENSORS_DS1374 is not set
CONFIG_SENSORS_EEPROM=y
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Hardware Monitoring support
#
# CONFIG_HWMON is not set
# CONFIG_HWMON_VID is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
# CONFIG_USB_DABUSB is not set

#
# Graphics support
#
CONFIG_FIRMWARE_EDID=y
CONFIG_FB=y
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
# CONFIG_SND_VERBOSE_PROCFS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# HID Devices
#
# CONFIG_HID is not set

#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_MULTITHREAD_PROBE is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Input Devices
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_TOUCHSCREEN is not set
# CONFIG_USB_YEALINK is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET_MII is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_MON is not set

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_TEST is not set

#
# USB DSL modem support
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# CONFIG_MMC is not set

#
# LED devices
#
# CONFIG_NEW_LEDS is not set

#
# LED drivers
#

#
# LED Triggers
#

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=y
# CONFIG_EDAC_E752X is not set
CONFIG_EDAC_POLL=y

#
# Real Time Clock
#
# CONFIG_RTC_CLASS is not set

#
# DMA Engine support
#
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y

#
# Virtualization
#
# CONFIG_KVM is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
# CONFIG_XFS_POSIX_ACL is not set
# CONFIG_XFS_RT is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y

#
# Distributed Lock Manager
#
# CONFIG_DLM is not set

#
# Instrumentation Support
#
# CONFIG_PROFILING is not set
# CONFIG_KPROBES is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
CONFIG_DEBUG_SPINLOCK_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_FORCED_INLINING is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set
CONFIG_PLIST=y
CONFIG_IOMAP_COPY=y

  reply	other threads:[~2007-01-21 16:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 14:29 SATA exceptions triggered by XFS (since 2.6.18) Paolo Ornati
2007-01-21 16:40 ` Paolo Ornati [this message]
2007-01-21 17:32   ` Robert Hancock
2007-01-21 19:25     ` Paolo Ornati
2007-01-21 20:32       ` Chr
2007-01-22  0:54         ` Jiri Slaby
2007-01-22  8:16           ` Paolo Ornati
2007-01-22  2:46       ` Tejun Heo
2007-01-22  8:38         ` Paolo Ornati
2007-01-22  9:35           ` Tejun Heo
2007-01-22 10:02             ` Paolo Ornati
2007-01-22 10:21             ` Paolo Ornati

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070121174023.68402ade@localhost \
    --to=ornati@fastwebnet.it \
    --cc=B.Steinbrink@gmx.de \
    --cc=hancockr@shaw.ca \
    --cc=htejun@gmail.com \
    --cc=jeff@garzik.org \
    --cc=jens.axboe@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox