CVS commit: src/sys/dev/gpib

2020-05-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 25 19:01:15 UTC 2020 Modified Files: src/sys/dev/gpib: hil_gpib.c Log Message: This driver is incomplete and doens't even compile, but make it use CFATTACH_DECL_NEW() anyway. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/gpib

2019-12-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 1 16:22:10 UTC 2019 Modified Files: src/sys/dev/gpib: mt.c Log Message: Mark unreachable branch with __unreachable() to fix i386/ALL build. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/gpib

2019-02-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 24 20:54:13 UTC 2019 Modified Files: src/sys/dev/gpib: mt.c Log Message: Add missing FALLTHROUGH in gpib/mt.c Requested by GCC in NetBSD/i386 kUBSan KCOV build. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/dev/gpib

2019-02-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 23 11:33:31 UTC 2019 Modified Files: src/sys/dev/gpib: ct.c Log Message: Improve fallthrough statement wording in dev/gpib/ct.c Fixes build with kUBSan on NetBSD/i386. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/gpib

2014-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 31 20:36:20 UTC 2014 Modified Files: src/sys/dev/gpib: rd.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/gpib/rd.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/gpib

2014-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 02:57:20 UTC 2014 Modified Files: src/sys/dev/gpib: mt.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/gpib/mt.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/gpib

2014-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 03:41:10 UTC 2014 Modified Files: src/sys/dev/gpib: rd.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/gpib/rd.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/gpib

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 18:38:00 UTC 2009 Modified Files: src/sys/dev/gpib: gpib.c Log Message: MALLOC() - malloc() To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/gpib/gpib.c Please note that diffs are not

CVS commit: src/sys/dev/gpib

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 18:41:05 UTC 2009 Modified Files: src/sys/dev/gpib: cs80bus.c gpib.c Log Message: Make compile with options DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/gpib/cs80bus.c cvs rdiff

CVS commit: src/sys/dev/gpib

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 18:43:03 UTC 2009 Modified Files: src/sys/dev/gpib: ppi.c Log Message: Add a missing parentheses. PR kern/41859 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/gpib/ppi.c Please note that

CVS commit: src/sys/dev/gpib

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 18:44:36 UTC 2009 Modified Files: src/sys/dev/gpib: ct.c mt.c ppi.c Log Message: Fix warnings of printf(9) format. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/gpib/ct.c

CVS commit: src/sys/dev/gpib

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 18:46:43 UTC 2009 Modified Files: src/sys/dev/gpib: rd.c Log Message: - fix warnings of printf(9) format and void pointer arithmetic - use DTYPE_HPIB for now instead of nonexistent DTYPE_GPIB To generate a diff of

CVS commit: src/sys/dev/gpib

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 12:13:21 UTC 2009 Modified Files: src/sys/dev/gpib: cs80bus.c ct.c gpib.c hil_gpib.c mt.c ppi.c rd.c Log Message: struct cfdata * - cfdata_t, no functional changes intended. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/gpib

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 14:21:58 UTC 2009 Modified Files: src/sys/dev/gpib: cs80bus.c ct.c gpib.c hil_gpib.c mt.c ppi.c rd.c Log Message: struct device * - device_t, no functional changes intended. To generate a diff of this commit: cvs