commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.4-491-gacf1525


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-491-gacf1525
Date: Thu, 13 Nov 2014 00:27:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  acf1525f4dec4088c075e4d7847be7305873a3a9 (commit)
       via  dccf8be4b40ede12941ff347781fbff9330b2280 (commit)
      from  57694037a02dda29bd678dc3b8531bd437682ba7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit acf1525f4dec4088c075e4d7847be7305873a3a9
Author: Samuel Thibault <address@hidden>
Date:   Thu Nov 13 01:25:29 2014 +0100

    Add nodma options
    
    Some very slow qemu instances would eventually trigger DMA timeouts,
    let's give a way to disable DMA there, it does not actually slow down
    operations anyway.
    
    * linux/src/drivers/block/ide.h (ide_drive_s): Add nodma field.
    * linux/src/drivers/block/ide.c (do_identify): Do not call
    dmaproc(ide_dma_check) when nodma is 1.
    (ide_setup): Add nodma option.

commit dccf8be4b40ede12941ff347781fbff9330b2280
Author: Samuel Thibault <address@hidden>
Date:   Wed Nov 12 14:18:55 2014 +0100

    Pass ide and hd kernel options to ide driver
    
    * linux/dev/drivers/block/genhd.c: Include <linux/hdreg.h> and
    <alloca.h>
    (device_setup): Look for ide and hd options, and call ide_setup with
    them.
    * linux/src/drivers/block/ide.c (ide_setup) [MACH]: Parse hd[0-7] instead
    of hd[a-h].

-----------------------------------------------------------------------

Summary of changes:
 linux/dev/drivers/block/genhd.c |   26 ++++++++++++++++++++++++++
 linux/src/drivers/block/ide.c   |   22 +++++++++++++++++++---
 linux/src/drivers/block/ide.h   |    1 +
 3 files changed, 46 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]