Subject: NetBSD master CVS tree commits
To: None <source-changes@netbsd.org>
From: The Source of All Evil <source@netbsd.org>
List: source-changes
Date: 08/06/1998 17:10:02
augustss
Thu Aug  6 17:00:55 PDT 1998
Update of /cvsroot/src/distrib/sets/lists/comp
In directory nb00:/tmp/cvs-serv17153/distrib/sets/lists/comp

Modified Files:
	mi 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:56 PDT 1998
Update of /cvsroot/src/distrib/sets/lists/man
In directory nb00:/tmp/cvs-serv17153/distrib/sets/lists/man

Modified Files:
	mi 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:56 PDT 1998
Update of /cvsroot/src/etc/etc.i386
In directory nb00:/tmp/cvs-serv17153/etc/etc.i386

Modified Files:
	MAKEDEV 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:56 PDT 1998
Update of /cvsroot/src/sys/arch/i386/conf
In directory nb00:/tmp/cvs-serv17153/sys/arch/i386/conf

Modified Files:
	GENERIC 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:57 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv17153/sys/arch/i386/i386

Modified Files:
	conf.c 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:57 PDT 1998
Update of /cvsroot/src/sys/compat/linux
In directory nb00:/tmp/cvs-serv17153/sys/compat/linux

Modified Files:
	linux_ioctl.c 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:57 PDT 1998
Update of /cvsroot/src/sys/compat/ossaudio
In directory nb00:/tmp/cvs-serv17153/sys/compat/ossaudio

Modified Files:
	ossaudio.c ossaudiovar.h 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:58 PDT 1998
Update of /cvsroot/src/sys/conf
In directory nb00:/tmp/cvs-serv17153/sys/conf

Modified Files:
	files 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:00:59 PDT 1998
Update of /cvsroot/src/sys/dev
In directory nb00:/tmp/cvs-serv17153/sys/dev

Modified Files:
	audio.c audio_if.h 
Added Files:
	midi.c midivar.h sequencer.c sequencervar.h 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:01:00 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv17153/sys/dev/isa

Modified Files:
	files.isa sb.c sbdsp.c sbdspvar.h sbreg.h 
Added Files:
	mpu401.c mpu401var.h 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:01:01 PDT 1998
Update of /cvsroot/src/sys/dev/isapnp
In directory nb00:/tmp/cvs-serv17153/sys/dev/isapnp

Modified Files:
	sb_isapnp.c 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


augustss
Thu Aug  6 17:01:01 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv17153/sys/sys

Modified Files:
	Makefile conf.h 
Added Files:
	midiio.h 
Log Message:
Add MIDI support.  The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).