From owner-freebsd-current Sun Mar 5 16:49:35 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA13210 for current-outgoing; Sun, 5 Mar 1995 16:49:35 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA13203 for current; Sun, 5 Mar 1995 16:49:34 -0800 Date: Sun, 5 Mar 1995 16:49:34 -0800 From: "Jordan K. Hubbard" Message-Id: <199503060049.QAA13203@freefall.cdrom.com> To: current Subject: current sound driver now broken differently. Sender: current-owner@FreeBSD.org Precedence: bulk 1. For my SB16, I had to hack local.h to EXCLUDE_SB as well so that AUDIO_SB16 does what one would expect (generate a working kernel). 2. The resulting kernel no longer probes and of the sound devices! snd1 not found at 0x388 snd2 not found at 0x220 snd6 not found at 0x220 snd7 not found at 0x300 Probing for devices on the pci0 bus: Looks like we're converging to a point, I just have no idea where that point might be! :-) Jordan