summaryrefslogtreecommitdiffstats
path: root/sys/dev/patm
Commit message (Expand)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-242-5/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-6/+6
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-5/+6
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-4/+4
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-4/+4
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* Remove unused variable.ganbold2008-11-261-4/+4
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* This driver has been MPSAFE from the beginning, so declare the interruptharti2006-03-211-2/+2
* Replace m_extadd() with macro version MEXTADD().andre2005-09-191-2/+2
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-094-12/+12
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-012-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-107-85/+92
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-291-4/+1
* Fix style bug in last commit,johan2004-02-251-5/+5
* style.Makefile(5):johan2004-02-241-4/+2
* Added missing DPADD.ru2004-02-051-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-247-0/+21
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* Make open channels persist across ifconfig down and up. All channelsharti2003-08-073-21/+40
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-47/+2
* Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.harti2003-08-064-10/+11
* Send events for VCC state changes, ACR rate changes and interface stateharti2003-07-293-9/+12
* Inline a function that gcc refused to inline. This function was usedharti2003-07-261-7/+2
* When padding an mbuf chain to have a length that is a multipleharti2003-07-221-0/+1
* This is a driver for IDT77252 based ATM interfaces. It has been testedharti2003-07-1511-0/+14914
OpenPOWER on IntegriCloud