summaryrefslogtreecommitdiff
path: root/sys/dev/en
AgeCommit message (Expand)Author
2003-07-04Delete a superfluous semi-colon.Hartmut Brandt
2003-07-01Mega busdma API commit.Scott Long
2003-06-13Implement the ioctl that returns a list of currently open VCCs.Hartmut Brandt
2003-06-13Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt
2003-06-11Use __FBSDID().David E. O'Brien
2003-06-04Make the internal statistics sysctl an array of integers rather than a string.Hartmut Brandt
2003-05-31Fix off-by-one error in range check of VC index.Poul-Henning Kamp
2003-05-05Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt
2003-04-29Add module data and version to the atm_subr and reference this info from theHartmut Brandt
2003-04-25Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-03-12clean up the en driver since it will survice for a while byKenjiro Cho
2003-03-04Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon
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-12-30Correct mbuf packet header propagation. Previously, packet headersSam Leffler
2002-11-14network interface driver changes:Sam Leffler
2002-09-28Rename "struct device" to "struct midway_device" to avoid clashingPoul-Henning Kamp
2002-09-06Don't include "bpf.h" when compiling on FreeBSD. We always compile inBrooks Davis
2002-03-20Remove __P.Alfred Perlstein
2000-11-25Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon
2000-11-11Change check for existence of mbuf->m_ext.ext_free to check of new ext_typeBosko Milekic
2000-11-08restore the freebsd local type-cast fixes that I mistakenly removedKenjiro Cho
2000-11-07newbusify the en atm driver.Kenjiro Cho
2000-11-07newbusify the en atm driver.Kenjiro Cho
2000-11-04Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans
2000-11-04Enabled the used include of <machine/bus.h> -- don't depend on evilBruce Evans
2000-10-29Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp
2000-10-22Make LINT compile again.Poul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-08-19Replace the mbuf external reference counting code with somethingDavid Malone
2000-03-27Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh
2000-03-27Per conversations in -current, add #error to these drivers when you don'tWarner Losh
2000-01-29Remove #if NEN > 0 in the name of FreeBSD - it's not required as configPeter Wemm
1999-10-11remove unused #include, add $FreeBSD$Poul-Henning Kamp
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-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-08clean up en atm driverKenjiro Cho
1999-05-06Undo excess staticization - these two are meant to be callable fromPeter Wemm
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-11Staticize.Eivind Eklund
1999-01-27 Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon
1999-01-09cleanup: remove part of the code for 2.1.Kenjiro Cho
1998-12-14 probe function changed from returning char * to const char *.Matthew Dillon
1998-12-04Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs