summaryrefslogtreecommitdiff
path: root/sys/arch/dreamcast/dev/g2
AgeCommit message (Expand)Author
2021-08-07s/configuraiton/configuration/ in comments and man pages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-09Update function name in a comment.isaki
2021-02-06Remove sc_open flag.isaki
2020-02-23Make start_input/halt_input optional if the driver has no recording,isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-05-06don't use tsleep() in interrupt context.ryo
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-07-18Be consistent among ethernet drivers on the convention for printing ethernetsevan
2018-03-03this ain't python, thanks gcc6.christos
2017-07-25Dreamcast audio only supports playback so set it in the props.nat
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2015-10-23fix build failure on dreamcast.knakahara
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-03-31make a copy of the interrupt string in buf.christos
2014-03-31Adapt intr_string signaturemartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2010-11-21Split softc/device_t.tsutsui
2010-11-20Make aica_round_blocksize() always return a fixed buffer size.tsutsui
2010-11-12Pull in uvm/uvm.h where UVM's page level interface is used.uebayasi
2010-09-01- split device_t/softctsutsui
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-08-23Add an empty bus_space_mmap(9) function as temporary workaroundtsutsui
2008-08-01sysasic_intr_string() takes an IRL, not an IPL.marcus
2008-08-01Fixed a compilation warning.marcus
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-12Split device_t/softc for MI mb86960, with misc cosmetics.tsutsui
2008-01-06Include <sys/device.h> explicitly to pull in needed definitions.he
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-16Clear the correct amount of audio RAM in AICA driver (fixes port-dreamcast/35...marcus
2007-03-12IRL line connected to each device on sysasic is not always correspondingtsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2006-09-05Switch dreamcast to MI todr(9).uwe
2006-08-07KNF, TAB/space cosmeticstsutsui
2006-05-10Fix a bunch of cast lvalues.skrll
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-08-26s/locdesc_t/int/gdrochner
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-02Fix const fallout.he