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