| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r339703, r347365, r347703, r347940 | Brooks Davis | 2019-05-18 | 1 | -0/+3 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 6 | -12/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 6 | -0/+12 |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -4/+4 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -3/+3 |
| * | 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 |
| * | 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 | -7/+2 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -12/+12 |
| * | Provide includes that are needed in these files, and before were read | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Fxi a bunch of typos. | Eitan Adler | 2013-05-10 | 1 | -1/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -2/+2 |
| * | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
| * | - Add a private timer to drive the transmit watchdog instead of using | John Baldwin | 2009-11-19 | 2 | -20/+39 |
| * | Use the bus_*() routines rather than bus_space_*() for register operations. | John Baldwin | 2009-11-17 | 3 | -14/+8 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -3/+3 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+2 |
| * | Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes. | Warner Losh | 2006-02-04 | 1 | -4/+4 |
| * | Remove ifdef notyet for SIOCGHWADDR | Warner Losh | 2006-02-04 | 1 | -19/+7 |
| * | While reviewing if_sn in an attempt to understand network drivers | Warner Losh | 2006-01-07 | 1 | -34/+34 |
| * | Eliminate dead code | Warner Losh | 2005-09-22 | 1 | -6/+0 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | Spell "destroy" correctly. | Ruslan Ermilov | 2005-09-15 | 2 | -2/+2 |
| * | Use new convenience function to read CIS rather than the older, harder to | Warner Losh | 2005-09-13 | 1 | -2/+1 |
| * | Some preliminary support for Megahertz XJEM and CCEM (same cards really) | Warner Losh | 2005-08-15 | 1 | -28/+159 |
| * | Diff reduction to my tree: commit the trivial part of efforts to add | Warner Losh | 2005-08-15 | 2 | -2/+8 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -13/+14 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -1/+5 |
| * | Better name for type 4 chips | Warner Losh | 2005-07-18 | 1 | -1/+1 |
| * | Comment out a few entries in the sn_pccard_products table until | Warner Losh | 2005-07-13 | 1 | -26/+39 |
| * | Commit firmware that the xilinx on the Ositech Seven of Diamonds and a | Warner Losh | 2005-07-13 | 1 | -0/+382 |
| * | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | Warner Losh | 2005-07-10 | 2 | -3/+7 |
| * | Fix the build. The SMC_8020BT define doesn't exist yet. | Scott Long | 2005-07-09 | 1 | -0/+2 |
| * | Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so list | Warner Losh | 2005-07-09 | 1 | -3/+2 |
| * | Add support for Farallon EtherMAC PC Card. | Warner Losh | 2005-07-06 | 4 | -65/+64 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -3/+3 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 3 | -58/+61 |
| * | Only attach to network functions. I'm not aware of any multifunction | Warner Losh | 2005-01-20 | 1 | -0/+10 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 4 | -4/+4 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -22/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Include required machine/bus.h | Warner Losh | 2004-05-28 | 1 | -0/+2 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -9/+4 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | It turns out that the module dependency on pccard is in error. Since | Warner Losh | 2004-05-08 | 1 | -1/+0 |
| * | Remove two variables that became unused because of last commit. | Luigi Rizzo | 2004-04-16 | 1 | -2/+0 |