Re: [Patch] Driver for Keyspan USA-19HS

2019-06-03 Thread Cody Cutler
com* at umcs?" # MosChip Semiconductor multiport .Cd "ucom* at umct?" # MCT .Cd "ucom* at umodem?" # Standardized umodem diff --git share/man/man4/ukspan.4 share/man/man4/ukspan.4 new file mode 100644 index 000..2b98f1efcb5 --- /dev/null +++ share/man/man4/ukspan

Re: [Patch] Driver for Keyspan USA-19HS

2019-05-29 Thread Cody Cutler
Thank you for your comments, Joshua. I'll send an updated patch shortly. j...@openbsd.org (joshua stein) - Tue, May 28, 2019 at 07:51:08PM -0500 > Hi, > > Some feedback inline: > > On Tue, 28 May 2019 at 18:42:51 -0400, Cody Cutler wrote: > > Hello tech, I'm sub

[Patch] Driver for Keyspan USA-19HS

2019-05-28 Thread Cody Cutler
Hello tech, I'm submitting the following patch for inclusion. The patch implements a driver for the Keyspan USA-19HS USB-to-serial dongle. I've used it for a few months now without any problems. Please let me know if you spot any problems. Thanks! diff --git sys/arch/amd64/conf/GENERIC sys/arch/

Re: duid support to dump

2013-11-29 Thread Cody Cutler
j...@sing.id.au (Joel Sing) - Thu, Nov 28, 2013 at 03:16:20AM +1100 > From a quick glance, you should be able to use opendev(3) to open the disk > device (rather than using open), in which case you'll get DUID handling for > free. This also avoids the TOCTOU issues associated with attempting to m

duid support to dump

2013-11-26 Thread Cody Cutler
hello, the following is my attempt to add duid support to dump. thanks! Index: Makefile === RCS file: /cvs/src/sbin/dump/Makefile,v retrieving revision 1.11 diff -p -u -r1.11 Makefile --- Makefile6 Jan 2013 21:59:28 - 1.