From 034d7d96b1fa53712a4012779cf44f30791b8547 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 10 May 2023 19:15:02 +0200 Subject: [PATCH] kernel/PCI: Add more PCI field types --- kernel/src/arch/PCI.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kernel/src/arch/PCI.h b/kernel/src/arch/PCI.h index 9157c4aa..5e457048 100644 --- a/kernel/src/arch/PCI.h +++ b/kernel/src/arch/PCI.h @@ -17,7 +17,14 @@ namespace PCI HeaderType = 0x0e, - SecondaryBus = 0x19 + BAR0 = 0x10, + BAR1 = 0x14, + BAR2 = 0x18, + BAR3 = 0x1c, + + SecondaryBus = 0x19, + + InterruptLine = 0x3c, }; struct Device