summaryrefslogtreecommitdiffstats
path: root/sys/pci/meteor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-1/+1
* Remove unneeded call to cdevsw_add()phk2001-11-041-4/+0
* KSE Milestone 2julian2001-09-121-4/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-3/+12
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-171-0/+5
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+3
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-3/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-8/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+0
* Stop signals being generated after meteor_close.roger1999-06-291-1/+6
* Updated to support new Meteor/PPB cards (PCI-PCI Bridge).roger1999-06-011-0/+31
* Simplify cdevsw registration.phk1999-05-311-18/+4
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* Missing revision markers.peter1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* Missing 'int' in declaration of variables.peter1999-05-061-1/+1
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+1
* probe function changed from returning char * to const char *.dillon1998-12-141-2/+2
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Fixed printf format errors.bde1998-08-181-2/+3
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-081-0/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+1
* Removed unused #includes.bde1997-09-021-8/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Updated #includes to 4.4lite style.bde1996-10-151-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-1/+0
* Don't use NULL in non-pointer contexts.bde1996-07-121-10/+10
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+4
* Here is a patch that fix a few problems with the RGB version ofjkh1996-06-071-10/+71
* A patch for the meteor device driver. It fixes:jkh1996-05-171-26/+79
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-3/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-1/+0
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-281-90/+170
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-2/+2
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-1/+1
* Hopefully, this will fix the problems that some people have been having withjkh1996-03-021-184/+311
* Fix METEOR_TEST_VIDEO case.jkh1996-02-051-1/+1
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-72/+200
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-3/+2
* Newest version of the Matrox Meteor driver. Tested with various MBONEjkh1996-01-211-343/+697
* Another mega commit to staticize things.phk1995-12-141-5/+5
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-27/+26
OpenPOWER on IntegriCloud