aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/patm
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-107-15/+0
* All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long2004-02-291-4/+1
* Fix style bug in last commit,Johan Karlsson2004-02-251-5/+5
* style.Makefile(5):Johan Karlsson2004-02-241-4/+2
* Added missing DPADD.Ruslan Ermilov2004-02-051-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use __FBSDID().David E. O'Brien2003-08-247-0/+21
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-1/+1
* Make open channels persist across ifconfig down and up. All channelsHartmut Brandt2003-08-073-21/+40
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-47/+2
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.Hartmut Brandt2003-08-064-10/+11
* Send events for VCC state changes, ACR rate changes and interface stateHartmut Brandt2003-07-293-9/+12
* Inline a function that gcc refused to inline. This function was usedHartmut Brandt2003-07-261-7/+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-1511-0/+14914