OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Sun Aug 13 2006 - 11:24:13 CDT


CVSROOT: /cvs
Module name: src
Changes by: krwcvs.openbsd.org 2006/08/13 10:24:13

Modified files:
        sys/dev/isa : fd.c mcd.c

Log message:
RAW_PART p_size on floppies and mcd's should be in sectors.

Only 'Japanese 1.2MB' floppies have sectors that are not 512 bytes, according
to isa/fd.c's fd_types[].

SCSI/ATAPI cd's already use sectors, and mcd cd's should be no different.

So there should be no functional change.