public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Shaohua Li <shaohua.li@intel.com>,
	Grzegorz Kulewski <kangur@polcom.net>,
	Zwane Mwaikambo <zwane@arm.linux.org.uk>,
	Andrew Morton <akpm@osdl.org>,
	ACPI List <acpi-devel@lists.sourceforge.net>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [ACPI] Re: Fw: Anybody? 2.6.11 (stable and -rc) ACPI breaks USB
Date: 23 Mar 2005 13:40:35 -0500	[thread overview]
Message-ID: <1111603235.17317.883.camel@d845pe> (raw)
In-Reply-To: <1110.65.74.231.82.1111550240.squirrel@mail.cce.hp.com>

Bjorn,

I like how pci_fixup_device() invokes the quirk
when we want at pci_enable_device() time w/o cluttering
the code with VIA specific hooks.

I think you've also identified an improvement by
checking acpi_irq_model -- as the PCI config space
IRQ register is defined only in PIC-mode -- so one
must assume that the quirky via HW can't depend on
us writing reserved bits for IRQs > 15.

But checking skip_ioapic_setup in the non-ACPI case
isn't quite right.  This is set for "noapic".  But
it is not set in the PIC-mode case where the kernel
supports IOAPIC but the hardware does not -- in that
case the quirk would erroneously exit.

Also, the original quirk_via_irqpic()
had a udelay(15) before the write -- I have no idea
if that was significant or not -- maybe soembody else
on the list does -- as none of us have VIA documentation...

thanks,
-Len

ps. we need to fix this on 2.4 also.



  reply	other threads:[~2005-03-23 18:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050304234622.63e8a335.akpm@osdl.org>
2005-03-10 23:08 ` Fw: Anybody? 2.6.11 (stable and -rc) ACPI breaks USB Grzegorz Kulewski
2005-03-11 16:48   ` [ACPI] " Bjorn Helgaas
2005-03-11 19:36     ` Grzegorz Kulewski
2005-03-11 20:56       ` Bjorn Helgaas
2005-03-11 21:47         ` Grzegorz Kulewski
2005-03-11 22:29           ` Bjorn Helgaas
2005-03-12  0:13             ` Grzegorz Kulewski
2005-03-13 15:14             ` Grzegorz Kulewski
2005-03-15 19:35               ` Bjorn Helgaas
2005-03-15 23:02                 ` Zwane Mwaikambo
2005-03-16 16:10                   ` Bjorn Helgaas
2005-03-17  1:33                     ` Li Shaohua
2005-03-17 18:08                       ` Bjorn Helgaas
2005-03-18  1:09                         ` Li Shaohua
2005-03-18 18:07                           ` Bjorn Helgaas
2005-03-21 16:33                             ` Bjorn Helgaas
2005-03-21 23:33                               ` Grzegorz Kulewski
2005-03-22 20:57                                 ` Bjorn Helgaas
2005-03-23  0:54                                   ` Li Shaohua
2005-03-23  3:57                                     ` Bjorn Helgaas
2005-03-23 18:40                                       ` Len Brown [this message]
2005-03-24 18:24                                         ` Bjorn Helgaas
2005-03-25 19:07                                           ` Len Brown
2005-03-14  9:30 Li, Shaohua

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=1111603235.17317.883.camel@d845pe \
    --to=len.brown@intel.com \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=akpm@osdl.org \
    --cc=bjorn.helgaas@hp.com \
    --cc=kangur@polcom.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shaohua.li@intel.com \
    --cc=zwane@arm.linux.org.uk \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox