--- linux/drivers/sound/sb_card.c.foo Mon Jul 9 01:08:12 2001 +++ linux/drivers/sound/sb_card.c Mon Jul 9 01:10:03 2001 @@ -303,6 +303,11 @@ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0,0,0,0, 0,1,1,-1}, + {"Sound Blaster 16", + ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0086), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), + 0,0,0,0, + 0,1,1,-1}, {"Sound Blaster Vibra16S", ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0001), @@ -530,6 +535,9 @@ ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 }, { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 }, + + { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0086), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 }, { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x0051), --- linux/drivers/sound/sb_card.c.foo Mon Jul 9 09:40:23 2001 +++ linux/drivers/sound/sb_card.c Mon Jul 9 09:41:49 2001 @@ -299,6 +299,11 @@ 0,0,0,0, 0,1,1,-1}, {"Sound Blaster 16", + ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002c), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), + 0,0,0,0, + 0,1,1,-1}, + {"Sound Blaster 16", ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0,0,0,0, @@ -534,6 +539,9 @@ { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002b), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 }, + { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x002c), + ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0031), 0 }, + { ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00ed), ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0041), 0 },