aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs-init.in5
-rw-r--r--mkinitfs-bootparam.7.in3
2 files changed, 0 insertions, 8 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index 020f13c..5df779b 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -329,11 +329,6 @@ if [ "$KOPT_chart" = yes ]; then
eend 0
fi
-# dma can be problematic
-if [ "$KOPT_dma" = no ]; then
- modprobe libata dma=0
-fi
-
# The following values are supported:
# alpine_repo=auto -- default, search for .boot_repository
# alpine_repo=http://... -- network repository
diff --git a/mkinitfs-bootparam.7.in b/mkinitfs-bootparam.7.in
index 9abb124..f9d58c1 100644
--- a/mkinitfs-bootparam.7.in
+++ b/mkinitfs-bootparam.7.in
@@ -59,9 +59,6 @@ DHCP.
\fBmodules=\fIMODULE\fR{,\fIMODULE\fR}
Comma-sparated list of kernel modules to load explicitly.
.TP
-\fBnodma\fR
-Disable DMA for ATA devices.
-.TP
\fBoverlaytmpfs\fR
When booting from an read-only partition, you can specify this flag to have
your changes written to an in-memory overlayfs.