Remove those annoying $Id and $Revision tags
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
**
|
||||
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
|
||||
** Initial revision for Minix 3.0.6
|
||||
**
|
||||
** $Id$
|
||||
*/
|
||||
|
||||
/* Command codes */
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
**
|
||||
** This file contains the routines for readind/writing
|
||||
** from/to the device registers.
|
||||
**
|
||||
** $Id$
|
||||
*/
|
||||
|
||||
#include <minix/drivers.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
**
|
||||
** This file contains specific implementation of buffering
|
||||
** for network packets.
|
||||
**
|
||||
** $Id$
|
||||
*/
|
||||
|
||||
#include <minix/drivers.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user