summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-10-25 04:44:50 +0000
committerjlemon <jlemon@FreeBSD.org>2001-10-25 04:44:50 +0000
commitfe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c (patch)
tree0b9363e1b7a49cb87d5cfd4e7d11491cc79030ff /sys/dev/pci
parent8d7368cdb8cc398afb2951e864c3714cd934277b (diff)
downloadFreeBSD-src-fe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c.zip
FreeBSD-src-fe5999a4cb5cb569e6d75d44a8cdf63c25a12f5c.tar.gz
Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.
Submitted by: Andrew R. Reiter arr@watson.org
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud