summaryrefslogtreecommitdiff
path: root/sys/arch/arm32
AgeCommit message (Expand)Author
2001-12-31add <sys/systm.h> (for libkern.h) now that -ffree-standing is in effectlukem
2001-12-21Clean up a little, bump KERNEL_VM_SIZE to 0x06000000 (we have thatthorpej
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-19Remove the MACHINE_ARCH assignment.thorpej
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-08Explicitly declare ofw_device_register(), since it's not in any header file.bjh21
2001-12-08Remove more acorn32 leftovers.bjh21
2001-12-06Remove references to things that have disappeared in the acorn32 split.bjh21
2001-12-06Remove IOMD support, since NetBSD/arm32 doesn't support IOMD systems any more.bjh21
2001-12-02Convert to new ata/atapi attach structs.bouyer
2001-11-28Make this compile again after the cs8900 driver changes.thorpej
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-27Use <machine/intr.h> rather than <machine/irqhandler.h>thorpej
2001-11-27Move interrupt-related stuff out of the generic 32-bit ARM genassym.cfthorpej
2001-11-26Allow port-specific Makefile fragments to specify a list of additionalthorpej
2001-11-26Don't include <machine/psl.h> directly.thorpej
2001-11-26Use <arm/arm32/psl.h> rather than <machine/psl.h>.thorpej
2001-11-26Delete <machine/psl.h> from the ARM ports. It's not a header thatthorpej
2001-11-26Move the interrupt-related file declarations into port-specificthorpej
2001-11-25Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we didthorpej
2001-11-24Cleanup, don't install headers that userland doesn't need.thorpej
2001-11-24The ARM, Ltd. floating point emulator has moved to arch/arm.thorpej
2001-11-24More G/C.thorpej
2001-11-24Garbage-collect more acorn32-specific stuff.thorpej
2001-11-24Gerbage-collect a lot of stuff long since moved to arch/acorn32.thorpej
2001-11-24These files are no longer used; the Acorn RiscPC port is nowthorpej
2001-11-24No need to install bootconfig.hthorpej
2001-11-23No need to install irqhandler.hthorpej
2001-11-23No longer need <machine/undefined.h>.thorpej
2001-11-23Use <arm/undefined.h> instead of <machine/undefined.h>.thorpej
2001-11-23profileio.h is a Shark-specific header, so don't reference anthorpej
2001-11-23No longer need <machine/pte.h>.thorpej
2001-11-23No longer need <machine/cpus.h>thorpej
2001-11-23Use <arm/cpus.h>, not <machine/cpus.h>thorpej
2001-11-23No longer need <machine/cpufunc.h>thorpej
2001-11-23Use <arm/cpufunc.h>, not <machine/cpufunc.h>.thorpej
2001-11-23Move even more constants into the shared 32-bit vmparam.h header.thorpej
2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej
2001-11-23Extra whitespace removal.thorpej
2001-11-23No need to pull in <machine/pte.h> directly.thorpej
2001-11-22Kill <machine/katelib.h>. Any place that still uses it should justthorpej
2001-11-22Add 26-bit and 32-bit types.h files, which indicate the programmingthorpej
2001-11-20cleanup:lukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-11Pull in common 32-bit ARM VM parameters.thorpej
2001-11-11Define KERNEL_TEXT_BASE, ALT_PAGE_TBLS_BASE, and KERNEL_VM_BASEthorpej
2001-11-09Add some rudimentary support for ELF symbols in DDB on the ARM ports.thorpej
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-11-09Remove unnecessary prototypes for zero_page_read{only,write}().thorpej