lkml.org 
[lkml]   [2002]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Intel ICH4 for 2.4.18
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

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,
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.048 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site