ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/cdrom.cpp
Revision 1.23 - (view) (annotate) - [select for diffs]
2008-06-28T18:36:18Z (15 years, 10 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +12 -1 lines
Diff to previous 1.22
[patch from Kelvin Delbarre]
The CDROM status call "WhoIsThere" (csCode 97) is now implemented. Apart from
eliminating "WARNING: Unknown CDROMStatus(97)" complaints from the console log,
this does not appear to have had any effects whatsoever.

A typo in the implementation of the CDROM status call "GetCDFeatures" has been
corrected per Technical Note DV22:
	http://developer.apple.com/technotes/dv/dv_22.html

Revision 1.22 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:31Z (16 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Happy New Year!

Revision 1.21 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:13Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Happy New Year!

Revision 1.20 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:21Z (20 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Happy New Year! :)

Revision 1.19 - (view) (annotate) - [select for diffs]
2003-01-16T18:33:40Z (21 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.18: +12 -1 lines
Diff to previous 1.18
read_toc() dumps the entire TOC when DEBUG=1

Revision 1.18 - (view) (annotate) - [select for diffs]
2002-04-28T14:06:17Z (22 years ago) by cebix
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
default CD-ROM drive is /dev/cd0c on NetBSD

Revision 1.17 - (view) (annotate) - [select for diffs]
2002-02-07T16:10:54Z (22 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
cleaned up pthread attributes [Brian Johnson]

Revision 1.16 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:32Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.15 - (view) (annotate) - [select for diffs]
2001-07-15T14:19:06Z (22 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
- UDP tunneling works under BeOS
- fixed BeOS compilation problems

Revision 1.14 - (view) (annotate) - [select for diffs]
2001-07-14T20:01:14Z (22 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- disk.cpp looks for HFS partition info in the disk image; this makes it
  possible to, for example, use MacOS-partitioned hard disks and removable
  media under B2/Unix even if the OS doesn't understand Mac partition maps
  by specifying the appropriate block device name as a Mac volume
- fixed typo in audio_dummy.cpp
- added minimally required UDP tunneling code to ether_dummy.cpp
- main_unix.cpp: if pthreads are not supported, we trigger the Ethernet
  interrupt in the 60Hz ticker; this makes UDP tunneling work under
  NetBSD/m68k (as the only form of networking)

Revision 1.13 - (view) (annotate) - [select for diffs]
2001-07-02T11:59:31Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
- there is no implicit conversion from vector<T>::iterator to T&

Revision 1.12 - (view) (annotate) - [select for diffs]
2001-07-01T14:38:02Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.11: +75 -85 lines
Diff to previous 1.11
- sony.cpp/disk.cpp/cdrom.cpp use vector<> of drive_info objects instead of
  linked list
- color depth switching updates slot ROM
- video_x.cpp always supports 1-bit window modes
- timer_create()/clock_gettime() are pulled from librt if present

Revision 1.11 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:56Z (23 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
- bumped version number to 0.9
- updated copyright dates

Revision 1.10 - (view) (annotate) - [select for diffs]
2000-10-11T17:40:07Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.9: +10 -0 lines
Diff to previous 1.9
cdrom.cpp: implemented Status(6)

Revision 1.9 - (view) (annotate) - [select for diffs]
2000-07-25T15:19:39Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects

Revision 1.8 - (view) (annotate) - [select for diffs]
2000-07-24T20:39:33Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.7: +3 -7 lines
Diff to previous 1.7
- CD-ROM under Linux only worked when a CD was in the drive when B2 was
  started
- Unix/main_unix.cpp: 1Hz interrupt wasn't triggered

Revision 1.7 - (view) (annotate) - [select for diffs]
2000-07-22T16:07:15Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.6: +16 -16 lines
Diff to previous 1.6
- new FOURCC() macro in macos_util.h

Revision 1.6 - (view) (annotate) - [select for diffs]
2000-07-14T21:29:07Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.5: +2 -10 lines
Diff to previous 1.5
- AmigaOS bug fixes by J.Lachmann (floppy, 2060scsi.device, "Add Volume" in
  prefs editor)
- imported some changes from the Windows source (1Hz interrupt, FPU fixes)

Revision 1.5 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:19Z (24 years ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- updated copyright info: 1999->2000

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:11Z (24 years, 5 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.3: +30 -29 lines
Diff to previous 1.3
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
  Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
  block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-23T17:57:42Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-12T20:00:42Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.1: +62 -24 lines
Diff to previous 1.1
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: release-0_7-2, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.23
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a