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: manu
Date: Fri Oct 10 13:14:36 UTC 2025
Modified Files:
src/sys/dev/usb: ucom.c ucomvar.h
Log Message:
Console support for USB-to-serial adapters
Of course nothing can happen before the USB device is attached. Early
boot is silent, and kernel outputs start when ucom gets attached.
boot -a and DDB work. boot -c for userconf prompt cannot work, because
it happens before USB attachment.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/dev/usb/ucom.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/ucomvar.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