summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27Nuke defopt remains. Tested on cats and zaurus.Miod Vallat
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-27Teach powernow about setperf prioritys, add a setperf_prio to amd64.Gordon Willem Klok
2006-05-27casting malllocGordon Willem Klok
2006-05-27Eradicate the type 'bus_dmasync_op_t'. Unused. SporadicallyKenneth R Westerback
2006-05-26<machine/rtc.h> is really only footbridge-specific, so, after pruning it fromMiod Vallat
2006-05-26Remove unused defines.Miod Vallat
2006-05-26Add RCS id.Miod Vallat
2006-05-26No md math.h in OpenBSDMiod Vallat
2006-05-26No need to have a struct uvm_object in each pmap when all you want is aMiod Vallat
2006-05-26Get rid of katelib.h, it was almost unused and is marked as deprecated anyway.Miod Vallat
2006-05-25Remove unused struct cfdriver field from genericconf struct, as on cats.Miod Vallat
2006-05-25When looping over va ranges, do not compute the same sdt pointer more thanMiod Vallat
2006-05-25gas will error out with a number of "Error: unassigned file number 1"Brad Smith
2006-05-24Cleanup and simplify the EST detection:Dimitry Andric
2006-05-22move VM_NFREELIST out of ifdef kernel for nowTheo de Raadt
2006-05-21Fix AV_IEN() computation for cpu #2 and #3.Miod Vallat
2006-05-21kvtopte() is not used anymore.Miod Vallat
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-21Move common definitions shared by the various 88100-based designs to theirMiod Vallat
2006-05-21Check for stale flags in the DMA map.Brad Smith
2006-05-21- _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directBrad Smith
2006-05-21Fix a couple of comments.Brad Smith
2006-05-21Pay attention to BUS_DMA_READ; don't need to allocate a spillBrad Smith
2006-05-21Implement dmamap_load_uio for SGMAPs.Brad Smith
2006-05-20Let the bootloader pass esym to the kernel, and let the kernel make good useMiod Vallat
2006-05-20Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attemptTheo de Raadt
2006-05-20handle BOOTARG_BOOTMAC from boot block; tested by reykTheo de Raadt
2006-05-20Lower load address 128KB, to cope with the PROM data area on 8MB machines.Miod Vallat
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-20No need to define two page freelists since we'll only populate one; testedMiod Vallat
2006-05-20Crank VM_MAX_ADDRESS to 4GB minus one page now that pmap will accept it.Miod Vallat
2006-05-20Make sure pmap copes with address wraparounds when operating on ranges.Miod Vallat
2006-05-20NFSCLIENT can obviously fit on hereTheo de Raadt
2006-05-20Directly pass a pmap to flush_atc_entry() instead of individual fields of it.Miod Vallat
2006-05-20Do not wait until Lstart2 to reset the HP MMU command register on modelsMiod Vallat
2006-05-20Put explicit barriers in in-line spl functions.Miod Vallat
2006-05-20Some more EST improvements:Dimitry Andric
2006-05-20Hints and commented out lines about future work.Miod Vallat
2006-05-20This file was not supposed to be imported initially, but it might as wellMiod Vallat
2006-05-20Introduce a ``struct board'' platform abstraction, to be able to supportMiod Vallat
2006-05-20Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs,Miod Vallat
2006-05-20Save the PROM VBR on startup, rather than assuming the PROM (and thus itsMiod Vallat
2006-05-20delete old #ifdef INSTALL chunkTheo de Raadt
2006-05-20do not even match on unsupported hw (instead of return from attach); from 710Michael Shalayeff
2006-05-19Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''.Miod Vallat
2006-05-19INTSTACK_SIZE is not used anymore.Miod Vallat
2006-05-19clean out some NetBSD cruft from the pmap code.Brad Smith