X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b12531648e6e98c33705dffd3e79c00dab2d3ee3..70c59b783f94768bd5875f44be2808454d000f3e:/refind/driver_support.c diff --git a/refind/driver_support.c b/refind/driver_support.c index 3faf984..565ae0c 100644 --- a/refind/driver_support.c +++ b/refind/driver_support.c @@ -442,7 +442,8 @@ EFI_STATUS ConnectAllDriversToAllControllers(VOID) { * To fix it: we will disconnect drivers that connected to DiskIo BY_DRIVER * if this is partition volume and if those drivers did not produce file system, * then try to connect every unconnected device to the driver whose handle is - * passed to us. + * passed to us. This should have no effect on systems unaffected by this EFI + * bug/quirk. */ VOID ConnectFilesystemDriver(EFI_HANDLE DriverHandle) { EFI_STATUS Status;