summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-11-25add gcu(4) to GENERIC and RAMDISK_CDDariusz Swiderski
2009-11-25Make sure we get a clean gdt from the BIOS.Paul Irofti
2009-11-25Clear any pending interrupts. This should not matter, since we're at splhigh(),Mark Kettenis
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25Allow xbow_intr_establish() callers to provide optional storage for theMiod Vallat
2009-11-24smp_malloc() implemented.Takuya ASADA
2009-11-24Save FPU state before suspend.Mike Larkin
2009-11-24Poke CR3 one last time before resuming. Suggested by deraadt@.Mike Larkin
2009-11-24KSEG->CKSEG fallout.Miod Vallat
2009-11-24- add rcs id's.Jasper Lievisse Adriaanse
2009-11-24By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-24By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-24enable uthum(4), and rearrange some nearby goopTheo de Raadt
2009-11-23diffable against amd64Theo de Raadt
2009-11-23bios* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23oops, call config_activate_childrenTheo de Raadt
2009-11-23pchb must walk children tooTheo de Raadt
2009-11-23Use config_activate_children() for our cf_activate functionTheo de Raadt
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-23Add bnx(4) now that it works.Claudio Jeker
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-22Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc.Takuya ASADA
2009-11-22Repost the vbios and remove a spurious cli on i386 ACPI resume code.Mike Larkin
2009-11-22removing unnecessary locks.Takuya ASADA
2009-11-22Missed 4 MSRs on suspend/resume in previous version. Tested by piroftiMike Larkin
2009-11-22Check for ISA before calling the setup function.Paul Irofti
2009-11-22Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@.Paul Irofti
2009-11-22Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically,Kenneth R Westerback
2009-11-22Match the i386 behaviour and only care about bus_clock if weJonathan Gray
2009-11-22ncpus, ncpufound values are corrected.Takuya ASADA
2009-11-22SMP support on MIPS clock.Takuya ASADA
2009-11-22By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-11-22grammar fixes in comments; from bradMiod Vallat
2009-11-22Fix compile error in uniprocessor kernel.Takuya ASADA
2009-11-22Correct cording style.Takuya ASADA
2009-11-22Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide theMiod Vallat
2009-11-21Fix uninitialized variables in db_stack_trace_print(), and honour theMiod Vallat
2009-11-21mplock, rw_cas implementedTakuya ASADA
2009-11-21Yet another stupid typo caught by martin@Miod Vallat
2009-11-21Fix registration of memory after 1GB on Octane. Found the hard way by martin@Miod Vallat
2009-11-21By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-19Rename KSEG* defines to CKSEG* to match their names in 64 bit mode; alsoMiod Vallat
2009-11-19All callers of updateimask() immediately enable interrupts afterwards, so doMiod Vallat
2009-11-19Remove code allowing native binaries with O32 ABI to run, there aren't any...Miod Vallat
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-19It turns out that the 2GB contiguous DMA direct map window also needsMiod Vallat