From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 11 Dec 2008 15:36:12 -0600 Subject: [U-Boot] [PATCH] SATA: do not auto-initialize during boot In-Reply-To: <200812111624.20543.vapier@gentoo.org> References: <20081211101257.29464834B020@gemini.denx.de> <200812111607.10866.vapier@gentoo.org> <4941831C.4080700@freescale.com> <200812111624.20543.vapier@gentoo.org> Message-ID: <494187CC.9000609@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > it made sense when the init step was automatic. but you're telling me users > of your board are incapable of looking at it and going "hmm, this has a SATA > disk" ? it isnt like disks are tiny and they have to scan a board for some > obscure IC. disks are friggin huge. It doesn't matter how big it is, if it's in some remote board farm -- or if I'm considering adding a disk, and I want to see if the board is configured to use those pins for SATA or for something else (and thus whether I need to dig out the board manual and look at DIP switch configuration). What harm does the check do? -Scott