aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix another edge case I just noticed when committing the previous changes:John Baldwin2005-10-061-0/+3
* Rototill vx(4), add locking, and mark MPSAFE:John Baldwin2005-10-061-12/+17
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-6/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* ss if_vx through indent, and use ANSI function definitions, prior to addingJustin T. Gibbs2004-08-181-87/+81
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Start to minimize diffs between vx and ep. These latter is based on aWarner Losh2003-10-251-3/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-071-60/+95
* Warn that this as an oldpci device..Peter Wemm2000-05-281-0/+4
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm2000-01-291-3/+0
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+0
* Missing revision markers.Peter Wemm1999-05-091-0/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-1/+1
* Silence warning by casting vxintr to correct typeEivind Eklund1999-01-121-1/+1
* vxalloc() can return NULL. Deal with it.Eivind Eklund1998-12-161-1/+3
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itsBill Paul1998-08-161-0/+7
* Removed unused #includes.Bruce Evans1998-02-201-13/+0
* Make INET a proper option.Eivind Eklund1998-01-081-0/+4
* Yank the casts.Steve Passe1997-08-211-1/+1
* Add a cast to eliminate a compiler warning.Steve Passe1997-08-211-1/+1
* Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-011-3/+1
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-1/+1
* New vx driver for:Guido van Rooij1996-11-041-0/+145