Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/8019485f6efa
branches:  trunk
changeset: 533371:8019485f6efa
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 28 18:46:46 2002 +0000

description:
Fix a comment.

diffstat:

 sys/dev/pci/if_bge.c |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 00dfd73e43af -r 8019485f6efa sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Fri Jun 28 18:44:45 2002 +0000
+++ b/sys/dev/pci/if_bge.c      Fri Jun 28 18:46:46 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.11 2002/06/28 18:44:45 thorpej Exp $      */
+/*     $NetBSD: if_bge.c,v 1.12 2002/06/28 18:46:46 thorpej Exp $      */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -36,9 +36,14 @@
  */
 
 /*
- * Broadcom BCM570x family gigabit ethernet driver for FreeBSD.
+ * Broadcom BCM570x family gigabit ethernet driver for NetBSD.
+ *
+ * NetBSD version by:
  *
- * Written by Bill Paul <wpaul%windriver.com@localhost>
+ *     Frank van der Linden <fvdl%wasabisystems.com@localhost>
+ *     Jason Thorpe <thorpej%wasabisystems.com@localhost>
+ *
+ * Originally written for FreeBSD by Bill Paul <wpaul%windriver.com@localhost>
  * Senior Engineer, Wind River Systems
  */
 



Home | Main Index | Thread Index | Old Index