summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/vr
AgeCommit message (Expand)Author
2023-05-06s/regster/register/ in comments and error messages.andvar
2022-07-21fix typos in comments and log messages, mainly s/intrrupt/interrupt/.andvar
2022-07-08alredy -> alreadyskrll
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-22Be explicit about our interface attributes.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-13Don't advertise AUDIO_PROP_CAPTURE - no capture method is providedskrll
2020-11-21malloc(9) -> kmem(9)thorpej
2020-02-23Make start_input/halt_input optional if the driver has no recording,isaki
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-07-11Improve spelling: regsiter -> registerkamil
2015-06-11Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it tomatt
2015-06-09#include <sys/cpu.h> and/or <mips/cpuregs.h> + other include fixesmatt
2014-11-20this is supposed to be SECS_PER_DAY.christos
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-31adjust to new pci_intr_string signaturechristos
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26- kill sprintfchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-08-24Add to pci_bus_devorder() an argument that tells the number of slotsdyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-03-18Use vaddr_t for pc instead of uint32_t.tsutsui
2011-03-16Split device_t/softc. Tested on GXemul.tsutsui
2011-03-16Fix device_t/softc confusion.tsutsui
2011-03-16KNF and cosmetics.tsutsui
2011-03-16Fix signedness issue triggered by 64 bit time_t.tsutsui
2011-03-16Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice.tsutsui
2011-03-16vr_intr_handler[] takes status for hardclock(9), not ipending.tsutsui
2011-03-16Avoid possible future device_t/softc confusion.tsutsui
2011-03-16Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0)tsutsui
2011-03-10Set correct struct clockframe .intr value for hardclock(9).tsutsui
2011-02-26Explicitly include <mips/locore.h> for wbflush().tsutsui
2011-02-20Merge forward matt-nb5-mips64matt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-11-15struct cpu_info * deref needs sys/cpu.h.uebayasi
2010-06-06Add missing close-parenthesis; reported by Henning Petersen in PR 42526.dholland
2010-04-10workaround for port-hpcmips/42934jun