summaryrefslogtreecommitdiff
path: root/include/linux/mtio.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-03-08 04:25:54 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-03-08 04:25:54 -0500
commitdef7102a5bd2d60b1a96a58a39846150285d7c77 (patch)
treedf0e6726c593a7e1f820a3341c627835a1c0d5ce /include/linux/mtio.h
parenta4bc8f1c791fa542a6f0f8043b670690894bd440 (diff)
parent09aa3367ff6a0bbff7ce35eb770aab23bc9d4213 (diff)
Merge pobox.com:/garz/repo/linux-2.6
into pobox.com:/garz/repo/net-drivers-2.6
Diffstat (limited to 'include/linux/mtio.h')
-rw-r--r--include/linux/mtio.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/linux/mtio.h b/include/linux/mtio.h
index 4f2daa83d3ad..8c66151821e3 100644
--- a/include/linux/mtio.h
+++ b/include/linux/mtio.h
@@ -150,34 +150,6 @@ struct mtpos {
};
-/* structure for MTIOCGETCONFIG/MTIOCSETCONFIG primarily intended
- * as an interim solution for QIC-02 until DDI is fully implemented.
- */
-struct mtconfiginfo {
- long mt_type; /* drive type */
- long ifc_type; /* interface card type */
- unsigned short irqnr; /* IRQ number to use */
- unsigned short dmanr; /* DMA channel to use */
- unsigned short port; /* IO port base address */
-
- unsigned long debug; /* debugging flags */
-
- unsigned have_dens:1;
- unsigned have_bsf:1;
- unsigned have_fsr:1;
- unsigned have_bsr:1;
- unsigned have_eod:1;
- unsigned have_seek:1;
- unsigned have_tell:1;
- unsigned have_ras1:1;
- unsigned have_ras2:1;
- unsigned have_ras3:1;
- unsigned have_qfa:1;
-
- unsigned pad1:5;
- char reserved[10];
-};
-
/* structure for MTIOCVOLINFO, query information about the volume
* currently positioned at (zftape)
*/