From 7def0bc767d035b930e9193ee5e772ff85fc1766 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 1 Sep 1999 13:03:05 +0000 Subject: Set si_bsize_phys and si_bsize_max in all legacy CD drivers. --- sys/i386/isa/matcd/matcd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386/isa/matcd/matcd.c') diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c index a29d1b9..71b67da 100644 --- a/sys/i386/isa/matcd/matcd.c +++ b/sys/i386/isa/matcd/matcd.c @@ -623,6 +623,8 @@ int matcdopen(dev_t dev, int flags, int fmt, if (ldrive >= TOTALDRIVES) return(ENXIO); + dev->si_bsize_phys = 2048; + dev->si_bsize_max = MAXBSIZE; #ifdef DEBUGOPEN printf("matcd%d: Open: dev %x partition %x controller %x flags %x cdrive %x\n", -- cgit v1.1