summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/if_ie.c
AgeCommit message (Expand)Author
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-03-01Clean up match routines vs board id; this should give 166, 172 and 176 aMiod Vallat
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-01-17since bcopy/bzero will be assigned to these pointers, get the size_t in the c...Theo de Raadt
2006-01-11Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-11-24Prefer vaddr_t and paddr_t types in device softc, instead of void * andMiod Vallat
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-07-30Move struct evcount inside struct intrhand, and modernize intrhandMiod Vallat
2004-07-30Switch mvme68k to evcount interrupt counters.Miod Vallat
2004-07-02Kill ca_master in autoconf structures. Drivers either only attach to oneMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-06-02license cleanup of my filesTheo de Raadt
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-28zap some typedefs.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-06-10Post pmap_extract() changes cleanup.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
1999-09-27Addition of 32bit if_ieSteve Murphree
1999-03-03rework check_eh() so that it is bridge awareJason Wright
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1996-05-29update for new generic bootchuck
1996-05-10split le driver, if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
1996-04-28cfattach/cfdriver splitTheo de Raadt
1995-12-27use splnet instead of splimpTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt