summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx/if_vx_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* 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-93/+89
* Correctly export the size of our softc to newbus in our EISA attachement.gibbs2004-08-111-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+3
* 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-2/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* Remove break after returnphk2003-05-311-4/+0
* Remove __P.alfred2002-03-201-1/+1
* Update the vortex driver so that it no longer needs the PCI compatwpaul2000-11-071-6/+8
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-291-9/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-4/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-66/+88
* Switch type of vxintr instead of using the previous casts.eivind1999-01-121-2/+2
* Removed unused #includes.bde1998-02-201-12/+0
* Staticize.eivind1998-02-091-1/+1
* Make INET a proper option.eivind1998-01-081-1/+4
* Add shared EISA interrupt support.gibbs1997-09-211-3/+8
* Add several casts and include several header files to eliminate compilerfsmp1997-08-211-2/+2
* Don't cast function pointers to (void *). This will cause warnings.bde1997-07-011-4/+2
* New vx driver for:guido1996-11-041-0/+188
OpenPOWER on IntegriCloud