Ian Lepore
bf160401a9
Check for and handle failures of bus_dmamap_load(). The driver currently
...
requires that each 512 byte IO be in a single contiguous buffer, but if a
buffer crosses a page boundary and the physical pages aren't contiguous
you can get an EFBIG failure (too many segments).
The driver really should handle multiple segment IO, but before adding that
I wanted to make sure that it's handling failure properly while the failure
is easily recreatable.
2015-01-11 21:27:46 +00:00
..
2015-01-07 01:01:39 +00:00
2015-01-11 21:27:46 +00:00
2015-01-08 20:11:38 +00:00
2015-01-08 16:58:40 +00:00
2015-01-11 16:36:39 +00:00
2015-01-04 10:40:23 +00:00
2015-01-10 23:43:37 +00:00
2015-01-06 12:59:37 +00:00
2014-12-12 19:56:36 +00:00
2014-10-12 18:01:52 +00:00
2015-01-11 21:25:03 +00:00
2015-01-09 14:50:08 +00:00
2014-09-05 16:40:47 +00:00
2015-01-06 05:28:37 +00:00
2014-09-25 19:10:32 +00:00
2015-01-08 17:46:42 +00:00
2015-01-11 20:48:29 +00:00
2014-10-26 19:42:44 +00:00
2014-12-12 19:56:36 +00:00
2015-01-07 12:12:36 +00:00
2015-01-10 23:43:39 +00:00
2015-01-10 08:28:50 +00:00
2015-01-11 18:43:45 +00:00
2015-01-06 12:59:37 +00:00
2015-01-10 20:49:57 +00:00
2015-01-10 20:49:57 +00:00
2015-01-06 12:59:37 +00:00
2015-01-08 17:49:07 +00:00
2014-12-23 00:47:46 +00:00
2014-12-23 00:47:46 +00:00
2015-01-07 17:22:56 +00:00
2014-10-26 19:42:44 +00:00
2015-01-09 06:39:07 +00:00
2014-12-12 19:56:36 +00:00
2015-01-07 01:01:39 +00:00
2015-01-10 06:54:10 +00:00
2014-12-13 16:18:29 +00:00
2014-12-17 07:27:19 +00:00
2015-01-07 01:01:39 +00:00
2015-01-11 16:15:31 +00:00
2014-12-27 07:07:37 +00:00
2014-08-30 22:39:15 +00:00
2014-12-21 13:29:33 +00:00
2014-12-31 17:44:57 +00:00
2015-01-11 20:27:15 +00:00
2015-01-06 21:26:35 +00:00
2014-09-23 06:32:19 +00:00