rocky
|
c653d900fe
|
Read TOC buf fixes. Now tries MMC FULLTOC and then falls back to
Windows' DeviceIoCtl READ_TOC.
|
2004-11-07 06:22:49 +00:00 |
|
rocky
|
09d2893bdb
|
Compilation fix. Add line/file/fn info on XBOX.
|
2004-11-01 10:39:30 +00:00 |
|
rocky
|
a04b4a324b
|
Add common FORMAT_ERROR. XBOX/MSVC deficiencies shouldn't be so in your face.
|
2004-11-01 09:48:34 +00:00 |
|
rocky
|
f26b991c7c
|
Fixes while trying to merge some of the XBOX changes.
|
2004-10-30 06:48:17 +00:00 |
|
rocky
|
6869e97bb2
|
configure.ac: Add --disable-joliet and disable joliet if iconv is not around
iso9660_fs.c: Setting string length on of UCBE wrong?
test/*: add joliet regression test.
|
2004-10-28 11:13:40 +00:00 |
|
rocky
|
01f832bdc1
|
Better error reporting when TOC reading fails. Well at least we try to
do better.
env -> p_env some places.
|
2004-08-29 02:31:34 +00:00 |
|
rocky
|
8b61fa9ea5
|
Use generic SCSI MMC code for getting drive capabilities.
|
2004-08-27 04:12:29 +00:00 |
|
rocky
|
e39890f7c8
|
1st attempt to reduce duplicate CD-Text code. (It works on GNU/Linux)...
|
2004-08-10 03:03:27 +00:00 |
|
rocky
|
f9fe21cb6a
|
Was passing in the wrong pointer (p_cdio instead of p_env)
|
2004-08-05 02:58:46 +00:00 |
|
rocky
|
2ba3136636
|
Use more common routines. ioctl - not tested. ASPI has bug probably
in running scsi command.
|
2004-07-29 04:14:44 +00:00 |
|
rocky
|
eeb8ecada1
|
Bug in generic run_scsi_cmd_win32ioctl: wasn't copying CDB in
and wasn't setting length.
|
2004-07-28 16:51:15 +00:00 |
|
rocky
|
5c26700f3e
|
Make setting read lengths more precise (and correct).
|
2004-07-28 11:45:21 +00:00 |
|
rocky
|
257a956093
|
compilation fixes
|
2004-07-28 03:17:56 +00:00 |
|
rocky
|
6041f8ae47
|
msecs 2 secs cleanup
|
2004-07-28 01:55:03 +00:00 |
|
rocky
|
7716188c38
|
Make sure milliseconds get converted to seconds if needed.
Some function renaming, and a typo in a DVD book type.
|
2004-07-28 01:09:59 +00:00 |
|
rocky
|
8e3c103b71
|
Misc consolidation fixes. Some mode2 reading seems broken still.
|
2004-07-27 02:21:23 +00:00 |
|
rocky
|
db337e5665
|
More consolidation of code by adding routines to scsi_mmc.
|
2004-07-27 01:06:01 +00:00 |
|
rocky
|
46d287060c
|
Don't use the cdtext_set_field macro any more.
|
2004-07-26 11:25:51 +00:00 |
|
rocky
|
50532e7025
|
Try to make get_dvd_physical a common routine. (Haven't tested yet.)
|
2004-07-26 03:58:25 +00:00 |
|
rocky
|
20b4fe48c7
|
Add ioctl disc mode detection. - Not fully tested yet.
|
2004-07-25 22:33:54 +00:00 |
|
rocky
|
64febf9a8a
|
Allow scsi_mmc_run_cmd to get called from outside.
|
2004-07-23 14:40:43 +00:00 |
|
rocky
|
ead37407e7
|
Add scsi_mmc_run_cmd_win32ioctl and use it.
|
2004-07-23 14:28:42 +00:00 |
|
rocky
|
3263eeefae
|
Work on SCSI MMC layer. Some things may be broken.
|
2004-07-22 09:52:17 +00:00 |
|
rocky
|
8a99889f49
|
Add READTOC format defines.
|
2004-07-19 01:13:31 +00:00 |
|
rocky
|
752d81db4d
|
Modified for expanded CD-TEXT handling.
|
2004-07-18 06:51:49 +00:00 |
|
rocky
|
7e18d89c8a
|
Add common defines for some subchannel commands, and use them.
|
2004-07-17 15:31:00 +00:00 |
|
rocky
|
e0aa1848e4
|
Hoist common CD-TEXT routines.
|
2004-07-17 10:05:54 +00:00 |
|
rocky
|
b02c3fa64f
|
Win32 fixes for new CD-TEXT interface.
|
2004-07-17 09:12:21 +00:00 |
|
rocky
|
2fba3dc7ba
|
CDB for READ_CD has only 12 bytes.
|
2004-07-16 03:06:53 +00:00 |
|
rocky
|
3a0c135aa5
|
Misplaced #endif
|
2004-07-16 02:52:30 +00:00 |
|
rocky
|
c87df9d500
|
Add CD-TEXT handling
|
2004-07-16 02:48:49 +00:00 |
|
rocky
|
d7e71d96e3
|
Use more universal C style
|
2004-07-16 02:06:40 +00:00 |
|
rocky
|
36a944cc28
|
MSWindows lint.
|
2004-07-13 12:28:18 +00:00 |
|
rocky
|
5eb83082eb
|
Add CD-TEXT to MS-Windows ASPI driver. (The first real CD driver!)
In the process we've had to remove "const" from get_aspi.
|
2004-07-13 03:45:15 +00:00 |
|
rocky
|
e8f04eb128
|
MS Windows compilation fixes.
|
2004-07-12 03:34:14 +00:00 |
|
rocky
|
b525effb95
|
Pull out mmssff_to_lba routine and fix bug when in error reporting
when frame >= 100.
Add msf3_to_lba and use that where possible (win32_ioctl.c for
example).
|
2004-07-10 01:21:19 +00:00 |
|
rocky
|
6fd61d8595
|
Use common MODE SENSE routines in scsi-mmc.c
|
2004-06-28 16:02:07 +00:00 |
|
rocky
|
29b6b6dd5f
|
Give string error message descriptions now.
|
2004-06-21 16:17:22 +00:00 |
|
rocky
|
4185b45889
|
Add mode1 reading Lint changes, routine renaming to be like
others. More const's, fewer void *. Attempt drive detection.
There are still many bugs. The code is just a little less bogus.
|
2004-06-20 15:06:42 +00:00 |
|
rocky
|
aab600b46a
|
Make scsi_mmc.h public.
|
2004-05-10 03:28:51 +00:00 |
|
rocky
|
42d95f5a34
|
Bring in line with other drivers.
|
2004-05-06 04:01:52 +00:00 |
|
rocky
|
06a44699c8
|
ioctl.c -> win32_ioctl.c
|
2004-04-30 08:23:23 +00:00 |
|