aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/meteor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Remove unneeded call to cdevsw_add()Poul-Henning Kamp2001-11-041-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-3/+12
* Special case for compiling LINT - just give a warning and continue on.Peter Wemm2001-01-171-0/+5
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+3
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-3/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-8/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+0
* Stop signals being generated after meteor_close.Roger Hardiman1999-06-291-1/+6
* Updated to support new Meteor/PPB cards (PCI-PCI Bridge).Roger Hardiman1999-06-011-0/+31
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-18/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+21
* Missing revision markers.Peter Wemm1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* Missing 'int' in declaration of variables.Peter Wemm1999-05-061-1/+1
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-1/+1
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-1/+1
* Fixed printf format errors.Bruce Evans1998-08-181-2/+3
* A few misc changes to get the spigot and meteor board working in 3.0.Jordan K. Hubbard1998-08-081-0/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+1
* Removed unused #includes.Bruce Evans1997-09-021-8/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-1/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-1/+0
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-10/+10
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+4
* Here is a patch that fix a few problems with the RGB version ofJordan K. Hubbard1996-06-071-10/+71
* A patch for the meteor device driver. It fixes:Jordan K. Hubbard1996-05-171-26/+79
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-3/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-1/+0
* A bug fix and a couple of new modes for the meteor driver.Jordan K. Hubbard1996-03-281-90/+170
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-2/+2
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-1/+1
* Hopefully, this will fix the problems that some people have been having withJordan K. Hubbard1996-03-021-184/+311
* Fix METEOR_TEST_VIDEO case.Jordan K. Hubbard1996-02-051-1/+1
* Sync with latest Meteor and Spigot sources from James.Jordan K. Hubbard1996-02-011-72/+200
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-3/+2
* Newest version of the Matrox Meteor driver. Tested with various MBONEJordan K. Hubbard1996-01-211-343/+697
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-5/+5
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-27/+26