* SiI3112 Serial ATA - no response on boot
@ 2004-05-11 18:52 Marcin Garski
2004-05-11 19:05 ` Marco Adurno
2004-05-11 19:06 ` Marco Adurno
0 siblings, 2 replies; 6+ messages in thread
From: Marcin Garski @ 2004-05-11 18:52 UTC (permalink / raw)
To: linux-kernel
[Please CC me on replies, I am not subscribed to the list, thanks]
Hi,
I have a Abit NF7-S V2.0 mainboard (nForce2 chipset + SiI3112 SATA),
with Seagate S-ATA connected to Sil3112.
During boot i get following messages:
SiI3112 Serial ATA: IDE controller at PCI slot 0000:01:0b.0
SiI3112 Serial ATA: chipset revision 2
SiI3112 Serial ATA: 100% native mode on irq 11
ide2: MMIO-DMA , BIOS settings: hde:pio, hdf:pio
ide3: MMIO-DMA , BIOS settings: hdg:pio, hdh:pio
hde: ST380013AS, ATA DISK drive
ide2 at 0xe083c080-0xe083c087,0xe083c08a on irq 11
hdg: no response (status = 0xfe)
hdg: no response (status = 0xfe), resetting drive
hdg: no response (status = 0xfe)
Each "no response" message delays booting about 20 seconds.
I don't have any device connected to hdg.
I was wondering how to speed up booting, because this "hdg: no response
(status = 0xfe), resetting drive" info is little irritating?
I'm running on 2.6.6 kernel (on 2.6.4 this "no response" messages also
appear).
--
Best Regards
Marcin Garski
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SiI3112 Serial ATA - no response on boot
2004-05-11 18:52 SiI3112 Serial ATA - no response on boot Marcin Garski
@ 2004-05-11 19:05 ` Marco Adurno
2004-05-12 16:51 ` Marcin Garski
2004-05-11 19:06 ` Marco Adurno
1 sibling, 1 reply; 6+ messages in thread
From: Marco Adurno @ 2004-05-11 19:05 UTC (permalink / raw)
To: garski; +Cc: linux-kernel
I've got the same problem some time ago.
You have just to appen the string
hdg=none
in your boot loader config file
Marcin Garski wrote:
> [Please CC me on replies, I am not subscribed to the list, thanks]
> Hi,
>
> I have a Abit NF7-S V2.0 mainboard (nForce2 chipset + SiI3112 SATA),
> with Seagate S-ATA connected to Sil3112.
>
> During boot i get following messages:
> SiI3112 Serial ATA: IDE controller at PCI slot 0000:01:0b.0
> SiI3112 Serial ATA: chipset revision 2
> SiI3112 Serial ATA: 100% native mode on irq 11
> ide2: MMIO-DMA , BIOS settings: hde:pio, hdf:pio
> ide3: MMIO-DMA , BIOS settings: hdg:pio, hdh:pio
> hde: ST380013AS, ATA DISK drive
> ide2 at 0xe083c080-0xe083c087,0xe083c08a on irq 11
> hdg: no response (status = 0xfe)
> hdg: no response (status = 0xfe), resetting drive
> hdg: no response (status = 0xfe)
>
> Each "no response" message delays booting about 20 seconds.
> I don't have any device connected to hdg.
> I was wondering how to speed up booting, because this "hdg: no response
> (status = 0xfe), resetting drive" info is little irritating?
> I'm running on 2.6.6 kernel (on 2.6.4 this "no response" messages also
> appear).
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SiI3112 Serial ATA - no response on boot
2004-05-11 18:52 SiI3112 Serial ATA - no response on boot Marcin Garski
2004-05-11 19:05 ` Marco Adurno
@ 2004-05-11 19:06 ` Marco Adurno
1 sibling, 0 replies; 6+ messages in thread
From: Marco Adurno @ 2004-05-11 19:06 UTC (permalink / raw)
To: garski; +Cc: linux-kernel
Please,
consider also to upgrade to libata driver.
Marcin Garski wrote:
> [Please CC me on replies, I am not subscribed to the list, thanks]
> Hi,
>
> I have a Abit NF7-S V2.0 mainboard (nForce2 chipset + SiI3112 SATA),
> with Seagate S-ATA connected to Sil3112.
>
> During boot i get following messages:
> SiI3112 Serial ATA: IDE controller at PCI slot 0000:01:0b.0
> SiI3112 Serial ATA: chipset revision 2
> SiI3112 Serial ATA: 100% native mode on irq 11
> ide2: MMIO-DMA , BIOS settings: hde:pio, hdf:pio
> ide3: MMIO-DMA , BIOS settings: hdg:pio, hdh:pio
> hde: ST380013AS, ATA DISK drive
> ide2 at 0xe083c080-0xe083c087,0xe083c08a on irq 11
> hdg: no response (status = 0xfe)
> hdg: no response (status = 0xfe), resetting drive
> hdg: no response (status = 0xfe)
>
> Each "no response" message delays booting about 20 seconds.
> I don't have any device connected to hdg.
> I was wondering how to speed up booting, because this "hdg: no response
> (status = 0xfe), resetting drive" info is little irritating?
> I'm running on 2.6.6 kernel (on 2.6.4 this "no response" messages also
> appear).
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SiI3112 Serial ATA - no response on boot
2004-05-11 19:05 ` Marco Adurno
@ 2004-05-12 16:51 ` Marcin Garski
2004-05-12 17:26 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 6+ messages in thread
From: Marcin Garski @ 2004-05-12 16:51 UTC (permalink / raw)
To: linux-kernel
[Please CC me on replies, I am not subscribed to the list, thanks]
Marco Adurno wrote:
> I've got the same problem some time ago.
> You have just to appen the string
> hdg=none
> in your boot loader config file
Thanks, that's working.
But isn't that a workaround for problem with probe (on NON SATA HDD
probe don't generate such errors) that should be fixed somehow?
> Marcin Garski wrote:
> >
> > Hi,
> >
> > I have a Abit NF7-S V2.0 mainboard (nForce2 chipset + SiI3112
> > SATA), with Seagate S-ATA connected to Sil3112.
> >
> > During boot i get following messages:
> > SiI3112 Serial ATA: IDE controller at PCI slot 0000:01:0b.0
> > SiI3112 Serial ATA: chipset revision 2
> > SiI3112 Serial ATA: 100% native mode on irq 11
> > ide2: MMIO-DMA , BIOS settings: hde:pio, hdf:pio
> > ide3: MMIO-DMA , BIOS settings: hdg:pio, hdh:pio
> > hde: ST380013AS, ATA DISK drive
> > ide2 at 0xe083c080-0xe083c087,0xe083c08a on irq 11
> > hdg: no response (status = 0xfe)
> > hdg: no response (status = 0xfe), resetting drive
> > hdg: no response (status = 0xfe)
> >
> > Each "no response" message delays booting about 20 seconds.
> > I don't have any device connected to hdg.
> > I was wondering how to speed up booting, because this "hdg: no
> > response (status = 0xfe), resetting drive" info is little
> > irritating? I'm running on 2.6.6 kernel (on 2.6.4 this "no
> > response" messages also appear).
--
Best Regards
Marcin Garski
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SiI3112 Serial ATA - no response on boot
2004-05-12 16:51 ` Marcin Garski
@ 2004-05-12 17:26 ` Bartlomiej Zolnierkiewicz
2004-05-12 18:14 ` Marcin Garski
0 siblings, 1 reply; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-05-12 17:26 UTC (permalink / raw)
To: garski; +Cc: linux-kernel
On Wednesday 12 of May 2004 18:51, Marcin Garski wrote:
> [Please CC me on replies, I am not subscribed to the list, thanks]
>
> Marco Adurno wrote:
> > I've got the same problem some time ago.
> > You have just to appen the string
> > hdg=none
> > in your boot loader config file
>
> Thanks, that's working.
> But isn't that a workaround for problem with probe (on NON SATA HDD
> probe don't generate such errors) that should be fixed somehow?
Yes, feel free to fix it. ;-)
> > Marcin Garski wrote:
> > > Hi,
> > >
> > > I have a Abit NF7-S V2.0 mainboard (nForce2 chipset + SiI3112
> > > SATA), with Seagate S-ATA connected to Sil3112.
> > >
> > > During boot i get following messages:
> > > SiI3112 Serial ATA: IDE controller at PCI slot 0000:01:0b.0
> > > SiI3112 Serial ATA: chipset revision 2
> > > SiI3112 Serial ATA: 100% native mode on irq 11
> > > ide2: MMIO-DMA , BIOS settings: hde:pio, hdf:pio
> > > ide3: MMIO-DMA , BIOS settings: hdg:pio, hdh:pio
> > > hde: ST380013AS, ATA DISK drive
> > > ide2 at 0xe083c080-0xe083c087,0xe083c08a on irq 11
> > > hdg: no response (status = 0xfe)
> > > hdg: no response (status = 0xfe), resetting drive
> > > hdg: no response (status = 0xfe)
> > >
> > > Each "no response" message delays booting about 20 seconds.
> > > I don't have any device connected to hdg.
> > > I was wondering how to speed up booting, because this "hdg: no
> > > response (status = 0xfe), resetting drive" info is little
> > > irritating? I'm running on 2.6.6 kernel (on 2.6.4 this "no
> > > response" messages also appear).
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SiI3112 Serial ATA - no response on boot
2004-05-12 17:26 ` Bartlomiej Zolnierkiewicz
@ 2004-05-12 18:14 ` Marcin Garski
0 siblings, 0 replies; 6+ messages in thread
From: Marcin Garski @ 2004-05-12 18:14 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel
[Please CC me on replies, I am not subscribed to the list, thanks]
Bartlomiej Zolnierkiewicz wrote:
> > Marco Adurno wrote:
> > > I've got the same problem some time ago.
> > > You have just to appen the string
> > > hdg=none
> > > in your boot loader config file
> >
> > Thanks, that's working.
> > But isn't that a workaround for problem with probe (on NON SATA HDD
> > probe don't generate such errors) that should be fixed somehow?
>
> Yes, feel free to fix it. ;-)
Maybe in future. Now i'am learning how to hack kernel (i would like to
write or fix some device driver, like you :) ) but currently i'm a
total newbie :(
--
Best Regards
Marcin Garski
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-05-12 18:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-11 18:52 SiI3112 Serial ATA - no response on boot Marcin Garski
2004-05-11 19:05 ` Marco Adurno
2004-05-12 16:51 ` Marcin Garski
2004-05-12 17:26 ` Bartlomiej Zolnierkiewicz
2004-05-12 18:14 ` Marcin Garski
2004-05-11 19:06 ` Marco Adurno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox