aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/patm/if_patm.c
Commit message (Expand)AuthorAgeFilesLines
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+5
* 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
* All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long2004-02-291-4/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Make open channels persist across ifconfig down and up. All channelsHartmut Brandt2003-08-071-6/+14
* Send events for VCC state changes, ACR rate changes and interface stateHartmut Brandt2003-07-291-0/+6
* This is a driver for IDT77252 based ATM interfaces. It has been testedHartmut Brandt2003-07-151-0/+499