Merge branch 'fix_x86' into 'master'

pcid: Fix compilation on x86

See merge request redox-os/drivers!304
This commit is contained in:
Jeremy Soller
2025-11-29 09:20:40 -07:00
+1
View File
@@ -325,6 +325,7 @@ pub fn pci_allocate_interrupt_vector(
// INTx# pin based interrupts.
InterruptVector {
irq_handle: irq.irq_handle(driver),
vector: 0,
kind: InterruptVectorKind::Legacy,
}
} else {