summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82596.c
AgeCommit message (Expand)Author
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Fix setting up the multicast filter. Fixes PR 5474.Mark Kettenis
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-12-09missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-08-09need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so...Michael Shalayeff
2003-01-27pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa.Jason Wright
2003-01-07do the busy wait loops my favourite style and merry xmasMichael Shalayeff
2002-12-19fix a debugging printf on cmd wait timeoutMichael Shalayeff
2002-12-11smaller delays, unneeded splsMichael Shalayeff
2002-11-01fight the grammar in the tdr messagesMichael Shalayeff
2002-10-30bring on a few changes from netbsd, such as better rx mbuf calculation, ram p...Michael Shalayeff
2002-10-13do not flush cache here, better support for intrhook, increase number of tran...Michael Shalayeff
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-09-23make the leds blink (on those machines where we have 'em).Michael Shalayeff
2002-07-31mop up after federico who is not capable of comitting the same diffs he sents...Michael Shalayeff
2002-07-29switch to ether_input_mbuf(); mickey@ tested and ok.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-08do not add maddr twice, break out of the loop if cmd post failsMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-03-23cache alignment gamesMichael Shalayeff
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-12this is an ugly quick hack, but it works; theo helped (;Michael Shalayeff
1999-11-26provide general "probing" routine, also used in isa cards memory sizing;Michael Shalayeff
1999-08-15i82586/96 MI stuff currently in 586 mode, tested on hppa; from netbsd i82586Michael Shalayeff