]> git.proxmox.com Git - grub2.git/commit - ChangeLog
Replace grub_target_addr with more appropriate types.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Feb 2012 13:13:24 +0000 (14:13 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Feb 2012 13:13:24 +0000 (14:13 +0100)
commit584b2f8a229ff3d36a8314eff2d40897ead00301
tree83ed228bb8a7457ce51aeabc8aea313b1a92b7d5
parent5a0dc6fb2a8b00a0393075ee9268bc01d8ed9999
Replace grub_target_addr with more appropriate types.

* grub-core/commands/efi/fixvideo.c (scan_card): Replace
grub_target_addr with grub_addr.
* grub-core/commands/iorw.c (grub_cmd_read): Replace
grub_target_addr with grub_port.
(grub_cmd_write): Likewise.
* grub-core/commands/memrw.c (grub_cmd_read): Replace
grub_target_addr with grub_addr.
(grub_cmd_write): Likewise.
* grub-core/video/efi_uga.c (find_line_len): Likewise.
ChangeLog
grub-core/commands/efi/fixvideo.c
grub-core/commands/iorw.c
grub-core/commands/memrw.c
grub-core/video/efi_uga.c