summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-03-28Correctly account devio usage, instead of relying upon unused devio registersMiod Vallat
2010-03-28Correctly report the R16010 version.Miod Vallat
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-03-28Properly initialize variable instead of just ORing in bits into random garbage.Mark Kettenis
2010-03-28Remove uninitialized nitems and use npss as $deity intended.Marco Peereboom
2010-03-27At tl==0 call datafault directly instead of going through winfault. It isMark Kettenis
2010-03-27correct the documentation to distinguish cache line purges fromTheo de Raadt
2010-03-27Fix fallout of the scsi_cmd() interface change.Miod Vallat
2010-03-27aria(4) is an audio driver, but hasn't been compatible with audio(9)Jacob Meuser
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-27Add locking to trap and syscall handlers.Joel Sing
2010-03-27Similar fix to amd64 and i386 for isa bus_dma.Owain Ainsworth
2010-03-27in _bus_dmamem_map use PMAP_CANFAIL for mapping in the pages.Owain Ainsworth
2010-03-25Make the i386 and amd64 bus_dma functions for isa less stupid:Owain Ainsworth
2010-03-25architectures which expect to hand-count the number of cpus must clearTheo de Raadt
2010-03-25Add MP lock support for OpenBSD/hppa.Joel Sing
2010-03-24vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi commandDavid Gwynne
2010-03-24Bring back PHYSLOAD_DEVICE for uvm_page_physload.Owain Ainsworth
2010-03-23Use CPUID leaf function 0x80000008 to fetch the physical address sizeMark Kettenis
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-22Put back bnx(4) now that claudio@ has made the driver work on big endianMiod Vallat
2010-03-22On SGI IP35 systems, get SPD memory records from L1 and attach spdmem toMiod Vallat
2010-03-22Read trap registers after setting up the stack frame in the slowtrap handler.Mark Kettenis
2010-03-21Add some additional Intel CPUID values for recent and upcoming processors.Jonathan Gray
2010-03-21Remove some left over debugging code, shaving off two instructions fromMark Kettenis
2010-03-21let this compile without DIAGNOSTIC; from miodTheo de Raadt
2010-03-21add glass console support to the ramdisks; from miodTheo de Raadt
2010-03-21Update KL structure definitions to match IP35 use of previously unused fields.Miod Vallat
2010-03-21Fix widget probe order for BASEIO boards and P-Brick.Miod Vallat
2010-03-20Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart.Miod Vallat
2010-03-16PCXS processors (really, all PA-RISC processors with separate I and D tlbMiod Vallat
2010-03-15Do not leak mbuf in the TX path when a TX error occurs; found the hard wayMiod Vallat
2010-03-13Make sure non-console impact_screen struct gets zeroed upon allocation,Miod Vallat
2010-03-13Octane PROM picks highest graphics widget as console, not lowest;Miod Vallat
2010-03-08When sensor update fails, set SENSOR_FINVALID in sensor->flags;Miod Vallat
2010-03-08Correctly initialize all members of struct wsemuldisplaydev_attach_argsMiod Vallat
2010-03-08fix a miod typo (it has to be a typo; miod makes no real mistakes)Theo de Raadt
2010-03-08fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@Jolan Luff
2010-03-07Minimalistic driver for the ImpactSR (Mardigras) video option found on olderMiod Vallat
2010-03-07Allow iockbc(4) and odysseey(4) to act as console devices and attach early;Miod Vallat
2010-03-07On Origin-like systems, get glass console information (if any) from theMiod Vallat
2010-03-07Add an MD interface for PCI drivers to be able to retrieve the node and widgetMiod Vallat
2010-03-07Correct layout of arc_config{,64} and order of items in enum arc_config_type.Miod Vallat
2010-03-07Better battery % computation; ok otto@Miod Vallat
2010-03-07back out strict splassert semantics from 1.103; it breaks some thingsTheo de Raadt
2010-03-06Fix typos.Joel Sing
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-03-04has been no -r flag for a few years; J.C. RobertsTheo de Raadt
2010-03-04Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphicsJoel Sing