[grub/f17] Disable Broadcom network devices on Apple hardware (mjg59)

Peter Jones pjones at fedoraproject.org
Wed Apr 18 16:55:07 UTC 2012


commit 3614ba77a8961c33f99b371fe59229ef1bef54b5
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Apr 18 12:55:02 2012 -0400

    Disable Broadcom network devices on Apple hardware (mjg59)

 grub-fedora-17.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grub-fedora-17.patch b/grub-fedora-17.patch
index bb58a5f..78ec4db 100644
--- a/grub-fedora-17.patch
+++ b/grub-fedora-17.patch
@@ -1,5 +1,5 @@
 From: Peter Jones <pjones at redhat.com>" 
-Date: Wed Apr 18 12:44:50 EDT 2012
+Date: Wed Apr 18 12:54:58 EDT 2012
 Subject: [PATCH] Changes from grub-0.97 to fedora-17
 
 This patch is a bundle of the changes between grub-0.97 and fedora-17.
@@ -29643,7 +29643,7 @@ index 0000000..4cff104
 +
 diff --git a/efi/x86_64/loader/linux.c b/efi/x86_64/loader/linux.c
 new file mode 100644
-index 0000000..f1fcd74
+index 0000000..49a668e
 --- /dev/null
 +++ b/efi/x86_64/loader/linux.c
 @@ -0,0 +1,760 @@
@@ -29832,7 +29832,7 @@ index 0000000..f1fcd74
 +  for (;;);
 +}
 +
-+void
++static void
 +grub_efi_disable_network (void)
 +{
 +  grub_efi_guid_t pci_io_guid = GRUB_EFI_PCI_IO_GUID;


More information about the scm-commits mailing list