* 2.5.6-pre3 boot hangs in ide probing
@ 2002-03-09 8:12 Pierre Rousselet
2002-03-09 13:10 ` Martin Dalecki
0 siblings, 1 reply; 4+ messages in thread
From: Pierre Rousselet @ 2002-03-09 8:12 UTC (permalink / raw)
To: lkml
The motherboard is abit BE6 (4 ide, piix and hpt366) with a pIII coppermine.
For reference below is dmesg with a booting 2.5.6-pre2.
booting 2.5.6-pre3 hangs at :
........
Partition check:
/dev/ide/host2/bus0/target0/lun0: [PTBL] [1245/255/63] p1 p2 p3 p4
/dev/ide/host3/bus0/target0/lun0:
........
with hdg=noprobe, and even after un-plugging hdg, 2.5.6-pre3 hangs at :
........
ide2 at 0xcc00-0xcc07,0xd002 on irq 11
ide3 at 0xd800-0xd807,0xdc02 on irq 11
blk: queue c0255658, I/O limit 4095Mb (mask 0xffffffff)
........
(2.5.6-pre2)# dmesg
........
Uniform Multi-Platform E-IDE driver ver.:7.0.0
ide: system bus speed 33MHz
PCI device 8086:7111: IDE controller on PCI slot 00:07.1
PCI device 8086:7111: chipset revision 1
PCI device 8086:7111: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
PCI device 1103:0004: onboard version of chipset, pin1=1 pin2=2
PCI device 1103:0004: IDE controller on PCI slot 00:13.0
PCI: Found IRQ 11 for device 00:13.0
PCI: Sharing IRQ 11 with 00:13.1
PCI device 1103:0004: chipset revision 1
PCI device 1103:0004: not 100% native mode: will probe irqs later
ide2: BM-DMA at 0xd400-0xd407, BIOS settings: hde:pio, hdf:pio
PCI device 1103:0004: IDE controller on PCI slot 00:13.1
PCI: Found IRQ 11 for device 00:13.1
PCI: Sharing IRQ 11 with 00:13.0
PCI device 1103:0004: chipset revision 1
PCI device 1103:0004: not 100% native mode: will probe irqs later
ide3: BM-DMA at 0xe000-0xe007, BIOS settings: hdg:pio, hdh:pio
hdc: SAMSUNG DVD-ROM SD-616F, ATAPI CD/DVD-ROM drive
hde: ST310212A, ATA DISK drive
hdg: SAMSUNG SV0322A, ATA DISK drive
ide1 at 0x170-0x177,0x376 on irq 15
ide2 at 0xcc00-0xcc07,0xd002 on irq 11
ide3 at 0xd800-0xd807,0xdc02 on irq 11
blk: queue c0255658, I/O limit 4095Mb (mask 0xffffffff)
hde: 20005650 sectors (10243 MB) w/512KiB Cache, CHS=19846/16/63, UDMA(66)
blk: queue c0255c50, I/O limit 4095Mb (mask 0xffffffff)
hdg: 6250608 sectors (3200 MB) w/478KiB Cache, CHS=11024/9/63, UDMA(33)
Partition check:
/dev/ide/host2/bus0/target0/lun0: [PTBL] [1245/255/63] p1 p2 p3 p4
/dev/ide/host3/bus0/target0/lun0: p1
.......
Pierre
--
------------------------------------------------
Pierre Rousselet <pierre.rousselet@wanadoo.fr>
------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.6-pre3 boot hangs in ide probing
2002-03-09 8:12 2.5.6-pre3 boot hangs in ide probing Pierre Rousselet
@ 2002-03-09 13:10 ` Martin Dalecki
2002-03-09 14:37 ` Pierre Rousselet
0 siblings, 1 reply; 4+ messages in thread
From: Martin Dalecki @ 2002-03-09 13:10 UTC (permalink / raw)
To: Pierre Rousselet; +Cc: lkml
Pierre Rousselet wrote:
> The motherboard is abit BE6 (4 ide, piix and hpt366) with a pIII
> coppermine.
> For reference below is dmesg with a booting 2.5.6-pre2.
>
I observed the same on pre3. But the bug is not ide related,
since the plain ide patches applied on top of pre2 just worked.
(I happen to own the same hpt366 card as you.)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.6-pre3 boot hangs in ide probing
2002-03-09 13:10 ` Martin Dalecki
@ 2002-03-09 14:37 ` Pierre Rousselet
2002-03-09 20:58 ` Martin Dalecki
0 siblings, 1 reply; 4+ messages in thread
From: Pierre Rousselet @ 2002-03-09 14:37 UTC (permalink / raw)
To: Martin Dalecki; +Cc: lkml
Martin Dalecki wrote:
> Pierre Rousselet wrote:
>
>> The motherboard is abit BE6 (4 ide, piix and hpt366) with a pIII
>> coppermine.
>> For reference below is dmesg with a booting 2.5.6-pre2.
>>
>
> I observed the same on pre3. But the bug is not ide related,
> since the plain ide patches applied on top of pre2 just worked.
>
> (I happen to own the same hpt366 card as you.)
Thanks. 2.5.6 actually boots cleanly.
Pierre
--
------------------------------------------------
Pierre Rousselet <pierre.rousselet@wanadoo.fr>
------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.6-pre3 boot hangs in ide probing
2002-03-09 14:37 ` Pierre Rousselet
@ 2002-03-09 20:58 ` Martin Dalecki
0 siblings, 0 replies; 4+ messages in thread
From: Martin Dalecki @ 2002-03-09 20:58 UTC (permalink / raw)
To: Pierre Rousselet; +Cc: lkml, torvalds
Pierre Rousselet wrote:
> Martin Dalecki wrote:
>
>> Pierre Rousselet wrote:
>>
>>> The motherboard is abit BE6 (4 ide, piix and hpt366) with a pIII
>>> coppermine.
>>> For reference below is dmesg with a booting 2.5.6-pre2.
>>>
>>
>> I observed the same on pre3. But the bug is not ide related,
>> since the plain ide patches applied on top of pre2 just worked.
>>
>> (I happen to own the same hpt366 card as you.)
>
>
> Thanks. 2.5.6 actually boots cleanly.
>
> Pierre
Unfortunately my Athlon based system on 2.5.6 boots,
but I get tons of messages about unresolved symbols from
particular modules during X startup - which is a sign
for the fact that the recent memmory management changes
found between pre2 and pre3 are still hossed.
My intel based notebook however appears to be working.
(Im of course choosing the processor type on both systems...)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-03-09 20:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-09 8:12 2.5.6-pre3 boot hangs in ide probing Pierre Rousselet
2002-03-09 13:10 ` Martin Dalecki
2002-03-09 14:37 ` Pierre Rousselet
2002-03-09 20:58 ` Martin Dalecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox