From fe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c Mon Sep 17 00:00:00 2001 From: jlemon Date: Thu, 25 Oct 2001 04:44:50 +0000 Subject: Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. Submitted by: Andrew R. Reiter arr@watson.org --- sys/dev/pci/pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/pci/pci.c') diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 35ad744..d731e36 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -30,6 +30,7 @@ */ #include "opt_bus.h" +#include "opt_pci.h" #include #include -- cgit v1.1