On 2/11/07, Tejun Heo <[EMAIL PROTECTED]> wrote:
Please test the attached patch over 2.6.20.
No luck for me. I'm using pata_sis. Some error bits:
agpgart: Found an AGP 3.0 compliant device at :00:00.0.
agpgart: Putting AGP V3 device at :00:00.0 into 16x mode
agpgart: SiS delay workarou
Joel Soete wrote:
> Ok comparing the content of the original image:
> # mount -t iso9660 -o ro -o loop /MultiCd/cd060213.iso /mnt/cd
> # find /mnt/cd -type f -exec md5sum {} \;
> 37149d4961c0484f2cceb1a1614b253d /mnt/cd/boot.cat
> 4ab996554b0e7ade115a3f284b876612 /mnt/cd/boot.msg
> fbdc51c29d54dd
> [snip]
> >
> > Hmm, readcd was trying to read 279884 blocks, while cdrecord said it
> > wrote 279882 blocks.
> >
> yes and seems to be always the same:
> with new burned cd I got:
> # ll /MultiCd/cd060213.iso
> -rwxr-xr-x 1 root root 3213312 Feb 13 2006 /MultiCd/cd060213.iso
>
> i.e. 3213312/
[snip]
Hmm, readcd was trying to read 279884 blocks, while cdrecord said it
wrote 279882 blocks.
yes and seems to be always the same:
with new burned cd I got:
# ll /MultiCd/cd060213.iso
-rwxr-xr-x 1 root root 3213312 Feb 13 2006 /MultiCd/cd060213.iso
i.e. 3213312/2048 == 1569
while:
readcd
On Sat, Feb 17, 2007 at 11:33:53AM +, Joel Soete wrote:
> Hello Lennart,
>
> Lennart Sorensen wrote:
> >On Tue, Feb 13, 2007 at 05:35:32PM +, Joel Soete wrote:
> >>A small update:
> >>your patch also works against 2.6.20
> >>
> >>but seems that open the door to numerous other pb:
> >>1/ pb
On Saturday 17 February 2007 13:07, Joel Soete wrote:
>
> Bartlomiej Zolnierkiewicz wrote:
> > Hi,
> >
> > On Tuesday 13 February 2007 18:35, Joel Soete wrote:
> >
> >> scsi3 : ata_piix
> >> ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA
> >> ata1.00: ata1: dev 0 multi count 16
> >> ata1.00
Bartlomiej Zolnierkiewicz wrote:
Hi,
On Tuesday 13 February 2007 18:35, Joel Soete wrote:
scsi3 : ata_piix
ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA
ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/33
<...>
scsi 3:0:0:0: Direct-Access ATA QUANTUM FIREBAL
Hello Lennart,
Lennart Sorensen wrote:
On Tue, Feb 13, 2007 at 05:35:32PM +, Joel Soete wrote:
A small update:
your patch also works against 2.6.20
but seems that open the door to numerous other pb:
1/ pb to burn cd:
# md5sum cd060213.iso
6a1248783a21722816b972aa9bae9d5e cd060213.iso
# l
Hello Tejun,
Sorry for delay but I was a bit busy this week.
Tejun Heo wrote:
Hello, Joel.
Joel Soete wrote:
A small update:
your patch also works against 2.6.20
Glad to hear that.
but seems that open the door to numerous other pb:
1/ pb to burn cd:
# md5sum cd060213.iso
6a1248783a2172281
On Tue, Feb 13, 2007 at 05:35:32PM +, Joel Soete wrote:
> A small update:
> your patch also works against 2.6.20
>
> but seems that open the door to numerous other pb:
> 1/ pb to burn cd:
> # md5sum cd060213.iso
> 6a1248783a21722816b972aa9bae9d5e cd060213.iso
>
> # ll cd060213.iso
> -rwxr-xr
Hello, Joel.
Joel Soete wrote:
A small update:
your patch also works against 2.6.20
Glad to hear that.
but seems that open the door to numerous other pb:
1/ pb to burn cd:
# md5sum cd060213.iso
6a1248783a21722816b972aa9bae9d5e cd060213.iso
# ll cd060213.iso
-rwxr-xr-x 1 root root 3213312 F
> Could you send me output of "hdparm --Istdout /dev/sdc" command?
Ditto - if this is one of the odd few quantums that need compile time
hacks in the old IDE its also one we need to do runtime handling for in
*both*.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the
Hi,
On Tuesday 13 February 2007 18:35, Joel Soete wrote:
> scsi3 : ata_piix
> ata1.00: ATA-4, max UDMA/66, 29336832 sectors: LBA
> ata1.00: ata1: dev 0 multi count 16
> ata1.00: configured for UDMA/33
<...>
> scsi 3:0:0:0: Direct-Access ATA QUANTUM FIREBALL A03. PQ: 0 ANSI: 5
IDE dri
Hello Tejun,
A small update:
your patch also works against 2.6.20
but seems that open the door to numerous other pb:
1/ pb to burn cd:
# md5sum cd060213.iso
6a1248783a21722816b972aa9bae9d5e cd060213.iso
# ll cd060213.iso
-rwxr-xr-x 1 root root 3213312 Feb 13 2006 cd060213.iso
# dd if=/dev/sr
Tejun Heo wrote:
Please test the attached patch over 2.6.20.
Thanks.
It's already too late so quick and dirty rebuild of 2.6.20-git6 (failled before
your patch) but now your patch fixe the pb:
[snip]
ata_piix :00:07.1: version 2.00ac7
ata1: PATA max UDMA/33 cmd 0x000101f0 ctl 0x000103f6
Please test the attached patch over 2.6.20.
Thanks.
--
tejun
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 667acd2..d6fcf0a 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1478,7 +1478,16 @@ int ata_dev_read_id(struct ata_device *dev, unsigne
Luming Yu wrote:
Does acpi=off make cdrom work?
Unfortunately not :_(
(for more details I attached a compressed dmesg trace?)
Thanks,
Joel
On 1/27/07, Joel Soete <[EMAIL PROTECTED]> wrote:
Hello all,
I just tested libata with this newest 2.6.20-rc6 but no changes ;-(
Any news?
Does acpi=off make cdrom work?
On 1/27/07, Joel Soete <[EMAIL PROTECTED]> wrote:
Hello all,
I just tested libata with this newest 2.6.20-rc6 but no changes ;-(
Any news?
Thanks,
Joel
Joel Soete wrote:
> Hello Tejun,
>
> Tejun Heo wrote:
>> Joel Soete wrote:
>>> Hello Alan, Jeff,
>>>
Hello all,
I just tested libata with this newest 2.6.20-rc6 but no changes ;-(
Any news?
Thanks,
Joel
Joel Soete wrote:
Hello Tejun,
Tejun Heo wrote:
Joel Soete wrote:
Hello Alan, Jeff,
Reading a paper on this new libata, I just want to try but failled yet
for what said this threa
19 matches
Mail list logo