Skip to content

Commit 2ae7812

Browse files
committed
nit: added more precise specification location for pci irq lines
1 parent 12cb219 commit 2ae7812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/drivers/pci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl<T: ConfigRegionAccess> PciDevice<T> {
172172
None
173173
}
174174
1..=4 => {
175-
// PCI specification v3 footnote 43
175+
// PCI specification v3: Section 6.2.4 - footnote 43
176176
#[cfg(target_arch = "x86_64")]
177177
if matches!(line, 16..254) {
178178
error!("Reserved IRQ number");

0 commit comments

Comments
 (0)