diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-06 13:56:01 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-06 13:56:01 +0000 |
commit | 888ef8250c68181399568fe7f3d98d3eb5787a6c (patch) | |
tree | 5b1a6454d66778d6158479fd35bb90ae031e0f15 | |
parent | 7ce6595e8d33b4675fe7680e62428d4492474a8e (diff) | |
download | xine-lib-888ef8250c68181399568fe7f3d98d3eb5787a6c.tar.gz xine-lib-888ef8250c68181399568fe7f3d98d3eb5787a6c.tar.bz2 |
Document a problem with the solaris kernel (x86 only) accessing dvds >4GB
capacity.
CVS patchset: 750
CVS date: 2001/10/06 13:56:01
-rw-r--r-- | doc/README.solaris | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/README.solaris b/doc/README.solaris index 852d4e33d..3e094af04 100644 --- a/doc/README.solaris +++ b/doc/README.solaris @@ -62,3 +62,17 @@ Known Problems with the following contents: PaletteFile /opt/sfw/etc/im_palette.pal + + +* On Solaris x86, you cannot reliably play DVDs using a capacity >4GB: + + The sd(7D) driver on solaris x86 has a bug when accessing a disk + block >4GB on a device using a logical blocksize != DEV_BSIZE (i.e. + CDROM and DVD media). Due to a 32bit int overflow, a disk address + modulo 4GB is accessed. + + There's no workaround available. + + See the following message for more details about this bug: + + http://groups.yahoo.com/group/solarisonintel/message/22516 |