summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-04-05splx() does not need to return a value.Miod Vallat
2007-04-05delete userland DELAY() version; ok miodTheo de Raadt
2007-04-04Enable pyro(4) and ebus(4) at mainbus(4). Reorder bus drivers such thatMark Kettenis
2007-04-04Correctly set the TSB size on pyro(4).Mark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-04-03Match su16552.Mark Kettenis
2007-04-03Add iommu glue.Mark Kettenis
2007-04-03A fix for smp old world macs such as the 9500MP and 9600MP which lack theGordon Willem Klok
2007-04-03Make the ast on i386 per-process instead of per-cpu. This makesArtur Grabowski
2007-04-02unmapiodev() takes the va as its first argument, not the pa.Mark Kettenis
2007-04-02Remove bogus code. Turning on parity for pci busses may be a good idea, butMark Kettenis
2007-04-02Return EFBIG in case not enough segments are present to load a DMA requestClaudio Jeker
2007-04-01Add code to establish interrupts.Mark Kettenis
2007-04-01Shift pci tags for PCIe.Mark Kettenis
2007-04-01Provide (non functional) dma tag.Mark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
2007-04-01Fix DEBUG built.Mark Kettenis
2007-04-01Remove some leftovers from the userret cleanups.Artur Grabowski
2007-03-31do nbuf constraint based on KERNEND/KERNBASE to avoid integer overflow from n...Theo de Raadt
2007-03-31Map PCIe config space.Mark Kettenis
2007-03-31Fix DEBUG.Mark Kettenis
2007-03-31Make sure we not to match secondary cpu's on non-MP kernel. I accidentallyMark Kettenis
2007-03-31Detect secondary cpu's. Get rid of legacy ofroot code.Mark Kettenis
2007-03-30Add commented out entries for pyro(4).Mark Kettenis
2007-03-30First stab at a driver for the Host/PCIe bridge found on the Sun FireMark Kettenis
2007-03-29Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls inUwe Stuehler
2007-03-29ignore various i2c seeproms that sun puts on all their machine parts; ok miod...Theo de Raadt
2007-03-29Enable acx(4) as it is finally working on bigendian boxes. OK deraadt@Claudio Jeker
2007-03-29Comment fixes from Daniel Dickman <didickman AT gmail DOT com>, relevant changesGordon Willem Klok
2007-03-29Equiv diff to amd64 as was done on i386, bump VM_PHYSSEG_MAX. Amd64 areTobias Weingartner
2007-03-28disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13David Gwynne
2007-03-28Bump max number of physical segments. Machines in the wildTobias Weingartner
2007-03-27only actually change the drive LED state if there was a real state change;Theo de Raadt
2007-03-27When trap() causes a panic, have stacktrace() use ddb to find the symbolMiod Vallat
2007-03-27Try and print symbol-relative addresses for branches, and displayMiod Vallat
2007-03-27grok LSILogic,sas controllers in bootpath; as well, become aware that (atTheo de Raadt
2007-03-26software-driven drive light code, using a timeout. uwe wrote some codeTheo de Raadt
2007-03-26Rip out the KERN_ error codes.Artur Grabowski
2007-03-26i shouldn't be shy about commiting ahci to this.David Gwynne
2007-03-26ichss_cookie is a bad name, and should not be a void pointer.Gordon Willem Klok
2007-03-24Call the new ohci_checkrev function on xscale, otherwise the USB versionChristopher Pascoe
2007-03-23Do not enter ddb from the interrupt handler unless option DEBUG.Miod Vallat
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2007-03-23Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too)Miod Vallat
2007-03-23Clean up the failure path of the attach routine, check the return value ofGordon Willem Klok
2007-03-23Fix compiliation of MULTIPROCESSOR without DDB, being defined.Gordon Willem Klok
2007-03-23Remove duplicated defines from intr.h that are already defined inArtur Grabowski