summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-04-18Apply the same interrupt enable bit fiddling protection as done for le@fwioMiod Vallat
2010-04-18Allow for multiple options after a dash (getopt style).Miod Vallat
2010-04-18Fix esym computation logic.Miod Vallat
2010-04-17Work around yet another MC88110 errata, causing cache writebacks upon snoopingMiod Vallat
2010-04-17- correctly set cpu_model: instead of a vendor + model, set the cpu typeJasper Lievisse Adriaanse
2010-04-17Do not forget to set nasid to the right value when trying to attach spdmem.Miod Vallat
2010-04-16Fix handling of shared interrupts. Make sure we use the lowest priority ofMark Kettenis
2010-04-16Use a somewhat bigger hammer and als flush tlb entries that have the globalMark Kettenis
2010-04-16catch up to the ttyopen() changesTheo de Raadt
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