Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: kent
Date: Sat Jun 28 09:14:56 UTC 2008
Modified Files:
src/sys/dev/usb: uaudio.c
Added Files:
src/sys/modules/uaudio: Makefile
Log Message:
Make uaudio compilable as a kmod.
XXX:
"modload uaudio.kmod" doesn't attach the uaudio driver to
plugged USB devices for now because uhub_rescan() is not
implemented yet. We need to re-plug USB devices after modload.
To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/dev/usb/uaudio.c
cvs rdiff -r0 -r1.1 src/sys/modules/uaudio/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