public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Morgan Christiansson <mog@linux.nu>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Installation Gotchas
Date: Wed Feb 21 07:01:02 2001	[thread overview]
Message-ID: <3A93CA70.1050103@linux.nu> (raw)
In-Reply-To: 3A935591.FF339AE2@gottinger.de

Achim Gottinger wrote:

> "Bruce A. Locke" wrote:
> 
>> Hello...
>> 
>> I did my first non-vmware (aka on real hardware) install of Gentoo and was
>> wondering about the following:
>> 
>> - If DMA is going to be on by default in the kernel would it be possible to
>> include hdparm on the cd image so people with harddrives, etc that have
>> issues with DMA can turn it off after the cd boots?  I had to create a 10mb
>> partition and untar the hdparm package because the HD would freak out with
>> DMA turned on under lightload. (Yes I know, old cheap harddrive)
> 
> 
> Ok hdparam will be there.

You could let the user enable/disable it before booting, like this:

grep no_dma /proc/cmdline>/dev/null || enable_dma()

or the opposite

grep no_dma /proc/cmdline >/dev/null && disable_dma()

Some more advanced syntax could be added too, such as no_dma=hda,hdb but 
that's problably overdoing it. Shouldn't there be a kernel option for 
this in the first place anyway?

-- 
Morgan Christiansson




  reply	other threads:[~2001-02-21 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-20 18:10 [gentoo-dev] Installation Gotchas Bruce A. Locke
2001-02-20 23:10 ` Achim Gottinger
2001-02-21  7:01   ` Morgan Christiansson [this message]
2001-02-21  8:47     ` drobbins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A93CA70.1050103@linux.nu \
    --to=mog@linux.nu \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox