summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa
AgeCommit message (Expand)Author
2023-03-26s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.andvar
2023-02-11Port rasops'fied smg(4) framebuffer driver for VS3100 from OpenBSD/vax.tsutsui
2023-02-06Add a support for gpx(4) color framebuffer found on VAXstation 3100.tsutsui
2023-01-13Make sure to call wsfont_init(9) as other framebuffer drivers.tsutsui
2022-12-12vsbus vax: sprinkle volatile for register accessesjakllsch
2022-12-10Don't let compiler optimize out the framebuffer probe in lcg_match() byjakllsch
2022-07-06fix various typos in comments.andvar
2022-02-12sys: Omit vestigial struct devices in softcs after device_t split.riastradh
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-08Catch up with this commit:rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-09-12Improve am7930 family drivers to share more code.isaki
2020-08-26Fix misuse of device_private(). sc_dev is device_t.isaki
2020-03-22Do not expect a struct buf to be present if doing DMA to kernel space.ragge
2019-06-03 Fix typo in comment(s/similiar/similar/).msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-08White space -> TAB, fix indent, and add RCS Id.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-03-14Use copyin(), not fusword().thorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-06Remove duplicate ;maya
2018-04-12Fix bug causing DMA to/from user space fail. Fixes PR#49517.ragge
2018-02-08Typos.dholland
2017-06-09whitespaceflxd
2017-06-09Make VAXstation 4000 TURBOchannel adaptor work.flxd
2017-05-22Update copyright notice for Ludd (remove clause 3 & 4).ragge
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-05-31Add missing break - from Felix Deichmann in PR port-vax/49935abs
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31declare errorchristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-19Add audio support for VAXstation VLC, 60 and 90 machines. Originally romjklos
2014-12-18Add small fix from Björn Johannessonwhich makes framebuffer woth with X11.jklos
2014-12-16Adds VAXstation VLC and 4000/60 framebuffer support. From Blaz Antonicjklos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-28Use snprintf instead of sprintfozaki-r
2013-10-25Simplify (and remove now unused variable)martin
2013-10-24Mark a potentially unused variablemartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-06-28Define and use VS_REGS_KA49 rather than magic numbers. From OpenBSD.abs
2012-05-14From the "why was this not done before" box:abs
2012-01-11adjust for wsfont_find() changemacallan
2011-06-05assignment to sc_dev is in tcattach, we don't have sc_devchristos
2011-06-04Split device_t/softc. pmax is tested on GXemul.tsutsui
2010-12-14Cleanup includes. Switch from <machine/XXX.h> to <sys/XXX.h> frommatt
2010-05-09Make console keyboard work on VAXstation 4000/9x. Seems not to breakhans
2010-05-09Make SPX work as console device on VAXstation 4000/9x.hans