Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat | |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller | |
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson | |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat | |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski | |
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat | |
this port. | |||
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat | |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat | |
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith | |
-- Ok'd by: jj@ | |||
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | Angelos D. Keromytis | |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-14 | Same fix as miod did for sun3/vax, but for amiga too. | Janne Johansson | |
Need more includes for netinet-stuff to work. | |||
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-07-06 | Change splsoftclock() to raise the spl, instead of lowering it. | Hakan Olsson | |
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) | |||
2000-05-28 | Bugfix pmap_activate. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | vm freelist defines for UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Make pmap_activate take struct proc * as arguemnt. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | MACHINE_NEW_NONCONTIG code for amiga. Enabled by default. | Artur Grabowski | |
Old contig and NONCONTIG code will no longer work. | |||
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
1999-09-09 | Keep wdc_isa.c happy. | Marc Espie | |
1999-07-30 | acd went away | Theo de Raadt | |
1999-06-08 | Use m68k/exec.h | Marc Espie | |
1999-05-10 | egcs -Wall warns unless & is used as a modifier in extended asms, e.g., | Marc Espie | |
constraints should begin "=&", not "&=". | |||
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-20 | Add dummy versions of bus_space_{alloc,free} | Niklas Hallqvist | |
1998-10-05 | Update the API to be more compatibe with NetBSD, but also add new extensions: | Niklas Hallqvist | |
bus_sapce_{read,write}_raw_region_[248] a la the raw_multi variants. These last ones are not yet used. | |||
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-03-26 | typo in last commit | Niklas Hallqvist | |
1998-03-26 | Amiga works more stably with the old MAX_KMAP* entries, besides they | Niklas Hallqvist | |
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX | |||
1998-03-26 | Use new defs from MI endian.h for swapping, remove register | Niklas Hallqvist | |
1998-03-01 | Merge 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-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas 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-10-07 | NetBSD's new MI audio framework, but still only available for amiga, | Niklas Hallqvist | |
after release it will replace our old MI stuff. Things brings audio to amiga out-of-the box. | |||
1997-09-19 | Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER) | Niklas Hallqvist | |
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-09-17 | It is indeed tricky to get all bus accesses right when factoring out | Niklas Hallqvist | |
the canonical form for all the three bus access interfaces amiga ave now | |||
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-09 | Make the bus_addr_t shift amount in addr calculations dynamic | Niklas Hallqvist | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-05-16 | remove stuff found in sys/conf.h | Niklas Hallqvist | |
1997-05-13 | Fix IPFILTER & ramdisk configuration info | Niklas Hallqvist | |
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist | |