summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82586.c
AgeCommit message (Expand)Author
2011-07-02listen to GCC 4.5 and change "!!x | y" into "(!!x) | y".mrg
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-27Constify: use CLLADDR() instead of LLADDR() wherever possible.dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-24__inline__ -> inlineperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-09-14Remove duplicate lines.junyoung
2003-01-27Ops, initialise len before using it.bouyer
2003-01-15Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-14Use M_IFMADDR instead of M_IPMADDR. From John Franklin, kern/16251.thorpej
2001-11-26Added macros for the bits in the SYSBUS byte, and macrosfredette
2001-11-13add/cleanup RCSIDlukem
2001-11-13cleanup RCSIDlukem
2001-07-07bcopy -> memcpy, strcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-04-09ether_ioctl() expects i82586_init() to return an errno. Have it do sobjh21
2001-03-10add 'why' argument to the channel attention hook function; this argumentjdolecek
2001-03-10improve the error messages for IE_TDR_OPEN & IE_TDR_SHORTjdolecek
2001-01-22Patch from PR kern/8001, submitted by Rafal Boni.bjh21
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-04Invert the sense of i82586_init()'s return value so thatscw
2000-11-02Remove unnecessary includes.bjh21
2000-11-02Convert to using ether_ioctl().bjh21
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-05-11Fixes from PR 9838:bjh21
2000-03-30Remove register declarations.augustss
1999-08-23Disable inclusion of debugging code by default.pk
1999-08-23Do not report "spurious interrupts"; this is a relic of the PC-onlypk
1999-06-23In xxx_mediachange(), if there is no callback to the front-end, justabs
1999-05-21Since we're now prepending the ethernet header to mbuf on incomingpk
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej