From: <abe...@us...> - 2011-12-24 00:01:34
|
Revision: 5336 http://astlinux.svn.sourceforge.net/astlinux/?rev=5336&view=rev Author: abelbeck Date: 2011-12-24 00:01:28 +0000 (Sat, 24 Dec 2011) Log Message: ----------- remove DMA_DEV rc.conf variable support, the default libata.dma=3 should work for most cases, and the new 'set-kcmd libata.dma=N' command will cover the remaining. Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/etc/rc branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/project/astlinux/target_skeleton/etc/rc =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/rc 2011-12-23 23:46:11 UTC (rev 5335) +++ branches/1.0/project/astlinux/target_skeleton/etc/rc 2011-12-24 00:01:28 UTC (rev 5336) @@ -350,12 +350,6 @@ mount -o remount,size=$TMP_SIZE /tmp fi - if [ -n "$DMA_DEV" ]; then - for i in $DMA_DEV; do - hdparm -q -d1 $i - done - fi - # Not needed anymore ? #ldconfig -C /tmp/etc/ld.so.cache /lib /usr/lib Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-23 23:46:11 UTC (rev 5335) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-24 00:01:28 UTC (rev 5336) @@ -641,11 +641,6 @@ ## Define which sounds should be generated, space separated, disabled by default. #ALERT_SOUNDS="startup shutdown" -## IDE Drive configuration -## Some CF cards are not detected properly if DMA is enabled. -## For IDE drives, DMA is disabled except for the devices listed below. -#DMA_DEV="/dev/hdc" - ## I/O Scheduler configuration ## The Linux kernel has several I/O schedulers available. ## It is important to optimize everything you can in an embedded system This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |