diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-11-08 20:08:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-11-08 20:08:53 +0000 |
commit | 7eb6acb30d822fa4f556f9cfea1e314dbba5a482 (patch) | |
tree | c0d80e8478b102e59f267617d99d7d80e2cd5e78 /boot | |
parent | 953856478928f65c055a8c0736a36f8bee35eedc (diff) | |
download | pfsense-7eb6acb30d822fa4f556f9cfea1e314dbba5a482.zip pfsense-7eb6acb30d822fa4f556f9cfea1e314dbba5a482.tar.gz |
Turn off DMA by default. A option will be coming soon to enable
this back after a successful installation.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/loader.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/loader.conf b/boot/loader.conf new file mode 100644 index 0000000..3a5e559 --- /dev/null +++ b/boot/loader.conf @@ -0,0 +1,2 @@ +hw.ata.atapi_dma=0 +hw.ata.ata_dma=0 |