aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
* 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
* NE200 -> NE200TWarner Losh2005-01-101-1/+1
* Add support for:Warner Losh2005-01-101-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.Bruce M Simpson2004-10-071-1/+1
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-24/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-18/+16
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-30/+30
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-142-20/+8
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).Brooks Davis2002-10-011-7/+7
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Supported C-NET(98)P2 PnP mode.Yoshihiro Takahashi2002-02-041-15/+27
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-28/+7
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-14/+14
* Always turned on 8bit access card support for the fe driverTakeshi Shibagaki2001-09-022-35/+0
* Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki2001-09-023-16/+64