CVS commit: src/sys/arch/vax/vsa

2010-05-09 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Sun May  9 22:19:46 UTC 2010

Modified Files:
src/sys/arch/vax/vsa: spx.c

Log Message:
Make SPX work as console device on VAXstation 4000/9x.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/vax/vsa/spx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2010-05-09 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Sun May  9 22:24:44 UTC 2010

Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c

Log Message:
Make console keyboard work on VAXstation 4000/9x. Seems not to break
anything on other VAXstations (tested on 4000 VLC).


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/vax/vsa/dz_vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2010-12-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Dec 14 23:31:17 UTC 2010

Modified Files:
src/sys/arch/vax/vsa: asc_vsbus.c dz_vsbus.c hdc9224.c leds.c ncr.c
smg.c spx.c tc_vsbus.c vsbus.c vsbus_dma.c

Log Message:
Cleanup includes.  Switch from  to  from
bus, cpu, and intr.  Remove unneeded includes.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/vax/vsa/asc_vsbus.c \
src/sys/arch/vax/vsa/dz_vsbus.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/vax/vsa/hdc9224.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/vsa/leds.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/vax/vsa/ncr.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/vax/vsa/smg.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/vax/vsa/spx.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/vax/vsa/tc_vsbus.c
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/vax/vsa/vsbus.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/vax/vsa/vsbus_dma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2011-06-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun  5 16:12:50 UTC 2011

Modified Files:
src/sys/arch/vax/vsa: tc_vsbus.c

Log Message:
assignment to sc_dev is in tcattach, we don't have sc_dev


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/tc_vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2012-01-11 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Jan 11 21:26:13 UTC 2012

Modified Files:
src/sys/arch/vax/vsa: smg.c spx.c

Log Message:
adjust for wsfont_find() change


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/vax/vsa/smg.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/vax/vsa/spx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2014-12-16 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Tue Dec 16 11:34:17 UTC 2014

Added Files:
src/sys/arch/vax/vsa: lcg.c

Log Message:
Adds VAXstation VLC and 4000/60 framebuffer support. From Blaz Antonic
  and updated by BjörnJohannesson.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/vax/vsa/lcg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2014-12-18 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Thu Dec 18 22:46:53 UTC 2014

Modified Files:
src/sys/arch/vax/vsa: lcg.c

Log Message:
Add small fix from Björn Johannessonwhich makes framebuffer woth with X11.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/vax/vsa/lcg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2014-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Dec 31 20:37:10 UTC 2014

Modified Files:
src/sys/arch/vax/vsa: hdc9224.c

Log Message:
declare error


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/vax/vsa/hdc9224.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2015-05-31 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Sun May 31 07:04:18 UTC 2015

Modified Files:
src/sys/arch/vax/vsa: vsbus.c

Log Message:
Add missing break - from Felix Deichmann in PR port-vax/49935


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/vax/vsa/vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2018-04-12 Thread Anders Magnusson
Module Name:src
Committed By:   ragge
Date:   Thu Apr 12 18:45:57 UTC 2018

Modified Files:
src/sys/arch/vax/vsa: vsbus.c

Log Message:
Fix bug causing DMA to/from user space fail. Fixes PR#49517.
This bug has been around since 2003.
Thanks to Martin Husemann for providing hardware to debug on!


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/vax/vsa/vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2021-05-08 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat May  8 09:03:30 UTC 2021

Modified Files:
src/sys/arch/vax/vsa: tc_vsbus.c

Log Message:
Catch up with this commit:

http://www.nerv.org/netbsd/?q=id:20210507T165558Z.d4aba9e0e053181f2a98ee4ee43012b50949921b

by which per slot tcs_used flag was obsoleted.

No need to initialize __BIT(0) of sc_slots_used here; it is zero anyway
before calling tcattach().


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/vax/vsa/tc_vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2013-10-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 24 13:16:33 UTC 2013

Modified Files:
src/sys/arch/vax/vsa: spx.c

Log Message:
Mark a potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/spx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 14:44:25 UTC 2013

Modified Files:
src/sys/arch/vax/vsa: hdc9224.c

Log Message:
Simplify (and remove now unused variable)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/vax/vsa/hdc9224.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2014-03-28 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Mar 28 13:26:24 UTC 2014

Modified Files:
src/sys/arch/vax/vsa: spx.c

Log Message:
Use snprintf instead of sprintf


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/vax/vsa/spx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2020-03-22 Thread Anders Magnusson
Module Name:src
Committed By:   ragge
Date:   Sun Mar 22 20:27:47 UTC 2020

Modified Files:
src/sys/arch/vax/vsa: ncr.c

Log Message:
Do not expect a struct buf to be present if doing DMA to kernel space.
Fixes bug reported by sadness on port-vax.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/vax/vsa/ncr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2020-08-26 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Wed Aug 26 12:59:28 UTC 2020

Modified Files:
src/sys/arch/vax/vsa: vsaudio.c

Log Message:
Fix misuse of device_private().  sc_dev is device_t.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/vsa/vsaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2017-05-22 Thread Anders Magnusson
Module Name:src
Committed By:   ragge
Date:   Mon May 22 17:17:25 UTC 2017

Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c hdc9224.c hdc9224.h smg.c vsbus.c

Log Message:
Update copyright notice for Ludd (remove clause 3 & 4).


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/vax/vsa/dz_vsbus.c
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/vax/vsa/hdc9224.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/hdc9224.h
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/vax/vsa/smg.c
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/vax/vsa/vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2017-06-09 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Fri Jun  9 18:02:40 UTC 2017

Modified Files:
src/sys/arch/vax/vsa: tc_vsbus.c

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/vsa/tc_vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/vsa

2019-04-08 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Mon Apr  8 14:48:33 UTC 2019

Modified Files:
src/sys/arch/vax/vsa: vsaudio.c

Log Message:
White space -> TAB, fix indent, and add RCS Id.
No functional changes intended.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/vax/vsa/vsaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.