summaryrefslogtreecommitdiff
path: root/sys/pci/meteor.c
Commit message (Expand)AuthorAgeFilesLines
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneWarner Losh2003-12-071-2129/+0
* Revision 1.126 broke the interface of the bktr driver'sJacques Vidrine2003-08-261-14/+13
* dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit.Warner Losh2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Add or correct range checking of signal numbers in system calls andJacques Vidrine2003-08-101-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-6/+6
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* 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