Re: ATA/DMA problem after reboot

From: Pertti Kosunen <pertti.kosunen_at_pp.nic.fi>
Date: Wed, 05 Oct 2005 11:55:05 +0300
Jeremie Le Hen wrote:

>How do I set this at boot time ?  There may be a tunable or something
>allowing to do this.  My problem indeed occurs before / is even
>mounted.
>

Disable dma at boot and enable in rc.local.

/boot/loader.conf
hw.ata.ata_dma="0"
hw.ata.atapi_dma="0"

/etc/rc.local
#!/bin/sh
atacontrol mode ad0 UDMA66
atacontrol mode ad4 UDMA66
atacontrol mode ad5 UDMA66
atacontrol mode ad6 UDMA66
Received on Wed Oct 05 2005 - 06:55:09 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:44 UTC