From 617ade272735536a814a7ca41f1c73fb885d7af9 Mon Sep 17 00:00:00 2001 From: jsing Date: Wed, 20 Aug 2008 18:04:44 +0000 Subject: [PATCH] Add USER_PCICONF so that pcidump can work. Prompted by jasper@ ok miod@ --- sys/arch/sgi/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1