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.
This commit is contained in:
Peter Wemm 1999-02-06 02:28:52 +00:00
parent 51b7b33769
commit 811d024014
1 changed files with 2 additions and 2 deletions

View File

@ -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>