Set .PATH to dev/usb/serial so that these modules compile again.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
We don't need to generate vnode_if.h anymore
Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBto RS232 bridges, such as the one found in the DeLorme Earthmate USB GPSreceiver (which is the only device currently supported
Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBto RS232 bridges, such as the one found in the DeLorme Earthmate USB GPSreceiver (which is the only device currently supported by this driver).While other USB to serial drivers in the tree rely heavily on ucom, thisone is self-contained. The reason for that is that ucom assumes thatthe bridge uses bulk pipes for I/O, while the Cypress parts actuallyregister as human interface devices and use HID reports for configurationand I/O.The driver is not entirely complete: there is no support yet for flowcontrol, and output doesn't seem to work, though I don't know if that isbecause of a bug in the code, or simply because the Earthmate is a read-only device.
show more ...