aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/patm
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-19/+19
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-266-0/+6
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-242-5/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-043-6/+6
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-5/+6
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-4/+4
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-4/+4
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-2/+0
* Remove unused variable.Ganbold Tsagaankhuu2008-11-261-4/+4
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* This driver has been MPSAFE from the beginning, so declare the interruptHartmut Brandt2006-03-211-2/+2
* Replace m_extadd() with macro version MEXTADD().Andre Oppermann2005-09-191-2/+2
* Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-094-12/+12
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-012-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-107-85/+92
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* 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