| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r339703, r347365, r347703, r347940 | Brooks Davis | 2019-05-18 | 1 | -0/+2 |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -2/+2 |
| * | 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 | -2/+2 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 2 | -13/+13 |
| * | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | Warner Losh | 2015-12-11 | 1 | -0/+1 |
| * | MFi386: r278165 | Yoshihiro Takahashi | 2015-06-27 | 1 | -3/+14 |
| * | Silence a coverity warning about ignoring a return value. We do, but | Warner Losh | 2015-02-03 | 1 | -3/+14 |
| * | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -2/+1 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-18 | 1 | -14/+17 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 2 | -0/+4 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -2/+2 |
| * | Improve media status reporting, when the driver knows... | Warner Losh | 2012-01-30 | 1 | -2/+3 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
| * | Fix comment typo. | Robert Watson | 2009-11-25 | 1 | -1/+1 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | It appears that the TDK LAK CD011 works with fe driver. I don't have | Warner Losh | 2009-03-25 | 1 | -0/+1 |
| * | Generalize the workaround for the Hitachi HT-4840-11. The Contec | Warner Losh | 2009-03-15 | 1 | -6/+7 |
| * | Fix the whitespace in this file to be consistent with itself and with | Warner Losh | 2009-03-12 | 1 | -42/+40 |
| * | Add support for Hitachi HT-4840-11. This card is supposedly just like | Warner Losh | 2009-03-11 | 1 | -0/+14 |
| * | - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle | John Baldwin | 2008-06-23 | 5 | -44/+27 |
| * | Make fe(4) MPSAFE: | John Baldwin | 2008-06-02 | 3 | -44/+86 |
| * | 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 |
| * | Return 0 if we are a network card and do match. Previously, we'd bogusly | Warner Losh | 2005-11-19 | 1 | -0/+1 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Preliminary support for Xircom Credit Card Adapter. Not to be | Warner Losh | 2005-10-25 | 1 | -13/+55 |
| * | PC Card instead of other variants | Warner Losh | 2005-09-22 | 2 | -5/+5 |
| * | Remove OLDCARD support by removing compat shims | Warner Losh | 2005-09-20 | 1 | -27/+14 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | Fix "struct ifnet" leak if attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -0/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -14/+13 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -12/+12 |
| * | s/sc_enaddr/enaddr/ to fix pc98 build. | Brooks Davis | 2005-06-11 | 1 | -19/+19 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 4 | -107/+116 |
| * | Perliminary support for Fujitsu SCSI LAN combo card. At least for the | Warner Losh | 2005-02-20 | 1 | -1/+1 |
| * | Back out part of 1.23. This was a work in progress to support the | Warner Losh | 2005-02-20 | 1 | -13/+5 |
| * | Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It | Warner Losh | 2005-02-20 | 4 | -10/+22 |
| * | we don't need the offset in the attr memory to get the ethernet | Warner Losh | 2005-01-21 | 1 | -14/+12 |
| * | Remove prototype of undefined function so this compiles again. | Poul-Henning Kamp | 2005-01-21 | 1 | -2/+0 |
| * | Rework pccard attachment a little. Now both of my fe based ethernet | Warner Losh | 2005-01-21 | 1 | -26/+22 |
| * | Only attach to network functions. This should be a nop since I'm not | Warner Losh | 2005-01-20 | 1 | -0/+10 |
| * | Minor nit | Warner Losh | 2005-01-20 | 1 | -1/+0 |
| * | Add a few cards from NetBSD. They don't work yet, since the code to | Warner Losh | 2005-01-11 | 1 | -8/+10 |
| * | don't pollute global namespace with valid_Ether_p, instead, prepend | Warner Losh | 2005-01-10 | 5 | -24/+24 |
| * | NE200 -> NE200T | Warner Losh | 2005-01-10 | 1 | -1/+1 |
| * | Add support for: | Warner Losh | 2005-01-10 | 1 | -0/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |