]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
merge mainline into ehci
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Feb 2012 12:19:42 +0000 (13:19 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Feb 2012 12:19:42 +0000 (13:19 +0100)
1  2 
grub-core/Makefile.core.def
grub-core/bus/usb/usbhub.c
include/grub/usb.h

index 346ec24ee70065b5ed6963e56c2c6818fe1a3d67,02389a163a3664fe7e98164f64b9216782bb2d7a..80054b3daef6b8378df625e2488262c0061c48ee
@@@ -437,19 -462,10 +462,16 @@@ module = 
    enable = pci;
  };
  
 +module = {
 +  name = ehci;
 +  common = bus/usb/ehci.c;
 +  enable = pci;
 +};
 +
  module = {
    name = pci;
-   noemu = bus/pci.c;
-   emu = bus/emu/pci.c;
-   emu = commands/lspci.c;
+   common = bus/pci.c;
  
-   enable = emu;
    enable = i386_pc;
    enable = i386_efi;
    enable = x86_64_efi;
Simple merge
Simple merge