summaryrefslogtreecommitdiff
path: root/sys/dev/fe
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove fe(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-06-27MFi386: r278165Yoshihiro Takahashi
2015-02-03Silence a coverity warning about ignoring a return value. We do, butWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-30Improve media status reporting, when the driver knows...Warner Losh
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-25Fix comment typo.Robert Watson
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-03-25It appears that the TDK LAK CD011 works with fe driver. I don't haveWarner Losh
2009-03-15Generalize the workaround for the Hitachi HT-4840-11. The ContecWarner Losh
2009-03-12Fix the whitespace in this file to be consistent with itself and withWarner Losh
2009-03-11Add support for Hitachi HT-4840-11. This card is supposedly just likeWarner Losh
2008-06-23- Use bus_foo() rather than bus_space_foo() and retire the bus tag and handleJohn Baldwin
2008-06-02Make fe(4) MPSAFE:John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-08-04Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy
2005-11-19Return 0 if we are a network card and do match. Previously, we'd boguslyWarner Losh
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-25Preliminary support for Xircom Credit Card Adapter. Not to beWarner Losh
2005-09-22PC Card instead of other variantsWarner Losh
2005-09-20Remove OLDCARD support by removing compat shimsWarner Losh
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-16Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-11s/sc_enaddr/enaddr/ to fix pc98 build.Brooks Davis
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-02-20Perliminary support for Fujitsu SCSI LAN combo card. At least for theWarner Losh
2005-02-20Back out part of 1.23. This was a work in progress to support theWarner Losh
2005-02-20Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. ItWarner Losh
2005-01-21we don't need the offset in the attr memory to get the ethernetWarner Losh
2005-01-21Remove prototype of undefined function so this compiles again.Poul-Henning Kamp
2005-01-21Rework pccard attachment a little. Now both of my fe based ethernetWarner Losh
2005-01-20Only attach to network functions. This should be a nop since I'm notWarner Losh
2005-01-20Minor nitWarner Losh
2005-01-11Add a few cards from NetBSD. They don't work yet, since the code toWarner Losh