aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-02-06 02:28:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-02-06 02:28:52 +0000
commit811d024014a4d6865ce740d447287b161fe8b618 (patch)
tree3e550c5cec12023636516b06729623a61a51af06 /sys/pci
parent51b7b33769a59d1c8d3b2bffab4529cd165e30e1 (diff)
downloadsrc-811d024014a4d6865ce740d447287b161fe8b618.tar.gz
src-811d024014a4d6865ce740d447287b161fe8b618.zip
Back out rev 1.89. The #include is necessary for the #if that tests
the value that config(8) provides when intpm is configured. It seems that somebody forgot to rerun config at the time and commented this out instead.
Notes
Notes: svn path=/head/; revision=43692
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index d23965ff60f1..8e4e479fdf4b 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.89 1999/01/27 20:09:21 dillon Exp $
+** $Id: pcisupport.c,v 1.90 1999/01/28 00:57:53 dillon Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -43,7 +43,7 @@
#include "opt_pci.h"
#include "opt_smp.h"
-/*#include "intpm.h"*/
+#include "intpm.h"
#include <sys/param.h>
#include <sys/systm.h>