Date: Tue, 28 Nov 1995 17:08:04 -0800 From: "Jordan K. Hubbard" <jkh> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Message-ID: <199511290108.RAA26020@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 95/11/28 17:08:02
Modified: sys/i386/conf LINT
sys/i386/include ioctl_meteor.h
sys/i386/isa spigot.c
sys/i386/isa/sound audio.c dmabuf.c gus_wave.c soundcard.c
sys/pci meteor.c
Log:
A batch of Jim Lowe's patches:
o Add signed/unsigned functionality to the matrox meteor device driver.
o Apply a few fixes to the sound driver.
o Add a ``SPIGOT_UNSECURE'' compile time definition so, if one defines
SPIGOT_UNSECURE in their conf file, then they can use the spigot w/o
root. There is a warning that this allows users access to the IO
page which is probably not secure.
Submitted by: james
Revision Changes Path
1.215 +7 -2 src/sys/i386/conf/LINT
1.2 +2 -1 src/sys/i386/include/ioctl_meteor.h
1.13 +3 -1 src/sys/i386/isa/spigot.c
1.11 +28 -2 src/sys/i386/isa/sound/audio.c
1.19 +6 -4 src/sys/i386/isa/sound/dmabuf.c
1.20 +64 -10 src/sys/i386/isa/sound/gus_wave.c
1.32 +5 -2 src/sys/i386/isa/sound/soundcard.c
1.4 +15 -7 src/sys/pci/meteor.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511290108.RAA26020>
