diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-08-20 18:04:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-08-20 18:04:45 +0000 |
commit | b593c185c66b32e69d3e7f67ca9a207885048c56 (patch) | |
tree | 67ed9f70db49174d6cf3d2a8c1589c02addd9436 | |
parent | 038ace0555f6fad23aa1b6748573f96b71d7d08a (diff) |
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 |