summaryrefslogtreecommitdiff
path: root/sys/dev/ic/elinkxl.c
AgeCommit message (Expand)Author
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-22Add a self-suspensor. It's not used, yet.dyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-15Simplify activation routines: don't call mii_activate(), it's adyoung
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2008-12-03Fix typo in comment.tsutsui
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-14- ansifycegger
2008-04-14pretty up if_ex: pmf'ify, device split, and improve printing a bit too.spz
2008-04-14ansifycegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-12Oops, I didn't notice the file had been updated and overwroteitohy
2006-11-12- In some rare cases, both Tx Complete and Dn Complete bits are set.itohy
2006-11-12Add a workaround for a hardware ip4csum-tx bug which would sometimes puttsutsui
2006-11-05Restart transmitter, not reset the entire chip, on transmission errorsitohy
2006-11-04Preserve m_pkthdr.csum_flags in TX packets becausetsutsui
2006-10-29Turn on PHY power earlier in the initialization.itohy
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-05-21void casts to functions whose return values are ignored.christos
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-11merge ktrace-lwp.christos
2005-10-23The previous change (to use bus_space_read_2), was broken because it waschristos
2005-10-04PR/31455: Robert Elz: ex (905[BC]) cards can hang in -current kernelschristos
2005-05-31revert previous and fix LLADDR instead.christos
2005-05-31use const cast.christos
2005-05-30- add missing constchristos
2005-05-02split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.yamt
2005-02-27nuke trailing whitespaceperry
2005-02-06Initialize 'error' in all cases in ioctl handler, otherwise it doesn'tskrll
2005-02-06If the interface is up and running, only modify the receive filterkim
2005-02-04de-__Pperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-09-28ex_add_rxbuf: use MRESETDATA macro.yamt
2004-07-02Fix PR 25788 by Arto Huusko using a cleaned up version of the provided patch.bouyer
2003-11-10Reading the (non-MII) media status if the card is not running yieldsdrochner
2003-07-06actually do gather some randomness (if it's enabled)jdolecek
2003-06-05Some models of the 556B don't turn on the transmitter without magicdogcow
2003-05-09PR/13653: Onno van der Linden: Set tranceiver media properly.christos
2003-01-31Use aprint_*().thorpej
2002-11-09Fix multicast handling on 3C905B or later card;enami
2002-10-22Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASKfair