From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogan Dawes Date: Wed, 30 Mar 2011 21:45:09 +0200 Subject: [U-Boot] [U-Boot, 2/7] IDE: Don't assume there are always two devices per bus In-Reply-To: <4D937B2F.30109@gmail.com> References: <4D93762D.8050905@gmail.com> <4D937B2F.30109@gmail.com> Message-ID: <4D938845.4@dawes.za.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2011/03/30 8:49 PM, Gray Remlin wrote: > 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. Hi Gray, Please also see the thread that starts at: http://www.mail-archive.com/u-boot at lists.denx.de/msg36411.html Albert was investigating changes to the IDE code to support multiple busses for his LaCie Net5big (with 8 ports). Not sure if he ever got it merged. Rogan