decoration
Getting full LBA Width
scsionline limited to 32-bit LBA by 12-byte CDBs
online
Simple fix: use GET CAPACITY (16)
  • problem: some drivers implement their own SCSI translation
  • problem: drivers implement there own CDB → LBA / offset translation
Better fix:
  • all drivers uses sdfakescsi
  • use new fn sdfakescsirw to translate rw requests uniformly
  • hundreds of loc removed
prev next