| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 3 | -6/+6 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -5/+6 |
| * | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | Matthew D Fleming | 2011-01-19 | 1 | -4/+4 |
| * | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -4/+4 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -2/+0 |
| * | Remove unused variable. | Ganbold Tsagaankhuu | 2008-11-26 | 1 | -4/+4 |
| * | Give MEXTADD() another argument to make both void pointers to the | Poul-Henning Kamp | 2008-02-01 | 1 | -2/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy | 2006-08-04 | 1 | -1/+1 |
| * | This driver has been MPSAFE from the beginning, so declare the interrupt | Hartmut Brandt | 2006-03-21 | 1 | -2/+2 |
| * | Replace m_extadd() with macro version MEXTADD(). | Andre Oppermann | 2005-09-19 | 1 | -2/+2 |
| * | Fix "struct ifnet" leak if attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -1/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 4 | -12/+12 |
| * | Fix another fallout from the ifnet change that assumed that a softc | Hartmut Brandt | 2005-07-01 | 2 | -2/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 7 | -84/+91 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 9 | -9/+9 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | Eliminate multiple __FBSDID and sys/cdefs.h. | Bruce M Simpson | 2004-03-10 | 7 | -15/+0 |
| * | All three of these drivers abused cv_waitq_empty in the same way by spinning | Scott Long | 2004-02-29 | 1 | -4/+1 |
| * | Fix style bug in last commit, | Johan Karlsson | 2004-02-25 | 1 | -5/+5 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-24 | 1 | -4/+2 |
| * | Added missing DPADD. | Ruslan Ermilov | 2004-02-05 | 1 | -0/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 7 | -0/+21 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Change instances of callout_init that specify MPSAFE behaviour to | Sam Leffler | 2003-08-19 | 1 | -1/+1 |
| * | Make open channels persist across ifconfig down and up. All channels | Hartmut Brandt | 2003-08-07 | 3 | -21/+40 |
| * | Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted | Hartmut Brandt | 2003-08-06 | 1 | -47/+2 |
| * | Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs. | Hartmut Brandt | 2003-08-06 | 4 | -10/+11 |
| * | Send events for VCC state changes, ACR rate changes and interface state | Hartmut Brandt | 2003-07-29 | 3 | -9/+12 |
| * | Inline a function that gcc refused to inline. This function was used | Hartmut Brandt | 2003-07-26 | 1 | -7/+2 |
| * | When padding an mbuf chain to have a length that is a multiple | Hartmut Brandt | 2003-07-22 | 1 | -0/+1 |
| * | This is a driver for IDT77252 based ATM interfaces. It has been tested | Hartmut Brandt | 2003-07-15 | 11 | -0/+14914 |