aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/ioctl_meteor.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove bktr(4)Warner Losh2020-03-011-189/+0
| | | | | | | | | | Remove the brooktree driver as discussed on arch@. Bump FreeBSD version to 1300082, though I doubt anything will care. Relnote: yes Notes: svn path=/head/; revision=358497
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Use standard types in preference to BSD types so that these header filesJustin T. Gibbs2010-03-281-13/+13
| | | | | | | | | can be used in applications compiled with only POSIX types visible. MFC after: 2 weeks Notes: svn path=/head/; revision=205781
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* Make the multiple include guard correct for this file location.David E. O'Brien2003-12-201-3/+3
| | | | | | | This fixes a bug where the guard conflicted with machine/ioctl_*. Notes: svn path=/head/; revision=123688
* Ooops. These are still used by the bktr driver. David O'Brien hasWarner Losh2003-12-071-0/+187
| | | | | | | | | plans for dealing, but I'll let him deal. Pointy hat to: imp@ Notes: svn path=/head/; revision=123223
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneWarner Losh2003-12-071-187/+0
| | | | | | | | makes it compile again, and can test it, we can restore the driver to the tree. Notes: svn path=/head/; revision=123213
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+3
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55205
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-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. Notes: svn path=/head/; revision=18444
* A trailing patch Jim left out of the last commit.Jordan K. Hubbard1996-06-071-1/+7
| | | | | | | Submitted-by: james Notes: svn path=/head/; revision=16177
* A patch for the meteor device driver. It fixes:Jordan K. Hubbard1996-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> Notes: svn path=/head/; revision=15802
* A bug fix and a couple of new modes for the meteor driver.Jordan K. Hubbard1996-03-281-1/+5
| | | | | | | Submitted-By: Jim Lowe <james@miller.cs.uwm.edu> Notes: svn path=/head/; revision=14886
* Hopefully, this will fix the problems that some people have been having withJordan K. Hubbard1996-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> Notes: svn path=/head/; revision=14320
* Sync with latest Meteor and Spigot sources from James.Jordan K. Hubbard1996-02-011-0/+10
| | | | | | | Submitted by: Jim Lowe <james@miller.cs.uwm.edu> Notes: svn path=/head/; revision=13815
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
| | | | | | | a bunch of system include files. Notes: svn path=/head/; revision=13765
* Newest version of the Matrox Meteor driver. Tested with various MBONEJordan K. Hubbard1996-01-211-10/+19
| | | | | | | | tools and found to work better with both nv and vic. Submitted by: Jim Lowe <james@miller.cs.uwm.edu> Notes: svn path=/head/; revision=13529
* A batch of Jim Lowe's patches:Jordan K. Hubbard1995-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 Notes: svn path=/head/; revision=12511
* Kernel components of Matrox Meteor driver.Jordan K. Hubbard1995-08-281-0/+138
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james> Notes: svn path=/head/; revision=10391