summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-17 21:11:31 +0000
committerphk <phk@FreeBSD.org>1994-10-17 21:11:31 +0000
commit93841a2173cd2dbccbea6f90e8a8d02d42365d06 (patch)
tree18d87bfcc8eee1da035751fa053cd72952c4f714 /sys/pci
parente7536ddeff2256843302474585635f5a595dce67 (diff)
downloadFreeBSD-src-93841a2173cd2dbccbea6f90e8a8d02d42365d06.zip
FreeBSD-src-93841a2173cd2dbccbea6f90e8a8d02d42365d06.tar.gz
#ifdef'ed the verbose probe messages. Only until I find a good way of
making it run-time selectable, then it will be back (at will).
Diffstat (limited to 'sys/pci')
-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 a429e54..67242fb 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.2 1994/10/13 01:12:31 se Exp $
+** $Id: pcisupport.c,v 1.3 1994/10/15 23:27:39 se Exp $
**
** Device driver for INTEL PCI chipsets.
**
@@ -258,6 +258,7 @@ static void writeconfig(pcici_t config_id, struct condmsg *tbl)
void chipset_attach(pcici_t config_id, int unit)
{
+#ifdef PROBE_VERBOSE
switch (pci_conf_read (config_id, 0)) {
case 0x04838086:
@@ -274,6 +275,7 @@ void chipset_attach(pcici_t config_id, int unit)
pci_conf_read (config_id, 0x54));
break;
};
+#endif
}
/*---------------------------------------------------------
OpenPOWER on IntegriCloud