]> git.proxmox.com Git - grub2.git/commitdiff
ChangeLog
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 2 Dec 2009 08:03:51 +0000 (09:03 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 2 Dec 2009 08:03:51 +0000 (09:03 +0100)
ChangeLog.pciaccess [new file with mode: 0644]

diff --git a/ChangeLog.pciaccess b/ChangeLog.pciaccess
new file mode 100644 (file)
index 0000000..b402a3b
--- /dev/null
@@ -0,0 +1,22 @@
+2009-12-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       libpciaccess support.
+
+       * Makefile.in (LIBPCIACCESS): New variable.
+       (enable_grub_emu_pci): Likewise.
+       * conf/any-emu.rmk (grub_emu_SOURCES) [enable_grub_emu_pci]: Add
+       util/pci.c and commands/lspci.c.
+       (grub_emu_LDFLAGS) [enable_grub_emu_pci]: Add $(LIBPCIACCESS).
+       * configure.ac (grub-emu-pci): New option.
+       * include/grub/i386/pci.h (grub_pci_device_map_range): New function.
+       (grub_pci_device_unmap_range): Likewise.
+       * include/grub/pci.h [GRUB_UTIL]: Include grub/pciutils.h.
+       (grub_pci_device) [!GRUB_UTIL]: New structure. All users updated.
+       (grub_pci_address_t) [!GRUB_UTIL]: New type.
+       (grub_pci_device_t) [!GRUB_UTIL]: Likewise.
+       (grub_pci_get_bus) [!GRUB_UTIL]: New function.
+       (grub_pci_get_device) [!GRUB_UTIL]: Likewise.
+       (grub_pci_get_function) [!GRUB_UTIL]: Likewise.
+       * include/grub/pciutils.h: New file.
+       * util/pci.c: Likewise.
+