The sjcd driver doesn't set up the sector size tables in the kernel. The
result of that is the mess you see.
Try adding
static int blksize = 2048;
static int secsize = 2048;
hardsect_size[MAJOR_NR]=&secsize;
blksize_size[M<AJOR_NR]=&blksize
about where it registers the device.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/