summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-01Nuke a bunch of unused variables:oster
2004-01-01The lmcaudio driver was only ever used on the RC7500, which we don't supportbjh21
2004-01-01Update for opencrypto changes.thorpej
2004-01-01No need to #include "vidcaudio.h" here, so don't do it.bjh21
2004-01-01Correct the usage of the 4th arg to mainbus_bs_map. It's a flags arg, sochris
2004-01-01Rather than calling pmap_extract() from an IPL_AUDIO interrupt handler (whichbjh21
2004-01-01Rename:thorpej
2004-01-01Restore a call to vidcaudio_ctrl() that I accidentally deleted.bjh21
2004-01-01Tidy up debugging printfs to use a single #ifdef and a DPRINTF() macro,bjh21
2004-01-01Add possibly-useful support for 16-bit sound on VIDC20 systems, usingbjh21
2004-01-01Correctly initialise ALL of the attach argument block. Fixes panic ondsainty
2004-01-01Correct entries for IRQ_NEVENT1 and IRQ_NEVENT2. They were both out by one.chris
2004-01-01Enable reset of a process's alternative signal stack flag.pk
2004-01-01Don't panic when attempting to share interrupts on ip2x -- just print ansekiya
2004-01-01It's important to use good quality cables when working with SGI serial ports.sekiya
2004-01-01Welcome to 2004!mycroft
2003-12-31Remove 3 unused debugging options:oster
2003-12-31When returning our actual sample rate to audio(4) in 16-bit mode, use the rightbjh21
2003-12-31remove incorrect XXX comments I introduced a couple of days agodbj
2003-12-31remove unused cs_numclusters field from struct csum_totaldbj
2003-12-31update explanatory comment about NOCSPTRS to reflect that fs_activedbj
2003-12-31Add a little comment explaining how to convert between RISC OS and hardwarebjh21
2003-12-31reorder ffs_sb_swap to reflect actual order in superblockdbj
2003-12-31add fs_flags to ffs_sb_swapdbj
2003-12-31Clean up a bunch of comments.oster
2003-12-31Split opencrypto configuration into an attribute, usable by inkerneljonathan
2003-12-31Replace the DO_FREE() macro with just RF_Free(). No functional changes,oster
2003-12-31Fix comments and make function declarations conform.oster
2003-12-31Make local functions static.bjh21
2003-12-31vidcaudio(4) now needs mulaw and aurateconv.bjh21
2003-12-31Substantial rewrite of vidcaudio(4). I don't know if the old versionbjh21
2003-12-31Add definitions of the bits in the Sound Control Register (SCR).bjh21
2003-12-31Add some useful flag definitions for DMA registers.bjh21
2003-12-31getnewbuf: return buffer locked.pk
2003-12-31add Logitech "QuickCam for Notebook Pro" and "QuickCam Pro 4000".hamajima
2003-12-31Forcibly undefining debugging macros is rude, so don't do it.bjh21
2003-12-31Include <dev/ata/atareg.h>, so that WDSD_IBM is defined.martin
2003-12-31s/NBPG/PAGE_SIZE/ in a comment.martin
2003-12-31Add in a bunch of RF_SIGNAL_COND()'s that were missing. Tidy uposter
2003-12-31Left-shift another else{} chunk. No functional changes.oster
2003-12-31left-shift the "else" part of the if(!lp_SubmitReconBuffer) condition.oster
2003-12-31Negate a condition, and flip if/else parts. Preparation for left-shiftingoster
2003-12-31Remove a couple of incorrect comments. (rf_recon_req needs to beoster
2003-12-31Added the getattrlist system call. That was annoying.manu
2003-12-31Simplify allocation of the channel queue.thorpej
2003-12-31init_dqd and clean_dqd don't do enough to be their own functions,oster
2003-12-31Simplify allocation of the channel queue.thorpej
2003-12-31Simplfy allocation of the channel queue.thorpej
2003-12-31Simplify allocation of the channel queue.thorpej
2003-12-31ANSIfy, KNF.simonb