Skip to content

Commit ec8edc7

Browse files
committed
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)
2 parents e5e9fda + d1a6f4f commit ec8edc7

4 files changed

Lines changed: 0 additions & 1271 deletions

File tree

drivers/block/Kconfig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ config AMIGA_Z2RAM
6363
To compile this driver as a module, choose M here: the
6464
module will be called z2ram.
6565

66-
config BLK_DEV_XD
67-
tristate "XT hard disk support"
68-
depends on ISA && ISA_DMA_API
69-
select CHECK_SIGNATURE
70-
help
71-
Very old 8 bit hard disk controllers used in the IBM XT computer
72-
will be supported if you say Y here.
73-
74-
To compile this driver as a module, choose M here: the
75-
module will be called xd.
76-
77-
It's pretty unlikely that you have one of these: say N.
78-
7966
config GDROM
8067
tristate "SEGA Dreamcast GD-ROM drive"
8168
depends on SH_DREAMCAST

drivers/block/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
1515
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
1616
obj-$(CONFIG_BLK_DEV_RAM) += brd.o
1717
obj-$(CONFIG_BLK_DEV_LOOP) += loop.o
18-
obj-$(CONFIG_BLK_DEV_XD) += xd.o
1918
obj-$(CONFIG_BLK_CPQ_DA) += cpqarray.o
2019
obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o
2120
obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o

0 commit comments

Comments
 (0)