summaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatm_intr.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize the USED flag in new external receive buffers to 0, not to 1.Hartmut Brandt2003-11-051-2/+2
* Explain why the lock-free allocation algorithm is safe in our caseHartmut Brandt2003-10-301-0/+18
* Reinvent the used-flag for external mbufs. This and the on-card flagHartmut Brandt2003-10-301-5/+30
* Remove a superfluous ) from the previous commit. This was obviouslyHartmut Brandt2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inHartmut Brandt2003-10-291-1/+1
* Inline a function that was called only in one place directly into that place.Hartmut Brandt2003-10-291-58/+48
* We have some space in the external mbufs so use this space forHartmut Brandt2003-10-291-2/+4
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-26/+24
* Get rid of the mutexes for the exernal buffer free lists. UseHartmut Brandt2003-10-291-34/+49
* When we cannot allocate an external buffer (bacause we've hitHartmut Brandt2003-10-271-9/+5
* Use __FBSDID().David E. O'Brien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-101-2/+2
* Style: __FBSDID().Hartmut Brandt2003-06-181-2/+3
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+681