Searched hist:134824 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/
H A Dgeom_subr.cdiff 134824 Sun Sep 05 19:15:58 MDT 2004 phk For removable devices without media we set a zero mediasize but a non-zero
sectorsize in order to avoid a lot of checks around various divisions etc.

Enforce the sectorsize being > 0 with a KASSERT on successful open.

Fix scsi_cd.c to return 2k sectors when no media inserted.
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.cdiff 134824 Sun Sep 05 19:15:58 MDT 2004 phk For removable devices without media we set a zero mediasize but a non-zero
sectorsize in order to avoid a lot of checks around various divisions etc.

Enforce the sectorsize being > 0 with a KASSERT on successful open.

Fix scsi_cd.c to return 2k sectors when no media inserted.

Completed in 300 milliseconds