taglinefilesource code
ecc1398drivers/block/ide-tape.cprintk ("Supports error correction - %s\n",capabilities->ecc ? "Yes":"No");
ecc310drivers/block/ide-tape.hunsigned ecc    :1;  /* Supports error correction */
ecc560drivers/block/xd.cxd_info[drive].ecc = buf[0x0F];        /* ecc length */
ecc604drivers/block/xd.cxd_info[drive].ecc = buf[0x1B4];        /* ecc length */
ecc712drivers/block/xd.cstatic void xd_setparam (u_char command,u_char drive,u_char heads,u_short cylinders,u_short rwrite,u_short wprecomp,u_char ecc)
ecc724drivers/block/xd.ccmdblk[13] = ecc;
ecc135include/linux/xd.hstatic void xd_setparam (u_char command,u_char drive,u_char heads,u_short cylinders,u_short rwrite,u_short wprecomp,u_char ecc);