CVS commit: src/sys/dev/tc

2021-05-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 7 16:55:58 UTC 2021 Modified Files: src/sys/dev/tc: ioasic_subr.c ioasicvar.h tc.c tcvar.h Log Message: A small bit of const poisoning. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/tc/ioasi

CVS commit: src/sys/dev/tc

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 16:44:41 UTC 2020 Modified Files: src/sys/dev/tc: sticio.h Log Message: Restrict stic_xmap to the kernel namespace Otherwise this header is not includable on ports without the definition of NBPG. This fixes build of san

CVS commit: src/sys/dev/tc

2020-08-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 29 03:24:31 UTC 2020 Modified Files: src/sys/dev/tc: bba.c Log Message: Fix white space and indent. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/tc/bba.c Please note that diffs are not public

CVS commit: src/sys/dev/tc

2017-06-22 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Jun 22 17:01:34 UTC 2017 Modified Files: src/sys/dev/tc: tcdevs.h tcdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/tc/tcdevs.h \ src/sys/dev/tc/tcdevs_data.h Pleas

CVS commit: src/sys/dev/tc

2017-06-10 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Jun 10 12:03:30 UTC 2017 Modified Files: src/sys/dev/tc: tc.c Log Message: Fix missing TC bus speed. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/tc/tc.c Please note that diffs are not public doma

CVS commit: src/sys/dev/tc

2016-12-03 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Dec 3 18:18:12 UTC 2016 Modified Files: src/sys/dev/tc: tcu.c Log Message: newline To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/tc/tcu.c Please note that diffs are not public domain; they are subje

CVS commit: src/sys/dev/tc

2016-12-03 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Dec 3 18:12:50 UTC 2016 Modified Files: src/sys/dev/tc: tcu.c Log Message: Print warning for problematic switch configuration. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/tc/tcu.c Please note that

CVS commit: src/sys/dev/tc

2016-10-14 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Oct 14 15:01:39 UTC 2016 Modified Files: src/sys/dev/tc: tcdevs.h tcdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/tc/tcdevs.h \ src/sys/dev/tc/tcdevs_data.h Pleas

CVS commit: src/sys/dev/tc

2016-09-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 13 16:54:26 UTC 2016 Modified Files: src/sys/dev/tc: tcu.c Log Message: Adapt driver to final CPLD implementation. (Felix Deichmann) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/tc/tcu.c Ple

CVS commit: src/sys/dev/tc

2016-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 11 09:05:43 UTC 2016 Modified Files: src/sys/dev/tc: files.tc tcdevs Added Files: src/sys/dev/tc: slhci_tcu.c tcu.c Log Message: TURBOchannel usb/gpio driver from Felix Deichmann To generate a diff of this comm

CVS commit: src/sys/dev/tc

2016-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 19 18:27:27 UTC 2016 Modified Files: src/sys/dev/tc: tc.c Log Message: make the check work with widths other than 4, Felix Deichmann To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/tc/tc.c Pl

CVS commit: src/sys/dev/tc

2016-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 19 16:58:06 UTC 2016 Modified Files: src/sys/dev/tc: tc.c Log Message: PR/50849: Felix Deichmann: Relax TC option ROM header check for ROM widths < 4 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sy

CVS commit: src/sys/dev/tc

2013-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 4 16:53:09 UTC 2013 Modified Files: src/sys/dev/tc: mfb.c px.c pxg.c Log Message: add __USE() for unused volatile variables, so that we generate the same code. To generate a diff of this commit: cvs rdiff -u -r1.58 -r

CVS commit: src/sys/dev/tc

2012-10-29 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Oct 29 13:19:15 UTC 2012 Removed Files: src/sys/dev/tc: ascvar.h Log Message: remove unused file. To generate a diff of this commit: cvs rdiff -u -r1.12 -r0 src/sys/dev/tc/ascvar.h Please note that diffs are not public domain;

CVS commit: src/sys/dev/tc

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 21:12:37 UTC 2012 Modified Files: src/sys/dev/tc: cfb.c mfb.c sfb.c sfbplus.c stic.c tfb.c xcfb.c Log Message: adjust wsfont_find() To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/tc/cfb.c

CVS commit: src/sys/dev/tc

2011-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 20 08:03:22 UTC 2011 Modified Files: src/sys/dev/tc: ioasicvar.h tcvar.h Log Message: Add some missing includes of To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/tc/ioasicvar.h cvs rdiff -u -r1.

CVS commit: src/sys/dev/tc

2010-11-06 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Nov 6 10:58:13 UTC 2010 Modified Files: src/sys/dev/tc: px.c Log Message: Include uvm/uvm.h to access UVM internal. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/tc/px.c Please note that diffs

CVS commit: src/sys/dev/tc

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 07:01:38 UTC 2010 Modified Files: src/sys/dev/tc: cfb.c mfb.c sfb.c sfbplus.c tfb.c xcfb.c Log Message: Set RI_NO_AUTO in ri_flg if *fb_common_init() is invoked from cnattach. Untested. To generate a diff of this com