* [PATCH] Intel ICH4 for 2.4.18
@ 2002-04-11 5:11 Wang Jun
0 siblings, 0 replies; only message in thread
From: Wang Jun @ 2002-04-11 5:11 UTC (permalink / raw)
To: linux-kernel
[-- 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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-11 5:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-11 5:11 [PATCH] Intel ICH4 for 2.4.18 Wang Jun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox