summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx/if_vx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix another edge case I just noticed when committing the previous changes:jhb2005-10-061-0/+3
* Rototill vx(4), add locking, and mark MPSAFE:jhb2005-10-061-12/+17
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-6/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* ss if_vx through indent, and use ANSI function definitions, prior to addinggibbs2004-08-181-87/+81
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Start to minimize diffs between vx and ep. These latter is based on aimp2003-10-251-3/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Update the vortex driver so that it no longer needs the PCI compatwpaul2000-11-071-60/+95
* Warn that this as an oldpci device..peter2000-05-281-0/+4
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-291-3/+0
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+0
* Missing revision markers.peter1999-05-091-0/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* Switch type of vxintr instead of using the previous casts.eivind1999-01-121-1/+1
* Silence warning by casting vxintr to correct typeeivind1999-01-121-1/+1
* vxalloc() can return NULL. Deal with it.eivind1998-12-161-1/+3
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+7
* Removed unused #includes.bde1998-02-201-13/+0
* Make INET a proper option.eivind1998-01-081-0/+4
* Yank the casts.fsmp1997-08-211-1/+1
* Add a cast to eliminate a compiler warning.fsmp1997-08-211-1/+1
* Don't cast function pointers to (void *). This will cause warnings.bde1997-07-011-3/+1
* Some imporvemnets to the vx driver.guido1996-12-021-1/+1
* New vx driver for:guido1996-11-041-0/+145
OpenPOWER on IntegriCloud