mirror of https://github.com/ipxe/ipxe.git
Update email addresses in drivers
parent
8c25ea0970
commit
f97e642d17
|
@ -52,7 +52,7 @@
|
||||||
Rx ring contents by dumping the 2K FIFO contents right where we wanted to
|
Rx ring contents by dumping the 2K FIFO contents right where we wanted to
|
||||||
get the next packet. Oh well, what fun.
|
get the next packet. Oh well, what fun.
|
||||||
|
|
||||||
18 Jan 2000 mdc@thinguin.org (Marty Connor)
|
18 Jan 2000 mdc@etherboot.org (Marty Connor)
|
||||||
Drastically simplified error handling. Basically, if any error
|
Drastically simplified error handling. Basically, if any error
|
||||||
in transmission or reception occurs, the card is reset.
|
in transmission or reception occurs, the card is reset.
|
||||||
Also, pointed all transmit descriptors to the same buffer to
|
Also, pointed all transmit descriptors to the same buffer to
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Revision: 1.0 March 1, 2001
|
Revision: 1.0 March 1, 2001
|
||||||
|
|
||||||
Author: Marty Connor (mdc@thinguin.org)
|
Author: Marty Connor (mdc@etherboot.org)
|
||||||
|
|
||||||
Adapted from a Linux driver which was written by Donald Becker
|
Adapted from a Linux driver which was written by Donald Becker
|
||||||
and modified by Ollie Lho and Chin-Shan Li of SiS Corporation.
|
and modified by Ollie Lho and Chin-Shan Li of SiS Corporation.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
Tulip and clone Etherboot Driver
|
Tulip and clone Etherboot Driver
|
||||||
|
|
||||||
By Marty Connor (mdc@thinguin.org)
|
By Marty Connor (mdc@etherboot.org)
|
||||||
Copyright (C) 2001 Entity Cyber, Inc.
|
Copyright (C) 2001 Entity Cyber, Inc.
|
||||||
|
|
||||||
This software may be used and distributed according to the terms
|
This software may be used and distributed according to the terms
|
||||||
|
|
|
@ -42,12 +42,13 @@ will help the next person who hacks the code or needs to support some
|
||||||
tulip clone card, or wishes to add functionality.
|
tulip clone card, or wishes to add functionality.
|
||||||
|
|
||||||
Anyway, please test this if you can on your tulip based card, and let
|
Anyway, please test this if you can on your tulip based card, and let
|
||||||
me (mdc@thinguin.org) and the netboot list (netboot@baghira.han.de)
|
me (mdc@etherboot.org) and the Etherboot-Discuss list
|
||||||
know how things go. I also would appreciate code review by people who
|
(etherboot-discuss@lists.sourceforge.net) know how things go. I also
|
||||||
program. I'm a strong believer in "another set of eyes".
|
would appreciate code review by people who program. I'm a strong
|
||||||
|
believer in "another set of eyes".
|
||||||
|
|
||||||
Regards,
|
Regards,
|
||||||
|
|
||||||
Marty Connor
|
Marty Connor
|
||||||
mdc@thinguin.org
|
mdc@etherboot.org
|
||||||
http://www.thinguin.org/
|
http://www.etherboot.org/
|
||||||
|
|
Loading…
Reference in New Issue