summaryrefslogtreecommitdiff
path: root/sys/dev/vx
AgeCommit message (Expand)Author
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-10-02Fix mis-indentation.Poul-Henning Kamp
2002-10-01Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis
2002-08-18Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev
2002-03-20Remove __P.Alfred Perlstein
2002-02-05Get rid of the twisted MFREE() macro entirely.Matthew Dillon
2001-07-19Quiet a variable format-string warning.Kris Kennaway
2001-06-20Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic
2000-12-07When I converted this driver, I neglected to deal with packet alignment.Bill Paul
2000-11-07Update the vortex driver so that it no longer needs the PCI compatBill Paul
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-07-04be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino
2000-05-28Warn that this as an oldpci device..Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-12This driver attempts to cache mbufs, and re-use them as headers insteadJonathan Lemon
2000-05-01Add missing $FreeBSD$Peter Wemm
2000-01-29Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm
2000-01-16Set ifq_maxlen to default (IFQ_MAXLEN).Matthew N. Dodd
2000-01-14Pre 4.0 tidy up.Peter Wemm
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-21Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith
1999-08-01Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-07-03Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm
1999-05-09Missing revision markers.Peter Wemm
1999-05-09Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-18Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm
1999-01-27 Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon
1999-01-12Switch type of vxintr instead of using the previous casts.Eivind Eklund
1999-01-12Silence warning by casting vxintr to correct typeEivind Eklund
1998-12-16vxalloc() can return NULL. Deal with it.Eivind Eklund
1998-12-14 pci_device pd_probe function changed from returning char * to returningMatthew Dillon
1998-08-16Import the (Fast) Etherlink XL driver. I'm reasonally confident in itsBill Paul
1998-07-13Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-02-21Add $Id$Gary Palmer
1998-02-21Provide a missing parameter to printf to stop the kernel from panicing.Gary Palmer
1998-02-20Removed unused #includes.Bruce Evans
1998-02-09Staticize.Eivind Eklund
1998-01-08Make INET a proper option.Eivind Eklund
1997-11-07Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp
1997-10-01To obey the traditional practice in mbuf chaining.Jun-ichiro itojun Hagino
1997-09-21Add shared EISA interrupt support.Justin T. Gibbs