"Donald J . Maddox" wrote:
> I couldn't get my PnP Creative AWE64G to work with the new PnP
> code, so I tried compiling a kernel with pcm instead.  All I get is:
> 
> unknown0: <Audio> at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 o
    n isa0
> unknown1: <Game> at port 0x200-0x207 on isa0
> unknown2: <WaveTable> at port 0x620-0x623 on isa0
[..]
> Card assigned CSN #1
> Vendor ID CTL009e (0x9e008c0e), Serial Number 0x09f665ec
> PnP Version 1.0, Vendor Version 32
> Device Description: Creative SB AWE64 Gold
> 
> Logical Device ID: CTL0044 0x44008c0e #0
                     ^^^^^^^^^^^^^^^^^^
[..]

Thank you! Finally, that was the information needed.  (The logical device
ID)

Please try the following patch:

Index: src/sys/dev/pcm/isa/sb.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/pcm/isa/sb.c,v
retrieving revision 1.23
diff -u -r1.23 sb.c
--- sb.c        1999/09/07 08:42:44     1.23
+++ sb.c        1999/09/26 20:23:34
@@ -1258,6 +1309,7 @@
        case 0x31008c0e: /* CTL0031 */
        case 0x41008c0e: /* CTL0041 */
        case 0x42008c0e: /* CTL0042 */
+       case 0x44008c0e: /* CTL0044 */
        case 0x45008c0e: /* CTL0045 */
                s = "SB16 PnP";
                break;

Cheers,
-Peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to