Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: christos
Date: Wed Sep 12 21:57:18 UTC 2018
Modified Files:
src/sys/dev/usb: if_athn_usb.c if_axe.c if_axen.c if_rum.c if_run.c
if_urtw.c if_urtwn.c
Log Message:
Don't have modules depend on bpf; they will find the dependency dynamically
at runtime. Otherwise builtin modules will complain about non-builtin bpf.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/usb/if_athn_usb.c \
src/sys/dev/usb/if_run.c
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/usb/if_axen.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/if_rum.c \
src/sys/dev/usb/if_urtwn.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/if_urtw.c
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