summaryrefslogtreecommitdiff
path: root/sys/dev/en
AgeCommit message (Expand)Author
2017-04-24Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2015-01-05To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-12-29In sys/dev/en/midway.c, #if 0 an unused static function.Dimitry Andric
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-03-12Final pass at having devices use their bus parent for dma tags. TheScott Long
2011-06-28Remove duplicate header includesKevin Lo
2011-01-18Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming
2008-11-06Hide an unused variable in case we compile with neither INET nor INET6.Bjoern A. Zeeb
2008-03-25Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov
2007-05-29Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson
2007-05-27Rather than entering DDB with the message "unexpected error" and wedgingRobert Watson
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-29Fix fat-fingering in previous commit.John Baldwin
2006-12-29Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-03-21Subtracting two pointers produces a ptrdiff_t not a size_t so useHartmut Brandt
2005-10-27Drop the driver lock around atm_input() analogous to all the ethernetJohn Baldwin
2005-09-29- Use PCIR_BAR macro rather than hardcoding 0x10.John Baldwin
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-02* Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman
2004-07-10Update for the KDB framework:Marcel Moolenaar
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-29All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long
2003-12-17Move the locking of the softc up to before the allocation of theHartmut Brandt
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-07Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin
2003-08-06Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt
2003-08-06Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeHartmut Brandt
2003-08-06When sending check that the channel is really open. Get the informationHartmut Brandt
2003-08-06Print an array index that is computed as ptrdiff_t with %tu.Hartmut Brandt
2003-08-06Change the format type to unbreak LINT on 64-bit platforms.David E. O'Brien
2003-08-05Implement per-VC statistics.Hartmut Brandt
2003-08-05Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theHartmut Brandt
2003-08-05Use the generic getvccs function from net/if_atmsubr.c and removeHartmut Brandt
2003-08-05Arrghhh. Remove debugging printf's that slipped in in the pre-previousHartmut Brandt
2003-08-05Use __FBSDID() as per style(9).Hartmut Brandt
2003-08-05Make the en(4) driver more like the other ATM drivers. This is theHartmut Brandt
2003-08-05Move the clearing of the IFF_RUNNING flag into the reset routine.Hartmut Brandt
2003-07-15Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that theHartmut Brandt