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

Peter Jones pjones at fedoraproject.org
Wed Apr 18 16:54:06 UTC 2012


commit bfa0f500d0ed7c9131e58e039b48ed8d902e3769
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Apr 18 12:54:00 2012 -0400

    Disable Broadcom network devices on Apple hardware (mjg59)

 grub-fedora-18.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grub-fedora-18.patch b/grub-fedora-18.patch
index 3a024dd..e87c180 100644
--- a/grub-fedora-18.patch
+++ b/grub-fedora-18.patch
@@ -1,5 +1,5 @@
 From: Peter Jones <pjones at redhat.com>" 
-Date: Wed Apr 18 12:43:07 EDT 2012
+Date: Wed Apr 18 12:53:49 EDT 2012
 Subject: [PATCH] Changes from grub-0.97 to master
 
 This patch is a bundle of the changes between grub-0.97 and master.
@@ -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