268,278d267
< * Called by a peer port in order to determine the block size of
< * the owner of this port.
< */
< virtual unsigned deviceBlockSize() const { return 0; }
<
< /** Called by the associated device if it wishes to find out the blocksize
< of the device on attached to the peer port.
< */
< unsigned peerBlockSize() const;
<
< /**
409,419d397
< * Called by a peer port in order to determine the block size of
< * the owner of this port.
< */
< virtual unsigned deviceBlockSize() const { return 0; }
<
< /** Called by the associated device if it wishes to find out the blocksize
< of the device on attached to the peer port.
< */
< unsigned peerBlockSize() const;
<
< /**