The following patch worked like a charm for me.
No more need for isapnp tools!

PKE.

--- sb_card.c.orig Thu May 25 09:15:18 2000
+++ sb_card.c   Thu May 25 21:22:17 2000
@@ -40,7 +40,9 @@
  *  Thanks to Ga�l Qu�ri and Alessandro Zummo for testing and fixes.
  *  Paul E. Laufer <[EMAIL PROTECTED]>
  *
- * 06-05-2000 added another card. Daniel M. Newman <[EMAIL PROTECTED]>
+ * 06-05-2000 Added another card. Daniel M. Newman <[EMAIL PROTECTED]>
+ *
+ * 25-05-2000 Added Creative SB AWE64 Gold. P�l-Kristian Engstad <[EMAIL PROTECTED]>
  *
  */
 
@@ -452,6 +454,11 @@
        ISAPNP_VENDOR('@','X','@'), ISAPNP_FUNCTION(0x2001),
        ISAPNP_VENDOR('@','H','@'), ISAPNP_FUNCTION(0x0001),
        1,0,0,0},
+   {"Creative SB AWE64 Gold",
+           ISAPNP_VENDOR('C','T','L'), ISAPNP_DEVICE(0x00B2),
+           ISAPNP_VENDOR('C','T','L'), ISAPNP_FUNCTION(0x0044),
+           0,0,0,0,
+           0,1,1,-1},
    {0}
 };
                       

Reply via email to