summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-04-15two missing splx in error path; ok drahnTheo de Raadt
2010-04-15Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap errorMark Kettenis
2010-04-15Turn DIO_INHOLE() into a function, returning the next select code to probe at;Miod Vallat
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2010-04-15Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e.Miod Vallat
2010-04-15Print both the tx and the rx interrup vector numbers instead of the tx numberMark Kettenis
2010-04-15Allow multiple xbow to attach, to attach devices on multiple node systems.Miod Vallat
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-11Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ orMark Kettenis
2010-04-10Make this compile with gcc4. Cleanup some debug code while I'm there.Mark Kettenis
2010-04-10pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead ofOwain Ainsworth
2010-04-10The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop theMark Kettenis
2010-04-09- add and enable pgs(4), a driver for the Programmers Switch found onJasper Lievisse Adriaanse
2010-04-09Prevent an interrupt from causing recursion while holding the pmap hash lock,Dale Rahn
2010-04-09- don't use memset() where we should use bzero()Jasper Lievisse Adriaanse
2010-04-08Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag,Mark Kettenis
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2010-04-08On amd64, move the bus_dma buftype stuff that is only used by sg_dmaOwain Ainsworth
2010-04-07Correctly initialize cursor attribute when this display is a console device;Miod Vallat
2010-04-07Make suspend/resume work on MP machines (running an MP kernel). Joint workMark Kettenis
2010-04-06Split the device_register() code responsible for boot path recognition intoMiod Vallat
2010-04-06Obtain struct sgi_device_location for the console input and output devices,Miod Vallat
2010-04-06Add more KL grovelling routines: one routine to enumerate on all nodes,Miod Vallat
2010-04-06Introduce struct sgi_device_location to carry enough information to uniquelyMiod Vallat
2010-04-06Provide WIDGET_ID_FOO() macros to extract parts of the ID register value,Miod Vallat
2010-04-06sparc64 has no boot(8) page; from Daniel DickmanJason McIntyre
2010-04-06se(4) now fits, for you sickos buying such strange hardwareTheo de Raadt
2010-04-05Make this work properly after the cpu_info indexing change.Mark Kettenis
2010-04-05Fix indentation.Mark Kettenis
2010-04-05Be sure to preserve boot code load address and size information whenMiod Vallat
2010-04-04Fix build after spc_scsi_cmd() prototype change.Miod Vallat
2010-04-04regenMiod Vallat
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2010-04-03Minor reliability fixes:Miod Vallat
2010-04-03se* cannot fit until I resize the mediaTheo de Raadt
2010-04-03add bnx; from bradTheo de Raadt
2010-04-02Put se(4) onto these ramdisksTheo de Raadt
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-04-02fix an ugly constructTheo de Raadt
2010-04-02Clear the PG_PMAP_EXE flags whenever writable mappings are created.Dale Rahn
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-31More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protectDale Rahn
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt