rocky
cf7b5e9bf4
Merge common cdtext code into image drivers.
2004-08-13 13:04:37 +00:00
rocky
7bba78007e
Compilaton fixes.
2004-08-13 11:54:15 +00:00
rocky
b9da06c3b5
Now that all of the generic cdtext code is in place, it is trivial to add CD-Text support to FreeBSD.
2004-08-10 12:14:45 +00:00
rocky
d1ea5b8e5e
typo.
2004-08-10 12:09:20 +00:00
rocky
6725196b0f
lib/*.c: create and use get_cdtext_generic.
...
lib/generic.h: prototypes for _cdio_generic.c (move out of _cdio_private.h)
example/sample10.c, src/util.c: small print format improvement
2004-08-10 11:58:14 +00:00
rocky
f989d329a7
Compilation fixes for Win32 and cd-text breakage.
2004-08-10 03:44:55 +00:00
rocky
72409ca899
Compilation fixes from cd-text breakage. Also make style more like
...
the others.
2004-08-10 03:37:16 +00:00
rocky
2da73da448
compilation fix
2004-08-10 03:10:46 +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
993ec7356f
Add a couple of "features".
...
freebsd_ioctl.c: hopefully less-erroneous MCN extraction.
2004-08-10 02:29:46 +00:00
rocky
ac7276d325
Pedantic alphabetization.
2004-08-08 14:55:35 +00:00
rocky
08e99d720d
Compilation fixes.
2004-08-08 00:20:21 +00:00
rocky
2ed97633f7
Make like the others.
2004-08-07 23:17:36 +00:00
rocky
87f0c9334f
Add b_cdtext_init and b_cdtext_error to generic structure. If we
...
can't read cdtext once, mark as an error and don't try to read again.
2004-08-07 22:58:51 +00:00
rocky
2526491232
Attempt getting disc mode.
2004-08-07 10:20:40 +00:00
rocky
c10819c3e6
FreeBSD and gcc < 3.0 fixes
...
Some variable name changes to match style.
2004-08-07 09:42:34 +00:00
rocky
cecb0b1292
Compilation bug: need the conversion assignment.
2004-08-07 09:25:49 +00:00
rocky
331c244177
small changes.
2004-08-06 22:13:14 +00:00
rocky
db5ed09ce8
win32.c: initialize capabilities before setting them.
...
util.c: typo was using read parameter for determining CD-RW writing.
2004-08-06 14:27:33 +00:00
rocky
476e01137a
Don't need to call initialization of TOC here. Was done to mask a bug
...
somewhere else that has since (I think) been fixed.
2004-08-05 04:01:35 +00:00
rocky
ef9b5810fd
As with Win32 was passing the wrong pointer (p_cdio instead of
...
p_env). CD-TEXT now sometimes works on GNU/Linux!
2004-08-05 03:58:46 +00:00
rocky
0ef9d59d3c
Up the timeout. Seems to work a little better. Probably also need
...
either to retry or try a timeout of 0.
2004-08-05 03:49:37 +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
62d49b41f5
Initialization bugs.
2004-08-03 12:45:40 +00:00
imacintosh
3485f85eba
Now uses DKIOCGMEDIAINFO to get discmode and handles Soalris media
2004-08-03 11:30:42 +00:00
rocky
37e8226f21
Compilation fix.
2004-08-01 11:51:20 +00:00
rocky
42fb992d30
Initialize ccb. Could this be the problem?
2004-08-01 11:36:35 +00:00
rocky
83f987275e
scsi_mmc.c: doc change
...
FreeBSD: use generic routines more often. Initialize TOC before
getting drive capabilities (seems to be desired, not completely sure
or sure why this would be so.)
2004-08-01 11:28:00 +00:00
rocky
008d86d309
More in line with rest of MMC stuff.
2004-07-31 09:26:31 +00:00
rocky
4739862e2c
source_name is now in gen.
2004-07-31 09:15:25 +00:00
rocky
0703acb771
Compilation fix.
2004-07-31 09:14:59 +00:00
rocky
b1616ea6d5
Add scsi_mmc_get_hwinfo.
2004-07-31 07:43:26 +00:00
rocky
af2d3d31c0
Bug: passing wrong object.
2004-07-29 05:24:21 +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
78f68a675a
Convert to use generic routines for first track, num tracks and
...
getting discmode.
2004-07-29 02:48:55 +00:00
rocky
f0a6aadad4
compilation fix.
2004-07-29 02:27:04 +00:00
rocky
0d8a3e2a82
Tighten code by putting more generic routines in cdio_generic:
...
to get first track number and number of tracks
to get discmode
everybody now has gen.i_tracks and gen.i_first_track.
test/* format of output changed yet again.
2004-07-29 02:16:20 +00:00
rocky
e606f025a0
Add discmode to string array. Simplifies some code a bit.
2004-07-28 22:03:35 +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
de50ea25de
Typo in fn name.
2004-07-28 01:14:42 +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
b2acdb3e8e
fixes for DVD handling
2004-07-27 18:57:04 +00:00
rocky
0d82e6b92b
Add CD-TEXT
2004-07-27 16:51:14 +00:00
rocky
f78187653c
Add disc mode and small bug fixes
2004-07-27 16:36:59 +00:00
rocky
9b1b59144f
Best guess of how to do scsi_mmc_run_cmd. Thanks to Steven M. Schultz
2004-07-27 15:02:01 +00:00
rocky
ee9634bc43
compilation fixes
2004-07-27 13:10:20 +00:00
rocky
c0c0077f3d
Yet more alternate "_generic" to simplify CD-ROM drivers (like all of them
...
except Windows) were there is in fact only one MMC passthrough command.
2004-07-27 02:45:16 +00:00