summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-09-28 16:34:13 +0000
committerse <se@FreeBSD.org>1994-09-28 16:34:13 +0000
commitc49750310fc7779d5e19ee11d35ae43d4a9d4548 (patch)
tree76cdcf54b8ae4fad776ffa7a3739e885ecbbeff3 /sys/pci/pci.c
parente2a0f2a7e46bf40ac34b028951b63f6f9175ff24 (diff)
downloadFreeBSD-src-c49750310fc7779d5e19ee11d35ae43d4a9d4548.zip
FreeBSD-src-c49750310fc7779d5e19ee11d35ae43d4a9d4548.tar.gz
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
New version with improved support for WIDE SCSI using the NCR 53c825. Test for buggy secondary cache implementations. PCI Int to IRQ mapping now specified per slot.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index c2f16b8..f5a3388 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 2.0.0.12 94/09/15 20:49:23 wolf Exp $
+** $Id: pci.c,v 2.1 94/09/16 08:01:20 wolf Rel $
**
** General subroutines for the PCI bus on 80*86 systems.
** pci_configure ()
@@ -77,10 +77,6 @@
#include <i386/pci/pci_device.h>
#include <i386/pci/pcibios.h>
-
-char ident_pci_c[] =
- "\n$Id: pci.c,v 2.0.0.12 94/09/15 20:49:23 wolf Exp $\n";
-
/*
** Function prototypes missing in system headers
*/
OpenPOWER on IntegriCloud