* include/grub/mips/loongson/cmos.h: Fix high CMOS addresses.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-02 23:57:34 +01:00
parent 6e4146c41e
commit 1d5a880fe4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/mips/loongson/cmos.h: Fix high CMOS addresses.
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
Move to more hookless approach in IEEE1275 devices handling.

View File

@ -24,7 +24,7 @@
#define GRUB_CMOS_ADDR_REG 0xbfd00070
#define GRUB_CMOS_DATA_REG 0xbfd00071
#define GRUB_CMOS_ADDR_REG 0xbfd00072
#define GRUB_CMOS_DATA_REG 0xbfd00073
#define GRUB_CMOS_ADDR_REG_HI 0xbfd00072
#define GRUB_CMOS_DATA_REG_HI 0xbfd00073
#endif /* GRUB_CPU_CMOS_H */