commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 932d5649e7402a5d46c0bdd5788b9615


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 932d5649e7402a5d46c0bdd5788b96153416af70
Date: Wed, 29 May 2013 23:21:04 +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  932d5649e7402a5d46c0bdd5788b96153416af70 (commit)
      from  0bd4a8ed0ea5295bd00de63d33253ad05548d71f (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 932d5649e7402a5d46c0bdd5788b96153416af70
Author: Samuel Thibault <address@hidden>
Date:   Thu May 30 01:17:38 2013 +0200

    Add LBA48 support to AHCI driver
    
    * linux/dev/drivers/block/ahci.c (port): Extend `capacity' field type to
    unsigned long long. Add `lba48' field. Make `identify' field unsigned.
    (ahci_do_port_request): When `lba48' is true, use WIN_READDMA_EXT and
    WIN_WRITEDMA_EXT commands.
    (ahci_probe_port): Test lba48 flag, read capacity and set `lba48'
    accordingly. Display size in GiB above 10GiB.
    * linux/src/include/linux/hdreg.h (WIN_READDMA_EXT, WIN_WRITEDMA_EXT): New
    macros
    (hd_driveid): Add `command_set_2' and lba_capacity_2' fields.

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

Summary of changes:
 linux/dev/drivers/block/ahci.c  |   44 ++++++++++++++++++++++++++++++++------
 linux/src/include/linux/hdreg.h |    9 +++----
 2 files changed, 41 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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