summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Improve media status reporting, when the driver knows...imp2012-01-301-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Fix comment typo.rwatson2009-11-251-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* It appears that the TDK LAK CD011 works with fe driver. I don't haveimp2009-03-251-0/+1
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* Fix the whitespace in this file to be consistent with itself and withimp2009-03-121-42/+40
* Add support for Hitachi HT-4840-11. This card is supposedly just likeimp2009-03-111-0/+14
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handlejhb2008-06-235-44/+27
* Make fe(4) MPSAFE:jhb2008-06-023-44/+86
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Return 0 if we are a network card and do match. Previously, we'd boguslyimp2005-11-191-0/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Preliminary support for Xircom Credit Card Adapter. Not to beimp2005-10-251-13/+55
* PC Card instead of other variantsimp2005-09-222-5/+5
* Remove OLDCARD support by removing compat shimsimp2005-09-201-27/+14
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-12/+12
* s/sc_enaddr/enaddr/ to fix pc98 build.brooks2005-06-111-19/+19
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-107/+116
* Perliminary support for Fujitsu SCSI LAN combo card. At least for theimp2005-02-201-1/+1
* Back out part of 1.23. This was a work in progress to support theimp2005-02-201-13/+5
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-204-10/+22
* we don't need the offset in the attr memory to get the ethernetimp2005-01-211-14/+12
* Remove prototype of undefined function so this compiles again.phk2005-01-211-2/+0
* Rework pccard attachment a little. Now both of my fe based ethernetimp2005-01-211-26/+22
* Only attach to network functions. This should be a nop since I'm notimp2005-01-201-0/+10
* Minor nitimp2005-01-201-1/+0
* Add a few cards from NetBSD. They don't work yet, since the code toimp2005-01-111-8/+10
* don't pollute global namespace with valid_Ether_p, instead, prependimp2005-01-105-24/+24
* NE200 -> NE200Timp2005-01-101-1/+1
* Add support for:imp2005-01-101-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.bms2004-10-071-1/+1
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-24/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-18/+16
OpenPOWER on IntegriCloud