]> git.baikalelectronics.ru Git - kernel.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)
commit0fbac5ab54381ef3459ac40b8b1025a158b6b540
treea24dfd78310b5182ce2ad314023cd13b16c717bb
parentae29d29e0ab9c139380d37455876bc72d79c1afa
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