Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/24/1997 22:40:02
augustss
Sun Aug 24 15:31:25 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19130/arch/amiga/dev
Modified Files:
aucc.c
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
augustss
Sun Aug 24 15:31:27 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv19130/arch/arm32/mainbus
Modified Files:
lmcaudio.c vidcaudio.c
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
augustss
Sun Aug 24 15:31:28 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19130/arch/sparc/dev
Modified Files:
amd7930.c
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
augustss
Sun Aug 24 15:31:30 PDT 1997
Update of /cvsroot/src/sys/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19130/dev
Modified Files:
audio.c audio_if.h
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
augustss
Sun Aug 24 15:31:37 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv19130/dev/isa
Modified Files:
ad1848.c ad1848var.h gus.c sbdsp.c sbdspvar.h
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
augustss
Sun Aug 24 15:31:39 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv19130/sys
Modified Files:
audioio.h
Log Message:
- Change audio_hw_if a little: set_param now sets the play and record modes
at the same time instead by using two different calls. This enables
it to check more easily if the combined mode is all right.
- Improve the error checking in audio.c.
- Add a new audio property, AUDIO_PROP_INDEPENDENT, show if the
play and record settings are independent.
- Fix some buglets in audio.c.
thorpej
Sun Aug 24 15:34:47 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv19834
Modified Files:
Tag: marc-pcmcia
smc91cxx.c
Log Message:
If we change the MAC address, make sure the receiver is disabled first.