Source
config &= ~(TBIEn | Mode1000 | T64En | D64En | M64En | BEMode | PhyDis | ExtStEn);
/*
ns8382x.c: A U-Boot driver for the NatSemi DP8382[01].
ported by: Mark A. Rakes (mark_rakes@vivato.net)
Adapted from:
1. an Etherboot driver for DP8381[56] written by:
Copyright (C) 2001 Entity Cyber, Inc.
This development of this Etherboot driver was funded by
Sicom Systems: http://www.sicompos.com/
Author: Marty Connor (mdc@thinguin.org)
Adapted from a Linux driver which was written by Donald Becker
This software may be used and distributed according to the terms
of the GNU Public License (GPL), incorporated herein by reference.
2. A Linux driver by Donald Becker, ns820.c:
Written/copyright 1999-2002 by Donald Becker.
This software may be used and distributed according to the terms of
the GNU General Public License (GPL), incorporated herein by reference.
Drivers based on or derived from this code fall under the GPL and must
retain the authorship, copyright and license notice. This file is not
a complete program and may only be used when the entire operating
system is licensed under the GPL. License for under other terms may be
available. Contact the original author for details.
The original author may be reached as becker@scyld.com, or at
Scyld Computing Corporation
410 Severn Ave., Suite 210
Annapolis MD 21403
Support information and updates available at
http://www.scyld.com/network/netsemi.html
Datasheets available from:
http://www.national.com/pf/DP/DP83820.html
http://www.national.com/pf/DP/DP83821.html
*/
/* Revision History
* October 2002 mar 1.0
* Initial U-Boot Release.
* Tested with Netgear GA622T (83820)
* and SMC9452TX (83821)
* NOTE: custom boards with these chips may (likely) require
* a programmed EEPROM device (if present) in order to work
* correctly.
*/
/* Includes */
/* defines */