From bdf8339685fc506ef9cf02c5517ccd11f06ea736 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 7 May 2021 23:57:08 -1000 Subject: [PATCH] Formatting --- Disk-reading.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Disk-reading.md b/Disk-reading.md index b67878b..1c38a21 100644 --- a/Disk-reading.md +++ b/Disk-reading.md @@ -1,10 +1,16 @@ # TODO + ## CD reading + - Improve CD disk reading - Subchannel 16 byte (formatted Q), 96 byte (raw P-W)? + ## FreeBSD + - Port using CAM SCSI subsystem (cd/xpt/pass device permissions must be set properly) + ## Other + - Use SCSI interfaces (SPTI/SG_IO) instead of OS-specific CD/DVD interfaces? - Alter caching algorithm? - - Integrate keepalive into read thread? \ No newline at end of file + - Integrate keepalive into read thread?