CVS commit: src/sys/external/bsd/dwc2/dist

2023-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 9 12:31:10 UTC 2023 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdddma.c Log Message: dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/external/bsd/dwc2/dist

2023-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 9 12:31:10 UTC 2023 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdddma.c Log Message: dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/external/bsd/dwc2/dist

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 17:00:19 UTC 2021 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Tidy up more error handling confusion To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/external/bsd/dwc2/dist

2021-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 17:00:19 UTC 2021 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Tidy up more error handling confusion To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/external/bsd/dwc2/dist

2019-07-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 14 13:55:43 UTC 2019 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Fix error path, kmem_free doesn't allow NULL pointers. Fix compilation with CONFIG_USB_DWC2_TRACK_MISSED_SOFS. To generate a

CVS commit: src/sys/external/bsd/dwc2/dist

2019-07-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 14 13:55:43 UTC 2019 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Fix error path, kmem_free doesn't allow NULL pointers. Fix compilation with CONFIG_USB_DWC2_TRACK_MISSED_SOFS. To generate a

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 09:59:30 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Fixup previous to not break ping protocol. My bad. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 12 09:59:30 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Fixup previous to not break ping protocol. My bad. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Aug 8 07:20:44 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.h dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-08 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Aug 8 07:20:44 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.h dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 1 16:44:14 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Fix the alignment argument to usb_allocmem in dwc2_hc_setup_align_buf To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/external/bsd/dwc2/dist

2018-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 1 16:44:14 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Fix the alignment argument to usb_allocmem in dwc2_hc_setup_align_buf To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 24 22:14:39 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_hcdddma.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 24 22:14:39 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_hcdddma.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 14 10:34:09 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.h Log Message: Fix DWC2_READ_4 in dwc2_sample_frrem which is unused To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 14 10:34:09 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.h Log Message: Fix DWC2_READ_4 in dwc2_sample_frrem which is unused To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 14 10:53:30 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h Log

CVS commit: src/sys/external/bsd/dwc2/dist

2016-02-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 14 10:53:30 UTC 2016 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h Log

CVS commit: src/sys/external/bsd/dwc2/dist

2015-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 22 14:29:28 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Report an error when return -ENODEV for the unsupported setup. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/external/bsd/dwc2/dist

2015-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 22 14:29:28 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Report an error when return -ENODEV for the unsupported setup. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 06:24:21 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: Re-apply hunk that got lost in the recent import. CVS is fun! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 06:24:21 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: Re-apply hunk that got lost in the recent import. CVS is fun! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 14:03:00 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: kern/50185: dwctwo attach failure Another hunk went walkabout during the import - reapply with a little update To generate a

CVS commit: src/sys/external/bsd/dwc2/dist

2015-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 1 14:03:00 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c Log Message: kern/50185: dwctwo attach failure Another hunk went walkabout during the import - reapply with a little update To generate a

CVS commit: src/sys/external/bsd/dwc2/dist

2015-08-31 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Aug 31 06:12:55 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c

CVS commit: src/sys/external/bsd/dwc2/dist

2015-08-31 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Aug 31 06:12:55 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c

CVS commit: src/sys/external/bsd/dwc2/dist

2015-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 12:59:59 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h Log Message: Merge conflicts To

CVS commit: src/sys/external/bsd/dwc2/dist

2015-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 12:59:59 UTC 2015 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h Log Message: Merge conflicts To

CVS commit: src/sys/external/bsd/dwc2/dist

2014-11-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 24 10:14:15 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c Log Message: Simplify the NAK holdoff change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/external/bsd/dwc2/dist

2014-11-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 24 10:14:15 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c Log Message: Simplify the NAK holdoff change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/external/bsd/dwc2/dist

2014-09-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Sep 3 10:00:08 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Adapt the NAK holdoff scheme for FS/LS devices from the Raspberry Pi

CVS commit: src/sys/external/bsd/dwc2/dist

2014-09-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Sep 3 10:00:08 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcd.h dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Adapt the NAK holdoff scheme for FS/LS devices from the Raspberry Pi

Re: CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-26 Thread Takahiro HAYASHI
(07/26/14 18:18), Nick Hudson wrote: Log Message: Recover from channel halt errors by using the 3 strikes xacterr rule. Adapted from the RaspberryPI linux driver. This allows the rum(4) I was sent to be somewhat usable. Need to investigate further what is causing the problem in the first

CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 26 09:18:53 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Recover from channel halt errors by using the 3 strikes xacterr rule. Adapted from the RaspberryPI linux driver. This

CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 26 09:18:53 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdintr.c Log Message: Recover from channel halt errors by using the 3 strikes xacterr rule. Adapted from the RaspberryPI linux driver. This

CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 3 07:18:43 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 3 07:18:43 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdqueue.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/external/bsd/dwc2/dist

2014-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 3 06:34:58 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge conflicts.

CVS commit: src/sys/external/bsd/dwc2/dist

2014-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 4 05:40:57 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_coreintr.c Log Message: Fix non-DWC2_DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/dwc2/dist

2014-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 3 06:34:58 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge conflicts.

CVS commit: src/sys/external/bsd/dwc2/dist

2014-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 4 05:40:57 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_coreintr.c Log Message: Fix non-DWC2_DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/dwc2/dist

2014-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 21 09:19:10 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_coreintr.c dwc2_hcd.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Fix non-USB_DEBUG (and non-DWC2_DEBUG) build To generate

CVS commit: src/sys/external/bsd/dwc2/dist

2014-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 21 09:19:10 UTC 2014 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_coreintr.c dwc2_hcd.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Fix non-USB_DEBUG (and non-DWC2_DEBUG) build To generate

CVS commit: src/sys/external/bsd/dwc2/dist

2013-12-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 14 09:58:03 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdddma.c Log Message: Remove unused variables. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/dwc2/dist

2013-12-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 14 09:58:03 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdddma.c Log Message: Remove unused variables. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 24 12:25:19 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 24 12:25:19 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 14 12:40:51 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 14 12:41:46 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Simplify variable assignment and avoid gcc warnings. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 14 12:40:51 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcdqueue.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 14 12:41:46 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Simplify variable assignment and avoid gcc warnings. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 12 15:13:14 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.h Log Message: Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/external/bsd/dwc2/dist

2013-11-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 12 15:13:14 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.h Log Message: Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 22 16:37:08 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Be strictly correct about chan-xfer_dma assignment and avoid calling DMAADDR on fully transfered data phase of a control

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 22 16:37:08 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Be strictly correct about chan-xfer_dma assignment and avoid calling DMAADDR on fully transfered data phase of a control

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 5 06:51:43 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge conflicts.

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 5 06:51:43 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c Log Message: Merge conflicts.

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 11:36:27 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Some core configurations cannot support LS traffic on a FS root port. Fix adapted from the github.com/raspberrypi driver. To

CVS commit: src/sys/external/bsd/dwc2/dist

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 11:36:27 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Some core configurations cannot support LS traffic on a FS root port. Fix adapted from the github.com/raspberrypi driver. To

CVS commit: src/sys/external/bsd/dwc2/dist

2013-09-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Sep 25 06:19:22 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h Log