diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-23 00:12:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-23 00:12:20 +0000 |
commit | 309d4ef4b34934e09f027c7835b56053c4ed1422 (patch) | |
tree | ba20ec795d25a3a078bf75e36a5538f8bcf50b13 /boot/loader.conf | |
parent | d28303ed98ac456eba7dcf2b5708bdd59858dbe6 (diff) | |
download | pfsense-309d4ef4b34934e09f027c7835b56053c4ed1422.zip pfsense-309d4ef4b34934e09f027c7835b56053c4ed1422.tar.gz |
turn off dma on boot
Diffstat (limited to 'boot/loader.conf')
-rw-r--r-- | boot/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/loader.conf b/boot/loader.conf index ee2170f..60b4246 100644 --- a/boot/loader.conf +++ b/boot/loader.conf @@ -1,5 +1,6 @@ autoboot_delay="0" hw.ata.atapi_dma="0" +hw.ata.ata_dma="0" loader_color="YES" hw.pci.allow_unsupported_io_range="1" mfsroot_load="YES" |