aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-66/+88
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-4/+4
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-124-8/+8
* 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
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Add $Id$Gary Palmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.Gary Palmer1998-02-211-1/+1
* Removed unused #includes.Bruce Evans1998-02-203-31/+0
* Staticize.Eivind Eklund1998-02-091-1/+1
* Make INET a proper option.Eivind Eklund1998-01-083-5/+11
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-1/+0
* To obey the traditional practice in mbuf chaining.Jun-ichiro itojun Hagino1997-10-011-10/+15
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-3/+8
* Convert to the new callout interface.Justin T. Gibbs1997-09-212-5/+15
* Struct arpcom should be in the beginning of a softc struct for arp andJohn Hay1997-09-021-1/+1
* Yank the casts.Steve Passe1997-08-211-1/+1
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-211-2/+2
* 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-012-7/+3
* Removed unused #includes.Bruce Evans1997-06-141-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-1/+1
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-15/+9
* Support 4 of these as default, it only cost us 12 bytes more.Poul-Henning Kamp1996-12-151-0/+5
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-57/+81
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-1/+1
* Fix ifconfig link flag handlingGuido van Rooij1996-11-211-3/+6
* New vx driver for:Guido van Rooij1996-11-044-0/+1861