Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8747 - Patch for hdparm init
Summary: Patch for hdparm init
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-04 09:11 UTC by Matteo Sasso
Modified: 2003-03-27 13:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for sys-apps/hdparm/files/hdparm-init (hdparm-init.patch,347 bytes, patch)
2002-10-04 17:30 UTC, Matteo Sasso
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Sasso 2002-10-04 09:11:02 UTC
Enables DMA on IDE cdroms as well as hard drives... now my movies play fine! :)  --- /usr/portage/sys-apps/hdparm/files/hdparm-init      2002-08-15 22:13:52.000000000 +0200 +++ /etc/init.d/hdparm  2002-10-04 14:59:28.000000000 +0200 @@ -9,7 +9,7 @@   start() {         ebegin "Enabling DMA on IDE drives" -       /sbin/hdparm -d1 /dev/ide/hd/*u? &> /dev/null +       /sbin/hdparm -d1 /dev/ide/hd/c?b?t?u? /dev/ide/cd/c?b?t?u? &> /dev/null         eend  }
Comment 1 SpanKY gentoo-dev 2002-10-04 13:26:03 UTC
please post the patch as an attachement 
 
posting patches as comments never works 
Comment 2 Matteo Sasso 2002-10-04 17:30:35 UTC
Created attachment 4417 [details, diff]
Patch for sys-apps/hdparm/files/hdparm-init

Err... sorry! ^_^' Here's the attach.
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2003-03-27 13:10:33 UTC
fixed in 5.3-r2