summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-3/+11
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-3/+3
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-4/+6
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-4/+4
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-042-3/+3
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Free pointer from getenv() when done with it.emaste2009-11-301-0/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+2
* Remove the __inline qualifier from a function which is in fact not anmjacob2007-06-081-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Replace m_extadd() with macro version MEXTADD().andre2005-09-191-2/+2
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-3/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-095-16/+16
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-3/+6
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-013-5/+5
* Fix the debugging macro. The struct ifnet isn't embedded in softcharti2005-06-221-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-106-114/+122
* Add a missing comma which prevents compilation with debugging enabled.harti2005-05-251-1/+1
* 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-068-8/+8
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-291-7/+2
* change NULL to 0 to silence warning.alfred2003-12-241-1/+1
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatharti2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+1
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-303-19/+56
* Allow sending of more than one raw cell from a single mbuf. Only theharti2003-10-291-8/+11
* Remove a superfluous ) from the previous commit. This was obviouslyharti2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inharti2003-10-293-2/+7
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-293-13/+15
* Inline a function that was called only in one place directly into that place.harti2003-10-292-72/+72
* We have some space in the external mbufs so use this space forharti2003-10-292-2/+5
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-294-29/+30
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-293-52/+51
* When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theimp2003-08-225-10/+10
* Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-54/+2
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-064-9/+6
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
OpenPOWER on IntegriCloud