Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263752AbTKFWJu (ORCPT ); Thu, 6 Nov 2003 17:09:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263846AbTKFWJt (ORCPT ); Thu, 6 Nov 2003 17:09:49 -0500 Received: from e2.ny.us.ibm.com ([32.97.182.102]:28586 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id S263752AbTKFWJG convert rfc822-to-8bit (ORCPT ); Thu, 6 Nov 2003 17:09:06 -0500 Content-Type: text/plain; charset=US-ASCII From: Badari Pulavarty To: David Whysong , Subject: Re: Kernel bug when mounting SCSI CD-ROM Date: Thu, 6 Nov 2003 14:02:17 -0800 User-Agent: KMail/1.4.1 Cc: References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: <200311061402.17255.pbadari@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 47033 Lines: 1496 Hi, I ran into the same problem earlier on my AMD64 box. Try disabling IOMMU_DEBUG. > # > # Kernel hacking > # > # CONFIG_DEBUG_KERNEL is not set > CONFIG_MAGIC_SYSRQ=y > # CONFIG_FRAME_POINTER is not set > CONFIG_IOMMU_DEBUG=y > CONFIG_MCE_DEBUG=y > Let me know, if this fixes the problem for you. Thanks, Badari On Wednesday 05 November 2003 01:50 pm, David Whysong wrote: > Hi, > > This happened when I tried to mount a CD under linux 64-2.6.0-test9-2 > (using Andi Kleen's patch). The system is a dual Opteron 240, Tyan K8W > motherboard; distro is Red Hat Taroon 3.9.5 beta. The CD-ROM drives are > all on the 53c810a controller, the tape drive is on the LSI160U > controller. Here is /proc/scsi/scsi: > > Attached devices: > Host: scsi0 Channel: 00 Id: 01 Lun: 00 > Vendor: PIONEER Model: DVD-ROM DVD-303 Rev: 1.09 > Type: CD-ROM ANSI SCSI revision: 02 > Host: scsi0 Channel: 00 Id: 02 Lun: 00 > Vendor: PLEXTOR Model: CD-R PX-W1210S Rev: 1.03 > Type: CD-ROM ANSI SCSI revision: 02 > Host: scsi0 Channel: 00 Id: 03 Lun: 00 > Vendor: TOSHIBA Model: CD-ROM XM-6201TA Rev: 1037 > Type: CD-ROM ANSI SCSI revision: 02 > Host: scsi1 Channel: 00 Id: 06 Lun: 00 > Vendor: SEAGATE Model: DAT 06240-XXX Rev: 8240 > Type: Sequential-Access ANSI SCSI revision: 03 > > Kernel config and lspci output is appended after the bug report. > > I also posted a report to LKML a while back about disk corruption occuring > with Promise IDE controller cards. I'd really like for something to work > on this system... > > Also, if anyone can tell me how to get the agpgart working on this > machine, I'd appreciate it. > > > Nov 5 13:23:33 sleepy kernel: Kernel BUG at pci_gart:398 > Nov 5 13:23:33 sleepy kernel: invalid operand: 0000 [1] > Nov 5 13:23:33 sleepy kernel: CPU 1 > Nov 5 13:23:33 sleepy kernel: Pid: 2642, comm: mount Not tainted > Nov 5 13:23:33 sleepy kernel: RIP: 0010:[] > {__pci_map_cont+94} Nov 5 13:23:33 sleepy kernel: RSP: > 0018:000001001fac1a98 EFLAGS: 00010006 Nov 5 13:23:33 sleepy kernel: RAX: > 0000000000000003 RBX: 0000010008113058 RCX: 0000000000000002 Nov 5 > 13:23:33 sleepy kernel: RDX: 0000000000003f9f RSI: 0000000000003f9d RDI: > 0000010008113058 Nov 5 13:23:33 sleepy kernel: RBP: 0000000000000003 R08: > 0000000000000001 R09: 0000000022615800 Nov 5 13:23:33 sleepy kernel: R10: > 0000000000003f9d R11: 0000000000000800 R12: 0000000000000001 Nov 5 > 13:23:33 sleepy kernel: R13: 0000010008113040 R14: 0000000000000002 R15: > 00000100081c0800 Nov 5 13:23:33 sleepy kernel: FS: 0000002a9557a698(0000) > GS:ffffffff804ce540(0000) knlGS:0000000000000000 Nov 5 13:23:33 sleepy > kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b Nov 5 13:23:33 > sleepy kernel: CR2: 0000007fbfffd6d0 CR3: 000000000383f000 CR4: > 00000000000006a0 Nov 5 13:23:33 sleepy kernel: Process mount (pid: 2642, > stackpage=10035c31180) Nov 5 13:23:33 sleepy kernel: Stack: > 0000010008113088 0000000000000003 0000010008113040 0000000021e30800 Nov 5 > 13:23:33 sleepy kernel: 0000000000000020 ffffffff8011f97b > 000001000812bc40 0000000000000002 Nov 5 13:23:33 sleepy kernel: > 0000000200000001 00000100083da080 Nov 5 13:23:33 sleepy kernel: Call > Trace:{pci_map_sg+331} > {__map_scsi_sg_data+26} Nov 5 13:23:33 sleepy kernel: > {sym_scatter+65} > {sym_setup_data_and_start+241} Nov 5 13:23:33 sleepy > kernel: {sym_queue_command+224} > {sym53c8xx_queue_command+206} Nov 5 13:23:33 sleepy > kernel: {scsi_dispatch_cmd+522} > {scsi_request_fn+704} Nov 5 13:23:33 sleepy kernel: > {generic_unplug_device+93} > {blk_run_queues+201} Nov 5 13:23:33 sleepy kernel: > {block_sync_page+9} {__lock_page+173} > Nov 5 13:23:33 sleepy kernel: > {autoremove_wake_function+0} > {autoremove_wake_function+0} Nov 5 13:23:33 sleepy > kernel: {find_get_page+65} > {do_generic_mapping_read+401} Nov 5 13:23:33 sleepy > kernel: {file_read_actor+0} > {__generic_file_aio_read+415} Nov 5 13:23:33 sleepy > kernel: {generic_file_read+123} > {invalidate_bh_lru+65} Nov 5 13:23:33 sleepy kernel: > {__invalidate_device+88} > {check_disk_change+54} Nov 5 13:23:33 sleepy kernel: > {cdrom_open+173} {do_open+348} Nov > 5 13:23:33 sleepy kernel: {blkdev_open+57} > {dentry_open+181} Nov 5 13:23:33 sleepy kernel: > {vfs_read+199} {sys_read+73} Nov 5 > 13:23:33 sleepy kernel: {system_call+124} Nov 5 > 13:23:33 sleepy kernel: > Nov 5 13:23:33 sleepy kernel: Code: 0f 0b 1c 88 3c 80 ff ff ff ff 8e 01 66 > 66 90 66 66 90 45 39 Nov 5 13:23:33 sleepy kernel: RIP > {__pci_map_cont+94} RSP <000001001fac1a98> Nov 5 > 13:23:33 sleepy kernel: <6>note: mount[2642] exited with preempt_count 1 > Nov 5 13:23:33 sleepy kernel: bad: scheduling while atomic! > Nov 5 13:23:33 sleepy kernel: > Nov 5 13:23:33 sleepy kernel: Call Trace:{schedule+94} > {io_schedule+43} Nov 5 13:23:33 sleepy kernel: > {__lock_page+181} > {autoremove_wake_function+0} Nov 5 13:23:33 sleepy > kernel: {autoremove_wake_function+0} > {truncate_inode_pages+560} Nov 5 13:23:33 sleepy kernel: > {blkdev_put+167} {__fput+82} Nov > 5 13:23:33 sleepy kernel: {filp_close+126} > {put_files_struct+115} Nov 5 13:23:33 sleepy kernel: > {do_exit+670} {oops_end+76} Nov 5 > 13:23:33 sleepy kernel: {die+69} > {do_invalid_op+159} > > > PCI configuration: > > 00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07) > (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- > MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz+ > UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- > Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 > I/O behind bridge: 00009000-00009fff > Memory behind bridge: fd700000-fd8fffff > Prefetchable memory behind bridge: d9100000-d91fffff > BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- > Capabilities: [c0] #08 [0086] > Capabilities: [f0] #08 [8000] > > 00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05) > Subsystem: Advanced Micro Devices [AMD] AMD-8111 LPC > Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz+ UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- > 00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03) > (prog-if 8a [Master SecP PriP]) Subsystem: Advanced Micro Devices [AMD] > AMD-8111 IDE > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- Region 4: I/O ports at ffa0 [size=16] > > 00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02) > Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 > Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- routed to IRQ 19 > Region 0: I/O ports at b480 [size=32] > > 00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05) > Subsystem: Advanced Micro Devices [AMD] AMD-8111 ACPI > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- > 00:07.5 Multimedia audio controller: Advanced Micro Devices [AMD] AMD-8111 > AC97 Audio (rev 03) Subsystem: Tyan Computer: Unknown device 2885 > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- Interrupt: pin B routed to IRQ 17 > Region 0: I/O ports at b800 [size=256] > Region 1: I/O ports at bc00 [size=64] > > 00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev > 12) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- > MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz+ > UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- > Bus: primary=00, secondary=02, subordinate=02, sec-latency=64 > I/O behind bridge: 00007000-00008fff > Memory behind bridge: fd600000-fd6fffff > Prefetchable memory behind bridge: 00000000d9000000-00000000d9000000 > BridgeCtl: Parity+ SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- > Capabilities: [a0] PCI-X non-bridge device. > Command: DPERE+ ERO+ RBC=0 OST=0 > Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, > DMOST=0, DMCRS=0, RSCEM- Capabilities: [b8] #08 [8000] Capabilities: [c0] > #08 [004a] > > 00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01) > (prog-if 10 [IO-APIC]) Subsystem: Advanced Micro Devices [AMD] AMD-8131 > PCI-X APIC > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- Region 0: Memory at fd9fe000 (64-bit, non-prefetchable) [size=4K] > > 00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev > 12) (prog-if 00 [Normal decode]) Control: I/O- Mem+ BusMaster+ SpecCycle- > MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz+ > UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- > Bus: primary=00, secondary=01, subordinate=01, sec-latency=64 > Memory behind bridge: fd500000-fd5fffff > Prefetchable memory behind bridge: 00000000d8f00000-00000000d8f00000 > BridgeCtl: Parity+ SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- > Capabilities: [a0] PCI-X non-bridge device. > Command: DPERE+ ERO+ RBC=0 OST=4 > Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, > DMOST=0, DMCRS=0, RSCEM- Capabilities: [b8] #08 [8000] > > 00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01) > (prog-if 10 [IO-APIC]) Subsystem: Advanced Micro Devices [AMD] AMD-8131 > PCI-X APIC > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- Region 0: Memory at fd9ff000 (64-bit, non-prefetchable) [size=4K] > > 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- [2101] > Capabilities: [a0] #08 [2101] > Capabilities: [c0] #08 [2101] > > 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- [2101] > Capabilities: [a0] #08 [2101] > Capabilities: [c0] #08 [2101] > > 00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=fast >TAbort- SERR- > 02:07.0 Unknown mass storage controller: Promise Technology, Inc. 20269 > (rev 02) (prog-if 85) Subsystem: Promise Technology, Inc. Ultra133TX2 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- > DEVSEL=slow >TAbort- SERR- min, 4500ns max), cache line size 10 > Interrupt: pin A routed to IRQ 26 > Region 0: I/O ports at 8c00 [size=8] > Region 1: I/O ports at 8080 [size=4] > Region 2: I/O ports at 8000 [size=8] > Region 3: I/O ports at 7c00 [size=4] > Region 4: I/O ports at 7880 [size=16] > Region 5: Memory at fd6d4000 (32-bit, non-prefetchable) [size=16K] > Expansion ROM at fd6d0000 [disabled] [size=16K] > Capabilities: [60] Power Management version 1 > Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 02:08.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 > SCSI Adapter (rev 01) Subsystem: LSI Logic / Symbios Logic: Unknown device > 1030 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- min, 4500ns max), cache line size 10 > Interrupt: pin A routed to IRQ 27 > Region 0: I/O ports at 8400 [size=256] > Region 1: Memory at fd6df800 (64-bit, non-prefetchable) [size=1K] > Region 3: Memory at fd6da000 (64-bit, non-prefetchable) [size=8K] > Expansion ROM at fd680000 [disabled] [size=128K] > Capabilities: [40] Power Management version 2 > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 02:08.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 > SCSI Adapter (rev 01) Subsystem: LSI Logic / Symbios Logic: Unknown device > 1030 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- min, 4500ns max), cache line size 10 > Interrupt: pin B routed to IRQ 24 > Region 0: I/O ports at 8800 [size=256] > Region 1: Memory at fd6dfc00 (64-bit, non-prefetchable) [size=1K] > Region 3: Memory at fd6dc000 (64-bit, non-prefetchable) [size=8K] > Expansion ROM at fd6a0000 [disabled] [size=128K] > Capabilities: [40] Power Management version 2 > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 02:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703 Gigabit > Ethernet (rev 02) Subsystem: Tyan Computer: Unknown device 2885 > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- min), cache line size 10 > Interrupt: pin A routed to IRQ 24 > Region 0: Memory at fd6f0000 (64-bit, non-prefetchable) [size=64K] > Expansion ROM at fd6e0000 [disabled] [size=64K] > Capabilities: [40] PCI-X non-bridge device. > Command: DPERE- ERO- RBC=0 OST=0 > Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, > DMOST=0, DMCRS=0, RSCEM- Capabilities: [48] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=1 PME- > Capabilities: [50] Vital Product Data > Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable- > Address: 000204001e082230 Data: 0458 > > 03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) > (prog-if 10 [OHCI]) Subsystem: Advanced Micro Devices [AMD] AMD-8111 USB > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- max) > Interrupt: pin D routed to IRQ 19 > Region 0: Memory at fd8fd000 (32-bit, non-prefetchable) [size=4K] > > 03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) > (prog-if 10 [OHCI]) Subsystem: Advanced Micro Devices [AMD] AMD-8111 USB > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- max) > Interrupt: pin D routed to IRQ 19 > Region 0: Memory at fd8fe000 (32-bit, non-prefetchable) [size=4K] > > 03:0a.0 SCSI storage controller: LSI Logic / Symbios Logic 53c810 (rev 12) > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- min, 16000ns max), cache line size 10 > Interrupt: pin A routed to IRQ 16 > Region 0: I/O ports at 9000 [size=256] > Region 1: Memory at fd8ff800 (32-bit, non-prefetchable) [size=256] > > 03:0b.0 RAID bus controller: CMD Technology Inc: Unknown device 3114 (rev > 02) Subsystem: Tyan Computer: Unknown device 2885 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- line size 10 > Interrupt: pin A routed to IRQ 17 > Region 0: I/O ports at 9c00 [size=8] > Region 1: I/O ports at 9880 [size=4] > Region 2: I/O ports at 9800 [size=8] > Region 3: I/O ports at 9480 [size=4] > Region 4: I/O ports at 9400 [size=16] > Region 5: Memory at fd8ffc00 (32-bit, non-prefetchable) [size=1K] > Expansion ROM at fd800000 [disabled] [size=512K] > Capabilities: [60] Power Management version 2 > Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=2 PME- > > 03:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 > Controller (PHY/Link) (prog-if 10 [OHCI]) Subsystem: Tyan Computer: Unknown > device 2885 > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- min, 1000ns max), cache line size 10 > Interrupt: pin A routed to IRQ 19 > Region 0: Memory at fd8ff000 (32-bit, non-prefetchable) [size=2K] > Region 1: Memory at fd8f8000 (32-bit, non-prefetchable) [size=16K] > Capabilities: [44] Power Management version 2 > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA > PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME+ > > 04:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-8151 System > Controller (rev 13) Subsystem: Advanced Micro Devices [AMD] AMD-8151 System > Controller Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- > DEVSEL=medium >TAbort- SERR- Region 0: Memory at e0000000 (32-bit, prefetchable) [size=256M] > Capabilities: [a0] AGP version 3.0 > Status: RQ=31 SBA+ 64bit+ FW+ Rate=x1,x2,x4 > Command: RQ=0 SBA- AGP- 64bit- FW- Rate= > Capabilities: [c0] #08 [0060] > > 04:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8151 AGP Bridge (rev > 13) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- > MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66Mhz+ > UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- > Bus: primary=04, secondary=05, subordinate=05, sec-latency=64 > Memory behind bridge: fda00000-feafffff > Prefetchable memory behind bridge: d9300000-dd3fffff > BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B- > > 05:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev > 03) (prog-if 00 [VGA]) Subsystem: Matrox Graphics, Inc. Millennium G400 > 32Mb SGRAM > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- > DEVSEL=medium >TAbort- SERR- min, 8000ns max), cache line size 10 > Interrupt: pin A routed to IRQ 16 > Region 0: Memory at da000000 (32-bit, prefetchable) [size=32M] > Region 1: Memory at feafc000 (32-bit, non-prefetchable) [size=16K] > Region 2: Memory at fe000000 (32-bit, non-prefetchable) [size=8M] > Expansion ROM at feae0000 [disabled] [size=64K] > Capabilities: [dc] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- > Capabilities: [f0] AGP version 2.0 > Status: RQ=31 SBA+ 64bit- FW- Rate=x1,x2 > Command: RQ=31 SBA+ AGP+ 64bit- FW- Rate=x1 > > > Kernel configuration: > # > # Automatically generated make config: don't edit > # > CONFIG_X86_64=y > CONFIG_64BIT=y > CONFIG_X86=y > CONFIG_MMU=y > CONFIG_RWSEM_GENERIC_SPINLOCK=y > CONFIG_X86_CMPXCHG=y > CONFIG_EARLY_PRINTK=y > CONFIG_HPET_TIMER=y > CONFIG_GENERIC_ISA_DMA=y > > # > # Code maturity level options > # > CONFIG_EXPERIMENTAL=y > CONFIG_CLEAN_COMPILE=y > CONFIG_STANDALONE=y > > # > # General setup > # > CONFIG_SWAP=y > CONFIG_SYSVIPC=y > # CONFIG_BSD_PROCESS_ACCT is not set > CONFIG_SYSCTL=y > CONFIG_LOG_BUF_SHIFT=15 > CONFIG_IKCONFIG=y > CONFIG_IKCONFIG_PROC=y > # CONFIG_EMBEDDED is not set > CONFIG_KALLSYMS=y > CONFIG_FUTEX=y > CONFIG_EPOLL=y > CONFIG_IOSCHED_NOOP=y > CONFIG_IOSCHED_AS=y > CONFIG_IOSCHED_DEADLINE=y > > # > # Loadable module support > # > # CONFIG_MODULES is not set > > # > # Processor type and features > # > CONFIG_MK8=y > # CONFIG_GENERIC_CPU is not set > CONFIG_X86_L1_CACHE_BYTES=64 > CONFIG_X86_L1_CACHE_SHIFT=6 > CONFIG_X86_TSC=y > CONFIG_X86_GOOD_APIC=y > CONFIG_X86_MSR=y > CONFIG_X86_CPUID=y > CONFIG_X86_IO_APIC=y > CONFIG_X86_LOCAL_APIC=y > CONFIG_MTRR=y > CONFIG_SMP=y > CONFIG_PREEMPT=y > CONFIG_K8_NUMA=y > CONFIG_DISCONTIGMEM=y > CONFIG_NUMA=y > CONFIG_HAVE_DEC_LOCK=y > CONFIG_NR_CPUS=2 > CONFIG_GART_IOMMU=y > CONFIG_X86_MCE=y > > # > # Power management options > # > CONFIG_PM=y > # CONFIG_SOFTWARE_SUSPEND is not set > > # > # ACPI (Advanced Configuration and Power Interface) Support > # > CONFIG_ACPI=y > CONFIG_ACPI_BOOT=y > CONFIG_ACPI_INTERPRETER=y > CONFIG_ACPI_SLEEP=y > CONFIG_ACPI_SLEEP_PROC_FS=y > # CONFIG_ACPI_AC is not set > # CONFIG_ACPI_BATTERY is not set > CONFIG_ACPI_BUTTON=y > CONFIG_ACPI_FAN=y > CONFIG_ACPI_PROCESSOR=y > CONFIG_ACPI_THERMAL=y > # CONFIG_ACPI_ASUS is not set > # CONFIG_ACPI_TOSHIBA is not set > # CONFIG_ACPI_DEBUG is not set > CONFIG_ACPI_BUS=y > CONFIG_ACPI_EC=y > CONFIG_ACPI_POWER=y > CONFIG_ACPI_PCI=y > CONFIG_ACPI_SYSTEM=y > # CONFIG_ACPI_RELAXED_AML 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_LEGACY_PROC is not set > # CONFIG_PCI_NAMES is not set > # CONFIG_HOTPLUG is not set > > # > # Executable file formats / Emulations > # > CONFIG_BINFMT_ELF=y > CONFIG_BINFMT_MISC=y > CONFIG_IA32_EMULATION=y > CONFIG_COMPAT=y > CONFIG_UID16=y > > # > # Generic Driver Options > # > > # > # Memory Technology Devices (MTD) > # > # CONFIG_MTD is not set > > # > # Parallel port support > # > CONFIG_PARPORT=y > CONFIG_PARPORT_PC=y > CONFIG_PARPORT_PC_CML1=y > # CONFIG_PARPORT_SERIAL is not set > CONFIG_PARPORT_PC_FIFO=y > # CONFIG_PARPORT_PC_SUPERIO is not set > # CONFIG_PARPORT_OTHER is not set > # CONFIG_PARPORT_1284 is not set > > # > # Block devices > # > # CONFIG_BLK_DEV_FD is not set > # CONFIG_PARIDE is not set > # 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_LOOP=y > CONFIG_BLK_DEV_CRYPTOLOOP=y > # CONFIG_BLK_DEV_NBD is not set > # CONFIG_BLK_DEV_RAM is not set > # CONFIG_BLK_DEV_INITRD is not set > # CONFIG_LBD 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_HD_IDE is not set > CONFIG_BLK_DEV_IDEDISK=y > CONFIG_IDEDISK_MULTI_MODE=y > # CONFIG_IDEDISK_STROKE is not set > # CONFIG_BLK_DEV_IDECD is not set > # 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 > # CONFIG_IDE_TASKFILE_IO is not set > > # > # IDE chipset support/bugfixes > # > # CONFIG_BLK_DEV_CMD640 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 is not set > # CONFIG_BLK_DEV_OPTI621 is not set > # CONFIG_BLK_DEV_RZ1000 is not set > CONFIG_BLK_DEV_IDEDMA_PCI=y > # CONFIG_BLK_DEV_IDE_TCQ is not set > # CONFIG_BLK_DEV_IDEDMA_FORCED is not set > CONFIG_IDEDMA_PCI_AUTO=y > # CONFIG_IDEDMA_ONLYDISK is not set > # CONFIG_IDEDMA_PCI_WIP is not set > CONFIG_BLK_DEV_ADMA=y > # CONFIG_BLK_DEV_AEC62XX is not set > # CONFIG_BLK_DEV_ALI15X3 is not set > CONFIG_BLK_DEV_AMD74XX=y > # 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_SC1200 is not set > # CONFIG_BLK_DEV_PIIX is not set > # CONFIG_BLK_DEV_NS87415 is not set > # CONFIG_BLK_DEV_PDC202XX_OLD is not set > CONFIG_BLK_DEV_PDC202XX_NEW=y > # CONFIG_PDC202XX_FORCE 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_BLK_DEV_IDEDMA=y > # CONFIG_IDEDMA_IVB is not set > CONFIG_IDEDMA_AUTO=y > # CONFIG_DMA_NONPCI is not set > # CONFIG_BLK_DEV_HD is not set > > # > # SCSI device support > # > CONFIG_SCSI=y > CONFIG_SCSI_PROC_FS=y > > # > # SCSI support type (disk, tape, CD-ROM) > # > CONFIG_BLK_DEV_SD=y > CONFIG_CHR_DEV_ST=y > # 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 > > # > # Some SCSI devices (e.g. CD jukebox) support multiple LUNs > # > # CONFIG_SCSI_MULTI_LUN is not set > # CONFIG_SCSI_REPORT_LUNS is not set > # CONFIG_SCSI_CONSTANTS is not set > # CONFIG_SCSI_LOGGING is not set > > # > # SCSI low-level drivers > # > # CONFIG_BLK_DEV_3W_XXXX_RAID 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_ADVANSYS is not set > # CONFIG_SCSI_MEGARAID is not set > CONFIG_SCSI_SATA=y > # CONFIG_SCSI_SATA_SVW is not set > # CONFIG_SCSI_ATA_PIIX is not set > # CONFIG_SCSI_SATA_PROMISE is not set > # CONFIG_SCSI_SATA_VIA is not set > # CONFIG_SCSI_BUSLOGIC is not set > # CONFIG_SCSI_CPQFCTS is not set > # CONFIG_SCSI_DMX3191D is not set > # CONFIG_SCSI_EATA is not set > # CONFIG_SCSI_EATA_PIO is not set > # CONFIG_SCSI_FUTURE_DOMAIN is not set > # CONFIG_SCSI_GDTH is not set > # CONFIG_SCSI_IPS is not set > # CONFIG_SCSI_INIA100 is not set > # CONFIG_SCSI_PPA is not set > # CONFIG_SCSI_IMM is not set > CONFIG_SCSI_SYM53C8XX_2=y > CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 > CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 > CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 > # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set > # CONFIG_SCSI_QLOGIC_ISP is not set > # CONFIG_SCSI_QLOGIC_FC is not set > # CONFIG_SCSI_QLOGIC_1280 is not set > # CONFIG_SCSI_DC395x is not set > # CONFIG_SCSI_NSP32 is not set > # CONFIG_SCSI_DEBUG is not set > > # > # Multi-device support (RAID and LVM) > # > # CONFIG_MD is not set > > # > # Telephony Support > # > # CONFIG_PHONE is not set > > # > # Fusion MPT device support > # > # CONFIG_FUSION is not set > > # > # IEEE 1394 (FireWire) support (EXPERIMENTAL) > # > CONFIG_IEEE1394=y > > # > # Subsystem Options > # > # CONFIG_IEEE1394_VERBOSEDEBUG is not set > # CONFIG_IEEE1394_OUI_DB is not set > > # > # Device Drivers > # > > # > # Texas Instruments PCILynx requires I2C bit-banging > # > CONFIG_IEEE1394_OHCI1394=y > > # > # Protocol Drivers > # > CONFIG_IEEE1394_VIDEO1394=y > CONFIG_IEEE1394_SBP2=y > # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set > CONFIG_IEEE1394_ETH1394=y > CONFIG_IEEE1394_DV1394=y > CONFIG_IEEE1394_RAWIO=y > # CONFIG_IEEE1394_CMP is not set > > # > # Networking support > # > CONFIG_NET=y > > # > # Networking options > # > CONFIG_PACKET=y > CONFIG_PACKET_MMAP=y > # CONFIG_NETLINK_DEV is not set > CONFIG_UNIX=y > # CONFIG_NET_KEY is not set > CONFIG_INET=y > CONFIG_IP_MULTICAST=y > # CONFIG_IP_ADVANCED_ROUTER is not set > # 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_INET_ECN is not set > CONFIG_SYN_COOKIES=y > # CONFIG_INET_AH is not set > # CONFIG_INET_ESP is not set > # CONFIG_INET_IPCOMP is not set > > # > # IP: Virtual Server Configuration > # > # CONFIG_IP_VS is not set > CONFIG_IPV6=y > # CONFIG_IPV6_PRIVACY is not set > CONFIG_INET6_AH=y > CONFIG_INET6_ESP=y > CONFIG_INET6_IPCOMP=y > # CONFIG_IPV6_TUNNEL is not set > # CONFIG_DECNET is not set > # CONFIG_BRIDGE is not set > CONFIG_NETFILTER=y > # CONFIG_NETFILTER_DEBUG is not set > > # > # IP: Netfilter Configuration > # > # CONFIG_IP_NF_CONNTRACK is not set > # CONFIG_IP_NF_QUEUE is not set > CONFIG_IP_NF_IPTABLES=y > CONFIG_IP_NF_MATCH_LIMIT=y > CONFIG_IP_NF_MATCH_IPRANGE=y > CONFIG_IP_NF_MATCH_MAC=y > CONFIG_IP_NF_MATCH_PKTTYPE=y > CONFIG_IP_NF_MATCH_MARK=y > CONFIG_IP_NF_MATCH_MULTIPORT=y > CONFIG_IP_NF_MATCH_TOS=y > CONFIG_IP_NF_MATCH_RECENT=y > CONFIG_IP_NF_MATCH_ECN=y > CONFIG_IP_NF_MATCH_DSCP=y > CONFIG_IP_NF_MATCH_AH_ESP=y > CONFIG_IP_NF_MATCH_LENGTH=y > CONFIG_IP_NF_MATCH_TTL=y > CONFIG_IP_NF_MATCH_TCPMSS=y > CONFIG_IP_NF_MATCH_OWNER=y > CONFIG_IP_NF_FILTER=y > # CONFIG_IP_NF_TARGET_REJECT is not set > # CONFIG_IP_NF_MANGLE 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_IP_NF_ARPTABLES is not set > > # > # IPv6: Netfilter Configuration > # > # CONFIG_IP6_NF_QUEUE is not set > CONFIG_IP6_NF_IPTABLES=y > CONFIG_IP6_NF_MATCH_LIMIT=y > CONFIG_IP6_NF_MATCH_MAC=y > CONFIG_IP6_NF_MATCH_RT=y > CONFIG_IP6_NF_MATCH_OPTS=y > CONFIG_IP6_NF_MATCH_FRAG=y > CONFIG_IP6_NF_MATCH_HL=y > CONFIG_IP6_NF_MATCH_MULTIPORT=y > CONFIG_IP6_NF_MATCH_OWNER=y > CONFIG_IP6_NF_MATCH_MARK=y > CONFIG_IP6_NF_MATCH_IPV6HEADER=y > CONFIG_IP6_NF_MATCH_AHESP=y > CONFIG_IP6_NF_MATCH_LENGTH=y > CONFIG_IP6_NF_MATCH_EUI64=y > CONFIG_IP6_NF_FILTER=y > # CONFIG_IP6_NF_TARGET_LOG is not set > # CONFIG_IP6_NF_MANGLE is not set > CONFIG_XFRM=y > # CONFIG_XFRM_USER is not set > > # > # SCTP Configuration (EXPERIMENTAL) > # > CONFIG_IPV6_SCTP__=y > # CONFIG_IP_SCTP is not set > # CONFIG_ATM is not set > # CONFIG_VLAN_8021Q 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_NET_DIVERT is not set > # CONFIG_ECONET is not set > # CONFIG_WAN_ROUTER is not set > # CONFIG_NET_FASTROUTE is not set > # CONFIG_NET_HW_FLOWCONTROL is not set > > # > # QoS and/or fair queueing > # > # CONFIG_NET_SCHED is not set > > # > # Network testing > # > # CONFIG_NET_PKTGEN is not set > CONFIG_NETDEVICES=y > > # > # ARCnet devices > # > # CONFIG_ARCNET is not set > # CONFIG_DUMMY is not set > # CONFIG_BONDING is not set > # CONFIG_EQUALIZER is not set > # CONFIG_TUN is not set > > # > # Ethernet (10 or 100Mbit) > # > # CONFIG_NET_ETHERNET 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_SK98LIN is not set > CONFIG_TIGON3=y > > # > # Ethernet (10000 Mbit) > # > # CONFIG_IXGB is not set > # CONFIG_FDDI is not set > # CONFIG_HIPPI is not set > # CONFIG_PLIP is not set > # CONFIG_PPP is not set > # CONFIG_SLIP is not set > > # > # Wireless LAN (non-hamradio) > # > # CONFIG_NET_RADIO is not set > > # > # Token Ring devices > # > # CONFIG_TR is not set > # CONFIG_NET_FC is not set > # CONFIG_SHAPER is not set > > # > # Wan interfaces > # > # CONFIG_WAN is not set > > # > # Amateur Radio support > # > # CONFIG_HAMRADIO is not set > > # > # IrDA (infrared) support > # > # CONFIG_IRDA is not set > > # > # Bluetooth support > # > # CONFIG_BT is not set > > # > # ISDN subsystem > # > # CONFIG_ISDN_BOOL is not set > > # > # Input device support > # > CONFIG_INPUT=y > > # > # Userland interfaces > # > CONFIG_INPUT_MOUSEDEV=y > CONFIG_INPUT_MOUSEDEV_PSAUX=y > CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600 > CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200 > # CONFIG_INPUT_JOYDEV is not set > # CONFIG_INPUT_TSDEV is not set > CONFIG_INPUT_EVDEV=y > # CONFIG_INPUT_EVBUG is not set > > # > # Input I/O drivers > # > # CONFIG_GAMEPORT is not set > CONFIG_SOUND_GAMEPORT=y > CONFIG_SERIO=y > CONFIG_SERIO_I8042=y > # CONFIG_SERIO_SERPORT is not set > # CONFIG_SERIO_CT82C710 is not set > # CONFIG_SERIO_PARKBD is not set > # CONFIG_SERIO_PCIPS2 is not set > > # > # Input Device Drivers > # > CONFIG_INPUT_KEYBOARD=y > CONFIG_KEYBOARD_ATKBD=y > # CONFIG_KEYBOARD_SUNKBD is not set > # CONFIG_KEYBOARD_XTKBD is not set > # CONFIG_KEYBOARD_NEWTON is not set > # CONFIG_INPUT_MOUSE is not set > # CONFIG_INPUT_JOYSTICK is not set > # CONFIG_INPUT_TOUCHSCREEN is not set > CONFIG_INPUT_MISC=y > CONFIG_INPUT_PCSPKR=y > # CONFIG_INPUT_UINPUT is not set > > # > # Character devices > # > CONFIG_VT=y > CONFIG_VT_CONSOLE=y > CONFIG_HW_CONSOLE=y > # CONFIG_SERIAL_NONSTANDARD is not set > > # > # Serial drivers > # > CONFIG_SERIAL_8250=y > CONFIG_SERIAL_8250_CONSOLE=y > # CONFIG_SERIAL_8250_ACPI is not set > CONFIG_SERIAL_8250_NR_UARTS=4 > # CONFIG_SERIAL_8250_EXTENDED is not set > > # > # Non-8250 serial port support > # > CONFIG_SERIAL_CORE=y > CONFIG_SERIAL_CORE_CONSOLE=y > CONFIG_UNIX98_PTYS=y > CONFIG_UNIX98_PTY_COUNT=256 > # CONFIG_PRINTER is not set > # CONFIG_PPDEV is not set > # CONFIG_TIPAR is not set > > # > # I2C support > # > CONFIG_I2C=y > CONFIG_I2C_CHARDEV=y > > # > # I2C Algorithms > # > # CONFIG_I2C_ALGOBIT is not set > # CONFIG_I2C_ALGOPCF is not set > > # > # I2C Hardware Bus support > # > # CONFIG_I2C_ALI1535 is not set > # CONFIG_I2C_ALI15X3 is not set > # CONFIG_I2C_AMD756 is not set > CONFIG_I2C_AMD8111=y > # CONFIG_I2C_I801 is not set > # CONFIG_I2C_NFORCE2 is not set > # CONFIG_I2C_SIS5595 is not set > # CONFIG_I2C_SIS630 is not set > # CONFIG_I2C_SIS96X is not set > # CONFIG_I2C_VIAPRO is not set > > # > # I2C Hardware Sensors Chip support > # > CONFIG_I2C_SENSOR=y > CONFIG_SENSORS_ADM1021=y > # CONFIG_SENSORS_EEPROM is not set > # CONFIG_SENSORS_IT87 is not set > # CONFIG_SENSORS_LM75 is not set > # CONFIG_SENSORS_LM78 is not set > # CONFIG_SENSORS_LM85 is not set > # CONFIG_SENSORS_VIA686A is not set > # CONFIG_SENSORS_W83781D is not set > > # > # Mice > # > # CONFIG_BUSMOUSE is not set > # CONFIG_QIC02_TAPE is not set > > # > # IPMI > # > CONFIG_IPMI_HANDLER=y > # CONFIG_IPMI_PANIC_EVENT is not set > CONFIG_IPMI_DEVICE_INTERFACE=y > CONFIG_IPMI_KCS=y > CONFIG_IPMI_WATCHDOG=y > > # > # Watchdog Cards > # > CONFIG_WATCHDOG=y > # CONFIG_WATCHDOG_NOWAYOUT is not set > # CONFIG_SOFT_WATCHDOG is not set > # CONFIG_WDT is not set > # CONFIG_WDTPCI is not set > # CONFIG_PCWATCHDOG is not set > # CONFIG_ACQUIRE_WDT is not set > # CONFIG_ADVANTECH_WDT is not set > # CONFIG_EUROTECH_WDT is not set > # CONFIG_IB700_WDT is not set > # CONFIG_I810_TCO is not set > # CONFIG_MIXCOMWD is not set > # CONFIG_SCx200_WDT is not set > # CONFIG_60XX_WDT is not set > # CONFIG_W83877F_WDT is not set > # CONFIG_MACHZ_WDT is not set > # CONFIG_SC520_WDT is not set > CONFIG_AMD7XX_TCO=y > # CONFIG_ALIM7101_WDT is not set > # CONFIG_ALIM1535_WDT is not set > # CONFIG_SC1200_WDT is not set > # CONFIG_WAFER_WDT is not set > # CONFIG_CPU5_WDT is not set > CONFIG_HW_RANDOM=y > # CONFIG_NVRAM is not set > CONFIG_RTC=y > # CONFIG_DTLK is not set > # CONFIG_R3964 is not set > # CONFIG_APPLICOM is not set > > # > # Ftape, the floppy tape device driver > # > CONFIG_AGP=y > CONFIG_AGP_AMD64=y > CONFIG_DRM=y > # CONFIG_DRM_TDFX is not set > # CONFIG_DRM_GAMMA is not set > # CONFIG_DRM_R128 is not set > # CONFIG_DRM_RADEON is not set > CONFIG_DRM_MGA=y > # CONFIG_DRM_SIS is not set > # CONFIG_MWAVE is not set > # CONFIG_RAW_DRIVER is not set > CONFIG_HANGCHECK_TIMER=y > > # > # Misc devices > # > > # > # Multimedia devices > # > # CONFIG_VIDEO_DEV is not set > > # > # Digital Video Broadcasting Devices > # > # CONFIG_DVB is not set > > # > # File systems > # > CONFIG_EXT2_FS=y > CONFIG_EXT2_FS_XATTR=y > CONFIG_EXT2_FS_POSIX_ACL=y > CONFIG_EXT2_FS_SECURITY=y > CONFIG_EXT3_FS=y > CONFIG_EXT3_FS_XATTR=y > CONFIG_EXT3_FS_POSIX_ACL=y > CONFIG_EXT3_FS_SECURITY=y > CONFIG_JBD=y > # CONFIG_JBD_DEBUG is not set > CONFIG_FS_MBCACHE=y > # CONFIG_REISERFS_FS is not set > # CONFIG_JFS_FS is not set > CONFIG_FS_POSIX_ACL=y > # CONFIG_XFS_FS is not set > # CONFIG_MINIX_FS is not set > # CONFIG_ROMFS_FS is not set > # CONFIG_QUOTA is not set > # CONFIG_AUTOFS_FS is not set > CONFIG_AUTOFS4_FS=y > > # > # CD-ROM/DVD Filesystems > # > CONFIG_ISO9660_FS=y > CONFIG_JOLIET=y > CONFIG_ZISOFS=y > CONFIG_ZISOFS_FS=y > CONFIG_UDF_FS=y > > # > # DOS/FAT/NT Filesystems > # > CONFIG_FAT_FS=y > CONFIG_MSDOS_FS=y > CONFIG_VFAT_FS=y > # CONFIG_NTFS_FS is not set > > # > # Pseudo filesystems > # > CONFIG_PROC_FS=y > CONFIG_PROC_KCORE=y > # CONFIG_DEVFS_FS is not set > CONFIG_DEVPTS_FS=y > # CONFIG_DEVPTS_FS_XATTR is not set > CONFIG_TMPFS=y > # CONFIG_HUGETLBFS is not set > # CONFIG_HUGETLB_PAGE is not set > CONFIG_RAMFS=y > > # > # Miscellaneous filesystems > # > # CONFIG_ADFS_FS is not set > # CONFIG_AFFS_FS is not set > # CONFIG_HFS_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 is not set > # CONFIG_NFSD is not set > # CONFIG_EXPORTFS is not set > # CONFIG_SMB_FS is not set > # CONFIG_CIFS is not set > # CONFIG_NCP_FS is not set > # CONFIG_CODA_FS is not set > # CONFIG_INTERMEZZO_FS is not set > # CONFIG_AFS_FS is not set > > # > # Partition Types > # > # CONFIG_PARTITION_ADVANCED is not set > CONFIG_MSDOS_PARTITION=y > CONFIG_NLS=y > > # > # Native Language Support > # > CONFIG_NLS_DEFAULT="iso8859-1" > # CONFIG_NLS_CODEPAGE_437 is not set > # 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_ISO8859_1 is not set > # 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 is not set > # CONFIG_NLS_KOI8_R is not set > # CONFIG_NLS_KOI8_U is not set > # CONFIG_NLS_UTF8 is not set > > # > # Graphics support > # > # CONFIG_FB is not set > CONFIG_VIDEO_SELECT=y > > # > # Console display driver support > # > CONFIG_VGA_CONSOLE=y > # CONFIG_MDA_CONSOLE is not set > CONFIG_DUMMY_CONSOLE=y > > # > # Sound > # > CONFIG_SOUND=y > > # > # Advanced Linux Sound Architecture > # > # CONFIG_SND is not set > > # > # Open Sound System > # > CONFIG_SOUND_PRIME=y > # CONFIG_SOUND_BT878 is not set > # CONFIG_SOUND_CMPCI is not set > # CONFIG_SOUND_EMU10K1 is not set > # CONFIG_SOUND_FUSION is not set > # CONFIG_SOUND_CS4281 is not set > # CONFIG_SOUND_ES1370 is not set > # CONFIG_SOUND_ES1371 is not set > # CONFIG_SOUND_ESSSOLO1 is not set > # CONFIG_SOUND_MAESTRO is not set > # CONFIG_SOUND_MAESTRO3 is not set > CONFIG_SOUND_ICH=y > # CONFIG_SOUND_SONICVIBES is not set > # CONFIG_SOUND_TRIDENT is not set > # CONFIG_SOUND_VIA82CXXX is not set > # CONFIG_SOUND_OSS is not set > # CONFIG_SOUND_TVMIXER is not set > # CONFIG_SOUND_ALI5455 is not set > # CONFIG_SOUND_FORTE is not set > # CONFIG_SOUND_RME96XX is not set > # CONFIG_SOUND_AD1980 is not set > > # > # USB support > # > 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 > > # > # USB Host Controller Drivers > # > # CONFIG_USB_EHCI_HCD is not set > CONFIG_USB_OHCI_HCD=y > # CONFIG_USB_UHCI_HCD is not set > > # > # USB Device Class drivers > # > # CONFIG_USB_AUDIO is not set > # CONFIG_USB_BLUETOOTH_TTY is not set > # CONFIG_USB_MIDI is not set > CONFIG_USB_ACM=y > CONFIG_USB_PRINTER=y > 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_HP8200e is not set > # CONFIG_USB_STORAGE_SDDR09 is not set > # CONFIG_USB_STORAGE_SDDR55 is not set > # CONFIG_USB_STORAGE_JUMPSHOT is not set > > # > # USB Human Interface Devices (HID) > # > CONFIG_USB_HID=y > CONFIG_USB_HIDINPUT=y > # CONFIG_HID_FF is not set > # CONFIG_USB_HIDDEV is not set > # CONFIG_USB_AIPTEK is not set > CONFIG_USB_WACOM=y > # CONFIG_USB_KBTAB is not set > # CONFIG_USB_POWERMATE is not set > # CONFIG_USB_XPAD is not set > > # > # USB Imaging devices > # > # CONFIG_USB_MDC800 is not set > CONFIG_USB_SCANNER=y > # CONFIG_USB_MICROTEK is not set > # CONFIG_USB_HPUSBSCSI is not set > > # > # USB Multimedia devices > # > # CONFIG_USB_DABUSB is not set > > # > # Video4Linux support is needed for USB Multimedia device support > # > > # > # USB Network adaptors > # > # 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 is not set > > # > # USB port drivers > # > # CONFIG_USB_USS720 is not set > > # > # USB Serial Converter support > # > # CONFIG_USB_SERIAL is not set > > # > # USB Miscellaneous drivers > # > # CONFIG_USB_TIGL is not set > # CONFIG_USB_AUERSWALD is not set > # CONFIG_USB_RIO500 is not set > # CONFIG_USB_BRLVGER is not set > # CONFIG_USB_LCD is not set > # CONFIG_USB_TEST is not set > # CONFIG_USB_GADGET is not set > > # > # Profiling support > # > CONFIG_PROFILING=y > CONFIG_OPROFILE=y > > # > # Kernel hacking > # > # CONFIG_DEBUG_KERNEL is not set > CONFIG_MAGIC_SYSRQ=y > # CONFIG_FRAME_POINTER is not set > CONFIG_IOMMU_DEBUG=y > CONFIG_MCE_DEBUG=y > > # > # Security options > # > # CONFIG_SECURITY is not set > > # > # Cryptographic options > # > CONFIG_CRYPTO=y > CONFIG_CRYPTO_HMAC=y > # CONFIG_CRYPTO_NULL is not set > # CONFIG_CRYPTO_MD4 is not set > CONFIG_CRYPTO_MD5=y > CONFIG_CRYPTO_SHA1=y > # CONFIG_CRYPTO_SHA256 is not set > # CONFIG_CRYPTO_SHA512 is not set > CONFIG_CRYPTO_DES=y > # CONFIG_CRYPTO_BLOWFISH is not set > # CONFIG_CRYPTO_TWOFISH is not set > # CONFIG_CRYPTO_SERPENT is not set > # CONFIG_CRYPTO_AES is not set > # CONFIG_CRYPTO_CAST5 is not set > # CONFIG_CRYPTO_CAST6 is not set > CONFIG_CRYPTO_DEFLATE=y > # CONFIG_CRYPTO_TEST is not set > > # > # Library routines > # > # CONFIG_CRC32 is not set > CONFIG_ZLIB_INFLATE=y > CONFIG_ZLIB_DEFLATE=y > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/