diff options
author | 2008-08-20 18:04:44 +0000 | |
---|---|---|
committer | 2008-08-20 18:04:44 +0000 | |
commit | 617ade272735536a814a7ca41f1c73fb885d7af9 (patch) | |
tree | d111b1f6668fa4d013c8905f8b10fcdd3131da9c | |
parent | Oops, previous console changes would initialize serial console on lines 0 (diff) | |
download | wireguard-openbsd-617ade272735536a814a7ca41f1c73fb885d7af9.tar.xz wireguard-openbsd-617ade272735536a814a7ca41f1c73fb885d7af9.zip |
Add USER_PCICONF so that pcidump can work.
Prompted by jasper@
ok miod@
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 5cce86ac3d0..4170ec5861c 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2008/07/30 17:38:02 miod Exp $ +# $OpenBSD: GENERIC,v 1.31 2008/08/20 18:04:44 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,6 +22,7 @@ option ARCBIOS # We use arcbios for FW communication. option WSDISPLAY_COMPAT_RAWKBD # Provide raw scancodes; needed for X11 option PCIVERBOSE +option USER_PCICONF # User-space PCI configuration #option UVMHIST # Enable uvm history logging |