aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uchcom
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Set .PATH to dev/usb/serial so that these modules compile again.Ian Lepore2018-07-061-1/+1
| | | | Notes: svn path=/head/; revision=336052
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.Takanori Watanabe2007-10-181-0/+9
I tested it on cheap serial converter.(Only costs 980JPY.) Notes: svn path=/head/; revision=172748