diff options
Diffstat (limited to 'sys/dev/ccd/ccd.c')
-rw-r--r-- | sys/dev/ccd/ccd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 7badacb..a889ca3 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -633,10 +633,6 @@ ccdopen(dev, flags, fmt, p) part = ccdpart(dev); pmask = (1 << part); - dev->si_bsize_phys = DEV_BSIZE; - dev->si_bsize_best = BLKDEV_IOSIZE; - dev->si_bsize_max = MAXBSIZE; - /* * If we're initialized, check to see if there are any other * open partitions. If not, then it's safe to update |