aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1994-09-28 16:34:13 +0000
committerStefan Eßer <se@FreeBSD.org>1994-09-28 16:34:13 +0000
commit799e5f277ffbd0c287f145281f8fb15ba0386c08 (patch)
tree76cdcf54b8ae4fad776ffa7a3739e885ecbbeff3 /sys/dev/pci
parent5d72c1c4ef999ae174462d572867c41196b2d1c1 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index c2f16b84d7d0..f5a33883e293 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/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
*/