On 13/07/05, Yuri <[EMAIL PROTECTED]> wrote:
> When I read something from CDROM my system gets visibly slow and HD
> reads/writes do not have the same effect.

By default:
hw.ata.ata_dma: 1        <--- affects HD
hw.ata.atapi_dma: 0      <--- affects CD

So:
# atacontrol mode 0
Master = UDMA100   <--- HD
Slave  = BIOSPIO
# atacontrol mode 1
Master = BIOSPIO   <--- CD
Slave  = PIO4

Put 'hw.ata.atapi_dma=1' in /boot/loader.conf to get the CDROM using
DMA on the next boot; use atacontrol to turn DMA mode at runtime.

-- 
(nil)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to