All of lore.kernel.org
 help / color / mirror / Atom feed
From: alek du <alek.du@intel.com>
To: <linux-kernel@vger.kernel.org>
Cc: gregkh@suse.de, jesse.barnes@intel.com
Subject: [PATCH 1/3] pci: Add Intel SCH PCI IDs
Date: Tue, 22 Apr 2008 10:01:40 +0800	[thread overview]
Message-ID: <20080422100140.71f947ca@dxy.sh.intel.com> (raw)

This patch adds Intel SCH chipsets (US15W, US15L, UL11L) PCI IDs, these IDs
will be used by following SCH driver patches.

Signed-off-by: Alek Du <alek.du@intel.com>
---
 include/linux/pci_ids.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 70eb3c8..b72b3b4 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2413,6 +2413,20 @@
 #define PCI_DEVICE_ID_INTEL_82443GX_0	0x71a0
 #define PCI_DEVICE_ID_INTEL_82443GX_2	0x71a2
 #define PCI_DEVICE_ID_INTEL_82372FB_1	0x7601
+#define PCI_DEVICE_ID_INTEL_SCH_HC	0x8100
+#define PCI_DEVICE_ID_INTEL_SCH_PE1	0x8110
+#define PCI_DEVICE_ID_INTEL_SCH_PE2	0x8112
+#define PCI_DEVICE_ID_INTEL_SCH_UC1	0x8114
+#define PCI_DEVICE_ID_INTEL_SCH_UC2	0x8115
+#define PCI_DEVICE_ID_INTEL_SCH_UC3	0x8116
+#define PCI_DEVICE_ID_INTEL_SCH_EC	0x8117
+#define PCI_DEVICE_ID_INTEL_SCH_UT	0x8118
+#define PCI_DEVICE_ID_INTEL_SCH_LPC	0x8119
+#define PCI_DEVICE_ID_INTEL_SCH_IDE	0x811a
+#define PCI_DEVICE_ID_INTEL_SCH_HDA	0x811b
+#define PCI_DEVICE_ID_INTEL_SCH_SD1	0x811c
+#define PCI_DEVICE_ID_INTEL_SCH_SD2	0x811d
+#define PCI_DEVICE_ID_INTEL_SCH_SD3	0x811e
 #define PCI_DEVICE_ID_INTEL_82454GX	0x84c4
 #define PCI_DEVICE_ID_INTEL_82450GX	0x84c5
 #define PCI_DEVICE_ID_INTEL_82451NX	0x84ca
-- 
1.5.2.5

             reply	other threads:[~2008-04-22  2:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-22  2:01 alek du [this message]
2008-04-23 22:51 ` [PATCH 1/3] pci: Add Intel SCH PCI IDs Jesse Barnes
2008-04-24  1:19   ` Alek Du
2008-04-24  1:47     ` Jesse Barnes

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=20080422100140.71f947ca@dxy.sh.intel.com \
    --to=alek.du@intel.com \
    --cc=gregkh@suse.de \
    --cc=jesse.barnes@intel.com \
    --cc=linux-kernel@vger.kernel.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.