From owner-freebsd-questions Tue Feb 28 12:40:40 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA04177 for questions-outgoing; Tue, 28 Feb 1995 12:40:40 -0800 Received: from fsa.cpsc.ucalgary.ca (fsa.cpsc.ucalgary.ca [136.159.2.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA04164 for ; Tue, 28 Feb 1995 12:40:33 -0800 Received: from fsj.cpsc.ucalgary.ca (fsj.cpsc.ucalgary.ca [136.159.2.10]) by fsa.cpsc.ucalgary.ca (1.8) id ; Tue, 28 Feb 1995 11:11:54 -0700 From: mathezer@cpsc.ucalgary.ca (Stephen Mathezer) Received: by fsj.cpsc.ucalgary.ca (1.2; from mathezer@localhost) id ; Tue, 28 Feb 1995 11:12:35 -0700 Date: Tue, 28 Feb 1995 11:12:35 -0700 Message-Id: <199502281812.LAA24519@fsj.cpsc.ucalgary.ca> To: freebsd-questions@freefall.cdrom.com Subject: SB16 in 2.0-RELEASE Sender: questions-owner@FreeBSD.org Precedence: bulk I am trying to get 2.0-RELEASE to see my sb16, but I can't figure out what I need to do to get my kernel compiled with support for it. I have the following in my config: device sb0 at isa? port 0x220 irq 5 drq 3 vector sbintr device snd1 at isa? port 0x220 irq 5 drq 3 vector sbintr However, when I try to compile the kernel it is looking for "sb.c" which does not seem to exist anywhere. I have searched in vain for a sound FAQ and "sound.doc". Can somebody point me in the right direction here? What do I need to do to get 2.0-RELEASE to see my sb16? What exactly should I be putting into my kernel config file? Thanks for any help -Steve