I don't think that will work as those proc locations should not exist if you have not loaded those devices using the IDE module.
Tom Veldhouse ----- Original Message ----- From: "Canek Pel�ez Vald�s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 12:47 PM Subject: Re: [gentoo-user] DMA for ide-scsi emulated cd drives > Mal> Hi ppl, Anyone know how to set (and check), the various IDE features, > Mal> such as DMA, for cd drives that are being emulated by the ide-scsi > Mal> generic driver? > > Use the /proc interface: > > /proc/ide/hd[a-d]/settings > > To set DMA (for example): > > echo "using_dma:1" > /proc/ide/hdc/settings > > I do: > > echo "using_dma:1" > /proc/ide/hdc/settings > echo "io_32bit:1" > /proc/ide/hdc/settings > echo "unmaskirq:1" > /proc/ide/hdc/settings > echo "keepsettings:1" > /proc/ide/hdc/settings > > in /etc/conf.d/local.start. > > Canek > -- > It's a very *__UN*lucky week in which to be took dead. > -- Churchy La Femme > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
