From a85769a88b81f22aa43895199cbb01a12e0ab0a7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 26 Dec 2003 19:56:08 +0000 Subject: Removed $Id$ Removed CVS $Id$ tags from all files. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-3 --- ChangeLog | 6 ++++++ Makefile | 1 - TODO | 2 ++ common.c | 2 -- lib/Makefile | 1 - lib/access.c | 2 -- lib/dump.c | 2 -- lib/filter.c | 2 -- lib/generic.c | 2 -- lib/header.h | 2 -- lib/i386-ports.c | 2 -- lib/internal.h | 2 -- lib/names.c | 2 -- lib/pci.h | 2 -- lib/proc.c | 2 -- lspci.c | 2 -- pciutils.h | 2 -- setpci.c | 2 -- 18 files changed, 8 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f85b29..4dd336e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-26 Martin Mares + + * Removed CVS $Id$ tags from all files. + + * Makefile: Added some more warnings. + 2003-11-29 Martin Mares * Imported the pciutils sources to my Arch repository. Good-bye, CVS. diff --git a/Makefile b/Makefile index dcc3914..4fc7c41 100644 --- 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 diff --git a/TODO b/TODO index 4a983e6..dd2bd13 100644 --- a/TODO +++ b/TODO @@ -1 +1,3 @@ - lib: "syscall" access method + +- pci.ids: "Unknown mass storage controller" -> "Mass storage controller". diff --git a/common.c b/common.c index 94bd4e0..5b938dd 100644 --- 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 diff --git a/lib/Makefile b/lib/Makefile index 8b43b7e..30e06e8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 diff --git a/lib/access.c b/lib/access.c index 5121a46..598cc7e 100644 --- a/lib/access.c +++ b/lib/access.c @@ -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 diff --git a/lib/dump.c b/lib/dump.c index dd0be6f..2155344 100644 --- a/lib/dump.c +++ b/lib/dump.c @@ -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 diff --git a/lib/filter.c b/lib/filter.c index 2698cf8..9d2d39f 100644 --- a/lib/filter.c +++ b/lib/filter.c @@ -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 diff --git a/lib/generic.c b/lib/generic.c index ee95f26..79e1eee 100644 --- a/lib/generic.c +++ b/lib/generic.c @@ -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 diff --git a/lib/header.h b/lib/header.h index 1b75d8e..019eaea 100644 --- a/lib/header.h +++ b/lib/header.h @@ -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 ) * * Copyright (c) 1997--2002 Martin Mares diff --git a/lib/i386-ports.c b/lib/i386-ports.c index ce5d35f..79bbdfb 100644 --- a/lib/i386-ports.c +++ b/lib/i386-ports.c @@ -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 diff --git a/lib/internal.h b/lib/internal.h index d3a87b1..f40ca9f 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -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 diff --git a/lib/names.c b/lib/names.c index f373125..01f1417 100644 --- a/lib/names.c +++ b/lib/names.c @@ -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 diff --git a/lib/pci.h b/lib/pci.h index 0086792..7bd5650 100644 --- 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 diff --git a/lib/proc.c b/lib/proc.c index 6bcf44b..d18a0db 100644 --- a/lib/proc.c +++ b/lib/proc.c @@ -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 diff --git a/lspci.c b/lspci.c index 14825a8..14c2ffa 100644 --- 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 diff --git a/pciutils.h b/pciutils.h index cb958cd..0997df7 100644 --- a/pciutils.h +++ b/pciutils.h @@ -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 diff --git a/setpci.c b/setpci.c index 497538a..cf91c89 100644 --- 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 -- cgit v1.2.1