summaryrefslogtreecommitdiff
path: root/sys/dev/fe
AgeCommit message (Expand)Author
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
2005-01-10don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh
2005-01-10NE200 -> NE200TWarner Losh
2005-01-10Add support for:Warner Losh
2005-01-06/* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-07Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.Bruce M Simpson
2004-08-13Since if_fe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-12-08Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-10Make sure that pp_name is non-null before setting the deviceWarner Losh
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein