summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/if_ie.c
AgeCommit message (Expand)Author
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