summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include
AgeCommit message (Expand)Author
2002-06-11Move cdev_lpt_init() to a common location.Miod Vallat
2002-06-11Include <sys/conf.h> from <machine/conf.h> like in other arches. ChangesMiod Vallat
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-25revert the pmap stuff to 0221, so we can bootNiklas Hallqvist
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-23Bring back pmap_motorola in service for amiga, too.Miod Vallat
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-07Ratibibugle setredzone()Miod Vallat
2001-12-06MACHINE_UPTBASE is not constant on amiga, ouch.Miod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-11-30More changes that cvs forgot to commit in the pmap_motorola switch.Miod Vallat
2001-11-30Duplicates there, too.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-10-16Fix for bus_space_barrier which m68k doesn't need normally.Janne Johansson
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