2005-03-05 01:17:32

by Gaston, Jason D

[permalink] [raw]
Subject: [PATCH] pci_ids.h correction for Intel ICH7M - 2.6.11

This patch corrects the ICH7M LPC controller DID in pci_ids.h from x27B1 to x27B9. ?This patch was build against 2.6.11.
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by: ?Jason Gaston <[email protected]>

--- linux-2.6.11/include/linux/pci_ids.h.orig 2005-03-04 17:58:10.490587200 -0800
+++ linux-2.6.11/include/linux/pci_ids.h 2005-03-04 17:58:29.990622744 -0800
@@ -2261,7 +2261,7 @@
#define PCI_DEVICE_ID_INTEL_ICH6_18 0x266e
#define PCI_DEVICE_ID_INTEL_ICH6_19 0x266f
#define PCI_DEVICE_ID_INTEL_ICH7_0 0x27b8
-#define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b1
+#define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9
#define PCI_DEVICE_ID_INTEL_ICH7_2 0x27c0
#define PCI_DEVICE_ID_INTEL_ICH7_3 0x27c1
#define PCI_DEVICE_ID_INTEL_ICH7_4 0x27c2


2005-03-17 23:11:39

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] pci_ids.h correction for Intel ICH7M - 2.6.11

On Fri, Mar 04, 2005 at 06:04:43PM -0800, Jason Gaston wrote:
> This patch corrects the ICH7M LPC controller DID in pci_ids.h from
> x27B1 to x27B9. ?This patch was build against 2.6.11.
> If acceptable, please apply.

Applied, thanks.

greg k-h