summaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* MFC: Fix cleanup in some more attach failure edge cases.John Baldwin2005-11-041-0/+3
* MFC: Rototill vx(4) adding locking and marking MPSAFE in the process.John Baldwin2005-11-041-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-84/+80
* 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-65/+87
* 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