From a7b6a0ada8bc97cce93806072949226b7065492f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 10 Apr 2002 05:28:27 +0000 Subject: shut up DMA disabling (#62873, #62956) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index af765367..9aca50d6 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -354,7 +354,7 @@ mount -f /proc # Turn off DMA on CD-ROMs. It more often than not causes problems. if [ -e /proc/ide ]; then for N in `grep -v ide-disk /proc/ide/*/*/driver 2>/dev/null | awk -F / '{ print $5 }'`; do - hdparm -d0 /dev/$N + hdparm -q -d0 /dev/$N >/dev/null 2>&1 done fi -- cgit v1.2.1