summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-4/+7
| | | | | | | | | | | | | - don't include <sys/ioctl.h> in any header. Include <sys/ioccom.h> instead. This was already done in 4.4Lite for the most important ioctl headers. Header spam currently increases kernel build times by 10-20%. There are more than 30000 #includes (not counting duplicates) for compiling LINT. - include <sys/types.h> if and only it is necessary to make the header almost self-sufficient (some ioctl headers still need structs from elsewhere). - uniformized idempotency ifdefs. Copied the style in the 4.4Lite ioctl headers.
* A trailing patch Jim left out of the last commit.jkh1996-06-071-1/+7
| | | | Submitted-by: james
* A patch for the meteor device driver. It fixes:jkh1996-05-171-1/+2
| | | | | | | 1) A spelling error pointed out by Paco Hope. 2) A bug in the range checking routing pointed out by Jim Bray. 3) Enables the setting of frames per second. Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-281-1/+5
| | | | Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-021-1/+14
| | | | | | | the S-Video input. It also has code in the driver for the meteor RGB support and some other bug fixes. I don't have a meteor RGB but I have been told that it works. Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-0/+10
| | | | Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
| | | | a bunch of system include files.
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-10/+19
| | | | | tools and found to work better with both nv and vic. Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+2
| | | | | | | | | | 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
* Kernel components of Matrox Meteor driver.jkh1995-08-281-0/+138
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
OpenPOWER on IntegriCloud