summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2013-03-17We don't do mcontext, so remove this unused header.Mark Kettenis
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
2013-03-15print a dump of structs boot_info/boot_desc which contain useful informationJasper Lievisse Adriaanse
2013-03-15add some board types which will be used later to identify particular boardsJasper Lievisse Adriaanse
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ...Jasper Lievisse Adriaanse
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-13Allow octeon to reboot by poking the right address for a soft cpu reset.Jasper Lievisse Adriaanse
2013-03-12Fake 'SMBIOS detection' for the Soekris boxes, by Matt DaintyTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-10this ramdisk is just for one machineTheo de Raadt
2013-03-10Do not try to scan the ADB bus for devices if the device-tree does notMartin Pieuchot
2013-03-09RAMDISKC wil be needed for alphabook1Theo de Raadt
2013-03-09remove unneccessary needs-flagTheo de Raadt
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2013-03-09turn off debug features we do not needTheo de Raadt
2013-03-09First steps towards alphabook1 support; from netbsdTheo de Raadt
2013-03-08Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.Miod Vallat
2013-03-08Always initialize the direct DMA window, instead of relying upon SRM to do so;Miod Vallat
2013-03-07Use switch statement for determining when to configure the L2 cache.Brad Smith
2013-03-07Reword some wrong comments and some improperly formatted comments and addMike Larkin
2013-03-02Replace magic numbers with more meaningful (1 << interrupt#) constructs.Miod Vallat
2013-03-02When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASIDPhilip Guenther
2013-03-02Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTRELMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-02Properly conditionalize adding wscons to the list of consoles onMark Kettenis
2013-03-02The last use of the int $80 syscall entry was in 5.1, so we no longerPhilip Guenther
2013-02-20Increase maximum text and data size limits, and double the default data sizeMiod Vallat
2013-02-19Introduce a new cmmu method to return the preferred cache mode bits for theMiod Vallat
2013-02-19Introduce `option M88410', to be added to 88110 system designs making use of theMiod Vallat
2013-02-17Replace assembly statement triggering 88410 commands with a proper volatileMiod Vallat
2013-02-17Constify struct cmmu.Miod Vallat
2013-02-17Missing end-of-commentMiod Vallat
2013-02-17We deprecated returning to %g7 after a successful system call long ago.Mark Kettenis
2013-02-15We deprecated returning to %g7 after a successful system call long ago.Mark Kettenis
2013-02-14A really working version of MCOUNT.Miod Vallat
2013-02-14Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(),Miod Vallat
2013-02-13De-magic IOM_END like in the rest of machdep.c. OK miod@.Martynas Venckus
2013-02-13- Detect and correct stale GDT user code segment limit causedKurt Miller
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-10switch m68k ports to gcc3Miod Vallat
2013-02-09Grammar, typosMiod Vallat
2013-02-09ater -> afterMiod Vallat
2013-02-09Blame the right function when panic'ing.Miod Vallat
2013-02-09Fix indent, add RCS IdMiod Vallat
2013-02-09No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also,Miod Vallat
2013-02-09No longer define the a.out relocation format struct.Miod Vallat
2013-02-09Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longerMiod Vallat
2013-02-06Check for __PIC__, not PIC, as some files in libc will only see the former.Miod Vallat