Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   bouyer
Date:           Thu Apr  3 16:33:48 UTC 2025

Modified Files:
        src/distrib/sets/lists/man: mi
        src/distrib/sets/lists/manhtml: mi
        src/share/man/man4: Makefile
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/evbarm/conf: GENERIC
        src/sys/dev/usb: files.usb
Added Files:
        src/share/man/man4: gscan.4
        src/sys/dev/usb: if_gscan.c if_gscanreg.h

Log Message:
Add gscan(4), a driver for USB to CAN bus adapters.
This driver supports the Geschwister Schneider USB to CAN adapter, and
clones supported by the open-source candleLight firmware.

Add gscan to evbarm GENERIC (which already supports CAN family and the
sunxican(4) driver by default), and to amd64 ALL.


To generate a diff of this commit:
cvs rdiff -u -r1.1801 -r1.1802 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/manhtml/mi
cvs rdiff -u -r1.742 -r1.743 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/gscan.4
cvs rdiff -u -r1.191 -r1.192 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.181 -r1.182 src/sys/dev/usb/files.usb
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_gscan.c \
    src/sys/dev/usb/if_gscanreg.h

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




Home | Main Index | Thread Index | Old Index