New system adapter for Solaris uscsi (tested on snv134, kernel 5.11)

This commit is contained in:
2010-06-07 17:30:54 +00:00
parent 736d8b9019
commit 1eee6ab8a0
10 changed files with 1011 additions and 7 deletions

View File

@ -13,7 +13,8 @@ Copyright (C) 2006-2010 Thomas Schmitt, provided under GPL version 2 or later.
cdrskin is a limited cdrecord compatibility wrapper which allows to use
most of the libburn features from the command line.
Currently it is supported on Linux with kernels >= 2.4 and on FreeBSD.
Currently it is supported on GNU/Linux with kernels >= 2.4,
on FreeBSD and on OpenSolaris.
IDE drives under Linux 2.4. need kernel module ide-scsi.
ATA and SATA drives under FreeBSD need kernel module atapicam.
On other X/Open compliant systems there will only be emulated drives, but no

View File

@ -269,8 +269,9 @@ Bug fixes towards cdrskin-0.7.8.pl00:
<DT><H3>Development snapshot, version 0.8.1 :</H3></DT>
<DD>Enhancements towards current stable version 0.8.0.pl00:
<UL>
<LI>none yet</LI>
<LI>A new system adapter allows to burn CD, DVD and BD on OpenSolaris</LI>
<!--
<LI>none yet</LI>
-->
</UL>
@ -278,8 +279,14 @@ Bug fixes towards cdrskin-0.7.8.pl00:
<DD>Bug fixes towards cdrskin-0.8.0.pl00:
<UL>
<LI>none yet</LI>
<LI>
CD TOC was not read if the first track did not start at LBA 0
</LI>
<LI>
CD-ROM media got attributed random lead-in and lead-out adresses
</LI>
<!--
<LI>none yet</LI>
-->
</UL>
</DD>

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2010.06.07.171706"
#define Cdrskin_timestamP "2010.06.07.172925"