Commit fac172c3 authored by Jeff Garzik's avatar Jeff Garzik

Remove silly comment from linux/ata.h.

XFER_xxx is not necessarily "legacy IDE 'stuff'"
parent 0401471a
......@@ -142,8 +142,6 @@ enum {
XFER_PIO_2 = 0x0A,
XFER_PIO_1 = 0x09,
XFER_PIO_0 = 0x08,
/* legacy IDE 'stuff' */
XFER_SW_DMA_2 = 0x12,
XFER_SW_DMA_1 = 0x11,
XFER_SW_DMA_0 = 0x10,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment