| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the __inline qualifier from a function which is in fact not an | mjacob | 2007-06-08 | 1 | -1/+1 |
* | Replace m_extadd() with macro version MEXTADD(). | andre | 2005-09-19 | 1 | -2/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+1 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -3/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -13/+13 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | change NULL to 0 to silence warning. | alfred | 2003-12-24 | 1 | -1/+1 |
* | Initialize the USED flag in new external receive buffers to 0, not to 1. | harti | 2003-11-05 | 1 | -2/+2 |
* | Explain why the lock-free allocation algorithm is safe in our case | harti | 2003-10-30 | 1 | -0/+18 |
* | Reinvent the used-flag for external mbufs. This and the on-card flag | harti | 2003-10-30 | 1 | -5/+30 |
* | Remove a superfluous ) from the previous commit. This was obviously | harti | 2003-10-29 | 1 | -1/+1 |
* | Make the maximum number of pages for external mbufs configurable in | harti | 2003-10-29 | 1 | -1/+1 |
* | Inline a function that was called only in one place directly into that place. | harti | 2003-10-29 | 1 | -58/+48 |
* | We have some space in the external mbufs so use this space for | harti | 2003-10-29 | 1 | -2/+4 |
* | Defer allocation of the actual receive mbuf until the external buffer | harti | 2003-10-29 | 1 | -26/+24 |
* | Get rid of the mutexes for the exernal buffer free lists. Use | harti | 2003-10-29 | 1 | -34/+49 |
* | When we cannot allocate an external buffer (bacause we've hit | harti | 2003-10-27 | 1 | -9/+5 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -6/+7 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Use the default arguments for lockfunc and lockfuncarg in | harti | 2003-07-10 | 1 | -2/+2 |
* | Style: __FBSDID(). | harti | 2003-06-18 | 1 | -2/+3 |
* | This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full | harti | 2003-06-17 | 1 | -0/+681 |