summaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove references to EISA support from the vx driver, along with EISAWarner Losh2017-02-161-193/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* MFp4: Network Adapter is redundant.Warner Losh2008-08-251-4/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* 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-9/+10
* 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-93/+89
* Correctly export the size of our softc to newbus in our EISA attachement.Justin T. Gibbs2004-08-111-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+3
* 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-2/+3
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Remove break after returnPoul-Henning Kamp2003-05-311-4/+0
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-071-6/+8
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm2000-01-291-9/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-4/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-66/+88
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-2/+2
* Removed unused #includes.Bruce Evans1998-02-201-12/+0
* Staticize.Eivind Eklund1998-02-091-1/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-3/+8
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-211-2/+2
* Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-011-4/+2
* New vx driver for:Guido van Rooij1996-11-041-0/+188