Re: [git patches] libata update

2007-10-25 Thread Tejun Heo
Jeff Garzik wrote: > Andrey Borzenkov wrote: >> Jeff Garzik wrote: >> >>> * Asynchronous notification -- finally userspace CD-ROM polling can go >>> away! >>> (NOTE: waiting on James B to apply the piece that actually makes this >>> work...) >> >> Does it depend on hardware offering suitable su

Re: [git patches] libata update

2007-10-15 Thread Jeff Garzik
Bartlomiej Zolnierkiewicz wrote: On Friday 12 October 2007, Jeff Garzik wrote: [ I just sent this upstream to Andrew and Linus ] Now that I have nailed down the corruption problem, I can attend to this... Fun stuff: * port multiplier support (like an ethernet hub, only dumber) Great to see

Re: [git patches] libata update

2007-10-14 Thread Alan Cox
> ACPI Exception (exoparg2-0442): AE_AML_PACKAGE_LIMIT, Index > (0) is beyond end of object [20070126] > ACPI Error (psparse-0537): Method parse/execution failed > [\_SB_.PCI0.IDE0.GTM_] (Node 810100318a20), AE_AML_PACKAGE_LIMIT > ACPI Error (psparse-0537): Method parse/execution failed

Re: [git patches] libata update

2007-10-14 Thread Torsten Kaiser
On 10/12/07, Jeff Garzik <[EMAIL PROTECTED]> wrote: > [ I just sent this upstream to Andrew and Linus ] > * Turn on ACPI by default (watch for bug reports!). This should make > suspend/resume work a lot better. Bug report for 2.6.23-mm1: scsi8 : pata_amd scsi9 : pata_amd ata9: PATA max UDMA/133

Re: [git patches] libata update

2007-10-13 Thread Jeff Garzik
Andrey Borzenkov wrote: Jeff Garzik wrote: * Asynchronous notification -- finally userspace CD-ROM polling can go away! (NOTE: waiting on James B to apply the piece that actually makes this work...) Does it depend on hardware offering suitable support? What are chances for it to work on 5

Re: [git patches] libata update

2007-10-13 Thread Andrey Borzenkov
Jeff Garzik wrote: > * Asynchronous notification -- finally userspace CD-ROM polling can go > away! > (NOTE: waiting on James B to apply the piece that actually makes this > work...) Does it depend on hardware offering suitable support? What are chances for it to work on 5 years old DVD-ROM?

Re: [git patches] libata update

2007-10-12 Thread Bartlomiej Zolnierkiewicz
On Friday 12 October 2007, Jeff Garzik wrote: > > [ I just sent this upstream to Andrew and Linus ] > > Now that I have nailed down the corruption problem, I can attend to > this... Fun stuff: > > * port multiplier support (like an ethernet hub, only dumber) Great to see this here. > * Async

Re: [git patches] libata update

2007-10-12 Thread Luben Tuikov
You should run "git-update-server-info" in pub/scm/linux/kernel/git/jgarzik/libata-dev.git. info/refs disagrees with refs/heads/* . Luben --- Jeff Garzik <[EMAIL PROTECTED]> wrote: > > [ I just sent this upstream to Andrew and Linus ] > > Now that I have nailed down the corruption problem

[git patches] libata update

2007-10-12 Thread Jeff Garzik
[ I just sent this upstream to Andrew and Linus ] Now that I have nailed down the corruption problem, I can attend to this... Fun stuff: * port multiplier support (like an ethernet hub, only dumber) * Asynchronous notification -- finally userspace CD-ROM polling can go away! (NOTE: waiting o

[git patches] libata update

2005-09-08 Thread Jeff Garzik
Please pull from 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git to obtain the two changes described below: drivers/scsi/ata_piix.c | 10 +++-- drivers/scsi/sata_sis.c | 82 +--- 2 files changed, 77 i

[git patches] libata update

2005-09-05 Thread Jeff Garzik
Please pull from the 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git to receive some libata updates, described below. This does two vaguely notable things: * converts ATAPI from compile-time to runtime option, making it easier for people to test.