aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm2000-01-291-3/+0
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+0
* Missing revision markers.Peter Wemm1999-05-091-0/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-1/+1
* Silence warning by casting vxintr to correct typeEivind Eklund1999-01-121-1/+1
* vxalloc() can return NULL. Deal with it.Eivind Eklund1998-12-161-1/+3
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itsBill Paul1998-08-161-0/+7
* Removed unused #includes.Bruce Evans1998-02-201-13/+0
* Make INET a proper option.Eivind Eklund1998-01-081-0/+4
* Yank the casts.Steve Passe1997-08-211-1/+1
* Add a cast to eliminate a compiler warning.Steve Passe1997-08-211-1/+1
* Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-011-3/+1
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-1/+1
* New vx driver for:Guido van Rooij1996-11-041-0/+145