Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
[...] Mal> May I then assume, that hdparm is essentially unnecessary, aside from Mal> changing the DMA mode and changing power saving settings? I don't know. I do know that, for all the things I use hdparm, I can use the /proc interface; but I don't know if hdparm can do something that can't be d

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread MAL
Canek Peláez Valdés wrote: 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

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
Thomas> I don't think that will work as those proc locations should not exist Thomas> if you have not loaded those devices using the IDE module. Of course they are. If your motherboard has an IDE bus, the proc interface will be there, no matter if you load the ide-scsi modules. That's the beauty ;

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Thomas T. Veldhouse
, 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 inter

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
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/settin

[gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread MAL
Hi ppl, Anyone know how to set (and check), the various IDE features, such as DMA, for cd drives that are being emulated by the ide-scsi generic driver? Normally i'd use hdparm on the /dev/ide/blahblah... But once they are being governed by the ide-scsi driver, they appear in /dev/scsi/blahblah