diff options
author | Jens Axboe <axboe@kernel.dk> | 2013-02-14 16:29:34 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-02-14 16:29:34 +0100 |
commit | ec8edc764efa51e5acf9193a8846a5a99399ceb8 (patch) | |
tree | 8ce1e0f67fb2e89c4c4224e153b8db2524575211 /drivers/block/Kconfig | |
parent | e5e9fdaad4443ba45ada91c0aae8b36a38ca9c4d (diff) | |
parent | d1a6f4f19728d6e90480e53601a90fc9f6a348ad (diff) | |
download | linux-ec8edc764efa51e5acf9193a8846a5a99399ceb8.tar.bz2 |
Merge branch 'delete-xt-disk' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux into for-3.9/drivers
Paul writes:
Please pull the following to get the removal of the original IBM PC-XT
hard disk driver from the block layer (drivers/block/xd.c).
As near as I can tell, it hasn't seen a run time fix in over a dozen
years, and with drive sizes of 10-20MB, and performance of about 128kB/s
maximum, it is no surprise that it has been completely unused for well
over a decade.
The removal was originally posted[1] well over a month ago, and since
then, there has been nobody objecting to the removal, aside from someone
who had mistakenly confused it with a completely different driver (hd.c)
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 94f587454385..5dc0daed8fac 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -63,19 +63,6 @@ config AMIGA_Z2RAM To compile this driver as a module, choose M here: the module will be called z2ram. -config BLK_DEV_XD - tristate "XT hard disk support" - depends on ISA && ISA_DMA_API - select CHECK_SIGNATURE - help - Very old 8 bit hard disk controllers used in the IBM XT computer - will be supported if you say Y here. - - To compile this driver as a module, choose M here: the - module will be called xd. - - It's pretty unlikely that you have one of these: say N. - config GDROM tristate "SEGA Dreamcast GD-ROM drive" depends on SH_DREAMCAST |