Commit Graph

1023 Commits

Author SHA1 Message Date
rocky
75f04f119b Fill in a tad more. In particular the mmssff_to_lba routine. 2004-07-09 01:23:46 +00:00
rocky
ed6f60868d Start to merge in cue parsing from cuetools. Also moves forward CDTEXT
from a different direction.
2004-07-09 01:05:31 +00:00
rocky
e4a0a1fa82 Small changes. 2004-07-08 06:33:22 +00:00
rocky
4058457e52 Sun drive capabilities improved. Sun and Windows ASPI use common
MODE_SENSE defines defines now.
2004-07-08 06:29:45 +00:00
rocky
29c858060f #define changed name. Fix compilation error. 2004-07-08 05:19:27 +00:00
rocky
65fd7d3b43 Regularize MMC commands more. Add ALLOW_PREVENT_MEDIUM.
Start CDTEXT. _cdio_linux.c: better at reporting errors.
2004-07-08 01:27:57 +00:00
rocky
c7d1e955e3 Note the existence of CD-TEXT even if we don't know how to parse it yet. 2004-07-01 09:50:59 +00:00
rocky
6fd61d8595 Use common MODE SENSE routines in scsi-mmc.c 2004-06-28 16:02:07 +00:00
rocky
c969662177 Compilation fix. 2004-06-28 00:39:21 +00:00
rocky
72923b43af Add multisession test. 2004-06-28 00:26:19 +00:00
rocky
b14b535764 Correct compilation problems. Fill out more ASPI defines. 2004-06-28 00:24:00 +00:00
rocky
f313c9f68b Add common SCSI MMC routine for getting drive capabilities. 2004-06-27 22:00:08 +00:00
rocky
878bdc80da Add common routine for SCSI MMC. 2004-06-27 21:58:12 +00:00
rocky
b8ee659109 Compilation fix. Remove magic number 100. Use common mmc routine for
drive capabilites.
2004-06-27 21:57:45 +00:00
rocky
52424fda4d Revert last change. Need to return char * for MCN. Also replace that
magic number 100 with MAX_TRACKS+1.
2004-06-27 16:36:38 +00:00
rocky
79ea450a56 Add type for holding MCN and ISRC. Add type for session
Replace magic constant 100 with CDIO_MAX_TRACK+1 where appropriate.

_cdio_osx: save session number and presumably some tighter coding.
nrg.c: make sure we add zero byte to end of MCN.
2004-06-27 15:29:20 +00:00
rocky
8b04edf042 Use .adr rather than session number to determine if we've got a valid track. 2004-06-26 01:20:41 +00:00
rocky
e21255ec1a Reduce cut and paste - add common routine, to _cdio_generic.c:
cdio_read_mode1_sector.
2004-06-26 00:39:00 +00:00
rocky
238b74ab7f fewer error exits in drivers. Instead, a failure code is returned. 2004-06-25 21:10:36 +00:00
rocky
3ca533663d Don't terminate on error but just return a failure and let the
caller decide to exit or not.
2004-06-25 20:49:56 +00:00
rocky
805ce0d9ee mode1 reading fixed up. Some cdio_error's turned into cdio_warn's as
we really shouldn't abort in the driver if there is an error
discovered but instead just return failure.
2004-06-25 20:45:41 +00:00
rocky
9e827ca7a4 Fill in LUN's on requests. Add common routine for
checking/initializing ASPI availability.
2004-06-25 01:47:06 +00:00
rocky
db0fc7dd4a Non-critical cdio_error's changed to cdio_warn's or cdio_info as more
appropriate.
2004-06-24 07:51:51 +00:00
rocky
373fe1f196 Add getting UDF label and major/minor version numbers.
cd_types.c: also replace unsafe use of sprintf with strncpy.
2004-06-23 09:28:02 +00:00
rocky
36472b86ee Update library numbers as per libtool documentation instructions.
libiso9660: added read_pvd routines.
libcdio: added cdio_get_drive_cap
2004-06-23 09:25:30 +00:00
rocky
c9ab763671 More (but not all) UDF stuff from the Xbox project. 2004-06-23 03:56:25 +00:00
rocky
19514ac59e Clarification of 0xA0, 0xA2 and 0xAA. 2004-06-23 00:37:19 +00:00
thesin
49264257f4 Changed a few warns to debugs for release version 2004-06-22 15:05:39 +00:00
thesin
96480b82ca Remove noisy debug code, or at least hide it for now 2004-06-22 04:35:50 +00:00
thesin
040e90eff8 OSX support works...now to get into the eject and drive caps next 2004-06-22 04:31:17 +00:00
rocky
3ebf6cc067 correct some of the many bugs (I hope) 2004-06-22 03:38:59 +00:00
rocky
90571332ba Don't abort if we can't read the PVD. 2004-06-21 16:18:08 +00:00
rocky
29b6b6dd5f Give string error message descriptions now. 2004-06-21 16:17:22 +00:00
rocky
a87aac092c Can now get drive capabilities in ASPI driver
ASPI headers from win32.h moved to aspi32.h
some more cleanups.
2004-06-21 03:22:58 +00:00
rocky
bf964b72fd Add boilerplate Makefiles for convenience 2004-06-20 15:35:31 +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
e1808fb407 Lint-like things.
Add X-BOX detection courtesy of the xmbc project.
2004-06-19 19:15:15 +00:00
rocky
001bd6360b Put the right suffix on ATAPI devices.
More const's, fewer void *'s.
2004-06-19 16:34:45 +00:00
rocky
03e7cde7fd Add "c" at end of drive specification if not FreeBSD 5.x.
Handle not getting default drive more gracefully.

As always changes based on suggestions from Heiner.
2004-06-19 11:07:55 +00:00
rocky
3109e2935d Add const's where possible.
Add cdio mode2 read routine.
2004-06-19 02:27:19 +00:00
rocky
a3de80d0ae iso9660_iso_... -> iso9660_ifs_... 2004-06-19 00:15:44 +00:00
rocky
f126d236aa iso9660*.{c,h}: Add PVD read for ISO 9660 images.
iso-info now shows this info.
2004-06-19 00:10:23 +00:00
rocky
b2f2e45d8c Add some trivial routines to get volumeid, volumeset id, application id
and system id. Moved over from vcdimager.

Thanks to Stephan (mephisto..@...) for the suggestion.
2004-06-18 23:00:05 +00:00
rocky
bc484f1719 Fix bugs in merging with extractnrg.pl. 2004-06-18 22:55:24 +00:00
rocky
1028538fef Ignore info where session is 0. At least for now. 2004-06-17 10:41:05 +00:00
rocky
e4df5a7623 Make sure we get TOC info for a single session. For new we can really
only deal with a single-session CD.
2004-06-17 03:24:39 +00:00
rocky
2bb59a4147 Note OSX LBA is cdio LSN. 2004-06-17 01:20:40 +00:00
rocky
4c910a3e0a Don't need to set i_leadout twice. 2004-06-17 01:16:50 +00:00
rocky
48adac95ad getFirstrack_osx and getNumberOfTracks_osx do duplicate scanning that
could be done when looking for the leadout track. Revised
code to removes these routines, consolidating the searching in one
loop.

To be *very* conservative, a first loop finds the positions of the
leadout, first track and last track. This code then doesn't assume
that the track numbers are in order.  They could be given track 3, 2,
and then 1 or 2, 3, and then 1. Another loop then maps
first_track..last_track 0..number_of_tracks - 1
2004-06-17 01:15:17 +00:00
thesin
dc413f1582 Works with all burnt media, bought media is different some how. Still better then it was since it didn't work at all. 2004-06-16 04:51:29 +00:00