All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Andrew Lyon <andrew.lyon@gmail.com>
Cc: Xen-devel <xen-devel@lists.xensource.com>,
	Aviv Grafi <aviv@neocleus.com>,
	Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: Re: pv_ops dom0 USB fixed
Date: Fri, 12 Dec 2008 09:06:49 -0800	[thread overview]
Message-ID: <49429A29.5000103@goop.org> (raw)
In-Reply-To: <f4527be0812120311i152f808eg5cb55b41dffe0aad@mail.gmail.com>

Andrew Lyon wrote:
> With 2.6.27 they are detected, and I notice the controller gets a different irq:
>
>  dmesg | grep -E "ata|scsi|ahci"
> PERCPU: Allocating 42976 bytes of per cpu data
> Memory: 3626568k/3847580k available (3374k kernel code, 212420k
> reserved, 1712k data, 288k init)
> libata version 3.00 loaded.
> ahci 0000:00:1f.2: version 3.0
> ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>   

Yes, that's OK.  In a dom0 kernel devices will generally get a different 
irq.  The important thing is that it has the same GSI (18, in this 
case).  In native linux irq == gsi, but in dom0 they're remapped (to 
make room for irqs for non-hardware events).

> ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x27 impl SATA mode
> ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems
> ahci 0000:00:1f.2: setting latency timer to 64
> scsi0 : ahci
> scsi1 : ahci
> scsi2 : ahci
> scsi3 : ahci
> scsi4 : ahci
> scsi5 : ahci
> ata1: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 18
>   

So this is where things start falling apart.  I'm guessing there's some 
DMA problem; either the drive isn't getting the right command, or we're 
not seeing a proper response.  I suspect the former, since the error 
message is a timeout rather than complains about bad data.

    J

  reply	other threads:[~2008-12-12 17:06 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 20:05 pv_ops dom0 USB fixed Jeremy Fitzhardinge
2008-12-10 20:39 ` Pasi Kärkkäinen
2008-12-10 20:48   ` Jeremy Fitzhardinge
2008-12-10 20:57     ` Pasi Kärkkäinen
2008-12-10 21:03     ` Andrew Lyon
2008-12-11 17:10       ` Andrew Lyon
2008-12-11 17:44         ` Pasi Kärkkäinen
2008-12-11 17:46           ` Jeremy Fitzhardinge
2008-12-10 22:48 ` Todd Deshane
2008-12-11  8:04   ` Jeremy Fitzhardinge
2008-12-11 16:50     ` Todd Deshane
2008-12-11 17:18       ` Todd Deshane
2008-12-11 18:20         ` Jeremy Fitzhardinge
2008-12-11 19:27           ` Todd Deshane
2008-12-11 18:21         ` Jeremy Fitzhardinge
2008-12-11 18:17       ` Jeremy Fitzhardinge
2008-12-11 19:47         ` Todd Deshane
2008-12-11 19:49           ` Todd Deshane
2008-12-11 20:03           ` Ian Campbell
2008-12-11 20:20             ` Todd Deshane
2008-12-11 20:25               ` Jeremy Fitzhardinge
2008-12-11 21:12                 ` Todd Deshane
2008-12-11 21:19                   ` Ian Campbell
2008-12-11 21:23                     ` Todd Deshane
2008-12-11 21:39                       ` Todd Deshane
2008-12-11 22:38                         ` Jeremy Fitzhardinge
2008-12-13 18:20                           ` Todd Deshane
2008-12-13 20:05                             ` Todd Deshane
2008-12-11 21:24                     ` Pasi Kärkkäinen
2008-12-11 22:21                       ` Jeremy Fitzhardinge
2008-12-11 22:24                   ` Jeremy Fitzhardinge
2008-12-11 22:27                     ` Todd Deshane
2008-12-12  9:12                       ` Andrew Lyon
2008-12-12 10:57                         ` Pasi Kärkkäinen
2008-12-12 11:11                           ` Andrew Lyon
2008-12-12 17:06                             ` Jeremy Fitzhardinge [this message]
2008-12-12 11:15                         ` Ian Campbell
2008-12-12 11:36                           ` Andrew Lyon
2008-12-12 11:45                             ` Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
2008-12-12 11:47                             ` Ian Campbell
2008-12-12 14:26                               ` Andrew Lyon
2008-12-12 16:43                                 ` Jeremy Fitzhardinge
2008-12-12 17:14                                   ` Andrew Lyon
2008-12-12 17:20                                     ` Jeremy Fitzhardinge
2008-12-12 19:09                                       ` Andrew Lyon
2008-12-12 19:15                                         ` Aviv Grafi
2008-12-12 19:18                                           ` Jeremy Fitzhardinge
2008-12-12 19:26                                           ` Andrew Lyon
2008-12-13  0:28                                             ` Aviv Grafi
2008-12-12 21:00                         ` Jeremy Fitzhardinge
2008-12-12 22:20                           ` Andrew Lyon
2008-12-12 22:34                             ` Jeremy Fitzhardinge
2008-12-13 13:56                               ` Andrew Lyon
2008-12-13 19:02                                 ` Todd Deshane
2008-12-13 19:26                                   ` Andrew Lyon
2008-12-14  1:53                                     ` Todd Deshane
2008-12-15  9:49                                       ` Ian Campbell
2008-12-15 18:15                                         ` Todd Deshane
2008-12-15 20:20                                           ` Jeremy Fitzhardinge
2008-12-16  5:04                                             ` Todd Deshane
2008-12-16  9:34                                               ` Jeremy Fitzhardinge
2008-12-17 17:06                                             ` Gerd Hoffmann
2008-12-17 19:33                                               ` Jeremy Fitzhardinge
2008-12-18  9:09                                                 ` Gerd Hoffmann
2008-12-18 19:45                                                   ` Jeremy Fitzhardinge
2008-12-18 20:29                                                   ` Jeremy Fitzhardinge
2008-12-19 12:20                                                     ` Gerd Hoffmann
2008-12-19 17:39                                                       ` Jeremy Fitzhardinge
2009-01-06 16:28                                                         ` Gerd Hoffmann
2008-12-18  9:25                                     ` Andrew Lyon
2008-12-18 12:44                                       ` Andrew Lyon
2008-12-18 18:25                                         ` Jeremy Fitzhardinge
2008-12-18 19:49                                           ` Pasi Kärkkäinen
2008-12-18 20:03                                             ` Pasi Kärkkäinen
2008-12-18 20:05                                           ` Andrew Lyon
2008-12-17 14:10                 ` Gerd Hoffmann
2008-12-17 14:18                   ` Keir Fraser
2008-12-17 14:40                     ` Gerd Hoffmann
2008-12-17 19:26                       ` Jeremy Fitzhardinge
2008-12-17 20:07                         ` Keir Fraser
2008-12-17 20:50                           ` Jeremy Fitzhardinge
2008-12-17 20:57                         ` Ian Campbell
2008-12-17 21:27                           ` Jeremy Fitzhardinge
2008-12-17 21:33                             ` Ian Campbell
2008-12-18  9:58                         ` Gerd Hoffmann
2008-12-11 20:03           ` Todd Deshane
2008-12-11 20:26             ` Jeremy Fitzhardinge
2008-12-11 20:29               ` Todd Deshane
2008-12-11 20:52                 ` Jeremy Fitzhardinge
2008-12-11 21:13                   ` Todd Deshane
2008-12-11 21:16                   ` Todd Deshane
2008-12-11 20:24           ` Jeremy Fitzhardinge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49429A29.5000103@goop.org \
    --to=jeremy@goop.org \
    --cc=Ian.Campbell@citrix.com \
    --cc=andrew.lyon@gmail.com \
    --cc=aviv@neocleus.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.