From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gray Remlin Date: Wed, 30 Mar 2011 19:49:19 +0100 Subject: [U-Boot] [U-Boot, 2/7] IDE: Don't assume there are always two devices per bus In-Reply-To: <4D93762D.8050905@gmail.com> References: <4D93762D.8050905@gmail.com> Message-ID: <4D937B2F.30109@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/30/2011 07:27 PM, Gray Remlin wrote: > Excuse the noob question. > Is it intentional to replace '(dev >> 1) with '(dev >> 0)' ? Ignore me, I get it. Divide by two, or not, as required.