diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-01 22:03:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-01 22:03:03 +0000 |
commit | 6b808c0302d2a12148e8c15d640db8e0c87b4d67 (patch) | |
tree | 518f8ea3af5c989250e50aae30e7b412dfcdfdf5 /sys | |
parent | 1f30fe7144d8f104eb0847bcbca69a1ffdc0281f (diff) |
Add option USER_PCICONF.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 906ceb40b8d..706591d6abb 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: GENERIC,v 1.26 2009/05/01 22:03:00 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -26,6 +26,7 @@ options CACHE_CLEAN_BLOCK_INTR #options PERFCTRS # performance counters option PCIVERBOSE +option USER_PCICONF # user-space PCI configuration config bsd swap generic diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 7b313887d37..074d807f460 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: GENERIC,v 1.22 2009/05/01 22:03:02 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,6 +22,7 @@ option DONT_INIT_BSC #option DONT_INIT_PCIBSC option PCIVERBOSE +option USER_PCICONF # user-space PCI configuration option USBVERBOSE #config bsd swap generic |