* JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
@ 2007-05-22 0:48 Andrew Paprocki
2007-05-22 0:56 ` Jeff Garzik
2007-05-22 1:07 ` Alan Cox
0 siblings, 2 replies; 6+ messages in thread
From: Andrew Paprocki @ 2007-05-22 0:48 UTC (permalink / raw)
To: linux-ide
I have a Gigabyte GA-965P-DQ6 motherboard which has onboard Intel ICH8
raid as well as a "Gigabyte" (rebranded JMicron) chipset for 2
separate SATA ports. When I boot the machine, it completely
sporadically fails to initialize the JMB361 chipset which it detects,
claiming "dma_base is invalid". When it works (~20% of the time), it
will correctly detect the chip and all drives connected to it. It
feels like a race condition..
I have a DVD-RW & my boot SATAII drive connected to the controller, so
this bug has the nasty side effect of hanging my machine for eternity
waiting for the root drive to appear.
The dma_base trace is listed below:
JMB361: IDE controller at PCI slot 0000:03:00.0
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 177
JMB361: chipset revision 3
JMB361: 100% native mode on irq 177
JMB361: dma_base is invalid
ide0: JMB361 Bus-Master DMA disabled (BIOS)
JMB361: dma_base is invalid
ide1: JMB361 Bus-Master DMA disabled (BIOS)
This seems to be the same problem as reported here:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg339806.html
And numerous other people seem to be hitting this in newer kernels. A
Google search for 'jmb361 dma_base' turns up a lot of hits.
Does anyone know what is causing this and if it is fixed in any dev
branch? I've tried the stock Debian etch netinst 2.6.18.4 kernel, as
well as my own build of 2.6.21.1 and 2.6.22-rc2 and they all exhibit
the same problem.
Let me know what I can do to help debug this on my end.
Thanks
-Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
2007-05-22 0:48 JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2 Andrew Paprocki
@ 2007-05-22 0:56 ` Jeff Garzik
2007-05-22 1:07 ` Alan Cox
1 sibling, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2007-05-22 0:56 UTC (permalink / raw)
To: Andrew Paprocki; +Cc: linux-ide
Andrew Paprocki wrote:
> I have a Gigabyte GA-965P-DQ6 motherboard which has onboard Intel ICH8
> raid as well as a "Gigabyte" (rebranded JMicron) chipset for 2
> separate SATA ports. When I boot the machine, it completely
> sporadically fails to initialize the JMB361 chipset which it detects,
> claiming "dma_base is invalid". When it works (~20% of the time), it
> will correctly detect the chip and all drives connected to it. It
> feels like a race condition..
What happens when you disabled the old-IDE driver, and use libata?
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
2007-05-22 0:48 JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2 Andrew Paprocki
2007-05-22 0:56 ` Jeff Garzik
@ 2007-05-22 1:07 ` Alan Cox
2007-05-23 5:48 ` Andrew Paprocki
1 sibling, 1 reply; 6+ messages in thread
From: Alan Cox @ 2007-05-22 1:07 UTC (permalink / raw)
To: Andrew Paprocki; +Cc: linux-ide
> Does anyone know what is causing this and if it is fixed in any dev
> branch? I've tried the stock Debian etch netinst 2.6.18.4 kernel, as
> well as my own build of 2.6.21.1 and 2.6.22-rc2 and they all exhibit
> the same problem.
>
> Let me know what I can do to help debug this on my end.
What configuration options have you got selected - in particular if you
have the libata support for SATA enabled then the kernel configures the
hardware to expose the AHCI interface for SATA and the PATA interface
separately. This requires you to be using the libata drivers for both the
SATA and PATA components of the hardware if you wish to use both.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
@ 2007-05-22 2:15 ethanhsiao
0 siblings, 0 replies; 6+ messages in thread
From: ethanhsiao @ 2007-05-22 2:15 UTC (permalink / raw)
To: andrew; +Cc: linux-ide
Hi Andrew:
This Chip is JMB363 not JMB361. ;-)
This is a known issue.
Because jmicron module will probe both fn0 and fn1 device under Debian
4.0r0.
Please add " jmicron.jmicron=no_probe" to skip jmicron module probing in
OS installation.
Best Regards,
Ethan Hsiao
-----Original Message-----
From: linux-ide-owner@vger.kernel.org
[mailto:linux-ide-owner@vger.kernel.org] On Behalf Of Andrew Paprocki
Sent: Tuesday, May 22, 2007 8:48 AM
To: linux-ide@vger.kernel.org
Subject: JMicron JMB361 sporadically failing to initialize from at least
2.6.18.4 to 2.6.22-rc2
I have a Gigabyte GA-965P-DQ6 motherboard which has onboard Intel ICH8
raid as well as a "Gigabyte" (rebranded JMicron) chipset for 2
separate SATA ports. When I boot the machine, it completely
sporadically fails to initialize the JMB361 chipset which it detects,
claiming "dma_base is invalid". When it works (~20% of the time), it
will correctly detect the chip and all drives connected to it. It
feels like a race condition..
I have a DVD-RW & my boot SATAII drive connected to the controller, so
this bug has the nasty side effect of hanging my machine for eternity
waiting for the root drive to appear.
The dma_base trace is listed below:
JMB361: IDE controller at PCI slot 0000:03:00.0
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 177
JMB361: chipset revision 3
JMB361: 100% native mode on irq 177
JMB361: dma_base is invalid
ide0: JMB361 Bus-Master DMA disabled (BIOS)
JMB361: dma_base is invalid
ide1: JMB361 Bus-Master DMA disabled (BIOS)
This seems to be the same problem as reported here:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg339806.ht
ml
And numerous other people seem to be hitting this in newer kernels. A
Google search for 'jmb361 dma_base' turns up a lot of hits.
Does anyone know what is causing this and if it is fixed in any dev
branch? I've tried the stock Debian etch netinst 2.6.18.4 kernel, as
well as my own build of 2.6.21.1 and 2.6.22-rc2 and they all exhibit
the same problem.
Let me know what I can do to help debug this on my end.
Thanks
-Andrew
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
2007-05-22 1:07 ` Alan Cox
@ 2007-05-23 5:48 ` Andrew Paprocki
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Paprocki @ 2007-05-23 5:48 UTC (permalink / raw)
To: Alan Cox, jeff, ethanhsiao; +Cc: linux-ide
Everyone, I tried rebuilding 2.6.22-rc2 last night with CONFIG_IDE
disabled, but it still produces the same problem. The relevant config
options:
# CONFIG_IDE is not set
CONFIG_ATA=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
CONFIG_ATA_PIIX=y
CONFIG_PATA_JMICRON=y
Ethan, you mention that this is a known issue.. I can't find any link
to this problem. This is happening on a cleanly rebuilt kernel, so I'm
not sure if this has to do with Debian 4.0r0 probing the module
incorrectly. I already have the OS installed, and I figured a newer
kernel would have resolved this issue. Unlike the bug report I linked
to, I am not seeing the driver detect JMB363 & JMB361 in the same boot
log. Even when everything works, it only detects a JMB361.
A working boot looks like this:
JMB361: IDE controller at PCI slot 0000:04:00.1
ACPI: PCI Interrupt 0000:04:00.1[B] -> GSI 18 (level, low) -> IRQ 58
JMB361: chipset revision 2
JMB361: 100% native mode on irq 58
ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:DMA, hdd:DMA
No use of acpi=off, noapic, nolapic seems to affect the JMB361 from
being detected properly or not.
Any next steps? Ethan, do you have more information about this
particular issue with the DQ6 motherboard?
Thanks -Andrew
On 5/21/07, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > Does anyone know what is causing this and if it is fixed in any dev
> > branch? I've tried the stock Debian etch netinst 2.6.18.4 kernel, as
> > well as my own build of 2.6.21.1 and 2.6.22-rc2 and they all exhibit
> > the same problem.
> >
> > Let me know what I can do to help debug this on my end.
>
> What configuration options have you got selected - in particular if you
> have the libata support for SATA enabled then the kernel configures the
> hardware to expose the AHCI interface for SATA and the PATA interface
> separately. This requires you to be using the libata drivers for both the
> SATA and PATA components of the hardware if you wish to use both.
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2
@ 2007-05-23 12:06 ethanhsiao
0 siblings, 0 replies; 6+ messages in thread
From: ethanhsiao @ 2007-05-23 12:06 UTC (permalink / raw)
To: andrew; +Cc: linux-ide
[-- Attachment #1: Type: text/plain, Size: 1963 bytes --]
> Everyone, I tried rebuilding 2.6.22-rc2 last night with CONFIG_IDE
> disabled, but it still produces the same problem. The relevant config
> options:
>
> # CONFIG_IDE is not set
> CONFIG_ATA=y
> CONFIG_ATA_ACPI=y
> CONFIG_SATA_AHCI=y
> CONFIG_ATA_PIIX=y
> CONFIG_PATA_JMICRON=y
>
> Ethan, you mention that this is a known issue.. I can't find any link
> to this problem. This is happening on a cleanly rebuilt kernel, so I'm
> not sure if this has to do with Debian 4.0r0 probing the module
> incorrectly. I already have the OS installed, and I figured a newer
> kernel would have resolved this issue. Unlike the bug report I linked
> to, I am not seeing the driver detect JMB363 & JMB361 in the same boot
> log. Even when everything works, it only detects a JMB361.
I've tried to reproduce this issue under GA-965P-DQ6.
JMB363 works fine in 2.6.22-rc2.
The dmesg log is attached.
It will not show any device name in pata_jmicron.
> A working boot looks like this:
>
> JMB361: IDE controller at PCI slot 0000:04:00.1
> ACPI: PCI Interrupt 0000:04:00.1[B] -> GSI 18 (level, low) -> IRQ 58
> JMB361: chipset revision 2
> JMB361: 100% native mode on irq 58
> ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:pio, hdb:pio
> ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:DMA, hdd:DMA
If you disabled the entire old-IDE driver, this message should not be
existed.
It should be like this:
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 18 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:03:00.1 to 64
scsi6 : pata_jmicron
scsi7 : pata_jmicron
ata7: PATA max UDMA/100 cmd 0x0001a000 ctl 0x0001a402 bmdma 0x0001b000 irq
0
ata8: PATA max UDMA/100 cmd 0x0001a800 ctl 0x0001ac02 bmdma 0x0001b008 irq
0
> No use of acpi=off, noapic, nolapic seems to affect the JMB361 from
> being detected properly or not.
>
> Any next steps? Ethan, do you have more information about this
> particular issue with the DQ6 motherboard?
>
> Thanks -Andrew
[-- Attachment #2: dmesg.log --]
[-- Type: application/octet-stream, Size: 19891 bytes --]
Linux version 2.6.22-rc2 (root@debian) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Thu May 24 18:11:34 CST 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
BIOS-e820: 000000007fff0000 - 000000007fff3000 (ACPI NVS)
BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
1151MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f5510
Entering add_active_range(0, 0, 524272) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 524272
early_node_map[1] active PFN ranges
0: 0 -> 524272
On node 0 totalpages: 524272
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: 2303 pages used for memmap
HighMem zone: 292593 pages, LIFO batch:31
DMI 2.3 present.
ACPI: RSDP 000F6EB0, 0014 (r0 GBT )
ACPI: RSDT 7FFF3040, 0038 (r1 GBT AWRDACPI 42302E31 AWRD 1010101)
ACPI: FACP 7FFF30C0, 0074 (r1 GBT AWRDACPI 42302E31 AWRD 1010101)
ACPI: DSDT 7FFF3180, 37B6 (r1 GBT AWRDACPI 1000 MSFT 100000C)
ACPI: FACS 7FFF0000, 0040
ACPI: MCFG 7FFF6A80, 003C (r1 GBT AWRDACPI 42302E31 AWRD 1010101)
ACPI: APIC 7FFF6980, 0084 (r1 GBT AWRDACPI 42302E31 AWRD 1010101)
ACPI: SSDT 7FFF6B00, 015C (r1 PmRef Cpu0Ist 3000 INTL 20040311)
ACPI: SSDT 7FFF6F90, 0275 (r1 PmRef CpuPm 3000 INTL 20040311)
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:15 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 6:15 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, 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 88000000 (gap: 80000000:70000000)
Built 1 zonelists. Total pages: 520177
Kernel command line: root=/dev/sda3 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)
Detected 1866.722 MHz processor.
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: 2071188k/2097088k available (1781k kernel code, 24576k reserved, 727k data, 228k init, 1179584k 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 : 0xc037a000 - 0xc03b3000 ( 228 kB)
.data : 0xc02bd441 - 0xc03730d4 ( 727 kB)
.text : 0xc0100000 - 0xc02bd441 (1781 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 3736.27 BogoMIPS (lpj=7472559)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
using mwait in idle threads.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001
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
ACPI: Core revision 20070126
CPU0: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz stepping 02
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3733.59 BogoMIPS (lpj=7467194)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz stepping 02
Total of 2 processors activated (7469.87 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
migration_cost=15
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using MMCONFIG
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 0480-04bf claimed by ICH6 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
SCSI subsystem initialized
libata version 2.20 loaded.
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
NET: Registered protocol family 8
NET: Registered protocol family 20
pnp: 00:0a: ioport range 0x400-0x4bf could not be reserved
pnp: 00:0b: iomem range 0xf0000000-0xf3ffffff could not be reserved
pnp: 00:0c: iomem range 0xd2800-0xd3fff has been reserved
pnp: 00:0c: iomem range 0xf0000-0xf7fff could not be reserved
pnp: 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
pnp: 00:0c: iomem range 0xfc000-0xfffff could not be reserved
Time: tsc clocksource has been installed.
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: f4000000-f6ffffff
PREFETCH window: e0000000-efffffff
PCI: Bridge: 0000:00:1c.0
IO window: 9000-9fff
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.5
IO window: a000-bfff
MEM window: f7000000-f70fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: 8000-8fff
MEM window: disabled.
PREFETCH window: disabled.
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 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.5 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 4241k freed
audit: initializing netlink socket (disabled)
audit(1179948968.892: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)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:01:00.0
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.5 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.5:pcie00]
Allocate Port Service[0000:00:1c.5:pcie02]
Allocate Port Service[0000:00:1c.5:pcie03]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
ahci 0000:03:00.0: version 2.1
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
PCI: Setting latency timer of device 0000:03:00.0 to 64
scsi0 : ahci
scsi1 : ahci
ata1: SATA max UDMA/133 cmd 0xf881c100 ctl 0x00000000 bmdma 0x00000000 irq 0
ata2: SATA max UDMA/133 cmd 0xf881c180 ctl 0x00000000 bmdma 0x00000000 irq 0
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ata_hpa_resize 1: sectors = 156301488, hpa_sectors = 156301488
ata1.00: ATA-7: ST3808110AS, 2AAA, max UDMA/133
ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: ata_hpa_resize 1: sectors = 156301488, hpa_sectors = 156301488
ata1.00: configured for UDMA/133
ata2: SATA link down (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access ATA ST3808110AS 2AAA PQ: 0 ANSI: 5
ata_piix 0000:00:1f.2: version 2.11
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001f000 irq 14
ata4: SATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001f008 irq 15
ATA: abnormal status 0x7F on port 0x000101f7
ATA: abnormal status 0x7F on port 0x00010177
ata_piix 0000:00:1f.5: MAP [ P0 P2 P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.5 to 64
scsi4 : ata_piix
scsi5 : ata_piix
ata5: SATA max UDMA/133 cmd 0x0001d800 ctl 0x0001dc02 bmdma 0x0001e800 irq 0
ata6: SATA max UDMA/133 cmd 0x0001e000 ctl 0x0001e402 bmdma 0x0001e808 irq 0
ATA: abnormal status 0x7F on port 0x0001d807
ATA: abnormal status 0x7F on port 0x0001e007
ACPI: PCI Interrupt 0000:03:00.1[B] -> GSI 18 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:03:00.1 to 64
scsi6 : pata_jmicron
scsi7 : pata_jmicron
ata7: PATA max UDMA/100 cmd 0x0001a000 ctl 0x0001a402 bmdma 0x0001b000 irq 0
ata8: PATA max UDMA/100 cmd 0x0001a800 ctl 0x0001ac02 bmdma 0x0001b008 irq 0
ata7.00: ATAPI, max UDMA/66
ata7.01: ata_hpa_resize 1: sectors = 160086528, hpa_sectors = 160086528
ata7.01: ATA-7: Maxtor 6L080P0, BAJ41G20, max UDMA/133
ata7.01: 160086528 sectors, multi 0: LBA48
ata7.00: configured for UDMA/66
ata7.01: ata_hpa_resize 1: sectors = 160086528, hpa_sectors = 160086528
ata7.01: configured for UDMA/100
ATA: abnormal status 0x7F on port 0x0001a807
scsi 6:0:0:0: CD-ROM ASUS DRW-1608P3S 1.24 PQ: 0 ANSI: 5
scsi 6:0:1:0: Direct-Access ATA Maxtor 6L080P0 BAJ4 PQ: 0 ANSI: 5
PNP: PS/2 Controller [PNP0f13:PS2M] at 0x60,0x64 irq 12
PNP: PS/2 controller doesn't have KBD irq; using default 1
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX 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
Starting balanced_irq
Using IPI No-Shortcut mode
Freeing unused kernel memory: 228k freed
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: Processor [CPU0] (supports 2 throttling states)
ACPI: SSDT 7FFF6F00, 0087 (r1 PmRef Cpu1Ist 3000 INTL 20040311)
ACPI: Processor [CPU1] (supports 2 throttling states)
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not present [20070126]
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
sd 6:0:1:0: [sdb] 160086528 512-byte hardware sectors (81964 MB)
sd 6:0:1:0: [sdb] Write Protect is off
sd 6:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 6:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 6:0:1:0: [sdb] 160086528 512-byte hardware sectors (81964 MB)
sd 6:0:1:0: [sdb] Write Protect is off
sd 6:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 6:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb:<6>usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sdb4
ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1a.7 to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
PCI: cache line size of 32 is not supported by device 0000:00:1a.7
ehci_hcd 0000:00:1a.7: irq 19, io mem 0xf7100000
ehci_hcd 0000:00:1a.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: 4 ports detected
sdb4: <openbsd:<6>USB Universal Host Controller Interface driver v3.0
>
sd 6:0:1:0: [sdb] Attached SCSI disk
ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1a.0 to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c400
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:1a.1[B] -> GSI 21 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1a.1 to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.1: irq 20, io base 0x0000c000
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.0[A] -> GSI 23 (level, low) -> IRQ 21
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 4
uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000c800
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.1[B] -> GSI 19 (level, low) -> IRQ 18
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 5
uhci_hcd 0000:00:1d.1: irq 18, io base 0x0000cc00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
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 6
uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000d000
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 21
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 7
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 21, io mem 0xf7101000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 6 ports detected
Attempting manual resume
sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 6:0:0:0: Attached scsi CD-ROM sr0
Linux agpgart interface v0.102 (c) Dave Jones
agpgart: Detected an Intel 965G Chipset.
agpgart: AGP aperture is 256M @ 0x0
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 6:0:0:0: Attached scsi generic sg1 type 5
sd 6:0:1:0: Attached scsi generic sg2 type 0
input: PC Speaker as /class/input/input1
Real Time Clock Driver v1.12ac
parport_pc 00:08: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 19
Adding 2000084k swap on /dev/sda2. Priority:-1 extents:1 across:2000084k
input: ImExPS/2 Generic Explorer Mouse as /class/input/input2
loop: module loaded
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
input: Power Button (FF) as /class/input/input3
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input4
ACPI: Power Button (CM) [PWRB]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
tsdev (compaq touchscreen emulation) is scheduled for removal.
See Documentation/feature-removal-schedule.txt for details.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-05-23 12:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 0:48 JMicron JMB361 sporadically failing to initialize from at least 2.6.18.4 to 2.6.22-rc2 Andrew Paprocki
2007-05-22 0:56 ` Jeff Garzik
2007-05-22 1:07 ` Alan Cox
2007-05-23 5:48 ` Andrew Paprocki
-- strict thread matches above, loose matches on Subject: below --
2007-05-22 2:15 ethanhsiao
2007-05-23 12:06 ethanhsiao
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.