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:   mrg
Date:           Tue Sep 18 05:37:54 UTC 2018

Modified Files:
        src/share/man/man4: usb.4
        src/sys/dev/usb: usb.c

Log Message:
remove usb(4)'s "flags 1" code.  it has been dead for a while,
as it runs during the interrupts part of configuration now,
and all the devices try attach as early as possible, including
any root or boot required disk or keyboard device, which is
what this flag was for.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/share/man/man4/usb.4
cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/usb.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