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:   pgoyette
Date:           Sat May 29 01:14:30 UTC 2010

Modified Files:
        src/distrib/sets/lists/modules: mi
        src/sys/dev/usb: files.usb usb.c usb_subr.c
        src/sys/modules: Makefile
Added Files:
        src/sys/dev/usb: usb_verbose.c usb_verbose.h
        src/sys/modules/usbverbose: Makefile

Log Message:
Extract USBVERBOSE into a kernel module.  The module can be builtin
by defining 'options USBVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not USB support
exists.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.168 -r1.169 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/usb_verbose.c \
    src/sys/dev/usb/usb_verbose.h
cvs rdiff -u -r1.42 -r1.43 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/usbverbose/Makefile

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