From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kelly Anderson Subject: Re: About forcing 32bit DMA patch for AMD690G(SB600) Date: Tue, 29 Jan 2008 13:10:30 -0700 Message-ID: <479F8836.9020603@slackwarelinux.kicks-ass.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010900070400020206000408" Return-path: Received: from 216-146-103-100.dsl.nemontel.net ([216.146.103.100]:57855 "EHLO slackwarelinux.kicks-ass.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750778AbYA2Uon (ORCPT ); Tue, 29 Jan 2008 15:44:43 -0500 Received: from [192.168.1.7] (satellite2.internal [192.168.1.7]) by slackwarelinux.kicks-ass.net (8.13.8/8.13.8) with ESMTP id m0TKAVHJ010727 for ; Tue, 29 Jan 2008 13:10:32 -0700 Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: linux-ide@vger.kernel.org This is a multi-part message in MIME format. --------------010900070400020206000408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Good news! (so far) I've got a M2A-VM HDMI with 4 Gigs, some of that is mapped over the 4G barrier. I patched the 2.6.24 kernel to allow the SB600 to do 64-bit DMA. Then I ran a torture test overnight, copying the /usr tree 30 times while at the same time looping through a kernel compile 30 times. No abnormal messages at all. Dmesg is clean, syslog is clean. On another note I think Asus, or more accurately their BIOS vendor, has improved the M2A-VM BIOS quite a bit lately. I'm using version 1603. FlashRom from coreboot.org will successfully flash the BIOS on the M2A-VM's! No more DOS/Windows required for BIOS updates on this board. --------------010900070400020206000408 Content-Type: text/plain; name="ahci_c_sb600_dont_disable_64_bit.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ahci_c_sb600_dont_disable_64_bit.patch" --- ./drivers/ata/ahci.c.orig 2008-01-24 15:58:37.000000000 -0700 +++ ./drivers/ata/ahci.c 2008-01-29 01:30:25.567532947 -0700 @@ -423,8 +423,11 @@ static const struct ata_port_info ahci_p }, /* board_ahci_sb600 */ { +/* AHCI_HFLAGS (AHCI_HFLAG_IGN_SERR_INTERNAL | AHCI_HFLAG_32BIT_ONLY | AHCI_HFLAG_NO_PMP), +*/ + AHCI_HFLAGS (AHCI_HFLAG_IGN_SERR_INTERNAL | AHCI_HFLAG_NO_PMP), .flags = AHCI_FLAG_COMMON, .link_flags = AHCI_LFLAG_COMMON, .pio_mask = 0x1f, /* pio0-4 */ --------------010900070400020206000408 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.txt" Linux version 2.6.24-myKsmp (kelly@speedy) (gcc version 4.1.2) #1 SMP Tue Jan 29 01:41:13 MST 2008 Command line: BOOT_IMAGE=myK-2.6.24 ro root=803 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000d7ee0000 (usable) BIOS-e820: 00000000d7ee0000 - 00000000d7ee3000 (ACPI NVS) BIOS-e820: 00000000d7ee3000 - 00000000d7ef0000 (ACPI data) BIOS-e820: 00000000d7ef0000 - 00000000d7f00000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000120000000 (usable) Entering add_active_range(0, 0, 159) 0 entries of 256 used Entering add_active_range(0, 256, 884448) 1 entries of 256 used Entering add_active_range(0, 1048576, 1179648) 2 entries of 256 used end_pfn_map = 1179648 DMI 2.4 present. ACPI: RSDP 000F82B0, 0024 (r2 ATI ) ACPI: XSDT D7EE3100, 004C (r1 ATI ASUSACPI 42302E31 AWRD 0) ACPI: FACP D7EE8500, 00F4 (r3 ATI ASUSACPI 42302E31 AWRD 0) ACPI: DSDT D7EE3280, 5213 (r1 ATI ASUSACPI 1000 MSFT 3000000) ACPI: FACS D7EE0000, 0040 ACPI: SSDT D7EE8740, 0248 (r1 PTLTD POWERNOW 1 LTP 1) ACPI: HPET D7EE8A00, 0038 (r1 ATI ASUSACPI 42302E31 AWRD 98) ACPI: MCFG D7EE8A80, 003C (r1 ATI ASUSACPI 42302E31 AWRD 0) ACPI: APIC D7EE8640, 0084 (r1 ATI ASUSACPI 42302E31 AWRD 0) Entering add_active_range(0, 0, 159) 0 entries of 256 used Entering add_active_range(0, 256, 884448) 1 entries of 256 used Entering add_active_range(0, 1048576, 1179648) 2 entries of 256 used Zone PFN ranges: DMA 0 -> 4096 DMA32 4096 -> 1048576 Normal 1048576 -> 1179648 Movable zone start PFN for each node early_node_map[3] active PFN ranges 0: 0 -> 159 0: 256 -> 884448 0: 1048576 -> 1179648 On node 0 totalpages: 1015423 DMA zone: 56 pages used for memmap DMA zone: 1274 pages reserved DMA zone: 2669 pages, LIFO batch:0 DMA32 zone: 14280 pages used for memmap DMA32 zone: 866072 pages, LIFO batch:31 Normal zone: 1792 pages used for memmap Normal zone: 129280 pages, LIFO batch:31 Movable zone: 0 pages used for memmap ATI board detected. Disabling timer routing over 8254. ACPI: PM-Timer IO Port: 0x4008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 (Bootup-CPU) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Processor #1 ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 4, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Setting APIC routing to flat ACPI: HPET id: 0x8200 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000 swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000 swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000 swsusp: Registered nosave memory region: 00000000d7ee0000 - 00000000d7ee3000 swsusp: Registered nosave memory region: 00000000d7ee3000 - 00000000d7ef0000 swsusp: Registered nosave memory region: 00000000d7ef0000 - 00000000d7f00000 swsusp: Registered nosave memory region: 00000000d7f00000 - 00000000e0000000 swsusp: Registered nosave memory region: 00000000e0000000 - 00000000f0000000 swsusp: Registered nosave memory region: 00000000f0000000 - 00000000fec00000 swsusp: Registered nosave memory region: 00000000fec00000 - 0000000100000000 Allocating PCI resources starting at f1000000 (gap: f0000000:ec00000) SMP: Allowing 2 CPUs, 0 hotplug CPUs PERCPU: Allocating 33016 bytes of per cpu data Built 1 zonelists in Zone order, mobility grouping on. Total pages: 998021 Kernel command line: BOOT_IMAGE=myK-2.6.24 ro root=803 Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) TSC calibrated against PM_TIMER Marking TSC unstable due to TSCs unsynchronized time.c: Detected 2299.910 MHz processor. Console: colour dummy device 80x25 console [tty0] enabled Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Checking aperture... CPU 0: aperture @ 8000000 size 32 MB Aperture too small (32 MB) No AGP bridge found Your BIOS doesn't leave a aperture memory hole Please enable the IOMMU option in the BIOS setup This costs you 64 MB of RAM Mapping aperture over 65536 KB of RAM @ 8000000 Memory: 3920016k/4718592k available (3134k kernel code, 141516k reserved, 1176k data, 248k init) SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1 Calibrating delay using timer specific routine.. 4604.00 BogoMIPS (lpj=7670412) Security Framework initialized Capability LSM initialized Mount-cache hash table entries: 256 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 SMP alternatives: switching to UP code ACPI: Core revision 20070126 Using local APIC timer interrupts. APIC timer calibration result 12499501 Detected 12.499 MHz APIC timer. SMP alternatives: switching to SMP code Booting processor 1/2 APIC 0x1 Initializing CPU#1 Calibrating delay using timer specific routine.. 4601.53 BogoMIPS (lpj=7666456) CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 AMD Athlon(tm) X2 Dual Core Processor BE-2400 stepping 02 Brought up 2 CPUs CPU0 attaching sched-domain: domain 0: span 3 groups: 1 2 CPU1 attaching sched-domain: domain 0: span 3 groups: 2 1 net_namespace: 120 bytes NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG at e0000000 - efffffff PCI: No mmconfig possible on device 00:18 ACPI: EC: Look up EC in DSDT ACPI: Interpreter enabled ACPI: (supports S0 S1 S3 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Transparent bridge - 0000:00:14.4 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled. ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 *11) ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered pnpacpi: exceeded the max number of mem resources: 12 pnp: PnP ACPI: found 11 devices ACPI: ACPI bus type pnp unregistered SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report PCI-DMA: Disabling AGP. PCI-DMA: aperture base @ 8000000 size 65536 KB PCI-DMA: using GART IOMMU. PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture ACPI: RTC can wake from S4 system 00:01: ioport range 0x4100-0x411f has been reserved system 00:01: ioport range 0x228-0x22f has been reserved system 00:01: ioport range 0x40b-0x40b has been reserved system 00:01: ioport range 0x4d6-0x4d6 has been reserved system 00:01: ioport range 0xc00-0xc01 has been reserved system 00:01: ioport range 0xc14-0xc14 has been reserved system 00:01: ioport range 0xc50-0xc52 has been reserved system 00:01: ioport range 0xc6c-0xc6d has been reserved system 00:01: ioport range 0xc6f-0xc6f has been reserved system 00:01: ioport range 0xcd0-0xcd1 has been reserved system 00:01: ioport range 0xcd2-0xcd3 has been reserved system 00:01: ioport range 0xcd4-0xcdf has been reserved system 00:01: ioport range 0x4000-0x40fe has been reserved system 00:01: ioport range 0x4210-0x4217 has been reserved system 00:01: ioport range 0xb00-0xb0f has been reserved system 00:01: ioport range 0xb10-0xb1f has been reserved system 00:07: ioport range 0x4d0-0x4d1 has been reserved system 00:07: ioport range 0x220-0x225 has been reserved system 00:09: iomem range 0xe0000000-0xefffffff could not be reserved system 00:0a: iomem range 0xcd600-0xcffff has been reserved system 00:0a: iomem range 0xf0000-0xf7fff could not be reserved system 00:0a: iomem range 0xf8000-0xfbfff could not be reserved system 00:0a: iomem range 0xfc000-0xfffff could not be reserved system 00:0a: iomem range 0xd7ef0000-0xd7feffff could not be reserved system 00:0a: iomem range 0xfed00000-0xfed000ff has been reserved system 00:0a: iomem range 0xd7ee0000-0xd7efffff could not be reserved system 00:0a: iomem range 0xffff0000-0xffffffff has been reserved system 00:0a: iomem range 0x0-0x9ffff could not be reserved system 00:0a: iomem range 0x100000-0xd7edffff could not be reserved system 00:0a: iomem range 0xd7ff0000-0xdffeffff has been reserved system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved PCI: Bridge: 0000:00:01.0 IO window: c000-cfff MEM window: fdb00000-fdcfffff PREFETCH window: f0000000-f7ffffff PCI: Bridge: 0000:00:07.0 IO window: d000-dfff MEM window: fda00000-fdafffff PREFETCH window: fdf00000-fdffffff PCI: Bridge: 0000:00:14.4 IO window: b000-bfff MEM window: fde00000-fdefffff PREFETCH window: fdd00000-fddfffff PCI: Setting latency timer of device 0000:00:07.0 to 64 NET: Registered protocol family 2 Time: acpi_pm clocksource has been installed. Switched to high resolution mode on CPU 0 Switched to high resolution mode on CPU 1 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered audit: initializing netlink socket (disabled) audit(1201571463.380:1): initialized Total HugeTLB memory allocated, 0 JFS: nTxBlock = 8192, nTxLock = 65536 io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) Boot video device is 0000:01:05.0 PCI: Setting latency timer of device 0000:00:07.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:07.0:pcie00] Allocate Port Service[0000:00:07.0:pcie03] vesafb: framebuffer at 0xf0000000, mapped to 0xffffc20010680000, using 1536k, total 16384k vesafb: mode is 1024x768x8, linelength=1024, pages=18 vesafb: scrolling: redraw vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0 Console: switching to colour frame buffer device 128x48 fb0: VESA VGA frame buffer device Real Time Clock Driver v1.12ac hpet_acpi_add: no address or irqs in _CRS Linux agpgart interface v0.102 RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize loop: module loaded Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods ahci 0000:00:12.0: version 3.0 ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 22 (level, low) -> IRQ 22 ahci 0000:00:12.0: controller can't do PMP, turning off CAP_PMP ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode ahci 0000:00:12.0: flags: 64bit ncq sntf ilck pm led clo pio slum part scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22 ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22 ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22 ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-8: ST31000340AS, AD14, max UDMA/133 ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32) ata1.00: configured for UDMA/133 ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata2.00: ATAPI: TSSTcorp CDDVDW SH-S203N, SB01, max UDMA/100, ATAPI AN ata2.00: configured for UDMA/100 ata3: SATA link down (SStatus 0 SControl 300) ata4: SATA link down (SStatus 0 SControl 300) scsi 0:0:0:0: Direct-Access ATA ST31000340AS AD14 PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 > sd 0:0:0:0: [sda] Attached SCSI disk scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S203N SB01 PQ: 0 ANSI: 5 sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 1:0:0:0: Attached scsi CD-ROM sr0 ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 16 scsi4 : pata_atiixp scsi5 : pata_atiixp ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xe400 irq 14 ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xe408 irq 15 usbmon: debugfs is not available PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp serio: i8042 KBD port at 0x60,0x64 irq 1 mice: PS/2 mouse device common for all mice EDAC MC: Ver: 2.1.0 Jan 29 2008 usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver TCP cubic registered Initializing XFRM netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 UDF-fs: No VRS found VFS: Mounted root (jfs filesystem) readonly. Freeing unused kernel memory: 248k freed sd 0:0:0:0: Attached scsi generic sg0 type 0 sr 1:0:0:0: Attached scsi generic sg1 type 5 ACPI: PCI Interrupt 0000:00:13.5[D] -> GSI 19 (level, low) -> IRQ 19 ehci_hcd 0000:00:13.5: EHCI Host Controller ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:13.5: debug port 1 ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000 ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 10 ports detected input: PC Speaker as /devices/platform/pcspkr/input/input1 ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 16 (level, low) -> IRQ 16 ohci_hcd 0000:00:13.0: OHCI Host Controller ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2 ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:13.1[B] -> GSI 17 (level, low) -> IRQ 17 ohci_hcd 0000:00:13.1: OHCI Host Controller ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3 ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:13.2[C] -> GSI 18 (level, low) -> IRQ 18 ohci_hcd 0000:00:13.2: OHCI Host Controller ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4 ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126] ACPI: PCI Interrupt 0000:00:13.3[B] -> GSI 17 (level, low) -> IRQ 17 ohci_hcd 0000:00:13.3: OHCI Host Controller ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5 ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000 rtc_cmos: probe of 00:04 failed with error -16 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected ACPI: Thermal Zone [THRM] (40 C) ACPI: Fan [FAN] (on) ACPI: PCI Interrupt 0000:00:13.4[C] -> GSI 18 (level, low) -> IRQ 18 ohci_hcd 0000:00:13.4: OHCI Host Controller ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6 ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000 input: Power Button (FF) as /devices/virtual/input/input2 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /devices/virtual/input/input3 ACPI: Power Button (CM) [PWRB] piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16 r8169 Gigabit Ethernet driver 2.2LK loaded ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 19 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:02:00.0 to 64 r8169 0000:02:00.0: no MSI. Back to INTx. eth0: RTL8168b/8111b at 0xffffc2000003e000, 00:1b:fc:1b:ac:f6, XID 38000000 IRQ 19 ACPI: PCI Interrupt 0000:03:07.0[A] -> GSI 22 (level, low) -> IRQ 22 ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[22] MMIO=[fdeff000-fdeff7ff] Max Packet=[1024] IR/IT contexts=[4/8] Adding 1951888k swap on /dev/sda2. Priority:-1 extents:1 across:1951888k ieee1394: Host added: ID:BUS[0-00:1023] GUID[0000000000000000] lp: driver loaded but no devices found --------------010900070400020206000408 Content-Type: text/plain; name="lspci-vv.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lspci-vv.txt" 00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge Subsystem: ASUSTeK Computer Inc. Unknown device 826d Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- Capabilities: [44] HyperTransport: MSI Mapping Capabilities: [b0] Subsystem: ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx) 00:07.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express Root Port (Slot-) IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s <64ns, L1 <1us Device: Errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ Device: MaxPayload 128 bytes, MaxReadReq 128 bytes Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 4 Link: Latency L0s <64ns, L1 <1us Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch- Link: Speed 2.5Gb/s, Width x1 Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Address: 00000000 Data: 0000 Capabilities: [b0] Subsystem: ASUSTeK Computer Inc. Unknown device 826d Capabilities: [b8] HyperTransport: MSI Mapping Capabilities: [100] Virtual Channel 00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. Unknown device 81ef Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-