diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-01 13:03:05 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-01 13:03:05 +0000 |
| commit | db6f05bfac841519afb94e58702da8913fd26568 (patch) | |
| tree | 15406e297c947306f5ddca2d8f9139d82f27b405 /sys/dev/scd | |
| parent | c6b85633cb475c00d5ce634a12650af2edcb2534 (diff) | |
Notes
Diffstat (limited to 'sys/dev/scd')
| -rw-r--r-- | sys/dev/scd/scd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 5ec3eadead22..1742fdd47819 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -258,6 +258,8 @@ scdopen(dev_t dev, int flags, int fmt, struct proc *p) XDEBUG(1,("scd%d: DEBUG: status = 0x%x\n", unit, inb(cd->iobase+IREG_STATUS))); + dev->si_bsize_phys = 2048; + dev->si_bsize_max = MAXBSIZE; if ((rc = spin_up(unit)) != 0) { print_error(unit, rc); return EIO; |
