From owner-freebsd-multimedia Fri Aug 22 08:27:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA13934 for multimedia-outgoing; Fri, 22 Aug 1997 08:27:43 -0700 (PDT) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA13923 for ; Fri, 22 Aug 1997 08:27:37 -0700 (PDT) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.5/8.8.5) id KAA28379; Fri, 22 Aug 1997 10:22:27 -0500 (CDT) Date: Fri, 22 Aug 1997 10:22:27 -0500 (CDT) From: Mark Tinguely Message-Id: <199708221522.KAA28379@plains.NoDak.edu> To: dave@jetcafe.org, hasty@rah.star-gate.com Subject: Re: Why don't the sound drivers work with VAT? Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk if he is dealing with guspnp-6, remember the PNP code caused the GUS (classic) to not be found. I mentioned a hack around it in sys/sound/gus_wave.c in the routine gus_wave_init(): ... for (i = 0; i < MAX_GUS_PNP; i++ ) { if (gus_pnp_found[i] != 0 && gus_pnp_found[i] == hw_config->io_base) gus_pnp_seen = 1; } /* XXX */ gus_pnp_seen = 0; /* XXX */ ... in guspnp-7 and newer, you added the define variable of "NOGUSPNP" for this function. --mark. ps. I have downloaded guspnp-12, and I have yet to try it on our GUS classics but once I install the new isa.c stuff I will try it also.