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