summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-02-06 02:28:52 +0000
committerpeter <peter@FreeBSD.org>1999-02-06 02:28:52 +0000
commitbd140b22548c2a839c934b79c6dab11f47d412d3 (patch)
tree5f0f84956c9c22deecf890f09565eb570c849381 /sys
parent51a5faf6aeeb0e73fd29ad72960ab65687c49d97 (diff)
downloadFreeBSD-src-bd140b22548c2a839c934b79c6dab11f47d412d3.zip
FreeBSD-src-bd140b22548c2a839c934b79c6dab11f47d412d3.tar.gz
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.
Diffstat (limited to 'sys')
-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 d23965f..8e4e479 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>
OpenPOWER on IntegriCloud