| Age | Commit message (Expand) | Author |
| 2004-01-12 | Use __insn_barrier() to prevent the compiler reordering splx/splraise | scw |
| 2004-01-10 | The VIDC20 data sheet doesn't define the polarity of the sign bit for | bjh21 |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-03 | Currently the eb7500atx doesn't have a cmos_read function, however it also | chris |
| 2004-01-03 | Add conf framework support for riscstation. Add a rsbus as this allows | chris |
| 2004-01-03 | On a riscstation leave the iobase as requested, don't add IO_CONF_BASE to | chris |
| 2004-01-03 | When adding a new interrupt handler to the iomd, turn off interrupts so | chris |
| 2004-01-01 | The lmcaudio driver was only ever used on the RC7500, which we don't support | bjh21 |
| 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 | 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 |
| 2003-12-31 | When returning our actual sample rate to audio(4) in 16-bit mode, use the right | bjh21 |
| 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-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-29 | speaker_ctl() is optional, and vidcaudio_speaker_ctl() did nothing, so kill it. | bjh21 |
| 2003-12-29 | Control debugging with VIDCAUDIO_DEBUG rather that DEBUG, to avoid confusion | bjh21 |
| 2003-12-29 | Minor KNF. | bjh21 |
| 2003-12-29 | Fix a DEBUG printf. | bjh21 |
| 2003-12-29 | Use NULL rather than 0 to initialise unused function pointers. | bjh21 |
| 2003-12-29 | KNF. | bjh21 |
| 2003-12-29 | ANSIfy, un-__P(). | bjh21 |
| 2003-12-19 | Correct masks for PCIXSR decomposition | gavan |
| 2003-12-17 | add a function to initialize variables used by splfoo(). | bsh |
| 2003-12-16 | The PIRSR is at location 0xffffe1ec, not 0xffffe2ec. | gavan |
| 2003-12-15 | Work-around an obscure bug (reported by a couple of people, and reproduced | scw |
| 2003-12-15 | The last cpsr_all change was misguided. Just use cpsr_c wherever possible. | scw |
| 2003-12-13 | The machdep.debug sysctl variable uses code CPU_DEBUG | rearnsha |
| 2003-12-12 | Add a default case to avoid an uninitialized variable warning. | thorpej |
| 2003-12-12 | The machdep.debug node is an int, not a struct | atatat |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-08 | Scoot the SDRAM controller's mapping forward to the next 1MB boundary | scw |
| 2003-12-08 | Add support for picking up the size of SDRAM by reading the memory | scw |
| 2003-12-08 | Oops, map PCI memory space at VA 0xf8000000 instead of in the middle | scw |
| 2003-12-06 | Undo last change: The "iomd" driver has its own bus_space tag, so it didn't | bjh21 |
| 2003-12-06 | Fix the ARM mainbus version of bus_space_subregion() to correctly shift the | bjh21 |
| 2003-12-06 | Don't complain if we're asked for != 8 channels. There's no actual support | bjh21 |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-03 | As per the recent ixp425 fix (which is based on this code): | scw |
| 2003-12-03 | In the interrupt dispatch loop, make sure to handle any pending interrupts | scw |
| 2003-12-01 | Avoid alignment faults in fusword and fuswintr. Also handle big-endian | rearnsha |
| 2003-12-01 | - For consistency, use cpsr_all instead of cpsr. | scw |
| 2003-11-29 | Use kdb_trap() rather than Debugger() to deal with unhandled undefined | bjh21 |
| 2003-11-26 | fix typo pointed out by Olivier Houchard. thanks. | bsh |