Browse Source

Update email addresses in drivers

tags/v0.9.3
Marty Connor 17 years ago
parent
commit
f97e642d17
4 changed files with 9 additions and 8 deletions
  1. 1
    1
      src/drivers/net/rtl8139.c
  2. 1
    1
      src/drivers/net/sis900.c
  3. 1
    1
      src/drivers/net/tulip.c
  4. 6
    5
      src/drivers/net/tulip.txt

+ 1
- 1
src/drivers/net/rtl8139.c View File

@@ -52,7 +52,7 @@
52 52
      Rx ring contents by dumping the 2K FIFO contents right where we wanted to
53 53
      get the next packet.  Oh well, what fun.
54 54
 
55
-  18 Jan 2000   mdc@thinguin.org (Marty Connor)
55
+  18 Jan 2000   mdc@etherboot.org (Marty Connor)
56 56
      Drastically simplified error handling.  Basically, if any error
57 57
      in transmission or reception occurs, the card is reset.
58 58
      Also, pointed all transmit descriptors to the same buffer to

+ 1
- 1
src/drivers/net/sis900.c View File

@@ -6,7 +6,7 @@
6 6
 
7 7
    Revision:	1.0	March 1, 2001
8 8
    
9
-   Author: Marty Connor (mdc@thinguin.org)
9
+   Author: Marty Connor (mdc@etherboot.org)
10 10
 
11 11
    Adapted from a Linux driver which was written by Donald Becker
12 12
    and modified by Ollie Lho and Chin-Shan Li of SiS Corporation.

+ 1
- 1
src/drivers/net/tulip.c View File

@@ -3,7 +3,7 @@
3 3
 /*
4 4
   Tulip and clone Etherboot Driver
5 5
 
6
-  By Marty Connor (mdc@thinguin.org)
6
+  By Marty Connor (mdc@etherboot.org)
7 7
   Copyright (C) 2001 Entity Cyber, Inc.
8 8
 
9 9
   This software may be used and distributed according to the terms

+ 6
- 5
src/drivers/net/tulip.txt View File

@@ -42,12 +42,13 @@ will help the next person who hacks the code or needs to support some
42 42
 tulip clone card, or wishes to add functionality.
43 43
 
44 44
 Anyway, please test this if you can on your tulip based card, and let
45
-me (mdc@thinguin.org) and the netboot list (netboot@baghira.han.de)
46
-know how things go.  I also would appreciate code review by people who
47
-program.  I'm a strong believer in "another set of eyes".
45
+me (mdc@etherboot.org) and the Etherboot-Discuss list
46
+(etherboot-discuss@lists.sourceforge.net) know how things go.  I also
47
+would appreciate code review by people who program.  I'm a strong
48
+believer in "another set of eyes".
48 49
 
49 50
 Regards,
50 51
 
51 52
 Marty Connor
52
-mdc@thinguin.org
53
-http://www.thinguin.org/
53
+mdc@etherboot.org
54
+http://www.etherboot.org/

Loading…
Cancel
Save