#!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-init,v 1.2 2003/02/14 23:25:49 vapier Exp $ depend() { need localmount } start() { ebegin "Enabling DMA on IDE drives" /sbin/hdparm -d1 /dev/ide/hd/*u? &> /dev/null eend }