summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-05-26enable cardbus rtw(4) on macppc.Jonathan Gray
2005-05-26Implement PT_STEP for hppa.Mark Kettenis
2005-05-26optimise one more jmp out of the idle loop; toby@ marco@ okMichael Shalayeff
2005-05-26remove a self-nested #ifdef MULTIPROCESSORKjell Wooding
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-26typoMichael Shalayeff
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25one last optimization, removing a jump, mostly byBob Beck
2005-05-25funcs to fetch pci intr routing table(s)Michael Shalayeff
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ...Michael Shalayeff
2005-05-25comment typoJason Wright
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-24add pci ints routing table entry structMichael Shalayeff
2005-05-24byeUwe Stuehler
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24bump to version 2.08, addingUwe Stuehler
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
2005-05-24serial console supportUwe Stuehler
2005-05-24fix links targetUwe Stuehler
2005-05-24wrap into nice definesMartin Reindl
2005-05-24replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even mor...Niklas Hallqvist
2005-05-24add stge(4)Brad Smith
2005-05-24do not print cpu startup messages (because they are obvious)Theo de Raadt
2005-05-24hlt hlt is not a good idea. Rework APM to do what the spec actually says. R...Marco Peereboom
2005-05-24move sk(4) and epic(4) out of the untested sectionBrad Smith
2005-05-24add epic(4) and stge(4)Brad Smith
2005-05-24add aapic driver which currently is used to workaround errata onBrad Smith
2005-05-23fix rasops initialization when not acting as console; ok miod@Uwe Stuehler
2005-05-23add USER_PCICONFJason Wright
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23Headphone output and volume control support.Christopher Pascoe
2005-05-23Round the DMA block size, not the maximum buffer size. Addresses "requestChristopher Pascoe
2005-05-23Avoid potential null pointer dereference.Christopher Pascoe
2005-05-23pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sampleJason Wright
2005-05-22these do not fit; brad did not testTheo de Raadt
2005-05-22define our own conversion function which does mono-to-stereo withJason Wright
2005-05-22whoops, wrong conversion functionJason Wright
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-05-22more encodingsJason Wright
2005-05-22fix names of ulinear, tooJason Wright
2005-05-22add memory clobber to prevent reorderingJason Wright
2005-05-22ALAW is called AudioEalaw not AudioEmulawJason Wright
2005-05-22enable re(4) and ciphy(4) on sparc64Peter Valchev
2005-05-22fix dmesg printMichael Shalayeff
2005-05-22devices scan for the early new hppa64 machines.Michael Shalayeff
2005-05-21stray $$Michael Shalayeff