| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | MFp4: Network Adapter is redundant. | imp | 2008-08-25 | 1 | -4/+4 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | Fix another edge case I just noticed when committing the previous changes: | jhb | 2005-10-06 | 1 | -0/+3 |
* | Rototill vx(4), add locking, and mark MPSAFE: | jhb | 2005-10-06 | 1 | -9/+10 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | ss if_vx through indent, and use ANSI function definitions, prior to adding | gibbs | 2004-08-18 | 1 | -93/+89 |
* | Correctly export the size of our softc to newbus in our EISA attachement. | gibbs | 2004-08-11 | 1 | -1/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -6/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | Start to minimize diffs between vx and ep. These latter is based on a | imp | 2003-10-25 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Remove break after return | phk | 2003-05-31 | 1 | -4/+0 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -1/+1 |
* | Update the vortex driver so that it no longer needs the PCI compat | wpaul | 2000-11-07 | 1 | -6/+8 |
* | Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not | peter | 2000-01-29 | 1 | -9/+0 |
* | Pre 4.0 tidy up. | peter | 2000-01-14 | 1 | -1/+2 |
* | Move the specification of EDGE/LEVEL triggered interrupts to | mdodd | 1999-08-01 | 1 | -4/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Implement an EISA new-bus framework. The old driver probe mechanism | peter | 1999-04-18 | 1 | -66/+88 |
* | Switch type of vxintr instead of using the previous casts. | eivind | 1999-01-12 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -12/+0 |
* | Staticize. | eivind | 1998-02-09 | 1 | -1/+1 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+4 |
* | Add shared EISA interrupt support. | gibbs | 1997-09-21 | 1 | -3/+8 |
* | Add several casts and include several header files to eliminate compiler | fsmp | 1997-08-21 | 1 | -2/+2 |
* | Don't cast function pointers to (void *). This will cause warnings. | bde | 1997-07-01 | 1 | -4/+2 |
* | New vx driver for: | guido | 1996-11-04 | 1 | -0/+188 |