summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-06Matching fix for amd64. This also removes a spurious disable_intr() callMike Larkin
2009-06-06Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.Mike Larkin
2009-06-05Save some more state such that we recover from X changing depth on us.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05Remove redundant assignment.Mark Kettenis
2009-06-05Clear screen to clean up after X.Mark Kettenis
2009-06-05Revert the curpmap change. We know the IPI is broken on both ends,Philip Guenthe
2009-06-05use the right accounting for bound edges (i think)Theo de Raadt
2009-06-05Disable and clear hardware cursor to clean up after X.Mark Kettenis
2009-06-05Save some state and restore it after we return from X, because the acceleratedMark Kettenis
2009-06-05Clamp the ending bound to the size of the disk. This makes disklabel -ATheo de Raadt
2009-06-04Change i386 ACPI sleep to KASSERT if the pmap can't be activatedMike Larkin
2009-06-04Ensure we are sleeping from the kernel. Code changed to match i386.Mike Larkin
2009-06-04Make backtraces through interrupts work.Mark Kettenis
2009-06-04More fallback from struct disklabel changes, yawnMiod Vallat
2009-06-04Fix fallback from struct disklabel changes.Miod Vallat
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-04Remove support for non-ELF; it never existed for amd64.Mark Kettenis
2009-06-04Don't bother setting RB_SERCONS in boothowto since this flag is not usedMiod Vallat
2009-06-04Add DIOCRLDINFO to those drivers previously deprived.Kenneth R Westerback
2009-06-04Enable gfxp(4).Mark Kettenis
2009-06-04Accelerated fills as well.Mark Kettenis
2009-06-03Accelerated scrolling.Mark Kettenis
2009-06-03Initial stab at a driver for the Tech Source Raptor GFX built around theMark Kettenis
2009-06-03Initial stab at a driver for the Tech Source Raptor GFX built around theMark Kettenis
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
2009-06-03Fix check for window-top and window-left values.Mark Kettenis
2009-06-03Make sure we're running on the right pmap when going to sleep.Artur Grabowski
2009-06-03- add hotplug deviceJasper Lievisse Adriaanse
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-03Import acpi power resource driver. This is needed for suspend/resume logic.Paul Irofti
2009-06-03Remove some redundant code.Mark Kettenis
2009-06-03droppmap is only necessary (and declared) on MULTIPROCESSORArtur Grabowski
2009-06-03Just like on amd64. Instead of keeping a bitmap of which cpus a pmapArtur Grabowski
2009-06-03Nuke CYRIX_CACHE (and related defines). They've not been used in a longTobias Weingartner
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-03Enabled docking driverJordan Hargrave
2009-06-02Enable acpidock deviceJordan Hargrave
2009-06-02Somehow this change didn't get committed with the rest of the powepc interruptDale Rahn
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-06-02Reintroduce the macppc interrupt subsystem rewrite. Several bugs haveDale Rahn
2009-06-02A piece of an upcoming diff was on the same line, revert that portionDale Rahn
2009-06-02Remove unused b_forw defines which make beck@ scream like a little girlMiod Vallat
2009-06-02When about to run X11 in 32 bpp mode, advertize correctly that we areMark Kettenis
2009-06-02Add an r10k-specific cop0 control register.Miod Vallat
2009-06-02Add a DIAGNOSTIC panic to ensure we are not runningKurt Miller
2009-06-02add CRYPTO and softraid to zaurus RAMDISKTodd T. Fries
2009-06-02add CRYPTO to macppc RAMDISKTodd T. Fries