summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-03-27When clearing soft interrupts on sun4m, be sure to force the bit clear toMiod Vallat
2009-03-27convert iopiic lockmgr to rwlock.Owain Ainsworth
2009-03-27convert arm apm lock to rwlock.Owain Ainsworth
2009-03-26Change amd64 bus_space_{map,unmap} to be the same as i386. WhileOwain Ainsworth
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-25Nuke old useless define. Miod was ok with the idea.Tobias Weingartner
2009-03-25Deinline softintr_schedule(). Also fix softintr priorities I got inverted afterMiod Vallat
2009-03-25Deinline softintr_schedule().Miod Vallat
2009-03-24link otus(4) to the build on i386 and amd64.Damien Bergamini
2009-03-24give up on pcn to make it all fit; ok miodTheo de Raadt
2009-03-23Add missing dependency generation for assym.h (...the lack of whichPhilip Guenthe
2009-03-23sys/types.h before other thingsTheo de Raadt
2009-03-23Processor affinity for processes.Artur Grabowski
2009-03-21Make nvram writable (if necessary) before calling OF_setprop(). PreventsMark Kettenis
2009-03-20Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.Miod Vallat
2009-03-20Switch vax to __HAVE_GENERIC_SOFT_INTERRUPTS.Miod Vallat
2009-03-16Trivial malloc + memset -> malloc(,,M_ZERO) conversion.Owain Ainsworth
2009-03-16pmap = (conditional ? user_way : pmap = pmap_kernel());Owain Ainsworth
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2009-03-15Generic softinterrupt support for m88k based platforms, adapted from armMiod Vallat
2009-03-15Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sureMiod Vallat
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-15Include .S files in make depend.Miod Vallat
2009-03-15Allow CPU_INFO_UNIT() to be used before cpu0 attaches.Miod Vallat
2009-03-15In _bus_dmamem_alloc(), do not bother printing avail_start and avail_endMiod Vallat
2009-03-12Define a proper wsdisplay type for raptor(4).Mark Kettenis
2009-03-11Attach iommu on AMD family 10h processors (e.g. phenom) too.Owain Ainsworth
2009-03-10First step in cleaning up amd64 iommu.Owain Ainsworth
2009-03-10remove the _BUS_DMA_PRIVATE define from amd64 and i386.Owain Ainsworth
2009-03-10Enable VMware VMXnet Virtual Interface Controller (vic) driverJonathan Gray
2009-03-10enable urtw(4)Kevin Lo
2009-03-09Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but withoutMark Kettenis
2009-03-09Switch mvme88k to timecounters.Miod Vallat
2009-03-08Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK).Miod Vallat
2009-03-08g/c now unused extern declaration for avail_endMartin Reindl
2009-03-08Move more z8536 defines from MVME188 specific code to the MI header and use it.Miod Vallat
2009-03-08Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices thatRobert Nagy
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-03-07No need to register a soft interrupt for softclock, it's done in MI code.Miod Vallat
2009-03-05Change SMP secondary processor startup to have them ``hatch'' earlier,Miod Vallat
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-03-04Clean up the ipi code a bit and try to provide useful comments as well.Miod Vallat
2009-03-04Since 88110 processors can not flush individual TLB entries, instead ofMiod Vallat
2009-03-04Introduce atomic_clear_int() as an MD atomic operation to perform atomicMiod Vallat
2009-03-04When handling clock interrupts, check the overflow counter to know how manyMiod Vallat
2009-03-04Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels.Miod Vallat
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
2009-03-01Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code isMiod Vallat