- Timestamp:
- 2005-11-24T18:43:46Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78c32b4
- Parents:
- f701b236
- Location:
- genarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/acpi/madt.h
rf701b236 r9149135 80 80 __u8 bus; 81 81 __u8 source; 82 __u32 global_int r;82 __u32 global_int; 83 83 __u16 flags; 84 84 } __attribute__ ((packed)); -
genarch/src/acpi/matd.c
rf701b236 r9149135 227 227 { 228 228 ASSERT(override->source < sizeof(isa_irq_map)/sizeof(int)); 229 printf(" Remapping irq%d to IO APIC pin%d\n", override->source, override->global_intr);230 isa_irq_map[override->source] = override->global_intr;231 229 printf("MADT: ignoring %s entry: bus=%d, source=%d, global_int=%d, flags=%W\n", 230 entry[override->header.type], override->bus, override->source, 231 override->global_int, override->flags); 232 232 } 233 233
Note:
See TracChangeset
for help on using the changeset viewer.