]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/ahci: Use defines `GRUB_ATA_STATUS_BUSY` and `GRUB_ATA_STATUS_DRQ`
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sun, 24 May 2015 09:11:25 +0000 (11:11 +0200)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 24 May 2015 18:19:01 +0000 (21:19 +0300)
commit5e74a3e6dfc4e5992c423bf740a4b3604030b007
treebc8aa18cec1f8d9ed995e8a2df27c94ec35224ee
parentf4e62af000116de93f0c9d1c5f8aaf40934d5a01
disk/ahci: Use defines `GRUB_ATA_STATUS_BUSY` and `GRUB_ATA_STATUS_DRQ`

Instead of hard coding `0x88` use the macros defined in `disk/ata.h`.
grub-core/disk/ahci.c