summaryrefslogtreecommitdiff
path: root/sys/dev/vx
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-314-7/+9
* Start to minimize diffs between vx and ep. These latter is based on aWarner Losh2003-10-255-89/+127
* more unused item cleanupWarner Losh2003-10-231-2/+0
* BASE is no longer used, and is an appendix. Remove it.Warner Losh2003-10-231-5/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-243-4/+9
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Revert part of rev 1.43. We want to fail gracefully if there is no packetDag-Erling Smørgrav2003-06-081-0/+3
* Remove break after returnPoul-Henning Kamp2003-05-311-4/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-5/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* network interface driver changes:Sam Leffler2002-11-141-12/+5
* Fix mis-indentation.Poul-Henning Kamp2002-10-021-3/+3
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis2002-10-011-2/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* Remove __P.Alfred Perlstein2002-03-203-24/+24
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-14/+12
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic2001-06-201-4/+1
* When I converted this driver, I neglected to deal with packet alignment.Bill Paul2000-12-071-0/+17
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-074-180/+193
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* 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-65/+87
* 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