freebsd-dev/sys
Bill Paul 0c83bb499c Add NMSS to the list of things that local.h checks for when decding
whether of not to automatically #define EXCLUDE_AUDIO; MSS is a real
audio device and we should not #define EXCLUDE_AUDIO if we have one.
(And I want it because it's the only mixer-capable audio driver that I
can use with my crummy Packard Bell (nee Aztech) audio board.)

This fixes the very confusing condition where having all of this:

mss0 at 0x530 irq 10 drq 1 on isa
gus0: <MS Sound System (CS4231)>
opl0 at 0x388 on isa
opl0: <Yamaha OPL-3 FM>
mpu0 at 0x300 irq 9 drq 0 on isa
mpu0: <MPU-401 MIDI Interface 0.0 >

will still give you this:

% cat /dev/sndstat
SoundCard Error: The soundcard system has not been configured

Also remove an unnecessary newline in the printf() message for the
'gus0' device shown above so that we don't wind up printing a blank
line between mss0 and gus0.
1996-01-07 08:12:13 +00:00
..
alpha My first shot at get sound to work on the emulator. 1995-12-29 22:12:14 +00:00
amd64 Choose a different name to hold the option definition.. The original one 1996-01-06 23:10:57 +00:00
compat/linux The Linux emulator depends on SYSV IPC but doesn't actually reference 1996-01-05 19:52:49 +00:00
compile
conf Choose a different name to hold the option definition.. The original one 1996-01-06 23:10:57 +00:00
ddb
dev Added multicast support, currently #ifdef LNC_MULTICAST. 1996-01-05 19:12:47 +00:00
fs Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
geom Prepare to add support for parity. Report the post-parity size, 1996-01-02 23:32:54 +00:00
gnu Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
i386 Add NMSS to the list of things that local.h checks for when decding 1996-01-07 08:12:13 +00:00
isa Convert DDB to new-style option. 1996-01-04 21:13:23 +00:00
isofs/cd9660
kern Print out the queue index if it's found to be inconsistent. 1996-01-06 23:58:03 +00:00
libkern recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
miscfs Remove unnecessary debug printf's ("no references", "bad-id") - these 1996-01-02 09:14:49 +00:00
modules Detach fpu and gnufpu from Makefile.. These lkm's build (or used to) 1996-01-06 23:15:40 +00:00
msdosfs Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
net
netccitt
netinet Finally demolished the last, tottering remnants of GATEWAY. If you want 1996-01-05 20:47:05 +00:00
netipx Finally demolished the last, tottering remnants of GATEWAY. If you want 1996-01-05 20:47:05 +00:00
netiso
netns
nfs Don't print swap server as root server. 1995-12-28 21:56:49 +00:00
nfsclient Don't print swap server as root server. 1995-12-28 21:56:49 +00:00
nfsserver
pc98/pc98
pccard Don't rely on the card 'automatically' powering up when we probe it. 1996-01-06 07:49:43 +00:00
pci The long awaited stability patch set for the aic7xxx driver: 1996-01-03 06:34:10 +00:00
powerpc/include
rpc
scsi Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. 1996-01-05 20:12:53 +00:00
sys Increased default SOMAXCONN from 32 to 128. 128 is the largest value I 1996-01-05 17:49:30 +00:00
tools
ufs Fix the asami&phk bug. This was a sign-extension bug, where a long 1996-01-06 12:49:53 +00:00
vm Convert DDB to new-style option. 1996-01-04 21:13:23 +00:00
Makefile Removed almost all traces of libkern.a. The objects that were in 1995-12-26 13:58:31 +00:00