From: jsing Date: Wed, 20 Aug 2008 18:04:44 +0000 (+0000) Subject: Add USER_PCICONF so that pcidump can work. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=617ade272735536a814a7ca41f1c73fb885d7af9;p=openbsd Add USER_PCICONF so that pcidump can work. Prompted by jasper@ ok miod@ --- 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