Re: libata [ata_piix] still no resume from S3 ?

2007-07-19 Thread Tejun Heo
Rúben Fonseca wrote: > I wish I could disable this card reader. It is built in on the hardware, > and there are no drivers for Linux. There is no option on the BIOS to > disable the device. Is there any way (kernel parameters, magic program, > etc) to disable this device without opening my laptop t

[PATCH 2.6.22-git13] libata: add ST9160821AS 3.CLF to NONCQ blacklist

2007-07-19 Thread Tejun Heo
Yay, the first one from Seagate. 3.ALC firmware is okay. This was reported by Sam Freed on bugzilla bug 8759. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed-off-by: Sam Freed <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/at

Re: pata_via with software raid1: "attempt to access beyond end of device"

2007-07-19 Thread Dâniel Fraga
On Thu, 19 Jul 2007 21:25:24 -0300 Dâniel Fraga <[EMAIL PROTECTED]> wrote: > Thank you very much. Neil Brown from raid mailing-list asked me to: [EMAIL PROTECTED] ~$ sudo od -D -j 65536 -N 4 /dev/md1 Password: 020 19410528 024 Then multiply 19410528 by 4 which is

Re: pata_via with software raid1: "attempt to access beyond end of device"

2007-07-19 Thread Dâniel Fraga
On Fri, 20 Jul 2007 00:17:14 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > Are their host protected areas on the two disks ? I don't know, but hdparm returns this: /dev/sda: ATA device, with non-removable media Model Number: ST3802110A S

Re: pata_via with software raid1: "attempt to access beyond end of device"

2007-07-19 Thread Alan Cox
On Wed, 18 Jul 2007 23:23:19 -0300 Dâniel Fraga <[EMAIL PROTECTED]> wrote: > Linux 2.6.22 > Intel(R) Celeron(R) CPU 2.26GHz > 00:0f.1 IDE interface: VIA Technologies, Inc. > VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06) > Reiserfs3 > > I have 2 PATA HDs and they a

Re: [Bugme-new] [Bug 8784] New: ata_piix cannot see ICHx IDE devices

2007-07-19 Thread Andrew Morton
On Thu, 19 Jul 2007 13:16:27 -0700 (PDT) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8784 > >Summary: ata_piix cannot see ICHx IDE devices >Product: IO/Storage >Version: 2.5 > KernelVersion: 2.6.22 > Platform: All >

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Michal Piotrowski
On 19/07/07, Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: On Thursday 19 July 2007, Michal Piotrowski wrote: > IDE > > Subject : compile error if CONFIG_BLOCK not enabled related to linux/ide.h include > References : http://lkml.org/lkml/2007/7/18/11 > Last known good : ? >

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Bartlomiej Zolnierkiewicz
On Thursday 19 July 2007, Michal Piotrowski wrote: > IDE > > Subject : compile error if CONFIG_BLOCK not enabled related to > linux/ide.h include > References : http://lkml.org/lkml/2007/7/18/11 > Last known good : ? > Submitter : Kumar Gala <[EMAIL PROTECTED]> > Caused-By

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Michal Piotrowski
On 19/07/07, Satyam Sharma <[EMAIL PROTECTED]> wrote: > Subject : ext4 build warnings > References : http://lkml.org/lkml/2007/7/18/420 > Last known good : ? > Submitter : Jeff Garzik <[EMAIL PROTECTED]> > Caused-By : ? > Handled-By : Mingming Cao <[EMAIL PROTECTED]>

Re: shutdown problem with 2.6.22 and debian 4.0

2007-07-19 Thread Jindrich Makovicka
On Sat, 14 Jul 2007 13:10:35 +0900 Tejun Heo <[EMAIL PROTECTED]> wrote: > Daniel Filipiuk wrote: > > Hello, I have a doubt... I have Debian 4.0 and the kernel 2.6.22 > > compiled by me, and now when I shutdown my machine, appears a > > message telling that the devices (/dev/sda5 , 6 and so on..) a

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Mingming Caoc
Satyam Sharma wrote: Subject : ext4 build warnings References : http://lkml.org/lkml/2007/7/18/420 Last known good : ? Submitter : Jeff Garzik <[EMAIL PROTECTED]> Caused-By : ? Handled-By : Mingming Cao <[EMAIL PROTECTED]> Status : unknown Mingming Cao fix

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Satyam Sharma
Subject : ext4 build warnings References : http://lkml.org/lkml/2007/7/18/420 Last known good : ? Submitter : Jeff Garzik <[EMAIL PROTECTED]> Caused-By : ? Handled-By : Mingming Cao <[EMAIL PROTECTED]> Status : unknown Mingming Cao fixed this: http://lkml.

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Greg KH
On Thu, Jul 19, 2007 at 06:34:55PM +0200, Michal Piotrowski wrote: > SYSFS > > Subject : sysfs root link count broken in 2.6.22-git5 > References : http://lkml.org/lkml/2007/7/15/62 > Last known good : ? > Submitter : Jean Delvare <[EMAIL PROTECTED]> > Caused-By : ? > Hand

Re: [2/2] 2.6.22-git: known regressions

2007-07-19 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.22-git. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk3 Andi Kleen

Re: libata [ata_piix] still no resume from S3 ?

2007-07-19 Thread Rúben Fonseca
On Thu, 19 Jul 2007, Tejun Heo wrote: > Rúben Fonseca wrote: > > On Wed, 18 Jul 2007, Tejun Heo wrote: > > > >>> irq 23: nobody cared (try booting with the "irqpool" option) > >>> __report_bad_irq > >>> note_interrupt > >>> handle_IRQ_event > >>> handle_fasteoi_irq > >>> do_IRQ > >>> do_IRQ

Re: libata [ata_piix] still no resume from S3 ?

2007-07-19 Thread Tejun Heo
Rúben Fonseca wrote: > On Wed, 18 Jul 2007, Tejun Heo wrote: > >>> irq 23: nobody cared (try booting with the "irqpool" option) >>> __report_bad_irq >>> note_interrupt >>> handle_IRQ_event >>> handle_fasteoi_irq >>> do_IRQ >>> do_IRQ >>> irq_exit >>> smp_acpi_timer >>> common_interrupt >>

Re: libata [ata_piix] still no resume from S3 ?

2007-07-19 Thread Rúben Fonseca
On Wed, 18 Jul 2007, Tejun Heo wrote: > > irq 23: nobody cared (try booting with the "irqpool" option) > > __report_bad_irq > > note_interrupt > > handle_IRQ_event > > handle_fasteoi_irq > > do_IRQ > > do_IRQ > > irq_exit > > smp_acpi_timer > > common_interrupt > > acpi_pm_read > > getn

Re: [RFT][PATCH v7] sata_mv: convert to new EH

2007-07-19 Thread Pasi Kärkkäinen
On Wed, Jul 18, 2007 at 09:40:33AM -0700, dean gaudet wrote: > On Wed, 18 Jul 2007, Pasi Kärkkäinen wrote: > > > What brand/model your sata_mv controller is? Would be nice to know to be > > able to get a "known-to-work" one.. > > http://supermicro.com/products/accessories/addon/AoC-SAT2-MV8.cfm

Re: Possible data corruption sata_sil24?

2007-07-19 Thread Tejun Heo
David Shaw wrote: >> I'm not sure whether this is problem of sata_sil24 or dm layer. Cc'ing >> linux-raid for help. How much memory do you have? One big difference >> between ata_piix and sata_sil24 is that sil24 can handle 64bit DMA. >> Maybe dma mapping or something interacts weirdly with dm t

Re: ALi SATA problem

2007-07-19 Thread Tejun Heo
Pavel Mateja wrote: >> Sigh... The controller is telling the driver that "there's something >> going on this port (hotplug event), please take look". Can you try >> hotplug some device at those ports and report the resulting kernel log? > > Hotplug was working in cca 1 of 8 attemps. Can you atta

Re: ata bustage with CONFIG_PM=n

2007-07-19 Thread Tejun Heo
Andrew Morton wrote: > ahci_port_start() calls ahci_port_resume() which doesn't exist if !CONFIG_PM. > Patch already sent Jeff's way. -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

ata bustage with CONFIG_PM=n

2007-07-19 Thread Andrew Morton
ahci_port_start() calls ahci_port_resume() which doesn't exist if !CONFIG_PM. - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html