commit 60279a3c36a952b3743ae0d87dfa6a06fe5f6724
Author: Sascha Wildner <[email protected]>
Date: Thu Feb 20 21:44:03 2014 +0100
kernel/nataraid: Fix a panic upon booting with a degraded Intel RAID.
disk_idx has upper bits set in this case which we need to mask.
Taken-from: FreeBSD's r205074
Reported-and-tested-by: Aaron Bieber <[email protected]>
Summary of changes:
sys/dev/disk/nata/ata-raid.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/60279a3c36a952b3743ae0d87dfa6a06fe5f6724
--
DragonFly BSD source repository