All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Jun <junw@turbolinux.com.cn>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Intel ICH4 for 2.4.18
Date: Thu, 11 Apr 2002 13:11:35 +0800	[thread overview]
Message-ID: <3CB51B07.2080505@turbolinux.com.cn> (raw)

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

I made a patch for add Intel ICH4 support for linux 2.4.18

-- 
Turbolinux Inc.,China
R & D Team Programmer
Wang Jun
Tel: +8610 65054020 Ext. 205
Mail: junw@turbolinux.com.cn


[-- Attachment #2: linux-2.4.18-ICH4.patch --]
[-- Type: text/plain, Size: 1123 bytes --]

diff -urN linux/drivers/sound/i810_audio.c linux.new/drivers/sound/i810_audio.c
--- linux/drivers/sound/i810_audio.c	Wed Apr 10 16:04:55 2002
+++ linux.new/drivers/sound/i810_audio.c	Wed Apr 10 16:06:22 2002
@@ -101,6 +101,9 @@
 #ifndef PCI_DEVICE_ID_INTEL_ICH3
 #define PCI_DEVICE_ID_INTEL_ICH3	0x2485
 #endif
+#ifndef PCI_DEVICE_ID_INTEL_ICH4
+#define PCI_DEVICE_ID_INTEL_ICH4	0x24c5
+#endif
 #ifndef PCI_DEVICE_ID_INTEL_440MX
 #define PCI_DEVICE_ID_INTEL_440MX	0x7195
 #endif
@@ -233,6 +236,7 @@
 	INTEL440MX,
 	INTELICH2,
 	INTELICH3,
+	INTELICH4,
 	SI7012,
 	NVIDIA_NFORCE,
 	AMD768
@@ -244,6 +248,7 @@
 	"Intel 440MX",
 	"Intel ICH2",
 	"Intel ICH3",
+	"Intel ICH4",
 	"SiS 7012",
 	"NVIDIA nForce Audio",
 	"AMD 768"
@@ -260,6 +265,8 @@
 	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH2},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH3,
 	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH3},
+	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH4,
+	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4},
 	{PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7012,
 	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SI7012},
 	{PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO,

                 reply	other threads:[~2002-04-11  5:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3CB51B07.2080505@turbolinux.com.cn \
    --to=junw@turbolinux.com.cn \
    --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.