blob: 203d9c6ec23a109cd9f941d2709257a2058930a4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* sis900.c: A SiS 900/7016 PCI Fast Ethernet driver for Linux.
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002 Copyright 1999 Silicon Integrated System Corporation
Daniele Venzanod269a692006-04-17 10:28:06 +02003 Revision: 1.08.10 Apr. 2 2006
Jeff Garzik6aa20a22006-09-13 13:24:59 -04004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 Modified from the driver which is originally written by Donald Becker.
Jeff Garzik6aa20a22006-09-13 13:24:59 -04006
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 This software may be used and distributed according to the terms
8 of the GNU General Public License (GPL), incorporated herein by reference.
9 Drivers based on this skeleton fall under the GPL and must retain
10 the authorship (implicit copyright) notice.
Jeff Garzik6aa20a22006-09-13 13:24:59 -040011
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 References:
13 SiS 7016 Fast Ethernet PCI Bus 10/100 Mbps LAN Controller with OnNow Support,
14 preliminary Rev. 1.0 Jan. 14, 1998
15 SiS 900 Fast Ethernet PCI Bus 10/100 Mbps LAN Single Chip with OnNow Support,
16 preliminary Rev. 1.0 Nov. 10, 1998
17 SiS 7014 Single Chip 100BASE-TX/10BASE-T Physical Layer Solution,
18 preliminary Rev. 1.0 Jan. 18, 1998
19
Daniele Venzanod269a692006-04-17 10:28:06 +020020 Rev 1.08.10 Apr. 2 2006 Daniele Venzano add vlan (jumbo packets) support
Daniele Venzanoea37cce2005-10-11 09:44:30 +020021 Rev 1.08.09 Sep. 19 2005 Daniele Venzano add Wake on LAN support
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 Rev 1.08.08 Jan. 22 2005 Daniele Venzano use netif_msg for debugging messages
Daniele Venzanod269a692006-04-17 10:28:06 +020023 Rev 1.08.07 Nov. 2 2003 Daniele Venzano <venza@brownhat.org> add suspend/resume support
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 Rev 1.08.06 Sep. 24 2002 Mufasa Yang bug fix for Tx timeout & add SiS963 support
25 Rev 1.08.05 Jun. 6 2002 Mufasa Yang bug fix for read_eeprom & Tx descriptor over-boundary
26 Rev 1.08.04 Apr. 25 2002 Mufasa Yang <mufasa@sis.com.tw> added SiS962 support
27 Rev 1.08.03 Feb. 1 2002 Matt Domsch <Matt_Domsch@dell.com> update to use library crc32 function
28 Rev 1.08.02 Nov. 30 2001 Hui-Fen Hsu workaround for EDB & bug fix for dhcp problem
29 Rev 1.08.01 Aug. 25 2001 Hui-Fen Hsu update for 630ET & workaround for ICS1893 PHY
30 Rev 1.08.00 Jun. 11 2001 Hui-Fen Hsu workaround for RTL8201 PHY and some bug fix
31 Rev 1.07.11 Apr. 2 2001 Hui-Fen Hsu updates PCI drivers to use the new pci_set_dma_mask for kernel 2.4.3
Jeff Garzik6aa20a22006-09-13 13:24:59 -040032 Rev 1.07.10 Mar. 1 2001 Hui-Fen Hsu <hfhsu@sis.com.tw> some bug fix & 635M/B support
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 Rev 1.07.09 Feb. 9 2001 Dave Jones <davej@suse.de> PCI enable cleanup
34 Rev 1.07.08 Jan. 8 2001 Lei-Chun Chang added RTL8201 PHY support
35 Rev 1.07.07 Nov. 29 2000 Lei-Chun Chang added kernel-doc extractable documentation and 630 workaround fix
36 Rev 1.07.06 Nov. 7 2000 Jeff Garzik <jgarzik@pobox.com> some bug fix and cleaning
37 Rev 1.07.05 Nov. 6 2000 metapirat<metapirat@gmx.de> contribute media type select by ifconfig
38 Rev 1.07.04 Sep. 6 2000 Lei-Chun Chang added ICS1893 PHY support
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040039 Rev 1.07.03 Aug. 24 2000 Lei-Chun Chang (lcchang@sis.com.tw) modified 630E equalizer workaround rule
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 Rev 1.07.01 Aug. 08 2000 Ollie Lho minor update for SiS 630E and SiS 630E A1
41 Rev 1.07 Mar. 07 2000 Ollie Lho bug fix in Rx buffer ring
42 Rev 1.06.04 Feb. 11 2000 Jeff Garzik <jgarzik@pobox.com> softnet and init for kernel 2.4
43 Rev 1.06.03 Dec. 23 1999 Ollie Lho Third release
44 Rev 1.06.02 Nov. 23 1999 Ollie Lho bug in mac probing fixed
45 Rev 1.06.01 Nov. 16 1999 Ollie Lho CRC calculation provide by Joseph Zbiciak (im14u2c@primenet.com)
46 Rev 1.06 Nov. 4 1999 Ollie Lho (ollie@sis.com.tw) Second release
47 Rev 1.05.05 Oct. 29 1999 Ollie Lho (ollie@sis.com.tw) Single buffer Tx/Rx
48 Chin-Shan Li (lcs@sis.com.tw) Added AMD Am79c901 HomePNA PHY support
49 Rev 1.05 Aug. 7 1999 Jim Huang (cmhuang@sis.com.tw) Initial release
50*/
51
52#include <linux/module.h>
53#include <linux/moduleparam.h>
54#include <linux/kernel.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040055#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#include <linux/string.h>
57#include <linux/timer.h>
58#include <linux/errno.h>
59#include <linux/ioport.h>
60#include <linux/slab.h>
61#include <linux/interrupt.h>
62#include <linux/pci.h>
63#include <linux/netdevice.h>
64#include <linux/init.h>
65#include <linux/mii.h>
66#include <linux/etherdevice.h>
67#include <linux/skbuff.h>
68#include <linux/delay.h>
69#include <linux/ethtool.h>
70#include <linux/crc32.h>
71#include <linux/bitops.h>
Tobias Klauser12b279f2005-04-04 18:10:18 +020072#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
74#include <asm/processor.h> /* Processor type for cache alignment. */
75#include <asm/io.h>
76#include <asm/irq.h>
77#include <asm/uaccess.h> /* User space memory access functions */
78
79#include "sis900.h"
80
81#define SIS900_MODULE_NAME "sis900"
Daniele Venzanod269a692006-04-17 10:28:06 +020082#define SIS900_DRV_VERSION "v1.08.10 Apr. 2 2006"
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
Stephen Hemminger9a3c3de2009-02-26 10:19:26 +000084static const char version[] __devinitconst =
85 KERN_INFO "sis900.c: " SIS900_DRV_VERSION "\n";
Linus Torvalds1da177e2005-04-16 15:20:36 -070086
87static int max_interrupt_work = 40;
88static int multicast_filter_limit = 128;
89
90static int sis900_debug = -1; /* Use SIS900_DEF_MSG as value */
91
92#define SIS900_DEF_MSG \
93 (NETIF_MSG_DRV | \
94 NETIF_MSG_LINK | \
95 NETIF_MSG_RX_ERR | \
96 NETIF_MSG_TX_ERR)
97
98/* Time in jiffies before concluding the transmitter is hung. */
99#define TX_TIMEOUT (4*HZ)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100
101enum {
102 SIS_900 = 0,
103 SIS_7016
104};
Arjan van de Venf71e1302006-03-03 21:33:57 -0500105static const char * card_names[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106 "SiS 900 PCI Fast Ethernet",
107 "SiS 7016 PCI Fast Ethernet"
108};
Alexey Dobriyana3aa1882010-01-07 11:58:11 +0000109static DEFINE_PCI_DEVICE_TABLE(sis900_pci_tbl) = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_900,
111 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_900},
112 {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7016,
113 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_7016},
114 {0,}
115};
116MODULE_DEVICE_TABLE (pci, sis900_pci_tbl);
117
118static void sis900_read_mode(struct net_device *net_dev, int *speed, int *duplex);
119
Arjan van de Venf71e1302006-03-03 21:33:57 -0500120static const struct mii_chip_info {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 const char * name;
122 u16 phy_id0;
123 u16 phy_id1;
124 u8 phy_types;
125#define HOME 0x0001
126#define LAN 0x0002
127#define MIX 0x0003
128#define UNKNOWN 0x0
129} mii_chip_table[] = {
130 { "SiS 900 Internal MII PHY", 0x001d, 0x8000, LAN },
131 { "SiS 7014 Physical Layer Solution", 0x0016, 0xf830, LAN },
James Camerond8e95e52006-05-10 13:33:29 -0700132 { "SiS 900 on Foxconn 661 7MI", 0x0143, 0xBC70, LAN },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 { "Altimata AC101LF PHY", 0x0022, 0x5520, LAN },
Artur Skawina494aced2006-03-21 22:04:36 +0100134 { "ADM 7001 LAN PHY", 0x002e, 0xcc60, LAN },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 { "AMD 79C901 10BASE-T PHY", 0x0000, 0x6B70, LAN },
136 { "AMD 79C901 HomePNA PHY", 0x0000, 0x6B90, HOME},
137 { "ICS LAN PHY", 0x0015, 0xF440, LAN },
Daniele Venzano80a80032006-08-12 11:17:03 +0200138 { "ICS LAN PHY", 0x0143, 0xBC70, LAN },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 { "NS 83851 PHY", 0x2000, 0x5C20, MIX },
140 { "NS 83847 PHY", 0x2000, 0x5C30, MIX },
141 { "Realtek RTL8201 PHY", 0x0000, 0x8200, LAN },
142 { "VIA 6103 PHY", 0x0101, 0x8f20, LAN },
143 {NULL,},
144};
145
146struct mii_phy {
147 struct mii_phy * next;
148 int phy_addr;
149 u16 phy_id0;
150 u16 phy_id1;
151 u16 status;
152 u8 phy_types;
153};
154
155typedef struct _BufferDesc {
156 u32 link;
157 u32 cmdsts;
158 u32 bufptr;
159} BufferDesc;
160
161struct sis900_private {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 struct pci_dev * pci_dev;
163
164 spinlock_t lock;
165
166 struct mii_phy * mii;
167 struct mii_phy * first_mii; /* record the first mii structure */
168 unsigned int cur_phy;
Daniele Venzanoda369b02005-05-12 20:13:14 -0400169 struct mii_if_info mii_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
Francois Romieu57d6d452012-03-13 11:14:17 +0100171 void __iomem *ioaddr;
172
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173 struct timer_list timer; /* Link status detection timer. */
174 u8 autong_complete; /* 1: auto-negotiate complete */
175
176 u32 msg_enable;
177
178 unsigned int cur_rx, dirty_rx; /* producer/comsumer pointers for Tx/Rx ring */
179 unsigned int cur_tx, dirty_tx;
180
181 /* The saved address of a sent/receive-in-place packet buffer */
182 struct sk_buff *tx_skbuff[NUM_TX_DESC];
183 struct sk_buff *rx_skbuff[NUM_RX_DESC];
184 BufferDesc *tx_ring;
185 BufferDesc *rx_ring;
186
187 dma_addr_t tx_ring_dma;
188 dma_addr_t rx_ring_dma;
189
190 unsigned int tx_full; /* The Tx queue is full. */
191 u8 host_bridge_rev;
192 u8 chipset_rev;
193};
194
195MODULE_AUTHOR("Jim Huang <cmhuang@sis.com.tw>, Ollie Lho <ollie@sis.com.tw>");
196MODULE_DESCRIPTION("SiS 900 PCI Fast Ethernet driver");
197MODULE_LICENSE("GPL");
198
199module_param(multicast_filter_limit, int, 0444);
200module_param(max_interrupt_work, int, 0444);
201module_param(sis900_debug, int, 0444);
202MODULE_PARM_DESC(multicast_filter_limit, "SiS 900/7016 maximum number of filtered multicast addresses");
203MODULE_PARM_DESC(max_interrupt_work, "SiS 900/7016 maximum events handled per interrupt");
204MODULE_PARM_DESC(sis900_debug, "SiS 900/7016 bitmapped debugging message level");
205
Francois Romieu57d6d452012-03-13 11:14:17 +0100206#define sw32(reg, val) iowrite32(val, ioaddr + (reg))
207#define sw8(reg, val) iowrite8(val, ioaddr + (reg))
208#define sr32(reg) ioread32(ioaddr + (reg))
209#define sr16(reg) ioread16(ioaddr + (reg))
210
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211#ifdef CONFIG_NET_POLL_CONTROLLER
212static void sis900_poll(struct net_device *dev);
213#endif
214static int sis900_open(struct net_device *net_dev);
215static int sis900_mii_probe (struct net_device * net_dev);
216static void sis900_init_rxfilter (struct net_device * net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +0100217static u16 read_eeprom(void __iomem *ioaddr, int location);
Daniele Venzanoda369b02005-05-12 20:13:14 -0400218static int mdio_read(struct net_device *net_dev, int phy_id, int location);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219static void mdio_write(struct net_device *net_dev, int phy_id, int location, int val);
220static void sis900_timer(unsigned long data);
221static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_phy);
222static void sis900_tx_timeout(struct net_device *net_dev);
223static void sis900_init_tx_ring(struct net_device *net_dev);
224static void sis900_init_rx_ring(struct net_device *net_dev);
Stephen Hemminger613573252009-08-31 19:50:58 +0000225static netdev_tx_t sis900_start_xmit(struct sk_buff *skb,
226 struct net_device *net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227static int sis900_rx(struct net_device *net_dev);
228static void sis900_finish_xmit (struct net_device *net_dev);
David Howells7d12e782006-10-05 14:55:46 +0100229static irqreturn_t sis900_interrupt(int irq, void *dev_instance);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230static int sis900_close(struct net_device *net_dev);
231static int mii_ioctl(struct net_device *net_dev, struct ifreq *rq, int cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232static u16 sis900_mcast_bitnr(u8 *addr, u8 revision);
233static void set_rx_mode(struct net_device *net_dev);
234static void sis900_reset(struct net_device *net_dev);
235static void sis630_set_eq(struct net_device *net_dev, u8 revision);
236static int sis900_set_config(struct net_device *dev, struct ifmap *map);
237static u16 sis900_default_phy(struct net_device * net_dev);
238static void sis900_set_capability( struct net_device *net_dev ,struct mii_phy *phy);
239static u16 sis900_reset_phy(struct net_device *net_dev, int phy_addr);
240static void sis900_auto_negotiate(struct net_device *net_dev, int phy_addr);
Francois Romieu57d6d452012-03-13 11:14:17 +0100241static void sis900_set_mode(struct sis900_private *, int speed, int duplex);
Jeff Garzik7282d492006-09-13 14:30:00 -0400242static const struct ethtool_ops sis900_ethtool_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243
244/**
245 * sis900_get_mac_addr - Get MAC address for stand alone SiS900 model
246 * @pci_dev: the sis900 pci device
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400247 * @net_dev: the net device to get address for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 *
249 * Older SiS900 and friends, use EEPROM to store MAC address.
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000250 * MAC address is read from read_eeprom() into @net_dev->dev_addr and
251 * @net_dev->perm_addr.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 */
253
254static int __devinit sis900_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev)
255{
Francois Romieu57d6d452012-03-13 11:14:17 +0100256 struct sis900_private *sis_priv = netdev_priv(net_dev);
257 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 u16 signature;
259 int i;
260
261 /* check to see if we have sane EEPROM */
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400262 signature = (u16) read_eeprom(ioaddr, EEPROMSignature);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 if (signature == 0xffff || signature == 0x0000) {
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400264 printk (KERN_WARNING "%s: Error EERPOM read %x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 pci_name(pci_dev), signature);
266 return 0;
267 }
268
269 /* get MAC address from EEPROM */
270 for (i = 0; i < 3; i++)
271 ((u16 *)(net_dev->dev_addr))[i] = read_eeprom(ioaddr, i+EEPROMMACAddr);
272
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000273 /* Store MAC Address in perm_addr */
274 memcpy(net_dev->perm_addr, net_dev->dev_addr, ETH_ALEN);
275
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 return 1;
277}
278
279/**
280 * sis630e_get_mac_addr - Get MAC address for SiS630E model
281 * @pci_dev: the sis900 pci device
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400282 * @net_dev: the net device to get address for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283 *
284 * SiS630E model, use APC CMOS RAM to store MAC address.
285 * APC CMOS RAM is accessed through ISA bridge.
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000286 * MAC address is read into @net_dev->dev_addr and
287 * @net_dev->perm_addr.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 */
289
290static int __devinit sis630e_get_mac_addr(struct pci_dev * pci_dev,
291 struct net_device *net_dev)
292{
293 struct pci_dev *isa_bridge = NULL;
294 u8 reg;
295 int i;
296
297 isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0008, isa_bridge);
298 if (!isa_bridge)
299 isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0018, isa_bridge);
300 if (!isa_bridge) {
301 printk(KERN_WARNING "%s: Can not find ISA bridge\n",
302 pci_name(pci_dev));
303 return 0;
304 }
305 pci_read_config_byte(isa_bridge, 0x48, &reg);
306 pci_write_config_byte(isa_bridge, 0x48, reg | 0x40);
307
308 for (i = 0; i < 6; i++) {
309 outb(0x09 + i, 0x70);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400310 ((u8 *)(net_dev->dev_addr))[i] = inb(0x71);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 }
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000312
313 /* Store MAC Address in perm_addr */
314 memcpy(net_dev->perm_addr, net_dev->dev_addr, ETH_ALEN);
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 pci_write_config_byte(isa_bridge, 0x48, reg & ~0x40);
317 pci_dev_put(isa_bridge);
318
319 return 1;
320}
321
322
323/**
324 * sis635_get_mac_addr - Get MAC address for SIS635 model
325 * @pci_dev: the sis900 pci device
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400326 * @net_dev: the net device to get address for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 *
328 * SiS635 model, set MAC Reload Bit to load Mac address from APC
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400329 * to rfdr. rfdr is accessed through rfcr. MAC address is read into
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000330 * @net_dev->dev_addr and @net_dev->perm_addr.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 */
332
333static int __devinit sis635_get_mac_addr(struct pci_dev * pci_dev,
334 struct net_device *net_dev)
335{
Francois Romieu57d6d452012-03-13 11:14:17 +0100336 struct sis900_private *sis_priv = netdev_priv(net_dev);
337 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 u32 rfcrSave;
339 u32 i;
340
Francois Romieu57d6d452012-03-13 11:14:17 +0100341 rfcrSave = sr32(rfcr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342
Francois Romieu57d6d452012-03-13 11:14:17 +0100343 sw32(cr, rfcrSave | RELOAD);
344 sw32(cr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345
346 /* disable packet filtering before setting filter */
Francois Romieu57d6d452012-03-13 11:14:17 +0100347 sw32(rfcr, rfcrSave & ~RFEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
349 /* load MAC addr to filter data register */
350 for (i = 0 ; i < 3 ; i++) {
Francois Romieu57d6d452012-03-13 11:14:17 +0100351 sw32(rfcr, (i << RFADDR_shift));
352 *( ((u16 *)net_dev->dev_addr) + i) = sr16(rfdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 }
354
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000355 /* Store MAC Address in perm_addr */
356 memcpy(net_dev->perm_addr, net_dev->dev_addr, ETH_ALEN);
357
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 /* enable packet filtering */
Francois Romieu57d6d452012-03-13 11:14:17 +0100359 sw32(rfcr, rfcrSave | RFEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360
361 return 1;
362}
363
364/**
365 * sis96x_get_mac_addr - Get MAC address for SiS962 or SiS963 model
366 * @pci_dev: the sis900 pci device
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400367 * @net_dev: the net device to get address for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400369 * SiS962 or SiS963 model, use EEPROM to store MAC address. And EEPROM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 * is shared by
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400371 * LAN and 1394. When access EEPROM, send EEREQ signal to hardware first
372 * and wait for EEGNT. If EEGNT is ON, EEPROM is permitted to be access
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 * by LAN, otherwise is not. After MAC address is read from EEPROM, send
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400374 * EEDONE signal to refuse EEPROM access by LAN.
375 * The EEPROM map of SiS962 or SiS963 is different to SiS900.
376 * The signature field in SiS962 or SiS963 spec is meaningless.
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000377 * MAC address is read into @net_dev->dev_addr and @net_dev->perm_addr.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 */
379
380static int __devinit sis96x_get_mac_addr(struct pci_dev * pci_dev,
381 struct net_device *net_dev)
382{
Francois Romieu57d6d452012-03-13 11:14:17 +0100383 struct sis900_private *sis_priv = netdev_priv(net_dev);
384 void __iomem *ioaddr = sis_priv->ioaddr;
385 int wait, rc = 0;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400386
Francois Romieu57d6d452012-03-13 11:14:17 +0100387 sw32(mear, EEREQ);
388 for (wait = 0; wait < 2000; wait++) {
389 if (sr32(mear) & EEGNT) {
390 u16 *mac = (u16 *)net_dev->dev_addr;
391 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
393 /* get MAC address from EEPROM */
394 for (i = 0; i < 3; i++)
Francois Romieu57d6d452012-03-13 11:14:17 +0100395 mac[i] = read_eeprom(ioaddr, i + EEPROMMACAddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396
Otavio Salvadorefa2ad82011-04-12 05:30:40 +0000397 /* Store MAC Address in perm_addr */
398 memcpy(net_dev->perm_addr, net_dev->dev_addr, ETH_ALEN);
399
Francois Romieu57d6d452012-03-13 11:14:17 +0100400 rc = 1;
401 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 }
Francois Romieu57d6d452012-03-13 11:14:17 +0100403 udelay(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 }
Francois Romieu57d6d452012-03-13 11:14:17 +0100405 sw32(mear, EEDONE);
406 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407}
408
Stephen Hemminger09ab9e72008-11-21 17:34:32 -0800409static const struct net_device_ops sis900_netdev_ops = {
410 .ndo_open = sis900_open,
411 .ndo_stop = sis900_close,
412 .ndo_start_xmit = sis900_start_xmit,
413 .ndo_set_config = sis900_set_config,
Jiri Pirkoafc4b132011-08-16 06:29:01 +0000414 .ndo_set_rx_mode = set_rx_mode,
Stephen Hemminger09ab9e72008-11-21 17:34:32 -0800415 .ndo_change_mtu = eth_change_mtu,
416 .ndo_validate_addr = eth_validate_addr,
Stephen Hemmingerfe96aaa2009-01-09 11:13:14 +0000417 .ndo_set_mac_address = eth_mac_addr,
Stephen Hemminger09ab9e72008-11-21 17:34:32 -0800418 .ndo_do_ioctl = mii_ioctl,
419 .ndo_tx_timeout = sis900_tx_timeout,
420#ifdef CONFIG_NET_POLL_CONTROLLER
421 .ndo_poll_controller = sis900_poll,
422#endif
423};
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425/**
426 * sis900_probe - Probe for sis900 device
427 * @pci_dev: the sis900 pci device
428 * @pci_id: the pci device ID
429 *
430 * Check and probe sis900 net device for @pci_dev.
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400431 * Get mac address according to the chip revision,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 * and assign SiS900-specific entries in the device structure.
433 * ie: sis900_open(), sis900_start_xmit(), sis900_close(), etc.
434 */
435
436static int __devinit sis900_probe(struct pci_dev *pci_dev,
437 const struct pci_device_id *pci_id)
438{
439 struct sis900_private *sis_priv;
440 struct net_device *net_dev;
441 struct pci_dev *dev;
442 dma_addr_t ring_dma;
443 void *ring_space;
Francois Romieu57d6d452012-03-13 11:14:17 +0100444 void __iomem *ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 int i, ret;
Arjan van de Venf71e1302006-03-03 21:33:57 -0500446 const char *card_name = card_names[pci_id->driver_data];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 const char *dev_name = pci_name(pci_dev);
448
449/* when built into the kernel, we only print version if device is found */
450#ifndef MODULE
451 static int printed_version;
452 if (!printed_version++)
453 printk(version);
454#endif
455
456 /* setup various bits in PCI command register */
457 ret = pci_enable_device(pci_dev);
458 if(ret) return ret;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400459
Yang Hongyang284901a2009-04-06 19:01:15 -0700460 i = pci_set_dma_mask(pci_dev, DMA_BIT_MASK(32));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 if(i){
Joe Perches24500222007-11-19 17:48:28 -0800462 printk(KERN_ERR "sis900.c: architecture does not support "
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 "32bit PCI busmaster DMA\n");
464 return i;
465 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400466
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 pci_set_master(pci_dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400468
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 net_dev = alloc_etherdev(sizeof(struct sis900_private));
470 if (!net_dev)
471 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 SET_NETDEV_DEV(net_dev, &pci_dev->dev);
473
474 /* We do a request_region() to register /proc/ioports info. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 ret = pci_request_regions(pci_dev, "sis900");
476 if (ret)
477 goto err_out;
478
Francois Romieu57d6d452012-03-13 11:14:17 +0100479 /* IO region. */
480 ioaddr = pci_iomap(pci_dev, 0, 0);
481 if (!ioaddr)
482 goto err_out_cleardev;
483
Wang Chen8f15ea42008-11-12 23:38:36 -0800484 sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +0100485 sis_priv->ioaddr = ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 sis_priv->pci_dev = pci_dev;
487 spin_lock_init(&sis_priv->lock);
488
489 pci_set_drvdata(pci_dev, net_dev);
490
491 ring_space = pci_alloc_consistent(pci_dev, TX_TOTAL_SIZE, &ring_dma);
492 if (!ring_space) {
493 ret = -ENOMEM;
Francois Romieu57d6d452012-03-13 11:14:17 +0100494 goto err_out_unmap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 }
Joe Perches43d620c2011-06-16 19:08:06 +0000496 sis_priv->tx_ring = ring_space;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 sis_priv->tx_ring_dma = ring_dma;
498
499 ring_space = pci_alloc_consistent(pci_dev, RX_TOTAL_SIZE, &ring_dma);
500 if (!ring_space) {
501 ret = -ENOMEM;
502 goto err_unmap_tx;
503 }
Joe Perches43d620c2011-06-16 19:08:06 +0000504 sis_priv->rx_ring = ring_space;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 sis_priv->rx_ring_dma = ring_dma;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400506
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 /* The SiS900-specific entries in the device structure. */
Stephen Hemminger09ab9e72008-11-21 17:34:32 -0800508 net_dev->netdev_ops = &sis900_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 net_dev->watchdog_timeo = TX_TIMEOUT;
510 net_dev->ethtool_ops = &sis900_ethtool_ops;
511
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 if (sis900_debug > 0)
513 sis_priv->msg_enable = sis900_debug;
514 else
515 sis_priv->msg_enable = SIS900_DEF_MSG;
Daniele Venzanoda369b02005-05-12 20:13:14 -0400516
517 sis_priv->mii_info.dev = net_dev;
518 sis_priv->mii_info.mdio_read = mdio_read;
519 sis_priv->mii_info.mdio_write = mdio_write;
520 sis_priv->mii_info.phy_id_mask = 0x1f;
521 sis_priv->mii_info.reg_num_mask = 0x1f;
522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 /* Get Mac address according to the chip revision */
Sergei Shtylyoveaaa3a72011-02-28 12:29:34 -0800524 sis_priv->chipset_rev = pci_dev->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 if(netif_msg_probe(sis_priv))
526 printk(KERN_DEBUG "%s: detected revision %2.2x, "
527 "trying to get MAC address...\n",
528 dev_name, sis_priv->chipset_rev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400529
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 ret = 0;
531 if (sis_priv->chipset_rev == SIS630E_900_REV)
532 ret = sis630e_get_mac_addr(pci_dev, net_dev);
533 else if ((sis_priv->chipset_rev > 0x81) && (sis_priv->chipset_rev <= 0x90) )
534 ret = sis635_get_mac_addr(pci_dev, net_dev);
535 else if (sis_priv->chipset_rev == SIS96x_900_REV)
536 ret = sis96x_get_mac_addr(pci_dev, net_dev);
537 else
538 ret = sis900_get_mac_addr(pci_dev, net_dev);
539
Daniele Venzanod1d5e6b2009-01-14 20:46:24 -0800540 if (!ret || !is_valid_ether_addr(net_dev->dev_addr)) {
Danny Kukawkaf2cedb62012-02-15 06:45:39 +0000541 eth_hw_addr_random(net_dev);
Daniele Venzanod1d5e6b2009-01-14 20:46:24 -0800542 printk(KERN_WARNING "%s: Unreadable or invalid MAC address,"
543 "using random generated one\n", dev_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400545
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 /* 630ET : set the mii access mode as software-mode */
547 if (sis_priv->chipset_rev == SIS630ET_900_REV)
Francois Romieu57d6d452012-03-13 11:14:17 +0100548 sw32(cr, ACCESSMODE | sr32(cr));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
550 /* probe for mii transceiver */
551 if (sis900_mii_probe(net_dev) == 0) {
552 printk(KERN_WARNING "%s: Error probing MII device.\n",
553 dev_name);
554 ret = -ENODEV;
555 goto err_unmap_rx;
556 }
557
558 /* save our host bridge revision */
559 dev = pci_get_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_630, NULL);
560 if (dev) {
Sergei Shtylyoveaaa3a72011-02-28 12:29:34 -0800561 sis_priv->host_bridge_rev = dev->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 pci_dev_put(dev);
563 }
564
565 ret = register_netdev(net_dev);
566 if (ret)
567 goto err_unmap_rx;
568
569 /* print some information about our NIC */
Francois Romieu57d6d452012-03-13 11:14:17 +0100570 printk(KERN_INFO "%s: %s at 0x%p, IRQ %d, %pM\n",
571 net_dev->name, card_name, ioaddr, pci_dev->irq,
Johannes Berge1749612008-10-27 15:59:26 -0700572 net_dev->dev_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573
Daniele Venzanoea37cce2005-10-11 09:44:30 +0200574 /* Detect Wake on Lan support */
Francois Romieu57d6d452012-03-13 11:14:17 +0100575 ret = (sr32(CFGPMC) & PMESP) >> 27;
Daniele Venzanoea37cce2005-10-11 09:44:30 +0200576 if (netif_msg_probe(sis_priv) && (ret & PME_D3C) == 0)
577 printk(KERN_INFO "%s: Wake on LAN only available from suspend to RAM.", net_dev->name);
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 return 0;
580
Francois Romieu57d6d452012-03-13 11:14:17 +0100581err_unmap_rx:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 pci_free_consistent(pci_dev, RX_TOTAL_SIZE, sis_priv->rx_ring,
583 sis_priv->rx_ring_dma);
Francois Romieu57d6d452012-03-13 11:14:17 +0100584err_unmap_tx:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 pci_free_consistent(pci_dev, TX_TOTAL_SIZE, sis_priv->tx_ring,
586 sis_priv->tx_ring_dma);
Francois Romieu57d6d452012-03-13 11:14:17 +0100587err_out_unmap:
588 pci_iounmap(pci_dev, ioaddr);
589err_out_cleardev:
590 pci_set_drvdata(pci_dev, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 pci_release_regions(pci_dev);
592 err_out:
593 free_netdev(net_dev);
594 return ret;
595}
596
597/**
598 * sis900_mii_probe - Probe MII PHY for sis900
599 * @net_dev: the net device to probe for
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400600 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 * Search for total of 32 possible mii phy addresses.
602 * Identify and set current phy if found one,
603 * return error if it failed to found.
604 */
605
Adrian Bunk4e50a8e2007-07-10 14:44:35 +0200606static int __devinit sis900_mii_probe(struct net_device * net_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607{
Wang Chen8f15ea42008-11-12 23:38:36 -0800608 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 const char *dev_name = pci_name(sis_priv->pci_dev);
610 u16 poll_bit = MII_STAT_LINK, status = 0;
611 unsigned long timeout = jiffies + 5 * HZ;
612 int phy_addr;
613
614 sis_priv->mii = NULL;
615
616 /* search for total of 32 possible mii phy addresses */
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400617 for (phy_addr = 0; phy_addr < 32; phy_addr++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 struct mii_phy * mii_phy = NULL;
619 u16 mii_status;
620 int i;
621
622 mii_phy = NULL;
623 for(i = 0; i < 2; i++)
624 mii_status = mdio_read(net_dev, phy_addr, MII_STATUS);
625
626 if (mii_status == 0xffff || mii_status == 0x0000) {
627 if (netif_msg_probe(sis_priv))
628 printk(KERN_DEBUG "%s: MII at address %d"
629 " not accessible\n",
630 dev_name, phy_addr);
631 continue;
632 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400633
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 if ((mii_phy = kmalloc(sizeof(struct mii_phy), GFP_KERNEL)) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 mii_phy = sis_priv->first_mii;
636 while (mii_phy) {
637 struct mii_phy *phy;
638 phy = mii_phy;
639 mii_phy = mii_phy->next;
640 kfree(phy);
641 }
642 return 0;
643 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 mii_phy->phy_id0 = mdio_read(net_dev, phy_addr, MII_PHY_ID0);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400646 mii_phy->phy_id1 = mdio_read(net_dev, phy_addr, MII_PHY_ID1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 mii_phy->phy_addr = phy_addr;
648 mii_phy->status = mii_status;
649 mii_phy->next = sis_priv->mii;
650 sis_priv->mii = mii_phy;
651 sis_priv->first_mii = mii_phy;
652
653 for (i = 0; mii_chip_table[i].phy_id1; i++)
654 if ((mii_phy->phy_id0 == mii_chip_table[i].phy_id0 ) &&
655 ((mii_phy->phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){
656 mii_phy->phy_types = mii_chip_table[i].phy_types;
657 if (mii_chip_table[i].phy_types == MIX)
658 mii_phy->phy_types =
659 (mii_status & (MII_STAT_CAN_TX_FDX | MII_STAT_CAN_TX)) ? LAN : HOME;
660 printk(KERN_INFO "%s: %s transceiver found "
661 "at address %d.\n",
662 dev_name,
663 mii_chip_table[i].name,
664 phy_addr);
665 break;
666 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400667
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 if( !mii_chip_table[i].phy_id1 ) {
669 printk(KERN_INFO "%s: Unknown PHY transceiver found at address %d.\n",
670 dev_name, phy_addr);
671 mii_phy->phy_types = UNKNOWN;
672 }
673 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400674
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 if (sis_priv->mii == NULL) {
676 printk(KERN_INFO "%s: No MII transceivers found!\n", dev_name);
677 return 0;
678 }
679
680 /* select default PHY for mac */
681 sis_priv->mii = NULL;
682 sis900_default_phy( net_dev );
683
684 /* Reset phy if default phy is internal sis900 */
685 if ((sis_priv->mii->phy_id0 == 0x001D) &&
686 ((sis_priv->mii->phy_id1&0xFFF0) == 0x8000))
687 status = sis900_reset_phy(net_dev, sis_priv->cur_phy);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400688
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 /* workaround for ICS1893 PHY */
690 if ((sis_priv->mii->phy_id0 == 0x0015) &&
691 ((sis_priv->mii->phy_id1&0xFFF0) == 0xF440))
692 mdio_write(net_dev, sis_priv->cur_phy, 0x0018, 0xD200);
693
694 if(status & MII_STAT_LINK){
695 while (poll_bit) {
696 yield();
697
698 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit);
699 if (time_after_eq(jiffies, timeout)) {
700 printk(KERN_WARNING "%s: reset phy and link down now\n",
701 dev_name);
702 return -ETIME;
703 }
704 }
705 }
706
707 if (sis_priv->chipset_rev == SIS630E_900_REV) {
708 /* SiS 630E has some bugs on default value of PHY registers */
709 mdio_write(net_dev, sis_priv->cur_phy, MII_ANADV, 0x05e1);
710 mdio_write(net_dev, sis_priv->cur_phy, MII_CONFIG1, 0x22);
711 mdio_write(net_dev, sis_priv->cur_phy, MII_CONFIG2, 0xff00);
712 mdio_write(net_dev, sis_priv->cur_phy, MII_MASK, 0xffc0);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400713 //mdio_write(net_dev, sis_priv->cur_phy, MII_CONTROL, 0x1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 }
715
716 if (sis_priv->mii->status & MII_STAT_LINK)
717 netif_carrier_on(net_dev);
718 else
719 netif_carrier_off(net_dev);
720
721 return 1;
722}
723
724/**
725 * sis900_default_phy - Select default PHY for sis900 mac.
726 * @net_dev: the net device to probe for
727 *
728 * Select first detected PHY with link as default.
729 * If no one is link on, select PHY whose types is HOME as default.
730 * If HOME doesn't exist, select LAN.
731 */
732
733static u16 sis900_default_phy(struct net_device * net_dev)
734{
Wang Chen8f15ea42008-11-12 23:38:36 -0800735 struct sis900_private *sis_priv = netdev_priv(net_dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400736 struct mii_phy *phy = NULL, *phy_home = NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 *default_phy = NULL, *phy_lan = NULL;
738 u16 status;
739
740 for (phy=sis_priv->first_mii; phy; phy=phy->next) {
741 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
742 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
743
744 /* Link ON & Not select default PHY & not ghost PHY */
745 if ((status & MII_STAT_LINK) && !default_phy &&
746 (phy->phy_types != UNKNOWN))
747 default_phy = phy;
748 else {
749 status = mdio_read(net_dev, phy->phy_addr, MII_CONTROL);
750 mdio_write(net_dev, phy->phy_addr, MII_CONTROL,
751 status | MII_CNTL_AUTO | MII_CNTL_ISOLATE);
752 if (phy->phy_types == HOME)
753 phy_home = phy;
754 else if(phy->phy_types == LAN)
755 phy_lan = phy;
756 }
757 }
758
759 if (!default_phy && phy_home)
760 default_phy = phy_home;
761 else if (!default_phy && phy_lan)
762 default_phy = phy_lan;
763 else if (!default_phy)
764 default_phy = sis_priv->first_mii;
765
766 if (sis_priv->mii != default_phy) {
767 sis_priv->mii = default_phy;
768 sis_priv->cur_phy = default_phy->phy_addr;
769 printk(KERN_INFO "%s: Using transceiver found at address %d as default\n",
770 pci_name(sis_priv->pci_dev), sis_priv->cur_phy);
771 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400772
Daniele Venzanoda369b02005-05-12 20:13:14 -0400773 sis_priv->mii_info.phy_id = sis_priv->cur_phy;
774
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 status = mdio_read(net_dev, sis_priv->cur_phy, MII_CONTROL);
776 status &= (~MII_CNTL_ISOLATE);
777
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400778 mdio_write(net_dev, sis_priv->cur_phy, MII_CONTROL, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
780 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
781
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400782 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783}
784
785
786/**
787 * sis900_set_capability - set the media capability of network adapter.
788 * @net_dev : the net device to probe for
789 * @phy : default PHY
790 *
791 * Set the media capability of network adapter according to
792 * mii status register. It's necessary before auto-negotiate.
793 */
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400794
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795static void sis900_set_capability(struct net_device *net_dev, struct mii_phy *phy)
796{
797 u16 cap;
798 u16 status;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400799
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
801 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803 cap = MII_NWAY_CSMA_CD |
804 ((phy->status & MII_STAT_CAN_TX_FDX)? MII_NWAY_TX_FDX:0) |
805 ((phy->status & MII_STAT_CAN_TX) ? MII_NWAY_TX:0) |
806 ((phy->status & MII_STAT_CAN_T_FDX) ? MII_NWAY_T_FDX:0)|
807 ((phy->status & MII_STAT_CAN_T) ? MII_NWAY_T:0);
808
809 mdio_write(net_dev, phy->phy_addr, MII_ANADV, cap);
810}
811
812
813/* Delay between EEPROM clock transitions. */
Francois Romieu57d6d452012-03-13 11:14:17 +0100814#define eeprom_delay() sr32(mear)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815
816/**
817 * read_eeprom - Read Serial EEPROM
818 * @ioaddr: base i/o address
819 * @location: the EEPROM location to read
820 *
821 * Read Serial EEPROM through EEPROM Access Register.
822 * Note that location is in word (16 bits) unit
823 */
824
Francois Romieu57d6d452012-03-13 11:14:17 +0100825static u16 __devinit read_eeprom(void __iomem *ioaddr, int location)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826{
Francois Romieu57d6d452012-03-13 11:14:17 +0100827 u32 read_cmd = location | EEread;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 int i;
829 u16 retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830
Francois Romieu57d6d452012-03-13 11:14:17 +0100831 sw32(mear, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832 eeprom_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100833 sw32(mear, EECS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 eeprom_delay();
835
836 /* Shift the read command (9) bits out. */
837 for (i = 8; i >= 0; i--) {
838 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS;
Francois Romieu57d6d452012-03-13 11:14:17 +0100839
840 sw32(mear, dataval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 eeprom_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100842 sw32(mear, dataval | EECLK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 eeprom_delay();
844 }
Francois Romieu57d6d452012-03-13 11:14:17 +0100845 sw32(mear, EECS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 eeprom_delay();
847
848 /* read the 16-bits data in */
849 for (i = 16; i > 0; i--) {
Francois Romieu57d6d452012-03-13 11:14:17 +0100850 sw32(mear, EECS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 eeprom_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100852 sw32(mear, EECS | EECLK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 eeprom_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100854 retval = (retval << 1) | ((sr32(mear) & EEDO) ? 1 : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 eeprom_delay();
856 }
857
858 /* Terminate the EEPROM access. */
Francois Romieu57d6d452012-03-13 11:14:17 +0100859 sw32(mear, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860 eeprom_delay();
861
Eric Dumazet807540b2010-09-23 05:40:09 +0000862 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863}
864
865/* Read and write the MII management registers using software-generated
866 serial MDIO protocol. Note that the command bits and data bits are
867 send out separately */
Francois Romieu57d6d452012-03-13 11:14:17 +0100868#define mdio_delay() sr32(mear)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Francois Romieu57d6d452012-03-13 11:14:17 +0100870static void mdio_idle(struct sis900_private *sp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871{
Francois Romieu57d6d452012-03-13 11:14:17 +0100872 void __iomem *ioaddr = sp->ioaddr;
873
874 sw32(mear, MDIO | MDDIR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100876 sw32(mear, MDIO | MDDIR | MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877}
878
Francois Romieu57d6d452012-03-13 11:14:17 +0100879/* Synchronize the MII management interface by shifting 32 one bits out. */
880static void mdio_reset(struct sis900_private *sp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881{
Francois Romieu57d6d452012-03-13 11:14:17 +0100882 void __iomem *ioaddr = sp->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 int i;
884
885 for (i = 31; i >= 0; i--) {
Francois Romieu57d6d452012-03-13 11:14:17 +0100886 sw32(mear, MDDIR | MDIO);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100888 sw32(mear, MDDIR | MDIO | MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 mdio_delay();
890 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891}
892
893/**
894 * mdio_read - read MII PHY register
895 * @net_dev: the net device to read
896 * @phy_id: the phy address to read
897 * @location: the phy regiester id to read
898 *
899 * Read MII registers through MDIO and MDC
900 * using MDIO management frame structure and protocol(defined by ISO/IEC).
901 * Please see SiS7014 or ICS spec
902 */
903
Daniele Venzanoda369b02005-05-12 20:13:14 -0400904static int mdio_read(struct net_device *net_dev, int phy_id, int location)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 int mii_cmd = MIIread|(phy_id<<MIIpmdShift)|(location<<MIIregShift);
Francois Romieu57d6d452012-03-13 11:14:17 +0100907 struct sis900_private *sp = netdev_priv(net_dev);
908 void __iomem *ioaddr = sp->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 u16 retval = 0;
910 int i;
911
Francois Romieu57d6d452012-03-13 11:14:17 +0100912 mdio_reset(sp);
913 mdio_idle(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
915 for (i = 15; i >= 0; i--) {
916 int dataval = (mii_cmd & (1 << i)) ? MDDIR | MDIO : MDDIR;
Francois Romieu57d6d452012-03-13 11:14:17 +0100917
918 sw32(mear, dataval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100920 sw32(mear, dataval | MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 mdio_delay();
922 }
923
924 /* Read the 16 data bits. */
925 for (i = 16; i > 0; i--) {
Francois Romieu57d6d452012-03-13 11:14:17 +0100926 sw32(mear, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100928 retval = (retval << 1) | ((sr32(mear) & MDIO) ? 1 : 0);
929 sw32(mear, MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 mdio_delay();
931 }
Francois Romieu57d6d452012-03-13 11:14:17 +0100932 sw32(mear, 0x00);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933
934 return retval;
935}
936
937/**
938 * mdio_write - write MII PHY register
939 * @net_dev: the net device to write
940 * @phy_id: the phy address to write
941 * @location: the phy regiester id to write
942 * @value: the register value to write with
943 *
944 * Write MII registers with @value through MDIO and MDC
945 * using MDIO management frame structure and protocol(defined by ISO/IEC)
946 * please see SiS7014 or ICS spec
947 */
948
949static void mdio_write(struct net_device *net_dev, int phy_id, int location,
950 int value)
951{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 int mii_cmd = MIIwrite|(phy_id<<MIIpmdShift)|(location<<MIIregShift);
Francois Romieu57d6d452012-03-13 11:14:17 +0100953 struct sis900_private *sp = netdev_priv(net_dev);
954 void __iomem *ioaddr = sp->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 int i;
956
Francois Romieu57d6d452012-03-13 11:14:17 +0100957 mdio_reset(sp);
958 mdio_idle(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
960 /* Shift the command bits out. */
961 for (i = 15; i >= 0; i--) {
962 int dataval = (mii_cmd & (1 << i)) ? MDDIR | MDIO : MDDIR;
Francois Romieu57d6d452012-03-13 11:14:17 +0100963
964 sw8(mear, dataval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100966 sw8(mear, dataval | MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 mdio_delay();
968 }
969 mdio_delay();
970
971 /* Shift the value bits out. */
972 for (i = 15; i >= 0; i--) {
973 int dataval = (value & (1 << i)) ? MDDIR | MDIO : MDDIR;
Francois Romieu57d6d452012-03-13 11:14:17 +0100974
975 sw32(mear, dataval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100977 sw32(mear, dataval | MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 mdio_delay();
979 }
980 mdio_delay();
981
982 /* Clear out extra bits. */
983 for (i = 2; i > 0; i--) {
Francois Romieu57d6d452012-03-13 11:14:17 +0100984 sw8(mear, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 mdio_delay();
Francois Romieu57d6d452012-03-13 11:14:17 +0100986 sw8(mear, MDC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 mdio_delay();
988 }
Francois Romieu57d6d452012-03-13 11:14:17 +0100989 sw32(mear, 0x00);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990}
991
992
993/**
994 * sis900_reset_phy - reset sis900 mii phy.
995 * @net_dev: the net device to write
996 * @phy_addr: default phy address
997 *
998 * Some specific phy can't work properly without reset.
999 * This function will be called during initialization and
1000 * link status change from ON to DOWN.
1001 */
1002
1003static u16 sis900_reset_phy(struct net_device *net_dev, int phy_addr)
1004{
Andrew Mortonf3be9742007-03-06 02:41:55 -08001005 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 u16 status;
1007
Andrew Mortonf3be9742007-03-06 02:41:55 -08001008 for (i = 0; i < 2; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009 status = mdio_read(net_dev, phy_addr, MII_STATUS);
1010
1011 mdio_write( net_dev, phy_addr, MII_CONTROL, MII_CNTL_RESET );
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 return status;
1014}
1015
1016#ifdef CONFIG_NET_POLL_CONTROLLER
1017/*
1018 * Polling 'interrupt' - used by things like netconsole to send skbs
1019 * without having to re-enable interrupts. It's not called while
1020 * the interrupt routine is executing.
1021*/
1022static void sis900_poll(struct net_device *dev)
1023{
Francois Romieu57d6d452012-03-13 11:14:17 +01001024 struct sis900_private *sp = netdev_priv(dev);
1025 const int irq = sp->pci_dev->irq;
1026
1027 disable_irq(irq);
1028 sis900_interrupt(irq, dev);
1029 enable_irq(irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030}
1031#endif
1032
1033/**
1034 * sis900_open - open sis900 device
1035 * @net_dev: the net device to open
1036 *
1037 * Do some initialization and start net interface.
1038 * enable interrupts and set sis900 timer.
1039 */
1040
1041static int
1042sis900_open(struct net_device *net_dev)
1043{
Wang Chen8f15ea42008-11-12 23:38:36 -08001044 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001045 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 int ret;
1047
1048 /* Soft reset the chip. */
1049 sis900_reset(net_dev);
1050
1051 /* Equalizer workaround Rule */
1052 sis630_set_eq(net_dev, sis_priv->chipset_rev);
1053
Francois Romieu57d6d452012-03-13 11:14:17 +01001054 ret = request_irq(sis_priv->pci_dev->irq, sis900_interrupt, IRQF_SHARED,
1055 net_dev->name, net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 if (ret)
1057 return ret;
1058
1059 sis900_init_rxfilter(net_dev);
1060
1061 sis900_init_tx_ring(net_dev);
1062 sis900_init_rx_ring(net_dev);
1063
1064 set_rx_mode(net_dev);
1065
1066 netif_start_queue(net_dev);
1067
1068 /* Workaround for EDB */
Francois Romieu57d6d452012-03-13 11:14:17 +01001069 sis900_set_mode(sis_priv, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
1071 /* Enable all known interrupts by setting the interrupt mask. */
Francois Romieu57d6d452012-03-13 11:14:17 +01001072 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);
1073 sw32(cr, RxENA | sr32(cr));
1074 sw32(ier, IE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
1076 sis900_check_mode(net_dev, sis_priv->mii);
1077
1078 /* Set the timer to switch to check for link beat and perhaps switch
1079 to an alternate media type. */
1080 init_timer(&sis_priv->timer);
1081 sis_priv->timer.expires = jiffies + HZ;
1082 sis_priv->timer.data = (unsigned long)net_dev;
Joe Perchesc061b182010-08-23 18:20:03 +00001083 sis_priv->timer.function = sis900_timer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 add_timer(&sis_priv->timer);
1085
1086 return 0;
1087}
1088
1089/**
1090 * sis900_init_rxfilter - Initialize the Rx filter
1091 * @net_dev: the net device to initialize for
1092 *
1093 * Set receive filter address to our MAC address
1094 * and enable packet filtering.
1095 */
1096
1097static void
1098sis900_init_rxfilter (struct net_device * net_dev)
1099{
Wang Chen8f15ea42008-11-12 23:38:36 -08001100 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001101 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 u32 rfcrSave;
1103 u32 i;
1104
Francois Romieu57d6d452012-03-13 11:14:17 +01001105 rfcrSave = sr32(rfcr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106
1107 /* disable packet filtering before setting filter */
Francois Romieu57d6d452012-03-13 11:14:17 +01001108 sw32(rfcr, rfcrSave & ~RFEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109
1110 /* load MAC addr to filter data register */
1111 for (i = 0 ; i < 3 ; i++) {
Francois Romieu57d6d452012-03-13 11:14:17 +01001112 u32 w = (u32) *((u16 *)(net_dev->dev_addr)+i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
Francois Romieu57d6d452012-03-13 11:14:17 +01001114 sw32(rfcr, i << RFADDR_shift);
1115 sw32(rfdr, w);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116
1117 if (netif_msg_hw(sis_priv)) {
1118 printk(KERN_DEBUG "%s: Receive Filter Addrss[%d]=%x\n",
Francois Romieu57d6d452012-03-13 11:14:17 +01001119 net_dev->name, i, sr32(rfdr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 }
1121 }
1122
1123 /* enable packet filtering */
Francois Romieu57d6d452012-03-13 11:14:17 +01001124 sw32(rfcr, rfcrSave | RFEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125}
1126
1127/**
1128 * sis900_init_tx_ring - Initialize the Tx descriptor ring
1129 * @net_dev: the net device to initialize for
1130 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001131 * Initialize the Tx descriptor ring,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 */
1133
1134static void
1135sis900_init_tx_ring(struct net_device *net_dev)
1136{
Wang Chen8f15ea42008-11-12 23:38:36 -08001137 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001138 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 int i;
1140
1141 sis_priv->tx_full = 0;
1142 sis_priv->dirty_tx = sis_priv->cur_tx = 0;
1143
1144 for (i = 0; i < NUM_TX_DESC; i++) {
1145 sis_priv->tx_skbuff[i] = NULL;
1146
1147 sis_priv->tx_ring[i].link = sis_priv->tx_ring_dma +
1148 ((i+1)%NUM_TX_DESC)*sizeof(BufferDesc);
1149 sis_priv->tx_ring[i].cmdsts = 0;
1150 sis_priv->tx_ring[i].bufptr = 0;
1151 }
1152
1153 /* load Transmit Descriptor Register */
Francois Romieu57d6d452012-03-13 11:14:17 +01001154 sw32(txdp, sis_priv->tx_ring_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155 if (netif_msg_hw(sis_priv))
1156 printk(KERN_DEBUG "%s: TX descriptor register loaded with: %8.8x\n",
Francois Romieu57d6d452012-03-13 11:14:17 +01001157 net_dev->name, sr32(txdp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158}
1159
1160/**
1161 * sis900_init_rx_ring - Initialize the Rx descriptor ring
1162 * @net_dev: the net device to initialize for
1163 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001164 * Initialize the Rx descriptor ring,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 * and pre-allocate recevie buffers (socket buffer)
1166 */
1167
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001168static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169sis900_init_rx_ring(struct net_device *net_dev)
1170{
Wang Chen8f15ea42008-11-12 23:38:36 -08001171 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001172 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 int i;
1174
1175 sis_priv->cur_rx = 0;
1176 sis_priv->dirty_rx = 0;
1177
1178 /* init RX descriptor */
1179 for (i = 0; i < NUM_RX_DESC; i++) {
1180 sis_priv->rx_skbuff[i] = NULL;
1181
1182 sis_priv->rx_ring[i].link = sis_priv->rx_ring_dma +
1183 ((i+1)%NUM_RX_DESC)*sizeof(BufferDesc);
1184 sis_priv->rx_ring[i].cmdsts = 0;
1185 sis_priv->rx_ring[i].bufptr = 0;
1186 }
1187
1188 /* allocate sock buffers */
1189 for (i = 0; i < NUM_RX_DESC; i++) {
1190 struct sk_buff *skb;
1191
Pradeep A. Dalvidae2e9f2012-02-06 11:16:13 +00001192 if ((skb = netdev_alloc_skb(net_dev, RX_BUF_SIZE)) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 /* not enough memory for skbuff, this makes a "hole"
1194 on the buffer ring, it is not clear how the
1195 hardware will react to this kind of degenerated
1196 buffer */
1197 break;
1198 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 sis_priv->rx_skbuff[i] = skb;
1200 sis_priv->rx_ring[i].cmdsts = RX_BUF_SIZE;
1201 sis_priv->rx_ring[i].bufptr = pci_map_single(sis_priv->pci_dev,
David S. Miller689be432005-06-28 15:25:31 -07001202 skb->data, RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 }
1204 sis_priv->dirty_rx = (unsigned int) (i - NUM_RX_DESC);
1205
1206 /* load Receive Descriptor Register */
Francois Romieu57d6d452012-03-13 11:14:17 +01001207 sw32(rxdp, sis_priv->rx_ring_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 if (netif_msg_hw(sis_priv))
1209 printk(KERN_DEBUG "%s: RX descriptor register loaded with: %8.8x\n",
Francois Romieu57d6d452012-03-13 11:14:17 +01001210 net_dev->name, sr32(rxdp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211}
1212
1213/**
1214 * sis630_set_eq - set phy equalizer value for 630 LAN
1215 * @net_dev: the net device to set equalizer value
1216 * @revision: 630 LAN revision number
1217 *
1218 * 630E equalizer workaround rule(Cyrus Huang 08/15)
1219 * PHY register 14h(Test)
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001220 * Bit 14: 0 -- Automatically detect (default)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 * 1 -- Manually set Equalizer filter
1222 * Bit 13: 0 -- (Default)
1223 * 1 -- Speed up convergence of equalizer setting
1224 * Bit 9 : 0 -- (Default)
1225 * 1 -- Disable Baseline Wander
1226 * Bit 3~7 -- Equalizer filter setting
1227 * Link ON: Set Bit 9, 13 to 1, Bit 14 to 0
1228 * Then calculate equalizer value
1229 * Then set equalizer value, and set Bit 14 to 1, Bit 9 to 0
1230 * Link Off:Set Bit 13 to 1, Bit 14 to 0
1231 * Calculate Equalizer value:
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001232 * When Link is ON and Bit 14 is 0, SIS900PHY will auto-detect proper equalizer value.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 * When the equalizer is stable, this value is not a fixed value. It will be within
1234 * a small range(eg. 7~9). Then we get a minimum and a maximum value(eg. min=7, max=9)
1235 * 0 <= max <= 4 --> set equalizer to max
1236 * 5 <= max <= 14 --> set equalizer to max+1 or set equalizer to max+2 if max == min
1237 * max >= 15 --> set equalizer to max+5 or set equalizer to max+6 if max == min
1238 */
1239
1240static void sis630_set_eq(struct net_device *net_dev, u8 revision)
1241{
Wang Chen8f15ea42008-11-12 23:38:36 -08001242 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243 u16 reg14h, eq_value=0, max_value=0, min_value=0;
1244 int i, maxcount=10;
1245
1246 if ( !(revision == SIS630E_900_REV || revision == SIS630EA1_900_REV ||
1247 revision == SIS630A_900_REV || revision == SIS630ET_900_REV) )
1248 return;
1249
1250 if (netif_carrier_ok(net_dev)) {
1251 reg14h = mdio_read(net_dev, sis_priv->cur_phy, MII_RESV);
1252 mdio_write(net_dev, sis_priv->cur_phy, MII_RESV,
1253 (0x2200 | reg14h) & 0xBFFF);
1254 for (i=0; i < maxcount; i++) {
1255 eq_value = (0x00F8 & mdio_read(net_dev,
1256 sis_priv->cur_phy, MII_RESV)) >> 3;
1257 if (i == 0)
1258 max_value=min_value=eq_value;
1259 max_value = (eq_value > max_value) ?
1260 eq_value : max_value;
1261 min_value = (eq_value < min_value) ?
1262 eq_value : min_value;
1263 }
1264 /* 630E rule to determine the equalizer value */
1265 if (revision == SIS630E_900_REV || revision == SIS630EA1_900_REV ||
1266 revision == SIS630ET_900_REV) {
1267 if (max_value < 5)
1268 eq_value = max_value;
1269 else if (max_value >= 5 && max_value < 15)
1270 eq_value = (max_value == min_value) ?
1271 max_value+2 : max_value+1;
1272 else if (max_value >= 15)
1273 eq_value=(max_value == min_value) ?
1274 max_value+6 : max_value+5;
1275 }
1276 /* 630B0&B1 rule to determine the equalizer value */
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001277 if (revision == SIS630A_900_REV &&
1278 (sis_priv->host_bridge_rev == SIS630B0 ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 sis_priv->host_bridge_rev == SIS630B1)) {
1280 if (max_value == 0)
1281 eq_value = 3;
1282 else
1283 eq_value = (max_value + min_value + 1)/2;
1284 }
1285 /* write equalizer value and setting */
1286 reg14h = mdio_read(net_dev, sis_priv->cur_phy, MII_RESV);
1287 reg14h = (reg14h & 0xFF07) | ((eq_value << 3) & 0x00F8);
1288 reg14h = (reg14h | 0x6000) & 0xFDFF;
1289 mdio_write(net_dev, sis_priv->cur_phy, MII_RESV, reg14h);
1290 } else {
1291 reg14h = mdio_read(net_dev, sis_priv->cur_phy, MII_RESV);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001292 if (revision == SIS630A_900_REV &&
1293 (sis_priv->host_bridge_rev == SIS630B0 ||
1294 sis_priv->host_bridge_rev == SIS630B1))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 mdio_write(net_dev, sis_priv->cur_phy, MII_RESV,
1296 (reg14h | 0x2200) & 0xBFFF);
1297 else
1298 mdio_write(net_dev, sis_priv->cur_phy, MII_RESV,
1299 (reg14h | 0x2000) & 0xBFFF);
1300 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301}
1302
1303/**
1304 * sis900_timer - sis900 timer routine
1305 * @data: pointer to sis900 net device
1306 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001307 * On each timer ticks we check two things,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 * link status (ON/OFF) and link mode (10/100/Full/Half)
1309 */
1310
1311static void sis900_timer(unsigned long data)
1312{
1313 struct net_device *net_dev = (struct net_device *)data;
Wang Chen8f15ea42008-11-12 23:38:36 -08001314 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 struct mii_phy *mii_phy = sis_priv->mii;
Arjan van de Venf71e1302006-03-03 21:33:57 -05001316 static const int next_tick = 5*HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317 u16 status;
1318
1319 if (!sis_priv->autong_complete){
Ingo Molnaref0cd872008-11-25 16:52:13 -08001320 int uninitialized_var(speed), duplex = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322 sis900_read_mode(net_dev, &speed, &duplex);
1323 if (duplex){
Francois Romieu57d6d452012-03-13 11:14:17 +01001324 sis900_set_mode(sis_priv, speed, duplex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 sis630_set_eq(net_dev, sis_priv->chipset_rev);
1326 netif_start_queue(net_dev);
1327 }
1328
1329 sis_priv->timer.expires = jiffies + HZ;
1330 add_timer(&sis_priv->timer);
1331 return;
1332 }
1333
1334 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
1335 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
1336
1337 /* Link OFF -> ON */
1338 if (!netif_carrier_ok(net_dev)) {
1339 LookForLink:
1340 /* Search for new PHY */
1341 status = sis900_default_phy(net_dev);
1342 mii_phy = sis_priv->mii;
1343
1344 if (status & MII_STAT_LINK){
1345 sis900_check_mode(net_dev, mii_phy);
1346 netif_carrier_on(net_dev);
1347 }
1348 } else {
1349 /* Link ON -> OFF */
1350 if (!(status & MII_STAT_LINK)){
1351 netif_carrier_off(net_dev);
1352 if(netif_msg_link(sis_priv))
1353 printk(KERN_INFO "%s: Media Link Off\n", net_dev->name);
1354
1355 /* Change mode issue */
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001356 if ((mii_phy->phy_id0 == 0x001D) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 ((mii_phy->phy_id1 & 0xFFF0) == 0x8000))
1358 sis900_reset_phy(net_dev, sis_priv->cur_phy);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360 sis630_set_eq(net_dev, sis_priv->chipset_rev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 goto LookForLink;
1363 }
1364 }
1365
1366 sis_priv->timer.expires = jiffies + next_tick;
1367 add_timer(&sis_priv->timer);
1368}
1369
1370/**
1371 * sis900_check_mode - check the media mode for sis900
1372 * @net_dev: the net device to be checked
1373 * @mii_phy: the mii phy
1374 *
1375 * Older driver gets the media mode from mii status output
1376 * register. Now we set our media capability and auto-negotiate
1377 * to get the upper bound of speed and duplex between two ends.
1378 * If the types of mii phy is HOME, it doesn't need to auto-negotiate
1379 * and autong_complete should be set to 1.
1380 */
1381
1382static void sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy)
1383{
Wang Chen8f15ea42008-11-12 23:38:36 -08001384 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001385 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 int speed, duplex;
1387
1388 if (mii_phy->phy_types == LAN) {
Francois Romieu57d6d452012-03-13 11:14:17 +01001389 sw32(cfg, ~EXD & sr32(cfg));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 sis900_set_capability(net_dev , mii_phy);
1391 sis900_auto_negotiate(net_dev, sis_priv->cur_phy);
1392 } else {
Francois Romieu57d6d452012-03-13 11:14:17 +01001393 sw32(cfg, EXD | sr32(cfg));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394 speed = HW_SPEED_HOME;
1395 duplex = FDX_CAPABLE_HALF_SELECTED;
Francois Romieu57d6d452012-03-13 11:14:17 +01001396 sis900_set_mode(sis_priv, speed, duplex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397 sis_priv->autong_complete = 1;
1398 }
1399}
1400
1401/**
1402 * sis900_set_mode - Set the media mode of mac register.
Francois Romieu57d6d452012-03-13 11:14:17 +01001403 * @sp: the device private data
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 * @speed : the transmit speed to be determined
1405 * @duplex: the duplex mode to be determined
1406 *
1407 * Set the media mode of mac register txcfg/rxcfg according to
1408 * speed and duplex of phy. Bit EDB_MASTER_EN indicates the EDB
1409 * bus is used instead of PCI bus. When this bit is set 1, the
1410 * Max DMA Burst Size for TX/RX DMA should be no larger than 16
1411 * double words.
1412 */
1413
Francois Romieu57d6d452012-03-13 11:14:17 +01001414static void sis900_set_mode(struct sis900_private *sp, int speed, int duplex)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415{
Francois Romieu57d6d452012-03-13 11:14:17 +01001416 void __iomem *ioaddr = sp->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417 u32 tx_flags = 0, rx_flags = 0;
1418
Francois Romieu57d6d452012-03-13 11:14:17 +01001419 if (sr32( cfg) & EDB_MASTER_EN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 tx_flags = TxATP | (DMA_BURST_64 << TxMXDMA_shift) |
1421 (TX_FILL_THRESH << TxFILLT_shift);
1422 rx_flags = DMA_BURST_64 << RxMXDMA_shift;
1423 } else {
1424 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) |
1425 (TX_FILL_THRESH << TxFILLT_shift);
1426 rx_flags = DMA_BURST_512 << RxMXDMA_shift;
1427 }
1428
1429 if (speed == HW_SPEED_HOME || speed == HW_SPEED_10_MBPS) {
1430 rx_flags |= (RxDRNT_10 << RxDRNT_shift);
1431 tx_flags |= (TxDRNT_10 << TxDRNT_shift);
1432 } else {
1433 rx_flags |= (RxDRNT_100 << RxDRNT_shift);
1434 tx_flags |= (TxDRNT_100 << TxDRNT_shift);
1435 }
1436
1437 if (duplex == FDX_CAPABLE_FULL_SELECTED) {
1438 tx_flags |= (TxCSI | TxHBI);
1439 rx_flags |= RxATX;
1440 }
1441
Daniele Venzanod269a692006-04-17 10:28:06 +02001442#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
1443 /* Can accept Jumbo packet */
1444 rx_flags |= RxAJAB;
1445#endif
1446
Francois Romieu57d6d452012-03-13 11:14:17 +01001447 sw32(txcfg, tx_flags);
1448 sw32(rxcfg, rx_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449}
1450
1451/**
1452 * sis900_auto_negotiate - Set the Auto-Negotiation Enable/Reset bit.
1453 * @net_dev: the net device to read mode for
1454 * @phy_addr: mii phy address
1455 *
1456 * If the adapter is link-on, set the auto-negotiate enable/reset bit.
1457 * autong_complete should be set to 0 when starting auto-negotiation.
1458 * autong_complete should be set to 1 if we didn't start auto-negotiation.
1459 * sis900_timer will wait for link on again if autong_complete = 0.
1460 */
1461
1462static void sis900_auto_negotiate(struct net_device *net_dev, int phy_addr)
1463{
Wang Chen8f15ea42008-11-12 23:38:36 -08001464 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465 int i = 0;
1466 u32 status;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001467
Andrew Mortonf3be9742007-03-06 02:41:55 -08001468 for (i = 0; i < 2; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 status = mdio_read(net_dev, phy_addr, MII_STATUS);
1470
1471 if (!(status & MII_STAT_LINK)){
1472 if(netif_msg_link(sis_priv))
1473 printk(KERN_INFO "%s: Media Link Off\n", net_dev->name);
1474 sis_priv->autong_complete = 1;
1475 netif_carrier_off(net_dev);
1476 return;
1477 }
1478
1479 /* (Re)start AutoNegotiate */
1480 mdio_write(net_dev, phy_addr, MII_CONTROL,
1481 MII_CNTL_AUTO | MII_CNTL_RST_AUTO);
1482 sis_priv->autong_complete = 0;
1483}
1484
1485
1486/**
1487 * sis900_read_mode - read media mode for sis900 internal phy
1488 * @net_dev: the net device to read mode for
1489 * @speed : the transmit speed to be determined
1490 * @duplex : the duplex mode to be determined
1491 *
1492 * The capability of remote end will be put in mii register autorec
1493 * after auto-negotiation. Use AND operation to get the upper bound
1494 * of speed and duplex between two ends.
1495 */
1496
1497static void sis900_read_mode(struct net_device *net_dev, int *speed, int *duplex)
1498{
Wang Chen8f15ea42008-11-12 23:38:36 -08001499 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 struct mii_phy *phy = sis_priv->mii;
1501 int phy_addr = sis_priv->cur_phy;
1502 u32 status;
1503 u16 autoadv, autorec;
Andrew Mortonf3be9742007-03-06 02:41:55 -08001504 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505
Andrew Mortonf3be9742007-03-06 02:41:55 -08001506 for (i = 0; i < 2; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 status = mdio_read(net_dev, phy_addr, MII_STATUS);
1508
1509 if (!(status & MII_STAT_LINK))
1510 return;
1511
1512 /* AutoNegotiate completed */
1513 autoadv = mdio_read(net_dev, phy_addr, MII_ANADV);
1514 autorec = mdio_read(net_dev, phy_addr, MII_ANLPAR);
1515 status = autoadv & autorec;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001516
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517 *speed = HW_SPEED_10_MBPS;
1518 *duplex = FDX_CAPABLE_HALF_SELECTED;
1519
1520 if (status & (MII_NWAY_TX | MII_NWAY_TX_FDX))
1521 *speed = HW_SPEED_100_MBPS;
1522 if (status & ( MII_NWAY_TX_FDX | MII_NWAY_T_FDX))
1523 *duplex = FDX_CAPABLE_FULL_SELECTED;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001524
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 sis_priv->autong_complete = 1;
1526
1527 /* Workaround for Realtek RTL8201 PHY issue */
1528 if ((phy->phy_id0 == 0x0000) && ((phy->phy_id1 & 0xFFF0) == 0x8200)) {
1529 if (mdio_read(net_dev, phy_addr, MII_CONTROL) & MII_CNTL_FDX)
1530 *duplex = FDX_CAPABLE_FULL_SELECTED;
1531 if (mdio_read(net_dev, phy_addr, 0x0019) & 0x01)
1532 *speed = HW_SPEED_100_MBPS;
1533 }
1534
1535 if(netif_msg_link(sis_priv))
Frans Pop2381a552010-03-24 07:57:36 +00001536 printk(KERN_INFO "%s: Media Link On %s %s-duplex\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 net_dev->name,
1538 *speed == HW_SPEED_100_MBPS ?
1539 "100mbps" : "10mbps",
1540 *duplex == FDX_CAPABLE_FULL_SELECTED ?
1541 "full" : "half");
1542}
1543
1544/**
1545 * sis900_tx_timeout - sis900 transmit timeout routine
1546 * @net_dev: the net device to transmit
1547 *
1548 * print transmit timeout status
1549 * disable interrupts and do some tasks
1550 */
1551
1552static void sis900_tx_timeout(struct net_device *net_dev)
1553{
Wang Chen8f15ea42008-11-12 23:38:36 -08001554 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001555 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556 unsigned long flags;
1557 int i;
1558
Francois Romieu57d6d452012-03-13 11:14:17 +01001559 if (netif_msg_tx_err(sis_priv)) {
Frans Pop2381a552010-03-24 07:57:36 +00001560 printk(KERN_INFO "%s: Transmit timeout, status %8.8x %8.8x\n",
Francois Romieu57d6d452012-03-13 11:14:17 +01001561 net_dev->name, sr32(cr), sr32(isr));
1562 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
1564 /* Disable interrupts by clearing the interrupt mask. */
Francois Romieu57d6d452012-03-13 11:14:17 +01001565 sw32(imr, 0x0000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
1567 /* use spinlock to prevent interrupt handler accessing buffer ring */
1568 spin_lock_irqsave(&sis_priv->lock, flags);
1569
1570 /* discard unsent packets */
1571 sis_priv->dirty_tx = sis_priv->cur_tx = 0;
1572 for (i = 0; i < NUM_TX_DESC; i++) {
1573 struct sk_buff *skb = sis_priv->tx_skbuff[i];
1574
1575 if (skb) {
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001576 pci_unmap_single(sis_priv->pci_dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 sis_priv->tx_ring[i].bufptr, skb->len,
1578 PCI_DMA_TODEVICE);
1579 dev_kfree_skb_irq(skb);
1580 sis_priv->tx_skbuff[i] = NULL;
1581 sis_priv->tx_ring[i].cmdsts = 0;
1582 sis_priv->tx_ring[i].bufptr = 0;
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001583 net_dev->stats.tx_dropped++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 }
1585 }
1586 sis_priv->tx_full = 0;
1587 netif_wake_queue(net_dev);
1588
1589 spin_unlock_irqrestore(&sis_priv->lock, flags);
1590
Eric Dumazet1ae5dc32010-05-10 05:01:31 -07001591 net_dev->trans_start = jiffies; /* prevent tx timeout */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592
1593 /* load Transmit Descriptor Register */
Francois Romieu57d6d452012-03-13 11:14:17 +01001594 sw32(txdp, sis_priv->tx_ring_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
1596 /* Enable all known interrupts by setting the interrupt mask. */
Francois Romieu57d6d452012-03-13 11:14:17 +01001597 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598}
1599
1600/**
1601 * sis900_start_xmit - sis900 start transmit routine
1602 * @skb: socket buffer pointer to put the data being transmitted
1603 * @net_dev: the net device to transmit with
1604 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001605 * Set the transmit buffer descriptor,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 * and write TxENA to enable transmit state machine.
1607 * tell upper layer if the buffer is full
1608 */
1609
Stephen Hemminger613573252009-08-31 19:50:58 +00001610static netdev_tx_t
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev)
1612{
Wang Chen8f15ea42008-11-12 23:38:36 -08001613 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001614 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615 unsigned int entry;
1616 unsigned long flags;
1617 unsigned int index_cur_tx, index_dirty_tx;
1618 unsigned int count_dirty_tx;
1619
1620 /* Don't transmit data before the complete of auto-negotiation */
1621 if(!sis_priv->autong_complete){
1622 netif_stop_queue(net_dev);
Patrick McHardy5b548142009-06-12 06:22:29 +00001623 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 }
1625
1626 spin_lock_irqsave(&sis_priv->lock, flags);
1627
1628 /* Calculate the next Tx descriptor entry. */
1629 entry = sis_priv->cur_tx % NUM_TX_DESC;
1630 sis_priv->tx_skbuff[entry] = skb;
1631
1632 /* set the transmit buffer descriptor and enable Transmit State Machine */
1633 sis_priv->tx_ring[entry].bufptr = pci_map_single(sis_priv->pci_dev,
1634 skb->data, skb->len, PCI_DMA_TODEVICE);
1635 sis_priv->tx_ring[entry].cmdsts = (OWN | skb->len);
Francois Romieu57d6d452012-03-13 11:14:17 +01001636 sw32(cr, TxENA | sr32(cr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637
1638 sis_priv->cur_tx ++;
1639 index_cur_tx = sis_priv->cur_tx;
1640 index_dirty_tx = sis_priv->dirty_tx;
1641
1642 for (count_dirty_tx = 0; index_cur_tx != index_dirty_tx; index_dirty_tx++)
1643 count_dirty_tx ++;
1644
1645 if (index_cur_tx == index_dirty_tx) {
1646 /* dirty_tx is met in the cycle of cur_tx, buffer full */
1647 sis_priv->tx_full = 1;
1648 netif_stop_queue(net_dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001649 } else if (count_dirty_tx < NUM_TX_DESC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 /* Typical path, tell upper layer that more transmission is possible */
1651 netif_start_queue(net_dev);
1652 } else {
1653 /* buffer full, tell upper layer no more transmission */
1654 sis_priv->tx_full = 1;
1655 netif_stop_queue(net_dev);
1656 }
1657
1658 spin_unlock_irqrestore(&sis_priv->lock, flags);
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 if (netif_msg_tx_queued(sis_priv))
1661 printk(KERN_DEBUG "%s: Queued Tx packet at %p size %d "
1662 "to slot %d.\n",
1663 net_dev->name, skb->data, (int)skb->len, entry);
1664
Patrick McHardy6ed10652009-06-23 06:03:08 +00001665 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
1667
1668/**
1669 * sis900_interrupt - sis900 interrupt handler
1670 * @irq: the irq number
1671 * @dev_instance: the client data object
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001673 * The interrupt handler does all of the Rx thread work,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 * and cleans up after the Tx thread
1675 */
1676
David Howells7d12e782006-10-05 14:55:46 +01001677static irqreturn_t sis900_interrupt(int irq, void *dev_instance)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678{
1679 struct net_device *net_dev = dev_instance;
Wang Chen8f15ea42008-11-12 23:38:36 -08001680 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 int boguscnt = max_interrupt_work;
Francois Romieu57d6d452012-03-13 11:14:17 +01001682 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 u32 status;
1684 unsigned int handled = 0;
1685
1686 spin_lock (&sis_priv->lock);
1687
1688 do {
Francois Romieu57d6d452012-03-13 11:14:17 +01001689 status = sr32(isr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
1691 if ((status & (HIBERR|TxURN|TxERR|TxIDLE|RxORN|RxERR|RxOK)) == 0)
1692 /* nothing intresting happened */
1693 break;
1694 handled = 1;
1695
1696 /* why dow't we break after Tx/Rx case ?? keyword: full-duplex */
1697 if (status & (RxORN | RxERR | RxOK))
1698 /* Rx interrupt */
1699 sis900_rx(net_dev);
1700
1701 if (status & (TxURN | TxERR | TxIDLE))
1702 /* Tx interrupt */
1703 sis900_finish_xmit(net_dev);
1704
1705 /* something strange happened !!! */
1706 if (status & HIBERR) {
1707 if(netif_msg_intr(sis_priv))
Joe Perches24500222007-11-19 17:48:28 -08001708 printk(KERN_INFO "%s: Abnormal interrupt, "
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 "status %#8.8x.\n", net_dev->name, status);
1710 break;
1711 }
1712 if (--boguscnt < 0) {
1713 if(netif_msg_intr(sis_priv))
1714 printk(KERN_INFO "%s: Too much work at interrupt, "
1715 "interrupt status = %#8.8x.\n",
1716 net_dev->name, status);
1717 break;
1718 }
1719 } while (1);
1720
1721 if(netif_msg_intr(sis_priv))
1722 printk(KERN_DEBUG "%s: exiting interrupt, "
1723 "interrupt status = 0x%#8.8x.\n",
Francois Romieu57d6d452012-03-13 11:14:17 +01001724 net_dev->name, sr32(isr));
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001725
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 spin_unlock (&sis_priv->lock);
1727 return IRQ_RETVAL(handled);
1728}
1729
1730/**
1731 * sis900_rx - sis900 receive routine
1732 * @net_dev: the net device which receives data
1733 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001734 * Process receive interrupt events,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735 * put buffer to higher layer and refill buffer pool
Akinobu Mita0b280022006-03-26 01:38:58 -08001736 * Note: This function is called by interrupt handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 * don't do "too much" work here
1738 */
1739
1740static int sis900_rx(struct net_device *net_dev)
1741{
Wang Chen8f15ea42008-11-12 23:38:36 -08001742 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001743 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 unsigned int entry = sis_priv->cur_rx % NUM_RX_DESC;
1745 u32 rx_status = sis_priv->rx_ring[entry].cmdsts;
Vasily Averin7380a78a2005-10-28 16:46:35 -04001746 int rx_work_limit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747
1748 if (netif_msg_rx_status(sis_priv))
1749 printk(KERN_DEBUG "sis900_rx, cur_rx:%4.4d, dirty_rx:%4.4d "
1750 "status:0x%8.8x\n",
1751 sis_priv->cur_rx, sis_priv->dirty_rx, rx_status);
Vasily Averin7380a78a2005-10-28 16:46:35 -04001752 rx_work_limit = sis_priv->dirty_rx + NUM_RX_DESC - sis_priv->cur_rx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753
1754 while (rx_status & OWN) {
1755 unsigned int rx_size;
Daniele Venzanod269a692006-04-17 10:28:06 +02001756 unsigned int data_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757
Vasily Averin7380a78a2005-10-28 16:46:35 -04001758 if (--rx_work_limit < 0)
1759 break;
1760
Daniele Venzanod269a692006-04-17 10:28:06 +02001761 data_size = rx_status & DSIZE;
1762 rx_size = data_size - CRC_SIZE;
1763
1764#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001765 /* ``TOOLONG'' flag means jumbo packet received. */
Daniele Venzanod269a692006-04-17 10:28:06 +02001766 if ((rx_status & TOOLONG) && data_size <= MAX_FRAME_SIZE)
1767 rx_status &= (~ ((unsigned int)TOOLONG));
1768#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769
1770 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
1771 /* corrupted packet received */
1772 if (netif_msg_rx_err(sis_priv))
1773 printk(KERN_DEBUG "%s: Corrupted packet "
Daniele Venzanod269a692006-04-17 10:28:06 +02001774 "received, buffer status = 0x%8.8x/%d.\n",
1775 net_dev->name, rx_status, data_size);
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001776 net_dev->stats.rx_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 if (rx_status & OVERRUN)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001778 net_dev->stats.rx_over_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779 if (rx_status & (TOOLONG|RUNT))
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001780 net_dev->stats.rx_length_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781 if (rx_status & (RXISERR | FAERR))
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001782 net_dev->stats.rx_frame_errors++;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001783 if (rx_status & CRCERR)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001784 net_dev->stats.rx_crc_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 /* reset buffer descriptor state */
1786 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
1787 } else {
1788 struct sk_buff * skb;
Neil Hormandc5a1442007-04-26 13:47:36 -04001789 struct sk_buff * rx_skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790
Neil Hormanb748d9e2007-04-20 09:54:58 -04001791 pci_unmap_single(sis_priv->pci_dev,
1792 sis_priv->rx_ring[entry].bufptr, RX_BUF_SIZE,
1793 PCI_DMA_FROMDEVICE);
1794
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02001795 /* refill the Rx buffer, what if there is not enough
Neil Hormanb748d9e2007-04-20 09:54:58 -04001796 * memory for new socket buffer ?? */
Pradeep A. Dalvidae2e9f2012-02-06 11:16:13 +00001797 if ((skb = netdev_alloc_skb(net_dev, RX_BUF_SIZE)) == NULL) {
Neil Hormanb748d9e2007-04-20 09:54:58 -04001798 /*
1799 * Not enough memory to refill the buffer
1800 * so we need to recycle the old one so
1801 * as to avoid creating a memory hole
1802 * in the rx ring
1803 */
1804 skb = sis_priv->rx_skbuff[entry];
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001805 net_dev->stats.rx_dropped++;
Neil Hormanb748d9e2007-04-20 09:54:58 -04001806 goto refill_rx_ring;
Jeff Garzik7d2e3cb2008-05-13 01:41:58 -04001807 }
Neil Hormanb748d9e2007-04-20 09:54:58 -04001808
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 /* This situation should never happen, but due to
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02001810 some unknown bugs, it is possible that
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 we are working on NULL sk_buff :-( */
1812 if (sis_priv->rx_skbuff[entry] == NULL) {
1813 if (netif_msg_rx_err(sis_priv))
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001814 printk(KERN_WARNING "%s: NULL pointer "
Vasily Averin7380a78a2005-10-28 16:46:35 -04001815 "encountered in Rx ring\n"
1816 "cur_rx:%4.4d, dirty_rx:%4.4d\n",
1817 net_dev->name, sis_priv->cur_rx,
1818 sis_priv->dirty_rx);
Jesper Juhlbf1f9ae2011-02-05 10:41:53 +00001819 dev_kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 break;
1821 }
1822
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823 /* give the socket buffer to upper layers */
Neil Hormandc5a1442007-04-26 13:47:36 -04001824 rx_skb = sis_priv->rx_skbuff[entry];
1825 skb_put(rx_skb, rx_size);
1826 rx_skb->protocol = eth_type_trans(rx_skb, net_dev);
1827 netif_rx(rx_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828
1829 /* some network statistics */
1830 if ((rx_status & BCAST) == MCAST)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001831 net_dev->stats.multicast++;
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001832 net_dev->stats.rx_bytes += rx_size;
1833 net_dev->stats.rx_packets++;
Neil Hormanb748d9e2007-04-20 09:54:58 -04001834 sis_priv->dirty_rx++;
1835refill_rx_ring:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 sis_priv->rx_skbuff[entry] = skb;
1837 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001838 sis_priv->rx_ring[entry].bufptr =
1839 pci_map_single(sis_priv->pci_dev, skb->data,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 }
1842 sis_priv->cur_rx++;
1843 entry = sis_priv->cur_rx % NUM_RX_DESC;
1844 rx_status = sis_priv->rx_ring[entry].cmdsts;
1845 } // while
1846
1847 /* refill the Rx buffer, what if the rate of refilling is slower
1848 * than consuming ?? */
Vasily Averin7380a78a2005-10-28 16:46:35 -04001849 for (; sis_priv->cur_rx != sis_priv->dirty_rx; sis_priv->dirty_rx++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 struct sk_buff *skb;
1851
1852 entry = sis_priv->dirty_rx % NUM_RX_DESC;
1853
1854 if (sis_priv->rx_skbuff[entry] == NULL) {
Pradeep A. Dalvidae2e9f2012-02-06 11:16:13 +00001855 if ((skb = netdev_alloc_skb(net_dev, RX_BUF_SIZE)) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 /* not enough memory for skbuff, this makes a
1857 * "hole" on the buffer ring, it is not clear
1858 * how the hardware will react to this kind
1859 * of degenerated buffer */
1860 if (netif_msg_rx_err(sis_priv))
Joe Perches24500222007-11-19 17:48:28 -08001861 printk(KERN_INFO "%s: Memory squeeze, "
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862 "deferring packet.\n",
1863 net_dev->name);
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001864 net_dev->stats.rx_dropped++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 break;
1866 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 sis_priv->rx_skbuff[entry] = skb;
1868 sis_priv->rx_ring[entry].cmdsts = RX_BUF_SIZE;
1869 sis_priv->rx_ring[entry].bufptr =
David S. Miller689be432005-06-28 15:25:31 -07001870 pci_map_single(sis_priv->pci_dev, skb->data,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
1872 }
1873 }
1874 /* re-enable the potentially idle receive state matchine */
Francois Romieu57d6d452012-03-13 11:14:17 +01001875 sw32(cr , RxENA | sr32(cr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
1877 return 0;
1878}
1879
1880/**
1881 * sis900_finish_xmit - finish up transmission of packets
1882 * @net_dev: the net device to be transmitted on
1883 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001884 * Check for error condition and free socket buffer etc
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 * schedule for more transmission as needed
Akinobu Mita0b280022006-03-26 01:38:58 -08001886 * Note: This function is called by interrupt handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 * don't do "too much" work here
1888 */
1889
1890static void sis900_finish_xmit (struct net_device *net_dev)
1891{
Wang Chen8f15ea42008-11-12 23:38:36 -08001892 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
1894 for (; sis_priv->dirty_tx != sis_priv->cur_tx; sis_priv->dirty_tx++) {
1895 struct sk_buff *skb;
1896 unsigned int entry;
1897 u32 tx_status;
1898
1899 entry = sis_priv->dirty_tx % NUM_TX_DESC;
1900 tx_status = sis_priv->tx_ring[entry].cmdsts;
1901
1902 if (tx_status & OWN) {
1903 /* The packet is not transmitted yet (owned by hardware) !
1904 * Note: the interrupt is generated only when Tx Machine
1905 * is idle, so this is an almost impossible case */
1906 break;
1907 }
1908
1909 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
1910 /* packet unsuccessfully transmitted */
1911 if (netif_msg_tx_err(sis_priv))
1912 printk(KERN_DEBUG "%s: Transmit "
1913 "error, Tx status %8.8x.\n",
1914 net_dev->name, tx_status);
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001915 net_dev->stats.tx_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 if (tx_status & UNDERRUN)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001917 net_dev->stats.tx_fifo_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918 if (tx_status & ABORT)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001919 net_dev->stats.tx_aborted_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 if (tx_status & NOCARRIER)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001921 net_dev->stats.tx_carrier_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922 if (tx_status & OWCOLL)
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001923 net_dev->stats.tx_window_errors++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 } else {
1925 /* packet successfully transmitted */
Jeff Garzik09f75cd2007-10-03 17:41:50 -07001926 net_dev->stats.collisions += (tx_status & COLCNT) >> 16;
1927 net_dev->stats.tx_bytes += tx_status & DSIZE;
1928 net_dev->stats.tx_packets++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 }
1930 /* Free the original skb. */
1931 skb = sis_priv->tx_skbuff[entry];
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001932 pci_unmap_single(sis_priv->pci_dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 sis_priv->tx_ring[entry].bufptr, skb->len,
1934 PCI_DMA_TODEVICE);
1935 dev_kfree_skb_irq(skb);
1936 sis_priv->tx_skbuff[entry] = NULL;
1937 sis_priv->tx_ring[entry].bufptr = 0;
1938 sis_priv->tx_ring[entry].cmdsts = 0;
1939 }
1940
1941 if (sis_priv->tx_full && netif_queue_stopped(net_dev) &&
1942 sis_priv->cur_tx - sis_priv->dirty_tx < NUM_TX_DESC - 4) {
1943 /* The ring is no longer full, clear tx_full and schedule
1944 * more transmission by netif_wake_queue(net_dev) */
1945 sis_priv->tx_full = 0;
1946 netif_wake_queue (net_dev);
1947 }
1948}
1949
1950/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001951 * sis900_close - close sis900 device
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 * @net_dev: the net device to be closed
1953 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001954 * Disable interrupts, stop the Tx and Rx Status Machine
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 * free Tx and RX socket buffer
1956 */
1957
1958static int sis900_close(struct net_device *net_dev)
1959{
Wang Chen8f15ea42008-11-12 23:38:36 -08001960 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01001961 struct pci_dev *pdev = sis_priv->pci_dev;
1962 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 struct sk_buff *skb;
1964 int i;
1965
1966 netif_stop_queue(net_dev);
1967
1968 /* Disable interrupts by clearing the interrupt mask. */
Francois Romieu57d6d452012-03-13 11:14:17 +01001969 sw32(imr, 0x0000);
1970 sw32(ier, 0x0000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
1972 /* Stop the chip's Tx and Rx Status Machine */
Francois Romieu57d6d452012-03-13 11:14:17 +01001973 sw32(cr, RxDIS | TxDIS | sr32(cr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974
1975 del_timer(&sis_priv->timer);
1976
Francois Romieu57d6d452012-03-13 11:14:17 +01001977 free_irq(pdev->irq, net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978
1979 /* Free Tx and RX skbuff */
1980 for (i = 0; i < NUM_RX_DESC; i++) {
1981 skb = sis_priv->rx_skbuff[i];
1982 if (skb) {
Francois Romieu57d6d452012-03-13 11:14:17 +01001983 pci_unmap_single(pdev, sis_priv->rx_ring[i].bufptr,
1984 RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 dev_kfree_skb(skb);
1986 sis_priv->rx_skbuff[i] = NULL;
1987 }
1988 }
1989 for (i = 0; i < NUM_TX_DESC; i++) {
1990 skb = sis_priv->tx_skbuff[i];
1991 if (skb) {
Francois Romieu57d6d452012-03-13 11:14:17 +01001992 pci_unmap_single(pdev, sis_priv->tx_ring[i].bufptr,
1993 skb->len, PCI_DMA_TODEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994 dev_kfree_skb(skb);
1995 sis_priv->tx_skbuff[i] = NULL;
1996 }
1997 }
1998
1999 /* Green! Put the chip in low-power mode. */
2000
2001 return 0;
2002}
2003
2004/**
2005 * sis900_get_drvinfo - Return information about driver
2006 * @net_dev: the net device to probe
2007 * @info: container for info returned
2008 *
2009 * Process ethtool command such as "ehtool -i" to show information
2010 */
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002011
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012static void sis900_get_drvinfo(struct net_device *net_dev,
2013 struct ethtool_drvinfo *info)
2014{
Wang Chen8f15ea42008-11-12 23:38:36 -08002015 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016
Rick Jones23020ab2011-11-09 09:58:07 +00002017 strlcpy(info->driver, SIS900_MODULE_NAME, sizeof(info->driver));
2018 strlcpy(info->version, SIS900_DRV_VERSION, sizeof(info->version));
2019 strlcpy(info->bus_info, pci_name(sis_priv->pci_dev),
2020 sizeof(info->bus_info));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021}
2022
2023static u32 sis900_get_msglevel(struct net_device *net_dev)
2024{
Wang Chen8f15ea42008-11-12 23:38:36 -08002025 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026 return sis_priv->msg_enable;
2027}
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029static void sis900_set_msglevel(struct net_device *net_dev, u32 value)
2030{
Wang Chen8f15ea42008-11-12 23:38:36 -08002031 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 sis_priv->msg_enable = value;
2033}
2034
Daniele Venzanoda369b02005-05-12 20:13:14 -04002035static u32 sis900_get_link(struct net_device *net_dev)
2036{
Wang Chen8f15ea42008-11-12 23:38:36 -08002037 struct sis900_private *sis_priv = netdev_priv(net_dev);
Daniele Venzanoda369b02005-05-12 20:13:14 -04002038 return mii_link_ok(&sis_priv->mii_info);
2039}
2040
2041static int sis900_get_settings(struct net_device *net_dev,
2042 struct ethtool_cmd *cmd)
2043{
Wang Chen8f15ea42008-11-12 23:38:36 -08002044 struct sis900_private *sis_priv = netdev_priv(net_dev);
Daniele Venzanoda369b02005-05-12 20:13:14 -04002045 spin_lock_irq(&sis_priv->lock);
2046 mii_ethtool_gset(&sis_priv->mii_info, cmd);
2047 spin_unlock_irq(&sis_priv->lock);
2048 return 0;
2049}
2050
2051static int sis900_set_settings(struct net_device *net_dev,
2052 struct ethtool_cmd *cmd)
2053{
Wang Chen8f15ea42008-11-12 23:38:36 -08002054 struct sis900_private *sis_priv = netdev_priv(net_dev);
Daniele Venzanoda369b02005-05-12 20:13:14 -04002055 int rt;
2056 spin_lock_irq(&sis_priv->lock);
2057 rt = mii_ethtool_sset(&sis_priv->mii_info, cmd);
2058 spin_unlock_irq(&sis_priv->lock);
2059 return rt;
2060}
2061
2062static int sis900_nway_reset(struct net_device *net_dev)
2063{
Wang Chen8f15ea42008-11-12 23:38:36 -08002064 struct sis900_private *sis_priv = netdev_priv(net_dev);
Daniele Venzanoda369b02005-05-12 20:13:14 -04002065 return mii_nway_restart(&sis_priv->mii_info);
2066}
2067
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002068/**
2069 * sis900_set_wol - Set up Wake on Lan registers
2070 * @net_dev: the net device to probe
2071 * @wol: container for info passed to the driver
2072 *
2073 * Process ethtool command "wol" to setup wake on lan features.
2074 * SiS900 supports sending WoL events if a correct packet is received,
2075 * but there is no simple way to filter them to only a subset (broadcast,
2076 * multicast, unicast or arp).
2077 */
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002078
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002079static int sis900_set_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol)
2080{
Wang Chen8f15ea42008-11-12 23:38:36 -08002081 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002082 void __iomem *ioaddr = sis_priv->ioaddr;
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002083 u32 cfgpmcsr = 0, pmctrl_bits = 0;
2084
2085 if (wol->wolopts == 0) {
2086 pci_read_config_dword(sis_priv->pci_dev, CFGPMCSR, &cfgpmcsr);
Daniele Venzano7bef4b32006-02-25 17:01:09 -05002087 cfgpmcsr &= ~PME_EN;
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002088 pci_write_config_dword(sis_priv->pci_dev, CFGPMCSR, cfgpmcsr);
Francois Romieu57d6d452012-03-13 11:14:17 +01002089 sw32(pmctrl, pmctrl_bits);
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002090 if (netif_msg_wol(sis_priv))
2091 printk(KERN_DEBUG "%s: Wake on LAN disabled\n", net_dev->name);
2092 return 0;
2093 }
2094
2095 if (wol->wolopts & (WAKE_MAGICSECURE | WAKE_UCAST | WAKE_MCAST
2096 | WAKE_BCAST | WAKE_ARP))
2097 return -EINVAL;
2098
2099 if (wol->wolopts & WAKE_MAGIC)
2100 pmctrl_bits |= MAGICPKT;
2101 if (wol->wolopts & WAKE_PHY)
2102 pmctrl_bits |= LINKON;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002103
Francois Romieu57d6d452012-03-13 11:14:17 +01002104 sw32(pmctrl, pmctrl_bits);
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002105
2106 pci_read_config_dword(sis_priv->pci_dev, CFGPMCSR, &cfgpmcsr);
2107 cfgpmcsr |= PME_EN;
2108 pci_write_config_dword(sis_priv->pci_dev, CFGPMCSR, cfgpmcsr);
2109 if (netif_msg_wol(sis_priv))
2110 printk(KERN_DEBUG "%s: Wake on LAN enabled\n", net_dev->name);
2111
2112 return 0;
2113}
2114
2115static void sis900_get_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol)
2116{
Francois Romieu57d6d452012-03-13 11:14:17 +01002117 struct sis900_private *sp = netdev_priv(net_dev);
2118 void __iomem *ioaddr = sp->ioaddr;
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002119 u32 pmctrl_bits;
2120
Francois Romieu57d6d452012-03-13 11:14:17 +01002121 pmctrl_bits = sr32(pmctrl);
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002122 if (pmctrl_bits & MAGICPKT)
2123 wol->wolopts |= WAKE_MAGIC;
2124 if (pmctrl_bits & LINKON)
2125 wol->wolopts |= WAKE_PHY;
2126
2127 wol->supported = (WAKE_PHY | WAKE_MAGIC);
2128}
2129
Jeff Garzik7282d492006-09-13 14:30:00 -04002130static const struct ethtool_ops sis900_ethtool_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 .get_drvinfo = sis900_get_drvinfo,
2132 .get_msglevel = sis900_get_msglevel,
2133 .set_msglevel = sis900_set_msglevel,
Daniele Venzanoda369b02005-05-12 20:13:14 -04002134 .get_link = sis900_get_link,
2135 .get_settings = sis900_get_settings,
2136 .set_settings = sis900_set_settings,
2137 .nway_reset = sis900_nway_reset,
Daniele Venzanoea37cce2005-10-11 09:44:30 +02002138 .get_wol = sis900_get_wol,
2139 .set_wol = sis900_set_wol
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140};
2141
2142/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002143 * mii_ioctl - process MII i/o control command
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144 * @net_dev: the net device to command for
2145 * @rq: parameter for command
2146 * @cmd: the i/o command
2147 *
2148 * Process MII command like read/write MII register
2149 */
2150
2151static int mii_ioctl(struct net_device *net_dev, struct ifreq *rq, int cmd)
2152{
Wang Chen8f15ea42008-11-12 23:38:36 -08002153 struct sis900_private *sis_priv = netdev_priv(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154 struct mii_ioctl_data *data = if_mii(rq);
2155
2156 switch(cmd) {
2157 case SIOCGMIIPHY: /* Get address of MII PHY in use. */
2158 data->phy_id = sis_priv->mii->phy_addr;
2159 /* Fall Through */
2160
2161 case SIOCGMIIREG: /* Read MII PHY register. */
2162 data->val_out = mdio_read(net_dev, data->phy_id & 0x1f, data->reg_num & 0x1f);
2163 return 0;
2164
2165 case SIOCSMIIREG: /* Write MII PHY register. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 mdio_write(net_dev, data->phy_id & 0x1f, data->reg_num & 0x1f, data->val_in);
2167 return 0;
2168 default:
2169 return -EOPNOTSUPP;
2170 }
2171}
2172
2173/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002174 * sis900_set_config - Set media type by net_device.set_config
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 * @dev: the net device for media type change
2176 * @map: ifmap passed by ifconfig
2177 *
2178 * Set media type to 10baseT, 100baseT or 0(for auto) by ifconfig
2179 * we support only port changes. All other runtime configuration
2180 * changes will be ignored
2181 */
2182
2183static int sis900_set_config(struct net_device *dev, struct ifmap *map)
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002184{
Wang Chen8f15ea42008-11-12 23:38:36 -08002185 struct sis900_private *sis_priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186 struct mii_phy *mii_phy = sis_priv->mii;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 u16 status;
2189
2190 if ((map->port != (u_char)(-1)) && (map->port != dev->if_port)) {
2191 /* we switch on the ifmap->port field. I couldn't find anything
2192 * like a definition or standard for the values of that field.
2193 * I think the meaning of those values is device specific. But
2194 * since I would like to change the media type via the ifconfig
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002195 * command I use the definition from linux/netdevice.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 * (which seems to be different from the ifport(pcmcia) definition) */
2197 switch(map->port){
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002198 case IF_PORT_UNKNOWN: /* use auto here */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199 dev->if_port = map->port;
2200 /* we are going to change the media type, so the Link
2201 * will be temporary down and we need to reflect that
2202 * here. When the Link comes up again, it will be
2203 * sensed by the sis_timer procedure, which also does
2204 * all the rest for us */
2205 netif_carrier_off(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207 /* read current state */
2208 status = mdio_read(dev, mii_phy->phy_addr, MII_CONTROL);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002209
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210 /* enable auto negotiation and reset the negotioation
2211 * (I don't really know what the auto negatiotiation
2212 * reset really means, but it sounds for me right to
2213 * do one here) */
2214 mdio_write(dev, mii_phy->phy_addr,
2215 MII_CONTROL, status | MII_CNTL_AUTO | MII_CNTL_RST_AUTO);
2216
2217 break;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002218
2219 case IF_PORT_10BASET: /* 10BaseT */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 dev->if_port = map->port;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002221
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 /* we are going to change the media type, so the Link
2223 * will be temporary down and we need to reflect that
2224 * here. When the Link comes up again, it will be
2225 * sensed by the sis_timer procedure, which also does
2226 * all the rest for us */
2227 netif_carrier_off(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002228
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229 /* set Speed to 10Mbps */
2230 /* read current state */
2231 status = mdio_read(dev, mii_phy->phy_addr, MII_CONTROL);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 /* disable auto negotiation and force 10MBit mode*/
2234 mdio_write(dev, mii_phy->phy_addr,
2235 MII_CONTROL, status & ~(MII_CNTL_SPEED |
2236 MII_CNTL_AUTO));
2237 break;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002238
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239 case IF_PORT_100BASET: /* 100BaseT */
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002240 case IF_PORT_100BASETX: /* 100BaseTx */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 dev->if_port = map->port;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002242
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 /* we are going to change the media type, so the Link
2244 * will be temporary down and we need to reflect that
2245 * here. When the Link comes up again, it will be
2246 * sensed by the sis_timer procedure, which also does
2247 * all the rest for us */
2248 netif_carrier_off(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002249
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250 /* set Speed to 100Mbps */
2251 /* disable auto negotiation and enable 100MBit Mode */
2252 status = mdio_read(dev, mii_phy->phy_addr, MII_CONTROL);
2253 mdio_write(dev, mii_phy->phy_addr,
2254 MII_CONTROL, (status & ~MII_CNTL_SPEED) |
2255 MII_CNTL_SPEED);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 break;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 case IF_PORT_10BASE2: /* 10Base2 */
2260 case IF_PORT_AUI: /* AUI */
2261 case IF_PORT_100BASEFX: /* 100BaseFx */
2262 /* These Modes are not supported (are they?)*/
2263 return -EOPNOTSUPP;
2264 break;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002265
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266 default:
2267 return -EINVAL;
2268 }
2269 }
2270 return 0;
2271}
2272
2273/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002274 * sis900_mcast_bitnr - compute hashtable index
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 * @addr: multicast address
2276 * @revision: revision id of chip
2277 *
2278 * SiS 900 uses the most sigificant 7 bits to index a 128 bits multicast
2279 * hash table, which makes this function a little bit different from other drivers
2280 * SiS 900 B0 & 635 M/B uses the most significat 8 bits to index 256 bits
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002281 * multicast hash table.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282 */
2283
2284static inline u16 sis900_mcast_bitnr(u8 *addr, u8 revision)
2285{
2286
2287 u32 crc = ether_crc(6, addr);
2288
2289 /* leave 8 or 7 most siginifant bits */
2290 if ((revision >= SIS635A_900_REV) || (revision == SIS900B_900_REV))
Eric Dumazet807540b2010-09-23 05:40:09 +00002291 return (int)(crc >> 24);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 else
Eric Dumazet807540b2010-09-23 05:40:09 +00002293 return (int)(crc >> 25);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294}
2295
2296/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002297 * set_rx_mode - Set SiS900 receive mode
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298 * @net_dev: the net device to be set
2299 *
2300 * Set SiS900 receive mode for promiscuous, multicast, or broadcast mode.
2301 * And set the appropriate multicast filter.
2302 * Multicast hash table changes from 128 to 256 bits for 635M/B & 900B0.
2303 */
2304
2305static void set_rx_mode(struct net_device *net_dev)
2306{
Wang Chen8f15ea42008-11-12 23:38:36 -08002307 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002308 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309 u16 mc_filter[16] = {0}; /* 256/128 bits multicast hash table */
2310 int i, table_entries;
2311 u32 rx_mode;
2312
Alexey Dobriyan7f927fc2006-03-28 01:56:53 -08002313 /* 635 Hash Table entries = 256(2^16) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 if((sis_priv->chipset_rev >= SIS635A_900_REV) ||
2315 (sis_priv->chipset_rev == SIS900B_900_REV))
2316 table_entries = 16;
2317 else
2318 table_entries = 8;
2319
2320 if (net_dev->flags & IFF_PROMISC) {
2321 /* Accept any kinds of packets */
2322 rx_mode = RFPromiscuous;
2323 for (i = 0; i < table_entries; i++)
2324 mc_filter[i] = 0xffff;
Jiri Pirko4cd24ea2010-02-08 04:30:35 +00002325 } else if ((netdev_mc_count(net_dev) > multicast_filter_limit) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326 (net_dev->flags & IFF_ALLMULTI)) {
2327 /* too many multicast addresses or accept all multicast packet */
2328 rx_mode = RFAAB | RFAAM;
2329 for (i = 0; i < table_entries; i++)
2330 mc_filter[i] = 0xffff;
2331 } else {
2332 /* Accept Broadcast packet, destination address matchs our
2333 * MAC address, use Receive Filter to reject unwanted MCAST
2334 * packets */
Jiri Pirko22bedad2010-04-01 21:22:57 +00002335 struct netdev_hw_addr *ha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336 rx_mode = RFAAB;
Jiri Pirko55085902010-02-18 00:42:54 +00002337
Jiri Pirko22bedad2010-04-01 21:22:57 +00002338 netdev_for_each_mc_addr(ha, net_dev) {
2339 unsigned int bit_nr;
2340
2341 bit_nr = sis900_mcast_bitnr(ha->addr,
2342 sis_priv->chipset_rev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 mc_filter[bit_nr >> 4] |= (1 << (bit_nr & 0xf));
2344 }
2345 }
2346
2347 /* update Multicast Hash Table in Receive Filter */
2348 for (i = 0; i < table_entries; i++) {
2349 /* why plus 0x04 ??, That makes the correct value for hash table. */
Francois Romieu57d6d452012-03-13 11:14:17 +01002350 sw32(rfcr, (u32)(0x00000004 + i) << RFADDR_shift);
2351 sw32(rfdr, mc_filter[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 }
2353
Francois Romieu57d6d452012-03-13 11:14:17 +01002354 sw32(rfcr, RFEN | rx_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355
2356 /* sis900 is capable of looping back packets at MAC level for
2357 * debugging purpose */
2358 if (net_dev->flags & IFF_LOOPBACK) {
2359 u32 cr_saved;
2360 /* We must disable Tx/Rx before setting loopback mode */
Francois Romieu57d6d452012-03-13 11:14:17 +01002361 cr_saved = sr32(cr);
2362 sw32(cr, cr_saved | TxDIS | RxDIS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363 /* enable loopback */
Francois Romieu57d6d452012-03-13 11:14:17 +01002364 sw32(txcfg, sr32(txcfg) | TxMLB);
2365 sw32(rxcfg, sr32(rxcfg) | RxATX);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 /* restore cr */
Francois Romieu57d6d452012-03-13 11:14:17 +01002367 sw32(cr, cr_saved);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369}
2370
2371/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002372 * sis900_reset - Reset sis900 MAC
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373 * @net_dev: the net device to reset
2374 *
2375 * reset sis900 MAC and wait until finished
2376 * reset through command register
2377 * change backoff algorithm for 900B0 & 635 M/B
2378 */
2379
2380static void sis900_reset(struct net_device *net_dev)
2381{
Wang Chen8f15ea42008-11-12 23:38:36 -08002382 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002383 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384 u32 status = TxRCMP | RxRCMP;
Francois Romieu57d6d452012-03-13 11:14:17 +01002385 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386
Francois Romieu57d6d452012-03-13 11:14:17 +01002387 sw32(ier, 0);
2388 sw32(imr, 0);
2389 sw32(rfcr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390
Francois Romieu57d6d452012-03-13 11:14:17 +01002391 sw32(cr, RxRESET | TxRESET | RESET | sr32(cr));
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002392
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 /* Check that the chip has finished the reset. */
Francois Romieu57d6d452012-03-13 11:14:17 +01002394 for (i = 0; status && (i < 1000); i++)
2395 status ^= sr32(isr) & status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
Francois Romieu57d6d452012-03-13 11:14:17 +01002397 if (sis_priv->chipset_rev >= SIS635A_900_REV ||
2398 sis_priv->chipset_rev == SIS900B_900_REV)
2399 sw32(cfg, PESEL | RND_CNT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400 else
Francois Romieu57d6d452012-03-13 11:14:17 +01002401 sw32(cfg, PESEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402}
2403
2404/**
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002405 * sis900_remove - Remove sis900 device
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406 * @pci_dev: the pci device to be removed
2407 *
2408 * remove and release SiS900 net device
2409 */
2410
2411static void __devexit sis900_remove(struct pci_dev *pci_dev)
2412{
2413 struct net_device *net_dev = pci_get_drvdata(pci_dev);
Wang Chen8f15ea42008-11-12 23:38:36 -08002414 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002415
2416 unregister_netdev(net_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417
2418 while (sis_priv->first_mii) {
Francois Romieu57d6d452012-03-13 11:14:17 +01002419 struct mii_phy *phy = sis_priv->first_mii;
2420
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 sis_priv->first_mii = phy->next;
2422 kfree(phy);
2423 }
2424
2425 pci_free_consistent(pci_dev, RX_TOTAL_SIZE, sis_priv->rx_ring,
2426 sis_priv->rx_ring_dma);
2427 pci_free_consistent(pci_dev, TX_TOTAL_SIZE, sis_priv->tx_ring,
2428 sis_priv->tx_ring_dma);
Francois Romieu57d6d452012-03-13 11:14:17 +01002429 pci_iounmap(pci_dev, sis_priv->ioaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 free_netdev(net_dev);
2431 pci_release_regions(pci_dev);
2432 pci_set_drvdata(pci_dev, NULL);
2433}
2434
2435#ifdef CONFIG_PM
2436
2437static int sis900_suspend(struct pci_dev *pci_dev, pm_message_t state)
2438{
2439 struct net_device *net_dev = pci_get_drvdata(pci_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002440 struct sis900_private *sis_priv = netdev_priv(net_dev);
2441 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
2443 if(!netif_running(net_dev))
2444 return 0;
2445
2446 netif_stop_queue(net_dev);
2447 netif_device_detach(net_dev);
2448
2449 /* Stop the chip's Tx and Rx Status Machine */
Francois Romieu57d6d452012-03-13 11:14:17 +01002450 sw32(cr, RxDIS | TxDIS | sr32(cr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451
2452 pci_set_power_state(pci_dev, PCI_D3hot);
2453 pci_save_state(pci_dev);
2454
2455 return 0;
2456}
2457
2458static int sis900_resume(struct pci_dev *pci_dev)
2459{
2460 struct net_device *net_dev = pci_get_drvdata(pci_dev);
Wang Chen8f15ea42008-11-12 23:38:36 -08002461 struct sis900_private *sis_priv = netdev_priv(net_dev);
Francois Romieu57d6d452012-03-13 11:14:17 +01002462 void __iomem *ioaddr = sis_priv->ioaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
2464 if(!netif_running(net_dev))
2465 return 0;
2466 pci_restore_state(pci_dev);
2467 pci_set_power_state(pci_dev, PCI_D0);
2468
2469 sis900_init_rxfilter(net_dev);
2470
2471 sis900_init_tx_ring(net_dev);
2472 sis900_init_rx_ring(net_dev);
2473
2474 set_rx_mode(net_dev);
2475
2476 netif_device_attach(net_dev);
2477 netif_start_queue(net_dev);
2478
2479 /* Workaround for EDB */
2480 sis900_set_mode(ioaddr, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);
2481
2482 /* Enable all known interrupts by setting the interrupt mask. */
Francois Romieu57d6d452012-03-13 11:14:17 +01002483 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);
2484 sw32(cr, RxENA | sr32(cr));
2485 sw32(ier, IE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486
2487 sis900_check_mode(net_dev, sis_priv->mii);
2488
2489 return 0;
2490}
2491#endif /* CONFIG_PM */
2492
2493static struct pci_driver sis900_pci_driver = {
2494 .name = SIS900_MODULE_NAME,
2495 .id_table = sis900_pci_tbl,
2496 .probe = sis900_probe,
2497 .remove = __devexit_p(sis900_remove),
2498#ifdef CONFIG_PM
2499 .suspend = sis900_suspend,
2500 .resume = sis900_resume,
2501#endif /* CONFIG_PM */
2502};
2503
2504static int __init sis900_init_module(void)
2505{
2506/* when a module, this is printed whether or not devices are found in probe */
2507#ifdef MODULE
2508 printk(version);
2509#endif
2510
Jeff Garzik29917622006-08-19 17:48:59 -04002511 return pci_register_driver(&sis900_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512}
2513
2514static void __exit sis900_cleanup_module(void)
2515{
2516 pci_unregister_driver(&sis900_pci_driver);
2517}
2518
2519module_init(sis900_init_module);
2520module_exit(sis900_cleanup_module);
2521