]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed $Log$ tags
authorBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 19:08:43 +0000 (19:08 +0000)
committerBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 19:08:43 +0000 (19:08 +0000)
drivers/dpeth/3c501.c
drivers/dpeth/3c503.c
drivers/dpeth/3c509.c
drivers/dpeth/8390.c
drivers/dpeth/devio.c
drivers/dpeth/dp.c
drivers/dpeth/ne.c
drivers/dpeth/netbuff.c
drivers/dpeth/wd.c

index 35ed8d092d9e4ec8201437cb13bb9d1fb5dad84a..bc6628759cf90f8f58011bd94d0a2b99c4d038a1 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index bde6d8107cb126e7106ff3d9b5ab59d354a7f3f9..02cd09071483ddf02afbda6d71a76d821e8602d2 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 3d059a96441b695ff576960f5307adb9591471b4..2510a51d0a8efbd4124dc4924a5e30e345c76d45 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 5051ad7eeace19bda6865f5fb0b723cef00bb28e..8823ab363516fb7428144e1a65dac0b76c1bb55f 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 5f9aa21e6e9913268b56e87ffb853702b1b8cd3d..832270c62ad36a55efa5418ad4788a6f1dc8f38e 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 115129a3275eb132fe3491f06eecf70b268ba145..1e44d89b5f84748fb2008df97daa8cbabb29ae26 100644 (file)
 **  |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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 0e40e4ee2c3c8116cb12d17d752af7fec237e50a..b347b926e257bbf9bc5492141203ff8d7f9b6de6 100644 (file)
 **  Modified:  Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
 **             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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index 70d96e8857fa76a938c1b6bab2c34f5ab7b639e8..8b1d97d5ac2bd6a7e9574bf6a4be67025b8ef64a 100644 (file)
@@ -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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */
 
index e506b4fb2324f97dac72efbf3c90d7374fc5063d..668e598186113d399ec962dee659eff503350094 100644 (file)
 **  Modified: Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
 **     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 <fgalzoni@inwind.it>.
-**
-**  Revision 2.0  2005/06/26 16:16:46  lsodgf0
-**  Initial revision for Minix 3.0.6
-**
 **  $Id$
 */