summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Use __FBSDID().obrien2003-08-241-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Use bus_space*() instead of in*() and out*().jhay2003-04-231-30/+31
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+2
* Newbusify the sr device and move it to its new location.jhay2001-01-301-68/+178
* 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/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Staticize.eivind1998-02-091-2/+2
* Removed unused #includes.bde1997-09-021-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Oops I forgot to add the official id for this card.jhay1996-11-131-2/+3
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-291-0/+133
OpenPOWER on IntegriCloud