* [PATCH] ide=nodma printout fix
@ 2004-11-16 14:52 Magnus Damm
2004-11-17 22:12 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2004-11-16 14:52 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
This simple patch changes the output from this:
..
ide_setup: ide=nodmaIDE: Prevented DMA
..
to this:
..
ide_setup: ide=nodma : Prevented DMA
..
/ magnus
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: linux-2.6.10-rc2-ide_nodma.patch --]
[-- Type: text/x-patch; name="linux-2.6.10-rc2-ide_nodma.patch", Size: 371 bytes --]
--- linux-2.6.10-rc2/drivers/ide/ide.c 2004-11-14 18:34:12.000000000 +0100
+++ linux-2.6.10-rc2-ide_nodma/drivers/ide/ide.c 2004-11-16 15:31:35.296394376 +0100
@@ -1846,7 +1846,7 @@
#endif /* CONFIG_BLK_DEV_IDEDOUBLER */
if (!strcmp(s, "ide=nodma")) {
- printk("IDE: Prevented DMA\n");
+ printk(" : Prevented DMA\n");
noautodma = 1;
return 1;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ide=nodma printout fix
2004-11-16 14:52 [PATCH] ide=nodma printout fix Magnus Damm
@ 2004-11-17 22:12 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-11-17 22:12 UTC (permalink / raw)
To: Magnus Damm; +Cc: linux-kernel
On Tue, 16 Nov 2004 15:52:32 +0100, Magnus Damm <magnus.damm@gmail.com> wrote:
> This simple patch changes the output from this:
> ..
> ide_setup: ide=nodmaIDE: Prevented DMA
> ..
> to this:
> ..
> ide_setup: ide=nodma : Prevented DMA
> ..
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-17 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-16 14:52 [PATCH] ide=nodma printout fix Magnus Damm
2004-11-17 22:12 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox