imp d577d2038d Merge SETAN changes from head:
r270327 | imp | 2014-08-22 07:15:59 -0600 (Fri, 22 Aug 2014) | 6 lines
	We should never enter the PROBE_SETAN phase if we're not ATAPI, since
	that's ATAPI specific. Instead, skip to PROBE_SET_MULTI instead for
	non ATAPI protocols. The prior code incorrectly terminated the probe
	with a break, rather than arranging for probedone to get called. This
	caused panics or worse on some systems.

	r270249 | imp | 2014-08-20 16:58:12 -0600 (Wed, 20 Aug 2014) | 13 lines
	Turns out that IDENTIFY DEVICE and IDENTIFY PACKET DEVICE return data
	that's only mostly similar. Specifically word 78 bits are defined for
	IDENTIFY DEVICE as
	        5 Supports Hardware Feature Control
	while a IDENTIFY PACKET DEVICE defines them as
	        5 Asynchronous notification supported
	Therefore, only pay attention to bit 5 when we're talking to ATAPI
	devices (we don't use the hardware feature control at this time).
	Ignore it for ATA devices. Remove kludge that papered over this issue
	for Samsung SATA SSDs, since Micron drives also have the bit set and
	the error was caused by this bad interpretation of the spec (which is
	quite easy to do, since bits aren't normally overlapping like this).

Sponsored by:	Netflix (the merge and the original work)
2014-08-26 03:45:54 +00:00
..
2014-08-20 19:37:05 +00:00
2014-08-26 03:45:54 +00:00
2014-06-30 09:51:27 +00:00
2014-04-07 01:49:30 +00:00
2014-08-22 07:09:54 +00:00
2014-08-25 12:49:10 +00:00
2014-08-24 07:59:01 +00:00
2014-08-21 12:30:01 +00:00
2014-08-25 15:40:37 +00:00
2014-02-17 01:36:53 +00:00
2014-06-30 19:46:17 +00:00
2014-08-16 13:09:40 +00:00
2014-08-16 13:55:44 +00:00
2014-08-25 15:51:07 +00:00
2014-05-02 21:30:59 +00:00
2014-06-22 21:26:46 +00:00
2013-12-30 21:17:20 +00:00
2014-07-21 22:21:09 +00:00
2014-03-26 23:57:09 +00:00
2014-08-19 11:04:24 +00:00
2014-06-27 17:22:18 +00:00
2014-04-14 04:51:59 +00:00
2014-08-01 21:10:41 +00:00
2014-08-16 13:11:59 +00:00
2014-08-24 07:59:01 +00:00
2014-08-21 19:51:07 +00:00
2014-08-18 22:53:48 +00:00
2014-08-25 21:21:29 +00:00
2013-10-18 17:08:23 +00:00