[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.6-29-gc29915f
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.6-29-gc29915f |
Date: |
Fri, 29 Jan 2016 19:49:29 +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 c29915fccda96258dbccf49b052ee4ddd7d51169 (commit)
via 0191a6b08f1d0e023994a64079be2d3b764d6232 (commit)
from 5180188d834e86562353794c433b17f2e374657f (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 c29915fccda96258dbccf49b052ee4ddd7d51169
Author: Samuel Thibault <address@hidden>
Date: Fri Jan 29 20:46:52 2016 +0100
Disable probing legacy IDE when AHCI driver works
* linux/src/drivers/block/ide.c (default_io_base): Do not qualify const.
(ide_disable_base): New function.
* linux/dev/include/linux/blk.h (ide_disable_base): New declaration.
* linux/dev/drivers/block/ahci.c (ahci_probe_dev): Call ide_disable_base
with each I/O BAR of the AHCI PCI card.
commit 0191a6b08f1d0e023994a64079be2d3b764d6232
Author: Samuel Thibault <address@hidden>
Date: Fri Jan 29 20:03:08 2016 +0100
Use PCI macros
* linux/dev/drivers/block/ahci.c (ahci_probe_dev): Use
PCI_BASE_ADDRESS_SPACE_IO and PCI_BASE_ADDRESS_MEM_MASK macros instead of
hardcoded values.
-----------------------------------------------------------------------
Summary of changes:
linux/dev/drivers/block/ahci.c | 19 +++++++++++++++++--
linux/dev/include/linux/blk.h | 1 +
linux/src/drivers/block/ide.c | 11 ++++++++++-
3 files changed, 28 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.6-29-gc29915f,
Samuel Thibault <=