Re: [2.6.23-rc1] ata_piix: EH pending after completion, repeating EH (cnt=4)

2007-07-30 Thread Tejun Heo
Mikael Pettersson wrote: Sure, here are the boot messages with the newer debug patch: Of course I missed again. Here's yet another debug patch. Sorry about the trouble. -- tejun diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 6001aae..0b03a6f 100644 ---

Re: ATA scsi driver misbehavior under kdump capture kernel

2007-07-30 Thread Tejun Heo
Hello, Cliff. Cliff Wickman wrote: I've run into a problem with the ATA SCSI disk driver when running in a kdump dump-capture kernel. I'm running on 2-processor x86_64 box. It has 2 scsi disks, /dev/sda and /dev/sdb My kernel is 2.6.22, and built to be a dump capturing kernel loaded by

Re: [PATCH libata-dev#upstream 3/3] libata: implement and use ata_port_desc() to report port configuration

2007-07-30 Thread Alan Cox
SFF init helpers and ata_host_activate() automatically add descriptions for addresses and irq respectively, so only LLDs which isn't standard SFF need to add custom descriptions. In many cases, such controllers need to report different things anyway. Signed-off-by: Tejun Heo [EMAIL

Re: [2.6.23-rc1] ata_piix: EH pending after completion, repeating EH (cnt=4)

2007-07-30 Thread Mikael Pettersson
On Mon, 30 Jul 2007 16:52:01 +0900, Tejun Heo wrote: Mikael Pettersson wrote: Sure, here are the boot messages with the newer debug patch: Of course I missed again. Here's yet another debug patch. Sorry about the trouble. No problem. Here's the kernel messages with the 3rd version of the

Re: [PATCH] ide: add cable detection for early UDMA66 devices (take 2)

2007-07-30 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: * Move ide_in_drive_list() from ide-dma.c to ide-iops.c. * Add ivb_list[] table for listening early UDMA66 devices which don't conform to ATA4 standard wrt cable detection (bit14 is zero, only bit13 is valid) and use only device side cable

Re: Time Problems with 2.6.23-rc1-gf695baf2

2007-07-30 Thread Michal Piotrowski
Hi Eric, On 26/07/07, Eric Sesterhenn / Snakebyte [EMAIL PROTECTED] wrote: * Len Brown ([EMAIL PROTECTED]) wrote: [ 13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126] [ 13.507101] ACPI Exception (processor_throttling-0147):

Re: [patch 2/4] Expose Power Management Policy option to users

2007-07-30 Thread Jeff Garzik
Kristen Carlson Accardi wrote: @@ -42,6 +42,16 @@ enum scsi_eh_timer_return { EH_RESET_TIMER, }; +/* + * shost pm policy: If you alter this, you also need to alter scsi_sysfs.c + * (for the ascii descriptions) + */ +enum scsi_host_link_pm { + SHOST_NOT_AVAILABLE, +

Re: [Qemu-devel] fedora 7, cdrom and GPCMD_GET_EVENT_STATUS_NOTIFICATION

2007-07-30 Thread Matthew Kent
[cc'ing the linux-ide list if they have any suggestions as to possible causes, original post http://marc.info/?l=qemu-develm=118557513905049w=2 ] On Mon, 2007-30-07 at 00:21 -0500, dmc wrote: Matthew Kent wrote: Been digging around for a solution or confirmation of this for a while now

[PATCHSET/RFC] Refactor block layer to improve support for stacked devices.

2007-07-30 Thread Neil Brown
Hi, I have just sent a patch-set to linux-kernel that touches quite a number of block device drives, with particular relevance to md and dm. Rather than fill lots of peoples mailboxes multiple times (35 patches in the set), I only sent the full set to linux-kernel, and am just sending this

Re: errors on shutdown with PMP

2007-07-30 Thread Marc Bejarano
At 03:33 7/28/2007, Tejun Heo wrote: Device times out write. odd that it would be able to be part of an lv's filesystem that had hundreds of gigabytes recently written to it and then choke on flushing during shutdown. And then never comes back. asleep at the wheel ;) Please post the result

Re: errors on shutdown with PMP

2007-07-30 Thread Tejun Heo
Marc Bejarano wrote: At 03:33 7/28/2007, Tejun Heo wrote: Device times out write. odd that it would be able to be part of an lv's filesystem that had hundreds of gigabytes recently written to it and then choke on flushing during shutdown. And then never comes back. asleep at the wheel