[7.3.]
isofs 17096 1 (autoclean)
nls_iso8859-1 2024 1 (autoclean)
nls_cp437 3548 1 (autoclean)
vfat 11392 1 (autoclean)
ide-cd 21080 1
cdrom 12060 0 [ide-cd]
awe_wave 155560 1
sb 31272 1
uart401 5628 1 [sb]
sound 55200 0 [awe_wave sb uart401]
soundlow 240 0 [sound]
soundcore 2208 7 [sb sound]
[X.]
I'm reason this patch is no best way, but he help to me.
--- linux-2.2.5/drivers/block/ide-cd.c.orig Sat Apr 10 16:50:18 1999
+++ linux-2.2.5/drivers/block/ide-cd.c Sat Apr 10 18:11:14 1999
@@ -3006,6 +3006,7 @@
else if (!strcmp(drive->id->model, "SAMSUNG CD-ROM SCR-2432"))
CDROM_CONFIG_FLAGS (drive)->limit_nframes = 1;
else if (!strcmp (drive->id->model, "GCD-R580B"))
+ if (!drive->using_dma)
CDROM_CONFIG_FLAGS (drive)->limit_nframes = 1;
/* 124/SECTORS_PER_FRAME; ? */
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/