summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-12-25Return proper frame buffer type rather than generic SUN24 id, Xwsfb has knownMiod Vallat
2005-12-25KERN_RESOURCE_SHORTAGE -> ENOMEMMiod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-12-24Claim a bit more memory such that we can load bsd.rd.Mark Kettenis
2005-12-23Make sure child_return() returns with carry clear and r0 = r1 = 0.Miod Vallat
2005-12-23move midi attachment for umidi down to the MIDI section.Brad Smith
2005-12-23add emu(4) and missing midi attachment for eap(4).Brad Smith
2005-12-22Enable ichiic(4), ok deraadt@.Alexander Yurchenko
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22More reasonable size for fixed extent storage.Miod Vallat
2005-12-22Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@Miod Vallat
2005-12-22typoTheo de Raadt
2005-12-22disable lcd (dma) when screen is closed. in theory this should speedTheo de Raadt
2005-12-22do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, itTheo de Raadt
2005-12-22actual step X-# instead of rev # for pxa270Theo de Raadt
2005-12-22- attach and configure correctlyXavier Santolaria
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback
2005-12-22remove another debug messageTheo de Raadt
2005-12-22last change by me was wrong; do not setperf 2x on wakeupTheo de Raadt
2005-12-22silence setperf codeTheo de Raadt
2005-12-22Bad commit, breaks hppa64. Prompted by deraadt@Marco Peereboom
2005-12-21Add MACHINE_STACK_ALIGN define.Marco Peereboom
2005-12-21Remove KASSERT in attach, return an error instead; while there, implementMiod Vallat
2005-12-21No need to store description lines for unrecognized CMMUs...Miod Vallat
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-21Do not attach dnkbd as a console keyboard if console is on serial.Miod Vallat
2005-12-21Simplify obio stanzas and remove unused locators.Miod Vallat
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
2005-12-20Vax does not need to __HAVE_PMAP_PHYSSEG.Miod Vallat
2005-12-20volatile variable for looping; ok drahnTheo de Raadt
2005-12-20Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus,Dale Rahn
2005-12-20remove old #if 0 chunks no longer needed for debugTheo de Raadt
2005-12-20using the right ebus bus space makes this beep againMartin Reindl
2005-12-20Fix typo introduced in last commit.Todd C. Miller
2005-12-20Since we are allowed to rely on the fact that the pcb is the first elementMiod Vallat
2005-12-20Remove initial extent storage for crime and mace bus_space. By the timeMiod Vallat
2005-12-2001 -> SA_ONSTACK in sigreturn.Miod Vallat
2005-12-20Trim include files list.Miod Vallat
2005-12-20__attribute__ ((__packed_)) -> __packedMiod Vallat
2005-12-20at power events, call zkbd_hinge() to update the lcd state as well; ok drahnTheo de Raadt
2005-12-20upon wakeup, take us back to the speed we were at; ok drahnTheo de Raadt
2005-12-20switch to using clock4 instead of clock0 so that we get clocks when runningDale Rahn
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-19Fix hppa ldcw alignment issue.Marco Peereboom
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller