diff options
| author | skrll <skrll@NetBSD.org> | 2016-04-23 10:15:27 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2016-04-23 10:15:27 +0000 |
| commit | 71112a2e15f9bf53afce3c1dba49efee488f907e (patch) | |
| tree | bb8969a62e25f8d246da06e3baf5e17264941596 /sys/dev/usb/usbdevs | |
| parent | ea543e244a8a4befd86336dd6e2b4dba44e6ed86 (diff) | |
Merge nick-nhusb
- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
- kern/48308
- uhub status notification improvements
- umass(4) probe fix (applied to HEAD already)
- ohci(4) short transfer fix
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 04f9dd44482..a2cb30b2b8f 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.713 2016/04/19 15:50:24 nonaka Exp $ +$NetBSD: usbdevs,v 1.714 2016/04/23 10:15:32 skrll Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. |
