X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpatches%2Fgrub-0.94-i2o.patch;h=2af846c90f5eacb44606d62b8645f3556eba4a8a;hb=a7ade35692705f4bbfbf4e1b5ea4d5b4de97840c;hp=57da04a3ff22398f0cc7698cb867aeeed519af8d;hpb=cd1a2927226c734d96478e12bb768256fb64a06a;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/src/patches/grub-0.94-i2o.patch b/src/patches/grub-0.94-i2o.patch index 57da04a3ff..2af846c90f 100644 --- a/src/patches/grub-0.94-i2o.patch +++ b/src/patches/grub-0.94-i2o.patch @@ -43,13 +43,3 @@ diff -ur grub-0.94/lib/device.c grub-0.94.new/lib/device.c #endif /* __linux__ */ /* OK, close the device map file if opened. */ -@@ -844,7 +870,8 @@ - (strncmp(dev, "/dev/ida/", 9) == 0 || - strncmp(dev, "/dev/ataraid/", 13) == 0 || - strncmp(dev, "/dev/cciss/", 11) == 0 || -- strncmp(dev, "/dev/rd/", 8) == 0) ? "p" : "", -+ strncmp(dev, "/dev/rd/", 8) == 0 || -+ strncmp(dev, "/dev/i2o/", 9) == 0) ? "p" : "", - ((partition >> 16) & 0xFF) + 1); - - /* Open the partition. */