]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Removed $Id$
authorMartin Mares <mj@ucw.cz>
Fri, 26 Dec 2003 19:56:08 +0000 (19:56 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:08 +0000 (14:18 +0200)
Removed CVS $Id$ tags from all files.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-3

18 files changed:
ChangeLog
Makefile
TODO
common.c
lib/Makefile
lib/access.c
lib/dump.c
lib/filter.c
lib/generic.c
lib/header.h
lib/i386-ports.c
lib/internal.h
lib/names.c
lib/pci.h
lib/proc.c
lspci.c
pciutils.h
setpci.c

index 6f85b294b3846c9509403de5362e507a02906b7d..4dd336ef51cccc3c22486c85f70b0419a69db213 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-26  Martin Mares  <mj@ucw.cz>
+
+       * Removed CVS $Id$ tags from all files.
+
+       * Makefile: Added some more warnings.
+
 2003-11-29  Martin Mares  <mj@ucw.cz>
 
        * Imported the pciutils sources to my Arch repository. Good-bye, CVS.
index dcc3914314d92f153b988bf2491a8c5d11d15b07..4fc7c4107947e931950362e9f0dfbc4791b6fa6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.54 2003/01/04 12:53:01 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
diff --git a/TODO b/TODO
index 4a983e6b0a2b5a436e8570e740f5eb2fa3e411e9..dd2bd135302d0c6360b19414d532448c938283ea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1 +1,3 @@
 - lib: "syscall" access method
+
+- pci.ids: "Unknown mass storage controller" -> "Mass storage controller".
index 94bd4e05a79e6f3727d2431724236da65b296c64..5b938dd5b26570b9731526f74e266a412a2a4519 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,4 @@
 /*
- *     $Id: common.c,v 1.2 2002/03/30 15:39:24 mj Exp $
- *
  *     Linux PCI Utilities -- Common Functions
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
index 8b43b7ef3096fd685c0d57b633db4632e96dfd27..30e06e89de5eeab8d03cb659c45c72303d693dc5 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.6 2002/12/26 19:28:33 mj Exp $
 # Makefile for The PCI Library
 # (c) 1999 Martin Mares <mj@ucw.cz>
 
index 5121a46a96cf5bbab2abf94091f2f30b24037102..598cc7eddeb59016c94620d3cff107e405ee2dd9 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: access.c,v 1.10 2003/01/04 11:04:39 mj Exp $
- *
  *     The PCI Library -- User Access
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
index dd0be6fc531be46ddffb06c10c8131655c77bbd1..2155344cd2f9f24477d5194fec176de3c14b2ecb 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: dump.c,v 1.2 2002/03/30 15:39:25 mj Exp $
- *
  *     The PCI Library -- Reading of Bus Dumps
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
index 2698cf85463bf59535d847c809452bad29799271..9d2d39f0934a25889d3f673e4dab8f0440c524fb 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: filter.c,v 1.3 2002/03/30 15:39:25 mj Exp $
- *
  *     Linux PCI Library -- Device Filtering
  *
  *     Copyright (c) 1998--2002 Martin Mares <mj@ucw.cz>
index ee95f260694467d9245d7a2db3268a845b541172..79e1eee1535fc7e2b37ffae5e07f22c4b347ad59 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: generic.c,v 1.8 2002/12/27 19:01:51 mj Exp $
- *
  *     The PCI Library -- Generic Direct Access Functions
  *
  *     Copyright (c) 1997--2000 Martin Mares <mj@ucw.cz>
index 1b75d8eb901a2b7fd21bda3ca3fd49d0eab56f81..019eaeaf222d3b3a6fadc3dd3d25d291bb8223e2 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: header.h,v 1.9 2002/12/26 20:24:50 mj Exp $
- *
  *     The PCI Library -- PCI Header Structure (extracted from <linux/pci.h>)
  *
  *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
index ce5d35f68d314000b8f5f5d856e8dfa4d811bdd3..79bbdfb9edae551fd1564d48144300ac265f53da 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: i386-ports.c,v 1.3 2002/03/30 15:39:25 mj Exp $
- *
  *     The PCI Library -- Direct Configuration access via i386 Ports
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
index d3a87b18c5e0b7c3dbf34e47acef40381e2f982b..f40ca9f673e34d1c1bc706cfd2cb2f15a301bc65 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: internal.h,v 1.7 2002/12/26 19:28:33 mj Exp $
- *
  *     The PCI Library -- Internal Include File
  *
  *     Copyright (c) 1997--2000 Martin Mares <mj@ucw.cz>
index f373125f7a331801f78303b02ebe5ecad3e17c9f..01f141781dd0ba6ef6c5d2b9af0a829b6be4a5ef 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: names.c,v 1.9 2002/03/30 15:39:25 mj Exp $
- *
  *     The PCI Library -- ID to Name Translation
  *
  *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
index 008679244ea40fc5e376b99609cd0ded99862ac9..7bd56504f2655177881401ef9b120933f058962f 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,6 +1,4 @@
 /*
- *     $Id: pci.h,v 1.12 2003/01/04 11:04:39 mj Exp $
- *
  *     The PCI Library
  *
  *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
index 6bcf44b0b830cf2792b2de285b9183ad6f0d6e71..d18a0dbf655319311e856e0d46bb7cfb37e0e42e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: proc.c,v 1.10 2002/12/26 20:24:08 mj Exp $
- *
  *     The PCI Library -- Configuration Access via /proc/bus/pci
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
diff --git a/lspci.c b/lspci.c
index 14825a8969cab5f8ed2363082df57d1be71dc308..14c2ffa6c7695aebd9f1cc189a1a7e9b9ea91ad8 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1,6 +1,4 @@
 /*
- *     $Id: lspci.c,v 1.43 2002/12/26 20:24:50 mj Exp $
- *
  *     Linux PCI Utilities -- List All PCI Devices
  *
  *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
index cb958cd8b9ba5b844f08624638c95b06d2e782a1..0997df7628756846ea7563d2b9d20eeb3c4de20d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *     $Id: pciutils.h,v 1.14 2002/03/30 15:39:24 mj Exp $
- *
  *     Linux PCI Utilities -- Declarations
  *
  *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
index 497538a5b9d73658f23255001378e812137e613f..cf91c8999817cd1b8b394ac4a70326ff55fee51b 100644 (file)
--- a/setpci.c
+++ b/setpci.c
@@ -1,6 +1,4 @@
 /*
- *     $Id: setpci.c,v 1.12 2002/03/30 15:39:24 mj Exp $
- *
  *     Linux PCI Utilities -- Manipulate PCI Configuration Registers
  *
  *     Copyright (c) 1998 Martin Mares <mj@ucw.cz>