summaryrefslogtreecommitdiff
path: root/sys/dev/ex
AgeCommit message (Expand)Author
2008-08-27Add preliminary support for the OLICOM OC2231 and OC2232. This is theWarner Losh
2008-08-24Some PC Card variants of the 82365 don't seem to like setting the IRQWarner Losh
2008-06-13Make ex(4) MPSAFE:John Baldwin
2007-04-16s/destory/destroy/ (except for the code in contrib/).Pawel Jakub Dawidek
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-02-04Remove ifdef notyet SIOCGHWADDR vestige.Warner Losh
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-11-11Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov
2005-09-13MFp4:Warner Losh
2005-09-13Add the olicom OC2231 and OC2232 to the list of cards that we shouldWarner Losh
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-07-15Add real support for obtaining the silicom MAC address from theWarner Losh
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-20Include necessary declarationsWarner Losh
2005-01-20Only match ethernet functions. I've not seen any multifunction cardsWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-17Use cluster if data >= MINCLSIZE.Gleb Smirnoff
2004-08-13Since if_ex doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-28another format nitWarner Losh
2004-06-28casting for printf happinessWarner Losh
2004-06-27MFp4:Warner Losh
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-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-26add newcard support to exWarner Losh
2003-08-24Use __FBSDID().David E. O'Brien
2003-03-29- Declare ex_devclass in if_ex.cMatthew N. Dodd
2003-03-29- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd
2003-03-29Reformat for readability.Matthew N. Dodd
2003-03-29Don't panic if we aren't plugged into a hub.Matthew N. Dodd
2003-03-28Multicast support, gleaned from NetBSD's if_iy driver.Matthew N. Dodd
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
2002-11-14network interface driver changes:Sam Leffler
2002-03-20Remove __P.Alfred Perlstein
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2001-01-19Warning police:John Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-09-29Add support for pccard attachments of the ex driver. It supports theWarner Losh
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-06-10Unused include: #include "ex.h"Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd