summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
Commit message (Expand)AuthorAgeFilesLines
...
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-13/+4
* This driver attempts to cache mbufs, and re-use them as headers insteadjlemon2000-05-121-0/+1
* Add missing $FreeBSD$peter2000-05-011-0/+2
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-293-15/+0
* Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
* Pre 4.0 tidy up.peter2000-01-141-1/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-4/+2
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+0
* Missing revision markers.peter1999-05-091-0/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-66/+88
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-4/+4
* Switch type of vxintr instead of using the previous casts.eivind1999-01-124-8/+8
* Silence warning by casting vxintr to correct typeeivind1999-01-121-1/+1
* vxalloc() can return NULL. Deal with it.eivind1998-12-161-1/+3
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+7
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Add $Id$gpalmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.gpalmer1998-02-211-1/+1
* Removed unused #includes.bde1998-02-203-31/+0
* Staticize.eivind1998-02-091-1/+1
* Make INET a proper option.eivind1998-01-083-5/+11
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-1/+0
* To obey the traditional practice in mbuf chaining.itojun1997-10-011-10/+15
* Add shared EISA interrupt support.gibbs1997-09-211-3/+8
* Convert to the new callout interface.gibbs1997-09-212-5/+15
* Struct arpcom should be in the beginning of a softc struct for arp andjhay1997-09-021-1/+1
* Yank the casts.fsmp1997-08-211-1/+1
* Add several casts and include several header files to eliminate compilerfsmp1997-08-211-2/+2
* Add a cast to eliminate a compiler warning.fsmp1997-08-211-1/+1
* Don't cast function pointers to (void *). This will cause warnings.bde1997-07-012-7/+3
* Removed unused #includes.bde1997-06-141-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
* Some of these cards are always in promiscous mode :-(phk1997-01-281-15/+12
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-15/+9
* Support 4 of these as default, it only cost us 12 bytes more.phk1996-12-151-0/+5
* Some imporvemnets to the vx driver.guido1996-12-021-57/+81
* Some imporvemnets to the vx driver.guido1996-12-021-1/+1
* Fix ifconfig link flag handlingguido1996-11-211-3/+6
* New vx driver for:guido1996-11-044-0/+1861
OpenPOWER on IntegriCloud