From owner-freebsd-commit Tue Nov 28 17:08:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26202 for freebsd-commit-outgoing; Tue, 28 Nov 1995 17:08:32 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26190 for cvs-all-outgoing; Tue, 28 Nov 1995 17:08:28 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26162 for cvs-sys-outgoing; Tue, 28 Nov 1995 17:08:21 -0800 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26020 ; Tue, 28 Nov 1995 17:08:04 -0800 Date: Tue, 28 Nov 1995 17:08:04 -0800 From: "Jordan K. Hubbard" Message-Id: <199511290108.RAA26020@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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