aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/patm/if_patm_intr.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Remove unused variable.Ganbold Tsagaankhuu2008-11-261-4/+4
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* 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
* This is a driver for IDT77252 based ATM interfaces. It has been testedHartmut Brandt2003-07-151-0/+552