summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Collapse)Author
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit.
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right.
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-05-29Main config for vme drivers.Steve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
be bridged. Do the real work in a scheduled netisr.
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
others. syscall commit pending.
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known)
1999-04-11Fix for 25 Mhz.Steve Murphree
1999-03-03rework check_eh() so that it is bridge awareJason Wright
1999-02-09$Log$ is uglyTheo de Raadt
1999-02-09Added kernel support for user debugging. Fixed file ID'sSteve Murphree
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1998-12-16Part of remove to get rid of unwanted directoriesSteve Murphree
1998-12-15This fixed a number of things. A serious bug in bugcrt.c's initial stackSteve Murphree
among other things.
1998-12-15Added sdcrt.c to make bootxx and bootsd work.Steve Murphree
1998-12-15Greatly improved tapeboot. From mvme68k.Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1998-12-15Commit for the first working mvme88k port.Steve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-10-04oopsTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
o all but vax are major 51
1998-09-15StuffSteve Murphree
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-22fixed Makefiles. Removed reference to libgcc.aSteve Murphree
1998-08-22fixed bugargs and lots of stuff regaurding netboot.Steve Murphree
1998-08-22Major cleanup of stand directory.Steve Murphree
1998-08-22Forgot this one. :-)Steve Murphree
1998-08-22Fixed command line args. VID Volume ID is now M88K.Steve Murphree
1998-08-22Fixed display error.Steve Murphree
1998-08-22working netboot.Steve Murphree
1998-08-22Initial import of bootxx.Steve Murphree
1998-08-22New libsa.Steve Murphree
1998-08-22New libsa.Steve Murphree