summaryrefslogtreecommitdiff
path: root/sys/dev/patm/if_patm_tx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1277/+0
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-14/+14
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-4/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-011-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+21
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-101-2/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.Hartmut Brandt2003-08-061-2/+2
* Send events for VCC state changes, ACR rate changes and interface stateHartmut Brandt2003-07-291-1/+2
* When padding an mbuf chain to have a length that is a multipleHartmut Brandt2003-07-221-0/+1
* This is a driver for IDT77252 based ATM interfaces. It has been testedHartmut Brandt2003-07-151-0/+1273