summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-28the ramdisk is a bit special, and some tedu arguments do apply. # outTheo de Raadt
2013-03-27Remove commented out tr(4) stanzas, since support for them has been removedMiod Vallat
2013-03-27fill in cpu_model.Jasper Lievisse Adriaanse
2013-03-27Move generic armv7 files into arm's file list.Patrick Wildt
2013-03-27Further updates to pmap7. Fixes some problems and removes debug printfs.Patrick Wildt
2013-03-27Draining the write buffer is accomplished via a DSB.Patrick Wildt
2013-03-27Mark vector page as executable and fix a cast.Patrick Wildt
2013-03-27Add prototypes for secondary cache operations.Patrick Wildt
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26Add AES-XTS support to the aesni crypto driver. This allows softraid(4)Joel Sing
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-26maybe the last PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFT in a commentTheo de Raadt
2013-03-25PGOFSET -> PAGE_MASK in a commentTheo de Raadt
2013-03-25PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25unused relicsTheo de Raadt
2013-03-25Remove the m68k FPU emulator; it was only used by the mac68k port which has beenMiod Vallat
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as theyMiod Vallat
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-25gumstix was never finishedTheo de Raadt
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-24Use sys/param.h to be able to get at DEV_BSIZETheo de Raadt
2013-03-24use sys/param.h instead of machine/param.hTheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.Theo de Raadt
2013-03-23avoid machine/param.h useTheo de Raadt
2013-03-22ARM Cortex A8 was defined twice, we don't need that.Patrick Wildt
2013-03-22Use different setup functions for ARM9E and ARM10 to fix an undefinedPatrick Wildt
2013-03-21Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly aTheo de Raadt
2013-03-21Already have sys/param.h, don't need machine/param.hTheo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-21style(9)Kurt Miller
2013-03-21Detect on-die temp sensor for Atom E6xx on amd64. Adapted fromKurt Miller
2013-03-21move kernel after 16MB. needed for additional growth that might come in aTheo de Raadt
2013-03-21- remove two now-unused macros.Jasper Lievisse Adriaanse
2013-03-21fix detection of the MAC address by reading it from the correct address,Jasper Lievisse Adriaanse
2013-03-21use boot_info->config_flags to determine if we're running on a host that hasJasper Lievisse Adriaanse
2013-03-21- remove an unused variable (octeon_configuration)Jasper Lievisse Adriaanse
2013-03-21no newlines at endTheo de Raadt
2013-03-20Previous commit to acpi_machdep.c broke suspend because the IPI to save theMark Kettenis
2013-03-19use __func__ to print the function name, fixes a bunch of pastos along the way.Jasper Lievisse Adriaanse
2013-03-19implement octeon_cpuspeed()Jasper Lievisse Adriaanse