aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
Commit message (Expand)AuthorAgeFilesLines
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino2000-07-041-1/+1
* Warn that this as an oldpci device..Peter Wemm2000-05-281-0/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-13/+4
* This driver attempts to cache mbufs, and re-use them as headers insteadJonathan Lemon2000-05-121-0/+1
* Add missing $FreeBSD$Peter Wemm2000-05-011-0/+2
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm2000-01-293-15/+0
* Set ifq_maxlen to default (IFQ_MAXLEN).Matthew N. Dodd2000-01-161-0/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-4/+2
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* 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
* 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