/* drivers/net/ethernet/dec/tulip/21142.c Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. DC21143 manual "21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller Hardware Reference Manual" is currently available at : http://developer.intel.com/design/network/manuals/278074.htm Please submit bugs to http://bugzilla.kernel.org/ . */ #include <linux/delay.h> #include "tulip.h" static u16 t21142_csr13[] = …; u16 t21142_csr14[] = …; static u16 t21142_csr15[] = …; /* Handle the 21143 uniquely: do autoselect with NWay, not the EEPROM list of available transceivers. */ void t21142_media_task(struct work_struct *work) { … } void t21142_start_nway(struct net_device *dev) { … } void t21142_lnk_change(struct net_device *dev, int csr5) { … }