aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-09-25 14:22:43 +0200
committerHelge Deller <deller@gmx.de>2023-09-25 14:22:43 +0200
commit25b463ab1c6cae8d46d1304cce353e241597c557 (patch)
tree6e8990e51df550cd98f923f7bd83967cfeb86c5c
parent4fd31e59742aa8b4f66028472e53328da8c7d156 (diff)
downloadseabios-hppa-25b463ab1c6cae8d46d1304cce353e241597c557.zip
seabios-hppa-25b463ab1c6cae8d46d1304cce353e241597c557.tar.gz
seabios-hppa-25b463ab1c6cae8d46d1304cce353e241597c557.tar.bz2
irq routing tabelle
-rw-r--r--src/parisc/parisc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index f2e906a..8da0c07 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -1561,9 +1561,9 @@ static int pdc_pci_index(unsigned int *arg)
#define IRT_TABLE_ENTRIES 5
#define IOSAPIC_HPA 0xfffffffffed30800ULL
const u32 irt_table_const[2 * IRT_TABLE_ENTRIES] = {
- 0x8b10000f, 0x30000002,
- 0x8b10000f, 0x34000003,
- 0x8b10000d, 0x3b000000,
+ 0x8b10000f, 0x00000002, // erstes byte
+ 0x8b10000f, 0x04000003,
+ 0x8b10000d, 0x08000000,
0x8b10000f, 0x3c000001,
0x8b10000f, 0x3c000001 };