aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
* MFC r339703:Brooks Davis2018-10-251-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-3/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-283-1037/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-13/+13
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* MFi386: r278165Yoshihiro Takahashi2015-06-271-3/+14
* Silence a coverity warning about ignoring a return value. We do, butWarner Losh2015-02-031-3/+14
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-14/+17
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Improve media status reporting, when the driver knows...Warner Losh2012-01-301-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Fix comment typo.Robert Watson2009-11-251-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* It appears that the TDK LAK CD011 works with fe driver. I don't haveWarner Losh2009-03-251-0/+1
* Generalize the workaround for the Hitachi HT-4840-11. The ContecWarner Losh2009-03-151-6/+7
* Fix the whitespace in this file to be consistent with itself and withWarner Losh2009-03-121-42/+40
* Add support for Hitachi HT-4840-11. This card is supposedly just likeWarner Losh2009-03-111-0/+14
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handleJohn Baldwin2008-06-235-44/+27
* Make fe(4) MPSAFE:John Baldwin2008-06-023-44/+86
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Return 0 if we are a network card and do match. Previously, we'd boguslyWarner Losh2005-11-191-0/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Preliminary support for Xircom Credit Card Adapter. Not to beWarner Losh2005-10-251-13/+55
* PC Card instead of other variantsWarner Losh2005-09-222-5/+5
* Remove OLDCARD support by removing compat shimsWarner Losh2005-09-201-27/+14
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov2005-09-161-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-14/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-12/+12
* s/sc_enaddr/enaddr/ to fix pc98 build.Brooks Davis2005-06-111-19/+19
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-104-107/+116
* Perliminary support for Fujitsu SCSI LAN combo card. At least for theWarner Losh2005-02-201-1/+1
* Back out part of 1.23. This was a work in progress to support theWarner Losh2005-02-201-13/+5
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. ItWarner Losh2005-02-204-10/+22
* we don't need the offset in the attr memory to get the ethernetWarner Losh2005-01-211-14/+12
* Remove prototype of undefined function so this compiles again.Poul-Henning Kamp2005-01-211-2/+0
* Rework pccard attachment a little. Now both of my fe based ethernetWarner Losh2005-01-211-26/+22
* Only attach to network functions. This should be a nop since I'm notWarner Losh2005-01-201-0/+10
* Minor nitWarner Losh2005-01-201-1/+0
* Add a few cards from NetBSD. They don't work yet, since the code toWarner Losh2005-01-111-8/+10
* don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh2005-01-105-24/+24