| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 8 | -8/+8 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | All three of these drivers abused cv_waitq_empty in the same way by spinning | Scott Long | 2004-02-29 | 1 | -7/+2 |
| * | change NULL to 0 to silence warning. | Alfred Perlstein | 2003-12-24 | 1 | -1/+1 |
| * | Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe | Hartmut Brandt | 2003-11-05 | 2 | -2/+9 |
| * | When compiled with debugging trace the number of transmit mbufs that | Hartmut Brandt | 2003-11-05 | 2 | -2/+46 |
| * | Initialize the USED flag in new external receive buffers to 0, not to 1. | Hartmut Brandt | 2003-11-05 | 1 | -2/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+1 |
| * | Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than | Hartmut Brandt | 2003-10-31 | 1 | -1/+5 |
| * | Explain why the lock-free allocation algorithm is safe in our case | Hartmut Brandt | 2003-10-30 | 1 | -0/+18 |
| * | Reinvent the used-flag for external mbufs. This and the on-card flag | Hartmut Brandt | 2003-10-30 | 3 | -19/+56 |
| * | Allow sending of more than one raw cell from a single mbuf. Only the | Hartmut Brandt | 2003-10-29 | 1 | -8/+11 |
| * | Remove a superfluous ) from the previous commit. This was obviously | Hartmut Brandt | 2003-10-29 | 1 | -1/+1 |
| * | Make the maximum number of pages for external mbufs configurable in | Hartmut Brandt | 2003-10-29 | 3 | -2/+7 |
| * | Make the value of the HATM_DEBUG symbol the default for the debugging | Hartmut Brandt | 2003-10-29 | 3 | -12/+14 |
| * | Inline a function that was called only in one place directly into that place. | Hartmut Brandt | 2003-10-29 | 2 | -71/+71 |
| * | We have some space in the external mbufs so use this space for | Hartmut Brandt | 2003-10-29 | 2 | -2/+5 |
| * | Defer allocation of the actual receive mbuf until the external buffer | Hartmut Brandt | 2003-10-29 | 4 | -29/+30 |
| * | Get rid of the mutexes for the exernal buffer free lists. Use | Hartmut Brandt | 2003-10-29 | 3 | -52/+51 |
| * | When we cannot allocate an external buffer (bacause we've hit | Hartmut Brandt | 2003-10-27 | 1 | -9/+5 |
| * | Sysctl names should not contain dots. Convert them to underlines. | Hartmut Brandt | 2003-10-24 | 1 | -19/+19 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -6/+7 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 5 | -10/+10 |
| * | Make the driver preserve open connections accross ifconfig down | Hartmut Brandt | 2003-08-07 | 4 | -26/+57 |
| * | Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted | Hartmut Brandt | 2003-08-06 | 1 | -54/+2 |
| * | Make the driver honor the ATMIO_FLAG_ASYNC that requests | Hartmut Brandt | 2003-08-06 | 4 | -9/+6 |
| * | Rearrange the fields in the vcc table entry to fit to the requirements | Hartmut Brandt | 2003-07-30 | 2 | -68/+13 |
| * | Generate events for carrier state, PVC state changes and flow control | Hartmut Brandt | 2003-07-29 | 3 | -16/+13 |
| * | Remove the rather bogus statistics sysctl and merge it into the | Hartmut Brandt | 2003-07-29 | 2 | -17/+8 |
| * | The card resets the S/Uni chip when it is resetted. Therefor | Hartmut Brandt | 2003-07-17 | 1 | -0/+5 |
| * | Use the default arguments for lockfunc and lockfuncarg in | Hartmut Brandt | 2003-07-10 | 5 | -14/+23 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -4/+7 |
| * | Style: __FBSDID(). | Hartmut Brandt | 2003-06-18 | 5 | -10/+16 |
| * | This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full | Hartmut Brandt | 2003-06-17 | 8 | -0/+6017 |