| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r365608: | Bjoern A. Zeeb | 2020-09-12 | 1 | -1/+1 |
| * | MFC r365015: | Warner Losh | 2020-09-09 | 3 | -2/+4 |
| * | MFC: 364430: | Warner Losh | 2020-09-09 | 1 | -0/+2 |
| * | MFC r355864: | Mark Johnston | 2019-12-20 | 1 | -8/+15 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Add PNP info to PCI attachment of an driver | Warner Losh | 2018-06-13 | 1 | -0/+2 |
| * | Use an accessor function to access ifr_data. | Brooks Davis | 2018-03-30 | 1 | -6/+12 |
| * | Create a new ISA_PNP_INFO macro. Use this macro every where we have | Warner Losh | 2017-12-23 | 1 | -0/+1 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 6 | -0/+12 |
| * | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni | 2017-02-20 | 1 | -1/+1 |
| * | Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater | Sean Bruno | 2016-05-24 | 1 | -0/+6 |
| * | Move mutex initialization from PCI probe to PCI attach. Drivers are not | Scott Long | 2016-05-12 | 3 | -23/+13 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -2/+2 |
| * | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -6/+6 |
| * | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | Warner Losh | 2015-12-11 | 1 | -0/+1 |
| * | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -4/+2 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -20/+20 |
| * | last is set and not used, most likely a cut and paste error from other | Warner Losh | 2014-08-08 | 1 | -3/+1 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -8/+0 |
| * | Fix several panics when initialization of an ISA or PC-CARD device fails: | Gavin Atkinson | 2013-12-14 | 2 | -6/+5 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -14/+0 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -4/+4 |
| * | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
| * | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
| * | Fix some net80211 enum nits: | Bernhard Schmidt | 2011-12-17 | 1 | -2/+2 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Remove duplicate header includes | Kevin Lo | 2011-06-28 | 1 | -1/+0 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
| * | - For 350 chips, don't set various INTR bits in TX control word; turning INTR | John Baldwin | 2009-11-24 | 2 | -9/+14 |
| * | Use bus_*() rather than bus_space_*(). | John Baldwin | 2009-11-24 | 5 | -39/+12 |
| * | - Locking fixes to not do silly things like drop the lock only to call a | John Baldwin | 2009-11-10 | 2 | -76/+67 |
| * | - Use device_printf() instead of printf() with an explicit unit number | John Baldwin | 2009-11-06 | 5 | -19/+16 |
| * | Use device_printf() and if_printf() instead of printf() with an explicit | John Baldwin | 2009-11-06 | 2 | -70/+61 |
| * | Shutdown routine returns int. | Warner Losh | 2009-02-04 | 2 | -3/+3 |
| * | In case INET is not defined, then ANCACHE is not defined and | Bjoern A. Zeeb | 2008-11-06 | 1 | -0/+2 |
| * | Style changes from avatar. | Doug Ambrisko | 2008-01-18 | 2 | -48/+48 |
| * | First real attempt at proper locking. The locking is a little complicated | Doug Ambrisko | 2008-01-18 | 3 | -122/+253 |
| * | MFP4(129048): Eliminating an unnecessary check on an_gone inside | Tai-hwa Liang | 2007-11-27 | 1 | -4/+0 |
| * | MFP4(128855, 129015): | Tai-hwa Liang | 2007-11-16 | 2 | -11/+18 |
| * | Fixing invalid channel display in ifconfig(8) by implementing required | Tai-hwa Liang | 2007-09-10 | 1 | -0/+17 |
| * | MFP4(123687): Closing another LOR by dropping the driver lock around calls | Tai-hwa Liang | 2007-08-07 | 1 | -1/+3 |
| * | MFP4(123686): Fixing various ancontrol(8) related panics by dropping locks | Tai-hwa Liang | 2007-08-02 | 1 | -12/+60 |
| * | Remove assignment to uninitialized variable that wasn't then used anyway. | Matt Jacob | 2007-06-08 | 1 | -2/+0 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 3 | -3/+3 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -5/+6 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Silence the strict-alias warnings. Make a trip through (void *) when | Warner Losh | 2006-02-04 | 1 | -16/+16 |