From: Ben Gras Date: Fri, 5 Aug 2005 19:08:43 +0000 (+0000) Subject: Removed $Log$ tags X-Git-Tag: v3.1.0~411 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-importkey.html?a=commitdiff_plain;h=0c03b0c16878af6e0a3ca5230ae099c5062ba8bb;p=minix.git Removed $Log$ tags --- diff --git a/drivers/dpeth/3c501.c b/drivers/dpeth/3c501.c index 35ed8d092..bc6628759 100644 --- a/drivers/dpeth/3c501.c +++ b/drivers/dpeth/3c501.c @@ -8,17 +8,6 @@ ** very old board and its performances are very poor for today ** network environments. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/3c503.c b/drivers/dpeth/3c503.c index bde6d8107..02cd09071 100644 --- a/drivers/dpeth/3c503.c +++ b/drivers/dpeth/3c503.c @@ -8,17 +8,6 @@ ** performances. This file contains only the board specific code, ** the rest is in 8390.c Code specific for ISA bus only ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/3c509.c b/drivers/dpeth/3c509.c index 3d059a964..2510a51d0 100644 --- a/drivers/dpeth/3c509.c +++ b/drivers/dpeth/3c509.c @@ -8,17 +8,6 @@ ** 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 ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/8390.c b/drivers/dpeth/8390.c index 5051ad7ee..8823ab363 100644 --- a/drivers/dpeth/8390.c +++ b/drivers/dpeth/8390.c @@ -9,17 +9,6 @@ ** Rewritten from Minix 2.0.0 ethernet driver dp8390.c ** to extract the NS 8390 common functions. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/devio.c b/drivers/dpeth/devio.c index 5f9aa21e6..832270c62 100644 --- a/drivers/dpeth/devio.c +++ b/drivers/dpeth/devio.c @@ -6,17 +6,6 @@ ** This file contains the routines for readind/writing ** from/to the device registers. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/dp.c b/drivers/dpeth/dp.c index 115129a32..1e44d89b5 100644 --- a/drivers/dpeth/dp.c +++ b/drivers/dpeth/dp.c @@ -48,35 +48,6 @@ ** |DL_INIT_REPL| port nr |last port| ethernet addr | (20) ** +------------+---------+---------+---------------+ ** -** $Log$ -** Revision 1.6 2005/08/05 18:37:15 philip -** Temp hacks for QEMU. Call to env_setargs in dpeth. -** -** Revision 1.5 2005/08/02 15:30:35 jnherder -** Various updates to support dynamically starting drivers. -** Output during initialization should be suppressed. Unless an error occurs. -** Note that main() can now be main(int argc, char **argv) and arguments can -** be passed when bringing up the driver. -** -** Revision 1.4 2005/07/29 12:44:41 jnherder -** Small update to SYS_IRQCTL -> setting an interrupt policy now allows the caller -** to provide an index (0 .. 31) that is passed in the HARD_INT message when an -** interrupt occurs. The NOTIFY_ARG field contains a bitmap with all indexes for -** which an interrupt occured. -** -** Revision 1.3 2005/07/20 15:28:04 jnherder -** Kernel sends SIGKSTOP just before shutdown. Drivers do clean up and exit. -** -** Revision 1.2 2005/07/14 15:15:17 jnherder -** Renamed some system library functionality. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/ne.c b/drivers/dpeth/ne.c index 0e40e4ee2..b347b926e 100644 --- a/drivers/dpeth/ne.c +++ b/drivers/dpeth/ne.c @@ -11,17 +11,6 @@ ** Modified: Jun. 08, 2000 by Giovanni Falzoni ** Adapted to interface new main network task. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/netbuff.c b/drivers/dpeth/netbuff.c index 70d96e885..8b1d97d5a 100644 --- a/drivers/dpeth/netbuff.c +++ b/drivers/dpeth/netbuff.c @@ -6,17 +6,6 @@ ** This file contains specific implementation of buffering ** for network packets. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */ diff --git a/drivers/dpeth/wd.c b/drivers/dpeth/wd.c index e506b4fb2..668e59818 100644 --- a/drivers/dpeth/wd.c +++ b/drivers/dpeth/wd.c @@ -11,17 +11,6 @@ ** Modified: Jun. 08, 2000 by Giovanni Falzoni ** Adaptation to interfacing new main network task. ** -** $Log$ -** Revision 1.2 2005/08/03 11:53:34 jnherder -** Miscellaneous cleanups. -** -** Revision 1.1 2005/06/29 10:16:46 beng -** Import of dpeth 3c501/3c509b/.. ethernet driver by -** Giovanni Falzoni . -** -** Revision 2.0 2005/06/26 16:16:46 lsodgf0 -** Initial revision for Minix 3.0.6 -** ** $Id$ */