From: H. Peter Anvin Date: Wed, 11 Jul 2007 19:18:27 +0000 (-0700) Subject: hd.c: remove BIOS/CMOS queries X-Git-Tag: v2.6.23-rc1~1144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48dd643c3b02544994fa091573c2242441a7733f;p=pandora-kernel.git hd.c: remove BIOS/CMOS queries An ST-506 disk these days is pretty much someone trying to pull ancient data using an auxilliary controller. Pulling data from the BIOS or CMOS is just plain wrong, since it's likely to be the primary OS disk... and would be user-entered data anyway. Instead, require the user enters it on the command line. Signed-off-by: H. Peter Anvin Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed