summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-04correct constant nameTakuya ASADA
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Remove pci configuration space acces hook infrastructure, which got copiedMiod Vallat
2010-12-04Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provideMiod Vallat
2010-12-04Make sgi port compile again.Joel Sing
2010-12-04The pm_cpus member of the pmap is now a 64bit integer: update the assemblyPhilip Guenthe
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-12-02After the most recent change, make it possible to make -j again. TheTheo de Raadt
2010-12-02move vers.o to before the other objects, so that it is not linked last.Theo de Raadt
2010-11-30Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.Mark Kettenis
2010-11-30Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.Mark Kettenis
2010-11-29double the default message buffer size. again.David Gwynne
2010-11-29bump the number of supported cpus from 32 up to 64. lets me attach and useDavid Gwynne
2010-11-28Rename the pmap_growkernel() current limit variable from virtual_end toMiod Vallat
2010-11-28Get rid of machdep.root_device sysctl and related variables.Miod Vallat
2010-11-28Do not declare a struct cfdriver and initialize it, and then write `externMiod Vallat
2010-11-28boot descriptor support addedTakuya ASADA
2010-11-28Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares aboutMiod Vallat
2010-11-28Remove inapplicable or no longer used cdevsw[] entries and macros.Miod Vallat
2010-11-28Use angle brackets instead of quotes, to bring the common arm file.Miod Vallat
2010-11-28This file redefines the IRQdisable and IRQenable macros, but never uses them,Miod Vallat
2010-11-28Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernelMiod Vallat
2010-11-28Update comment to no longer mention a page is 4KB, since this may not be theMiod Vallat
2010-11-28Enable __HAVE_PMAP_DIRECT on mips64, unless the kernel is configured toMiod Vallat
2010-11-28Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRATMiod Vallat
2010-11-28Remove unused gscbus bus_dma_tag_t.Miod Vallat
2010-11-28Don't bother .import'ing a dead global.Miod Vallat
2010-11-27Rework the way saved registers are displayed in arm backtraces, to yield aMiod Vallat
2010-11-27Get rid of the global pmap list and related debug code. While there, mergeMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-27Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGNMiod Vallat
2010-11-27Remove unused vgafb_cnprobe().Miod Vallat
2010-11-27Missed one rbus_new_body() call in previous change.Miod Vallat
2010-11-27Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, andMiod Vallat
2010-11-27Make sure we don't attach more CPUs than we can handle. Prevents anMark Kettenis
2010-11-26In gfxp_copyrect(), make sure that the - possibly negative - coordinate field...Miod Vallat
2010-11-26Oops, removed a few lines too many in previous change.Miod Vallat
2010-11-26Disable uscanner(4) by default on all kernels which configure it. First stepMiod Vallat
2010-11-26Nuke the unused variable cpus_attached. It is unused and 32 bitsKenneth R Westerback
2010-11-24Floating-point emulation code for systems lacking proper FPU (i.e. Octeon),Miod Vallat
2010-11-24Make sure ptrace_sstep(,0) actually clears breakpoints, by replacing theMiod Vallat
2010-11-24Implement a real pmap_proc_iflush() instead of relying on trap.c to performMiod Vallat
2010-11-23passing stack pointer to secondary processorsTakuya ASADA
2010-11-23Correct interrupt handlingTakuya ASADA
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-22Remove old comment about constab[] being eventually generated by config(8).Miod Vallat
2010-11-22Use cons_decl() to get console routine prototypes, instead of rolling our own.Miod Vallat
2010-11-22Remove bus_space_probe prototype, this function is not implemented.Miod Vallat
2010-11-22Remove unused (and dummied) bios console routines.Miod Vallat