summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include
AgeCommit message (Expand)Author
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-08-28Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do.Janne Johansson
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-15There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae forMiod Vallat
2001-08-13SYSPTSIZE is orhpaned, so g/c the poor define.Miod Vallat
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat
2001-08-07remove this header which has been unused for over 3 yrs now.Brad Smith
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27IPF bye bye; openbsd@davidkrause.com, ok niklas@Angelos D. Keromytis
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-14Same fix as miod did for sun3/vax, but for amiga too.Janne Johansson
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2000-12-15Grow the number of reserved pt pages.Artur Grabowski
2000-09-02Amiga joystick driver. Stylistic comments by Niklas.Marc Espie
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-05-28Bugfix pmap_activate.Artur Grabowski
2000-05-27vm freelist defines for UVM.Artur Grabowski
2000-05-27Make pmap_activate take struct proc * as arguemnt.Artur Grabowski
2000-05-27MACHINE_NEW_NONCONTIG code for amiga. Enabled by default.Artur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-07-30acd went awayTheo de Raadt
1999-06-08Use m68k/exec.hMarc Espie
1999-05-10egcs -Wall warns unless & is used as a modifier in extended asms, e.g.,Marc Espie
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1998-10-05Update the API to be more compatibe with NetBSD, but also add new extensions:Niklas Hallqvist
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-03-26typo in last commitNiklas Hallqvist
1998-03-26Amiga works more stably with the old MAX_KMAP* entries, besides theyNiklas Hallqvist
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-10-07NetBSD's new MI audio framework, but still only available for amiga,Niklas Hallqvist
1997-09-19Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)Niklas Hallqvist
1997-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-17It is indeed tricky to get all bus accesses right when factoring outNiklas Hallqvist
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-09Make the bus_addr_t shift amount in addr calculations dynamicNiklas Hallqvist
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-05-16remove stuff found in sys/conf.hNiklas Hallqvist
1997-05-13Fix IPFILTER & ramdisk configuration infoNiklas Hallqvist
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-01-16Sync to NetBSD 970110Niklas Hallqvist