| Age | Commit message (Expand) | Author |
| 2009-03-25 | It appears that the TDK LAK CD011 works with fe driver. I don't have | Warner Losh |
| 2009-03-15 | Generalize the workaround for the Hitachi HT-4840-11. The Contec | Warner Losh |
| 2009-03-12 | Fix the whitespace in this file to be consistent with itself and with | Warner Losh |
| 2009-03-11 | Add support for Hitachi HT-4840-11. This card is supposedly just like | Warner Losh |
| 2008-06-23 | - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle | John Baldwin |
| 2008-06-02 | Make fe(4) MPSAFE: | John Baldwin |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-08-04 | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy |
| 2005-11-19 | Return 0 if we are a network card and do match. Previously, we'd bogusly | Warner Losh |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-10-25 | Preliminary support for Xircom Credit Card Adapter. Not to be | Warner Losh |
| 2005-09-22 | PC Card instead of other variants | Warner Losh |
| 2005-09-20 | Remove OLDCARD support by removing compat shims | Warner Losh |
| 2005-09-19 | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh |
| 2005-09-16 | Fix "struct ifnet" leak if attach() fails in the middle. | Ruslan Ermilov |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-08-03 | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson |
| 2005-06-24 | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh |
| 2005-06-11 | s/sc_enaddr/enaddr/ to fix pc98 build. | Brooks Davis |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-02-20 | Perliminary support for Fujitsu SCSI LAN combo card. At least for the | Warner Losh |
| 2005-02-20 | Back out part of 1.23. This was a work in progress to support the | Warner Losh |
| 2005-02-20 | Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It | Warner Losh |
| 2005-01-21 | we don't need the offset in the attr memory to get the ethernet | Warner Losh |
| 2005-01-21 | Remove prototype of undefined function so this compiles again. | Poul-Henning Kamp |
| 2005-01-21 | Rework pccard attachment a little. Now both of my fe based ethernet | Warner Losh |
| 2005-01-20 | Only attach to network functions. This should be a nop since I'm not | Warner Losh |
| 2005-01-20 | Minor nit | Warner Losh |
| 2005-01-11 | Add a few cards from NetBSD. They don't work yet, since the code to | Warner Losh |
| 2005-01-10 | don't pollute global namespace with valid_Ether_p, instead, prepend | Warner Losh |
| 2005-01-10 | NE200 -> NE200T | Warner Losh |
| 2005-01-10 | Add support for: | Warner Losh |
| 2005-01-06 | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-10-07 | Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit. | Bruce M Simpson |
| 2004-08-13 | Since if_fe doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson |
| 2004-06-09 | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber |
| 2004-05-27 | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh |
| 2004-05-26 | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-04-15 | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-14 | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd |
| 2003-12-08 | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien |
| 2003-11-13 | Try to create some sort of consistency in how the routings to find the | David E. O'Brien |
| 2003-10-31 | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-04-10 | Make sure that pp_name is non-null before setting the device | Warner Losh |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |