pcnet32.c 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990
  1. /* pcnet32.c: An AMD PCnet32 ethernet driver for linux. */
  2. /*
  3. * Copyright 1996-1999 Thomas Bogendoerfer
  4. *
  5. * Derived from the lance driver written 1993,1994,1995 by Donald Becker.
  6. *
  7. * Copyright 1993 United States Government as represented by the
  8. * Director, National Security Agency.
  9. *
  10. * This software may be used and distributed according to the terms
  11. * of the GNU General Public License, incorporated herein by reference.
  12. *
  13. * This driver is for PCnet32 and PCnetPCI based ethercards
  14. */
  15. /**************************************************************************
  16. * 23 Oct, 2000.
  17. * Fixed a few bugs, related to running the controller in 32bit mode.
  18. *
  19. * Carsten Langgaard, carstenl@mips.com
  20. * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
  21. *
  22. *************************************************************************/
  23. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  24. #define DRV_NAME "pcnet32"
  25. #define DRV_VERSION "1.35"
  26. #define DRV_RELDATE "21.Apr.2008"
  27. #define PFX DRV_NAME ": "
  28. static const char *const version =
  29. DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " tsbogend@alpha.franken.de\n";
  30. #include <linux/module.h>
  31. #include <linux/kernel.h>
  32. #include <linux/sched.h>
  33. #include <linux/string.h>
  34. #include <linux/errno.h>
  35. #include <linux/ioport.h>
  36. #include <linux/slab.h>
  37. #include <linux/interrupt.h>
  38. #include <linux/pci.h>
  39. #include <linux/delay.h>
  40. #include <linux/init.h>
  41. #include <linux/ethtool.h>
  42. #include <linux/mii.h>
  43. #include <linux/crc32.h>
  44. #include <linux/netdevice.h>
  45. #include <linux/etherdevice.h>
  46. #include <linux/if_ether.h>
  47. #include <linux/skbuff.h>
  48. #include <linux/spinlock.h>
  49. #include <linux/moduleparam.h>
  50. #include <linux/bitops.h>
  51. #include <linux/io.h>
  52. #include <linux/uaccess.h>
  53. #include <asm/dma.h>
  54. #include <asm/irq.h>
  55. /*
  56. * PCI device identifiers for "new style" Linux PCI Device Drivers
  57. */
  58. static const struct pci_device_id pcnet32_pci_tbl[] = {
  59. { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE_HOME), },
  60. { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE), },
  61. /*
  62. * Adapters that were sold with IBM's RS/6000 or pSeries hardware have
  63. * the incorrect vendor id.
  64. */
  65. { PCI_DEVICE(PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_AMD_LANCE),
  66. .class = (PCI_CLASS_NETWORK_ETHERNET << 8), .class_mask = 0xffff00, },
  67. { } /* terminate list */
  68. };
  69. MODULE_DEVICE_TABLE(pci, pcnet32_pci_tbl);
  70. static int cards_found;
  71. /*
  72. * VLB I/O addresses
  73. */
  74. static unsigned int pcnet32_portlist[] =
  75. { 0x300, 0x320, 0x340, 0x360, 0 };
  76. static int pcnet32_debug;
  77. static int tx_start = 1; /* Mapping -- 0:20, 1:64, 2:128, 3:~220 (depends on chip vers) */
  78. static int pcnet32vlb; /* check for VLB cards ? */
  79. static struct net_device *pcnet32_dev;
  80. static int max_interrupt_work = 2;
  81. static int rx_copybreak = 200;
  82. #define PCNET32_PORT_AUI 0x00
  83. #define PCNET32_PORT_10BT 0x01
  84. #define PCNET32_PORT_GPSI 0x02
  85. #define PCNET32_PORT_MII 0x03
  86. #define PCNET32_PORT_PORTSEL 0x03
  87. #define PCNET32_PORT_ASEL 0x04
  88. #define PCNET32_PORT_100 0x40
  89. #define PCNET32_PORT_FD 0x80
  90. #define PCNET32_DMA_MASK 0xffffffff
  91. #define PCNET32_WATCHDOG_TIMEOUT (jiffies + (2 * HZ))
  92. #define PCNET32_BLINK_TIMEOUT (jiffies + (HZ/4))
  93. /*
  94. * table to translate option values from tulip
  95. * to internal options
  96. */
  97. static const unsigned char options_mapping[] = {
  98. PCNET32_PORT_ASEL, /* 0 Auto-select */
  99. PCNET32_PORT_AUI, /* 1 BNC/AUI */
  100. PCNET32_PORT_AUI, /* 2 AUI/BNC */
  101. PCNET32_PORT_ASEL, /* 3 not supported */
  102. PCNET32_PORT_10BT | PCNET32_PORT_FD, /* 4 10baseT-FD */
  103. PCNET32_PORT_ASEL, /* 5 not supported */
  104. PCNET32_PORT_ASEL, /* 6 not supported */
  105. PCNET32_PORT_ASEL, /* 7 not supported */
  106. PCNET32_PORT_ASEL, /* 8 not supported */
  107. PCNET32_PORT_MII, /* 9 MII 10baseT */
  108. PCNET32_PORT_MII | PCNET32_PORT_FD, /* 10 MII 10baseT-FD */
  109. PCNET32_PORT_MII, /* 11 MII (autosel) */
  110. PCNET32_PORT_10BT, /* 12 10BaseT */
  111. PCNET32_PORT_MII | PCNET32_PORT_100, /* 13 MII 100BaseTx */
  112. /* 14 MII 100BaseTx-FD */
  113. PCNET32_PORT_MII | PCNET32_PORT_100 | PCNET32_PORT_FD,
  114. PCNET32_PORT_ASEL /* 15 not supported */
  115. };
  116. static const char pcnet32_gstrings_test[][ETH_GSTRING_LEN] = {
  117. "Loopback test (offline)"
  118. };
  119. #define PCNET32_TEST_LEN ARRAY_SIZE(pcnet32_gstrings_test)
  120. #define PCNET32_NUM_REGS 136
  121. #define MAX_UNITS 8 /* More are supported, limit only on options */
  122. static int options[MAX_UNITS];
  123. static int full_duplex[MAX_UNITS];
  124. static int homepna[MAX_UNITS];
  125. /*
  126. * Theory of Operation
  127. *
  128. * This driver uses the same software structure as the normal lance
  129. * driver. So look for a verbose description in lance.c. The differences
  130. * to the normal lance driver is the use of the 32bit mode of PCnet32
  131. * and PCnetPCI chips. Because these chips are 32bit chips, there is no
  132. * 16MB limitation and we don't need bounce buffers.
  133. */
  134. /*
  135. * Set the number of Tx and Rx buffers, using Log_2(# buffers).
  136. * Reasonable default values are 4 Tx buffers, and 16 Rx buffers.
  137. * That translates to 2 (4 == 2^^2) and 4 (16 == 2^^4).
  138. */
  139. #ifndef PCNET32_LOG_TX_BUFFERS
  140. #define PCNET32_LOG_TX_BUFFERS 4
  141. #define PCNET32_LOG_RX_BUFFERS 5
  142. #define PCNET32_LOG_MAX_TX_BUFFERS 9 /* 2^9 == 512 */
  143. #define PCNET32_LOG_MAX_RX_BUFFERS 9
  144. #endif
  145. #define TX_RING_SIZE (1 << (PCNET32_LOG_TX_BUFFERS))
  146. #define TX_MAX_RING_SIZE (1 << (PCNET32_LOG_MAX_TX_BUFFERS))
  147. #define RX_RING_SIZE (1 << (PCNET32_LOG_RX_BUFFERS))
  148. #define RX_MAX_RING_SIZE (1 << (PCNET32_LOG_MAX_RX_BUFFERS))
  149. #define PKT_BUF_SKB 1544
  150. /* actual buffer length after being aligned */
  151. #define PKT_BUF_SIZE (PKT_BUF_SKB - NET_IP_ALIGN)
  152. /* chip wants twos complement of the (aligned) buffer length */
  153. #define NEG_BUF_SIZE (NET_IP_ALIGN - PKT_BUF_SKB)
  154. /* Offsets from base I/O address. */
  155. #define PCNET32_WIO_RDP 0x10
  156. #define PCNET32_WIO_RAP 0x12
  157. #define PCNET32_WIO_RESET 0x14
  158. #define PCNET32_WIO_BDP 0x16
  159. #define PCNET32_DWIO_RDP 0x10
  160. #define PCNET32_DWIO_RAP 0x14
  161. #define PCNET32_DWIO_RESET 0x18
  162. #define PCNET32_DWIO_BDP 0x1C
  163. #define PCNET32_TOTAL_SIZE 0x20
  164. #define CSR0 0
  165. #define CSR0_INIT 0x1
  166. #define CSR0_START 0x2
  167. #define CSR0_STOP 0x4
  168. #define CSR0_TXPOLL 0x8
  169. #define CSR0_INTEN 0x40
  170. #define CSR0_IDON 0x0100
  171. #define CSR0_NORMAL (CSR0_START | CSR0_INTEN)
  172. #define PCNET32_INIT_LOW 1
  173. #define PCNET32_INIT_HIGH 2
  174. #define CSR3 3
  175. #define CSR4 4
  176. #define CSR5 5
  177. #define CSR5_SUSPEND 0x0001
  178. #define CSR15 15
  179. #define PCNET32_MC_FILTER 8
  180. #define PCNET32_79C970A 0x2621
  181. /* The PCNET32 Rx and Tx ring descriptors. */
  182. struct pcnet32_rx_head {
  183. __le32 base;
  184. __le16 buf_length; /* two`s complement of length */
  185. __le16 status;
  186. __le32 msg_length;
  187. __le32 reserved;
  188. };
  189. struct pcnet32_tx_head {
  190. __le32 base;
  191. __le16 length; /* two`s complement of length */
  192. __le16 status;
  193. __le32 misc;
  194. __le32 reserved;
  195. };
  196. /* The PCNET32 32-Bit initialization block, described in databook. */
  197. struct pcnet32_init_block {
  198. __le16 mode;
  199. __le16 tlen_rlen;
  200. u8 phys_addr[6];
  201. __le16 reserved;
  202. __le32 filter[2];
  203. /* Receive and transmit ring base, along with extra bits. */
  204. __le32 rx_ring;
  205. __le32 tx_ring;
  206. };
  207. /* PCnet32 access functions */
  208. struct pcnet32_access {
  209. u16 (*read_csr) (unsigned long, int);
  210. void (*write_csr) (unsigned long, int, u16);
  211. u16 (*read_bcr) (unsigned long, int);
  212. void (*write_bcr) (unsigned long, int, u16);
  213. u16 (*read_rap) (unsigned long);
  214. void (*write_rap) (unsigned long, u16);
  215. void (*reset) (unsigned long);
  216. };
  217. /*
  218. * The first field of pcnet32_private is read by the ethernet device
  219. * so the structure should be allocated using pci_alloc_consistent().
  220. */
  221. struct pcnet32_private {
  222. struct pcnet32_init_block *init_block;
  223. /* The Tx and Rx ring entries must be aligned on 16-byte boundaries in 32bit mode. */
  224. struct pcnet32_rx_head *rx_ring;
  225. struct pcnet32_tx_head *tx_ring;
  226. dma_addr_t init_dma_addr;/* DMA address of beginning of the init block,
  227. returned by pci_alloc_consistent */
  228. struct pci_dev *pci_dev;
  229. const char *name;
  230. /* The saved address of a sent-in-place packet/buffer, for skfree(). */
  231. struct sk_buff **tx_skbuff;
  232. struct sk_buff **rx_skbuff;
  233. dma_addr_t *tx_dma_addr;
  234. dma_addr_t *rx_dma_addr;
  235. const struct pcnet32_access *a;
  236. spinlock_t lock; /* Guard lock */
  237. unsigned int cur_rx, cur_tx; /* The next free ring entry */
  238. unsigned int rx_ring_size; /* current rx ring size */
  239. unsigned int tx_ring_size; /* current tx ring size */
  240. unsigned int rx_mod_mask; /* rx ring modular mask */
  241. unsigned int tx_mod_mask; /* tx ring modular mask */
  242. unsigned short rx_len_bits;
  243. unsigned short tx_len_bits;
  244. dma_addr_t rx_ring_dma_addr;
  245. dma_addr_t tx_ring_dma_addr;
  246. unsigned int dirty_rx, /* ring entries to be freed. */
  247. dirty_tx;
  248. struct net_device *dev;
  249. struct napi_struct napi;
  250. char tx_full;
  251. char phycount; /* number of phys found */
  252. int options;
  253. unsigned int shared_irq:1, /* shared irq possible */
  254. dxsuflo:1, /* disable transmit stop on uflo */
  255. mii:1; /* mii port available */
  256. struct net_device *next;
  257. struct mii_if_info mii_if;
  258. struct timer_list watchdog_timer;
  259. u32 msg_enable; /* debug message level */
  260. /* each bit indicates an available PHY */
  261. u32 phymask;
  262. unsigned short chip_version; /* which variant this is */
  263. /* saved registers during ethtool blink */
  264. u16 save_regs[4];
  265. };
  266. static int pcnet32_probe_pci(struct pci_dev *, const struct pci_device_id *);
  267. static int pcnet32_probe1(unsigned long, int, struct pci_dev *);
  268. static int pcnet32_open(struct net_device *);
  269. static int pcnet32_init_ring(struct net_device *);
  270. static netdev_tx_t pcnet32_start_xmit(struct sk_buff *,
  271. struct net_device *);
  272. static void pcnet32_tx_timeout(struct net_device *dev);
  273. static irqreturn_t pcnet32_interrupt(int, void *);
  274. static int pcnet32_close(struct net_device *);
  275. static struct net_device_stats *pcnet32_get_stats(struct net_device *);
  276. static void pcnet32_load_multicast(struct net_device *dev);
  277. static void pcnet32_set_multicast_list(struct net_device *);
  278. static int pcnet32_ioctl(struct net_device *, struct ifreq *, int);
  279. static void pcnet32_watchdog(struct net_device *);
  280. static int mdio_read(struct net_device *dev, int phy_id, int reg_num);
  281. static void mdio_write(struct net_device *dev, int phy_id, int reg_num,
  282. int val);
  283. static void pcnet32_restart(struct net_device *dev, unsigned int csr0_bits);
  284. static void pcnet32_ethtool_test(struct net_device *dev,
  285. struct ethtool_test *eth_test, u64 * data);
  286. static int pcnet32_loopback_test(struct net_device *dev, uint64_t * data1);
  287. static int pcnet32_get_regs_len(struct net_device *dev);
  288. static void pcnet32_get_regs(struct net_device *dev, struct ethtool_regs *regs,
  289. void *ptr);
  290. static void pcnet32_purge_tx_ring(struct net_device *dev);
  291. static int pcnet32_alloc_ring(struct net_device *dev, const char *name);
  292. static void pcnet32_free_ring(struct net_device *dev);
  293. static void pcnet32_check_media(struct net_device *dev, int verbose);
  294. static u16 pcnet32_wio_read_csr(unsigned long addr, int index)
  295. {
  296. outw(index, addr + PCNET32_WIO_RAP);
  297. return inw(addr + PCNET32_WIO_RDP);
  298. }
  299. static void pcnet32_wio_write_csr(unsigned long addr, int index, u16 val)
  300. {
  301. outw(index, addr + PCNET32_WIO_RAP);
  302. outw(val, addr + PCNET32_WIO_RDP);
  303. }
  304. static u16 pcnet32_wio_read_bcr(unsigned long addr, int index)
  305. {
  306. outw(index, addr + PCNET32_WIO_RAP);
  307. return inw(addr + PCNET32_WIO_BDP);
  308. }
  309. static void pcnet32_wio_write_bcr(unsigned long addr, int index, u16 val)
  310. {
  311. outw(index, addr + PCNET32_WIO_RAP);
  312. outw(val, addr + PCNET32_WIO_BDP);
  313. }
  314. static u16 pcnet32_wio_read_rap(unsigned long addr)
  315. {
  316. return inw(addr + PCNET32_WIO_RAP);
  317. }
  318. static void pcnet32_wio_write_rap(unsigned long addr, u16 val)
  319. {
  320. outw(val, addr + PCNET32_WIO_RAP);
  321. }
  322. static void pcnet32_wio_reset(unsigned long addr)
  323. {
  324. inw(addr + PCNET32_WIO_RESET);
  325. }
  326. static int pcnet32_wio_check(unsigned long addr)
  327. {
  328. outw(88, addr + PCNET32_WIO_RAP);
  329. return inw(addr + PCNET32_WIO_RAP) == 88;
  330. }
  331. static const struct pcnet32_access pcnet32_wio = {
  332. .read_csr = pcnet32_wio_read_csr,
  333. .write_csr = pcnet32_wio_write_csr,
  334. .read_bcr = pcnet32_wio_read_bcr,
  335. .write_bcr = pcnet32_wio_write_bcr,
  336. .read_rap = pcnet32_wio_read_rap,
  337. .write_rap = pcnet32_wio_write_rap,
  338. .reset = pcnet32_wio_reset
  339. };
  340. static u16 pcnet32_dwio_read_csr(unsigned long addr, int index)
  341. {
  342. outl(index, addr + PCNET32_DWIO_RAP);
  343. return inl(addr + PCNET32_DWIO_RDP) & 0xffff;
  344. }
  345. static void pcnet32_dwio_write_csr(unsigned long addr, int index, u16 val)
  346. {
  347. outl(index, addr + PCNET32_DWIO_RAP);
  348. outl(val, addr + PCNET32_DWIO_RDP);
  349. }
  350. static u16 pcnet32_dwio_read_bcr(unsigned long addr, int index)
  351. {
  352. outl(index, addr + PCNET32_DWIO_RAP);
  353. return inl(addr + PCNET32_DWIO_BDP) & 0xffff;
  354. }
  355. static void pcnet32_dwio_write_bcr(unsigned long addr, int index, u16 val)
  356. {
  357. outl(index, addr + PCNET32_DWIO_RAP);
  358. outl(val, addr + PCNET32_DWIO_BDP);
  359. }
  360. static u16 pcnet32_dwio_read_rap(unsigned long addr)
  361. {
  362. return inl(addr + PCNET32_DWIO_RAP) & 0xffff;
  363. }
  364. static void pcnet32_dwio_write_rap(unsigned long addr, u16 val)
  365. {
  366. outl(val, addr + PCNET32_DWIO_RAP);
  367. }
  368. static void pcnet32_dwio_reset(unsigned long addr)
  369. {
  370. inl(addr + PCNET32_DWIO_RESET);
  371. }
  372. static int pcnet32_dwio_check(unsigned long addr)
  373. {
  374. outl(88, addr + PCNET32_DWIO_RAP);
  375. return (inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88;
  376. }
  377. static const struct pcnet32_access pcnet32_dwio = {
  378. .read_csr = pcnet32_dwio_read_csr,
  379. .write_csr = pcnet32_dwio_write_csr,
  380. .read_bcr = pcnet32_dwio_read_bcr,
  381. .write_bcr = pcnet32_dwio_write_bcr,
  382. .read_rap = pcnet32_dwio_read_rap,
  383. .write_rap = pcnet32_dwio_write_rap,
  384. .reset = pcnet32_dwio_reset
  385. };
  386. static void pcnet32_netif_stop(struct net_device *dev)
  387. {
  388. struct pcnet32_private *lp = netdev_priv(dev);
  389. dev->trans_start = jiffies; /* prevent tx timeout */
  390. napi_disable(&lp->napi);
  391. netif_tx_disable(dev);
  392. }
  393. static void pcnet32_netif_start(struct net_device *dev)
  394. {
  395. struct pcnet32_private *lp = netdev_priv(dev);
  396. ulong ioaddr = dev->base_addr;
  397. u16 val;
  398. netif_wake_queue(dev);
  399. val = lp->a->read_csr(ioaddr, CSR3);
  400. val &= 0x00ff;
  401. lp->a->write_csr(ioaddr, CSR3, val);
  402. napi_enable(&lp->napi);
  403. }
  404. /*
  405. * Allocate space for the new sized tx ring.
  406. * Free old resources
  407. * Save new resources.
  408. * Any failure keeps old resources.
  409. * Must be called with lp->lock held.
  410. */
  411. static void pcnet32_realloc_tx_ring(struct net_device *dev,
  412. struct pcnet32_private *lp,
  413. unsigned int size)
  414. {
  415. dma_addr_t new_ring_dma_addr;
  416. dma_addr_t *new_dma_addr_list;
  417. struct pcnet32_tx_head *new_tx_ring;
  418. struct sk_buff **new_skb_list;
  419. unsigned int entries = BIT(size);
  420. pcnet32_purge_tx_ring(dev);
  421. new_tx_ring =
  422. pci_zalloc_consistent(lp->pci_dev,
  423. sizeof(struct pcnet32_tx_head) * entries,
  424. &new_ring_dma_addr);
  425. if (new_tx_ring == NULL)
  426. return;
  427. new_dma_addr_list = kcalloc(entries, sizeof(dma_addr_t), GFP_ATOMIC);
  428. if (!new_dma_addr_list)
  429. goto free_new_tx_ring;
  430. new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC);
  431. if (!new_skb_list)
  432. goto free_new_lists;
  433. kfree(lp->tx_skbuff);
  434. kfree(lp->tx_dma_addr);
  435. pci_free_consistent(lp->pci_dev,
  436. sizeof(struct pcnet32_tx_head) * lp->tx_ring_size,
  437. lp->tx_ring, lp->tx_ring_dma_addr);
  438. lp->tx_ring_size = entries;
  439. lp->tx_mod_mask = lp->tx_ring_size - 1;
  440. lp->tx_len_bits = (size << 12);
  441. lp->tx_ring = new_tx_ring;
  442. lp->tx_ring_dma_addr = new_ring_dma_addr;
  443. lp->tx_dma_addr = new_dma_addr_list;
  444. lp->tx_skbuff = new_skb_list;
  445. return;
  446. free_new_lists:
  447. kfree(new_dma_addr_list);
  448. free_new_tx_ring:
  449. pci_free_consistent(lp->pci_dev,
  450. sizeof(struct pcnet32_tx_head) * entries,
  451. new_tx_ring,
  452. new_ring_dma_addr);
  453. }
  454. /*
  455. * Allocate space for the new sized rx ring.
  456. * Re-use old receive buffers.
  457. * alloc extra buffers
  458. * free unneeded buffers
  459. * free unneeded buffers
  460. * Save new resources.
  461. * Any failure keeps old resources.
  462. * Must be called with lp->lock held.
  463. */
  464. static void pcnet32_realloc_rx_ring(struct net_device *dev,
  465. struct pcnet32_private *lp,
  466. unsigned int size)
  467. {
  468. dma_addr_t new_ring_dma_addr;
  469. dma_addr_t *new_dma_addr_list;
  470. struct pcnet32_rx_head *new_rx_ring;
  471. struct sk_buff **new_skb_list;
  472. int new, overlap;
  473. unsigned int entries = BIT(size);
  474. new_rx_ring =
  475. pci_zalloc_consistent(lp->pci_dev,
  476. sizeof(struct pcnet32_rx_head) * entries,
  477. &new_ring_dma_addr);
  478. if (new_rx_ring == NULL)
  479. return;
  480. new_dma_addr_list = kcalloc(entries, sizeof(dma_addr_t), GFP_ATOMIC);
  481. if (!new_dma_addr_list)
  482. goto free_new_rx_ring;
  483. new_skb_list = kcalloc(entries, sizeof(struct sk_buff *), GFP_ATOMIC);
  484. if (!new_skb_list)
  485. goto free_new_lists;
  486. /* first copy the current receive buffers */
  487. overlap = min(entries, lp->rx_ring_size);
  488. for (new = 0; new < overlap; new++) {
  489. new_rx_ring[new] = lp->rx_ring[new];
  490. new_dma_addr_list[new] = lp->rx_dma_addr[new];
  491. new_skb_list[new] = lp->rx_skbuff[new];
  492. }
  493. /* now allocate any new buffers needed */
  494. for (; new < entries; new++) {
  495. struct sk_buff *rx_skbuff;
  496. new_skb_list[new] = netdev_alloc_skb(dev, PKT_BUF_SKB);
  497. rx_skbuff = new_skb_list[new];
  498. if (!rx_skbuff) {
  499. /* keep the original lists and buffers */
  500. netif_err(lp, drv, dev, "%s netdev_alloc_skb failed\n",
  501. __func__);
  502. goto free_all_new;
  503. }
  504. skb_reserve(rx_skbuff, NET_IP_ALIGN);
  505. new_dma_addr_list[new] =
  506. pci_map_single(lp->pci_dev, rx_skbuff->data,
  507. PKT_BUF_SIZE, PCI_DMA_FROMDEVICE);
  508. if (pci_dma_mapping_error(lp->pci_dev,
  509. new_dma_addr_list[new])) {
  510. netif_err(lp, drv, dev, "%s dma mapping failed\n",
  511. __func__);
  512. dev_kfree_skb(new_skb_list[new]);
  513. goto free_all_new;
  514. }
  515. new_rx_ring[new].base = cpu_to_le32(new_dma_addr_list[new]);
  516. new_rx_ring[new].buf_length = cpu_to_le16(NEG_BUF_SIZE);
  517. new_rx_ring[new].status = cpu_to_le16(0x8000);
  518. }
  519. /* and free any unneeded buffers */
  520. for (; new < lp->rx_ring_size; new++) {
  521. if (lp->rx_skbuff[new]) {
  522. if (!pci_dma_mapping_error(lp->pci_dev,
  523. lp->rx_dma_addr[new]))
  524. pci_unmap_single(lp->pci_dev,
  525. lp->rx_dma_addr[new],
  526. PKT_BUF_SIZE,
  527. PCI_DMA_FROMDEVICE);
  528. dev_kfree_skb(lp->rx_skbuff[new]);
  529. }
  530. }
  531. kfree(lp->rx_skbuff);
  532. kfree(lp->rx_dma_addr);
  533. pci_free_consistent(lp->pci_dev,
  534. sizeof(struct pcnet32_rx_head) *
  535. lp->rx_ring_size, lp->rx_ring,
  536. lp->rx_ring_dma_addr);
  537. lp->rx_ring_size = entries;
  538. lp->rx_mod_mask = lp->rx_ring_size - 1;
  539. lp->rx_len_bits = (size << 4);
  540. lp->rx_ring = new_rx_ring;
  541. lp->rx_ring_dma_addr = new_ring_dma_addr;
  542. lp->rx_dma_addr = new_dma_addr_list;
  543. lp->rx_skbuff = new_skb_list;
  544. return;
  545. free_all_new:
  546. while (--new >= lp->rx_ring_size) {
  547. if (new_skb_list[new]) {
  548. if (!pci_dma_mapping_error(lp->pci_dev,
  549. new_dma_addr_list[new]))
  550. pci_unmap_single(lp->pci_dev,
  551. new_dma_addr_list[new],
  552. PKT_BUF_SIZE,
  553. PCI_DMA_FROMDEVICE);
  554. dev_kfree_skb(new_skb_list[new]);
  555. }
  556. }
  557. kfree(new_skb_list);
  558. free_new_lists:
  559. kfree(new_dma_addr_list);
  560. free_new_rx_ring:
  561. pci_free_consistent(lp->pci_dev,
  562. sizeof(struct pcnet32_rx_head) * entries,
  563. new_rx_ring,
  564. new_ring_dma_addr);
  565. }
  566. static void pcnet32_purge_rx_ring(struct net_device *dev)
  567. {
  568. struct pcnet32_private *lp = netdev_priv(dev);
  569. int i;
  570. /* free all allocated skbuffs */
  571. for (i = 0; i < lp->rx_ring_size; i++) {
  572. lp->rx_ring[i].status = 0; /* CPU owns buffer */
  573. wmb(); /* Make sure adapter sees owner change */
  574. if (lp->rx_skbuff[i]) {
  575. if (!pci_dma_mapping_error(lp->pci_dev,
  576. lp->rx_dma_addr[i]))
  577. pci_unmap_single(lp->pci_dev,
  578. lp->rx_dma_addr[i],
  579. PKT_BUF_SIZE,
  580. PCI_DMA_FROMDEVICE);
  581. dev_kfree_skb_any(lp->rx_skbuff[i]);
  582. }
  583. lp->rx_skbuff[i] = NULL;
  584. lp->rx_dma_addr[i] = 0;
  585. }
  586. }
  587. #ifdef CONFIG_NET_POLL_CONTROLLER
  588. static void pcnet32_poll_controller(struct net_device *dev)
  589. {
  590. disable_irq(dev->irq);
  591. pcnet32_interrupt(0, dev);
  592. enable_irq(dev->irq);
  593. }
  594. #endif
  595. static int pcnet32_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
  596. {
  597. struct pcnet32_private *lp = netdev_priv(dev);
  598. unsigned long flags;
  599. int r = -EOPNOTSUPP;
  600. if (lp->mii) {
  601. spin_lock_irqsave(&lp->lock, flags);
  602. mii_ethtool_gset(&lp->mii_if, cmd);
  603. spin_unlock_irqrestore(&lp->lock, flags);
  604. r = 0;
  605. }
  606. return r;
  607. }
  608. static int pcnet32_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
  609. {
  610. struct pcnet32_private *lp = netdev_priv(dev);
  611. unsigned long flags;
  612. int r = -EOPNOTSUPP;
  613. if (lp->mii) {
  614. spin_lock_irqsave(&lp->lock, flags);
  615. r = mii_ethtool_sset(&lp->mii_if, cmd);
  616. spin_unlock_irqrestore(&lp->lock, flags);
  617. }
  618. return r;
  619. }
  620. static void pcnet32_get_drvinfo(struct net_device *dev,
  621. struct ethtool_drvinfo *info)
  622. {
  623. struct pcnet32_private *lp = netdev_priv(dev);
  624. strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
  625. strlcpy(info->version, DRV_VERSION, sizeof(info->version));
  626. if (lp->pci_dev)
  627. strlcpy(info->bus_info, pci_name(lp->pci_dev),
  628. sizeof(info->bus_info));
  629. else
  630. snprintf(info->bus_info, sizeof(info->bus_info),
  631. "VLB 0x%lx", dev->base_addr);
  632. }
  633. static u32 pcnet32_get_link(struct net_device *dev)
  634. {
  635. struct pcnet32_private *lp = netdev_priv(dev);
  636. unsigned long flags;
  637. int r;
  638. spin_lock_irqsave(&lp->lock, flags);
  639. if (lp->mii) {
  640. r = mii_link_ok(&lp->mii_if);
  641. } else if (lp->chip_version >= PCNET32_79C970A) {
  642. ulong ioaddr = dev->base_addr; /* card base I/O address */
  643. r = (lp->a->read_bcr(ioaddr, 4) != 0xc0);
  644. } else { /* can not detect link on really old chips */
  645. r = 1;
  646. }
  647. spin_unlock_irqrestore(&lp->lock, flags);
  648. return r;
  649. }
  650. static u32 pcnet32_get_msglevel(struct net_device *dev)
  651. {
  652. struct pcnet32_private *lp = netdev_priv(dev);
  653. return lp->msg_enable;
  654. }
  655. static void pcnet32_set_msglevel(struct net_device *dev, u32 value)
  656. {
  657. struct pcnet32_private *lp = netdev_priv(dev);
  658. lp->msg_enable = value;
  659. }
  660. static int pcnet32_nway_reset(struct net_device *dev)
  661. {
  662. struct pcnet32_private *lp = netdev_priv(dev);
  663. unsigned long flags;
  664. int r = -EOPNOTSUPP;
  665. if (lp->mii) {
  666. spin_lock_irqsave(&lp->lock, flags);
  667. r = mii_nway_restart(&lp->mii_if);
  668. spin_unlock_irqrestore(&lp->lock, flags);
  669. }
  670. return r;
  671. }
  672. static void pcnet32_get_ringparam(struct net_device *dev,
  673. struct ethtool_ringparam *ering)
  674. {
  675. struct pcnet32_private *lp = netdev_priv(dev);
  676. ering->tx_max_pending = TX_MAX_RING_SIZE;
  677. ering->tx_pending = lp->tx_ring_size;
  678. ering->rx_max_pending = RX_MAX_RING_SIZE;
  679. ering->rx_pending = lp->rx_ring_size;
  680. }
  681. static int pcnet32_set_ringparam(struct net_device *dev,
  682. struct ethtool_ringparam *ering)
  683. {
  684. struct pcnet32_private *lp = netdev_priv(dev);
  685. unsigned long flags;
  686. unsigned int size;
  687. ulong ioaddr = dev->base_addr;
  688. int i;
  689. if (ering->rx_mini_pending || ering->rx_jumbo_pending)
  690. return -EINVAL;
  691. if (netif_running(dev))
  692. pcnet32_netif_stop(dev);
  693. spin_lock_irqsave(&lp->lock, flags);
  694. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* stop the chip */
  695. size = min(ering->tx_pending, (unsigned int)TX_MAX_RING_SIZE);
  696. /* set the minimum ring size to 4, to allow the loopback test to work
  697. * unchanged.
  698. */
  699. for (i = 2; i <= PCNET32_LOG_MAX_TX_BUFFERS; i++) {
  700. if (size <= (1 << i))
  701. break;
  702. }
  703. if ((1 << i) != lp->tx_ring_size)
  704. pcnet32_realloc_tx_ring(dev, lp, i);
  705. size = min(ering->rx_pending, (unsigned int)RX_MAX_RING_SIZE);
  706. for (i = 2; i <= PCNET32_LOG_MAX_RX_BUFFERS; i++) {
  707. if (size <= (1 << i))
  708. break;
  709. }
  710. if ((1 << i) != lp->rx_ring_size)
  711. pcnet32_realloc_rx_ring(dev, lp, i);
  712. lp->napi.weight = lp->rx_ring_size / 2;
  713. if (netif_running(dev)) {
  714. pcnet32_netif_start(dev);
  715. pcnet32_restart(dev, CSR0_NORMAL);
  716. }
  717. spin_unlock_irqrestore(&lp->lock, flags);
  718. netif_info(lp, drv, dev, "Ring Param Settings: RX: %d, TX: %d\n",
  719. lp->rx_ring_size, lp->tx_ring_size);
  720. return 0;
  721. }
  722. static void pcnet32_get_strings(struct net_device *dev, u32 stringset,
  723. u8 *data)
  724. {
  725. memcpy(data, pcnet32_gstrings_test, sizeof(pcnet32_gstrings_test));
  726. }
  727. static int pcnet32_get_sset_count(struct net_device *dev, int sset)
  728. {
  729. switch (sset) {
  730. case ETH_SS_TEST:
  731. return PCNET32_TEST_LEN;
  732. default:
  733. return -EOPNOTSUPP;
  734. }
  735. }
  736. static void pcnet32_ethtool_test(struct net_device *dev,
  737. struct ethtool_test *test, u64 * data)
  738. {
  739. struct pcnet32_private *lp = netdev_priv(dev);
  740. int rc;
  741. if (test->flags == ETH_TEST_FL_OFFLINE) {
  742. rc = pcnet32_loopback_test(dev, data);
  743. if (rc) {
  744. netif_printk(lp, hw, KERN_DEBUG, dev,
  745. "Loopback test failed\n");
  746. test->flags |= ETH_TEST_FL_FAILED;
  747. } else
  748. netif_printk(lp, hw, KERN_DEBUG, dev,
  749. "Loopback test passed\n");
  750. } else
  751. netif_printk(lp, hw, KERN_DEBUG, dev,
  752. "No tests to run (specify 'Offline' on ethtool)\n");
  753. } /* end pcnet32_ethtool_test */
  754. static int pcnet32_loopback_test(struct net_device *dev, uint64_t * data1)
  755. {
  756. struct pcnet32_private *lp = netdev_priv(dev);
  757. const struct pcnet32_access *a = lp->a; /* access to registers */
  758. ulong ioaddr = dev->base_addr; /* card base I/O address */
  759. struct sk_buff *skb; /* sk buff */
  760. int x, i; /* counters */
  761. int numbuffs = 4; /* number of TX/RX buffers and descs */
  762. u16 status = 0x8300; /* TX ring status */
  763. __le16 teststatus; /* test of ring status */
  764. int rc; /* return code */
  765. int size; /* size of packets */
  766. unsigned char *packet; /* source packet data */
  767. static const int data_len = 60; /* length of source packets */
  768. unsigned long flags;
  769. unsigned long ticks;
  770. rc = 1; /* default to fail */
  771. if (netif_running(dev))
  772. pcnet32_netif_stop(dev);
  773. spin_lock_irqsave(&lp->lock, flags);
  774. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* stop the chip */
  775. numbuffs = min(numbuffs, (int)min(lp->rx_ring_size, lp->tx_ring_size));
  776. /* Reset the PCNET32 */
  777. lp->a->reset(ioaddr);
  778. lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
  779. /* switch pcnet32 to 32bit mode */
  780. lp->a->write_bcr(ioaddr, 20, 2);
  781. /* purge & init rings but don't actually restart */
  782. pcnet32_restart(dev, 0x0000);
  783. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* Set STOP bit */
  784. /* Initialize Transmit buffers. */
  785. size = data_len + 15;
  786. for (x = 0; x < numbuffs; x++) {
  787. skb = netdev_alloc_skb(dev, size);
  788. if (!skb) {
  789. netif_printk(lp, hw, KERN_DEBUG, dev,
  790. "Cannot allocate skb at line: %d!\n",
  791. __LINE__);
  792. goto clean_up;
  793. }
  794. packet = skb->data;
  795. skb_put(skb, size); /* create space for data */
  796. lp->tx_skbuff[x] = skb;
  797. lp->tx_ring[x].length = cpu_to_le16(-skb->len);
  798. lp->tx_ring[x].misc = 0;
  799. /* put DA and SA into the skb */
  800. for (i = 0; i < 6; i++)
  801. *packet++ = dev->dev_addr[i];
  802. for (i = 0; i < 6; i++)
  803. *packet++ = dev->dev_addr[i];
  804. /* type */
  805. *packet++ = 0x08;
  806. *packet++ = 0x06;
  807. /* packet number */
  808. *packet++ = x;
  809. /* fill packet with data */
  810. for (i = 0; i < data_len; i++)
  811. *packet++ = i;
  812. lp->tx_dma_addr[x] =
  813. pci_map_single(lp->pci_dev, skb->data, skb->len,
  814. PCI_DMA_TODEVICE);
  815. if (pci_dma_mapping_error(lp->pci_dev, lp->tx_dma_addr[x])) {
  816. netif_printk(lp, hw, KERN_DEBUG, dev,
  817. "DMA mapping error at line: %d!\n",
  818. __LINE__);
  819. goto clean_up;
  820. }
  821. lp->tx_ring[x].base = cpu_to_le32(lp->tx_dma_addr[x]);
  822. wmb(); /* Make sure owner changes after all others are visible */
  823. lp->tx_ring[x].status = cpu_to_le16(status);
  824. }
  825. x = a->read_bcr(ioaddr, 32); /* set internal loopback in BCR32 */
  826. a->write_bcr(ioaddr, 32, x | 0x0002);
  827. /* set int loopback in CSR15 */
  828. x = a->read_csr(ioaddr, CSR15) & 0xfffc;
  829. lp->a->write_csr(ioaddr, CSR15, x | 0x0044);
  830. teststatus = cpu_to_le16(0x8000);
  831. lp->a->write_csr(ioaddr, CSR0, CSR0_START); /* Set STRT bit */
  832. /* Check status of descriptors */
  833. for (x = 0; x < numbuffs; x++) {
  834. ticks = 0;
  835. rmb();
  836. while ((lp->rx_ring[x].status & teststatus) && (ticks < 200)) {
  837. spin_unlock_irqrestore(&lp->lock, flags);
  838. msleep(1);
  839. spin_lock_irqsave(&lp->lock, flags);
  840. rmb();
  841. ticks++;
  842. }
  843. if (ticks == 200) {
  844. netif_err(lp, hw, dev, "Desc %d failed to reset!\n", x);
  845. break;
  846. }
  847. }
  848. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* Set STOP bit */
  849. wmb();
  850. if (netif_msg_hw(lp) && netif_msg_pktdata(lp)) {
  851. netdev_printk(KERN_DEBUG, dev, "RX loopback packets:\n");
  852. for (x = 0; x < numbuffs; x++) {
  853. netdev_printk(KERN_DEBUG, dev, "Packet %d: ", x);
  854. skb = lp->rx_skbuff[x];
  855. for (i = 0; i < size; i++)
  856. pr_cont(" %02x", *(skb->data + i));
  857. pr_cont("\n");
  858. }
  859. }
  860. x = 0;
  861. rc = 0;
  862. while (x < numbuffs && !rc) {
  863. skb = lp->rx_skbuff[x];
  864. packet = lp->tx_skbuff[x]->data;
  865. for (i = 0; i < size; i++) {
  866. if (*(skb->data + i) != packet[i]) {
  867. netif_printk(lp, hw, KERN_DEBUG, dev,
  868. "Error in compare! %2x - %02x %02x\n",
  869. i, *(skb->data + i), packet[i]);
  870. rc = 1;
  871. break;
  872. }
  873. }
  874. x++;
  875. }
  876. clean_up:
  877. *data1 = rc;
  878. pcnet32_purge_tx_ring(dev);
  879. x = a->read_csr(ioaddr, CSR15);
  880. a->write_csr(ioaddr, CSR15, (x & ~0x0044)); /* reset bits 6 and 2 */
  881. x = a->read_bcr(ioaddr, 32); /* reset internal loopback */
  882. a->write_bcr(ioaddr, 32, (x & ~0x0002));
  883. if (netif_running(dev)) {
  884. pcnet32_netif_start(dev);
  885. pcnet32_restart(dev, CSR0_NORMAL);
  886. } else {
  887. pcnet32_purge_rx_ring(dev);
  888. lp->a->write_bcr(ioaddr, 20, 4); /* return to 16bit mode */
  889. }
  890. spin_unlock_irqrestore(&lp->lock, flags);
  891. return rc;
  892. } /* end pcnet32_loopback_test */
  893. static int pcnet32_set_phys_id(struct net_device *dev,
  894. enum ethtool_phys_id_state state)
  895. {
  896. struct pcnet32_private *lp = netdev_priv(dev);
  897. const struct pcnet32_access *a = lp->a;
  898. ulong ioaddr = dev->base_addr;
  899. unsigned long flags;
  900. int i;
  901. switch (state) {
  902. case ETHTOOL_ID_ACTIVE:
  903. /* Save the current value of the bcrs */
  904. spin_lock_irqsave(&lp->lock, flags);
  905. for (i = 4; i < 8; i++)
  906. lp->save_regs[i - 4] = a->read_bcr(ioaddr, i);
  907. spin_unlock_irqrestore(&lp->lock, flags);
  908. return 2; /* cycle on/off twice per second */
  909. case ETHTOOL_ID_ON:
  910. case ETHTOOL_ID_OFF:
  911. /* Blink the led */
  912. spin_lock_irqsave(&lp->lock, flags);
  913. for (i = 4; i < 8; i++)
  914. a->write_bcr(ioaddr, i, a->read_bcr(ioaddr, i) ^ 0x4000);
  915. spin_unlock_irqrestore(&lp->lock, flags);
  916. break;
  917. case ETHTOOL_ID_INACTIVE:
  918. /* Restore the original value of the bcrs */
  919. spin_lock_irqsave(&lp->lock, flags);
  920. for (i = 4; i < 8; i++)
  921. a->write_bcr(ioaddr, i, lp->save_regs[i - 4]);
  922. spin_unlock_irqrestore(&lp->lock, flags);
  923. }
  924. return 0;
  925. }
  926. /*
  927. * lp->lock must be held.
  928. */
  929. static int pcnet32_suspend(struct net_device *dev, unsigned long *flags,
  930. int can_sleep)
  931. {
  932. int csr5;
  933. struct pcnet32_private *lp = netdev_priv(dev);
  934. const struct pcnet32_access *a = lp->a;
  935. ulong ioaddr = dev->base_addr;
  936. int ticks;
  937. /* really old chips have to be stopped. */
  938. if (lp->chip_version < PCNET32_79C970A)
  939. return 0;
  940. /* set SUSPEND (SPND) - CSR5 bit 0 */
  941. csr5 = a->read_csr(ioaddr, CSR5);
  942. a->write_csr(ioaddr, CSR5, csr5 | CSR5_SUSPEND);
  943. /* poll waiting for bit to be set */
  944. ticks = 0;
  945. while (!(a->read_csr(ioaddr, CSR5) & CSR5_SUSPEND)) {
  946. spin_unlock_irqrestore(&lp->lock, *flags);
  947. if (can_sleep)
  948. msleep(1);
  949. else
  950. mdelay(1);
  951. spin_lock_irqsave(&lp->lock, *flags);
  952. ticks++;
  953. if (ticks > 200) {
  954. netif_printk(lp, hw, KERN_DEBUG, dev,
  955. "Error getting into suspend!\n");
  956. return 0;
  957. }
  958. }
  959. return 1;
  960. }
  961. /*
  962. * process one receive descriptor entry
  963. */
  964. static void pcnet32_rx_entry(struct net_device *dev,
  965. struct pcnet32_private *lp,
  966. struct pcnet32_rx_head *rxp,
  967. int entry)
  968. {
  969. int status = (short)le16_to_cpu(rxp->status) >> 8;
  970. int rx_in_place = 0;
  971. struct sk_buff *skb;
  972. short pkt_len;
  973. if (status != 0x03) { /* There was an error. */
  974. /*
  975. * There is a tricky error noted by John Murphy,
  976. * <murf@perftech.com> to Russ Nelson: Even with full-sized
  977. * buffers it's possible for a jabber packet to use two
  978. * buffers, with only the last correctly noting the error.
  979. */
  980. if (status & 0x01) /* Only count a general error at the */
  981. dev->stats.rx_errors++; /* end of a packet. */
  982. if (status & 0x20)
  983. dev->stats.rx_frame_errors++;
  984. if (status & 0x10)
  985. dev->stats.rx_over_errors++;
  986. if (status & 0x08)
  987. dev->stats.rx_crc_errors++;
  988. if (status & 0x04)
  989. dev->stats.rx_fifo_errors++;
  990. return;
  991. }
  992. pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
  993. /* Discard oversize frames. */
  994. if (unlikely(pkt_len > PKT_BUF_SIZE)) {
  995. netif_err(lp, drv, dev, "Impossible packet size %d!\n",
  996. pkt_len);
  997. dev->stats.rx_errors++;
  998. return;
  999. }
  1000. if (pkt_len < 60) {
  1001. netif_err(lp, rx_err, dev, "Runt packet!\n");
  1002. dev->stats.rx_errors++;
  1003. return;
  1004. }
  1005. if (pkt_len > rx_copybreak) {
  1006. struct sk_buff *newskb;
  1007. dma_addr_t new_dma_addr;
  1008. newskb = netdev_alloc_skb(dev, PKT_BUF_SKB);
  1009. /*
  1010. * map the new buffer, if mapping fails, drop the packet and
  1011. * reuse the old buffer
  1012. */
  1013. if (newskb) {
  1014. skb_reserve(newskb, NET_IP_ALIGN);
  1015. new_dma_addr = pci_map_single(lp->pci_dev,
  1016. newskb->data,
  1017. PKT_BUF_SIZE,
  1018. PCI_DMA_FROMDEVICE);
  1019. if (pci_dma_mapping_error(lp->pci_dev, new_dma_addr)) {
  1020. netif_err(lp, rx_err, dev,
  1021. "DMA mapping error.\n");
  1022. dev_kfree_skb(newskb);
  1023. skb = NULL;
  1024. } else {
  1025. skb = lp->rx_skbuff[entry];
  1026. pci_unmap_single(lp->pci_dev,
  1027. lp->rx_dma_addr[entry],
  1028. PKT_BUF_SIZE,
  1029. PCI_DMA_FROMDEVICE);
  1030. skb_put(skb, pkt_len);
  1031. lp->rx_skbuff[entry] = newskb;
  1032. lp->rx_dma_addr[entry] = new_dma_addr;
  1033. rxp->base = cpu_to_le32(new_dma_addr);
  1034. rx_in_place = 1;
  1035. }
  1036. } else
  1037. skb = NULL;
  1038. } else
  1039. skb = netdev_alloc_skb(dev, pkt_len + NET_IP_ALIGN);
  1040. if (skb == NULL) {
  1041. dev->stats.rx_dropped++;
  1042. return;
  1043. }
  1044. if (!rx_in_place) {
  1045. skb_reserve(skb, NET_IP_ALIGN);
  1046. skb_put(skb, pkt_len); /* Make room */
  1047. pci_dma_sync_single_for_cpu(lp->pci_dev,
  1048. lp->rx_dma_addr[entry],
  1049. pkt_len,
  1050. PCI_DMA_FROMDEVICE);
  1051. skb_copy_to_linear_data(skb,
  1052. (unsigned char *)(lp->rx_skbuff[entry]->data),
  1053. pkt_len);
  1054. pci_dma_sync_single_for_device(lp->pci_dev,
  1055. lp->rx_dma_addr[entry],
  1056. pkt_len,
  1057. PCI_DMA_FROMDEVICE);
  1058. }
  1059. dev->stats.rx_bytes += skb->len;
  1060. skb->protocol = eth_type_trans(skb, dev);
  1061. netif_receive_skb(skb);
  1062. dev->stats.rx_packets++;
  1063. }
  1064. static int pcnet32_rx(struct net_device *dev, int budget)
  1065. {
  1066. struct pcnet32_private *lp = netdev_priv(dev);
  1067. int entry = lp->cur_rx & lp->rx_mod_mask;
  1068. struct pcnet32_rx_head *rxp = &lp->rx_ring[entry];
  1069. int npackets = 0;
  1070. /* If we own the next entry, it's a new packet. Send it up. */
  1071. while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
  1072. pcnet32_rx_entry(dev, lp, rxp, entry);
  1073. npackets += 1;
  1074. /*
  1075. * The docs say that the buffer length isn't touched, but Andrew
  1076. * Boyd of QNX reports that some revs of the 79C965 clear it.
  1077. */
  1078. rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE);
  1079. wmb(); /* Make sure owner changes after others are visible */
  1080. rxp->status = cpu_to_le16(0x8000);
  1081. entry = (++lp->cur_rx) & lp->rx_mod_mask;
  1082. rxp = &lp->rx_ring[entry];
  1083. }
  1084. return npackets;
  1085. }
  1086. static int pcnet32_tx(struct net_device *dev)
  1087. {
  1088. struct pcnet32_private *lp = netdev_priv(dev);
  1089. unsigned int dirty_tx = lp->dirty_tx;
  1090. int delta;
  1091. int must_restart = 0;
  1092. while (dirty_tx != lp->cur_tx) {
  1093. int entry = dirty_tx & lp->tx_mod_mask;
  1094. int status = (short)le16_to_cpu(lp->tx_ring[entry].status);
  1095. if (status < 0)
  1096. break; /* It still hasn't been Txed */
  1097. lp->tx_ring[entry].base = 0;
  1098. if (status & 0x4000) {
  1099. /* There was a major error, log it. */
  1100. int err_status = le32_to_cpu(lp->tx_ring[entry].misc);
  1101. dev->stats.tx_errors++;
  1102. netif_err(lp, tx_err, dev,
  1103. "Tx error status=%04x err_status=%08x\n",
  1104. status, err_status);
  1105. if (err_status & 0x04000000)
  1106. dev->stats.tx_aborted_errors++;
  1107. if (err_status & 0x08000000)
  1108. dev->stats.tx_carrier_errors++;
  1109. if (err_status & 0x10000000)
  1110. dev->stats.tx_window_errors++;
  1111. #ifndef DO_DXSUFLO
  1112. if (err_status & 0x40000000) {
  1113. dev->stats.tx_fifo_errors++;
  1114. /* Ackk! On FIFO errors the Tx unit is turned off! */
  1115. /* Remove this verbosity later! */
  1116. netif_err(lp, tx_err, dev, "Tx FIFO error!\n");
  1117. must_restart = 1;
  1118. }
  1119. #else
  1120. if (err_status & 0x40000000) {
  1121. dev->stats.tx_fifo_errors++;
  1122. if (!lp->dxsuflo) { /* If controller doesn't recover ... */
  1123. /* Ackk! On FIFO errors the Tx unit is turned off! */
  1124. /* Remove this verbosity later! */
  1125. netif_err(lp, tx_err, dev, "Tx FIFO error!\n");
  1126. must_restart = 1;
  1127. }
  1128. }
  1129. #endif
  1130. } else {
  1131. if (status & 0x1800)
  1132. dev->stats.collisions++;
  1133. dev->stats.tx_packets++;
  1134. }
  1135. /* We must free the original skb */
  1136. if (lp->tx_skbuff[entry]) {
  1137. pci_unmap_single(lp->pci_dev,
  1138. lp->tx_dma_addr[entry],
  1139. lp->tx_skbuff[entry]->
  1140. len, PCI_DMA_TODEVICE);
  1141. dev_kfree_skb_any(lp->tx_skbuff[entry]);
  1142. lp->tx_skbuff[entry] = NULL;
  1143. lp->tx_dma_addr[entry] = 0;
  1144. }
  1145. dirty_tx++;
  1146. }
  1147. delta = (lp->cur_tx - dirty_tx) & (lp->tx_mod_mask + lp->tx_ring_size);
  1148. if (delta > lp->tx_ring_size) {
  1149. netif_err(lp, drv, dev, "out-of-sync dirty pointer, %d vs. %d, full=%d\n",
  1150. dirty_tx, lp->cur_tx, lp->tx_full);
  1151. dirty_tx += lp->tx_ring_size;
  1152. delta -= lp->tx_ring_size;
  1153. }
  1154. if (lp->tx_full &&
  1155. netif_queue_stopped(dev) &&
  1156. delta < lp->tx_ring_size - 2) {
  1157. /* The ring is no longer full, clear tbusy. */
  1158. lp->tx_full = 0;
  1159. netif_wake_queue(dev);
  1160. }
  1161. lp->dirty_tx = dirty_tx;
  1162. return must_restart;
  1163. }
  1164. static int pcnet32_poll(struct napi_struct *napi, int budget)
  1165. {
  1166. struct pcnet32_private *lp = container_of(napi, struct pcnet32_private, napi);
  1167. struct net_device *dev = lp->dev;
  1168. unsigned long ioaddr = dev->base_addr;
  1169. unsigned long flags;
  1170. int work_done;
  1171. u16 val;
  1172. work_done = pcnet32_rx(dev, budget);
  1173. spin_lock_irqsave(&lp->lock, flags);
  1174. if (pcnet32_tx(dev)) {
  1175. /* reset the chip to clear the error condition, then restart */
  1176. lp->a->reset(ioaddr);
  1177. lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
  1178. pcnet32_restart(dev, CSR0_START);
  1179. netif_wake_queue(dev);
  1180. }
  1181. spin_unlock_irqrestore(&lp->lock, flags);
  1182. if (work_done < budget) {
  1183. spin_lock_irqsave(&lp->lock, flags);
  1184. __napi_complete(napi);
  1185. /* clear interrupt masks */
  1186. val = lp->a->read_csr(ioaddr, CSR3);
  1187. val &= 0x00ff;
  1188. lp->a->write_csr(ioaddr, CSR3, val);
  1189. /* Set interrupt enable. */
  1190. lp->a->write_csr(ioaddr, CSR0, CSR0_INTEN);
  1191. spin_unlock_irqrestore(&lp->lock, flags);
  1192. }
  1193. return work_done;
  1194. }
  1195. #define PCNET32_REGS_PER_PHY 32
  1196. #define PCNET32_MAX_PHYS 32
  1197. static int pcnet32_get_regs_len(struct net_device *dev)
  1198. {
  1199. struct pcnet32_private *lp = netdev_priv(dev);
  1200. int j = lp->phycount * PCNET32_REGS_PER_PHY;
  1201. return (PCNET32_NUM_REGS + j) * sizeof(u16);
  1202. }
  1203. static void pcnet32_get_regs(struct net_device *dev, struct ethtool_regs *regs,
  1204. void *ptr)
  1205. {
  1206. int i, csr0;
  1207. u16 *buff = ptr;
  1208. struct pcnet32_private *lp = netdev_priv(dev);
  1209. const struct pcnet32_access *a = lp->a;
  1210. ulong ioaddr = dev->base_addr;
  1211. unsigned long flags;
  1212. spin_lock_irqsave(&lp->lock, flags);
  1213. csr0 = a->read_csr(ioaddr, CSR0);
  1214. if (!(csr0 & CSR0_STOP)) /* If not stopped */
  1215. pcnet32_suspend(dev, &flags, 1);
  1216. /* read address PROM */
  1217. for (i = 0; i < 16; i += 2)
  1218. *buff++ = inw(ioaddr + i);
  1219. /* read control and status registers */
  1220. for (i = 0; i < 90; i++)
  1221. *buff++ = a->read_csr(ioaddr, i);
  1222. *buff++ = a->read_csr(ioaddr, 112);
  1223. *buff++ = a->read_csr(ioaddr, 114);
  1224. /* read bus configuration registers */
  1225. for (i = 0; i < 30; i++)
  1226. *buff++ = a->read_bcr(ioaddr, i);
  1227. *buff++ = 0; /* skip bcr30 so as not to hang 79C976 */
  1228. for (i = 31; i < 36; i++)
  1229. *buff++ = a->read_bcr(ioaddr, i);
  1230. /* read mii phy registers */
  1231. if (lp->mii) {
  1232. int j;
  1233. for (j = 0; j < PCNET32_MAX_PHYS; j++) {
  1234. if (lp->phymask & (1 << j)) {
  1235. for (i = 0; i < PCNET32_REGS_PER_PHY; i++) {
  1236. lp->a->write_bcr(ioaddr, 33,
  1237. (j << 5) | i);
  1238. *buff++ = lp->a->read_bcr(ioaddr, 34);
  1239. }
  1240. }
  1241. }
  1242. }
  1243. if (!(csr0 & CSR0_STOP)) { /* If not stopped */
  1244. int csr5;
  1245. /* clear SUSPEND (SPND) - CSR5 bit 0 */
  1246. csr5 = a->read_csr(ioaddr, CSR5);
  1247. a->write_csr(ioaddr, CSR5, csr5 & (~CSR5_SUSPEND));
  1248. }
  1249. spin_unlock_irqrestore(&lp->lock, flags);
  1250. }
  1251. static const struct ethtool_ops pcnet32_ethtool_ops = {
  1252. .get_settings = pcnet32_get_settings,
  1253. .set_settings = pcnet32_set_settings,
  1254. .get_drvinfo = pcnet32_get_drvinfo,
  1255. .get_msglevel = pcnet32_get_msglevel,
  1256. .set_msglevel = pcnet32_set_msglevel,
  1257. .nway_reset = pcnet32_nway_reset,
  1258. .get_link = pcnet32_get_link,
  1259. .get_ringparam = pcnet32_get_ringparam,
  1260. .set_ringparam = pcnet32_set_ringparam,
  1261. .get_strings = pcnet32_get_strings,
  1262. .self_test = pcnet32_ethtool_test,
  1263. .set_phys_id = pcnet32_set_phys_id,
  1264. .get_regs_len = pcnet32_get_regs_len,
  1265. .get_regs = pcnet32_get_regs,
  1266. .get_sset_count = pcnet32_get_sset_count,
  1267. };
  1268. /* only probes for non-PCI devices, the rest are handled by
  1269. * pci_register_driver via pcnet32_probe_pci */
  1270. static void pcnet32_probe_vlbus(unsigned int *pcnet32_portlist)
  1271. {
  1272. unsigned int *port, ioaddr;
  1273. /* search for PCnet32 VLB cards at known addresses */
  1274. for (port = pcnet32_portlist; (ioaddr = *port); port++) {
  1275. if (request_region
  1276. (ioaddr, PCNET32_TOTAL_SIZE, "pcnet32_probe_vlbus")) {
  1277. /* check if there is really a pcnet chip on that ioaddr */
  1278. if ((inb(ioaddr + 14) == 0x57) &&
  1279. (inb(ioaddr + 15) == 0x57)) {
  1280. pcnet32_probe1(ioaddr, 0, NULL);
  1281. } else {
  1282. release_region(ioaddr, PCNET32_TOTAL_SIZE);
  1283. }
  1284. }
  1285. }
  1286. }
  1287. static int
  1288. pcnet32_probe_pci(struct pci_dev *pdev, const struct pci_device_id *ent)
  1289. {
  1290. unsigned long ioaddr;
  1291. int err;
  1292. err = pci_enable_device(pdev);
  1293. if (err < 0) {
  1294. if (pcnet32_debug & NETIF_MSG_PROBE)
  1295. pr_err("failed to enable device -- err=%d\n", err);
  1296. return err;
  1297. }
  1298. pci_set_master(pdev);
  1299. ioaddr = pci_resource_start(pdev, 0);
  1300. if (!ioaddr) {
  1301. if (pcnet32_debug & NETIF_MSG_PROBE)
  1302. pr_err("card has no PCI IO resources, aborting\n");
  1303. return -ENODEV;
  1304. }
  1305. err = pci_set_dma_mask(pdev, PCNET32_DMA_MASK);
  1306. if (err) {
  1307. if (pcnet32_debug & NETIF_MSG_PROBE)
  1308. pr_err("architecture does not support 32bit PCI busmaster DMA\n");
  1309. return err;
  1310. }
  1311. if (!request_region(ioaddr, PCNET32_TOTAL_SIZE, "pcnet32_probe_pci")) {
  1312. if (pcnet32_debug & NETIF_MSG_PROBE)
  1313. pr_err("io address range already allocated\n");
  1314. return -EBUSY;
  1315. }
  1316. err = pcnet32_probe1(ioaddr, 1, pdev);
  1317. if (err < 0)
  1318. pci_disable_device(pdev);
  1319. return err;
  1320. }
  1321. static const struct net_device_ops pcnet32_netdev_ops = {
  1322. .ndo_open = pcnet32_open,
  1323. .ndo_stop = pcnet32_close,
  1324. .ndo_start_xmit = pcnet32_start_xmit,
  1325. .ndo_tx_timeout = pcnet32_tx_timeout,
  1326. .ndo_get_stats = pcnet32_get_stats,
  1327. .ndo_set_rx_mode = pcnet32_set_multicast_list,
  1328. .ndo_do_ioctl = pcnet32_ioctl,
  1329. .ndo_change_mtu = eth_change_mtu,
  1330. .ndo_set_mac_address = eth_mac_addr,
  1331. .ndo_validate_addr = eth_validate_addr,
  1332. #ifdef CONFIG_NET_POLL_CONTROLLER
  1333. .ndo_poll_controller = pcnet32_poll_controller,
  1334. #endif
  1335. };
  1336. /* pcnet32_probe1
  1337. * Called from both pcnet32_probe_vlbus and pcnet_probe_pci.
  1338. * pdev will be NULL when called from pcnet32_probe_vlbus.
  1339. */
  1340. static int
  1341. pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev)
  1342. {
  1343. struct pcnet32_private *lp;
  1344. int i, media;
  1345. int fdx, mii, fset, dxsuflo, sram;
  1346. int chip_version;
  1347. char *chipname;
  1348. struct net_device *dev;
  1349. const struct pcnet32_access *a = NULL;
  1350. u8 promaddr[ETH_ALEN];
  1351. int ret = -ENODEV;
  1352. /* reset the chip */
  1353. pcnet32_wio_reset(ioaddr);
  1354. /* NOTE: 16-bit check is first, otherwise some older PCnet chips fail */
  1355. if (pcnet32_wio_read_csr(ioaddr, 0) == 4 && pcnet32_wio_check(ioaddr)) {
  1356. a = &pcnet32_wio;
  1357. } else {
  1358. pcnet32_dwio_reset(ioaddr);
  1359. if (pcnet32_dwio_read_csr(ioaddr, 0) == 4 &&
  1360. pcnet32_dwio_check(ioaddr)) {
  1361. a = &pcnet32_dwio;
  1362. } else {
  1363. if (pcnet32_debug & NETIF_MSG_PROBE)
  1364. pr_err("No access methods\n");
  1365. goto err_release_region;
  1366. }
  1367. }
  1368. chip_version =
  1369. a->read_csr(ioaddr, 88) | (a->read_csr(ioaddr, 89) << 16);
  1370. if ((pcnet32_debug & NETIF_MSG_PROBE) && (pcnet32_debug & NETIF_MSG_HW))
  1371. pr_info(" PCnet chip version is %#x\n", chip_version);
  1372. if ((chip_version & 0xfff) != 0x003) {
  1373. if (pcnet32_debug & NETIF_MSG_PROBE)
  1374. pr_info("Unsupported chip version\n");
  1375. goto err_release_region;
  1376. }
  1377. /* initialize variables */
  1378. fdx = mii = fset = dxsuflo = sram = 0;
  1379. chip_version = (chip_version >> 12) & 0xffff;
  1380. switch (chip_version) {
  1381. case 0x2420:
  1382. chipname = "PCnet/PCI 79C970"; /* PCI */
  1383. break;
  1384. case 0x2430:
  1385. if (shared)
  1386. chipname = "PCnet/PCI 79C970"; /* 970 gives the wrong chip id back */
  1387. else
  1388. chipname = "PCnet/32 79C965"; /* 486/VL bus */
  1389. break;
  1390. case 0x2621:
  1391. chipname = "PCnet/PCI II 79C970A"; /* PCI */
  1392. fdx = 1;
  1393. break;
  1394. case 0x2623:
  1395. chipname = "PCnet/FAST 79C971"; /* PCI */
  1396. fdx = 1;
  1397. mii = 1;
  1398. fset = 1;
  1399. break;
  1400. case 0x2624:
  1401. chipname = "PCnet/FAST+ 79C972"; /* PCI */
  1402. fdx = 1;
  1403. mii = 1;
  1404. fset = 1;
  1405. break;
  1406. case 0x2625:
  1407. chipname = "PCnet/FAST III 79C973"; /* PCI */
  1408. fdx = 1;
  1409. mii = 1;
  1410. sram = 1;
  1411. break;
  1412. case 0x2626:
  1413. chipname = "PCnet/Home 79C978"; /* PCI */
  1414. fdx = 1;
  1415. /*
  1416. * This is based on specs published at www.amd.com. This section
  1417. * assumes that a card with a 79C978 wants to go into standard
  1418. * ethernet mode. The 79C978 can also go into 1Mb HomePNA mode,
  1419. * and the module option homepna=1 can select this instead.
  1420. */
  1421. media = a->read_bcr(ioaddr, 49);
  1422. media &= ~3; /* default to 10Mb ethernet */
  1423. if (cards_found < MAX_UNITS && homepna[cards_found])
  1424. media |= 1; /* switch to home wiring mode */
  1425. if (pcnet32_debug & NETIF_MSG_PROBE)
  1426. printk(KERN_DEBUG PFX "media set to %sMbit mode\n",
  1427. (media & 1) ? "1" : "10");
  1428. a->write_bcr(ioaddr, 49, media);
  1429. break;
  1430. case 0x2627:
  1431. chipname = "PCnet/FAST III 79C975"; /* PCI */
  1432. fdx = 1;
  1433. mii = 1;
  1434. sram = 1;
  1435. break;
  1436. case 0x2628:
  1437. chipname = "PCnet/PRO 79C976";
  1438. fdx = 1;
  1439. mii = 1;
  1440. break;
  1441. default:
  1442. if (pcnet32_debug & NETIF_MSG_PROBE)
  1443. pr_info("PCnet version %#x, no PCnet32 chip\n",
  1444. chip_version);
  1445. goto err_release_region;
  1446. }
  1447. /*
  1448. * On selected chips turn on the BCR18:NOUFLO bit. This stops transmit
  1449. * starting until the packet is loaded. Strike one for reliability, lose
  1450. * one for latency - although on PCI this isn't a big loss. Older chips
  1451. * have FIFO's smaller than a packet, so you can't do this.
  1452. * Turn on BCR18:BurstRdEn and BCR18:BurstWrEn.
  1453. */
  1454. if (fset) {
  1455. a->write_bcr(ioaddr, 18, (a->read_bcr(ioaddr, 18) | 0x0860));
  1456. a->write_csr(ioaddr, 80,
  1457. (a->read_csr(ioaddr, 80) & 0x0C00) | 0x0c00);
  1458. dxsuflo = 1;
  1459. }
  1460. /*
  1461. * The Am79C973/Am79C975 controllers come with 12K of SRAM
  1462. * which we can use for the Tx/Rx buffers but most importantly,
  1463. * the use of SRAM allow us to use the BCR18:NOUFLO bit to avoid
  1464. * Tx fifo underflows.
  1465. */
  1466. if (sram) {
  1467. /*
  1468. * The SRAM is being configured in two steps. First we
  1469. * set the SRAM size in the BCR25:SRAM_SIZE bits. According
  1470. * to the datasheet, each bit corresponds to a 512-byte
  1471. * page so we can have at most 24 pages. The SRAM_SIZE
  1472. * holds the value of the upper 8 bits of the 16-bit SRAM size.
  1473. * The low 8-bits start at 0x00 and end at 0xff. So the
  1474. * address range is from 0x0000 up to 0x17ff. Therefore,
  1475. * the SRAM_SIZE is set to 0x17. The next step is to set
  1476. * the BCR26:SRAM_BND midway through so the Tx and Rx
  1477. * buffers can share the SRAM equally.
  1478. */
  1479. a->write_bcr(ioaddr, 25, 0x17);
  1480. a->write_bcr(ioaddr, 26, 0xc);
  1481. /* And finally enable the NOUFLO bit */
  1482. a->write_bcr(ioaddr, 18, a->read_bcr(ioaddr, 18) | (1 << 11));
  1483. }
  1484. dev = alloc_etherdev(sizeof(*lp));
  1485. if (!dev) {
  1486. ret = -ENOMEM;
  1487. goto err_release_region;
  1488. }
  1489. if (pdev)
  1490. SET_NETDEV_DEV(dev, &pdev->dev);
  1491. if (pcnet32_debug & NETIF_MSG_PROBE)
  1492. pr_info("%s at %#3lx,", chipname, ioaddr);
  1493. /* In most chips, after a chip reset, the ethernet address is read from the
  1494. * station address PROM at the base address and programmed into the
  1495. * "Physical Address Registers" CSR12-14.
  1496. * As a precautionary measure, we read the PROM values and complain if
  1497. * they disagree with the CSRs. If they miscompare, and the PROM addr
  1498. * is valid, then the PROM addr is used.
  1499. */
  1500. for (i = 0; i < 3; i++) {
  1501. unsigned int val;
  1502. val = a->read_csr(ioaddr, i + 12) & 0x0ffff;
  1503. /* There may be endianness issues here. */
  1504. dev->dev_addr[2 * i] = val & 0x0ff;
  1505. dev->dev_addr[2 * i + 1] = (val >> 8) & 0x0ff;
  1506. }
  1507. /* read PROM address and compare with CSR address */
  1508. for (i = 0; i < ETH_ALEN; i++)
  1509. promaddr[i] = inb(ioaddr + i);
  1510. if (!ether_addr_equal(promaddr, dev->dev_addr) ||
  1511. !is_valid_ether_addr(dev->dev_addr)) {
  1512. if (is_valid_ether_addr(promaddr)) {
  1513. if (pcnet32_debug & NETIF_MSG_PROBE) {
  1514. pr_cont(" warning: CSR address invalid,\n");
  1515. pr_info(" using instead PROM address of");
  1516. }
  1517. memcpy(dev->dev_addr, promaddr, ETH_ALEN);
  1518. }
  1519. }
  1520. /* if the ethernet address is not valid, force to 00:00:00:00:00:00 */
  1521. if (!is_valid_ether_addr(dev->dev_addr))
  1522. eth_zero_addr(dev->dev_addr);
  1523. if (pcnet32_debug & NETIF_MSG_PROBE) {
  1524. pr_cont(" %pM", dev->dev_addr);
  1525. /* Version 0x2623 and 0x2624 */
  1526. if (((chip_version + 1) & 0xfffe) == 0x2624) {
  1527. i = a->read_csr(ioaddr, 80) & 0x0C00; /* Check tx_start_pt */
  1528. pr_info(" tx_start_pt(0x%04x):", i);
  1529. switch (i >> 10) {
  1530. case 0:
  1531. pr_cont(" 20 bytes,");
  1532. break;
  1533. case 1:
  1534. pr_cont(" 64 bytes,");
  1535. break;
  1536. case 2:
  1537. pr_cont(" 128 bytes,");
  1538. break;
  1539. case 3:
  1540. pr_cont("~220 bytes,");
  1541. break;
  1542. }
  1543. i = a->read_bcr(ioaddr, 18); /* Check Burst/Bus control */
  1544. pr_cont(" BCR18(%x):", i & 0xffff);
  1545. if (i & (1 << 5))
  1546. pr_cont("BurstWrEn ");
  1547. if (i & (1 << 6))
  1548. pr_cont("BurstRdEn ");
  1549. if (i & (1 << 7))
  1550. pr_cont("DWordIO ");
  1551. if (i & (1 << 11))
  1552. pr_cont("NoUFlow ");
  1553. i = a->read_bcr(ioaddr, 25);
  1554. pr_info(" SRAMSIZE=0x%04x,", i << 8);
  1555. i = a->read_bcr(ioaddr, 26);
  1556. pr_cont(" SRAM_BND=0x%04x,", i << 8);
  1557. i = a->read_bcr(ioaddr, 27);
  1558. if (i & (1 << 14))
  1559. pr_cont("LowLatRx");
  1560. }
  1561. }
  1562. dev->base_addr = ioaddr;
  1563. lp = netdev_priv(dev);
  1564. /* pci_alloc_consistent returns page-aligned memory, so we do not have to check the alignment */
  1565. lp->init_block = pci_alloc_consistent(pdev, sizeof(*lp->init_block),
  1566. &lp->init_dma_addr);
  1567. if (!lp->init_block) {
  1568. if (pcnet32_debug & NETIF_MSG_PROBE)
  1569. pr_err("Consistent memory allocation failed\n");
  1570. ret = -ENOMEM;
  1571. goto err_free_netdev;
  1572. }
  1573. lp->pci_dev = pdev;
  1574. lp->dev = dev;
  1575. spin_lock_init(&lp->lock);
  1576. lp->name = chipname;
  1577. lp->shared_irq = shared;
  1578. lp->tx_ring_size = TX_RING_SIZE; /* default tx ring size */
  1579. lp->rx_ring_size = RX_RING_SIZE; /* default rx ring size */
  1580. lp->tx_mod_mask = lp->tx_ring_size - 1;
  1581. lp->rx_mod_mask = lp->rx_ring_size - 1;
  1582. lp->tx_len_bits = (PCNET32_LOG_TX_BUFFERS << 12);
  1583. lp->rx_len_bits = (PCNET32_LOG_RX_BUFFERS << 4);
  1584. lp->mii_if.full_duplex = fdx;
  1585. lp->mii_if.phy_id_mask = 0x1f;
  1586. lp->mii_if.reg_num_mask = 0x1f;
  1587. lp->dxsuflo = dxsuflo;
  1588. lp->mii = mii;
  1589. lp->chip_version = chip_version;
  1590. lp->msg_enable = pcnet32_debug;
  1591. if ((cards_found >= MAX_UNITS) ||
  1592. (options[cards_found] >= sizeof(options_mapping)))
  1593. lp->options = PCNET32_PORT_ASEL;
  1594. else
  1595. lp->options = options_mapping[options[cards_found]];
  1596. lp->mii_if.dev = dev;
  1597. lp->mii_if.mdio_read = mdio_read;
  1598. lp->mii_if.mdio_write = mdio_write;
  1599. /* napi.weight is used in both the napi and non-napi cases */
  1600. lp->napi.weight = lp->rx_ring_size / 2;
  1601. netif_napi_add(dev, &lp->napi, pcnet32_poll, lp->rx_ring_size / 2);
  1602. if (fdx && !(lp->options & PCNET32_PORT_ASEL) &&
  1603. ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
  1604. lp->options |= PCNET32_PORT_FD;
  1605. lp->a = a;
  1606. /* prior to register_netdev, dev->name is not yet correct */
  1607. if (pcnet32_alloc_ring(dev, pci_name(lp->pci_dev))) {
  1608. ret = -ENOMEM;
  1609. goto err_free_ring;
  1610. }
  1611. /* detect special T1/E1 WAN card by checking for MAC address */
  1612. if (dev->dev_addr[0] == 0x00 && dev->dev_addr[1] == 0xe0 &&
  1613. dev->dev_addr[2] == 0x75)
  1614. lp->options = PCNET32_PORT_FD | PCNET32_PORT_GPSI;
  1615. lp->init_block->mode = cpu_to_le16(0x0003); /* Disable Rx and Tx. */
  1616. lp->init_block->tlen_rlen =
  1617. cpu_to_le16(lp->tx_len_bits | lp->rx_len_bits);
  1618. for (i = 0; i < 6; i++)
  1619. lp->init_block->phys_addr[i] = dev->dev_addr[i];
  1620. lp->init_block->filter[0] = 0x00000000;
  1621. lp->init_block->filter[1] = 0x00000000;
  1622. lp->init_block->rx_ring = cpu_to_le32(lp->rx_ring_dma_addr);
  1623. lp->init_block->tx_ring = cpu_to_le32(lp->tx_ring_dma_addr);
  1624. /* switch pcnet32 to 32bit mode */
  1625. a->write_bcr(ioaddr, 20, 2);
  1626. a->write_csr(ioaddr, 1, (lp->init_dma_addr & 0xffff));
  1627. a->write_csr(ioaddr, 2, (lp->init_dma_addr >> 16));
  1628. if (pdev) { /* use the IRQ provided by PCI */
  1629. dev->irq = pdev->irq;
  1630. if (pcnet32_debug & NETIF_MSG_PROBE)
  1631. pr_cont(" assigned IRQ %d\n", dev->irq);
  1632. } else {
  1633. unsigned long irq_mask = probe_irq_on();
  1634. /*
  1635. * To auto-IRQ we enable the initialization-done and DMA error
  1636. * interrupts. For ISA boards we get a DMA error, but VLB and PCI
  1637. * boards will work.
  1638. */
  1639. /* Trigger an initialization just for the interrupt. */
  1640. a->write_csr(ioaddr, CSR0, CSR0_INTEN | CSR0_INIT);
  1641. mdelay(1);
  1642. dev->irq = probe_irq_off(irq_mask);
  1643. if (!dev->irq) {
  1644. if (pcnet32_debug & NETIF_MSG_PROBE)
  1645. pr_cont(", failed to detect IRQ line\n");
  1646. ret = -ENODEV;
  1647. goto err_free_ring;
  1648. }
  1649. if (pcnet32_debug & NETIF_MSG_PROBE)
  1650. pr_cont(", probed IRQ %d\n", dev->irq);
  1651. }
  1652. /* Set the mii phy_id so that we can query the link state */
  1653. if (lp->mii) {
  1654. /* lp->phycount and lp->phymask are set to 0 by memset above */
  1655. lp->mii_if.phy_id = ((lp->a->read_bcr(ioaddr, 33)) >> 5) & 0x1f;
  1656. /* scan for PHYs */
  1657. for (i = 0; i < PCNET32_MAX_PHYS; i++) {
  1658. unsigned short id1, id2;
  1659. id1 = mdio_read(dev, i, MII_PHYSID1);
  1660. if (id1 == 0xffff)
  1661. continue;
  1662. id2 = mdio_read(dev, i, MII_PHYSID2);
  1663. if (id2 == 0xffff)
  1664. continue;
  1665. if (i == 31 && ((chip_version + 1) & 0xfffe) == 0x2624)
  1666. continue; /* 79C971 & 79C972 have phantom phy at id 31 */
  1667. lp->phycount++;
  1668. lp->phymask |= (1 << i);
  1669. lp->mii_if.phy_id = i;
  1670. if (pcnet32_debug & NETIF_MSG_PROBE)
  1671. pr_info("Found PHY %04x:%04x at address %d\n",
  1672. id1, id2, i);
  1673. }
  1674. lp->a->write_bcr(ioaddr, 33, (lp->mii_if.phy_id) << 5);
  1675. if (lp->phycount > 1)
  1676. lp->options |= PCNET32_PORT_MII;
  1677. }
  1678. init_timer(&lp->watchdog_timer);
  1679. lp->watchdog_timer.data = (unsigned long)dev;
  1680. lp->watchdog_timer.function = (void *)&pcnet32_watchdog;
  1681. /* The PCNET32-specific entries in the device structure. */
  1682. dev->netdev_ops = &pcnet32_netdev_ops;
  1683. dev->ethtool_ops = &pcnet32_ethtool_ops;
  1684. dev->watchdog_timeo = (5 * HZ);
  1685. /* Fill in the generic fields of the device structure. */
  1686. if (register_netdev(dev))
  1687. goto err_free_ring;
  1688. if (pdev) {
  1689. pci_set_drvdata(pdev, dev);
  1690. } else {
  1691. lp->next = pcnet32_dev;
  1692. pcnet32_dev = dev;
  1693. }
  1694. if (pcnet32_debug & NETIF_MSG_PROBE)
  1695. pr_info("%s: registered as %s\n", dev->name, lp->name);
  1696. cards_found++;
  1697. /* enable LED writes */
  1698. a->write_bcr(ioaddr, 2, a->read_bcr(ioaddr, 2) | 0x1000);
  1699. return 0;
  1700. err_free_ring:
  1701. pcnet32_free_ring(dev);
  1702. pci_free_consistent(lp->pci_dev, sizeof(*lp->init_block),
  1703. lp->init_block, lp->init_dma_addr);
  1704. err_free_netdev:
  1705. free_netdev(dev);
  1706. err_release_region:
  1707. release_region(ioaddr, PCNET32_TOTAL_SIZE);
  1708. return ret;
  1709. }
  1710. /* if any allocation fails, caller must also call pcnet32_free_ring */
  1711. static int pcnet32_alloc_ring(struct net_device *dev, const char *name)
  1712. {
  1713. struct pcnet32_private *lp = netdev_priv(dev);
  1714. lp->tx_ring = pci_alloc_consistent(lp->pci_dev,
  1715. sizeof(struct pcnet32_tx_head) *
  1716. lp->tx_ring_size,
  1717. &lp->tx_ring_dma_addr);
  1718. if (lp->tx_ring == NULL) {
  1719. netif_err(lp, drv, dev, "Consistent memory allocation failed\n");
  1720. return -ENOMEM;
  1721. }
  1722. lp->rx_ring = pci_alloc_consistent(lp->pci_dev,
  1723. sizeof(struct pcnet32_rx_head) *
  1724. lp->rx_ring_size,
  1725. &lp->rx_ring_dma_addr);
  1726. if (lp->rx_ring == NULL) {
  1727. netif_err(lp, drv, dev, "Consistent memory allocation failed\n");
  1728. return -ENOMEM;
  1729. }
  1730. lp->tx_dma_addr = kcalloc(lp->tx_ring_size, sizeof(dma_addr_t),
  1731. GFP_ATOMIC);
  1732. if (!lp->tx_dma_addr)
  1733. return -ENOMEM;
  1734. lp->rx_dma_addr = kcalloc(lp->rx_ring_size, sizeof(dma_addr_t),
  1735. GFP_ATOMIC);
  1736. if (!lp->rx_dma_addr)
  1737. return -ENOMEM;
  1738. lp->tx_skbuff = kcalloc(lp->tx_ring_size, sizeof(struct sk_buff *),
  1739. GFP_ATOMIC);
  1740. if (!lp->tx_skbuff)
  1741. return -ENOMEM;
  1742. lp->rx_skbuff = kcalloc(lp->rx_ring_size, sizeof(struct sk_buff *),
  1743. GFP_ATOMIC);
  1744. if (!lp->rx_skbuff)
  1745. return -ENOMEM;
  1746. return 0;
  1747. }
  1748. static void pcnet32_free_ring(struct net_device *dev)
  1749. {
  1750. struct pcnet32_private *lp = netdev_priv(dev);
  1751. kfree(lp->tx_skbuff);
  1752. lp->tx_skbuff = NULL;
  1753. kfree(lp->rx_skbuff);
  1754. lp->rx_skbuff = NULL;
  1755. kfree(lp->tx_dma_addr);
  1756. lp->tx_dma_addr = NULL;
  1757. kfree(lp->rx_dma_addr);
  1758. lp->rx_dma_addr = NULL;
  1759. if (lp->tx_ring) {
  1760. pci_free_consistent(lp->pci_dev,
  1761. sizeof(struct pcnet32_tx_head) *
  1762. lp->tx_ring_size, lp->tx_ring,
  1763. lp->tx_ring_dma_addr);
  1764. lp->tx_ring = NULL;
  1765. }
  1766. if (lp->rx_ring) {
  1767. pci_free_consistent(lp->pci_dev,
  1768. sizeof(struct pcnet32_rx_head) *
  1769. lp->rx_ring_size, lp->rx_ring,
  1770. lp->rx_ring_dma_addr);
  1771. lp->rx_ring = NULL;
  1772. }
  1773. }
  1774. static int pcnet32_open(struct net_device *dev)
  1775. {
  1776. struct pcnet32_private *lp = netdev_priv(dev);
  1777. struct pci_dev *pdev = lp->pci_dev;
  1778. unsigned long ioaddr = dev->base_addr;
  1779. u16 val;
  1780. int i;
  1781. int rc;
  1782. unsigned long flags;
  1783. if (request_irq(dev->irq, pcnet32_interrupt,
  1784. lp->shared_irq ? IRQF_SHARED : 0, dev->name,
  1785. (void *)dev)) {
  1786. return -EAGAIN;
  1787. }
  1788. spin_lock_irqsave(&lp->lock, flags);
  1789. /* Check for a valid station address */
  1790. if (!is_valid_ether_addr(dev->dev_addr)) {
  1791. rc = -EINVAL;
  1792. goto err_free_irq;
  1793. }
  1794. /* Reset the PCNET32 */
  1795. lp->a->reset(ioaddr);
  1796. /* switch pcnet32 to 32bit mode */
  1797. lp->a->write_bcr(ioaddr, 20, 2);
  1798. netif_printk(lp, ifup, KERN_DEBUG, dev,
  1799. "%s() irq %d tx/rx rings %#x/%#x init %#x\n",
  1800. __func__, dev->irq, (u32) (lp->tx_ring_dma_addr),
  1801. (u32) (lp->rx_ring_dma_addr),
  1802. (u32) (lp->init_dma_addr));
  1803. /* set/reset autoselect bit */
  1804. val = lp->a->read_bcr(ioaddr, 2) & ~2;
  1805. if (lp->options & PCNET32_PORT_ASEL)
  1806. val |= 2;
  1807. lp->a->write_bcr(ioaddr, 2, val);
  1808. /* handle full duplex setting */
  1809. if (lp->mii_if.full_duplex) {
  1810. val = lp->a->read_bcr(ioaddr, 9) & ~3;
  1811. if (lp->options & PCNET32_PORT_FD) {
  1812. val |= 1;
  1813. if (lp->options == (PCNET32_PORT_FD | PCNET32_PORT_AUI))
  1814. val |= 2;
  1815. } else if (lp->options & PCNET32_PORT_ASEL) {
  1816. /* workaround of xSeries250, turn on for 79C975 only */
  1817. if (lp->chip_version == 0x2627)
  1818. val |= 3;
  1819. }
  1820. lp->a->write_bcr(ioaddr, 9, val);
  1821. }
  1822. /* set/reset GPSI bit in test register */
  1823. val = lp->a->read_csr(ioaddr, 124) & ~0x10;
  1824. if ((lp->options & PCNET32_PORT_PORTSEL) == PCNET32_PORT_GPSI)
  1825. val |= 0x10;
  1826. lp->a->write_csr(ioaddr, 124, val);
  1827. /* Allied Telesyn AT 2700/2701 FX are 100Mbit only and do not negotiate */
  1828. if (pdev && pdev->subsystem_vendor == PCI_VENDOR_ID_AT &&
  1829. (pdev->subsystem_device == PCI_SUBDEVICE_ID_AT_2700FX ||
  1830. pdev->subsystem_device == PCI_SUBDEVICE_ID_AT_2701FX)) {
  1831. if (lp->options & PCNET32_PORT_ASEL) {
  1832. lp->options = PCNET32_PORT_FD | PCNET32_PORT_100;
  1833. netif_printk(lp, link, KERN_DEBUG, dev,
  1834. "Setting 100Mb-Full Duplex\n");
  1835. }
  1836. }
  1837. if (lp->phycount < 2) {
  1838. /*
  1839. * 24 Jun 2004 according AMD, in order to change the PHY,
  1840. * DANAS (or DISPM for 79C976) must be set; then select the speed,
  1841. * duplex, and/or enable auto negotiation, and clear DANAS
  1842. */
  1843. if (lp->mii && !(lp->options & PCNET32_PORT_ASEL)) {
  1844. lp->a->write_bcr(ioaddr, 32,
  1845. lp->a->read_bcr(ioaddr, 32) | 0x0080);
  1846. /* disable Auto Negotiation, set 10Mpbs, HD */
  1847. val = lp->a->read_bcr(ioaddr, 32) & ~0xb8;
  1848. if (lp->options & PCNET32_PORT_FD)
  1849. val |= 0x10;
  1850. if (lp->options & PCNET32_PORT_100)
  1851. val |= 0x08;
  1852. lp->a->write_bcr(ioaddr, 32, val);
  1853. } else {
  1854. if (lp->options & PCNET32_PORT_ASEL) {
  1855. lp->a->write_bcr(ioaddr, 32,
  1856. lp->a->read_bcr(ioaddr,
  1857. 32) | 0x0080);
  1858. /* enable auto negotiate, setup, disable fd */
  1859. val = lp->a->read_bcr(ioaddr, 32) & ~0x98;
  1860. val |= 0x20;
  1861. lp->a->write_bcr(ioaddr, 32, val);
  1862. }
  1863. }
  1864. } else {
  1865. int first_phy = -1;
  1866. u16 bmcr;
  1867. u32 bcr9;
  1868. struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET };
  1869. /*
  1870. * There is really no good other way to handle multiple PHYs
  1871. * other than turning off all automatics
  1872. */
  1873. val = lp->a->read_bcr(ioaddr, 2);
  1874. lp->a->write_bcr(ioaddr, 2, val & ~2);
  1875. val = lp->a->read_bcr(ioaddr, 32);
  1876. lp->a->write_bcr(ioaddr, 32, val & ~(1 << 7)); /* stop MII manager */
  1877. if (!(lp->options & PCNET32_PORT_ASEL)) {
  1878. /* setup ecmd */
  1879. ecmd.port = PORT_MII;
  1880. ecmd.transceiver = XCVR_INTERNAL;
  1881. ecmd.autoneg = AUTONEG_DISABLE;
  1882. ethtool_cmd_speed_set(&ecmd,
  1883. (lp->options & PCNET32_PORT_100) ?
  1884. SPEED_100 : SPEED_10);
  1885. bcr9 = lp->a->read_bcr(ioaddr, 9);
  1886. if (lp->options & PCNET32_PORT_FD) {
  1887. ecmd.duplex = DUPLEX_FULL;
  1888. bcr9 |= (1 << 0);
  1889. } else {
  1890. ecmd.duplex = DUPLEX_HALF;
  1891. bcr9 |= ~(1 << 0);
  1892. }
  1893. lp->a->write_bcr(ioaddr, 9, bcr9);
  1894. }
  1895. for (i = 0; i < PCNET32_MAX_PHYS; i++) {
  1896. if (lp->phymask & (1 << i)) {
  1897. /* isolate all but the first PHY */
  1898. bmcr = mdio_read(dev, i, MII_BMCR);
  1899. if (first_phy == -1) {
  1900. first_phy = i;
  1901. mdio_write(dev, i, MII_BMCR,
  1902. bmcr & ~BMCR_ISOLATE);
  1903. } else {
  1904. mdio_write(dev, i, MII_BMCR,
  1905. bmcr | BMCR_ISOLATE);
  1906. }
  1907. /* use mii_ethtool_sset to setup PHY */
  1908. lp->mii_if.phy_id = i;
  1909. ecmd.phy_address = i;
  1910. if (lp->options & PCNET32_PORT_ASEL) {
  1911. mii_ethtool_gset(&lp->mii_if, &ecmd);
  1912. ecmd.autoneg = AUTONEG_ENABLE;
  1913. }
  1914. mii_ethtool_sset(&lp->mii_if, &ecmd);
  1915. }
  1916. }
  1917. lp->mii_if.phy_id = first_phy;
  1918. netif_info(lp, link, dev, "Using PHY number %d\n", first_phy);
  1919. }
  1920. #ifdef DO_DXSUFLO
  1921. if (lp->dxsuflo) { /* Disable transmit stop on underflow */
  1922. val = lp->a->read_csr(ioaddr, CSR3);
  1923. val |= 0x40;
  1924. lp->a->write_csr(ioaddr, CSR3, val);
  1925. }
  1926. #endif
  1927. lp->init_block->mode =
  1928. cpu_to_le16((lp->options & PCNET32_PORT_PORTSEL) << 7);
  1929. pcnet32_load_multicast(dev);
  1930. if (pcnet32_init_ring(dev)) {
  1931. rc = -ENOMEM;
  1932. goto err_free_ring;
  1933. }
  1934. napi_enable(&lp->napi);
  1935. /* Re-initialize the PCNET32, and start it when done. */
  1936. lp->a->write_csr(ioaddr, 1, (lp->init_dma_addr & 0xffff));
  1937. lp->a->write_csr(ioaddr, 2, (lp->init_dma_addr >> 16));
  1938. lp->a->write_csr(ioaddr, CSR4, 0x0915); /* auto tx pad */
  1939. lp->a->write_csr(ioaddr, CSR0, CSR0_INIT);
  1940. netif_start_queue(dev);
  1941. if (lp->chip_version >= PCNET32_79C970A) {
  1942. /* Print the link status and start the watchdog */
  1943. pcnet32_check_media(dev, 1);
  1944. mod_timer(&lp->watchdog_timer, PCNET32_WATCHDOG_TIMEOUT);
  1945. }
  1946. i = 0;
  1947. while (i++ < 100)
  1948. if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)
  1949. break;
  1950. /*
  1951. * We used to clear the InitDone bit, 0x0100, here but Mark Stockton
  1952. * reports that doing so triggers a bug in the '974.
  1953. */
  1954. lp->a->write_csr(ioaddr, CSR0, CSR0_NORMAL);
  1955. netif_printk(lp, ifup, KERN_DEBUG, dev,
  1956. "pcnet32 open after %d ticks, init block %#x csr0 %4.4x\n",
  1957. i,
  1958. (u32) (lp->init_dma_addr),
  1959. lp->a->read_csr(ioaddr, CSR0));
  1960. spin_unlock_irqrestore(&lp->lock, flags);
  1961. return 0; /* Always succeed */
  1962. err_free_ring:
  1963. /* free any allocated skbuffs */
  1964. pcnet32_purge_rx_ring(dev);
  1965. /*
  1966. * Switch back to 16bit mode to avoid problems with dumb
  1967. * DOS packet driver after a warm reboot
  1968. */
  1969. lp->a->write_bcr(ioaddr, 20, 4);
  1970. err_free_irq:
  1971. spin_unlock_irqrestore(&lp->lock, flags);
  1972. free_irq(dev->irq, dev);
  1973. return rc;
  1974. }
  1975. /*
  1976. * The LANCE has been halted for one reason or another (busmaster memory
  1977. * arbitration error, Tx FIFO underflow, driver stopped it to reconfigure,
  1978. * etc.). Modern LANCE variants always reload their ring-buffer
  1979. * configuration when restarted, so we must reinitialize our ring
  1980. * context before restarting. As part of this reinitialization,
  1981. * find all packets still on the Tx ring and pretend that they had been
  1982. * sent (in effect, drop the packets on the floor) - the higher-level
  1983. * protocols will time out and retransmit. It'd be better to shuffle
  1984. * these skbs to a temp list and then actually re-Tx them after
  1985. * restarting the chip, but I'm too lazy to do so right now. dplatt@3do.com
  1986. */
  1987. static void pcnet32_purge_tx_ring(struct net_device *dev)
  1988. {
  1989. struct pcnet32_private *lp = netdev_priv(dev);
  1990. int i;
  1991. for (i = 0; i < lp->tx_ring_size; i++) {
  1992. lp->tx_ring[i].status = 0; /* CPU owns buffer */
  1993. wmb(); /* Make sure adapter sees owner change */
  1994. if (lp->tx_skbuff[i]) {
  1995. if (!pci_dma_mapping_error(lp->pci_dev,
  1996. lp->tx_dma_addr[i]))
  1997. pci_unmap_single(lp->pci_dev,
  1998. lp->tx_dma_addr[i],
  1999. lp->tx_skbuff[i]->len,
  2000. PCI_DMA_TODEVICE);
  2001. dev_kfree_skb_any(lp->tx_skbuff[i]);
  2002. }
  2003. lp->tx_skbuff[i] = NULL;
  2004. lp->tx_dma_addr[i] = 0;
  2005. }
  2006. }
  2007. /* Initialize the PCNET32 Rx and Tx rings. */
  2008. static int pcnet32_init_ring(struct net_device *dev)
  2009. {
  2010. struct pcnet32_private *lp = netdev_priv(dev);
  2011. int i;
  2012. lp->tx_full = 0;
  2013. lp->cur_rx = lp->cur_tx = 0;
  2014. lp->dirty_rx = lp->dirty_tx = 0;
  2015. for (i = 0; i < lp->rx_ring_size; i++) {
  2016. struct sk_buff *rx_skbuff = lp->rx_skbuff[i];
  2017. if (rx_skbuff == NULL) {
  2018. lp->rx_skbuff[i] = netdev_alloc_skb(dev, PKT_BUF_SKB);
  2019. rx_skbuff = lp->rx_skbuff[i];
  2020. if (!rx_skbuff) {
  2021. /* there is not much we can do at this point */
  2022. netif_err(lp, drv, dev, "%s netdev_alloc_skb failed\n",
  2023. __func__);
  2024. return -1;
  2025. }
  2026. skb_reserve(rx_skbuff, NET_IP_ALIGN);
  2027. }
  2028. rmb();
  2029. if (lp->rx_dma_addr[i] == 0) {
  2030. lp->rx_dma_addr[i] =
  2031. pci_map_single(lp->pci_dev, rx_skbuff->data,
  2032. PKT_BUF_SIZE, PCI_DMA_FROMDEVICE);
  2033. if (pci_dma_mapping_error(lp->pci_dev,
  2034. lp->rx_dma_addr[i])) {
  2035. /* there is not much we can do at this point */
  2036. netif_err(lp, drv, dev,
  2037. "%s pci dma mapping error\n",
  2038. __func__);
  2039. return -1;
  2040. }
  2041. }
  2042. lp->rx_ring[i].base = cpu_to_le32(lp->rx_dma_addr[i]);
  2043. lp->rx_ring[i].buf_length = cpu_to_le16(NEG_BUF_SIZE);
  2044. wmb(); /* Make sure owner changes after all others are visible */
  2045. lp->rx_ring[i].status = cpu_to_le16(0x8000);
  2046. }
  2047. /* The Tx buffer address is filled in as needed, but we do need to clear
  2048. * the upper ownership bit. */
  2049. for (i = 0; i < lp->tx_ring_size; i++) {
  2050. lp->tx_ring[i].status = 0; /* CPU owns buffer */
  2051. wmb(); /* Make sure adapter sees owner change */
  2052. lp->tx_ring[i].base = 0;
  2053. lp->tx_dma_addr[i] = 0;
  2054. }
  2055. lp->init_block->tlen_rlen =
  2056. cpu_to_le16(lp->tx_len_bits | lp->rx_len_bits);
  2057. for (i = 0; i < 6; i++)
  2058. lp->init_block->phys_addr[i] = dev->dev_addr[i];
  2059. lp->init_block->rx_ring = cpu_to_le32(lp->rx_ring_dma_addr);
  2060. lp->init_block->tx_ring = cpu_to_le32(lp->tx_ring_dma_addr);
  2061. wmb(); /* Make sure all changes are visible */
  2062. return 0;
  2063. }
  2064. /* the pcnet32 has been issued a stop or reset. Wait for the stop bit
  2065. * then flush the pending transmit operations, re-initialize the ring,
  2066. * and tell the chip to initialize.
  2067. */
  2068. static void pcnet32_restart(struct net_device *dev, unsigned int csr0_bits)
  2069. {
  2070. struct pcnet32_private *lp = netdev_priv(dev);
  2071. unsigned long ioaddr = dev->base_addr;
  2072. int i;
  2073. /* wait for stop */
  2074. for (i = 0; i < 100; i++)
  2075. if (lp->a->read_csr(ioaddr, CSR0) & CSR0_STOP)
  2076. break;
  2077. if (i >= 100)
  2078. netif_err(lp, drv, dev, "%s timed out waiting for stop\n",
  2079. __func__);
  2080. pcnet32_purge_tx_ring(dev);
  2081. if (pcnet32_init_ring(dev))
  2082. return;
  2083. /* ReInit Ring */
  2084. lp->a->write_csr(ioaddr, CSR0, CSR0_INIT);
  2085. i = 0;
  2086. while (i++ < 1000)
  2087. if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)
  2088. break;
  2089. lp->a->write_csr(ioaddr, CSR0, csr0_bits);
  2090. }
  2091. static void pcnet32_tx_timeout(struct net_device *dev)
  2092. {
  2093. struct pcnet32_private *lp = netdev_priv(dev);
  2094. unsigned long ioaddr = dev->base_addr, flags;
  2095. spin_lock_irqsave(&lp->lock, flags);
  2096. /* Transmitter timeout, serious problems. */
  2097. if (pcnet32_debug & NETIF_MSG_DRV)
  2098. pr_err("%s: transmit timed out, status %4.4x, resetting\n",
  2099. dev->name, lp->a->read_csr(ioaddr, CSR0));
  2100. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
  2101. dev->stats.tx_errors++;
  2102. if (netif_msg_tx_err(lp)) {
  2103. int i;
  2104. printk(KERN_DEBUG
  2105. " Ring data dump: dirty_tx %d cur_tx %d%s cur_rx %d.",
  2106. lp->dirty_tx, lp->cur_tx, lp->tx_full ? " (full)" : "",
  2107. lp->cur_rx);
  2108. for (i = 0; i < lp->rx_ring_size; i++)
  2109. printk("%s %08x %04x %08x %04x", i & 1 ? "" : "\n ",
  2110. le32_to_cpu(lp->rx_ring[i].base),
  2111. (-le16_to_cpu(lp->rx_ring[i].buf_length)) &
  2112. 0xffff, le32_to_cpu(lp->rx_ring[i].msg_length),
  2113. le16_to_cpu(lp->rx_ring[i].status));
  2114. for (i = 0; i < lp->tx_ring_size; i++)
  2115. printk("%s %08x %04x %08x %04x", i & 1 ? "" : "\n ",
  2116. le32_to_cpu(lp->tx_ring[i].base),
  2117. (-le16_to_cpu(lp->tx_ring[i].length)) & 0xffff,
  2118. le32_to_cpu(lp->tx_ring[i].misc),
  2119. le16_to_cpu(lp->tx_ring[i].status));
  2120. printk("\n");
  2121. }
  2122. pcnet32_restart(dev, CSR0_NORMAL);
  2123. dev->trans_start = jiffies; /* prevent tx timeout */
  2124. netif_wake_queue(dev);
  2125. spin_unlock_irqrestore(&lp->lock, flags);
  2126. }
  2127. static netdev_tx_t pcnet32_start_xmit(struct sk_buff *skb,
  2128. struct net_device *dev)
  2129. {
  2130. struct pcnet32_private *lp = netdev_priv(dev);
  2131. unsigned long ioaddr = dev->base_addr;
  2132. u16 status;
  2133. int entry;
  2134. unsigned long flags;
  2135. spin_lock_irqsave(&lp->lock, flags);
  2136. netif_printk(lp, tx_queued, KERN_DEBUG, dev,
  2137. "%s() called, csr0 %4.4x\n",
  2138. __func__, lp->a->read_csr(ioaddr, CSR0));
  2139. /* Default status -- will not enable Successful-TxDone
  2140. * interrupt when that option is available to us.
  2141. */
  2142. status = 0x8300;
  2143. /* Fill in a Tx ring entry */
  2144. /* Mask to ring buffer boundary. */
  2145. entry = lp->cur_tx & lp->tx_mod_mask;
  2146. /* Caution: the write order is important here, set the status
  2147. * with the "ownership" bits last. */
  2148. lp->tx_ring[entry].length = cpu_to_le16(-skb->len);
  2149. lp->tx_ring[entry].misc = 0x00000000;
  2150. lp->tx_dma_addr[entry] =
  2151. pci_map_single(lp->pci_dev, skb->data, skb->len, PCI_DMA_TODEVICE);
  2152. if (pci_dma_mapping_error(lp->pci_dev, lp->tx_dma_addr[entry])) {
  2153. dev_kfree_skb_any(skb);
  2154. dev->stats.tx_dropped++;
  2155. goto drop_packet;
  2156. }
  2157. lp->tx_skbuff[entry] = skb;
  2158. lp->tx_ring[entry].base = cpu_to_le32(lp->tx_dma_addr[entry]);
  2159. wmb(); /* Make sure owner changes after all others are visible */
  2160. lp->tx_ring[entry].status = cpu_to_le16(status);
  2161. lp->cur_tx++;
  2162. dev->stats.tx_bytes += skb->len;
  2163. /* Trigger an immediate send poll. */
  2164. lp->a->write_csr(ioaddr, CSR0, CSR0_INTEN | CSR0_TXPOLL);
  2165. if (lp->tx_ring[(entry + 1) & lp->tx_mod_mask].base != 0) {
  2166. lp->tx_full = 1;
  2167. netif_stop_queue(dev);
  2168. }
  2169. drop_packet:
  2170. spin_unlock_irqrestore(&lp->lock, flags);
  2171. return NETDEV_TX_OK;
  2172. }
  2173. /* The PCNET32 interrupt handler. */
  2174. static irqreturn_t
  2175. pcnet32_interrupt(int irq, void *dev_id)
  2176. {
  2177. struct net_device *dev = dev_id;
  2178. struct pcnet32_private *lp;
  2179. unsigned long ioaddr;
  2180. u16 csr0;
  2181. int boguscnt = max_interrupt_work;
  2182. ioaddr = dev->base_addr;
  2183. lp = netdev_priv(dev);
  2184. spin_lock(&lp->lock);
  2185. csr0 = lp->a->read_csr(ioaddr, CSR0);
  2186. while ((csr0 & 0x8f00) && --boguscnt >= 0) {
  2187. if (csr0 == 0xffff)
  2188. break; /* PCMCIA remove happened */
  2189. /* Acknowledge all of the current interrupt sources ASAP. */
  2190. lp->a->write_csr(ioaddr, CSR0, csr0 & ~0x004f);
  2191. netif_printk(lp, intr, KERN_DEBUG, dev,
  2192. "interrupt csr0=%#2.2x new csr=%#2.2x\n",
  2193. csr0, lp->a->read_csr(ioaddr, CSR0));
  2194. /* Log misc errors. */
  2195. if (csr0 & 0x4000)
  2196. dev->stats.tx_errors++; /* Tx babble. */
  2197. if (csr0 & 0x1000) {
  2198. /*
  2199. * This happens when our receive ring is full. This
  2200. * shouldn't be a problem as we will see normal rx
  2201. * interrupts for the frames in the receive ring. But
  2202. * there are some PCI chipsets (I can reproduce this
  2203. * on SP3G with Intel saturn chipset) which have
  2204. * sometimes problems and will fill up the receive
  2205. * ring with error descriptors. In this situation we
  2206. * don't get a rx interrupt, but a missed frame
  2207. * interrupt sooner or later.
  2208. */
  2209. dev->stats.rx_errors++; /* Missed a Rx frame. */
  2210. }
  2211. if (csr0 & 0x0800) {
  2212. netif_err(lp, drv, dev, "Bus master arbitration failure, status %4.4x\n",
  2213. csr0);
  2214. /* unlike for the lance, there is no restart needed */
  2215. }
  2216. if (napi_schedule_prep(&lp->napi)) {
  2217. u16 val;
  2218. /* set interrupt masks */
  2219. val = lp->a->read_csr(ioaddr, CSR3);
  2220. val |= 0x5f00;
  2221. lp->a->write_csr(ioaddr, CSR3, val);
  2222. __napi_schedule(&lp->napi);
  2223. break;
  2224. }
  2225. csr0 = lp->a->read_csr(ioaddr, CSR0);
  2226. }
  2227. netif_printk(lp, intr, KERN_DEBUG, dev,
  2228. "exiting interrupt, csr0=%#4.4x\n",
  2229. lp->a->read_csr(ioaddr, CSR0));
  2230. spin_unlock(&lp->lock);
  2231. return IRQ_HANDLED;
  2232. }
  2233. static int pcnet32_close(struct net_device *dev)
  2234. {
  2235. unsigned long ioaddr = dev->base_addr;
  2236. struct pcnet32_private *lp = netdev_priv(dev);
  2237. unsigned long flags;
  2238. del_timer_sync(&lp->watchdog_timer);
  2239. netif_stop_queue(dev);
  2240. napi_disable(&lp->napi);
  2241. spin_lock_irqsave(&lp->lock, flags);
  2242. dev->stats.rx_missed_errors = lp->a->read_csr(ioaddr, 112);
  2243. netif_printk(lp, ifdown, KERN_DEBUG, dev,
  2244. "Shutting down ethercard, status was %2.2x\n",
  2245. lp->a->read_csr(ioaddr, CSR0));
  2246. /* We stop the PCNET32 here -- it occasionally polls memory if we don't. */
  2247. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
  2248. /*
  2249. * Switch back to 16bit mode to avoid problems with dumb
  2250. * DOS packet driver after a warm reboot
  2251. */
  2252. lp->a->write_bcr(ioaddr, 20, 4);
  2253. spin_unlock_irqrestore(&lp->lock, flags);
  2254. free_irq(dev->irq, dev);
  2255. spin_lock_irqsave(&lp->lock, flags);
  2256. pcnet32_purge_rx_ring(dev);
  2257. pcnet32_purge_tx_ring(dev);
  2258. spin_unlock_irqrestore(&lp->lock, flags);
  2259. return 0;
  2260. }
  2261. static struct net_device_stats *pcnet32_get_stats(struct net_device *dev)
  2262. {
  2263. struct pcnet32_private *lp = netdev_priv(dev);
  2264. unsigned long ioaddr = dev->base_addr;
  2265. unsigned long flags;
  2266. spin_lock_irqsave(&lp->lock, flags);
  2267. dev->stats.rx_missed_errors = lp->a->read_csr(ioaddr, 112);
  2268. spin_unlock_irqrestore(&lp->lock, flags);
  2269. return &dev->stats;
  2270. }
  2271. /* taken from the sunlance driver, which it took from the depca driver */
  2272. static void pcnet32_load_multicast(struct net_device *dev)
  2273. {
  2274. struct pcnet32_private *lp = netdev_priv(dev);
  2275. volatile struct pcnet32_init_block *ib = lp->init_block;
  2276. volatile __le16 *mcast_table = (__le16 *)ib->filter;
  2277. struct netdev_hw_addr *ha;
  2278. unsigned long ioaddr = dev->base_addr;
  2279. int i;
  2280. u32 crc;
  2281. /* set all multicast bits */
  2282. if (dev->flags & IFF_ALLMULTI) {
  2283. ib->filter[0] = cpu_to_le32(~0U);
  2284. ib->filter[1] = cpu_to_le32(~0U);
  2285. lp->a->write_csr(ioaddr, PCNET32_MC_FILTER, 0xffff);
  2286. lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+1, 0xffff);
  2287. lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+2, 0xffff);
  2288. lp->a->write_csr(ioaddr, PCNET32_MC_FILTER+3, 0xffff);
  2289. return;
  2290. }
  2291. /* clear the multicast filter */
  2292. ib->filter[0] = 0;
  2293. ib->filter[1] = 0;
  2294. /* Add addresses */
  2295. netdev_for_each_mc_addr(ha, dev) {
  2296. crc = ether_crc_le(6, ha->addr);
  2297. crc = crc >> 26;
  2298. mcast_table[crc >> 4] |= cpu_to_le16(1 << (crc & 0xf));
  2299. }
  2300. for (i = 0; i < 4; i++)
  2301. lp->a->write_csr(ioaddr, PCNET32_MC_FILTER + i,
  2302. le16_to_cpu(mcast_table[i]));
  2303. }
  2304. /*
  2305. * Set or clear the multicast filter for this adaptor.
  2306. */
  2307. static void pcnet32_set_multicast_list(struct net_device *dev)
  2308. {
  2309. unsigned long ioaddr = dev->base_addr, flags;
  2310. struct pcnet32_private *lp = netdev_priv(dev);
  2311. int csr15, suspended;
  2312. spin_lock_irqsave(&lp->lock, flags);
  2313. suspended = pcnet32_suspend(dev, &flags, 0);
  2314. csr15 = lp->a->read_csr(ioaddr, CSR15);
  2315. if (dev->flags & IFF_PROMISC) {
  2316. /* Log any net taps. */
  2317. netif_info(lp, hw, dev, "Promiscuous mode enabled\n");
  2318. lp->init_block->mode =
  2319. cpu_to_le16(0x8000 | (lp->options & PCNET32_PORT_PORTSEL) <<
  2320. 7);
  2321. lp->a->write_csr(ioaddr, CSR15, csr15 | 0x8000);
  2322. } else {
  2323. lp->init_block->mode =
  2324. cpu_to_le16((lp->options & PCNET32_PORT_PORTSEL) << 7);
  2325. lp->a->write_csr(ioaddr, CSR15, csr15 & 0x7fff);
  2326. pcnet32_load_multicast(dev);
  2327. }
  2328. if (suspended) {
  2329. int csr5;
  2330. /* clear SUSPEND (SPND) - CSR5 bit 0 */
  2331. csr5 = lp->a->read_csr(ioaddr, CSR5);
  2332. lp->a->write_csr(ioaddr, CSR5, csr5 & (~CSR5_SUSPEND));
  2333. } else {
  2334. lp->a->write_csr(ioaddr, CSR0, CSR0_STOP);
  2335. pcnet32_restart(dev, CSR0_NORMAL);
  2336. netif_wake_queue(dev);
  2337. }
  2338. spin_unlock_irqrestore(&lp->lock, flags);
  2339. }
  2340. /* This routine assumes that the lp->lock is held */
  2341. static int mdio_read(struct net_device *dev, int phy_id, int reg_num)
  2342. {
  2343. struct pcnet32_private *lp = netdev_priv(dev);
  2344. unsigned long ioaddr = dev->base_addr;
  2345. u16 val_out;
  2346. if (!lp->mii)
  2347. return 0;
  2348. lp->a->write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
  2349. val_out = lp->a->read_bcr(ioaddr, 34);
  2350. return val_out;
  2351. }
  2352. /* This routine assumes that the lp->lock is held */
  2353. static void mdio_write(struct net_device *dev, int phy_id, int reg_num, int val)
  2354. {
  2355. struct pcnet32_private *lp = netdev_priv(dev);
  2356. unsigned long ioaddr = dev->base_addr;
  2357. if (!lp->mii)
  2358. return;
  2359. lp->a->write_bcr(ioaddr, 33, ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
  2360. lp->a->write_bcr(ioaddr, 34, val);
  2361. }
  2362. static int pcnet32_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
  2363. {
  2364. struct pcnet32_private *lp = netdev_priv(dev);
  2365. int rc;
  2366. unsigned long flags;
  2367. /* SIOC[GS]MIIxxx ioctls */
  2368. if (lp->mii) {
  2369. spin_lock_irqsave(&lp->lock, flags);
  2370. rc = generic_mii_ioctl(&lp->mii_if, if_mii(rq), cmd, NULL);
  2371. spin_unlock_irqrestore(&lp->lock, flags);
  2372. } else {
  2373. rc = -EOPNOTSUPP;
  2374. }
  2375. return rc;
  2376. }
  2377. static int pcnet32_check_otherphy(struct net_device *dev)
  2378. {
  2379. struct pcnet32_private *lp = netdev_priv(dev);
  2380. struct mii_if_info mii = lp->mii_if;
  2381. u16 bmcr;
  2382. int i;
  2383. for (i = 0; i < PCNET32_MAX_PHYS; i++) {
  2384. if (i == lp->mii_if.phy_id)
  2385. continue; /* skip active phy */
  2386. if (lp->phymask & (1 << i)) {
  2387. mii.phy_id = i;
  2388. if (mii_link_ok(&mii)) {
  2389. /* found PHY with active link */
  2390. netif_info(lp, link, dev, "Using PHY number %d\n",
  2391. i);
  2392. /* isolate inactive phy */
  2393. bmcr =
  2394. mdio_read(dev, lp->mii_if.phy_id, MII_BMCR);
  2395. mdio_write(dev, lp->mii_if.phy_id, MII_BMCR,
  2396. bmcr | BMCR_ISOLATE);
  2397. /* de-isolate new phy */
  2398. bmcr = mdio_read(dev, i, MII_BMCR);
  2399. mdio_write(dev, i, MII_BMCR,
  2400. bmcr & ~BMCR_ISOLATE);
  2401. /* set new phy address */
  2402. lp->mii_if.phy_id = i;
  2403. return 1;
  2404. }
  2405. }
  2406. }
  2407. return 0;
  2408. }
  2409. /*
  2410. * Show the status of the media. Similar to mii_check_media however it
  2411. * correctly shows the link speed for all (tested) pcnet32 variants.
  2412. * Devices with no mii just report link state without speed.
  2413. *
  2414. * Caller is assumed to hold and release the lp->lock.
  2415. */
  2416. static void pcnet32_check_media(struct net_device *dev, int verbose)
  2417. {
  2418. struct pcnet32_private *lp = netdev_priv(dev);
  2419. int curr_link;
  2420. int prev_link = netif_carrier_ok(dev) ? 1 : 0;
  2421. u32 bcr9;
  2422. if (lp->mii) {
  2423. curr_link = mii_link_ok(&lp->mii_if);
  2424. } else {
  2425. ulong ioaddr = dev->base_addr; /* card base I/O address */
  2426. curr_link = (lp->a->read_bcr(ioaddr, 4) != 0xc0);
  2427. }
  2428. if (!curr_link) {
  2429. if (prev_link || verbose) {
  2430. netif_carrier_off(dev);
  2431. netif_info(lp, link, dev, "link down\n");
  2432. }
  2433. if (lp->phycount > 1) {
  2434. curr_link = pcnet32_check_otherphy(dev);
  2435. prev_link = 0;
  2436. }
  2437. } else if (verbose || !prev_link) {
  2438. netif_carrier_on(dev);
  2439. if (lp->mii) {
  2440. if (netif_msg_link(lp)) {
  2441. struct ethtool_cmd ecmd = {
  2442. .cmd = ETHTOOL_GSET };
  2443. mii_ethtool_gset(&lp->mii_if, &ecmd);
  2444. netdev_info(dev, "link up, %uMbps, %s-duplex\n",
  2445. ethtool_cmd_speed(&ecmd),
  2446. (ecmd.duplex == DUPLEX_FULL)
  2447. ? "full" : "half");
  2448. }
  2449. bcr9 = lp->a->read_bcr(dev->base_addr, 9);
  2450. if ((bcr9 & (1 << 0)) != lp->mii_if.full_duplex) {
  2451. if (lp->mii_if.full_duplex)
  2452. bcr9 |= (1 << 0);
  2453. else
  2454. bcr9 &= ~(1 << 0);
  2455. lp->a->write_bcr(dev->base_addr, 9, bcr9);
  2456. }
  2457. } else {
  2458. netif_info(lp, link, dev, "link up\n");
  2459. }
  2460. }
  2461. }
  2462. /*
  2463. * Check for loss of link and link establishment.
  2464. * Could possibly be changed to use mii_check_media instead.
  2465. */
  2466. static void pcnet32_watchdog(struct net_device *dev)
  2467. {
  2468. struct pcnet32_private *lp = netdev_priv(dev);
  2469. unsigned long flags;
  2470. /* Print the link status if it has changed */
  2471. spin_lock_irqsave(&lp->lock, flags);
  2472. pcnet32_check_media(dev, 0);
  2473. spin_unlock_irqrestore(&lp->lock, flags);
  2474. mod_timer(&lp->watchdog_timer, round_jiffies(PCNET32_WATCHDOG_TIMEOUT));
  2475. }
  2476. static int pcnet32_pm_suspend(struct pci_dev *pdev, pm_message_t state)
  2477. {
  2478. struct net_device *dev = pci_get_drvdata(pdev);
  2479. if (netif_running(dev)) {
  2480. netif_device_detach(dev);
  2481. pcnet32_close(dev);
  2482. }
  2483. pci_save_state(pdev);
  2484. pci_set_power_state(pdev, pci_choose_state(pdev, state));
  2485. return 0;
  2486. }
  2487. static int pcnet32_pm_resume(struct pci_dev *pdev)
  2488. {
  2489. struct net_device *dev = pci_get_drvdata(pdev);
  2490. pci_set_power_state(pdev, PCI_D0);
  2491. pci_restore_state(pdev);
  2492. if (netif_running(dev)) {
  2493. pcnet32_open(dev);
  2494. netif_device_attach(dev);
  2495. }
  2496. return 0;
  2497. }
  2498. static void pcnet32_remove_one(struct pci_dev *pdev)
  2499. {
  2500. struct net_device *dev = pci_get_drvdata(pdev);
  2501. if (dev) {
  2502. struct pcnet32_private *lp = netdev_priv(dev);
  2503. unregister_netdev(dev);
  2504. pcnet32_free_ring(dev);
  2505. release_region(dev->base_addr, PCNET32_TOTAL_SIZE);
  2506. pci_free_consistent(lp->pci_dev, sizeof(*lp->init_block),
  2507. lp->init_block, lp->init_dma_addr);
  2508. free_netdev(dev);
  2509. pci_disable_device(pdev);
  2510. }
  2511. }
  2512. static struct pci_driver pcnet32_driver = {
  2513. .name = DRV_NAME,
  2514. .probe = pcnet32_probe_pci,
  2515. .remove = pcnet32_remove_one,
  2516. .id_table = pcnet32_pci_tbl,
  2517. .suspend = pcnet32_pm_suspend,
  2518. .resume = pcnet32_pm_resume,
  2519. };
  2520. /* An additional parameter that may be passed in... */
  2521. static int debug = -1;
  2522. static int tx_start_pt = -1;
  2523. static int pcnet32_have_pci;
  2524. module_param(debug, int, 0);
  2525. MODULE_PARM_DESC(debug, DRV_NAME " debug level");
  2526. module_param(max_interrupt_work, int, 0);
  2527. MODULE_PARM_DESC(max_interrupt_work,
  2528. DRV_NAME " maximum events handled per interrupt");
  2529. module_param(rx_copybreak, int, 0);
  2530. MODULE_PARM_DESC(rx_copybreak,
  2531. DRV_NAME " copy breakpoint for copy-only-tiny-frames");
  2532. module_param(tx_start_pt, int, 0);
  2533. MODULE_PARM_DESC(tx_start_pt, DRV_NAME " transmit start point (0-3)");
  2534. module_param(pcnet32vlb, int, 0);
  2535. MODULE_PARM_DESC(pcnet32vlb, DRV_NAME " Vesa local bus (VLB) support (0/1)");
  2536. module_param_array(options, int, NULL, 0);
  2537. MODULE_PARM_DESC(options, DRV_NAME " initial option setting(s) (0-15)");
  2538. module_param_array(full_duplex, int, NULL, 0);
  2539. MODULE_PARM_DESC(full_duplex, DRV_NAME " full duplex setting(s) (1)");
  2540. /* Module Parameter for HomePNA cards added by Patrick Simmons, 2004 */
  2541. module_param_array(homepna, int, NULL, 0);
  2542. MODULE_PARM_DESC(homepna,
  2543. DRV_NAME
  2544. " mode for 79C978 cards (1 for HomePNA, 0 for Ethernet, default Ethernet");
  2545. MODULE_AUTHOR("Thomas Bogendoerfer");
  2546. MODULE_DESCRIPTION("Driver for PCnet32 and PCnetPCI based ethercards");
  2547. MODULE_LICENSE("GPL");
  2548. #define PCNET32_MSG_DEFAULT (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
  2549. static int __init pcnet32_init_module(void)
  2550. {
  2551. pr_info("%s", version);
  2552. pcnet32_debug = netif_msg_init(debug, PCNET32_MSG_DEFAULT);
  2553. if ((tx_start_pt >= 0) && (tx_start_pt <= 3))
  2554. tx_start = tx_start_pt;
  2555. /* find the PCI devices */
  2556. if (!pci_register_driver(&pcnet32_driver))
  2557. pcnet32_have_pci = 1;
  2558. /* should we find any remaining VLbus devices ? */
  2559. if (pcnet32vlb)
  2560. pcnet32_probe_vlbus(pcnet32_portlist);
  2561. if (cards_found && (pcnet32_debug & NETIF_MSG_PROBE))
  2562. pr_info("%d cards_found\n", cards_found);
  2563. return (pcnet32_have_pci + cards_found) ? 0 : -ENODEV;
  2564. }
  2565. static void __exit pcnet32_cleanup_module(void)
  2566. {
  2567. struct net_device *next_dev;
  2568. while (pcnet32_dev) {
  2569. struct pcnet32_private *lp = netdev_priv(pcnet32_dev);
  2570. next_dev = lp->next;
  2571. unregister_netdev(pcnet32_dev);
  2572. pcnet32_free_ring(pcnet32_dev);
  2573. release_region(pcnet32_dev->base_addr, PCNET32_TOTAL_SIZE);
  2574. pci_free_consistent(lp->pci_dev, sizeof(*lp->init_block),
  2575. lp->init_block, lp->init_dma_addr);
  2576. free_netdev(pcnet32_dev);
  2577. pcnet32_dev = next_dev;
  2578. }
  2579. if (pcnet32_have_pci)
  2580. pci_unregister_driver(&pcnet32_driver);
  2581. }
  2582. module_init(pcnet32_init_module);
  2583. module_exit(pcnet32_cleanup_module);
  2584. /*
  2585. * Local variables:
  2586. * c-indent-level: 4
  2587. * tab-width: 8
  2588. * End:
  2589. */