Hello Husni,

On 14/07/2021 20:18, Ahamed Husni wrote:
Hi,

Ping :)

Sorry for the late reply. I hoped that someone else would review the patches. I already had a look at them before you sent them.

I only found two small points. Otherwise the patches look fine. Can you fix the two points and then send a v2? I think you also mentioned having the patches ported to the 6-freebsd-12 branch? If you post v2: Can you just add a link to a branch with these in your [Patch 0/x] mail?

Best regards

Christian


On Tue, Jul 6, 2021 at 10:30 PM Husni Faiz <ahamedhusn...@gmail.com <mailto:ahamedhusn...@gmail.com>> wrote:

    This set of patches import the drivers from freebsd and
    configures it for the beagle bsp.

    Github Branch for the commits
    https://github.com/drac98/rtems-libbsd/commits/usb-cdce
    <https://github.com/drac98/rtems-libbsd/commits/usb-cdce>

    Husni Faiz (4):
       usb_template:Import CDC Ethernet
       usb_template: Configure template driver only for CDC Ethernet
       nexus-devices: Include CDC Ethernet for Beagle
       libbsd.py: add usb template files

      buildset/default.ini                          |    1 +
      buildset/minimal.ini                          |    3 +-
      freebsd/sys/dev/usb/template/usb_template.c   | 1493 +++++++++++++++++
      freebsd/sys/dev/usb/template/usb_template.h   |  130 ++
      .../sys/dev/usb/template/usb_template_cdce.c  |  355 ++++
      freebsd/sys/dev/usb/usb_device.c              |    4 +-
      libbsd.py                                     |   25 +
      rtemsbsd/include/bsp/nexus-devices.h          |    5 +
      .../include/machine/rtems-bsd-nexus-bus.h     |   17 +
      9 files changed, 2030 insertions(+), 3 deletions(-)
      create mode 100644 freebsd/sys/dev/usb/template/usb_template.c
      create mode 100644 freebsd/sys/dev/usb/template/usb_template.h
      create mode 100644 freebsd/sys/dev/usb/template/usb_template_cdce.c

-- 2.25.1


_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to