aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
Commit message (Expand)AuthorAgeFilesLines
* 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