diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-06-26 21:18:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-06-26 21:18:03 +0000 |
commit | e81e068b9d39b774f24d2c4870042c17a6f38dd4 (patch) | |
tree | 000c672795d7294c2980e7573526bcff7078a918 /sys | |
parent | dcabe803e7f80d9a52a7b255ec5c02aeefe0a171 (diff) |
add USER_PCICONF in GENERIC
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4e36007636d..2cb6eda4024 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.265 2001/06/26 11:52:42 brad Exp $ +# $OpenBSD: GENERIC,v 1.266 2001/06/26 21:18:02 matthieu Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -16,6 +16,8 @@ option GPL_MATH_EMULATE # floating point emulation. required. option UVM # use the UVM virtual memory system. REQUIRED +option USER_PCICONFIG # user-space PCI configuration + #option VM86 # Virtual 8086 emulation #option USER_LDT # user-settable LDT; used by WINE option XSERVER # diddle with console driver |