summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2005-05-21add i386 optimized in4_cksumBrad Smith
2005-05-21elf64 of course!Michael Shalayeff
2005-05-21put whole cache info on one line; w/ mods from drahn@; ok drahn@Michael Shalayeff
2005-05-19Lock down SMM space on i82810 MCH and later chips in case BIOSAlexander Yurchenko
2005-05-19 __unused is used nowMichael Shalayeff
2005-05-18Rework the single step implementation; mostly delaying breakpointMiod Vallat
2005-05-17- add epic(4)Brad Smith
2005-05-17add epic(4) under the untested section.Brad Smith
2005-05-16add epic(4)Brad Smith
2005-05-16Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating pointMiod Vallat
2005-05-15Fix CMMU_CSSP(n) value.Miod Vallat
2005-05-15enable ep(4)Martin Reindl
2005-05-15Speed up the low-level dae helpers.Miod Vallat
2005-05-15Compile out more code if TRACE_DEBUG is not defined.Miod Vallat
2005-05-15Disable ddb backtrace debug code by default.Miod Vallat
2005-05-15KNF and ANSIfy.Miod Vallat
2005-05-14Match a device_type of scsi-2 as SCSI (as found in a Netra 1405).Brad Smith
2005-05-14Remove bogus #define, no binary difference.Dale Rahn
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inMiod Vallat
2005-05-14remove redundant definition of PCI_ID_CODE. I added this to theBrad Smith
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-13Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead.Miod Vallat
2005-05-13not ready for NATMTheo de Raadt
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt