]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.6-sb_id.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / linux-2.4.6-sb_id.patch
CommitLineData
95e83f51
JR
1--- linux/drivers/sound/sb_card.c.foo Mon Jul 9 01:08:12 2001
2+++ linux/drivers/sound/sb_card.c Mon Jul 9 01:10:03 2001
3@@ -303,6 +303,11 @@
4 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041),
5 0,0,0,0,
6 0,1,1,-1},
7+ {"Sound Blaster 16",
8+ ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0086),
9+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041),
10+ 0,0,0,0,
11+ 0,1,1,-1},
12 {"Sound Blaster Vibra16S",
13 ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051),
14 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001),
15@@ -530,6 +535,9 @@
16 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 },
17
18 { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed),
19+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 },
20+
21+ { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0086),
22 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 },
23
24 { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051),
25--- linux/drivers/sound/sb_card.c.foo Mon Jul 9 09:40:23 2001
26+++ linux/drivers/sound/sb_card.c Mon Jul 9 09:41:49 2001
27@@ -299,6 +299,11 @@
28 0,0,0,0,
29 0,1,1,-1},
30 {"Sound Blaster 16",
31+ ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002c),
32+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031),
33+ 0,0,0,0,
34+ 0,1,1,-1},
35+ {"Sound Blaster 16",
36 ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed),
37 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041),
38 0,0,0,0,
39@@ -534,6 +539,9 @@
40 { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002b),
41 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 },
42
43+ { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002c),
44+ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 },
45+
46 { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed),
47 ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 },
48
This page took 0.927363 seconds and 4 git commands to generate.