summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/if_ie.c
AgeCommit message (Expand)Author
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-10-05Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_tMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-06-02licence cleanupTheo de Raadt
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-05I wonder how those two were not commited among the "volatile police" twoMiod Vallat
2002-01-14volatile police.Miod Vallat
2001-12-22Correct badvaddr() usage.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
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-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-03-03$OpenBSD$Todd T. Fries
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve 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
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn