commit | 48dd643c3b02544994fa091573c2242441a7733f | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 11 12:18:27 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 10:55:54 2007 -0700 |
tree | a24dfd78310b5182ce2ad314023cd13b16c717bb | |
parent | 7f1291f2caa536c441507b459f91770a5280fb5d [diff] |
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>