From: Alessio Sangalli <alesan@manoweb.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Daniel Ritz <daniel.ritz-ml@swissonline.ch>,
Dave Jones <davej@redhat.com>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Andrew Morton <akpm@osdl.org>,
Pekka Enberg <penberg@cs.helsinki.fi>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] cardbus: revert IO window limit
Date: Wed, 12 Jul 2006 09:29:11 +0200 [thread overview]
Message-ID: <44B4A4C7.3040207@manoweb.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0606301516140.12404@g5.osdl.org>
Linus Torvalds wrote:
> Alessio has PCI ID 8086:7194, which is not the 82443MX_3, so you'd need
> something like this instead (but yes, it might indeed be the standard
> PIIX4 quirks).
Linus, this patch *does not* work, while Daniel's is ok. It's
puzzling... same kernel, just checked out from the git repository.
> ---
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index 4364d79..0c073b4 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -401,6 +401,7 @@ static void __devinit quirk_piix4_acpi(s
> piix4_io_quirk(dev, "PIIX4 devres J", 0x7c, 1 << 20);
> }
> DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, quirk_piix4_acpi );
> +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82440MX_0, quirk_piix4_acpi );
>
> /*
> * ICH4, ICH4-M, ICH5, ICH5-M ACPI: Three IO regions pointed to by longwords at
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 9ae6b1a..889d4da 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2205,6 +2205,7 @@ #define PCI_DEVICE_ID_INTEL_82443LX_1 0x
> #define PCI_DEVICE_ID_INTEL_82443BX_0 0x7190
> #define PCI_DEVICE_ID_INTEL_82443BX_1 0x7191
> #define PCI_DEVICE_ID_INTEL_82443BX_2 0x7192
> +#define PCI_DEVICE_ID_INTEL_82440MX_0 0x7194
> #define PCI_DEVICE_ID_INTEL_440MX 0x7195
> #define PCI_DEVICE_ID_INTEL_440MX_6 0x7196
> #define PCI_DEVICE_ID_INTEL_82443MX_0 0x7198
next prev parent reply other threads:[~2006-07-12 7:27 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 22:03 [PATCH] cardbus: revert IO window limit Daniel Ritz
2006-06-30 22:18 ` Linus Torvalds
2006-06-30 23:09 ` Daniel Ritz
2006-06-30 23:21 ` Linus Torvalds
2006-07-05 6:56 ` Pekka J Enberg
2006-07-12 7:55 ` Alessio Sangalli
2006-07-12 15:18 ` Linus Torvalds
2006-07-13 6:29 ` Alessio Sangalli
2006-07-12 7:29 ` Alessio Sangalli [this message]
2006-07-12 6:54 ` Alessio Sangalli
-- strict thread matches above, loose matches on Subject: below --
2006-07-05 18:29 Mallick, Asit K
2006-06-22 6:48 Pekka J Enberg
2006-06-22 7:11 ` Andrew Morton
2006-06-22 7:53 ` Alessio Sangalli
2006-06-22 11:35 ` Alan Cox
2006-06-22 16:18 ` Linus Torvalds
2006-06-22 16:36 ` Andrew Morton
2006-06-22 17:07 ` Linus Torvalds
2006-06-22 20:01 ` Alessio Sangalli
2006-06-22 21:27 ` Alessio Sangalli
2006-06-30 4:34 ` Pekka Enberg
2006-06-30 19:10 ` Linus Torvalds
2006-06-30 19:19 ` Dave Jones
2006-06-30 19:26 ` Dave Jones
2006-06-30 22:15 ` Linus Torvalds
2006-06-22 16:16 ` Linus Torvalds
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=44B4A4C7.3040207@manoweb.com \
--to=alesan@manoweb.com \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=daniel.ritz-ml@swissonline.ch \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=penberg@cs.helsinki.fi \
--cc=torvalds@osdl.org \
/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.