vserver 2.0 rc7
[linux-2.6.git] / include / linux / mtio.h
index 4f2daa8..8c66151 100644 (file)
@@ -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)
  */