summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi-cd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-09-01 13:03:05 +0000
committerphk <phk@FreeBSD.org>1999-09-01 13:03:05 +0000
commit7def0bc767d035b930e9193ee5e772ff85fc1766 (patch)
treeadc3702375783ad134a02f7a439c41f548862405 /sys/i386/isa/atapi-cd.c
parent15e27f246fc8ff93aa5ac215cb9648046c5d8b9f (diff)
downloadFreeBSD-src-7def0bc767d035b930e9193ee5e772ff85fc1766.zip
FreeBSD-src-7def0bc767d035b930e9193ee5e772ff85fc1766.tar.gz
Set si_bsize_phys and si_bsize_max in all legacy CD drivers.
Diffstat (limited to 'sys/i386/isa/atapi-cd.c')
-rw-r--r--sys/i386/isa/atapi-cd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/atapi-cd.c b/sys/i386/isa/atapi-cd.c
index 72412a9..a8adbab 100644
--- a/sys/i386/isa/atapi-cd.c
+++ b/sys/i386/isa/atapi-cd.c
@@ -399,6 +399,8 @@ acdopen(dev_t dev, int flags, int fmt, struct proc *p)
return ENXIO;
cdp = acdtab[lun];
+ dev->si_bsize_phys = 2048;
+ dev->si_bsize_max = MAXBSIZE;
if (!(cdp->flags & F_BOPEN) && !cdp->refcnt) {
/* Prevent user eject */
acd_request_wait(cdp, ATAPI_PREVENT_ALLOW,
OpenPOWER on IntegriCloud