Re: [PATCH rhel5] RHEL-5: Fix EDD BIOS information parsing (#540637)

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

 



> diff --git a/isys/eddsupport.c b/isys/eddsupport.c
> index 267fa1d..3c0ddc0 100644
> --- a/isys/eddsupport.c
> +++ b/isys/eddsupport.c
> @@ -182,7 +182,7 @@ static int mapBiosDisks(struct device** devices,const char *path) {
>              		continue;
>  		
>          	if ((rc=readDiskSig((*currentDev)->device, &currentSig)) < 0){
> -			if (rc == -ENOMEDIUM)
> +			if (rc == -ENOMEDIUM || rc == -ENXIO)
>  			     continue;
>  			return 0;
>  		} 

Looks okay.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux