smc91x.c 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417
  1. /*
  2. * smc91x.c
  3. * This is a driver for SMSC's 91C9x/91C1xx single-chip Ethernet devices.
  4. *
  5. * Copyright (C) 1996 by Erik Stahlman
  6. * Copyright (C) 2001 Standard Microsystems Corporation
  7. * Developed by Simple Network Magic Corporation
  8. * Copyright (C) 2003 Monta Vista Software, Inc.
  9. * Unified SMC91x driver by Nicolas Pitre
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version.
  15. *
  16. * This program is distributed in the hope that it will be useful,
  17. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. * GNU General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with this program; if not, write to the Free Software
  23. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  24. *
  25. * Arguments:
  26. * io = for the base address
  27. * irq = for the IRQ
  28. * nowait = 0 for normal wait states, 1 eliminates additional wait states
  29. *
  30. * original author:
  31. * Erik Stahlman <erik@vt.edu>
  32. *
  33. * hardware multicast code:
  34. * Peter Cammaert <pc@denkart.be>
  35. *
  36. * contributors:
  37. * Daris A Nevil <dnevil@snmc.com>
  38. * Nicolas Pitre <nico@cam.org>
  39. * Russell King <rmk@arm.linux.org.uk>
  40. *
  41. * History:
  42. * 08/20/00 Arnaldo Melo fix kfree(skb) in smc_hardware_send_packet
  43. * 12/15/00 Christian Jullien fix "Warning: kfree_skb on hard IRQ"
  44. * 03/16/01 Daris A Nevil modified smc9194.c for use with LAN91C111
  45. * 08/22/01 Scott Anderson merge changes from smc9194 to smc91111
  46. * 08/21/01 Pramod B Bhardwaj added support for RevB of LAN91C111
  47. * 12/20/01 Jeff Sutherland initial port to Xscale PXA with DMA support
  48. * 04/07/03 Nicolas Pitre unified SMC91x driver, killed irq races,
  49. * more bus abstraction, big cleanup, etc.
  50. * 29/09/03 Russell King - add driver model support
  51. * - ethtool support
  52. * - convert to use generic MII interface
  53. * - add link up/down notification
  54. * - don't try to handle full negotiation in
  55. * smc_phy_configure
  56. * - clean up (and fix stack overrun) in PHY
  57. * MII read/write functions
  58. * 22/09/04 Nicolas Pitre big update (see commit log for details)
  59. */
  60. static const char version[] =
  61. "smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@cam.org>\n";
  62. /* Debugging level */
  63. #ifndef SMC_DEBUG
  64. #define SMC_DEBUG 0
  65. #endif
  66. #include <linux/init.h>
  67. #include <linux/module.h>
  68. #include <linux/kernel.h>
  69. #include <linux/sched.h>
  70. #include <linux/slab.h>
  71. #include <linux/delay.h>
  72. #include <linux/interrupt.h>
  73. #include <linux/errno.h>
  74. #include <linux/ioport.h>
  75. #include <linux/crc32.h>
  76. #include <linux/platform_device.h>
  77. #include <linux/spinlock.h>
  78. #include <linux/ethtool.h>
  79. #include <linux/mii.h>
  80. #include <linux/workqueue.h>
  81. #include <linux/netdevice.h>
  82. #include <linux/etherdevice.h>
  83. #include <linux/skbuff.h>
  84. #include <asm/io.h>
  85. #include "smc91x.h"
  86. #ifndef SMC_NOWAIT
  87. # define SMC_NOWAIT 0
  88. #endif
  89. static int nowait = SMC_NOWAIT;
  90. module_param(nowait, int, 0400);
  91. MODULE_PARM_DESC(nowait, "set to 1 for no wait state");
  92. /*
  93. * Transmit timeout, default 5 seconds.
  94. */
  95. static int watchdog = 1000;
  96. module_param(watchdog, int, 0400);
  97. MODULE_PARM_DESC(watchdog, "transmit timeout in milliseconds");
  98. MODULE_LICENSE("GPL");
  99. MODULE_ALIAS("platform:smc91x");
  100. /*
  101. * The internal workings of the driver. If you are changing anything
  102. * here with the SMC stuff, you should have the datasheet and know
  103. * what you are doing.
  104. */
  105. #define CARDNAME "smc91x"
  106. /*
  107. * Use power-down feature of the chip
  108. */
  109. #define POWER_DOWN 1
  110. /*
  111. * Wait time for memory to be free. This probably shouldn't be
  112. * tuned that much, as waiting for this means nothing else happens
  113. * in the system
  114. */
  115. #define MEMORY_WAIT_TIME 16
  116. /*
  117. * The maximum number of processing loops allowed for each call to the
  118. * IRQ handler.
  119. */
  120. #define MAX_IRQ_LOOPS 8
  121. /*
  122. * This selects whether TX packets are sent one by one to the SMC91x internal
  123. * memory and throttled until transmission completes. This may prevent
  124. * RX overruns a litle by keeping much of the memory free for RX packets
  125. * but to the expense of reduced TX throughput and increased IRQ overhead.
  126. * Note this is not a cure for a too slow data bus or too high IRQ latency.
  127. */
  128. #define THROTTLE_TX_PKTS 0
  129. /*
  130. * The MII clock high/low times. 2x this number gives the MII clock period
  131. * in microseconds. (was 50, but this gives 6.4ms for each MII transaction!)
  132. */
  133. #define MII_DELAY 1
  134. #if SMC_DEBUG > 0
  135. #define DBG(n, args...) \
  136. do { \
  137. if (SMC_DEBUG >= (n)) \
  138. printk(args); \
  139. } while (0)
  140. #define PRINTK(args...) printk(args)
  141. #else
  142. #define DBG(n, args...) do { } while(0)
  143. #define PRINTK(args...) printk(KERN_DEBUG args)
  144. #endif
  145. #if SMC_DEBUG > 3
  146. static void PRINT_PKT(u_char *buf, int length)
  147. {
  148. int i;
  149. int remainder;
  150. int lines;
  151. lines = length / 16;
  152. remainder = length % 16;
  153. for (i = 0; i < lines ; i ++) {
  154. int cur;
  155. for (cur = 0; cur < 8; cur++) {
  156. u_char a, b;
  157. a = *buf++;
  158. b = *buf++;
  159. printk("%02x%02x ", a, b);
  160. }
  161. printk("\n");
  162. }
  163. for (i = 0; i < remainder/2 ; i++) {
  164. u_char a, b;
  165. a = *buf++;
  166. b = *buf++;
  167. printk("%02x%02x ", a, b);
  168. }
  169. printk("\n");
  170. }
  171. #else
  172. #define PRINT_PKT(x...) do { } while(0)
  173. #endif
  174. /* this enables an interrupt in the interrupt mask register */
  175. #define SMC_ENABLE_INT(lp, x) do { \
  176. unsigned char mask; \
  177. spin_lock_irq(&lp->lock); \
  178. mask = SMC_GET_INT_MASK(lp); \
  179. mask |= (x); \
  180. SMC_SET_INT_MASK(lp, mask); \
  181. spin_unlock_irq(&lp->lock); \
  182. } while (0)
  183. /* this disables an interrupt from the interrupt mask register */
  184. #define SMC_DISABLE_INT(lp, x) do { \
  185. unsigned char mask; \
  186. spin_lock_irq(&lp->lock); \
  187. mask = SMC_GET_INT_MASK(lp); \
  188. mask &= ~(x); \
  189. SMC_SET_INT_MASK(lp, mask); \
  190. spin_unlock_irq(&lp->lock); \
  191. } while (0)
  192. /*
  193. * Wait while MMU is busy. This is usually in the order of a few nanosecs
  194. * if at all, but let's avoid deadlocking the system if the hardware
  195. * decides to go south.
  196. */
  197. #define SMC_WAIT_MMU_BUSY(lp) do { \
  198. if (unlikely(SMC_GET_MMU_CMD(lp) & MC_BUSY)) { \
  199. unsigned long timeout = jiffies + 2; \
  200. while (SMC_GET_MMU_CMD(lp) & MC_BUSY) { \
  201. if (time_after(jiffies, timeout)) { \
  202. printk("%s: timeout %s line %d\n", \
  203. dev->name, __FILE__, __LINE__); \
  204. break; \
  205. } \
  206. cpu_relax(); \
  207. } \
  208. } \
  209. } while (0)
  210. /*
  211. * this does a soft reset on the device
  212. */
  213. static void smc_reset(struct net_device *dev)
  214. {
  215. struct smc_local *lp = netdev_priv(dev);
  216. void __iomem *ioaddr = lp->base;
  217. unsigned int ctl, cfg;
  218. struct sk_buff *pending_skb;
  219. DBG(2, "%s: %s\n", dev->name, __func__);
  220. /* Disable all interrupts, block TX tasklet */
  221. spin_lock_irq(&lp->lock);
  222. SMC_SELECT_BANK(lp, 2);
  223. SMC_SET_INT_MASK(lp, 0);
  224. pending_skb = lp->pending_tx_skb;
  225. lp->pending_tx_skb = NULL;
  226. spin_unlock_irq(&lp->lock);
  227. /* free any pending tx skb */
  228. if (pending_skb) {
  229. dev_kfree_skb(pending_skb);
  230. dev->stats.tx_errors++;
  231. dev->stats.tx_aborted_errors++;
  232. }
  233. /*
  234. * This resets the registers mostly to defaults, but doesn't
  235. * affect EEPROM. That seems unnecessary
  236. */
  237. SMC_SELECT_BANK(lp, 0);
  238. SMC_SET_RCR(lp, RCR_SOFTRST);
  239. /*
  240. * Setup the Configuration Register
  241. * This is necessary because the CONFIG_REG is not affected
  242. * by a soft reset
  243. */
  244. SMC_SELECT_BANK(lp, 1);
  245. cfg = CONFIG_DEFAULT;
  246. /*
  247. * Setup for fast accesses if requested. If the card/system
  248. * can't handle it then there will be no recovery except for
  249. * a hard reset or power cycle
  250. */
  251. if (lp->cfg.flags & SMC91X_NOWAIT)
  252. cfg |= CONFIG_NO_WAIT;
  253. /*
  254. * Release from possible power-down state
  255. * Configuration register is not affected by Soft Reset
  256. */
  257. cfg |= CONFIG_EPH_POWER_EN;
  258. SMC_SET_CONFIG(lp, cfg);
  259. /* this should pause enough for the chip to be happy */
  260. /*
  261. * elaborate? What does the chip _need_? --jgarzik
  262. *
  263. * This seems to be undocumented, but something the original
  264. * driver(s) have always done. Suspect undocumented timing
  265. * info/determined empirically. --rmk
  266. */
  267. udelay(1);
  268. /* Disable transmit and receive functionality */
  269. SMC_SELECT_BANK(lp, 0);
  270. SMC_SET_RCR(lp, RCR_CLEAR);
  271. SMC_SET_TCR(lp, TCR_CLEAR);
  272. SMC_SELECT_BANK(lp, 1);
  273. ctl = SMC_GET_CTL(lp) | CTL_LE_ENABLE;
  274. /*
  275. * Set the control register to automatically release successfully
  276. * transmitted packets, to make the best use out of our limited
  277. * memory
  278. */
  279. if(!THROTTLE_TX_PKTS)
  280. ctl |= CTL_AUTO_RELEASE;
  281. else
  282. ctl &= ~CTL_AUTO_RELEASE;
  283. SMC_SET_CTL(lp, ctl);
  284. /* Reset the MMU */
  285. SMC_SELECT_BANK(lp, 2);
  286. SMC_SET_MMU_CMD(lp, MC_RESET);
  287. SMC_WAIT_MMU_BUSY(lp);
  288. }
  289. /*
  290. * Enable Interrupts, Receive, and Transmit
  291. */
  292. static void smc_enable(struct net_device *dev)
  293. {
  294. struct smc_local *lp = netdev_priv(dev);
  295. void __iomem *ioaddr = lp->base;
  296. int mask;
  297. DBG(2, "%s: %s\n", dev->name, __func__);
  298. /* see the header file for options in TCR/RCR DEFAULT */
  299. SMC_SELECT_BANK(lp, 0);
  300. SMC_SET_TCR(lp, lp->tcr_cur_mode);
  301. SMC_SET_RCR(lp, lp->rcr_cur_mode);
  302. SMC_SELECT_BANK(lp, 1);
  303. SMC_SET_MAC_ADDR(lp, dev->dev_addr);
  304. /* now, enable interrupts */
  305. mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT;
  306. if (lp->version >= (CHIP_91100 << 4))
  307. mask |= IM_MDINT;
  308. SMC_SELECT_BANK(lp, 2);
  309. SMC_SET_INT_MASK(lp, mask);
  310. /*
  311. * From this point the register bank must _NOT_ be switched away
  312. * to something else than bank 2 without proper locking against
  313. * races with any tasklet or interrupt handlers until smc_shutdown()
  314. * or smc_reset() is called.
  315. */
  316. }
  317. /*
  318. * this puts the device in an inactive state
  319. */
  320. static void smc_shutdown(struct net_device *dev)
  321. {
  322. struct smc_local *lp = netdev_priv(dev);
  323. void __iomem *ioaddr = lp->base;
  324. struct sk_buff *pending_skb;
  325. DBG(2, "%s: %s\n", CARDNAME, __func__);
  326. /* no more interrupts for me */
  327. spin_lock_irq(&lp->lock);
  328. SMC_SELECT_BANK(lp, 2);
  329. SMC_SET_INT_MASK(lp, 0);
  330. pending_skb = lp->pending_tx_skb;
  331. lp->pending_tx_skb = NULL;
  332. spin_unlock_irq(&lp->lock);
  333. if (pending_skb)
  334. dev_kfree_skb(pending_skb);
  335. /* and tell the card to stay away from that nasty outside world */
  336. SMC_SELECT_BANK(lp, 0);
  337. SMC_SET_RCR(lp, RCR_CLEAR);
  338. SMC_SET_TCR(lp, TCR_CLEAR);
  339. #ifdef POWER_DOWN
  340. /* finally, shut the chip down */
  341. SMC_SELECT_BANK(lp, 1);
  342. SMC_SET_CONFIG(lp, SMC_GET_CONFIG(lp) & ~CONFIG_EPH_POWER_EN);
  343. #endif
  344. }
  345. /*
  346. * This is the procedure to handle the receipt of a packet.
  347. */
  348. static inline void smc_rcv(struct net_device *dev)
  349. {
  350. struct smc_local *lp = netdev_priv(dev);
  351. void __iomem *ioaddr = lp->base;
  352. unsigned int packet_number, status, packet_len;
  353. DBG(3, "%s: %s\n", dev->name, __func__);
  354. packet_number = SMC_GET_RXFIFO(lp);
  355. if (unlikely(packet_number & RXFIFO_REMPTY)) {
  356. PRINTK("%s: smc_rcv with nothing on FIFO.\n", dev->name);
  357. return;
  358. }
  359. /* read from start of packet */
  360. SMC_SET_PTR(lp, PTR_READ | PTR_RCV | PTR_AUTOINC);
  361. /* First two words are status and packet length */
  362. SMC_GET_PKT_HDR(lp, status, packet_len);
  363. packet_len &= 0x07ff; /* mask off top bits */
  364. DBG(2, "%s: RX PNR 0x%x STATUS 0x%04x LENGTH 0x%04x (%d)\n",
  365. dev->name, packet_number, status,
  366. packet_len, packet_len);
  367. back:
  368. if (unlikely(packet_len < 6 || status & RS_ERRORS)) {
  369. if (status & RS_TOOLONG && packet_len <= (1514 + 4 + 6)) {
  370. /* accept VLAN packets */
  371. status &= ~RS_TOOLONG;
  372. goto back;
  373. }
  374. if (packet_len < 6) {
  375. /* bloody hardware */
  376. printk(KERN_ERR "%s: fubar (rxlen %u status %x\n",
  377. dev->name, packet_len, status);
  378. status |= RS_TOOSHORT;
  379. }
  380. SMC_WAIT_MMU_BUSY(lp);
  381. SMC_SET_MMU_CMD(lp, MC_RELEASE);
  382. dev->stats.rx_errors++;
  383. if (status & RS_ALGNERR)
  384. dev->stats.rx_frame_errors++;
  385. if (status & (RS_TOOSHORT | RS_TOOLONG))
  386. dev->stats.rx_length_errors++;
  387. if (status & RS_BADCRC)
  388. dev->stats.rx_crc_errors++;
  389. } else {
  390. struct sk_buff *skb;
  391. unsigned char *data;
  392. unsigned int data_len;
  393. /* set multicast stats */
  394. if (status & RS_MULTICAST)
  395. dev->stats.multicast++;
  396. /*
  397. * Actual payload is packet_len - 6 (or 5 if odd byte).
  398. * We want skb_reserve(2) and the final ctrl word
  399. * (2 bytes, possibly containing the payload odd byte).
  400. * Furthermore, we add 2 bytes to allow rounding up to
  401. * multiple of 4 bytes on 32 bit buses.
  402. * Hence packet_len - 6 + 2 + 2 + 2.
  403. */
  404. skb = dev_alloc_skb(packet_len);
  405. if (unlikely(skb == NULL)) {
  406. printk(KERN_NOTICE "%s: Low memory, packet dropped.\n",
  407. dev->name);
  408. SMC_WAIT_MMU_BUSY(lp);
  409. SMC_SET_MMU_CMD(lp, MC_RELEASE);
  410. dev->stats.rx_dropped++;
  411. return;
  412. }
  413. /* Align IP header to 32 bits */
  414. skb_reserve(skb, 2);
  415. /* BUG: the LAN91C111 rev A never sets this bit. Force it. */
  416. if (lp->version == 0x90)
  417. status |= RS_ODDFRAME;
  418. /*
  419. * If odd length: packet_len - 5,
  420. * otherwise packet_len - 6.
  421. * With the trailing ctrl byte it's packet_len - 4.
  422. */
  423. data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6);
  424. data = skb_put(skb, data_len);
  425. SMC_PULL_DATA(lp, data, packet_len - 4);
  426. SMC_WAIT_MMU_BUSY(lp);
  427. SMC_SET_MMU_CMD(lp, MC_RELEASE);
  428. PRINT_PKT(data, packet_len - 4);
  429. skb->protocol = eth_type_trans(skb, dev);
  430. netif_rx(skb);
  431. dev->stats.rx_packets++;
  432. dev->stats.rx_bytes += data_len;
  433. }
  434. }
  435. #ifdef CONFIG_SMP
  436. /*
  437. * On SMP we have the following problem:
  438. *
  439. * A = smc_hardware_send_pkt()
  440. * B = smc_hard_start_xmit()
  441. * C = smc_interrupt()
  442. *
  443. * A and B can never be executed simultaneously. However, at least on UP,
  444. * it is possible (and even desirable) for C to interrupt execution of
  445. * A or B in order to have better RX reliability and avoid overruns.
  446. * C, just like A and B, must have exclusive access to the chip and
  447. * each of them must lock against any other concurrent access.
  448. * Unfortunately this is not possible to have C suspend execution of A or
  449. * B taking place on another CPU. On UP this is no an issue since A and B
  450. * are run from softirq context and C from hard IRQ context, and there is
  451. * no other CPU where concurrent access can happen.
  452. * If ever there is a way to force at least B and C to always be executed
  453. * on the same CPU then we could use read/write locks to protect against
  454. * any other concurrent access and C would always interrupt B. But life
  455. * isn't that easy in a SMP world...
  456. */
  457. #define smc_special_trylock(lock) \
  458. ({ \
  459. int __ret; \
  460. local_irq_disable(); \
  461. __ret = spin_trylock(lock); \
  462. if (!__ret) \
  463. local_irq_enable(); \
  464. __ret; \
  465. })
  466. #define smc_special_lock(lock) spin_lock_irq(lock)
  467. #define smc_special_unlock(lock) spin_unlock_irq(lock)
  468. #else
  469. #define smc_special_trylock(lock) (1)
  470. #define smc_special_lock(lock) do { } while (0)
  471. #define smc_special_unlock(lock) do { } while (0)
  472. #endif
  473. /*
  474. * This is called to actually send a packet to the chip.
  475. */
  476. static void smc_hardware_send_pkt(unsigned long data)
  477. {
  478. struct net_device *dev = (struct net_device *)data;
  479. struct smc_local *lp = netdev_priv(dev);
  480. void __iomem *ioaddr = lp->base;
  481. struct sk_buff *skb;
  482. unsigned int packet_no, len;
  483. unsigned char *buf;
  484. DBG(3, "%s: %s\n", dev->name, __func__);
  485. if (!smc_special_trylock(&lp->lock)) {
  486. netif_stop_queue(dev);
  487. tasklet_schedule(&lp->tx_task);
  488. return;
  489. }
  490. skb = lp->pending_tx_skb;
  491. if (unlikely(!skb)) {
  492. smc_special_unlock(&lp->lock);
  493. return;
  494. }
  495. lp->pending_tx_skb = NULL;
  496. packet_no = SMC_GET_AR(lp);
  497. if (unlikely(packet_no & AR_FAILED)) {
  498. printk("%s: Memory allocation failed.\n", dev->name);
  499. dev->stats.tx_errors++;
  500. dev->stats.tx_fifo_errors++;
  501. smc_special_unlock(&lp->lock);
  502. goto done;
  503. }
  504. /* point to the beginning of the packet */
  505. SMC_SET_PN(lp, packet_no);
  506. SMC_SET_PTR(lp, PTR_AUTOINC);
  507. buf = skb->data;
  508. len = skb->len;
  509. DBG(2, "%s: TX PNR 0x%x LENGTH 0x%04x (%d) BUF 0x%p\n",
  510. dev->name, packet_no, len, len, buf);
  511. PRINT_PKT(buf, len);
  512. /*
  513. * Send the packet length (+6 for status words, length, and ctl.
  514. * The card will pad to 64 bytes with zeroes if packet is too small.
  515. */
  516. SMC_PUT_PKT_HDR(lp, 0, len + 6);
  517. /* send the actual data */
  518. SMC_PUSH_DATA(lp, buf, len & ~1);
  519. /* Send final ctl word with the last byte if there is one */
  520. SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp));
  521. /*
  522. * If THROTTLE_TX_PKTS is set, we stop the queue here. This will
  523. * have the effect of having at most one packet queued for TX
  524. * in the chip's memory at all time.
  525. *
  526. * If THROTTLE_TX_PKTS is not set then the queue is stopped only
  527. * when memory allocation (MC_ALLOC) does not succeed right away.
  528. */
  529. if (THROTTLE_TX_PKTS)
  530. netif_stop_queue(dev);
  531. /* queue the packet for TX */
  532. SMC_SET_MMU_CMD(lp, MC_ENQUEUE);
  533. smc_special_unlock(&lp->lock);
  534. dev->trans_start = jiffies;
  535. dev->stats.tx_packets++;
  536. dev->stats.tx_bytes += len;
  537. SMC_ENABLE_INT(lp, IM_TX_INT | IM_TX_EMPTY_INT);
  538. done: if (!THROTTLE_TX_PKTS)
  539. netif_wake_queue(dev);
  540. dev_kfree_skb(skb);
  541. }
  542. /*
  543. * Since I am not sure if I will have enough room in the chip's ram
  544. * to store the packet, I call this routine which either sends it
  545. * now, or set the card to generates an interrupt when ready
  546. * for the packet.
  547. */
  548. static int smc_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
  549. {
  550. struct smc_local *lp = netdev_priv(dev);
  551. void __iomem *ioaddr = lp->base;
  552. unsigned int numPages, poll_count, status;
  553. DBG(3, "%s: %s\n", dev->name, __func__);
  554. BUG_ON(lp->pending_tx_skb != NULL);
  555. /*
  556. * The MMU wants the number of pages to be the number of 256 bytes
  557. * 'pages', minus 1 (since a packet can't ever have 0 pages :))
  558. *
  559. * The 91C111 ignores the size bits, but earlier models don't.
  560. *
  561. * Pkt size for allocating is data length +6 (for additional status
  562. * words, length and ctl)
  563. *
  564. * If odd size then last byte is included in ctl word.
  565. */
  566. numPages = ((skb->len & ~1) + (6 - 1)) >> 8;
  567. if (unlikely(numPages > 7)) {
  568. printk("%s: Far too big packet error.\n", dev->name);
  569. dev->stats.tx_errors++;
  570. dev->stats.tx_dropped++;
  571. dev_kfree_skb(skb);
  572. return 0;
  573. }
  574. smc_special_lock(&lp->lock);
  575. /* now, try to allocate the memory */
  576. SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages);
  577. /*
  578. * Poll the chip for a short amount of time in case the
  579. * allocation succeeds quickly.
  580. */
  581. poll_count = MEMORY_WAIT_TIME;
  582. do {
  583. status = SMC_GET_INT(lp);
  584. if (status & IM_ALLOC_INT) {
  585. SMC_ACK_INT(lp, IM_ALLOC_INT);
  586. break;
  587. }
  588. } while (--poll_count);
  589. smc_special_unlock(&lp->lock);
  590. lp->pending_tx_skb = skb;
  591. if (!poll_count) {
  592. /* oh well, wait until the chip finds memory later */
  593. netif_stop_queue(dev);
  594. DBG(2, "%s: TX memory allocation deferred.\n", dev->name);
  595. SMC_ENABLE_INT(lp, IM_ALLOC_INT);
  596. } else {
  597. /*
  598. * Allocation succeeded: push packet to the chip's own memory
  599. * immediately.
  600. */
  601. smc_hardware_send_pkt((unsigned long)dev);
  602. }
  603. return 0;
  604. }
  605. /*
  606. * This handles a TX interrupt, which is only called when:
  607. * - a TX error occurred, or
  608. * - CTL_AUTO_RELEASE is not set and TX of a packet completed.
  609. */
  610. static void smc_tx(struct net_device *dev)
  611. {
  612. struct smc_local *lp = netdev_priv(dev);
  613. void __iomem *ioaddr = lp->base;
  614. unsigned int saved_packet, packet_no, tx_status, pkt_len;
  615. DBG(3, "%s: %s\n", dev->name, __func__);
  616. /* If the TX FIFO is empty then nothing to do */
  617. packet_no = SMC_GET_TXFIFO(lp);
  618. if (unlikely(packet_no & TXFIFO_TEMPTY)) {
  619. PRINTK("%s: smc_tx with nothing on FIFO.\n", dev->name);
  620. return;
  621. }
  622. /* select packet to read from */
  623. saved_packet = SMC_GET_PN(lp);
  624. SMC_SET_PN(lp, packet_no);
  625. /* read the first word (status word) from this packet */
  626. SMC_SET_PTR(lp, PTR_AUTOINC | PTR_READ);
  627. SMC_GET_PKT_HDR(lp, tx_status, pkt_len);
  628. DBG(2, "%s: TX STATUS 0x%04x PNR 0x%02x\n",
  629. dev->name, tx_status, packet_no);
  630. if (!(tx_status & ES_TX_SUC))
  631. dev->stats.tx_errors++;
  632. if (tx_status & ES_LOSTCARR)
  633. dev->stats.tx_carrier_errors++;
  634. if (tx_status & (ES_LATCOL | ES_16COL)) {
  635. PRINTK("%s: %s occurred on last xmit\n", dev->name,
  636. (tx_status & ES_LATCOL) ?
  637. "late collision" : "too many collisions");
  638. dev->stats.tx_window_errors++;
  639. if (!(dev->stats.tx_window_errors & 63) && net_ratelimit()) {
  640. printk(KERN_INFO "%s: unexpectedly large number of "
  641. "bad collisions. Please check duplex "
  642. "setting.\n", dev->name);
  643. }
  644. }
  645. /* kill the packet */
  646. SMC_WAIT_MMU_BUSY(lp);
  647. SMC_SET_MMU_CMD(lp, MC_FREEPKT);
  648. /* Don't restore Packet Number Reg until busy bit is cleared */
  649. SMC_WAIT_MMU_BUSY(lp);
  650. SMC_SET_PN(lp, saved_packet);
  651. /* re-enable transmit */
  652. SMC_SELECT_BANK(lp, 0);
  653. SMC_SET_TCR(lp, lp->tcr_cur_mode);
  654. SMC_SELECT_BANK(lp, 2);
  655. }
  656. /*---PHY CONTROL AND CONFIGURATION-----------------------------------------*/
  657. static void smc_mii_out(struct net_device *dev, unsigned int val, int bits)
  658. {
  659. struct smc_local *lp = netdev_priv(dev);
  660. void __iomem *ioaddr = lp->base;
  661. unsigned int mii_reg, mask;
  662. mii_reg = SMC_GET_MII(lp) & ~(MII_MCLK | MII_MDOE | MII_MDO);
  663. mii_reg |= MII_MDOE;
  664. for (mask = 1 << (bits - 1); mask; mask >>= 1) {
  665. if (val & mask)
  666. mii_reg |= MII_MDO;
  667. else
  668. mii_reg &= ~MII_MDO;
  669. SMC_SET_MII(lp, mii_reg);
  670. udelay(MII_DELAY);
  671. SMC_SET_MII(lp, mii_reg | MII_MCLK);
  672. udelay(MII_DELAY);
  673. }
  674. }
  675. static unsigned int smc_mii_in(struct net_device *dev, int bits)
  676. {
  677. struct smc_local *lp = netdev_priv(dev);
  678. void __iomem *ioaddr = lp->base;
  679. unsigned int mii_reg, mask, val;
  680. mii_reg = SMC_GET_MII(lp) & ~(MII_MCLK | MII_MDOE | MII_MDO);
  681. SMC_SET_MII(lp, mii_reg);
  682. for (mask = 1 << (bits - 1), val = 0; mask; mask >>= 1) {
  683. if (SMC_GET_MII(lp) & MII_MDI)
  684. val |= mask;
  685. SMC_SET_MII(lp, mii_reg);
  686. udelay(MII_DELAY);
  687. SMC_SET_MII(lp, mii_reg | MII_MCLK);
  688. udelay(MII_DELAY);
  689. }
  690. return val;
  691. }
  692. /*
  693. * Reads a register from the MII Management serial interface
  694. */
  695. static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg)
  696. {
  697. struct smc_local *lp = netdev_priv(dev);
  698. void __iomem *ioaddr = lp->base;
  699. unsigned int phydata;
  700. SMC_SELECT_BANK(lp, 3);
  701. /* Idle - 32 ones */
  702. smc_mii_out(dev, 0xffffffff, 32);
  703. /* Start code (01) + read (10) + phyaddr + phyreg */
  704. smc_mii_out(dev, 6 << 10 | phyaddr << 5 | phyreg, 14);
  705. /* Turnaround (2bits) + phydata */
  706. phydata = smc_mii_in(dev, 18);
  707. /* Return to idle state */
  708. SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO));
  709. DBG(3, "%s: phyaddr=0x%x, phyreg=0x%x, phydata=0x%x\n",
  710. __func__, phyaddr, phyreg, phydata);
  711. SMC_SELECT_BANK(lp, 2);
  712. return phydata;
  713. }
  714. /*
  715. * Writes a register to the MII Management serial interface
  716. */
  717. static void smc_phy_write(struct net_device *dev, int phyaddr, int phyreg,
  718. int phydata)
  719. {
  720. struct smc_local *lp = netdev_priv(dev);
  721. void __iomem *ioaddr = lp->base;
  722. SMC_SELECT_BANK(lp, 3);
  723. /* Idle - 32 ones */
  724. smc_mii_out(dev, 0xffffffff, 32);
  725. /* Start code (01) + write (01) + phyaddr + phyreg + turnaround + phydata */
  726. smc_mii_out(dev, 5 << 28 | phyaddr << 23 | phyreg << 18 | 2 << 16 | phydata, 32);
  727. /* Return to idle state */
  728. SMC_SET_MII(lp, SMC_GET_MII(lp) & ~(MII_MCLK|MII_MDOE|MII_MDO));
  729. DBG(3, "%s: phyaddr=0x%x, phyreg=0x%x, phydata=0x%x\n",
  730. __func__, phyaddr, phyreg, phydata);
  731. SMC_SELECT_BANK(lp, 2);
  732. }
  733. /*
  734. * Finds and reports the PHY address
  735. */
  736. static void smc_phy_detect(struct net_device *dev)
  737. {
  738. struct smc_local *lp = netdev_priv(dev);
  739. int phyaddr;
  740. DBG(2, "%s: %s\n", dev->name, __func__);
  741. lp->phy_type = 0;
  742. /*
  743. * Scan all 32 PHY addresses if necessary, starting at
  744. * PHY#1 to PHY#31, and then PHY#0 last.
  745. */
  746. for (phyaddr = 1; phyaddr < 33; ++phyaddr) {
  747. unsigned int id1, id2;
  748. /* Read the PHY identifiers */
  749. id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1);
  750. id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2);
  751. DBG(3, "%s: phy_id1=0x%x, phy_id2=0x%x\n",
  752. dev->name, id1, id2);
  753. /* Make sure it is a valid identifier */
  754. if (id1 != 0x0000 && id1 != 0xffff && id1 != 0x8000 &&
  755. id2 != 0x0000 && id2 != 0xffff && id2 != 0x8000) {
  756. /* Save the PHY's address */
  757. lp->mii.phy_id = phyaddr & 31;
  758. lp->phy_type = id1 << 16 | id2;
  759. break;
  760. }
  761. }
  762. }
  763. /*
  764. * Sets the PHY to a configuration as determined by the user
  765. */
  766. static int smc_phy_fixed(struct net_device *dev)
  767. {
  768. struct smc_local *lp = netdev_priv(dev);
  769. void __iomem *ioaddr = lp->base;
  770. int phyaddr = lp->mii.phy_id;
  771. int bmcr, cfg1;
  772. DBG(3, "%s: %s\n", dev->name, __func__);
  773. /* Enter Link Disable state */
  774. cfg1 = smc_phy_read(dev, phyaddr, PHY_CFG1_REG);
  775. cfg1 |= PHY_CFG1_LNKDIS;
  776. smc_phy_write(dev, phyaddr, PHY_CFG1_REG, cfg1);
  777. /*
  778. * Set our fixed capabilities
  779. * Disable auto-negotiation
  780. */
  781. bmcr = 0;
  782. if (lp->ctl_rfduplx)
  783. bmcr |= BMCR_FULLDPLX;
  784. if (lp->ctl_rspeed == 100)
  785. bmcr |= BMCR_SPEED100;
  786. /* Write our capabilities to the phy control register */
  787. smc_phy_write(dev, phyaddr, MII_BMCR, bmcr);
  788. /* Re-Configure the Receive/Phy Control register */
  789. SMC_SELECT_BANK(lp, 0);
  790. SMC_SET_RPC(lp, lp->rpc_cur_mode);
  791. SMC_SELECT_BANK(lp, 2);
  792. return 1;
  793. }
  794. /*
  795. * smc_phy_reset - reset the phy
  796. * @dev: net device
  797. * @phy: phy address
  798. *
  799. * Issue a software reset for the specified PHY and
  800. * wait up to 100ms for the reset to complete. We should
  801. * not access the PHY for 50ms after issuing the reset.
  802. *
  803. * The time to wait appears to be dependent on the PHY.
  804. *
  805. * Must be called with lp->lock locked.
  806. */
  807. static int smc_phy_reset(struct net_device *dev, int phy)
  808. {
  809. struct smc_local *lp = netdev_priv(dev);
  810. unsigned int bmcr;
  811. int timeout;
  812. smc_phy_write(dev, phy, MII_BMCR, BMCR_RESET);
  813. for (timeout = 2; timeout; timeout--) {
  814. spin_unlock_irq(&lp->lock);
  815. msleep(50);
  816. spin_lock_irq(&lp->lock);
  817. bmcr = smc_phy_read(dev, phy, MII_BMCR);
  818. if (!(bmcr & BMCR_RESET))
  819. break;
  820. }
  821. return bmcr & BMCR_RESET;
  822. }
  823. /*
  824. * smc_phy_powerdown - powerdown phy
  825. * @dev: net device
  826. *
  827. * Power down the specified PHY
  828. */
  829. static void smc_phy_powerdown(struct net_device *dev)
  830. {
  831. struct smc_local *lp = netdev_priv(dev);
  832. unsigned int bmcr;
  833. int phy = lp->mii.phy_id;
  834. if (lp->phy_type == 0)
  835. return;
  836. /* We need to ensure that no calls to smc_phy_configure are
  837. pending.
  838. */
  839. cancel_work_sync(&lp->phy_configure);
  840. bmcr = smc_phy_read(dev, phy, MII_BMCR);
  841. smc_phy_write(dev, phy, MII_BMCR, bmcr | BMCR_PDOWN);
  842. }
  843. /*
  844. * smc_phy_check_media - check the media status and adjust TCR
  845. * @dev: net device
  846. * @init: set true for initialisation
  847. *
  848. * Select duplex mode depending on negotiation state. This
  849. * also updates our carrier state.
  850. */
  851. static void smc_phy_check_media(struct net_device *dev, int init)
  852. {
  853. struct smc_local *lp = netdev_priv(dev);
  854. void __iomem *ioaddr = lp->base;
  855. if (mii_check_media(&lp->mii, netif_msg_link(lp), init)) {
  856. /* duplex state has changed */
  857. if (lp->mii.full_duplex) {
  858. lp->tcr_cur_mode |= TCR_SWFDUP;
  859. } else {
  860. lp->tcr_cur_mode &= ~TCR_SWFDUP;
  861. }
  862. SMC_SELECT_BANK(lp, 0);
  863. SMC_SET_TCR(lp, lp->tcr_cur_mode);
  864. }
  865. }
  866. /*
  867. * Configures the specified PHY through the MII management interface
  868. * using Autonegotiation.
  869. * Calls smc_phy_fixed() if the user has requested a certain config.
  870. * If RPC ANEG bit is set, the media selection is dependent purely on
  871. * the selection by the MII (either in the MII BMCR reg or the result
  872. * of autonegotiation.) If the RPC ANEG bit is cleared, the selection
  873. * is controlled by the RPC SPEED and RPC DPLX bits.
  874. */
  875. static void smc_phy_configure(struct work_struct *work)
  876. {
  877. struct smc_local *lp =
  878. container_of(work, struct smc_local, phy_configure);
  879. struct net_device *dev = lp->dev;
  880. void __iomem *ioaddr = lp->base;
  881. int phyaddr = lp->mii.phy_id;
  882. int my_phy_caps; /* My PHY capabilities */
  883. int my_ad_caps; /* My Advertised capabilities */
  884. int status;
  885. DBG(3, "%s:smc_program_phy()\n", dev->name);
  886. spin_lock_irq(&lp->lock);
  887. /*
  888. * We should not be called if phy_type is zero.
  889. */
  890. if (lp->phy_type == 0)
  891. goto smc_phy_configure_exit;
  892. if (smc_phy_reset(dev, phyaddr)) {
  893. printk("%s: PHY reset timed out\n", dev->name);
  894. goto smc_phy_configure_exit;
  895. }
  896. /*
  897. * Enable PHY Interrupts (for register 18)
  898. * Interrupts listed here are disabled
  899. */
  900. smc_phy_write(dev, phyaddr, PHY_MASK_REG,
  901. PHY_INT_LOSSSYNC | PHY_INT_CWRD | PHY_INT_SSD |
  902. PHY_INT_ESD | PHY_INT_RPOL | PHY_INT_JAB |
  903. PHY_INT_SPDDET | PHY_INT_DPLXDET);
  904. /* Configure the Receive/Phy Control register */
  905. SMC_SELECT_BANK(lp, 0);
  906. SMC_SET_RPC(lp, lp->rpc_cur_mode);
  907. /* If the user requested no auto neg, then go set his request */
  908. if (lp->mii.force_media) {
  909. smc_phy_fixed(dev);
  910. goto smc_phy_configure_exit;
  911. }
  912. /* Copy our capabilities from MII_BMSR to MII_ADVERTISE */
  913. my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR);
  914. if (!(my_phy_caps & BMSR_ANEGCAPABLE)) {
  915. printk(KERN_INFO "Auto negotiation NOT supported\n");
  916. smc_phy_fixed(dev);
  917. goto smc_phy_configure_exit;
  918. }
  919. my_ad_caps = ADVERTISE_CSMA; /* I am CSMA capable */
  920. if (my_phy_caps & BMSR_100BASE4)
  921. my_ad_caps |= ADVERTISE_100BASE4;
  922. if (my_phy_caps & BMSR_100FULL)
  923. my_ad_caps |= ADVERTISE_100FULL;
  924. if (my_phy_caps & BMSR_100HALF)
  925. my_ad_caps |= ADVERTISE_100HALF;
  926. if (my_phy_caps & BMSR_10FULL)
  927. my_ad_caps |= ADVERTISE_10FULL;
  928. if (my_phy_caps & BMSR_10HALF)
  929. my_ad_caps |= ADVERTISE_10HALF;
  930. /* Disable capabilities not selected by our user */
  931. if (lp->ctl_rspeed != 100)
  932. my_ad_caps &= ~(ADVERTISE_100BASE4|ADVERTISE_100FULL|ADVERTISE_100HALF);
  933. if (!lp->ctl_rfduplx)
  934. my_ad_caps &= ~(ADVERTISE_100FULL|ADVERTISE_10FULL);
  935. /* Update our Auto-Neg Advertisement Register */
  936. smc_phy_write(dev, phyaddr, MII_ADVERTISE, my_ad_caps);
  937. lp->mii.advertising = my_ad_caps;
  938. /*
  939. * Read the register back. Without this, it appears that when
  940. * auto-negotiation is restarted, sometimes it isn't ready and
  941. * the link does not come up.
  942. */
  943. status = smc_phy_read(dev, phyaddr, MII_ADVERTISE);
  944. DBG(2, "%s: phy caps=%x\n", dev->name, my_phy_caps);
  945. DBG(2, "%s: phy advertised caps=%x\n", dev->name, my_ad_caps);
  946. /* Restart auto-negotiation process in order to advertise my caps */
  947. smc_phy_write(dev, phyaddr, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART);
  948. smc_phy_check_media(dev, 1);
  949. smc_phy_configure_exit:
  950. SMC_SELECT_BANK(lp, 2);
  951. spin_unlock_irq(&lp->lock);
  952. }
  953. /*
  954. * smc_phy_interrupt
  955. *
  956. * Purpose: Handle interrupts relating to PHY register 18. This is
  957. * called from the "hard" interrupt handler under our private spinlock.
  958. */
  959. static void smc_phy_interrupt(struct net_device *dev)
  960. {
  961. struct smc_local *lp = netdev_priv(dev);
  962. int phyaddr = lp->mii.phy_id;
  963. int phy18;
  964. DBG(2, "%s: %s\n", dev->name, __func__);
  965. if (lp->phy_type == 0)
  966. return;
  967. for(;;) {
  968. smc_phy_check_media(dev, 0);
  969. /* Read PHY Register 18, Status Output */
  970. phy18 = smc_phy_read(dev, phyaddr, PHY_INT_REG);
  971. if ((phy18 & PHY_INT_INT) == 0)
  972. break;
  973. }
  974. }
  975. /*--- END PHY CONTROL AND CONFIGURATION-------------------------------------*/
  976. static void smc_10bt_check_media(struct net_device *dev, int init)
  977. {
  978. struct smc_local *lp = netdev_priv(dev);
  979. void __iomem *ioaddr = lp->base;
  980. unsigned int old_carrier, new_carrier;
  981. old_carrier = netif_carrier_ok(dev) ? 1 : 0;
  982. SMC_SELECT_BANK(lp, 0);
  983. new_carrier = (SMC_GET_EPH_STATUS(lp) & ES_LINK_OK) ? 1 : 0;
  984. SMC_SELECT_BANK(lp, 2);
  985. if (init || (old_carrier != new_carrier)) {
  986. if (!new_carrier) {
  987. netif_carrier_off(dev);
  988. } else {
  989. netif_carrier_on(dev);
  990. }
  991. if (netif_msg_link(lp))
  992. printk(KERN_INFO "%s: link %s\n", dev->name,
  993. new_carrier ? "up" : "down");
  994. }
  995. }
  996. static void smc_eph_interrupt(struct net_device *dev)
  997. {
  998. struct smc_local *lp = netdev_priv(dev);
  999. void __iomem *ioaddr = lp->base;
  1000. unsigned int ctl;
  1001. smc_10bt_check_media(dev, 0);
  1002. SMC_SELECT_BANK(lp, 1);
  1003. ctl = SMC_GET_CTL(lp);
  1004. SMC_SET_CTL(lp, ctl & ~CTL_LE_ENABLE);
  1005. SMC_SET_CTL(lp, ctl);
  1006. SMC_SELECT_BANK(lp, 2);
  1007. }
  1008. /*
  1009. * This is the main routine of the driver, to handle the device when
  1010. * it needs some attention.
  1011. */
  1012. static irqreturn_t smc_interrupt(int irq, void *dev_id)
  1013. {
  1014. struct net_device *dev = dev_id;
  1015. struct smc_local *lp = netdev_priv(dev);
  1016. void __iomem *ioaddr = lp->base;
  1017. int status, mask, timeout, card_stats;
  1018. int saved_pointer;
  1019. DBG(3, "%s: %s\n", dev->name, __func__);
  1020. spin_lock(&lp->lock);
  1021. /* A preamble may be used when there is a potential race
  1022. * between the interruptible transmit functions and this
  1023. * ISR. */
  1024. SMC_INTERRUPT_PREAMBLE;
  1025. saved_pointer = SMC_GET_PTR(lp);
  1026. mask = SMC_GET_INT_MASK(lp);
  1027. SMC_SET_INT_MASK(lp, 0);
  1028. /* set a timeout value, so I don't stay here forever */
  1029. timeout = MAX_IRQ_LOOPS;
  1030. do {
  1031. status = SMC_GET_INT(lp);
  1032. DBG(2, "%s: INT 0x%02x MASK 0x%02x MEM 0x%04x FIFO 0x%04x\n",
  1033. dev->name, status, mask,
  1034. ({ int meminfo; SMC_SELECT_BANK(lp, 0);
  1035. meminfo = SMC_GET_MIR(lp);
  1036. SMC_SELECT_BANK(lp, 2); meminfo; }),
  1037. SMC_GET_FIFO(lp));
  1038. status &= mask;
  1039. if (!status)
  1040. break;
  1041. if (status & IM_TX_INT) {
  1042. /* do this before RX as it will free memory quickly */
  1043. DBG(3, "%s: TX int\n", dev->name);
  1044. smc_tx(dev);
  1045. SMC_ACK_INT(lp, IM_TX_INT);
  1046. if (THROTTLE_TX_PKTS)
  1047. netif_wake_queue(dev);
  1048. } else if (status & IM_RCV_INT) {
  1049. DBG(3, "%s: RX irq\n", dev->name);
  1050. smc_rcv(dev);
  1051. } else if (status & IM_ALLOC_INT) {
  1052. DBG(3, "%s: Allocation irq\n", dev->name);
  1053. tasklet_hi_schedule(&lp->tx_task);
  1054. mask &= ~IM_ALLOC_INT;
  1055. } else if (status & IM_TX_EMPTY_INT) {
  1056. DBG(3, "%s: TX empty\n", dev->name);
  1057. mask &= ~IM_TX_EMPTY_INT;
  1058. /* update stats */
  1059. SMC_SELECT_BANK(lp, 0);
  1060. card_stats = SMC_GET_COUNTER(lp);
  1061. SMC_SELECT_BANK(lp, 2);
  1062. /* single collisions */
  1063. dev->stats.collisions += card_stats & 0xF;
  1064. card_stats >>= 4;
  1065. /* multiple collisions */
  1066. dev->stats.collisions += card_stats & 0xF;
  1067. } else if (status & IM_RX_OVRN_INT) {
  1068. DBG(1, "%s: RX overrun (EPH_ST 0x%04x)\n", dev->name,
  1069. ({ int eph_st; SMC_SELECT_BANK(lp, 0);
  1070. eph_st = SMC_GET_EPH_STATUS(lp);
  1071. SMC_SELECT_BANK(lp, 2); eph_st; }));
  1072. SMC_ACK_INT(lp, IM_RX_OVRN_INT);
  1073. dev->stats.rx_errors++;
  1074. dev->stats.rx_fifo_errors++;
  1075. } else if (status & IM_EPH_INT) {
  1076. smc_eph_interrupt(dev);
  1077. } else if (status & IM_MDINT) {
  1078. SMC_ACK_INT(lp, IM_MDINT);
  1079. smc_phy_interrupt(dev);
  1080. } else if (status & IM_ERCV_INT) {
  1081. SMC_ACK_INT(lp, IM_ERCV_INT);
  1082. PRINTK("%s: UNSUPPORTED: ERCV INTERRUPT \n", dev->name);
  1083. }
  1084. } while (--timeout);
  1085. /* restore register states */
  1086. SMC_SET_PTR(lp, saved_pointer);
  1087. SMC_SET_INT_MASK(lp, mask);
  1088. spin_unlock(&lp->lock);
  1089. #ifndef CONFIG_NET_POLL_CONTROLLER
  1090. if (timeout == MAX_IRQ_LOOPS)
  1091. PRINTK("%s: spurious interrupt (mask = 0x%02x)\n",
  1092. dev->name, mask);
  1093. #endif
  1094. DBG(3, "%s: Interrupt done (%d loops)\n",
  1095. dev->name, MAX_IRQ_LOOPS - timeout);
  1096. /*
  1097. * We return IRQ_HANDLED unconditionally here even if there was
  1098. * nothing to do. There is a possibility that a packet might
  1099. * get enqueued into the chip right after TX_EMPTY_INT is raised
  1100. * but just before the CPU acknowledges the IRQ.
  1101. * Better take an unneeded IRQ in some occasions than complexifying
  1102. * the code for all cases.
  1103. */
  1104. return IRQ_HANDLED;
  1105. }
  1106. #ifdef CONFIG_NET_POLL_CONTROLLER
  1107. /*
  1108. * Polling receive - used by netconsole and other diagnostic tools
  1109. * to allow network i/o with interrupts disabled.
  1110. */
  1111. static void smc_poll_controller(struct net_device *dev)
  1112. {
  1113. disable_irq(dev->irq);
  1114. smc_interrupt(dev->irq, dev);
  1115. enable_irq(dev->irq);
  1116. }
  1117. #endif
  1118. /* Our watchdog timed out. Called by the networking layer */
  1119. static void smc_timeout(struct net_device *dev)
  1120. {
  1121. struct smc_local *lp = netdev_priv(dev);
  1122. void __iomem *ioaddr = lp->base;
  1123. int status, mask, eph_st, meminfo, fifo;
  1124. DBG(2, "%s: %s\n", dev->name, __func__);
  1125. spin_lock_irq(&lp->lock);
  1126. status = SMC_GET_INT(lp);
  1127. mask = SMC_GET_INT_MASK(lp);
  1128. fifo = SMC_GET_FIFO(lp);
  1129. SMC_SELECT_BANK(lp, 0);
  1130. eph_st = SMC_GET_EPH_STATUS(lp);
  1131. meminfo = SMC_GET_MIR(lp);
  1132. SMC_SELECT_BANK(lp, 2);
  1133. spin_unlock_irq(&lp->lock);
  1134. PRINTK( "%s: TX timeout (INT 0x%02x INTMASK 0x%02x "
  1135. "MEM 0x%04x FIFO 0x%04x EPH_ST 0x%04x)\n",
  1136. dev->name, status, mask, meminfo, fifo, eph_st );
  1137. smc_reset(dev);
  1138. smc_enable(dev);
  1139. /*
  1140. * Reconfiguring the PHY doesn't seem like a bad idea here, but
  1141. * smc_phy_configure() calls msleep() which calls schedule_timeout()
  1142. * which calls schedule(). Hence we use a work queue.
  1143. */
  1144. if (lp->phy_type != 0)
  1145. schedule_work(&lp->phy_configure);
  1146. /* We can accept TX packets again */
  1147. dev->trans_start = jiffies;
  1148. netif_wake_queue(dev);
  1149. }
  1150. /*
  1151. * This routine will, depending on the values passed to it,
  1152. * either make it accept multicast packets, go into
  1153. * promiscuous mode (for TCPDUMP and cousins) or accept
  1154. * a select set of multicast packets
  1155. */
  1156. static void smc_set_multicast_list(struct net_device *dev)
  1157. {
  1158. struct smc_local *lp = netdev_priv(dev);
  1159. void __iomem *ioaddr = lp->base;
  1160. unsigned char multicast_table[8];
  1161. int update_multicast = 0;
  1162. DBG(2, "%s: %s\n", dev->name, __func__);
  1163. if (dev->flags & IFF_PROMISC) {
  1164. DBG(2, "%s: RCR_PRMS\n", dev->name);
  1165. lp->rcr_cur_mode |= RCR_PRMS;
  1166. }
  1167. /* BUG? I never disable promiscuous mode if multicasting was turned on.
  1168. Now, I turn off promiscuous mode, but I don't do anything to multicasting
  1169. when promiscuous mode is turned on.
  1170. */
  1171. /*
  1172. * Here, I am setting this to accept all multicast packets.
  1173. * I don't need to zero the multicast table, because the flag is
  1174. * checked before the table is
  1175. */
  1176. else if (dev->flags & IFF_ALLMULTI || dev->mc_count > 16) {
  1177. DBG(2, "%s: RCR_ALMUL\n", dev->name);
  1178. lp->rcr_cur_mode |= RCR_ALMUL;
  1179. }
  1180. /*
  1181. * This sets the internal hardware table to filter out unwanted
  1182. * multicast packets before they take up memory.
  1183. *
  1184. * The SMC chip uses a hash table where the high 6 bits of the CRC of
  1185. * address are the offset into the table. If that bit is 1, then the
  1186. * multicast packet is accepted. Otherwise, it's dropped silently.
  1187. *
  1188. * To use the 6 bits as an offset into the table, the high 3 bits are
  1189. * the number of the 8 bit register, while the low 3 bits are the bit
  1190. * within that register.
  1191. */
  1192. else if (dev->mc_count) {
  1193. int i;
  1194. struct dev_mc_list *cur_addr;
  1195. /* table for flipping the order of 3 bits */
  1196. static const unsigned char invert3[] = {0, 4, 2, 6, 1, 5, 3, 7};
  1197. /* start with a table of all zeros: reject all */
  1198. memset(multicast_table, 0, sizeof(multicast_table));
  1199. cur_addr = dev->mc_list;
  1200. for (i = 0; i < dev->mc_count; i++, cur_addr = cur_addr->next) {
  1201. int position;
  1202. /* do we have a pointer here? */
  1203. if (!cur_addr)
  1204. break;
  1205. /* make sure this is a multicast address -
  1206. shouldn't this be a given if we have it here ? */
  1207. if (!(*cur_addr->dmi_addr & 1))
  1208. continue;
  1209. /* only use the low order bits */
  1210. position = crc32_le(~0, cur_addr->dmi_addr, 6) & 0x3f;
  1211. /* do some messy swapping to put the bit in the right spot */
  1212. multicast_table[invert3[position&7]] |=
  1213. (1<<invert3[(position>>3)&7]);
  1214. }
  1215. /* be sure I get rid of flags I might have set */
  1216. lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
  1217. /* now, the table can be loaded into the chipset */
  1218. update_multicast = 1;
  1219. } else {
  1220. DBG(2, "%s: ~(RCR_PRMS|RCR_ALMUL)\n", dev->name);
  1221. lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
  1222. /*
  1223. * since I'm disabling all multicast entirely, I need to
  1224. * clear the multicast list
  1225. */
  1226. memset(multicast_table, 0, sizeof(multicast_table));
  1227. update_multicast = 1;
  1228. }
  1229. spin_lock_irq(&lp->lock);
  1230. SMC_SELECT_BANK(lp, 0);
  1231. SMC_SET_RCR(lp, lp->rcr_cur_mode);
  1232. if (update_multicast) {
  1233. SMC_SELECT_BANK(lp, 3);
  1234. SMC_SET_MCAST(lp, multicast_table);
  1235. }
  1236. SMC_SELECT_BANK(lp, 2);
  1237. spin_unlock_irq(&lp->lock);
  1238. }
  1239. /*
  1240. * Open and Initialize the board
  1241. *
  1242. * Set up everything, reset the card, etc..
  1243. */
  1244. static int
  1245. smc_open(struct net_device *dev)
  1246. {
  1247. struct smc_local *lp = netdev_priv(dev);
  1248. DBG(2, "%s: %s\n", dev->name, __func__);
  1249. /*
  1250. * Check that the address is valid. If its not, refuse
  1251. * to bring the device up. The user must specify an
  1252. * address using ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
  1253. */
  1254. if (!is_valid_ether_addr(dev->dev_addr)) {
  1255. PRINTK("%s: no valid ethernet hw addr\n", __func__);
  1256. return -EINVAL;
  1257. }
  1258. /* Setup the default Register Modes */
  1259. lp->tcr_cur_mode = TCR_DEFAULT;
  1260. lp->rcr_cur_mode = RCR_DEFAULT;
  1261. lp->rpc_cur_mode = RPC_DEFAULT |
  1262. lp->cfg.leda << RPC_LSXA_SHFT |
  1263. lp->cfg.ledb << RPC_LSXB_SHFT;
  1264. /*
  1265. * If we are not using a MII interface, we need to
  1266. * monitor our own carrier signal to detect faults.
  1267. */
  1268. if (lp->phy_type == 0)
  1269. lp->tcr_cur_mode |= TCR_MON_CSN;
  1270. /* reset the hardware */
  1271. smc_reset(dev);
  1272. smc_enable(dev);
  1273. /* Configure the PHY, initialize the link state */
  1274. if (lp->phy_type != 0)
  1275. smc_phy_configure(&lp->phy_configure);
  1276. else {
  1277. spin_lock_irq(&lp->lock);
  1278. smc_10bt_check_media(dev, 1);
  1279. spin_unlock_irq(&lp->lock);
  1280. }
  1281. netif_start_queue(dev);
  1282. return 0;
  1283. }
  1284. /*
  1285. * smc_close
  1286. *
  1287. * this makes the board clean up everything that it can
  1288. * and not talk to the outside world. Caused by
  1289. * an 'ifconfig ethX down'
  1290. */
  1291. static int smc_close(struct net_device *dev)
  1292. {
  1293. struct smc_local *lp = netdev_priv(dev);
  1294. DBG(2, "%s: %s\n", dev->name, __func__);
  1295. netif_stop_queue(dev);
  1296. netif_carrier_off(dev);
  1297. /* clear everything */
  1298. smc_shutdown(dev);
  1299. tasklet_kill(&lp->tx_task);
  1300. smc_phy_powerdown(dev);
  1301. return 0;
  1302. }
  1303. /*
  1304. * Ethtool support
  1305. */
  1306. static int
  1307. smc_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd)
  1308. {
  1309. struct smc_local *lp = netdev_priv(dev);
  1310. int ret;
  1311. cmd->maxtxpkt = 1;
  1312. cmd->maxrxpkt = 1;
  1313. if (lp->phy_type != 0) {
  1314. spin_lock_irq(&lp->lock);
  1315. ret = mii_ethtool_gset(&lp->mii, cmd);
  1316. spin_unlock_irq(&lp->lock);
  1317. } else {
  1318. cmd->supported = SUPPORTED_10baseT_Half |
  1319. SUPPORTED_10baseT_Full |
  1320. SUPPORTED_TP | SUPPORTED_AUI;
  1321. if (lp->ctl_rspeed == 10)
  1322. cmd->speed = SPEED_10;
  1323. else if (lp->ctl_rspeed == 100)
  1324. cmd->speed = SPEED_100;
  1325. cmd->autoneg = AUTONEG_DISABLE;
  1326. cmd->transceiver = XCVR_INTERNAL;
  1327. cmd->port = 0;
  1328. cmd->duplex = lp->tcr_cur_mode & TCR_SWFDUP ? DUPLEX_FULL : DUPLEX_HALF;
  1329. ret = 0;
  1330. }
  1331. return ret;
  1332. }
  1333. static int
  1334. smc_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd)
  1335. {
  1336. struct smc_local *lp = netdev_priv(dev);
  1337. int ret;
  1338. if (lp->phy_type != 0) {
  1339. spin_lock_irq(&lp->lock);
  1340. ret = mii_ethtool_sset(&lp->mii, cmd);
  1341. spin_unlock_irq(&lp->lock);
  1342. } else {
  1343. if (cmd->autoneg != AUTONEG_DISABLE ||
  1344. cmd->speed != SPEED_10 ||
  1345. (cmd->duplex != DUPLEX_HALF && cmd->duplex != DUPLEX_FULL) ||
  1346. (cmd->port != PORT_TP && cmd->port != PORT_AUI))
  1347. return -EINVAL;
  1348. // lp->port = cmd->port;
  1349. lp->ctl_rfduplx = cmd->duplex == DUPLEX_FULL;
  1350. // if (netif_running(dev))
  1351. // smc_set_port(dev);
  1352. ret = 0;
  1353. }
  1354. return ret;
  1355. }
  1356. static void
  1357. smc_ethtool_getdrvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
  1358. {
  1359. strncpy(info->driver, CARDNAME, sizeof(info->driver));
  1360. strncpy(info->version, version, sizeof(info->version));
  1361. strncpy(info->bus_info, dev_name(dev->dev.parent), sizeof(info->bus_info));
  1362. }
  1363. static int smc_ethtool_nwayreset(struct net_device *dev)
  1364. {
  1365. struct smc_local *lp = netdev_priv(dev);
  1366. int ret = -EINVAL;
  1367. if (lp->phy_type != 0) {
  1368. spin_lock_irq(&lp->lock);
  1369. ret = mii_nway_restart(&lp->mii);
  1370. spin_unlock_irq(&lp->lock);
  1371. }
  1372. return ret;
  1373. }
  1374. static u32 smc_ethtool_getmsglevel(struct net_device *dev)
  1375. {
  1376. struct smc_local *lp = netdev_priv(dev);
  1377. return lp->msg_enable;
  1378. }
  1379. static void smc_ethtool_setmsglevel(struct net_device *dev, u32 level)
  1380. {
  1381. struct smc_local *lp = netdev_priv(dev);
  1382. lp->msg_enable = level;
  1383. }
  1384. static int smc_write_eeprom_word(struct net_device *dev, u16 addr, u16 word)
  1385. {
  1386. u16 ctl;
  1387. struct smc_local *lp = netdev_priv(dev);
  1388. void __iomem *ioaddr = lp->base;
  1389. spin_lock_irq(&lp->lock);
  1390. /* load word into GP register */
  1391. SMC_SELECT_BANK(lp, 1);
  1392. SMC_SET_GP(lp, word);
  1393. /* set the address to put the data in EEPROM */
  1394. SMC_SELECT_BANK(lp, 2);
  1395. SMC_SET_PTR(lp, addr);
  1396. /* tell it to write */
  1397. SMC_SELECT_BANK(lp, 1);
  1398. ctl = SMC_GET_CTL(lp);
  1399. SMC_SET_CTL(lp, ctl | (CTL_EEPROM_SELECT | CTL_STORE));
  1400. /* wait for it to finish */
  1401. do {
  1402. udelay(1);
  1403. } while (SMC_GET_CTL(lp) & CTL_STORE);
  1404. /* clean up */
  1405. SMC_SET_CTL(lp, ctl);
  1406. SMC_SELECT_BANK(lp, 2);
  1407. spin_unlock_irq(&lp->lock);
  1408. return 0;
  1409. }
  1410. static int smc_read_eeprom_word(struct net_device *dev, u16 addr, u16 *word)
  1411. {
  1412. u16 ctl;
  1413. struct smc_local *lp = netdev_priv(dev);
  1414. void __iomem *ioaddr = lp->base;
  1415. spin_lock_irq(&lp->lock);
  1416. /* set the EEPROM address to get the data from */
  1417. SMC_SELECT_BANK(lp, 2);
  1418. SMC_SET_PTR(lp, addr | PTR_READ);
  1419. /* tell it to load */
  1420. SMC_SELECT_BANK(lp, 1);
  1421. SMC_SET_GP(lp, 0xffff); /* init to known */
  1422. ctl = SMC_GET_CTL(lp);
  1423. SMC_SET_CTL(lp, ctl | (CTL_EEPROM_SELECT | CTL_RELOAD));
  1424. /* wait for it to finish */
  1425. do {
  1426. udelay(1);
  1427. } while (SMC_GET_CTL(lp) & CTL_RELOAD);
  1428. /* read word from GP register */
  1429. *word = SMC_GET_GP(lp);
  1430. /* clean up */
  1431. SMC_SET_CTL(lp, ctl);
  1432. SMC_SELECT_BANK(lp, 2);
  1433. spin_unlock_irq(&lp->lock);
  1434. return 0;
  1435. }
  1436. static int smc_ethtool_geteeprom_len(struct net_device *dev)
  1437. {
  1438. return 0x23 * 2;
  1439. }
  1440. static int smc_ethtool_geteeprom(struct net_device *dev,
  1441. struct ethtool_eeprom *eeprom, u8 *data)
  1442. {
  1443. int i;
  1444. int imax;
  1445. DBG(1, "Reading %d bytes at %d(0x%x)\n",
  1446. eeprom->len, eeprom->offset, eeprom->offset);
  1447. imax = smc_ethtool_geteeprom_len(dev);
  1448. for (i = 0; i < eeprom->len; i += 2) {
  1449. int ret;
  1450. u16 wbuf;
  1451. int offset = i + eeprom->offset;
  1452. if (offset > imax)
  1453. break;
  1454. ret = smc_read_eeprom_word(dev, offset >> 1, &wbuf);
  1455. if (ret != 0)
  1456. return ret;
  1457. DBG(2, "Read 0x%x from 0x%x\n", wbuf, offset >> 1);
  1458. data[i] = (wbuf >> 8) & 0xff;
  1459. data[i+1] = wbuf & 0xff;
  1460. }
  1461. return 0;
  1462. }
  1463. static int smc_ethtool_seteeprom(struct net_device *dev,
  1464. struct ethtool_eeprom *eeprom, u8 *data)
  1465. {
  1466. int i;
  1467. int imax;
  1468. DBG(1, "Writing %d bytes to %d(0x%x)\n",
  1469. eeprom->len, eeprom->offset, eeprom->offset);
  1470. imax = smc_ethtool_geteeprom_len(dev);
  1471. for (i = 0; i < eeprom->len; i += 2) {
  1472. int ret;
  1473. u16 wbuf;
  1474. int offset = i + eeprom->offset;
  1475. if (offset > imax)
  1476. break;
  1477. wbuf = (data[i] << 8) | data[i + 1];
  1478. DBG(2, "Writing 0x%x to 0x%x\n", wbuf, offset >> 1);
  1479. ret = smc_write_eeprom_word(dev, offset >> 1, wbuf);
  1480. if (ret != 0)
  1481. return ret;
  1482. }
  1483. return 0;
  1484. }
  1485. static const struct ethtool_ops smc_ethtool_ops = {
  1486. .get_settings = smc_ethtool_getsettings,
  1487. .set_settings = smc_ethtool_setsettings,
  1488. .get_drvinfo = smc_ethtool_getdrvinfo,
  1489. .get_msglevel = smc_ethtool_getmsglevel,
  1490. .set_msglevel = smc_ethtool_setmsglevel,
  1491. .nway_reset = smc_ethtool_nwayreset,
  1492. .get_link = ethtool_op_get_link,
  1493. .get_eeprom_len = smc_ethtool_geteeprom_len,
  1494. .get_eeprom = smc_ethtool_geteeprom,
  1495. .set_eeprom = smc_ethtool_seteeprom,
  1496. };
  1497. static const struct net_device_ops smc_netdev_ops = {
  1498. .ndo_open = smc_open,
  1499. .ndo_stop = smc_close,
  1500. .ndo_start_xmit = smc_hard_start_xmit,
  1501. .ndo_tx_timeout = smc_timeout,
  1502. .ndo_set_multicast_list = smc_set_multicast_list,
  1503. .ndo_validate_addr = eth_validate_addr,
  1504. .ndo_set_mac_address = eth_mac_addr,
  1505. #ifdef CONFIG_NET_POLL_CONTROLLER
  1506. .ndo_poll_controller = smc_poll_controller,
  1507. #endif
  1508. };
  1509. /*
  1510. * smc_findirq
  1511. *
  1512. * This routine has a simple purpose -- make the SMC chip generate an
  1513. * interrupt, so an auto-detect routine can detect it, and find the IRQ,
  1514. */
  1515. /*
  1516. * does this still work?
  1517. *
  1518. * I just deleted auto_irq.c, since it was never built...
  1519. * --jgarzik
  1520. */
  1521. static int __devinit smc_findirq(struct smc_local *lp)
  1522. {
  1523. void __iomem *ioaddr = lp->base;
  1524. int timeout = 20;
  1525. unsigned long cookie;
  1526. DBG(2, "%s: %s\n", CARDNAME, __func__);
  1527. cookie = probe_irq_on();
  1528. /*
  1529. * What I try to do here is trigger an ALLOC_INT. This is done
  1530. * by allocating a small chunk of memory, which will give an interrupt
  1531. * when done.
  1532. */
  1533. /* enable ALLOCation interrupts ONLY */
  1534. SMC_SELECT_BANK(lp, 2);
  1535. SMC_SET_INT_MASK(lp, IM_ALLOC_INT);
  1536. /*
  1537. * Allocate 512 bytes of memory. Note that the chip was just
  1538. * reset so all the memory is available
  1539. */
  1540. SMC_SET_MMU_CMD(lp, MC_ALLOC | 1);
  1541. /*
  1542. * Wait until positive that the interrupt has been generated
  1543. */
  1544. do {
  1545. int int_status;
  1546. udelay(10);
  1547. int_status = SMC_GET_INT(lp);
  1548. if (int_status & IM_ALLOC_INT)
  1549. break; /* got the interrupt */
  1550. } while (--timeout);
  1551. /*
  1552. * there is really nothing that I can do here if timeout fails,
  1553. * as autoirq_report will return a 0 anyway, which is what I
  1554. * want in this case. Plus, the clean up is needed in both
  1555. * cases.
  1556. */
  1557. /* and disable all interrupts again */
  1558. SMC_SET_INT_MASK(lp, 0);
  1559. /* and return what I found */
  1560. return probe_irq_off(cookie);
  1561. }
  1562. /*
  1563. * Function: smc_probe(unsigned long ioaddr)
  1564. *
  1565. * Purpose:
  1566. * Tests to see if a given ioaddr points to an SMC91x chip.
  1567. * Returns a 0 on success
  1568. *
  1569. * Algorithm:
  1570. * (1) see if the high byte of BANK_SELECT is 0x33
  1571. * (2) compare the ioaddr with the base register's address
  1572. * (3) see if I recognize the chip ID in the appropriate register
  1573. *
  1574. * Here I do typical initialization tasks.
  1575. *
  1576. * o Initialize the structure if needed
  1577. * o print out my vanity message if not done so already
  1578. * o print out what type of hardware is detected
  1579. * o print out the ethernet address
  1580. * o find the IRQ
  1581. * o set up my private data
  1582. * o configure the dev structure with my subroutines
  1583. * o actually GRAB the irq.
  1584. * o GRAB the region
  1585. */
  1586. static int __devinit smc_probe(struct net_device *dev, void __iomem *ioaddr,
  1587. unsigned long irq_flags)
  1588. {
  1589. struct smc_local *lp = netdev_priv(dev);
  1590. static int version_printed = 0;
  1591. int retval;
  1592. unsigned int val, revision_register;
  1593. const char *version_string;
  1594. DBG(2, "%s: %s\n", CARDNAME, __func__);
  1595. /* First, see if the high byte is 0x33 */
  1596. val = SMC_CURRENT_BANK(lp);
  1597. DBG(2, "%s: bank signature probe returned 0x%04x\n", CARDNAME, val);
  1598. if ((val & 0xFF00) != 0x3300) {
  1599. if ((val & 0xFF) == 0x33) {
  1600. printk(KERN_WARNING
  1601. "%s: Detected possible byte-swapped interface"
  1602. " at IOADDR %p\n", CARDNAME, ioaddr);
  1603. }
  1604. retval = -ENODEV;
  1605. goto err_out;
  1606. }
  1607. /*
  1608. * The above MIGHT indicate a device, but I need to write to
  1609. * further test this.
  1610. */
  1611. SMC_SELECT_BANK(lp, 0);
  1612. val = SMC_CURRENT_BANK(lp);
  1613. if ((val & 0xFF00) != 0x3300) {
  1614. retval = -ENODEV;
  1615. goto err_out;
  1616. }
  1617. /*
  1618. * well, we've already written once, so hopefully another
  1619. * time won't hurt. This time, I need to switch the bank
  1620. * register to bank 1, so I can access the base address
  1621. * register
  1622. */
  1623. SMC_SELECT_BANK(lp, 1);
  1624. val = SMC_GET_BASE(lp);
  1625. val = ((val & 0x1F00) >> 3) << SMC_IO_SHIFT;
  1626. if (((unsigned int)ioaddr & (0x3e0 << SMC_IO_SHIFT)) != val) {
  1627. printk("%s: IOADDR %p doesn't match configuration (%x).\n",
  1628. CARDNAME, ioaddr, val);
  1629. }
  1630. /*
  1631. * check if the revision register is something that I
  1632. * recognize. These might need to be added to later,
  1633. * as future revisions could be added.
  1634. */
  1635. SMC_SELECT_BANK(lp, 3);
  1636. revision_register = SMC_GET_REV(lp);
  1637. DBG(2, "%s: revision = 0x%04x\n", CARDNAME, revision_register);
  1638. version_string = chip_ids[ (revision_register >> 4) & 0xF];
  1639. if (!version_string || (revision_register & 0xff00) != 0x3300) {
  1640. /* I don't recognize this chip, so... */
  1641. printk("%s: IO %p: Unrecognized revision register 0x%04x"
  1642. ", Contact author.\n", CARDNAME,
  1643. ioaddr, revision_register);
  1644. retval = -ENODEV;
  1645. goto err_out;
  1646. }
  1647. /* At this point I'll assume that the chip is an SMC91x. */
  1648. if (version_printed++ == 0)
  1649. printk("%s", version);
  1650. /* fill in some of the fields */
  1651. dev->base_addr = (unsigned long)ioaddr;
  1652. lp->base = ioaddr;
  1653. lp->version = revision_register & 0xff;
  1654. spin_lock_init(&lp->lock);
  1655. /* Get the MAC address */
  1656. SMC_SELECT_BANK(lp, 1);
  1657. SMC_GET_MAC_ADDR(lp, dev->dev_addr);
  1658. /* now, reset the chip, and put it into a known state */
  1659. smc_reset(dev);
  1660. /*
  1661. * If dev->irq is 0, then the device has to be banged on to see
  1662. * what the IRQ is.
  1663. *
  1664. * This banging doesn't always detect the IRQ, for unknown reasons.
  1665. * a workaround is to reset the chip and try again.
  1666. *
  1667. * Interestingly, the DOS packet driver *SETS* the IRQ on the card to
  1668. * be what is requested on the command line. I don't do that, mostly
  1669. * because the card that I have uses a non-standard method of accessing
  1670. * the IRQs, and because this _should_ work in most configurations.
  1671. *
  1672. * Specifying an IRQ is done with the assumption that the user knows
  1673. * what (s)he is doing. No checking is done!!!!
  1674. */
  1675. if (dev->irq < 1) {
  1676. int trials;
  1677. trials = 3;
  1678. while (trials--) {
  1679. dev->irq = smc_findirq(lp);
  1680. if (dev->irq)
  1681. break;
  1682. /* kick the card and try again */
  1683. smc_reset(dev);
  1684. }
  1685. }
  1686. if (dev->irq == 0) {
  1687. printk("%s: Couldn't autodetect your IRQ. Use irq=xx.\n",
  1688. dev->name);
  1689. retval = -ENODEV;
  1690. goto err_out;
  1691. }
  1692. dev->irq = irq_canonicalize(dev->irq);
  1693. /* Fill in the fields of the device structure with ethernet values. */
  1694. ether_setup(dev);
  1695. dev->watchdog_timeo = msecs_to_jiffies(watchdog);
  1696. dev->netdev_ops = &smc_netdev_ops;
  1697. dev->ethtool_ops = &smc_ethtool_ops;
  1698. tasklet_init(&lp->tx_task, smc_hardware_send_pkt, (unsigned long)dev);
  1699. INIT_WORK(&lp->phy_configure, smc_phy_configure);
  1700. lp->dev = dev;
  1701. lp->mii.phy_id_mask = 0x1f;
  1702. lp->mii.reg_num_mask = 0x1f;
  1703. lp->mii.force_media = 0;
  1704. lp->mii.full_duplex = 0;
  1705. lp->mii.dev = dev;
  1706. lp->mii.mdio_read = smc_phy_read;
  1707. lp->mii.mdio_write = smc_phy_write;
  1708. /*
  1709. * Locate the phy, if any.
  1710. */
  1711. if (lp->version >= (CHIP_91100 << 4))
  1712. smc_phy_detect(dev);
  1713. /* then shut everything down to save power */
  1714. smc_shutdown(dev);
  1715. smc_phy_powerdown(dev);
  1716. /* Set default parameters */
  1717. lp->msg_enable = NETIF_MSG_LINK;
  1718. lp->ctl_rfduplx = 0;
  1719. lp->ctl_rspeed = 10;
  1720. if (lp->version >= (CHIP_91100 << 4)) {
  1721. lp->ctl_rfduplx = 1;
  1722. lp->ctl_rspeed = 100;
  1723. }
  1724. /* Grab the IRQ */
  1725. retval = request_irq(dev->irq, &smc_interrupt, irq_flags, dev->name, dev);
  1726. if (retval)
  1727. goto err_out;
  1728. #ifdef CONFIG_ARCH_PXA
  1729. # ifdef SMC_USE_PXA_DMA
  1730. lp->cfg.flags |= SMC91X_USE_DMA;
  1731. # endif
  1732. if (lp->cfg.flags & SMC91X_USE_DMA) {
  1733. int dma = pxa_request_dma(dev->name, DMA_PRIO_LOW,
  1734. smc_pxa_dma_irq, NULL);
  1735. if (dma >= 0)
  1736. dev->dma = dma;
  1737. }
  1738. #endif
  1739. retval = register_netdev(dev);
  1740. if (retval == 0) {
  1741. /* now, print out the card info, in a short format.. */
  1742. printk("%s: %s (rev %d) at %p IRQ %d",
  1743. dev->name, version_string, revision_register & 0x0f,
  1744. lp->base, dev->irq);
  1745. if (dev->dma != (unsigned char)-1)
  1746. printk(" DMA %d", dev->dma);
  1747. printk("%s%s\n",
  1748. lp->cfg.flags & SMC91X_NOWAIT ? " [nowait]" : "",
  1749. THROTTLE_TX_PKTS ? " [throttle_tx]" : "");
  1750. if (!is_valid_ether_addr(dev->dev_addr)) {
  1751. printk("%s: Invalid ethernet MAC address. Please "
  1752. "set using ifconfig\n", dev->name);
  1753. } else {
  1754. /* Print the Ethernet address */
  1755. printk("%s: Ethernet addr: %pM\n",
  1756. dev->name, dev->dev_addr);
  1757. }
  1758. if (lp->phy_type == 0) {
  1759. PRINTK("%s: No PHY found\n", dev->name);
  1760. } else if ((lp->phy_type & 0xfffffff0) == 0x0016f840) {
  1761. PRINTK("%s: PHY LAN83C183 (LAN91C111 Internal)\n", dev->name);
  1762. } else if ((lp->phy_type & 0xfffffff0) == 0x02821c50) {
  1763. PRINTK("%s: PHY LAN83C180\n", dev->name);
  1764. }
  1765. }
  1766. err_out:
  1767. #ifdef CONFIG_ARCH_PXA
  1768. if (retval && dev->dma != (unsigned char)-1)
  1769. pxa_free_dma(dev->dma);
  1770. #endif
  1771. return retval;
  1772. }
  1773. static int smc_enable_device(struct platform_device *pdev)
  1774. {
  1775. struct net_device *ndev = platform_get_drvdata(pdev);
  1776. struct smc_local *lp = netdev_priv(ndev);
  1777. unsigned long flags;
  1778. unsigned char ecor, ecsr;
  1779. void __iomem *addr;
  1780. struct resource * res;
  1781. res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
  1782. if (!res)
  1783. return 0;
  1784. /*
  1785. * Map the attribute space. This is overkill, but clean.
  1786. */
  1787. addr = ioremap(res->start, ATTRIB_SIZE);
  1788. if (!addr)
  1789. return -ENOMEM;
  1790. /*
  1791. * Reset the device. We must disable IRQs around this
  1792. * since a reset causes the IRQ line become active.
  1793. */
  1794. local_irq_save(flags);
  1795. ecor = readb(addr + (ECOR << SMC_IO_SHIFT)) & ~ECOR_RESET;
  1796. writeb(ecor | ECOR_RESET, addr + (ECOR << SMC_IO_SHIFT));
  1797. readb(addr + (ECOR << SMC_IO_SHIFT));
  1798. /*
  1799. * Wait 100us for the chip to reset.
  1800. */
  1801. udelay(100);
  1802. /*
  1803. * The device will ignore all writes to the enable bit while
  1804. * reset is asserted, even if the reset bit is cleared in the
  1805. * same write. Must clear reset first, then enable the device.
  1806. */
  1807. writeb(ecor, addr + (ECOR << SMC_IO_SHIFT));
  1808. writeb(ecor | ECOR_ENABLE, addr + (ECOR << SMC_IO_SHIFT));
  1809. /*
  1810. * Set the appropriate byte/word mode.
  1811. */
  1812. ecsr = readb(addr + (ECSR << SMC_IO_SHIFT)) & ~ECSR_IOIS8;
  1813. if (!SMC_16BIT(lp))
  1814. ecsr |= ECSR_IOIS8;
  1815. writeb(ecsr, addr + (ECSR << SMC_IO_SHIFT));
  1816. local_irq_restore(flags);
  1817. iounmap(addr);
  1818. /*
  1819. * Wait for the chip to wake up. We could poll the control
  1820. * register in the main register space, but that isn't mapped
  1821. * yet. We know this is going to take 750us.
  1822. */
  1823. msleep(1);
  1824. return 0;
  1825. }
  1826. static int smc_request_attrib(struct platform_device *pdev,
  1827. struct net_device *ndev)
  1828. {
  1829. struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
  1830. struct smc_local *lp __maybe_unused = netdev_priv(ndev);
  1831. if (!res)
  1832. return 0;
  1833. if (!request_mem_region(res->start, ATTRIB_SIZE, CARDNAME))
  1834. return -EBUSY;
  1835. return 0;
  1836. }
  1837. static void smc_release_attrib(struct platform_device *pdev,
  1838. struct net_device *ndev)
  1839. {
  1840. struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
  1841. struct smc_local *lp __maybe_unused = netdev_priv(ndev);
  1842. if (res)
  1843. release_mem_region(res->start, ATTRIB_SIZE);
  1844. }
  1845. static inline void smc_request_datacs(struct platform_device *pdev, struct net_device *ndev)
  1846. {
  1847. if (SMC_CAN_USE_DATACS) {
  1848. struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-data32");
  1849. struct smc_local *lp = netdev_priv(ndev);
  1850. if (!res)
  1851. return;
  1852. if(!request_mem_region(res->start, SMC_DATA_EXTENT, CARDNAME)) {
  1853. printk(KERN_INFO "%s: failed to request datacs memory region.\n", CARDNAME);
  1854. return;
  1855. }
  1856. lp->datacs = ioremap(res->start, SMC_DATA_EXTENT);
  1857. }
  1858. }
  1859. static void smc_release_datacs(struct platform_device *pdev, struct net_device *ndev)
  1860. {
  1861. if (SMC_CAN_USE_DATACS) {
  1862. struct smc_local *lp = netdev_priv(ndev);
  1863. struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-data32");
  1864. if (lp->datacs)
  1865. iounmap(lp->datacs);
  1866. lp->datacs = NULL;
  1867. if (res)
  1868. release_mem_region(res->start, SMC_DATA_EXTENT);
  1869. }
  1870. }
  1871. /*
  1872. * smc_init(void)
  1873. * Input parameters:
  1874. * dev->base_addr == 0, try to find all possible locations
  1875. * dev->base_addr > 0x1ff, this is the address to check
  1876. * dev->base_addr == <anything else>, return failure code
  1877. *
  1878. * Output:
  1879. * 0 --> there is a device
  1880. * anything else, error
  1881. */
  1882. static int __devinit smc_drv_probe(struct platform_device *pdev)
  1883. {
  1884. struct smc91x_platdata *pd = pdev->dev.platform_data;
  1885. struct smc_local *lp;
  1886. struct net_device *ndev;
  1887. struct resource *res, *ires;
  1888. unsigned int __iomem *addr;
  1889. unsigned long irq_flags = SMC_IRQ_FLAGS;
  1890. int ret;
  1891. ndev = alloc_etherdev(sizeof(struct smc_local));
  1892. if (!ndev) {
  1893. printk("%s: could not allocate device.\n", CARDNAME);
  1894. ret = -ENOMEM;
  1895. goto out;
  1896. }
  1897. SET_NETDEV_DEV(ndev, &pdev->dev);
  1898. /* get configuration from platform data, only allow use of
  1899. * bus width if both SMC_CAN_USE_xxx and SMC91X_USE_xxx are set.
  1900. */
  1901. lp = netdev_priv(ndev);
  1902. if (pd) {
  1903. memcpy(&lp->cfg, pd, sizeof(lp->cfg));
  1904. lp->io_shift = SMC91X_IO_SHIFT(lp->cfg.flags);
  1905. } else {
  1906. lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0;
  1907. lp->cfg.flags |= (SMC_CAN_USE_16BIT) ? SMC91X_USE_16BIT : 0;
  1908. lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0;
  1909. lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0;
  1910. }
  1911. if (!lp->cfg.leda && !lp->cfg.ledb) {
  1912. lp->cfg.leda = RPC_LSA_DEFAULT;
  1913. lp->cfg.ledb = RPC_LSB_DEFAULT;
  1914. }
  1915. ndev->dma = (unsigned char)-1;
  1916. res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-regs");
  1917. if (!res)
  1918. res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  1919. if (!res) {
  1920. ret = -ENODEV;
  1921. goto out_free_netdev;
  1922. }
  1923. if (!request_mem_region(res->start, SMC_IO_EXTENT, CARDNAME)) {
  1924. ret = -EBUSY;
  1925. goto out_free_netdev;
  1926. }
  1927. ires = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
  1928. if (!ires) {
  1929. ret = -ENODEV;
  1930. goto out_release_io;
  1931. }
  1932. ndev->irq = ires->start;
  1933. if (ires->flags & IRQF_TRIGGER_MASK)
  1934. irq_flags = ires->flags & IRQF_TRIGGER_MASK;
  1935. ret = smc_request_attrib(pdev, ndev);
  1936. if (ret)
  1937. goto out_release_io;
  1938. #if defined(CONFIG_SA1100_ASSABET)
  1939. NCR_0 |= NCR_ENET_OSC_EN;
  1940. #endif
  1941. platform_set_drvdata(pdev, ndev);
  1942. ret = smc_enable_device(pdev);
  1943. if (ret)
  1944. goto out_release_attrib;
  1945. addr = ioremap(res->start, SMC_IO_EXTENT);
  1946. if (!addr) {
  1947. ret = -ENOMEM;
  1948. goto out_release_attrib;
  1949. }
  1950. #ifdef CONFIG_ARCH_PXA
  1951. {
  1952. struct smc_local *lp = netdev_priv(ndev);
  1953. lp->device = &pdev->dev;
  1954. lp->physaddr = res->start;
  1955. }
  1956. #endif
  1957. ret = smc_probe(ndev, addr, irq_flags);
  1958. if (ret != 0)
  1959. goto out_iounmap;
  1960. smc_request_datacs(pdev, ndev);
  1961. return 0;
  1962. out_iounmap:
  1963. platform_set_drvdata(pdev, NULL);
  1964. iounmap(addr);
  1965. out_release_attrib:
  1966. smc_release_attrib(pdev, ndev);
  1967. out_release_io:
  1968. release_mem_region(res->start, SMC_IO_EXTENT);
  1969. out_free_netdev:
  1970. free_netdev(ndev);
  1971. out:
  1972. printk("%s: not found (%d).\n", CARDNAME, ret);
  1973. return ret;
  1974. }
  1975. static int __devexit smc_drv_remove(struct platform_device *pdev)
  1976. {
  1977. struct net_device *ndev = platform_get_drvdata(pdev);
  1978. struct smc_local *lp = netdev_priv(ndev);
  1979. struct resource *res;
  1980. platform_set_drvdata(pdev, NULL);
  1981. unregister_netdev(ndev);
  1982. free_irq(ndev->irq, ndev);
  1983. #ifdef CONFIG_ARCH_PXA
  1984. if (ndev->dma != (unsigned char)-1)
  1985. pxa_free_dma(ndev->dma);
  1986. #endif
  1987. iounmap(lp->base);
  1988. smc_release_datacs(pdev,ndev);
  1989. smc_release_attrib(pdev,ndev);
  1990. res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-regs");
  1991. if (!res)
  1992. res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  1993. release_mem_region(res->start, SMC_IO_EXTENT);
  1994. free_netdev(ndev);
  1995. return 0;
  1996. }
  1997. static int smc_drv_suspend(struct platform_device *dev, pm_message_t state)
  1998. {
  1999. struct net_device *ndev = platform_get_drvdata(dev);
  2000. if (ndev) {
  2001. if (netif_running(ndev)) {
  2002. netif_device_detach(ndev);
  2003. smc_shutdown(ndev);
  2004. smc_phy_powerdown(ndev);
  2005. }
  2006. }
  2007. return 0;
  2008. }
  2009. static int smc_drv_resume(struct platform_device *dev)
  2010. {
  2011. struct net_device *ndev = platform_get_drvdata(dev);
  2012. if (ndev) {
  2013. struct smc_local *lp = netdev_priv(ndev);
  2014. smc_enable_device(dev);
  2015. if (netif_running(ndev)) {
  2016. smc_reset(ndev);
  2017. smc_enable(ndev);
  2018. if (lp->phy_type != 0)
  2019. smc_phy_configure(&lp->phy_configure);
  2020. netif_device_attach(ndev);
  2021. }
  2022. }
  2023. return 0;
  2024. }
  2025. static struct platform_driver smc_driver = {
  2026. .probe = smc_drv_probe,
  2027. .remove = __devexit_p(smc_drv_remove),
  2028. .suspend = smc_drv_suspend,
  2029. .resume = smc_drv_resume,
  2030. .driver = {
  2031. .name = CARDNAME,
  2032. .owner = THIS_MODULE,
  2033. },
  2034. };
  2035. static int __init smc_init(void)
  2036. {
  2037. return platform_driver_register(&smc_driver);
  2038. }
  2039. static void __exit smc_cleanup(void)
  2040. {
  2041. platform_driver_unregister(&smc_driver);
  2042. }
  2043. module_init(smc_init);
  2044. module_exit(smc_cleanup);