summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1998-06-30 08:13:27 +0000
committerjmg <jmg@FreeBSD.org>1998-06-30 08:13:27 +0000
commitd2eac828b0e8d2e653d3944ace5713b936ab17d8 (patch)
tree72d2e157bffc8ad90cccec4af054b52f564ee134 /sys/pci/pcisupport.c
parentad22b6742210200ca71e3393c4f96dd5f8b35084 (diff)
downloadFreeBSD-src-d2eac828b0e8d2e653d3944ace5713b936ab17d8.zip
FreeBSD-src-d2eac828b0e8d2e653d3944ace5713b936ab17d8.tar.gz
document PCI_QUIET that prevents pci from compiling in so many strings
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 5642fa1..e9828f7 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.68 1998/05/11 01:05:54 dyson Exp $
+** $Id: pcisupport.c,v 1.69 1998/06/08 04:07:51 dyson Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -41,6 +41,8 @@
***************************************************************************
*/
+#include "opt_pci.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud