Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-16 Thread Chris Johns
On 16/2/17 12:06 am, Gedare Bloom wrote: > On Tue, Feb 14, 2017 at 9:43 PM, Chris Johns wrote: >> On 15/02/2017 00:33, Sebastian Huber wrote: >>> >>> For imports of FreeBSD files into RTEMS or Newlib, please use the SVN >>> checkout to get the right $FreeBSD$ identifiers, e.g.

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-15 Thread Gedare Bloom
On Tue, Feb 14, 2017 at 9:43 PM, Chris Johns wrote: > On 15/02/2017 00:33, Sebastian Huber wrote: >> >> For imports of FreeBSD files into RTEMS or Newlib, please use the SVN >> checkout to get the right $FreeBSD$ identifiers, e.g. >> >> >>

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Chris Johns
On 15/02/2017 00:33, Sebastian Huber wrote: For imports of FreeBSD files into RTEMS or Newlib, please use the SVN checkout to get the right $FreeBSD$ identifiers, e.g. https://git.rtems.org/rtems/tree/cpukit/libcsupport/include/sys/event.h#n26 Maybe a note in libbsd about this would help? I

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Sebastian Huber
For imports of FreeBSD files into RTEMS or Newlib, please use the SVN checkout to get the right $FreeBSD$ identifiers, e.g. https://git.rtems.org/rtems/tree/cpukit/libcsupport/include/sys/event.h#n26 On 14/02/17 13:32, Kirspel, Kevin wrote: OK. I want to update my RTEMS termios patch anyway

RE: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Kirspel, Kevin
OK. I want to update my RTEMS termios patch anyway to include a couple of changes that fell out of the FREEBSD USB serial test cases. Kevin Kirspel Electrical Engineer - Sr. Staff Idexx Roswell 235 Hembree Park Drive Roswell GA 30076 Tel: (770)-510- ext. 81642 Direct: (770)-688-1642 Fax:

Re: [PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-14 Thread Sebastian Huber
We should first make the Termios API provided by RTEMS more FreeBSD compatible: https://devel.rtems.org/ticket/2897 Would you mind sending the relevant patches of this ticket to the mailing list? Since is a POSIX header file, it should go into Newlib from my point of view.

[PATCH 8/9] Patching USB serial drivers and Termios for use in RTEMS

2017-02-08 Thread Kevin Kirspel
--- freebsd/sys/dev/usb/serial/uplcom.c| 22 freebsd/sys/dev/usb/serial/usb_serial.c| 24 freebsd/sys/dev/usb/usb_dev.c | 18 +++ freebsd/sys/fs/devfs/devfs_int.h | 2 +- freebsd/sys/kern/kern_conf.c | 16 +--