summaryrefslogtreecommitdiffstats
path: root/boot/loader.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-17 21:26:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-17 21:26:06 +0000
commitd6240d7fd9a3ce4b14e662911c9557b644f564b3 (patch)
tree297d04640611e8c3f6c8fe6157436aa6e7922cd7 /boot/loader.conf
parent2f17ee8602fdc38bdc34bdb4babe8ebf9dcc02c8 (diff)
downloadpfsense-d6240d7fd9a3ce4b14e662911c9557b644f564b3.zip
pfsense-d6240d7fd9a3ce4b14e662911c9557b644f564b3.tar.gz
Turn off hard drive write caching correctly
Diffstat (limited to 'boot/loader.conf')
-rw-r--r--boot/loader.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot/loader.conf b/boot/loader.conf
index 363418e..67f49e4 100644
--- a/boot/loader.conf
+++ b/boot/loader.conf
@@ -1,3 +1,4 @@
-hw.ata.atapi_dma=0
-hw.ata.ata_dma=0
+hw.ata.atapi_dma="0"
+hw.ata.ata_dma="0"
loader_color="NO"
+hw.ata.wc="0"
OpenPOWER on IntegriCloud