]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hd.c: remove BIOS/CMOS queries
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:27 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:54 +0000 (10:55 -0700)
commit48dd643c3b02544994fa091573c2242441a7733f
treea24dfd78310b5182ce2ad314023cd13b16c717bb
parent7f1291f2caa536c441507b459f91770a5280fb5d
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 <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ide/legacy/hd.c