summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev
AgeCommit message (Expand)Author
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11unifyTheo de Raadt
2001-03-27Make this compile correctly for non-mvme187 compatible kernelMiod Vallat
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-07Fix open comment.Miod Vallat
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-12correct buginstat(), statclock now working for '188, systat vmstat now works,Steve Murphree
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
2001-01-25spellingTodd T. Fries
2001-01-14Complete move to UVM virtual memory system. More header fixes.Steve Murphree
2001-01-13Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working.Steve Murphree
2001-01-12Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.cSteve Murphree
2001-01-04Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob!Steve Murphree
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-26callout.h is goneTheo de Raadt
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-04-11Fix for 25 Mhz.Steve 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-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale S. Rahn
1996-11-23added const to second parameter of cfprint_t routineskstailey
1995-10-18initial 88k import; code by nivas and based on mach luna88kTheo de Raadt