commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 75c1b0d1133a7ae6a7eb45818470f453


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 75c1b0d1133a7ae6a7eb45818470f453700df1a2
Date: Fri, 10 May 2013 16:59:19 +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  75c1b0d1133a7ae6a7eb45818470f453700df1a2 (commit)
      from  a750e58b21c05cffd81f460a72ed4dd6d27ee5ec (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 75c1b0d1133a7ae6a7eb45818470f453700df1a2
Author: Samuel Thibault <address@hidden>
Date:   Fri May 10 18:56:26 2013 +0200

    Add AHCI driver
    
    * linux/dev/glue/kmem.c (vmtophys): New function.
    * linux/dev/include/linux/mm.h (vmtophys): New prototype.
    * linux/src/include/linux/pci.h (PCI_CLASS_STORAGE_SATA,
    PCI_CLASS_STORAGE_SATA_AHCI): New macros.
    * linux/dev/drivers/block/ahci.c: New file.
    * linux/dev/include/ahci.h: New file.
    * linux/Makefrag.am (liblinux_a_SOURCES): Add linux/dev/drivers/block/ahci.c
    and linux/dev/drivers/block/ahci.h.
    * linux/src/drivers/block/ide.c: Include <ahci.h>.
    (probe_for_hwifs): Call ahci_probe_pci.

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

Summary of changes:
 linux/Makefrag.am              |    2 +
 linux/dev/drivers/block/ahci.c |  854 ++++++++++++++++++++++++++++++++++++++++
 linux/dev/glue/kmem.c          |    6 +
 linux/dev/include/ahci.h       |  268 +++++++++++++
 linux/dev/include/linux/mm.h   |    1 +
 linux/src/drivers/block/ide.c  |    3 +
 linux/src/include/linux/pci.h  |    2 +
 7 files changed, 1136 insertions(+), 0 deletions(-)
 create mode 100644 linux/dev/drivers/block/ahci.c
 create mode 100644 linux/dev/include/ahci.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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