[xiph-commits] r11789 - trunk/cdparanoia/interface
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Aug 16 11:12:28 PDT 2006
Author: xiphmont
Date: 2006-08-16 11:12:27 -0700 (Wed, 16 Aug 2006)
New Revision: 11789
Modified:
trunk/cdparanoia/interface/scsi_interface.c
Log:
Minor comment update; just make sure I don't lose it.
Modified: trunk/cdparanoia/interface/scsi_interface.c
===================================================================
--- trunk/cdparanoia/interface/scsi_interface.c 2006-08-16 18:02:25 UTC (rev 11788)
+++ trunk/cdparanoia/interface/scsi_interface.c 2006-08-16 18:12:27 UTC (rev 11789)
@@ -43,7 +43,11 @@
cur=table*reserved;
/* not too much; new kernels have trouble with DMA allocation, so
- be more conservative: 32kB max until I test more thoroughly */
+ be more conservative: 32kB max until I test more thoroughly.
+ Note from RedHat: "Ee don't always get -ENOMEM. Sometimes USB drives
+ still fail the wrong way. This needs some kernel-land investigation.
+ */
+
cur=(cur>1024*32?1024*32:cur);
d->nsectors=cur/CD_FRAMESIZE_RAW;
d->bigbuff=cur;
More information about the commits
mailing list