* [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2
@ 2006-10-18 20:02 Greg KH
2006-10-18 22:15 ` Andrew Morton
2006-10-20 7:12 ` Olaf Hering
0 siblings, 2 replies; 8+ messages in thread
From: Greg KH @ 2006-10-18 20:02 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-pci, pcihpd-discuss
Here are some PCI and PCI hotplug patches for 2.6.19-rc2, and a single
PnP fix too.
Big things here include the ability to now build pci hotplug drivers
outside of the main kernel tree, and the change of the PCI Hotplug
subsystem maintainer to Kristen Carlson Accardi, as she has done such a
great job with it in the past.
All of these patches have been in the -mm tree for a while.
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
The full patches will be sent to the linux-pci mailing list, if anyone
wants to see them.
thanks,
greg k-h
Documentation/MSI-HOWTO.txt | 63 ++++++++++++
Documentation/kernel-parameters.txt | 5 +
MAINTAINERS | 4 -
arch/i386/pci/common.c | 59 +++++++++++
arch/i386/pci/fixup.c | 45 ---------
arch/i386/pci/pci.h | 7 +
drivers/pci/hotplug/acpi_pcihp.c | 2
drivers/pci/hotplug/acpiphp.h | 2
drivers/pci/hotplug/acpiphp_core.c | 2
drivers/pci/hotplug/acpiphp_glue.c | 2
drivers/pci/hotplug/acpiphp_ibm.c | 1
drivers/pci/hotplug/cpci_hotplug_core.c | 2
drivers/pci/hotplug/cpci_hotplug_pci.c | 2
drivers/pci/hotplug/cpcihp_generic.c | 4 -
drivers/pci/hotplug/cpqphp.h | 1
drivers/pci/hotplug/cpqphp_core.c | 1
drivers/pci/hotplug/cpqphp_ctrl.c | 1
drivers/pci/hotplug/cpqphp_nvram.c | 1
drivers/pci/hotplug/cpqphp_pci.c | 1
drivers/pci/hotplug/cpqphp_sysfs.c | 1
drivers/pci/hotplug/fakephp.c | 13 ++-
drivers/pci/hotplug/ibmphp.h | 2
drivers/pci/hotplug/pci_hotplug_core.c | 11 +-
drivers/pci/hotplug/pciehp.h | 11 +-
drivers/pci/hotplug/pciehp_core.c | 6 +
drivers/pci/hotplug/pciehp_ctrl.c | 104 +++++++++++---------
drivers/pci/hotplug/pciehp_hpc.c | 2
drivers/pci/hotplug/pcihp_skeleton.c | 2
drivers/pci/hotplug/rpadlpar_sysfs.c | 2
drivers/pci/hotplug/rpaphp_core.c | 2
drivers/pci/hotplug/sgi_hotplug.c | 2
drivers/pci/hotplug/shpchp.h | 4 -
drivers/pci/hotplug/shpchp_hpc.c | 82 ++++++++++------
drivers/pci/msi.c | 16 ++-
drivers/pci/pcie/portdrv.h | 4 +
drivers/pci/pcie/portdrv_core.c | 3 -
drivers/pci/pcie/portdrv_pci.c | 2
drivers/pci/probe.c | 92 ++++++++++++++++++
drivers/pci/quirks.c | 97 +++++++++++++++++--
drivers/pci/rom.c | 5 +
drivers/pci/search.c | 72 +++++++++++++-
drivers/pnp/pnpacpi/rsparser.c | 41 +++++---
include/linux/pci.h | 4 +
.../pci/hotplug => include/linux}/pci_hotplug.h | 2
44 files changed, 584 insertions(+), 203 deletions(-)
rename drivers/pci/hotplug/pci_hotplug.h => include/linux/pci_hotplug.h (99%)
---------------
Akinobu Mita:
cpcihp_generic: prevent loading without "bridge" parameter
Alan Cox:
pci: Stamp out pci_find_* usage in fakephp
PCI: quirks: switch quirks code offender to use pci_get API
pci: Additional search functions
Amol Lad:
PCI hotplug: ioremap balanced with iounmap
Andrew Morton:
PCI: pcie-check-and-return-bus_register-errors fix
Brice Goglin:
PCI: Improve pci_msi_supported() comments
PCI: Update MSI-HOWTO.txt according to pci_msi_supported()
Daniel Drake:
PCI: VIA IRQ quirk behaviour change
Daniel Ritz:
PCI: add ICH7/8 ACPI/GPIO io resource quirks
eiichiro.oiwa.nm@hitachi.com:
PCI: Turn pci_fixup_video into generic for embedded VGA
Eric Sesterhenn:
pciehp: Remove unnecessary check in pciehp_ctrl.c
Greg Kroah-Hartman:
PCI Hotplug: move pci_hotplug.h to include/linux/
Kenji Kaneshige:
shpchp: fix shpchp_wait_cmd in poll
pciehp: fix improper info messages
pciehp - add missing locking
shpchp: fix command completion check
shpchp: remove unnecessary cmd_busy member from struct controller
Kristen Carlson Accardi:
change pci hotplug subsystem maintainer to Kristen
Matt Domsch:
PCI: optionally sort device lists breadth-first
Vojtech Pavlik:
Fix DMA resource allocation in ACPIPnP
Zhang, Yanmin:
PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM error
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-18 20:02 [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 Greg KH @ 2006-10-18 22:15 ` Andrew Morton 2006-10-19 0:41 ` Linus Torvalds 2006-10-20 7:12 ` Olaf Hering 1 sibling, 1 reply; 8+ messages in thread From: Andrew Morton @ 2006-10-18 22:15 UTC (permalink / raw) To: Greg KH, aarranz, Daniel Ritz, Dominik Brodowski Cc: Linus Torvalds, linux-kernel, linux-pci, pcihpd-discuss On Wed, 18 Oct 2006 13:02:38 -0700 Greg KH <gregkh@suse.de> wrote: > Here are some PCI and PCI hotplug patches for 2.6.19-rc2, and a single > PnP fix too. Speaking of which... does anyone know what's going on with http://bugzilla.kernel.org/show_bug.cgi?id=7384 ? pccard: CardBus card inserted into slot 0 PCI: Failed to allocate mem resource #0:1000000@6c000000 for 0000:07:00.2 we seem to be seeing quite a few such reports lately. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-18 22:15 ` Andrew Morton @ 2006-10-19 0:41 ` Linus Torvalds 2006-10-19 23:43 ` Álvaro Arranz García 0 siblings, 1 reply; 8+ messages in thread From: Linus Torvalds @ 2006-10-19 0:41 UTC (permalink / raw) To: Andrew Morton Cc: Greg KH, aarranz, Daniel Ritz, Dominik Brodowski, linux-kernel, linux-pci, pcihpd-discuss On Wed, 18 Oct 2006, Andrew Morton wrote: > > pccard: CardBus card inserted into slot 0 > PCI: Failed to allocate mem resource #0:1000000@6c000000 for 0000:07:00.2 That seems to be a 16MB memory resource. But we already totally filled up the memory space we reserved for cardbus with the memory resources needed for 7:0.0 and 7:0.1 That cardbus card seems to have three sub-functions, and it looks like they _all_ want a 16MB memory region. We "only" allocated 32MB total for it, so the third subfunction gets left out. (There's another 32MB of memory allocated for the cardbus bridge at 0x6a000000, but it's prefetchable, so we don't allow a non-prefetchable resourc to use it). I don't think this has _ever_ worked. Hmm. I guess the Alvaro could try increasing "BRIDGE_MEM_MAX" in drivers/pcmcia/yenta_socket.c. It's currently at 4MB, but I think we gave him 32MB exactly because there was a huge memory hole, so we decided to extend it further a bit: size = BRIDGE_MEM_MAX; if (size > avail/8) { size=(avail+1)/8; /* round size down to next power of 2 */ i = 0; while ((size /= 2) != 0) i++; size = 1 << i; } but it migth be worth testing with "BRIDGE_MEM_MAX" set to 64MB instead of the current 4MB. Alvaro? Linus ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-19 0:41 ` Linus Torvalds @ 2006-10-19 23:43 ` Álvaro Arranz García 2006-10-20 0:02 ` Linus Torvalds 0 siblings, 1 reply; 8+ messages in thread From: Álvaro Arranz García @ 2006-10-19 23:43 UTC (permalink / raw) To: Linus Torvalds Cc: Andrew Morton, Greg KH, Daniel Ritz, Dominik Brodowski, linux-kernel, linux-pci, pcihpd-discuss [-- Attachment #1: Type: text/plain, Size: 3416 bytes --] Hi! first of all: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-git then i applied this patch: diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index 26229d9..ee7a6e9 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c @@ -552,7 +552,7 @@ static int yenta_sock_suspend(struct pcm * max 4 MB, min 16 kB. We try very hard to not get below * the "ACC" values, though. */ -#define BRIDGE_MEM_MAX 4*1024*1024 +#define BRIDGE_MEM_MAX 64*1024*1024 #define BRIDGE_MEM_ACC 128*1024 #define BRIDGE_MEM_MIN 16*1024 @@ -578,6 +578,8 @@ static int yenta_search_one_res(struct r unsigned long avail = root->end - root->start; int i; size = BRIDGE_MEM_MAX; + printk ("yenta_search_one_res initial size=0x%08X avail=0x%08X min=0x%08X\n", + size, avail, min); if (size > avail/8) { size=(avail+1)/8; /* round size down to next power of 2 */ @@ -586,6 +588,7 @@ static int yenta_search_one_res(struct r i++; size = 1 << i; } + printk ("yenta_search_one_res final size=0x%08X\n", size); if (size < min) size = min; align = size; result: These changes don't fix the bug and the debugging messages that I have put aren't printed. So I think this code is not the problem. I don't know whether this could help you, but I see that the initial range of memory is assigned to the cardbus at pci_bus_size_cardbus (drivers/pci/setup-pci.c). Alvaro. El mié, 18-10-2006 a las 17:41 -0700, Linus Torvalds escribió: > > On Wed, 18 Oct 2006, Andrew Morton wrote: > > > > pccard: CardBus card inserted into slot 0 > > PCI: Failed to allocate mem resource #0:1000000@6c000000 for 0000:07:00.2 > > That seems to be a 16MB memory resource. But we already totally filled up > the memory space we reserved for cardbus with the memory resources needed > for 7:0.0 and 7:0.1 > > That cardbus card seems to have three sub-functions, and it looks like > they _all_ want a 16MB memory region. We "only" allocated 32MB total for > it, so the third subfunction gets left out. > > (There's another 32MB of memory allocated for the cardbus bridge at > 0x6a000000, but it's prefetchable, so we don't allow a non-prefetchable > resourc to use it). > > I don't think this has _ever_ worked. > > Hmm. I guess the Alvaro could try increasing "BRIDGE_MEM_MAX" in > drivers/pcmcia/yenta_socket.c. It's currently at 4MB, but I think we gave > him 32MB exactly because there was a huge memory hole, so we decided to > extend it further a bit: > > size = BRIDGE_MEM_MAX; > if (size > avail/8) { > size=(avail+1)/8; > /* round size down to next power of 2 */ > i = 0; > while ((size /= 2) != 0) > i++; > size = 1 << i; > } > > > but it migth be worth testing with "BRIDGE_MEM_MAX" set to 64MB instead of > the current 4MB. > > Alvaro? > > Linus [-- Attachment #2: dmesg-linux-git-64MB.log --] [-- Type: text/x-log, Size: 25774 bytes --] Linux version 2.6.19-rc2-gce9e3d99-dirty (root@s10n) (gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)) #2 SMP Thu Oct 19 22:36:46 CEST 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f800 (usable) BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved) BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000005fee0000 (usable) BIOS-e820: 000000005fee0000 - 000000005feea000 (ACPI data) BIOS-e820: 000000005feea000 - 000000005ff00000 (ACPI NVS) BIOS-e820: 000000005ff00000 - 0000000060000000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0006000 (reserved) BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved) BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved) BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) 638MB HIGHMEM available. 896MB LOWMEM available. Entering add_active_range(0, 0, 392928) 0 entries of 256 used Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 229376 HighMem 229376 -> 392928 early_node_map[1] active PFN ranges 0: 0 -> 392928 On node 0 totalpages: 392928 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 4064 pages, LIFO batch:0 Normal zone: 1760 pages used for memmap Normal zone: 223520 pages, LIFO batch:31 HighMem zone: 1277 pages used for memmap HighMem zone: 162275 pages, LIFO batch:31 DMI present. ACPI: RSDP (v000 TOSCPL ) @ 0x000f6980 ACPI: RSDT (v001 TOSCPL RSDT 0x06040000 LTP 0x00000000) @ 0x5fee276f ACPI: MADT (v001 INTEL ALVISO 0x06040000 LOHR 0x0000005f) @ 0x5fee9e88 ACPI: FADT (v001 TOSCPL ALVISO 0x06040000 LOHR 0x00000032) @ 0x5fee9ef0 ACPI: BOOT (v001 PTLTD $SBFTBL$ 0x06040000 LTP 0x00000001) @ 0x5fee9fd8 ACPI: MCFG (v001 INTEL ALVISO 0x06040000 LOHR 0x0000005f) @ 0x5fee9f9c ACPI: SSDT (v001 SataRe SataAhci 0x00001000 INTL 0x20030224) @ 0x5fee2fe5 ACPI: SSDT (v001 PmRef Cpu0Ist 0x00003000 INTL 0x20030224) @ 0x5fee2baa ACPI: SSDT (v001 PmRef Cpu0Cst 0x00003001 INTL 0x20030224) @ 0x5fee29cc ACPI: SSDT (v001 PmRef CpuPm 0x00003000 INTL 0x20030224) @ 0x5fee27b3 ACPI: DSDT (v001 TOSCPL ALVISO 0x06040000 MSFT 0x0100000e) @ 0x00000000 ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 6:13 APIC version 20 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 32, 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 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 68000000 (gap: 60000000:80000000) Detected 1729.159 MHz processor. Built 1 zonelists. Total pages: 389859 Kernel command line: root=/dev/mapper/disco-sistema ro mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 4096 (order: 12, 16384 bytes) Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1549652k/1571712k available (2696k kernel code, 20828k reserved, 1078k data, 224k init, 654208k highmem) virtual kernel memory layout: fixmap : 0xfff4f000 - 0xfffff000 ( 704 kB) pkmap : 0xff800000 - 0xffc00000 (4096 kB) vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) .init : 0xc04b6000 - 0xc04ee000 ( 224 kB) .data : 0xc03a207c - 0xc04afbf4 (1078 kB) .text : 0xc0100000 - 0xc03a207c (2696 kB) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 3460.18 BogoMIPS (lpj=1730092) Security Framework v1.0.0 initialized SELinux: Disabled at boot. Capability LSM initialized Mount-cache hash table entries: 512 CPU: After generic identify, caps: afe9fbff 00000000 00000000 00000000 00000180 00000000 00000000 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: After all inits, caps: afe9fbff 00000000 00000000 00000040 00000180 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. Compat vDSO mapped to ffffe000. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 16k freed ACPI: Core revision 20060707 CPU0: Intel(R) Pentium(R) M processor 1.73GHz stepping 08 Total of 1 processors activated (3460.18 BogoMIPS). ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 Brought up 1 CPUs checking if image is initramfs... it is Freeing initrd memory: 3378k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG Setting up standard PCI resources ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO PCI quirk: region 1180-11bf claimed by ICH6 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Boot video device is 0000:01:00.0 PCI: Transparent bridge - 0000:00:1e.0 PCI: Bus #07 (-#0a) is hidden behind transparent bridge #06 (-#07) (try 'pci=assign-busses') Please report the result to linux-kernel to fix this permanently ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 9 devices intel_rng: FWH not detected SCSI subsystem initialized 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 pnp: 00:01: ioport range 0xfe00-0xfe7f has been reserved pnp: 00:01: ioport range 0xfe80-0xfeff has been reserved pnp: 00:01: ioport range 0xff00-0xff7f has been reserved PCI: Bridge: 0000:00:01.0 IO window: 3000-3fff MEM window: b8100000-b81fffff PREFETCH window: c8000000-cfffffff PCI: Bridge: 0000:00:1c.0 IO window: 4000-4fff MEM window: bc000000-bfffffff PREFETCH window: d0000000-d3ffffff PCI: Bridge: 0000:00:1c.1 IO window: 5000-5fff MEM window: c0000000-c3ffffff PREFETCH window: d4000000-d7ffffff PCI: Bus 7, cardbus bridge: 0000:06:04.0 IO window: 00006400-000064ff IO window: 00006800-000068ff PREFETCH window: 68000000-69ffffff MEM window: 6a000000-6bffffff PCI: Bridge: 0000:00:1e.0 IO window: 6000-6fff MEM window: c4000000-c40fffff PREFETCH window: 68000000-69ffffff ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1c.0 to 64 ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1c.1 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 16 (level, low) -> IRQ 16 NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 262144 (order: 9, 2097152 bytes) TCP bind hash table entries: 65536 (order: 7, 524288 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered Simple Boot Flag at 0x36 set to 0x1 Machine check exception polling timer started. audit: initializing netlink socket (disabled) audit(1161298731.852:1): initialized highmem bounce pool size: 64 pages VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SGI XFS with ACLs, security attributes, realtime, no debug enabled SGI XFS Quota Management subsystem io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.1 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.1:pcie00] Allocate Port Service[0000:00:1c.1:pcie02] Allocate Port Service[0000:00:1c.1:pcie03] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3]) ACPI: Getting cpuindex for acpiid 0x1 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 18 ACPI: PCI interrupt for device 0000:00:1e.3 disabled RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize 8139too Fast Ethernet driver 0.9.28 ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 21 (level, low) -> IRQ 19 eth0: RealTek RTL8139 at 0x6000, 00:0f:b0:df:f4:d5, IRQ 19 eth0: Identified 8139 chip type 'RTL-8100B/8139D' libata version 2.00 loaded. usbmon: debugfs is not available ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 20, io mem 0xb8000000 ehci_hcd 0000:00:1d.7: 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: 8 ports detected USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800 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:1d.1[B] -> GSI 19 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820 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:1d.2[C] -> GSI 18 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840 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: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected usb 2-1: new low speed USB device using uhci_hcd and address 2 PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice TCP bic registered NET: Registered protocol family 1 NET: Registered protocol family 17 NET: Registered protocol family 8 NET: Registered protocol family 20 ieee80211: 802.11 data/management/control stack, git-1.1.13 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> ieee80211_crypt: registered algorithm 'NULL' ieee80211_crypt: registered algorithm 'WEP' ieee80211_crypt: registered algorithm 'CCMP' ieee80211_crypt: registered algorithm 'TKIP' Using IPI Shortcut mode Freeing unused kernel memory: 224k freed Time: tsc clocksource has been installed. Time: acpi_pm clocksource has been installed. input: AT Translated Set 2 keyboard as /class/input/input0 usb 2-1: configuration #1 chosen from 1 choice Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ahci 0000:00:1f.2: version 2.0 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 21 ieee1394: Initialized config rom entry `ip1394' usbcore: registered new interface driver hiddev input: Genius NetScroll+Mini Traveler as /class/input/input1 input: USB HID v1.10 Mouse [Genius NetScroll+Mini Traveler] on usb-0000:00:1d.0-1 usbcore: registered new interface driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PCI: Setting latency timer of device 0000:00:1f.2 to 64 ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0x5 impl IDE mode ahci 0000:00:1f.2: flags: 64bit ncq pm led slum part ata1: SATA max UDMA/133 cmd 0xF8832D00 ctl 0x0 bmdma 0x0 irq 21 ata2: SATA max UDMA/133 cmd 0xF8832D80 ctl 0x0 bmdma 0x0 irq 21 ata3: SATA max UDMA/133 cmd 0xF8832E00 ctl 0x0 bmdma 0x0 irq 21 ata4: SATA max UDMA/133 cmd 0xF8832E80 ctl 0x0 bmdma 0x0 irq 21 scsi0 : ahci ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-7, max UDMA/100, 117210240 sectors: LBA48 NCQ (depth 31/32) ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA/100 scsi1 : ahci ata2: SATA link down (SStatus 0 SControl 0) scsi2 : ahci ata3: SATA link down (SStatus 0 SControl 300) scsi3 : ahci ata4: SATA link down (SStatus 0 SControl 0) scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK6034GS AH10 PQ: 0 ANSI: 5 ata_piix 0000:00:1f.1: version 2.00ac6 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1f.1 to 64 ata5: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0x18C0 irq 14 ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18C8 irq 15 scsi4 : ata_piix ata5.00: ATAPI, max UDMA/33 ata5.00: configured for UDMA/33 scsi5 : ata_piix ata6: port disabled. ignoring. ATA: abnormal status 0xFF on port 0x177 scsi 4:0:0:0: CD-ROM PIONEER DVD-RW DVR-K16S 1.50 PQ: 0 ANSI: 5 ACPI: PCI Interrupt 0000:06:04.2[C] -> GSI 18 (level, low) -> IRQ 22 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[c4006800-c4006fff] Max Packet=[2048] IR/IT contexts=[4/8] SCSI device sda: 117210240 512-byte hdwr sectors (60012 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 117210240 512-byte hdwr sectors (60012 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back sda: sda1 sda3 sda4 < sda5 sda6 > sd 0:0:0:0: Attached scsi disk sda ide0: I/O resource 0x1F0-0x1F7 not free. ide0: ports already in use, skipping probe ide1: I/O resource 0x170-0x177 not free. ide1: ports already in use, skipping probe device-mapper: ioctl: 4.10.0-ioctl (2006-09-14) initialised: dm-devel@redhat.com Filesystem "dm-0": Disabling barriers, not supported by the underlying device XFS mounting filesystem dm-0 Ending clean XFS mount for filesystem: dm-0 Real Time Clock Driver v1.12ac sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 4:0:0:0: Attached scsi CD-ROM sr0 Linux agpgart interface v0.101 (c) Dave Jones ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4km ipw2200: Copyright(c) 2003-2006 Intel Corporation ACPI: PCI Interrupt 0000:06:02.0[A] -> GSI 22 (level, low) -> IRQ 23 ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection iTCO_wdt: Intel TCO WatchDog Timer Driver v1.00 (30-Jul-2006) iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060) iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) input: PC Speaker as /class/input/input2 ipw2200: Radio Frequency Kill Switch is On: Kill switch must be turned off for wireless networking to work. ipw2200: Detected geography ZZE (13 802.11bg channels, 19 802.11a channels) ACPI: PCI Interrupt 0000:06:04.3[B] -> GSI 17 (level, low) -> IRQ 17 Yenta: CardBus bridge found at 0000:06:04.0 [1179:ff00] Yenta: Enabling burst memory read transactions Yenta: Using CSCINT to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta TI: socket 0000:06:04.0, mfunc 0x10aa1b22, devctl 0x66 agpgart: Detected an Intel 915GM Chipset. agpgart: AGP aperture is 256M @ 0x0 sdhci: Secure Digital Host Controller Interface driver, 0.12 sdhci: Copyright(c) Pierre Ossman sd 0:0:0:0: Attached scsi generic sg0 type 0 sr 4:0:0:0: Attached scsi generic sg1 type 5 Yenta: ISA IRQ mask 0x0cf8, PCI irq 16 Socket status: 30000006 Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a pcmcia: parent PCI bridge I/O window: 0x6000 - 0x6fff pcmcia: parent PCI bridge Memory window: 0xc4000000 - 0xc40fffff pcmcia: parent PCI bridge Memory window: 0x68000000 - 0x69ffffff ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 21 sdhci: SDHCI controller found at 0000:06:04.4 [104c:8034] (rev 0) ACPI: PCI Interrupt 0000:06:04.4[D] -> GSI 19 (level, low) -> IRQ 21 mmc0: SDHCI at 0xc4009400 irq 21 DMA mmc1: SDHCI at 0xc4009000 irq 21 DMA mmc2: SDHCI at 0xc4006400 irq 21 DMA ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1e.2 to 64 input: PS/2 Mouse as /class/input/input3 input: AlpsPS/2 ALPS GlidePoint as /class/input/input4 intel8x0_measure_ac97_clock: measured 50338 usecs intel8x0: clocking to 48000 PCI: Enabling device 0000:00:1e.3 (0000 -> 0001) ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 18 PCI: Setting latency timer of device 0000:00:1e.3 to 64 Adding 497972k swap on /dev/sda5. Priority:-1 extents:1 across:497972k Filesystem "dm-0": Disabling barriers, not supported by the underlying device ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1) ieee1394: sbp2: Try serialize_io=0 for better performance Filesystem "dm-1": Disabling barriers, not supported by the underlying device XFS mounting filesystem dm-1 Ending clean XFS mount for filesystem: dm-1 NTFS driver 2.1.27 [Flags: R/W MODULE]. NTFS volume version 3.1. NTFS-fs warning (device sda1): load_system_files(): Unsupported volume flags 0x4000 encountered. NTFS-fs error (device sda1): load_system_files(): Volume has unsupported flags set. Mounting read-only. Run chkdsk and mount in Windows. ACPI: Battery Slot [BAT1] (battery present) ACPI: AC Adapter [ACAD] (on-line) ACPI: Power Button (FF) [PWRF] ACPI: Lid Switch [LID0] ACPI: Power Button (CM) [PWRB] lp: driver loaded but no devices found ppdev: user-space parallel port driver eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth1: link is not ready Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 eth0: no IPv6 routers present pccard: CardBus card inserted into slot 0 PCI: Failed to allocate mem resource #0:1000000@6c000000 for 0000:07:00.2 Linux video capture interface: v2.00 cx2388x v4l2 driver version 0.0.6 loaded PCI: Enabling device 0000:07:00.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 16 (level, low) -> IRQ 16 cx88[0]: Your board isn't known (yet) to the driver. You can cx88[0]: try to pick one of the existing card configs via cx88[0]: card=<n> insmod option. Updating to the latest cx88[0]: version might help as well. cx88[0]: Here is a list of valid choices for the card=<n> insmod option: cx88[0]: card=0 -> UNKNOWN/GENERIC cx88[0]: card=1 -> Hauppauge WinTV 34xxx models cx88[0]: card=2 -> GDI Black Gold cx88[0]: card=3 -> PixelView cx88[0]: card=4 -> ATI TV Wonder Pro cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert cx88[0]: card=6 -> AverTV Studio 303 (M126) cx88[0]: card=7 -> MSI TV-@nywhere Master cx88[0]: card=8 -> Leadtek Winfast DV2000 cx88[0]: card=9 -> Leadtek PVR 2000 cx88[0]: card=10 -> IODATA GV-VCP3/PCI cx88[0]: card=11 -> Prolink PlayTV PVR cx88[0]: card=12 -> ASUS PVR-416 cx88[0]: card=13 -> MSI TV-@nywhere cx88[0]: card=14 -> KWorld/VStream XPert DVB-T cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1 cx88[0]: card=16 -> KWorld LTV883RF cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q cx88[0]: card=18 -> Hauppauge Nova-T DVB-T cx88[0]: card=19 -> Conexant DVB-T reference design cx88[0]: card=20 -> Provideo PV259 cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus cx88[0]: card=22 -> pcHDTV HD3000 HDTV cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC) cx88[0]: card=26 -> IODATA GV/BCTV7E cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo) cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550 cx88[0]: card=33 -> Kworld V-Stream Xpert DVD cx88[0]: card=34 -> ATI HDTV Wonder cx88[0]: card=35 -> WinFast DTV1000-T cx88[0]: card=36 -> AVerTV 303 (M126) cx88[0]: card=37 -> Hauppauge Nova-S-Plus DVB-S cx88[0]: card=38 -> Hauppauge Nova-SE2 DVB-S cx88[0]: card=39 -> KWorld DVB-S 100 cx88[0]: card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid cx88[0]: card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) cx88[0]: card=42 -> digitalnow DNTV Live! DVB-T Pro cx88[0]: card=43 -> KWorld/VStream XPert DVB-T with cx22702 cx88[0]: card=44 -> DViCO FusionHDTV DVB-T Dual Digital cx88[0]: card=45 -> KWorld HardwareMpegTV XPert cx88[0]: card=46 -> DViCO FusionHDTV DVB-T Hybrid cx88[0]: card=47 -> pcHDTV HD5500 HDTV cx88[0]: card=48 -> Kworld MCE 200 Deluxe cx88[0]: card=49 -> PixelView PlayTV P7000 cx88[0]: card=50 -> NPG Tech Real TV FM Top 10 cx88[0]: card=51 -> WinFast DTV2000 H cx88[0]: card=52 -> Geniatech DVB-S cx88[0]: card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T cx88[0]: card=54 -> Norwood Micro TV Tuner cx88[0]: card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM cx88[0]: card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder CORE cx88[0]: subsystem: 12ab:1788, board: UNKNOWN/GENERIC [card=0,autodetected] TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe cx2388x alsa driver version 0.0.6 loaded cx2388x dvb driver version 0.0.6 loaded cx88[0]/0: found at 0000:07:00.0, rev: 5, irq: 16, latency: 0, mmio: 0x6a000000 PCI: Setting latency timer of device 0000:07:00.0 to 64 tuner 1-0061: chip found @ 0xc2 (cx88[0]) cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 tuner 1-0061: tuner type not set PCI: Enabling device 0000:07:00.1 (0000 -> 0002) ACPI: PCI Interrupt 0000:07:00.1[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:07:00.1 to 64 cx88[0]/1: CX88x/0: ALSA support for cx2388x boards cx88[0]: can't get MMIO memory @ 0x0 cx88-dvb: probe of 0000:07:00.2 failed with error -22 cx2388x blackbird driver version 0.0.6 loaded cx88[0]: can't get MMIO memory @ 0x0 cx88-blackbird: probe of 0000:07:00.2 failed with error -22 [-- Attachment #3: iomem-64MB.log --] [-- Type: text/x-log, Size: 2056 bytes --] 00000000-0009f7ff : System RAM 00000000-00000000 : Crash kernel 0009f800-0009ffff : reserved 000a0000-000bffff : Video RAM area 000c0000-000cffff : Video ROM 000d0000-000d0fff : Adapter ROM 000d2000-000d3fff : reserved 000f0000-000fffff : System ROM 00100000-5fedffff : System RAM 00100000-003a207b : Kernel code 003a207c-004afbf3 : Kernel data 5fee0000-5fee9fff : ACPI Tables 5feea000-5fefffff : ACPI Non-volatile Storage 5ff00000-5fffffff : reserved 68000000-69ffffff : PCI Bus #06 68000000-69ffffff : PCI CardBus #07 6a000000-6bffffff : PCI CardBus #07 6a000000-6affffff : 0000:07:00.0 6a000000-6affffff : cx88[0] 6b000000-6bffffff : 0000:07:00.1 6b000000-6bffffff : cx88[0] b8000000-b80003ff : 0000:00:1d.7 b8000000-b80003ff : ehci_hcd b8000400-b80004ff : 0000:00:1e.2 b8000400-b80004ff : Intel ICH6 b8000800-b80009ff : 0000:00:1e.2 b8000800-b80009ff : Intel ICH6 b8000c00-b8000fff : 0000:00:1f.2 b8000c00-b8000fff : ahci b8100000-b81fffff : PCI Bus #01 b8100000-b810ffff : 0000:01:00.0 b8120000-b813ffff : 0000:01:00.0 bc000000-bfffffff : PCI Bus #02 c0000000-c3ffffff : PCI Bus #03 c4000000-c40fffff : PCI Bus #06 c4000000-c4003fff : 0000:06:04.2 c4004000-c4005fff : 0000:06:04.3 c4004000-c4005fff : tifm_7xx1 c4006000-c40060ff : 0000:06:01.0 c4006000-c40060ff : 8139too c4006400-c40064ff : 0000:06:04.4 c4006400-c40064ff : sdhci:slot2 c4006800-c4006fff : 0000:06:04.2 c4006800-c4006fff : ohci1394 c4007000-c4007fff : 0000:06:02.0 c4007000-c4007fff : ipw2200 c4008000-c4008fff : 0000:06:04.0 c4008000-c4008fff : yenta_socket c4009000-c40090ff : 0000:06:04.4 c4009000-c40090ff : sdhci:slot1 c4009400-c40094ff : 0000:06:04.4 c4009400-c40094ff : sdhci:slot0 c8000000-cfffffff : PCI Bus #01 c8000000-cfffffff : 0000:01:00.0 d0000000-d3ffffff : PCI Bus #02 d4000000-d7ffffff : PCI Bus #03 e0000000-efffffff : PCI MMCONFIG 0 f0008000-f000bfff : reserved fed20000-fed8ffff : reserved ff000000-ffffffff : reserved [-- Attachment #4: lspci-64MB.log --] [-- Type: text/x-log, Size: 27243 bytes --] 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- Latency: 0 Capabilities: [e0] Vendor Specific Information 00: 86 80 90 25 06 00 90 20 03 00 00 06 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: b8100000-b81fffff Prefetchable memory behind bridge: c8000000-cfffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B- Capabilities: [88] Subsystem: Toshiba America Info Systems Unknown device ff04 Capabilities: [80] 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: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41b9 Capabilities: [a0] 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 x16, ASPM L0s L1, Port 2 Link: Latency L0s <256ns, L1 <4us Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch- Link: Speed 2.5Gb/s, Width x16 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug- Surpise- Slot: Number 1, PowerLimit 75.000000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- Slot: AttnInd Off, PwrInd On, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [100] Virtual Channel Capabilities: [140] Unknown (5) 00: 86 80 91 25 07 04 10 00 03 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 00 01 01 00 30 30 00 00 20: 10 b8 10 b8 00 c8 f0 cf 00 00 00 00 00 00 00 00 30: 00 00 00 00 88 00 00 00 00 00 00 00 0a 01 0c 00 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: bc000000-bfffffff Prefetchable memory behind bridge: 00000000d0000000-00000000d3ffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [40] Express Root Port (Slot+) IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s unlimited, L1 unlimited 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 1 Link: Latency L0s <1us, L1 <4us Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch- Link: Speed 2.5Gb/s, Width x0 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+ Slot: Number 2, PowerLimit 6.500000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- Slot: AttnInd Unknown, PwrInd Unknown, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41c1 Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000 Capabilities: [a0] 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: [100] Virtual Channel Capabilities: [180] Unknown (5) 00: 86 80 60 26 07 04 10 00 03 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 02 02 00 40 40 00 00 20: 00 bc f0 bf 01 d0 f1 d3 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 04 00 00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00005000-00005fff Memory behind bridge: c0000000-c3ffffff Prefetchable memory behind bridge: 00000000d4000000-00000000d7ffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [40] Express Root Port (Slot+) IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s unlimited, L1 unlimited 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 2 Link: Latency L0s <1us, L1 <4us Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch- Link: Speed 2.5Gb/s, Width x0 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+ Slot: Number 3, PowerLimit 6.500000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- Slot: AttnInd Unknown, PwrInd Unknown, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41c9 Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000 Capabilities: [a0] 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: [100] Virtual Channel Capabilities: [180] Unknown (5) 00: 86 80 62 26 07 04 10 00 03 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 03 03 00 50 50 00 00 20: 00 c0 f0 c3 01 d4 f1 d7 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 02 04 00 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 1800 [size=32] 00: 86 80 58 26 05 00 80 02 03 00 03 0c 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 01 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 01 00 00 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 1820 [size=32] 00: 86 80 59 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 21 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 02 00 00 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1840 [size=32] 00: 86 80 5a 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 41 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 03 00 00 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin D routed to IRQ 16 Region 4: I/O ports at 1860 [size=32] 00: 86 80 5b 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 61 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 04 00 00 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 0: Memory at b8000000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port 00: 86 80 5c 26 06 00 90 02 03 20 03 0c 00 00 00 00 10: 00 00 00 b8 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Bus: primary=00, secondary=06, subordinate=0a, sec-latency=216 I/O behind bridge: 00006000-00006fff Memory behind bridge: c4000000-c40fffff Prefetchable memory behind bridge: 0000000068000000-0000000069ffffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [50] Subsystem: Toshiba America Info Systems Unknown device ff00 00: 86 80 48 24 07 00 10 00 d3 01 04 06 00 00 81 00 10: 00 00 00 00 00 00 00 00 00 06 0a d8 60 60 80 22 20: 00 c4 00 c4 01 68 f1 69 00 00 00 00 00 00 00 00 30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 04 00 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 17 Region 0: I/O ports at 1c00 [size=256] Region 1: I/O ports at 1880 [size=64] Region 2: Memory at b8000800 (32-bit, non-prefetchable) [size=512] Region 3: Memory at b8000400 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: 86 80 6e 26 07 00 90 02 03 00 01 04 00 00 00 00 10: 01 1c 00 00 81 18 00 00 00 08 00 b8 00 04 00 b8 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03) (prog-if 00 [Generic]) Subsystem: Toshiba America Info Systems Unknown device 0001 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 18 Region 0: I/O ports at 2400 [size=256] Region 1: I/O ports at 2000 [size=128] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: 86 80 6d 26 05 00 90 02 03 00 03 07 00 00 00 00 10: 01 24 00 00 01 20 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 01 00 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 00: 86 80 41 26 07 00 00 02 03 00 01 06 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at <unassigned> Region 1: I/O ports at <unassigned> Region 2: I/O ports at <unassigned> Region 3: I/O ports at <unassigned> Region 4: I/O ports at 18c0 [size=16] 00: 86 80 6f 26 05 00 80 02 03 8a 01 01 00 00 00 00 10: 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 20: c1 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 ff 01 00 00 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 0: I/O ports at 2088 [size=8] Region 1: I/O ports at 18ec [size=4] Region 2: I/O ports at 2080 [size=8] Region 3: I/O ports at 18e8 [size=4] Region 4: I/O ports at 18f0 [size=16] Region 5: Memory at b8000c00 (32-bit, non-prefetchable) [size=1K] Capabilities: [70] 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- 00: 86 80 53 26 07 00 b0 02 03 8f 01 01 00 00 00 00 10: 89 20 00 00 ed 18 00 00 81 20 00 00 e9 18 00 00 20: f1 18 00 00 00 0c 00 b8 00 00 00 00 79 11 00 ff 30: 00 00 00 00 70 00 00 00 00 00 00 00 0b 02 00 00 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 20a0 [size=32] 00: 86 80 6a 26 01 00 80 02 03 00 05 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: a1 20 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 02 00 00 01:00.0 VGA compatible controller: ATI Technologies Inc M24 [Radeon Mobility X600] (prog-if 00 [VGA]) Subsystem: Toshiba America Info Systems Unknown device ff06 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 10 Region 0: Memory at c8000000 (32-bit, prefetchable) [size=128M] Region 1: I/O ports at 3000 [size=256] Region 2: Memory at b8100000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at b8120000 [disabled] [size=128K] Capabilities: [50] 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: [58] Express Endpoint IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s <256ns, L1 <4us Device: AtnBtn- AtnInd- PwrInd- 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 x16, ASPM L0s L1, Port 0 Link: Latency L0s <256ns, L1 <2us Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch- Link: Speed 2.5Gb/s, Width x16 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [100] Advanced Error Reporting 00: 02 10 62 54 03 00 10 00 00 00 00 03 08 00 00 00 10: 08 00 00 c8 01 30 00 00 00 00 10 b8 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 06 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00 06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (8000ns min, 16000ns max) Interrupt: pin A routed to IRQ 19 Region 0: I/O ports at 6000 [size=256] Region 1: Memory at c4006000 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: ec 10 39 81 07 00 90 02 10 00 00 02 00 20 00 00 10: 01 60 00 00 00 60 00 c4 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 20 40 06:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05) Subsystem: Intel Corporation Unknown device 1041 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (750ns min, 6000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 23 Region 0: Memory at c4007000 (32-bit, non-prefetchable) [size=4K] 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=1 PME- 00: 86 80 23 42 16 00 90 02 05 00 80 02 08 20 00 00 10: 00 70 00 c4 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 41 10 30: 00 00 00 00 dc 00 00 00 00 00 00 00 0b 01 03 18 06:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 168, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at c4008000 (32-bit, non-prefetchable) [size=4K] Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176 Memory window 0: 68000000-69fff000 (prefetchable) Memory window 1: 6a000000-6bfff000 I/O window 0: 00006400-000064ff I/O window 1: 00006800-000068ff BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+ 16-bit legacy interface ports at 0001 00: 4c 10 31 80 07 00 10 02 00 00 07 06 10 a8 82 00 10: 00 80 00 c4 a0 00 00 22 06 07 0a b0 00 00 00 68 20: 00 f0 ff 69 00 00 00 6a 00 f0 ff 6b 00 64 00 00 30: fc 64 00 00 00 68 00 00 fc 68 00 00 0a 01 00 05 40: 79 11 00 ff 01 00 00 00 00 00 00 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06:04.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller (prog-if 10 [OHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (500ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin C routed to IRQ 22 Region 0: Memory at c4006800 (32-bit, non-prefetchable) [size=2K] Region 1: Memory at c4000000 (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+ 00: 4c 10 32 80 16 00 10 02 00 10 00 0c 08 20 80 00 10: 00 68 00 c4 00 00 00 c4 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 03 02 04 06:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller Subsystem: Toshiba America Info Systems Unknown device ff05 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 57 (1750ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at c4004000 (32-bit, non-prefetchable) [size=8K] 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- 00: 4c 10 33 80 06 00 10 02 00 00 80 01 08 39 80 00 10: 00 40 00 c4 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 05 ff 30: 00 00 00 00 44 00 00 00 00 00 00 00 0a 02 07 04 06:04.4 Generic system peripheral [0805]: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller Subsystem: Toshiba America Info Systems Unknown device ff05 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 57 (1750ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin D routed to IRQ 21 Region 0: Memory at c4009400 (32-bit, non-prefetchable) [size=256] Region 1: Memory at c4009000 (32-bit, non-prefetchable) [size=256] Region 2: Memory at c4006400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] 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- 00: 4c 10 34 80 06 00 10 02 00 00 05 08 08 39 80 00 10: 00 94 00 c4 00 90 00 c4 00 64 00 c4 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 05 ff 30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 04 07 04 07:00.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 64 (5000ns min, 13750ns max) Interrupt: pin A routed to IRQ 16 Region 0: Memory at 6a000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [44] Vital Product Data Capabilities: [4c] 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- 00: f1 14 00 88 06 00 90 02 05 00 00 04 00 40 80 00 10: 00 00 00 6a 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 44 00 00 00 00 00 00 00 10 01 14 37 07:00.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 64 (1000ns min, 63750ns max) Interrupt: pin A routed to IRQ 16 Region 0: Memory at 6b000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] 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- 00: f1 14 01 88 06 00 90 02 05 00 80 04 00 40 80 00 10: 00 00 00 6b 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 4c 00 00 00 00 00 00 00 10 01 04 ff 07:00.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 16 Capabilities: [4c] 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- 00: f1 14 02 88 00 00 90 02 05 00 80 04 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 4c 00 00 00 00 00 00 00 10 01 06 58 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-19 23:43 ` Álvaro Arranz García @ 2006-10-20 0:02 ` Linus Torvalds 2006-10-21 15:12 ` Álvaro Arranz García 0 siblings, 1 reply; 8+ messages in thread From: Linus Torvalds @ 2006-10-20 0:02 UTC (permalink / raw) To: Álvaro Arranz García Cc: Andrew Morton, Greg KH, Daniel Ritz, Dominik Brodowski, linux-kernel, linux-pci, pcihpd-discuss [-- Attachment #1: Type: TEXT/PLAIN, Size: 321 bytes --] On Fri, 20 Oct 2006, Álvaro Arranz García wrote: > > I don't know whether this could help you, but I see that the initial > range of memory is assigned to the cardbus at pci_bus_size_cardbus > (drivers/pci/setup-pci.c). Doh. You are of course right. Try changing that CARDBUS_MEM_SIZE to 64M instead of 32M. Linus ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-20 0:02 ` Linus Torvalds @ 2006-10-21 15:12 ` Álvaro Arranz García 0 siblings, 0 replies; 8+ messages in thread From: Álvaro Arranz García @ 2006-10-21 15:12 UTC (permalink / raw) To: Linus Torvalds Cc: Andrew Morton, Greg KH, Daniel Ritz, Dominik Brodowski, linux-kernel, linux-pci, pcihpd-discuss [-- Attachment #1: Type: text/plain, Size: 848 bytes --] Hi again, I have done the change and it fixes the failed to allocate message :). cx88 driver doesn't know how to configure my card, so I can't tell you if the bug is really fixed (as it seems to be). I will send a mail to linuxtv.org (v4l-dvb) with the info that I harvested about my card (I have been trying to do work cx88 driver without success). I will notify you if I have my card working. Álvaro. El jue, 19-10-2006 a las 17:02 -0700, Linus Torvalds escribió: > > On Fri, 20 Oct 2006, Álvaro Arranz García wrote: > > > > I don't know whether this could help you, but I see that the initial > > range of memory is assigned to the cardbus at pci_bus_size_cardbus > > (drivers/pci/setup-pci.c). > > Doh. > > You are of course right. Try changing that CARDBUS_MEM_SIZE to 64M instead > of 32M. > > Linus [-- Attachment #2: dmesg-64MB-2.log --] [-- Type: text/x-log, Size: 25507 bytes --] Linux version 2.6.19-rc2-gce9e3d99-dirty (root@s10n) (gcc version 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)) #3 SMP Fri Oct 20 21:04:25 CEST 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f800 (usable) BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved) BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000005fee0000 (usable) BIOS-e820: 000000005fee0000 - 000000005feea000 (ACPI data) BIOS-e820: 000000005feea000 - 000000005ff00000 (ACPI NVS) BIOS-e820: 000000005ff00000 - 0000000060000000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0006000 (reserved) BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved) BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved) BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) 638MB HIGHMEM available. 896MB LOWMEM available. Entering add_active_range(0, 0, 392928) 0 entries of 256 used Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 229376 HighMem 229376 -> 392928 early_node_map[1] active PFN ranges 0: 0 -> 392928 On node 0 totalpages: 392928 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 4064 pages, LIFO batch:0 Normal zone: 1760 pages used for memmap Normal zone: 223520 pages, LIFO batch:31 HighMem zone: 1277 pages used for memmap HighMem zone: 162275 pages, LIFO batch:31 DMI present. ACPI: RSDP (v000 TOSCPL ) @ 0x000f6980 ACPI: RSDT (v001 TOSCPL RSDT 0x06040000 LTP 0x00000000) @ 0x5fee276f ACPI: MADT (v001 INTEL ALVISO 0x06040000 LOHR 0x0000005f) @ 0x5fee9e88 ACPI: FADT (v001 TOSCPL ALVISO 0x06040000 LOHR 0x00000032) @ 0x5fee9ef0 ACPI: BOOT (v001 PTLTD $SBFTBL$ 0x06040000 LTP 0x00000001) @ 0x5fee9fd8 ACPI: MCFG (v001 INTEL ALVISO 0x06040000 LOHR 0x0000005f) @ 0x5fee9f9c ACPI: SSDT (v001 SataRe SataAhci 0x00001000 INTL 0x20030224) @ 0x5fee2fe5 ACPI: SSDT (v001 PmRef Cpu0Ist 0x00003000 INTL 0x20030224) @ 0x5fee2baa ACPI: SSDT (v001 PmRef Cpu0Cst 0x00003001 INTL 0x20030224) @ 0x5fee29cc ACPI: SSDT (v001 PmRef CpuPm 0x00003000 INTL 0x20030224) @ 0x5fee27b3 ACPI: DSDT (v001 TOSCPL ALVISO 0x06040000 MSFT 0x0100000e) @ 0x00000000 ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 6:13 APIC version 20 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 32, 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 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 68000000 (gap: 60000000:80000000) Detected 1729.074 MHz processor. Built 1 zonelists. Total pages: 389859 Kernel command line: root=/dev/mapper/disco-sistema ro mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 4096 (order: 12, 16384 bytes) Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1549652k/1571712k available (2696k kernel code, 20828k reserved, 1078k data, 224k init, 654208k highmem) virtual kernel memory layout: fixmap : 0xfff4f000 - 0xfffff000 ( 704 kB) pkmap : 0xff800000 - 0xffc00000 (4096 kB) vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) .init : 0xc04b6000 - 0xc04ee000 ( 224 kB) .data : 0xc03a207c - 0xc04afbf4 (1078 kB) .text : 0xc0100000 - 0xc03a207c (2696 kB) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 3460.23 BogoMIPS (lpj=1730115) Security Framework v1.0.0 initialized SELinux: Disabled at boot. Capability LSM initialized Mount-cache hash table entries: 512 CPU: After generic identify, caps: afe9fbff 00000000 00000000 00000000 00000180 00000000 00000000 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: After all inits, caps: afe9fbff 00000000 00000000 00000040 00000180 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. Compat vDSO mapped to ffffe000. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 16k freed ACPI: Core revision 20060707 CPU0: Intel(R) Pentium(R) M processor 1.73GHz stepping 08 Total of 1 processors activated (3460.23 BogoMIPS). ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 Brought up 1 CPUs checking if image is initramfs... it is Freeing initrd memory: 3378k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG Setting up standard PCI resources ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO PCI quirk: region 1180-11bf claimed by ICH6 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Boot video device is 0000:01:00.0 PCI: Transparent bridge - 0000:00:1e.0 PCI: Bus #07 (-#0a) is hidden behind transparent bridge #06 (-#07) (try 'pci=assign-busses') Please report the result to linux-kernel to fix this permanently ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 9 devices intel_rng: FWH not detected SCSI subsystem initialized 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 pnp: 00:01: ioport range 0xfe00-0xfe7f has been reserved pnp: 00:01: ioport range 0xfe80-0xfeff has been reserved pnp: 00:01: ioport range 0xff00-0xff7f has been reserved PCI: Bridge: 0000:00:01.0 IO window: 3000-3fff MEM window: b8100000-b81fffff PREFETCH window: c8000000-cfffffff PCI: Bridge: 0000:00:1c.0 IO window: 4000-4fff MEM window: bc000000-bfffffff PREFETCH window: d0000000-d3ffffff PCI: Bridge: 0000:00:1c.1 IO window: 5000-5fff MEM window: c0000000-c3ffffff PREFETCH window: d4000000-d7ffffff PCI: Bus 7, cardbus bridge: 0000:06:04.0 IO window: 00006400-000064ff IO window: 00006800-000068ff PREFETCH window: 68000000-6bffffff MEM window: 6c000000-6fffffff PCI: Bridge: 0000:00:1e.0 IO window: 6000-6fff MEM window: c4000000-c40fffff PREFETCH window: 68000000-6bffffff ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1c.0 to 64 ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1c.1 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 16 (level, low) -> IRQ 16 NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 262144 (order: 9, 2097152 bytes) TCP bind hash table entries: 65536 (order: 7, 524288 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered Simple Boot Flag at 0x36 set to 0x1 Machine check exception polling timer started. audit: initializing netlink socket (disabled) audit(1161379164.855:1): initialized highmem bounce pool size: 64 pages VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SGI XFS with ACLs, security attributes, realtime, no debug enabled SGI XFS Quota Management subsystem io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.1 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.1:pcie00] Allocate Port Service[0000:00:1c.1:pcie02] Allocate Port Service[0000:00:1c.1:pcie03] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3]) ACPI: Getting cpuindex for acpiid 0x1 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 18 ACPI: PCI interrupt for device 0000:00:1e.3 disabled RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize 8139too Fast Ethernet driver 0.9.28 ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 21 (level, low) -> IRQ 19 eth0: RealTek RTL8139 at 0x6000, 00:0f:b0:df:f4:d5, IRQ 19 eth0: Identified 8139 chip type 'RTL-8100B/8139D' libata version 2.00 loaded. usbmon: debugfs is not available ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 20, io mem 0xb8000000 ehci_hcd 0000:00:1d.7: 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: 8 ports detected USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800 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:1d.1[B] -> GSI 19 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820 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:1d.2[C] -> GSI 18 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840 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: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected usb 2-1: new low speed USB device using uhci_hcd and address 2 PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice TCP bic registered NET: Registered protocol family 1 NET: Registered protocol family 17 NET: Registered protocol family 8 NET: Registered protocol family 20 ieee80211: 802.11 data/management/control stack, git-1.1.13 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> ieee80211_crypt: registered algorithm 'NULL' ieee80211_crypt: registered algorithm 'WEP' ieee80211_crypt: registered algorithm 'CCMP' ieee80211_crypt: registered algorithm 'TKIP' Using IPI Shortcut mode Time: tsc clocksource has been installed. Freeing unused kernel memory: 224k freed Time: acpi_pm clocksource has been installed. input: AT Translated Set 2 keyboard as /class/input/input0 usb 2-1: configuration #1 chosen from 1 choice ieee1394: Initialized config rom entry `ip1394' ACPI: PCI Interrupt 0000:06:04.2[C] -> GSI 18 (level, low) -> IRQ 22 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[c4006800-c4006fff] Max Packet=[2048] IR/IT contexts=[4/8] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ahci 0000:00:1f.2: version 2.0 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 21 usbcore: registered new interface driver hiddev input: Genius NetScroll+Mini Traveler as /class/input/input1 input: USB HID v1.10 Mouse [Genius NetScroll+Mini Traveler] on usb-0000:00:1d.0-1 usbcore: registered new interface driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PCI: Setting latency timer of device 0000:00:1f.2 to 64 ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0x5 impl IDE mode ahci 0000:00:1f.2: flags: 64bit ncq pm led slum part ata1: SATA max UDMA/133 cmd 0xF8884D00 ctl 0x0 bmdma 0x0 irq 21 ata2: SATA max UDMA/133 cmd 0xF8884D80 ctl 0x0 bmdma 0x0 irq 21 ata3: SATA max UDMA/133 cmd 0xF8884E00 ctl 0x0 bmdma 0x0 irq 21 ata4: SATA max UDMA/133 cmd 0xF8884E80 ctl 0x0 bmdma 0x0 irq 21 scsi0 : ahci ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-7, max UDMA/100, 117210240 sectors: LBA48 NCQ (depth 31/32) ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA/100 scsi1 : ahci ata2: SATA link down (SStatus 0 SControl 0) scsi2 : ahci ata3: SATA link down (SStatus 0 SControl 300) scsi3 : ahci ata4: SATA link down (SStatus 0 SControl 0) scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK6034GS AH10 PQ: 0 ANSI: 5 ata_piix 0000:00:1f.1: version 2.00ac6 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1f.1 to 64 ata5: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0x18C0 irq 14 ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18C8 irq 15 scsi4 : ata_piix ata5.00: ATAPI, max UDMA/33 ata5.00: configured for UDMA/33 scsi5 : ata_piix ata6: port disabled. ignoring. ATA: abnormal status 0xFF on port 0x177 scsi 4:0:0:0: CD-ROM PIONEER DVD-RW DVR-K16S 1.50 PQ: 0 ANSI: 5 SCSI device sda: 117210240 512-byte hdwr sectors (60012 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 117210240 512-byte hdwr sectors (60012 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back sda: sda1 sda3 sda4 < sda5 sda6 > sd 0:0:0:0: Attached scsi disk sda ide0: I/O resource 0x1F0-0x1F7 not free. ide0: ports already in use, skipping probe ide1: I/O resource 0x170-0x177 not free. ide1: ports already in use, skipping probe device-mapper: ioctl: 4.10.0-ioctl (2006-09-14) initialised: dm-devel@redhat.com Filesystem "dm-0": Disabling barriers, not supported by the underlying device XFS mounting filesystem dm-0 Ending clean XFS mount for filesystem: dm-0 Linux agpgart interface v0.101 (c) Dave Jones agpgart: Detected an Intel 915GM Chipset. agpgart: AGP aperture is 256M @ 0x0 Real Time Clock Driver v1.12ac ACPI: PCI Interrupt 0000:06:04.3[B] -> GSI 17 (level, low) -> IRQ 17 input: PC Speaker as /class/input/input2 sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 4:0:0:0: Attached scsi CD-ROM sr0 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.00 (30-Jul-2006) iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060) iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 21 Yenta: CardBus bridge found at 0000:06:04.0 [1179:ff00] Yenta: Enabling burst memory read transactions Yenta: Using CSCINT to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta TI: socket 0000:06:04.0, mfunc 0x10aa1b22, devctl 0x66 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4km ipw2200: Copyright(c) 2003-2006 Intel Corporation sdhci: Secure Digital Host Controller Interface driver, 0.12 sdhci: Copyright(c) Pierre Ossman sd 0:0:0:0: Attached scsi generic sg0 type 0 sr 4:0:0:0: Attached scsi generic sg1 type 5 Yenta: ISA IRQ mask 0x0cf8, PCI irq 16 Socket status: 30000006 Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a pcmcia: parent PCI bridge I/O window: 0x6000 - 0x6fff pcmcia: parent PCI bridge Memory window: 0xc4000000 - 0xc40fffff pcmcia: parent PCI bridge Memory window: 0x68000000 - 0x6bffffff ACPI: PCI Interrupt 0000:06:02.0[A] -> GSI 22 (level, low) -> IRQ 23 ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection ipw2200: Radio Frequency Kill Switch is On: Kill switch must be turned off for wireless networking to work. ipw2200: Detected geography ZZE (13 802.11bg channels, 19 802.11a channels) sdhci: SDHCI controller found at 0000:06:04.4 [104c:8034] (rev 0) ACPI: PCI Interrupt 0000:06:04.4[D] -> GSI 19 (level, low) -> IRQ 21 mmc0: SDHCI at 0xc4009400 irq 21 DMA mmc1: SDHCI at 0xc4009000 irq 21 DMA mmc2: SDHCI at 0xc4006400 irq 21 DMA ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1e.2 to 64 input: PS/2 Mouse as /class/input/input3 input: AlpsPS/2 ALPS GlidePoint as /class/input/input4 intel8x0_measure_ac97_clock: measured 50320 usecs intel8x0: clocking to 48000 PCI: Enabling device 0000:00:1e.3 (0000 -> 0001) ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 18 PCI: Setting latency timer of device 0000:00:1e.3 to 64 Adding 497972k swap on /dev/sda5. Priority:-1 extents:1 across:497972k Filesystem "dm-0": Disabling barriers, not supported by the underlying device ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1) ieee1394: sbp2: Try serialize_io=0 for better performance Filesystem "dm-1": Disabling barriers, not supported by the underlying device XFS mounting filesystem dm-1 Ending clean XFS mount for filesystem: dm-1 NTFS driver 2.1.27 [Flags: R/W MODULE]. NTFS volume version 3.1. NTFS-fs warning (device sda1): load_system_files(): Unsupported volume flags 0x4000 encountered. NTFS-fs error (device sda1): load_system_files(): Volume has unsupported flags set. Mounting read-only. Run chkdsk and mount in Windows. ACPI: Battery Slot [BAT1] (battery present) ACPI: AC Adapter [ACAD] (on-line) ACPI: Power Button (FF) [PWRF] ACPI: Lid Switch [LID0] ACPI: Power Button (CM) [PWRB] lp: driver loaded but no devices found ppdev: user-space parallel port driver eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth1: link is not ready Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 eth0: no IPv6 routers present pccard: CardBus card inserted into slot 0 Linux video capture interface: v2.00 cx2388x v4l2 driver version 0.0.6 loaded PCI: Enabling device 0000:07:00.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 16 (level, low) -> IRQ 16 cx88[0]: Your board isn't known (yet) to the driver. You can cx88[0]: try to pick one of the existing card configs via cx88[0]: card=<n> insmod option. Updating to the latest cx88[0]: version might help as well. cx88[0]: Here is a list of valid choices for the card=<n> insmod option: cx88[0]: card=0 -> UNKNOWN/GENERIC cx88[0]: card=1 -> Hauppauge WinTV 34xxx models cx88[0]: card=2 -> GDI Black Gold cx88[0]: card=3 -> PixelView cx88[0]: card=4 -> ATI TV Wonder Pro cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert cx88[0]: card=6 -> AverTV Studio 303 (M126) cx88[0]: card=7 -> MSI TV-@nywhere Master cx88[0]: card=8 -> Leadtek Winfast DV2000 cx88[0]: card=9 -> Leadtek PVR 2000 cx88[0]: card=10 -> IODATA GV-VCP3/PCI cx88[0]: card=11 -> Prolink PlayTV PVR cx88[0]: card=12 -> ASUS PVR-416 cx88[0]: card=13 -> MSI TV-@nywhere cx88[0]: card=14 -> KWorld/VStream XPert DVB-T cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1 cx88[0]: card=16 -> KWorld LTV883RF cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q cx88[0]: card=18 -> Hauppauge Nova-T DVB-T cx88[0]: card=19 -> Conexant DVB-T reference design cx88[0]: card=20 -> Provideo PV259 cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus cx88[0]: card=22 -> pcHDTV HD3000 HDTV cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC) cx88[0]: card=26 -> IODATA GV/BCTV7E cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo) cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550 cx88[0]: card=33 -> Kworld V-Stream Xpert DVD cx88[0]: card=34 -> ATI HDTV Wonder cx88[0]: card=35 -> WinFast DTV1000-T cx88[0]: card=36 -> AVerTV 303 (M126) cx88[0]: card=37 -> Hauppauge Nova-S-Plus DVB-S cx88[0]: card=38 -> Hauppauge Nova-SE2 DVB-S cx88[0]: card=39 -> KWorld DVB-S 100 cx88[0]: card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid cx88[0]: card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile) cx88[0]: card=42 -> digitalnow DNTV Live! DVB-T Pro cx88[0]: card=43 -> KWorld/VStream XPert DVB-T with cx22702 cx88[0]: card=44 -> DViCO FusionHDTV DVB-T Dual Digital cx88[0]: card=45 -> KWorld HardwareMpegTV XPert cx88[0]: card=46 -> DViCO FusionHDTV DVB-T Hybrid cx88[0]: card=47 -> pcHDTV HD5500 HDTV cx88[0]: card=48 -> Kworld MCE 200 Deluxe cx88[0]: card=49 -> PixelView PlayTV P7000 cx88[0]: card=50 -> NPG Tech Real TV FM Top 10 cx88[0]: card=51 -> WinFast DTV2000 H cx88[0]: card=52 -> Geniatech DVB-S cx88[0]: card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T cx88[0]: card=54 -> Norwood Micro TV Tuner cx88[0]: card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM cx88[0]: card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder CORE cx88[0]: subsystem: 12ab:1788, board: UNKNOWN/GENERIC [card=0,autodetected] TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe cx2388x alsa driver version 0.0.6 loaded cx2388x dvb driver version 0.0.6 loaded cx88[0]/0: found at 0000:07:00.0, rev: 5, irq: 16, latency: 0, mmio: 0x6c000000 PCI: Setting latency timer of device 0000:07:00.0 to 64 tuner 1-0061: chip found @ 0xc2 (cx88[0]) cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 tuner 1-0061: tuner type not set PCI: Enabling device 0000:07:00.1 (0000 -> 0002) ACPI: PCI Interrupt 0000:07:00.1[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:07:00.1 to 64 cx88[0]/1: CX88x/0: ALSA support for cx2388x boards cx2388x blackbird driver version 0.0.6 loaded [-- Attachment #3: iomem-64MB-2.log --] [-- Type: text/x-log, Size: 2092 bytes --] 00000000-0009f7ff : System RAM 00000000-00000000 : Crash kernel 0009f800-0009ffff : reserved 000a0000-000bffff : Video RAM area 000c0000-000cffff : Video ROM 000d0000-000d0fff : Adapter ROM 000d2000-000d3fff : reserved 000f0000-000fffff : System ROM 00100000-5fedffff : System RAM 00100000-003a207b : Kernel code 003a207c-004afbf3 : Kernel data 5fee0000-5fee9fff : ACPI Tables 5feea000-5fefffff : ACPI Non-volatile Storage 5ff00000-5fffffff : reserved 68000000-6bffffff : PCI Bus #06 68000000-6bffffff : PCI CardBus #07 6c000000-6fffffff : PCI CardBus #07 6c000000-6cffffff : 0000:07:00.0 6c000000-6cffffff : cx88[0] 6d000000-6dffffff : 0000:07:00.1 6d000000-6dffffff : cx88[0] 6e000000-6effffff : 0000:07:00.2 b8000000-b80003ff : 0000:00:1d.7 b8000000-b80003ff : ehci_hcd b8000400-b80004ff : 0000:00:1e.2 b8000400-b80004ff : Intel ICH6 b8000800-b80009ff : 0000:00:1e.2 b8000800-b80009ff : Intel ICH6 b8000c00-b8000fff : 0000:00:1f.2 b8000c00-b8000fff : ahci b8100000-b81fffff : PCI Bus #01 b8100000-b810ffff : 0000:01:00.0 b8120000-b813ffff : 0000:01:00.0 bc000000-bfffffff : PCI Bus #02 c0000000-c3ffffff : PCI Bus #03 c4000000-c40fffff : PCI Bus #06 c4000000-c4003fff : 0000:06:04.2 c4004000-c4005fff : 0000:06:04.3 c4004000-c4005fff : tifm_7xx1 c4006000-c40060ff : 0000:06:01.0 c4006000-c40060ff : 8139too c4006400-c40064ff : 0000:06:04.4 c4006400-c40064ff : sdhci:slot2 c4006800-c4006fff : 0000:06:04.2 c4006800-c4006fff : ohci1394 c4007000-c4007fff : 0000:06:02.0 c4007000-c4007fff : ipw2200 c4008000-c4008fff : 0000:06:04.0 c4008000-c4008fff : yenta_socket c4009000-c40090ff : 0000:06:04.4 c4009000-c40090ff : sdhci:slot1 c4009400-c40094ff : 0000:06:04.4 c4009400-c40094ff : sdhci:slot0 c8000000-cfffffff : PCI Bus #01 c8000000-cfffffff : 0000:01:00.0 d0000000-d3ffffff : PCI Bus #02 d4000000-d7ffffff : PCI Bus #03 e0000000-efffffff : PCI MMCONFIG 0 f0008000-f000bfff : reserved fed20000-fed8ffff : reserved ff000000-ffffffff : reserved [-- Attachment #4: lspci-64MB-2.log --] [-- Type: text/x-log, Size: 27323 bytes --] 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- Latency: 0 Capabilities: [e0] Vendor Specific Information 00: 86 80 90 25 06 00 90 20 03 00 00 06 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: b8100000-b81fffff Prefetchable memory behind bridge: c8000000-cfffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B- Capabilities: [88] Subsystem: Toshiba America Info Systems Unknown device ff04 Capabilities: [80] 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: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41b9 Capabilities: [a0] 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 x16, ASPM L0s L1, Port 2 Link: Latency L0s <256ns, L1 <4us Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch- Link: Speed 2.5Gb/s, Width x16 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug- Surpise- Slot: Number 1, PowerLimit 75.000000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- Slot: AttnInd Off, PwrInd On, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [100] Virtual Channel Capabilities: [140] Unknown (5) 00: 86 80 91 25 07 04 10 00 03 00 04 06 08 00 01 00 10: 00 00 00 00 00 00 00 00 00 01 01 00 30 30 00 00 20: 10 b8 10 b8 00 c8 f0 cf 00 00 00 00 00 00 00 00 30: 00 00 00 00 88 00 00 00 00 00 00 00 0a 01 0c 00 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: bc000000-bfffffff Prefetchable memory behind bridge: 00000000d0000000-00000000d3ffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [40] Express Root Port (Slot+) IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s unlimited, L1 unlimited 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 1 Link: Latency L0s <1us, L1 <4us Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch- Link: Speed 2.5Gb/s, Width x0 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+ Slot: Number 2, PowerLimit 6.500000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- Slot: AttnInd Unknown, PwrInd Unknown, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41c1 Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000 Capabilities: [a0] 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: [100] Virtual Channel Capabilities: [180] Unknown (5) 00: 86 80 60 26 07 04 10 00 03 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 02 02 00 40 40 00 00 20: 00 bc f0 bf 01 d0 f1 d3 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 04 00 00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03) (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- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 32 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00005000-00005fff Memory behind bridge: c0000000-c3ffffff Prefetchable memory behind bridge: 00000000d4000000-00000000d7ffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [40] Express Root Port (Slot+) IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s unlimited, L1 unlimited 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 2 Link: Latency L0s <1us, L1 <4us Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch- Link: Speed 2.5Gb/s, Width x0 Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+ Slot: Number 3, PowerLimit 6.500000 Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- Slot: AttnInd Unknown, PwrInd Unknown, Power- Root: Correctable- Non-Fatal- Fatal- PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0100c Data: 41c9 Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000 Capabilities: [a0] 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: [100] Virtual Channel Capabilities: [180] Unknown (5) 00: 86 80 62 26 07 04 10 00 03 00 04 06 08 00 81 00 10: 00 00 00 00 00 00 00 00 00 03 03 00 50 50 00 00 20: 00 c0 f0 c3 01 d4 f1 d7 00 00 00 00 00 00 00 00 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 02 04 00 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 1800 [size=32] 00: 86 80 58 26 05 00 80 02 03 00 03 0c 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 01 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 01 00 00 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 1820 [size=32] 00: 86 80 59 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 21 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 02 00 00 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1840 [size=32] 00: 86 80 5a 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 41 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 03 00 00 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin D routed to IRQ 16 Region 4: I/O ports at 1860 [size=32] 00: 86 80 5b 26 05 00 80 02 03 00 03 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 61 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 04 00 00 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 0: Memory at b8000000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port 00: 86 80 5c 26 06 00 90 02 03 20 03 0c 00 00 00 00 10: 00 00 00 b8 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Bus: primary=00, secondary=06, subordinate=0a, sec-latency=216 I/O behind bridge: 00006000-00006fff Memory behind bridge: c4000000-c40fffff Prefetchable memory behind bridge: 0000000068000000-000000006bffffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: [50] Subsystem: Toshiba America Info Systems Unknown device ff00 00: 86 80 48 24 07 00 10 00 d3 01 04 06 00 00 81 00 10: 00 00 00 00 00 00 00 00 00 06 0a d8 60 60 80 22 20: 00 c4 00 c4 01 68 f1 6b 00 00 00 00 00 00 00 00 30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 04 00 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 17 Region 0: I/O ports at 1c00 [size=256] Region 1: I/O ports at 1880 [size=64] Region 2: Memory at b8000800 (32-bit, non-prefetchable) [size=512] Region 3: Memory at b8000400 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: 86 80 6e 26 07 00 90 02 03 00 01 04 00 00 00 00 10: 01 1c 00 00 81 18 00 00 00 08 00 b8 00 04 00 b8 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03) (prog-if 00 [Generic]) Subsystem: Toshiba America Info Systems Unknown device 0001 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 18 Region 0: I/O ports at 2400 [size=256] Region 1: I/O ports at 2000 [size=128] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: 86 80 6d 26 05 00 90 02 03 00 03 07 00 00 00 00 10: 01 24 00 00 01 20 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 01 00 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 00: 86 80 41 26 07 00 00 02 03 00 01 06 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at <unassigned> Region 1: I/O ports at <unassigned> Region 2: I/O ports at <unassigned> Region 3: I/O ports at <unassigned> Region 4: I/O ports at 18c0 [size=16] 00: 86 80 6f 26 05 00 80 02 03 8a 01 01 00 00 00 00 10: 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 20: c1 18 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 ff 01 00 00 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 0: I/O ports at 2088 [size=8] Region 1: I/O ports at 18ec [size=4] Region 2: I/O ports at 2080 [size=8] Region 3: I/O ports at 18e8 [size=4] Region 4: I/O ports at 18f0 [size=16] Region 5: Memory at b8000c00 (32-bit, non-prefetchable) [size=1K] Capabilities: [70] 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- 00: 86 80 53 26 07 00 b0 02 03 8f 01 01 00 00 00 00 10: 89 20 00 00 ed 18 00 00 81 20 00 00 e9 18 00 00 20: f1 18 00 00 00 0c 00 b8 00 00 00 00 79 11 00 ff 30: 00 00 00 00 70 00 00 00 00 00 00 00 0b 02 00 00 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 20a0 [size=32] 00: 86 80 6a 26 01 00 80 02 03 00 05 0c 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: a1 20 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 00 00 00 00 00 00 00 00 0b 02 00 00 01:00.0 VGA compatible controller: ATI Technologies Inc M24 [Radeon Mobility X600] (prog-if 00 [VGA]) Subsystem: Toshiba America Info Systems Unknown device ff06 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 10 Region 0: Memory at c8000000 (32-bit, prefetchable) [size=128M] Region 1: I/O ports at 3000 [size=256] Region 2: Memory at b8100000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at b8120000 [disabled] [size=128K] Capabilities: [50] 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: [58] Express Endpoint IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+ Device: Latency L0s <256ns, L1 <4us Device: AtnBtn- AtnInd- PwrInd- 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 x16, ASPM L0s L1, Port 0 Link: Latency L0s <256ns, L1 <2us Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch- Link: Speed 2.5Gb/s, Width x16 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [100] Advanced Error Reporting 00: 02 10 62 54 03 00 10 00 00 00 00 03 08 00 00 00 10: 08 00 00 c8 01 30 00 00 00 00 10 b8 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 06 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00 06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (8000ns min, 16000ns max) Interrupt: pin A routed to IRQ 19 Region 0: I/O ports at 6000 [size=256] Region 1: Memory at c4006000 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 00: ec 10 39 81 07 00 90 02 10 00 00 02 00 20 00 00 10: 01 60 00 00 00 60 00 c4 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 20 40 06:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05) Subsystem: Intel Corporation Unknown device 1041 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (750ns min, 6000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 23 Region 0: Memory at c4007000 (32-bit, non-prefetchable) [size=4K] 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=1 PME- 00: 86 80 23 42 16 00 90 02 05 00 80 02 08 20 00 00 10: 00 70 00 c4 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 41 10 30: 00 00 00 00 dc 00 00 00 00 00 00 00 0b 01 03 18 06:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 168, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at c4008000 (32-bit, non-prefetchable) [size=4K] Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176 Memory window 0: 68000000-6bfff000 (prefetchable) Memory window 1: 6c000000-6ffff000 I/O window 0: 00006400-000064ff I/O window 1: 00006800-000068ff BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+ 16-bit legacy interface ports at 0001 00: 4c 10 31 80 07 00 10 02 00 00 07 06 10 a8 82 00 10: 00 80 00 c4 a0 00 00 22 06 07 0a b0 00 00 00 68 20: 00 f0 ff 6b 00 00 00 6c 00 f0 ff 6f 00 64 00 00 30: fc 64 00 00 00 68 00 00 fc 68 00 00 0a 01 00 05 40: 79 11 00 ff 01 00 00 00 00 00 00 00 00 00 00 00 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06:04.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller (prog-if 10 [OHCI]) Subsystem: Toshiba America Info Systems Unknown device ff00 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (500ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin C routed to IRQ 22 Region 0: Memory at c4006800 (32-bit, non-prefetchable) [size=2K] Region 1: Memory at c4000000 (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+ 00: 4c 10 32 80 16 00 10 02 00 10 00 0c 08 20 80 00 10: 00 68 00 c4 00 00 00 c4 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 00 ff 30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 03 02 04 06:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller Subsystem: Toshiba America Info Systems Unknown device ff05 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 57 (1750ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at c4004000 (32-bit, non-prefetchable) [size=8K] 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- 00: 4c 10 33 80 06 00 10 02 00 00 80 01 08 39 80 00 10: 00 40 00 c4 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 05 ff 30: 00 00 00 00 44 00 00 00 00 00 00 00 0a 02 07 04 06:04.4 Generic system peripheral [0805]: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller Subsystem: Toshiba America Info Systems Unknown device ff05 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 57 (1750ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin D routed to IRQ 21 Region 0: Memory at c4009400 (32-bit, non-prefetchable) [size=256] Region 1: Memory at c4009000 (32-bit, non-prefetchable) [size=256] Region 2: Memory at c4006400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] 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- 00: 4c 10 34 80 06 00 10 02 00 00 05 08 08 39 80 00 10: 00 94 00 c4 00 90 00 c4 00 64 00 c4 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 79 11 05 ff 30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 04 07 04 07:00.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 64 (5000ns min, 13750ns max) Interrupt: pin A routed to IRQ 16 Region 0: Memory at 6c000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [44] Vital Product Data Capabilities: [4c] 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- 00: f1 14 00 88 06 00 90 02 05 00 00 04 00 40 80 00 10: 00 00 00 6c 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 44 00 00 00 00 00 00 00 10 01 14 37 07:00.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 64 (1000ns min, 63750ns max) Interrupt: pin A routed to IRQ 16 Region 0: Memory at 6d000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] 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- 00: f1 14 01 88 06 00 90 02 05 00 80 04 00 40 80 00 10: 00 00 00 6d 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 4c 00 00 00 00 00 00 00 10 01 04 ff 07:00.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) Subsystem: Yuan Yuan Enterprise Co., Ltd. Unknown device 1788 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 16 Region 0: Memory at 6e000000 (32-bit, non-prefetchable) [disabled] [size=16M] Capabilities: [4c] 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- 00: f1 14 02 88 00 00 90 02 05 00 80 04 00 00 80 00 10: 00 00 00 6e 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 ab 12 88 17 30: 00 00 00 00 4c 00 00 00 00 00 00 00 10 01 06 58 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-18 20:02 [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 Greg KH 2006-10-18 22:15 ` Andrew Morton @ 2006-10-20 7:12 ` Olaf Hering 2006-10-20 7:23 ` Olaf Hering 1 sibling, 1 reply; 8+ messages in thread From: Olaf Hering @ 2006-10-20 7:12 UTC (permalink / raw) To: Greg KH Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-pci, pcihpd-discuss On Wed, Oct 18, Greg KH wrote: > .../pci/hotplug => include/linux}/pci_hotplug.h | 2 /home/olaf/kernel/mainline/linux-2.6/drivers/pci/hotplug/rpaphp.h:31:25: error: pci_hotplug.h: No such file or directory ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 2006-10-20 7:12 ` Olaf Hering @ 2006-10-20 7:23 ` Olaf Hering 0 siblings, 0 replies; 8+ messages in thread From: Olaf Hering @ 2006-10-20 7:23 UTC (permalink / raw) To: Greg KH Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-pci, pcihpd-discuss On Fri, Oct 20, Olaf Hering wrote: > On Wed, Oct 18, Greg KH wrote: > > > .../pci/hotplug => include/linux}/pci_hotplug.h | 2 > > /home/olaf/kernel/mainline/linux-2.6/drivers/pci/hotplug/rpaphp.h:31:25: > error: pci_hotplug.h: No such file or directory Use grep instead of make during interface changes. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- drivers/pci/hotplug/rpaphp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/pci/hotplug/rpaphp.h =================================================================== --- linux-2.6.orig/drivers/pci/hotplug/rpaphp.h +++ linux-2.6/drivers/pci/hotplug/rpaphp.h @@ -28,7 +28,7 @@ #define _PPC64PHP_H #include <linux/pci.h> -#include "pci_hotplug.h" +#include <linux/pci_hotplug.h> #define DR_INDICATOR 9002 #define DR_ENTITY_SENSE 9003 ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-10-21 15:14 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-10-18 20:02 [GIT PATCH] PCI and PCI hotplug fixes for 2.6.19-rc2 Greg KH 2006-10-18 22:15 ` Andrew Morton 2006-10-19 0:41 ` Linus Torvalds 2006-10-19 23:43 ` Álvaro Arranz García 2006-10-20 0:02 ` Linus Torvalds 2006-10-21 15:12 ` Álvaro Arranz García 2006-10-20 7:12 ` Olaf Hering 2006-10-20 7:23 ` Olaf Hering
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox