From owner-freebsd-current Sat Mar 18 12:29:56 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA28766 for current-outgoing; Sat, 18 Mar 1995 12:29:56 -0800 Received: from balboa.eng.uci.edu (balboa.eng.uci.edu [128.200.61.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA28744 for ; Sat, 18 Mar 1995 12:29:49 -0800 Received: from localhost.uci.edu by balboa.eng.uci.edu with SMTP id AA17351 (5.65c/IDA-1.4.4 for freebsd-current@freefall.cdrom.com); Sat, 18 Mar 1995 12:29:31 -0800 Message-Id: <199503182029.AA17351@balboa.eng.uci.edu> To: "Christoph P. Kukulies" Cc: freebsd-current@freefall.cdrom.com Subject: Re: GUS, snddriver, gusintr ? In-Reply-To: Your message of "Sat, 18 Mar 1995 19:57:09 +0100." <199503181857.TAA24577@gilberto.physik.rwth-aachen.de> Date: Sat, 18 Mar 1995 12:29:30 -0800 From: Steven Wallace Sender: current-owner@FreeBSD.org Precedence: bulk > I'm trying to get my GUS kernel compiled again but I always end up > in snddriver and gusintr undefined. > > Has the AUDIO_something approach (introduced by Jordan) been reverted again? > > What is the correct kernel option to include a GUS audio device? > Yes, there are now new device names instead of snd*. Please take a look at LINT and you will see that you need: controller snd0 device gus0 at isa? port 0x220 irq 11 drq 1 vector gusintr Please let us know if you are able to compile and have it work correctly. Steven