freebsd-dev/sys/dev/usb
Alexander Motin 50ae5fde8d MFC r203108:
Large set of CAM improvements:
- Unify bus reset/probe sequence. Whenever bus attached at boot or later,
CAM will automatically reset and scan it. It allows to remove duplicate
code from many drivers.
- Any bus, attached before CAM completed it's boot-time initialization,
will equally join to the process, delaying boot if needed.
- New kern.cam.boot_delay loader tunable should help controllers that
are still unable to register their buses in time (such as slow USB/
PCCard/ CardBus devices), by adding one more event to wait on boot.
- To allow synchronization between different CAM levels, concept of
requests priorities was extended. Priorities now split between several
"run levels". Device can be freezed at specified level, allowing higher
priority requests to pass. For example, no payload requests allowed,
until PMP driver enable port. ATA XPT negotiate transfer parameters,
periph driver configure caching and so on.
- Frozen requests are no more counted by request allocation scheduler.
It fixes deadlocks, when frozen low priority payload requests occupying
slots, required by higher levels to manage theit execution.
- Two last changes were holding proper ATA reinitialization and error
recovery implementation. Now it is done: SATA controllers and Port
Multipliers now implement automatic hot-plug and should correctly
recover from timeouts and bus resets.
- Improve SCSI error recovery for devices on buses without automatic sense
reporting, such as ATAPI or USB. For example, it allows CAM to wait, while
CD drive loads disk, instead of immediately return error status.
- Decapitalize diagnostic messages and make them more readable and sensible.
- Teach PMP driver to limit maximum speed on fan-out ports.
- Make boot wait for PMP scan completes, and make rescan more reliable.
- Fix pass driver, to return CCB to user level in case of error.
- Increase number of retries in cd driver, as device may return several UAs.
2010-02-14 19:38:27 +00:00
..
controller MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
input MFC r200304 2009-12-31 00:04:48 +00:00
misc MFC r196490 2009-10-29 23:09:37 +00:00
net MFC r202181,202243,202270 2010-01-17 18:22:42 +00:00
quirk MFC r201701 2010-01-17 18:32:20 +00:00
serial MFC r202054 2010-01-17 18:36:22 +00:00
storage MFC r203108: 2010-02-14 19:38:27 +00:00
template MFC r199816 2009-12-09 22:42:40 +00:00
wlan MFC r201028 2009-12-31 00:20:54 +00:00
ufm_ioctl.h Move the new USB stack into its new home. 2009-02-23 18:31:00 +00:00
usb_bus.h MFC r197559 2009-10-29 23:17:54 +00:00
usb_busdma.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_busdma.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_cdc.h MFC r197563 2009-10-29 23:19:41 +00:00
usb_compat_linux.c MFC r198776 2009-12-09 22:32:36 +00:00
usb_compat_linux.h MFC r198776 2009-12-09 22:32:36 +00:00
usb_controller.h USB CORE: 2009-07-30 00:14:34 +00:00
usb_core.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_core.h MFC r199672 2009-12-09 22:37:06 +00:00
usb_debug.c MFC r199675 2009-12-09 22:39:09 +00:00
usb_debug.h MFC r199816 2009-12-09 22:42:40 +00:00
usb_dev.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_dev.h USB core: 2009-07-30 00:15:50 +00:00
usb_device.c MFC r201681 2010-01-17 18:31:27 +00:00
usb_device.h MFC r197553 2009-10-29 23:14:39 +00:00
usb_dynamic.c MFC r200653 2009-12-31 00:10:26 +00:00
usb_dynamic.h MFC r200653 2009-12-31 00:10:26 +00:00
usb_endian.h Fix _USB2_* refernces in the header protection defines. 2009-06-15 01:09:19 +00:00
usb_error.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_freebsd.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_generic.c MFC r199675 2009-12-09 22:39:09 +00:00
usb_generic.h Fix _USB2_* refernces in the header protection defines. 2009-06-15 01:09:19 +00:00
usb_handle_request.c MFC: r196489,196498 2009-09-02 02:12:07 +00:00
usb_hid.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_hub.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_hub.h MFC r199672 2009-12-09 22:37:06 +00:00
usb_if.m Sync to p4 2009-06-27 21:23:30 +00:00
usb_ioctl.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_lookup.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_mbuf.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_mbuf.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_msctest.c MFC r201714 2010-01-17 18:33:05 +00:00
usb_msctest.h MFC r201681 2010-01-17 18:31:27 +00:00
usb_parse.c USB core: 2009-07-30 00:15:50 +00:00
usb_pci.h Fix _USB2_* refernces in the header protection defines. 2009-06-15 01:09:19 +00:00
usb_process.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_process.h MFC: r196489,196498 2009-09-02 02:12:07 +00:00
usb_request.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_request.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_transfer.c MFC r199816 2009-12-09 22:42:40 +00:00
usb_transfer.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_util.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb_util.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usb.h MFC r197563 2009-10-29 23:19:41 +00:00
usbdevs MFC r202054 2010-01-17 18:36:22 +00:00
usbdi_util.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
usbdi.h MFC r200653 2009-12-31 00:10:26 +00:00
usbhid.h - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00