Remove those annoying $Id and $Revision tags

This commit is contained in:
Erik van der Kouwe
2010-05-31 20:00:08 +00:00
parent 5d78cefaf2
commit 8bca982581
62 changed files with 6 additions and 108 deletions
-2
View File
@@ -7,8 +7,6 @@
** device driver for 3Com Etherlink (3c501) boards. This is a
** very old board and its performances are very poor for today
** network environments.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
/* The various board command registers */
-2
View File
@@ -7,8 +7,6 @@
** Programmed I/O could be used as well but would result in poor
** performances. This file contains only the board specific code,
** the rest is in 8390.c Code specific for ISA bus only
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#define EL2_MEMTEST 0 /* Set to 1 for on board memory test */
-2
View File
@@ -7,8 +7,6 @@
** device driver for 3Com Etherlink III (3c509) boards.
** NOTE: The board has to be setup to disable PnP and to assign
** I/O base and IRQ. The driver is for ISA bus only
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
/* Command codes */
-2
View File
@@ -9,8 +9,6 @@
** It has to be associated with the board specific driver.
** Rewritten from Minix 2.0.0 ethernet driver dp8390.c
** to extract the NS 8390 common functions.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -15,8 +15,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#define DP_PAGESIZE 256 /* NS 8390 page size */
-2
View File
@@ -5,8 +5,6 @@
**
** This file contains the routines for readind/writing
** from/to the device registers.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -9,8 +9,6 @@
** It is a rewriting of Minix 2.0.0 ethernet driver (dp8390.c)
** to remove bord specific code. It should operate (I hope)
** with any board driver.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -29,8 +29,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#undef ENABLE_3C501
-2
View File
@@ -10,8 +10,6 @@
**
** Modified: Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
** Adapted to interface new main network task.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -11,8 +11,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#ifndef NE2000_H
-2
View File
@@ -5,8 +5,6 @@
**
** This file contains specific implementation of buffering
** for network packets.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -10,8 +10,6 @@
**
** Modified: Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
** Adaptation to interfacing new main network task.
**
** $Id$
*/
#include <minix/drivers.h>
-2
View File
@@ -14,8 +14,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#ifndef WDETH_H