From owner-freebsd-questions Fri Mar 3 07:09:41 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA19547 for questions-outgoing; Fri, 3 Mar 1995 07:09:41 -0800 Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id HAA19541 for ; Fri, 3 Mar 1995 07:09:38 -0800 Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA03838; Fri, 3 Mar 95 09:09:32 -0600 Received: by junco.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA08039; Fri, 3 Mar 1995 08:09:29 -0700 Date: Fri, 3 Mar 1995 08:09:29 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9503031509.AA08039@junco.fsl.noaa.gov> To: mathezer@cpsc.ucalgary.ca Cc: freebsd-questions@freefall.cdrom.com In-Reply-To: <199502281812.LAA24519@fsj.cpsc.ucalgary.ca> (mathezer@cpsc.ucalgary.ca) Subject: Re: SB16 in 2.0-RELEASE Sender: questions-owner@FreeBSD.org Precedence: bulk >>>>> "Steve" == Stephen Mathezer writes: Steve> I am trying to get 2.0-RELEASE to see my sb16, but I can't Steve> figure out what I need to do to get my kernel compiled with Steve> support for it. This works for me (where ``works'' means ``cat Doh.au >/dev/audio'' produces ``Doh!'' on the speakers). options EXCLUDE_GUS # NO GUS support options EXCLUDE_GUS_IODETECT # NO GUS io detection options EXCLUDE_GUSMAX options "EXCLUDE_GUS16" options "EXCLUDE_AD1848" # No Microsoft Sound System, GUS options EXCLUDE_MSS # No Microsoft Sound System options EXCLUDE_PSS # No Personal Sound System options EXCLUDE_PAS # NO Pro Audio Studio support options EXCLUDE_PRO_MIDI # NO PAS MIDI support options ALLOW_CONFLICT_IRQ options ALLOW_CONFLICT_IOADDR device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr device snd7 at isa? port 0x330 device snd1 at isa? port 0x388 Of course, substitute port, irq, and drq values as needed for your configuration. --k