From 20f449c7ef5cbe5eb119c48e738b6e90f6a2bcea Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 18 Sep 2025 01:41:15 -0400 Subject: kern/amd64: io: Add initial PCI CAM driver Signed-off-by: Ian Moffett --- src/sys/arch/amd64/boot/boot_chip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sys/arch/amd64/boot/boot_chip.c') diff --git a/src/sys/arch/amd64/boot/boot_chip.c b/src/sys/arch/amd64/boot/boot_chip.c index 76753d5..18ab2df 100644 --- a/src/sys/arch/amd64/boot/boot_chip.c +++ b/src/sys/arch/amd64/boot/boot_chip.c @@ -36,6 +36,7 @@ #include #include #include +#include #include static void @@ -52,6 +53,7 @@ chipset_init(void) uart_init(); i8259_disable(); + pci_init_bus(); } /* -- cgit v1.2.3