summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
AgeCommit message (Collapse)Author
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1998-05-10Add support for 425e.Jason Downs
1998-04-25kcore.h stub, uses m68k include.Jason Downs
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-11-06Idnetify/support hp385 (33Mhz 68040)Todd C. Miller
1997-09-23Some NetBSD changes, up to NETBSD_CURRENT_970921.Jason Downs
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-13sync to NETBSD_CURRENT_970711.Jason Downs
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports.
1997-04-17Better machine type identification from Mike SmithJason Downs
(<miff@spam.frisbee.net.au>).
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-03-26Merge changes from NetBSD, up to 3/19/97; undoes some local changes.Jason Downs
Changed to match new arch/m68k code. genassym.cf is currently just a place holder.
1997-02-24Add support for COMPAT_SUNOS and enable it.Jason Downs
hp300 now runs sun3 SunOS executables!
1997-02-10Support 16 partitions.Jason Downs
1997-02-04checkpoint: pull in spl() changes from NetBSD, and more siginfo.Jason Downs
1997-02-03Merge new config(8) support from NetBSD, by Jason Thorpe.Jason Downs
Also add siginfo glue, BOOT_CONFIG, and various other changes.
1997-01-158kJason Downs
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-06-25MID_M68K is the default now (with backwards compat for MID_M68K4KTheo de Raadt
1996-06-23sync to 0622Theo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-04add files missed from 0418 sync.Michael Shalayeff
1996-04-25sync w/ Net 960424Michael Shalayeff
1996-01-07from netbsd:Theo de Raadt
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually.
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt