eexpress.c 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718
  1. /* Intel EtherExpress 16 device driver for Linux
  2. *
  3. * Written by John Sullivan, 1995
  4. * based on original code by Donald Becker, with changes by
  5. * Alan Cox and Pauline Middelink.
  6. *
  7. * Support for 8-bit mode by Zoltan Szilagyi <zoltans@cs.arizona.edu>
  8. *
  9. * Many modifications, and currently maintained, by
  10. * Philip Blundell <philb@gnu.org>
  11. * Added the Compaq LTE Alan Cox <alan@redhat.com>
  12. * Added MCA support Adam Fritzler <mid@auk.cx>
  13. *
  14. * Note - this driver is experimental still - it has problems on faster
  15. * machines. Someone needs to sit down and go through it line by line with
  16. * a databook...
  17. */
  18. /* The EtherExpress 16 is a fairly simple card, based on a shared-memory
  19. * design using the i82586 Ethernet coprocessor. It bears no relationship,
  20. * as far as I know, to the similarly-named "EtherExpress Pro" range.
  21. *
  22. * Historically, Linux support for these cards has been very bad. However,
  23. * things seem to be getting better slowly.
  24. */
  25. /* If your card is confused about what sort of interface it has (eg it
  26. * persistently reports "10baseT" when none is fitted), running 'SOFTSET /BART'
  27. * or 'SOFTSET /LISA' from DOS seems to help.
  28. */
  29. /* Here's the scoop on memory mapping.
  30. *
  31. * There are three ways to access EtherExpress card memory: either using the
  32. * shared-memory mapping, or using PIO through the dataport, or using PIO
  33. * through the "shadow memory" ports.
  34. *
  35. * The shadow memory system works by having the card map some of its memory
  36. * as follows:
  37. *
  38. * (the low five bits of the SMPTR are ignored)
  39. *
  40. * base+0x4000..400f memory at SMPTR+0..15
  41. * base+0x8000..800f memory at SMPTR+16..31
  42. * base+0xc000..c007 dubious stuff (memory at SMPTR+16..23 apparently)
  43. * base+0xc008..c00f memory at 0x0008..0x000f
  44. *
  45. * This last set (the one at c008) is particularly handy because the SCB
  46. * lives at 0x0008. So that set of ports gives us easy random access to data
  47. * in the SCB without having to mess around setting up pointers and the like.
  48. * We always use this method to access the SCB (via the scb_xx() functions).
  49. *
  50. * Dataport access works by aiming the appropriate (read or write) pointer
  51. * at the first address you're interested in, and then reading or writing from
  52. * the dataport. The pointers auto-increment after each transfer. We use
  53. * this for data transfer.
  54. *
  55. * We don't use the shared-memory system because it allegedly doesn't work on
  56. * all cards, and because it's a bit more prone to go wrong (it's one more
  57. * thing to configure...).
  58. */
  59. /* Known bugs:
  60. *
  61. * - The card seems to want to give us two interrupts every time something
  62. * happens, where just one would be better.
  63. */
  64. /*
  65. *
  66. * Note by Zoltan Szilagyi 10-12-96:
  67. *
  68. * I've succeeded in eliminating the "CU wedged" messages, and hence the
  69. * lockups, which were only occurring with cards running in 8-bit mode ("force
  70. * 8-bit operation" in Intel's SoftSet utility). This version of the driver
  71. * sets the 82586 and the ASIC to 8-bit mode at startup; it also stops the
  72. * CU before submitting a packet for transmission, and then restarts it as soon
  73. * as the process of handing the packet is complete. This is definitely an
  74. * unnecessary slowdown if the card is running in 16-bit mode; therefore one
  75. * should detect 16-bit vs 8-bit mode from the EEPROM settings and act
  76. * accordingly. In 8-bit mode with this bugfix I'm getting about 150 K/s for
  77. * ftp's, which is significantly better than I get in DOS, so the overhead of
  78. * stopping and restarting the CU with each transmit is not prohibitive in
  79. * practice.
  80. *
  81. * Update by David Woodhouse 11/5/99:
  82. *
  83. * I've seen "CU wedged" messages in 16-bit mode, on the Alpha architecture.
  84. * I assume that this is because 16-bit accesses are actually handled as two
  85. * 8-bit accesses.
  86. */
  87. #ifdef __alpha__
  88. #define LOCKUP16 1
  89. #endif
  90. #ifndef LOCKUP16
  91. #define LOCKUP16 0
  92. #endif
  93. #include <linux/module.h>
  94. #include <linux/kernel.h>
  95. #include <linux/types.h>
  96. #include <linux/fcntl.h>
  97. #include <linux/interrupt.h>
  98. #include <linux/ioport.h>
  99. #include <linux/string.h>
  100. #include <linux/in.h>
  101. #include <linux/delay.h>
  102. #include <linux/errno.h>
  103. #include <linux/init.h>
  104. #include <linux/netdevice.h>
  105. #include <linux/etherdevice.h>
  106. #include <linux/skbuff.h>
  107. #include <linux/slab.h>
  108. #include <linux/mca-legacy.h>
  109. #include <linux/spinlock.h>
  110. #include <linux/bitops.h>
  111. #include <linux/jiffies.h>
  112. #include <asm/system.h>
  113. #include <asm/io.h>
  114. #include <asm/irq.h>
  115. #ifndef NET_DEBUG
  116. #define NET_DEBUG 4
  117. #endif
  118. #include "eexpress.h"
  119. #define EEXP_IO_EXTENT 16
  120. /*
  121. * Private data declarations
  122. */
  123. struct net_local
  124. {
  125. unsigned long last_tx; /* jiffies when last transmit started */
  126. unsigned long init_time; /* jiffies when eexp_hw_init586 called */
  127. unsigned short rx_first; /* first rx buf, same as RX_BUF_START */
  128. unsigned short rx_last; /* last rx buf */
  129. unsigned short rx_ptr; /* first rx buf to look at */
  130. unsigned short tx_head; /* next free tx buf */
  131. unsigned short tx_reap; /* first in-use tx buf */
  132. unsigned short tx_tail; /* previous tx buf to tx_head */
  133. unsigned short tx_link; /* last known-executing tx buf */
  134. unsigned short last_tx_restart; /* set to tx_link when we
  135. restart the CU */
  136. unsigned char started;
  137. unsigned short rx_buf_start;
  138. unsigned short rx_buf_end;
  139. unsigned short num_tx_bufs;
  140. unsigned short num_rx_bufs;
  141. unsigned char width; /* 0 for 16bit, 1 for 8bit */
  142. unsigned char was_promisc;
  143. unsigned char old_mc_count;
  144. spinlock_t lock;
  145. };
  146. /* This is the code and data that is downloaded to the EtherExpress card's
  147. * memory at boot time.
  148. */
  149. static unsigned short start_code[] = {
  150. /* 0x0000 */
  151. 0x0001, /* ISCP: busy - cleared after reset */
  152. 0x0008,0x0000,0x0000, /* offset,address (lo,hi) of SCB */
  153. 0x0000,0x0000, /* SCB: status, commands */
  154. 0x0000,0x0000, /* links to first command block,
  155. first receive descriptor */
  156. 0x0000,0x0000, /* CRC error, alignment error counts */
  157. 0x0000,0x0000, /* out of resources, overrun error counts */
  158. 0x0000,0x0000, /* pad */
  159. 0x0000,0x0000,
  160. /* 0x20 -- start of 82586 CU program */
  161. #define CONF_LINK 0x20
  162. 0x0000,Cmd_Config,
  163. 0x0032, /* link to next command */
  164. 0x080c, /* 12 bytes follow : fifo threshold=8 */
  165. 0x2e40, /* don't rx bad frames
  166. * SRDY/ARDY => ext. sync. : preamble len=8
  167. * take addresses from data buffers
  168. * 6 bytes/address
  169. */
  170. 0x6000, /* default backoff method & priority
  171. * interframe spacing = 0x60 */
  172. 0xf200, /* slot time=0x200
  173. * max collision retry = 0xf */
  174. #define CONF_PROMISC 0x2e
  175. 0x0000, /* no HDLC : normal CRC : enable broadcast
  176. * disable promiscuous/multicast modes */
  177. 0x003c, /* minimum frame length = 60 octets) */
  178. 0x0000,Cmd_SetAddr,
  179. 0x003e, /* link to next command */
  180. #define CONF_HWADDR 0x38
  181. 0x0000,0x0000,0x0000, /* hardware address placed here */
  182. 0x0000,Cmd_MCast,
  183. 0x0076, /* link to next command */
  184. #define CONF_NR_MULTICAST 0x44
  185. 0x0000, /* number of multicast addresses */
  186. #define CONF_MULTICAST 0x46
  187. 0x0000, 0x0000, 0x0000, /* some addresses */
  188. 0x0000, 0x0000, 0x0000,
  189. 0x0000, 0x0000, 0x0000,
  190. 0x0000, 0x0000, 0x0000,
  191. 0x0000, 0x0000, 0x0000,
  192. 0x0000, 0x0000, 0x0000,
  193. 0x0000, 0x0000, 0x0000,
  194. 0x0000, 0x0000, 0x0000,
  195. #define CONF_DIAG_RESULT 0x76
  196. 0x0000, Cmd_Diag,
  197. 0x007c, /* link to next command */
  198. 0x0000,Cmd_TDR|Cmd_INT,
  199. 0x0084,
  200. #define CONF_TDR_RESULT 0x82
  201. 0x0000,
  202. 0x0000,Cmd_END|Cmd_Nop, /* end of configure sequence */
  203. 0x0084 /* dummy link */
  204. };
  205. /* maps irq number to EtherExpress magic value */
  206. static char irqrmap[] = { 0,0,1,2,3,4,0,0,0,1,5,6,0,0,0,0 };
  207. #ifdef CONFIG_MCA_LEGACY
  208. /* mapping of the first four bits of the second POS register */
  209. static unsigned short mca_iomap[] = {
  210. 0x270, 0x260, 0x250, 0x240, 0x230, 0x220, 0x210, 0x200,
  211. 0x370, 0x360, 0x350, 0x340, 0x330, 0x320, 0x310, 0x300
  212. };
  213. /* bits 5-7 of the second POS register */
  214. static char mca_irqmap[] = { 12, 9, 3, 4, 5, 10, 11, 15 };
  215. #endif
  216. /*
  217. * Prototypes for Linux interface
  218. */
  219. static int eexp_open(struct net_device *dev);
  220. static int eexp_close(struct net_device *dev);
  221. static void eexp_timeout(struct net_device *dev);
  222. static int eexp_xmit(struct sk_buff *buf, struct net_device *dev);
  223. static irqreturn_t eexp_irq(int irq, void *dev_addr);
  224. static void eexp_set_multicast(struct net_device *dev);
  225. /*
  226. * Prototypes for hardware access functions
  227. */
  228. static void eexp_hw_rx_pio(struct net_device *dev);
  229. static void eexp_hw_tx_pio(struct net_device *dev, unsigned short *buf,
  230. unsigned short len);
  231. static int eexp_hw_probe(struct net_device *dev,unsigned short ioaddr);
  232. static unsigned short eexp_hw_readeeprom(unsigned short ioaddr,
  233. unsigned char location);
  234. static unsigned short eexp_hw_lasttxstat(struct net_device *dev);
  235. static void eexp_hw_txrestart(struct net_device *dev);
  236. static void eexp_hw_txinit (struct net_device *dev);
  237. static void eexp_hw_rxinit (struct net_device *dev);
  238. static void eexp_hw_init586 (struct net_device *dev);
  239. static void eexp_setup_filter (struct net_device *dev);
  240. static char *eexp_ifmap[]={"AUI", "BNC", "RJ45"};
  241. enum eexp_iftype {AUI=0, BNC=1, TPE=2};
  242. #define STARTED_RU 2
  243. #define STARTED_CU 1
  244. /*
  245. * Primitive hardware access functions.
  246. */
  247. static inline unsigned short scb_status(struct net_device *dev)
  248. {
  249. return inw(dev->base_addr + 0xc008);
  250. }
  251. static inline unsigned short scb_rdcmd(struct net_device *dev)
  252. {
  253. return inw(dev->base_addr + 0xc00a);
  254. }
  255. static inline void scb_command(struct net_device *dev, unsigned short cmd)
  256. {
  257. outw(cmd, dev->base_addr + 0xc00a);
  258. }
  259. static inline void scb_wrcbl(struct net_device *dev, unsigned short val)
  260. {
  261. outw(val, dev->base_addr + 0xc00c);
  262. }
  263. static inline void scb_wrrfa(struct net_device *dev, unsigned short val)
  264. {
  265. outw(val, dev->base_addr + 0xc00e);
  266. }
  267. static inline void set_loopback(struct net_device *dev)
  268. {
  269. outb(inb(dev->base_addr + Config) | 2, dev->base_addr + Config);
  270. }
  271. static inline void clear_loopback(struct net_device *dev)
  272. {
  273. outb(inb(dev->base_addr + Config) & ~2, dev->base_addr + Config);
  274. }
  275. static inline unsigned short int SHADOW(short int addr)
  276. {
  277. addr &= 0x1f;
  278. if (addr > 0xf) addr += 0x3ff0;
  279. return addr + 0x4000;
  280. }
  281. /*
  282. * Linux interface
  283. */
  284. /*
  285. * checks for presence of EtherExpress card
  286. */
  287. static int __init do_express_probe(struct net_device *dev)
  288. {
  289. unsigned short *port;
  290. static unsigned short ports[] = { 0x240,0x300,0x310,0x270,0x320,0x340,0 };
  291. unsigned short ioaddr = dev->base_addr;
  292. int dev_irq = dev->irq;
  293. int err;
  294. dev->if_port = 0xff; /* not set */
  295. #ifdef CONFIG_MCA_LEGACY
  296. if (MCA_bus) {
  297. int slot = 0;
  298. /*
  299. * Only find one card at a time. Subsequent calls
  300. * will find others, however, proper multicard MCA
  301. * probing and setup can't be done with the
  302. * old-style Space.c init routines. -- ASF
  303. */
  304. while (slot != MCA_NOTFOUND) {
  305. int pos0, pos1;
  306. slot = mca_find_unused_adapter(0x628B, slot);
  307. if (slot == MCA_NOTFOUND)
  308. break;
  309. pos0 = mca_read_stored_pos(slot, 2);
  310. pos1 = mca_read_stored_pos(slot, 3);
  311. ioaddr = mca_iomap[pos1&0xf];
  312. dev->irq = mca_irqmap[(pos1>>4)&0x7];
  313. /*
  314. * XXX: Transciever selection is done
  315. * differently on the MCA version.
  316. * How to get it to select something
  317. * other than external/AUI is currently
  318. * unknown. This code is just for looks. -- ASF
  319. */
  320. if ((pos0 & 0x7) == 0x1)
  321. dev->if_port = AUI;
  322. else if ((pos0 & 0x7) == 0x5) {
  323. if (pos1 & 0x80)
  324. dev->if_port = BNC;
  325. else
  326. dev->if_port = TPE;
  327. }
  328. mca_set_adapter_name(slot, "Intel EtherExpress 16 MCA");
  329. mca_set_adapter_procfn(slot, NULL, dev);
  330. mca_mark_as_used(slot);
  331. break;
  332. }
  333. }
  334. #endif
  335. if (ioaddr&0xfe00) {
  336. if (!request_region(ioaddr, EEXP_IO_EXTENT, "EtherExpress"))
  337. return -EBUSY;
  338. err = eexp_hw_probe(dev,ioaddr);
  339. release_region(ioaddr, EEXP_IO_EXTENT);
  340. return err;
  341. } else if (ioaddr)
  342. return -ENXIO;
  343. for (port=&ports[0] ; *port ; port++ )
  344. {
  345. unsigned short sum = 0;
  346. int i;
  347. if (!request_region(*port, EEXP_IO_EXTENT, "EtherExpress"))
  348. continue;
  349. for ( i=0 ; i<4 ; i++ )
  350. {
  351. unsigned short t;
  352. t = inb(*port + ID_PORT);
  353. sum |= (t>>4) << ((t & 0x03)<<2);
  354. }
  355. if (sum==0xbaba && !eexp_hw_probe(dev,*port)) {
  356. release_region(*port, EEXP_IO_EXTENT);
  357. return 0;
  358. }
  359. release_region(*port, EEXP_IO_EXTENT);
  360. dev->irq = dev_irq;
  361. }
  362. return -ENODEV;
  363. }
  364. #ifndef MODULE
  365. struct net_device * __init express_probe(int unit)
  366. {
  367. struct net_device *dev = alloc_etherdev(sizeof(struct net_local));
  368. int err;
  369. if (!dev)
  370. return ERR_PTR(-ENOMEM);
  371. sprintf(dev->name, "eth%d", unit);
  372. netdev_boot_setup_check(dev);
  373. err = do_express_probe(dev);
  374. if (!err)
  375. return dev;
  376. free_netdev(dev);
  377. return ERR_PTR(err);
  378. }
  379. #endif
  380. /*
  381. * open and initialize the adapter, ready for use
  382. */
  383. static int eexp_open(struct net_device *dev)
  384. {
  385. int ret;
  386. unsigned short ioaddr = dev->base_addr;
  387. struct net_local *lp = netdev_priv(dev);
  388. #if NET_DEBUG > 6
  389. printk(KERN_DEBUG "%s: eexp_open()\n", dev->name);
  390. #endif
  391. if (!dev->irq || !irqrmap[dev->irq])
  392. return -ENXIO;
  393. ret = request_irq(dev->irq,&eexp_irq,0,dev->name,dev);
  394. if (ret) return ret;
  395. if (!request_region(ioaddr, EEXP_IO_EXTENT, "EtherExpress")) {
  396. printk(KERN_WARNING "EtherExpress io port %x, is busy.\n"
  397. , ioaddr);
  398. goto err_out1;
  399. }
  400. if (!request_region(ioaddr+0x4000, EEXP_IO_EXTENT, "EtherExpress shadow")) {
  401. printk(KERN_WARNING "EtherExpress io port %x, is busy.\n"
  402. , ioaddr+0x4000);
  403. goto err_out2;
  404. }
  405. if (!request_region(ioaddr+0x8000, EEXP_IO_EXTENT, "EtherExpress shadow")) {
  406. printk(KERN_WARNING "EtherExpress io port %x, is busy.\n"
  407. , ioaddr+0x8000);
  408. goto err_out3;
  409. }
  410. if (!request_region(ioaddr+0xc000, EEXP_IO_EXTENT, "EtherExpress shadow")) {
  411. printk(KERN_WARNING "EtherExpress io port %x, is busy.\n"
  412. , ioaddr+0xc000);
  413. goto err_out4;
  414. }
  415. if (lp->width) {
  416. printk("%s: forcing ASIC to 8-bit mode\n", dev->name);
  417. outb(inb(dev->base_addr+Config)&~4, dev->base_addr+Config);
  418. }
  419. eexp_hw_init586(dev);
  420. netif_start_queue(dev);
  421. #if NET_DEBUG > 6
  422. printk(KERN_DEBUG "%s: leaving eexp_open()\n", dev->name);
  423. #endif
  424. return 0;
  425. err_out4:
  426. release_region(ioaddr+0x8000, EEXP_IO_EXTENT);
  427. err_out3:
  428. release_region(ioaddr+0x4000, EEXP_IO_EXTENT);
  429. err_out2:
  430. release_region(ioaddr, EEXP_IO_EXTENT);
  431. err_out1:
  432. free_irq(dev->irq, dev);
  433. return -EBUSY;
  434. }
  435. /*
  436. * close and disable the interface, leaving the 586 in reset.
  437. */
  438. static int eexp_close(struct net_device *dev)
  439. {
  440. unsigned short ioaddr = dev->base_addr;
  441. struct net_local *lp = netdev_priv(dev);
  442. int irq = dev->irq;
  443. netif_stop_queue(dev);
  444. outb(SIRQ_dis|irqrmap[irq],ioaddr+SET_IRQ);
  445. lp->started = 0;
  446. scb_command(dev, SCB_CUsuspend|SCB_RUsuspend);
  447. outb(0,ioaddr+SIGNAL_CA);
  448. free_irq(irq,dev);
  449. outb(i586_RST,ioaddr+EEPROM_Ctrl);
  450. release_region(ioaddr, EEXP_IO_EXTENT);
  451. release_region(ioaddr+0x4000, 16);
  452. release_region(ioaddr+0x8000, 16);
  453. release_region(ioaddr+0xc000, 16);
  454. return 0;
  455. }
  456. /*
  457. * This gets called when a higher level thinks we are broken. Check that
  458. * nothing has become jammed in the CU.
  459. */
  460. static void unstick_cu(struct net_device *dev)
  461. {
  462. struct net_local *lp = netdev_priv(dev);
  463. unsigned short ioaddr = dev->base_addr;
  464. if (lp->started)
  465. {
  466. if (time_after(jiffies, dev->trans_start + 50))
  467. {
  468. if (lp->tx_link==lp->last_tx_restart)
  469. {
  470. unsigned short boguscount=200,rsst;
  471. printk(KERN_WARNING "%s: Retransmit timed out, status %04x, resetting...\n",
  472. dev->name, scb_status(dev));
  473. eexp_hw_txinit(dev);
  474. lp->last_tx_restart = 0;
  475. scb_wrcbl(dev, lp->tx_link);
  476. scb_command(dev, SCB_CUstart);
  477. outb(0,ioaddr+SIGNAL_CA);
  478. while (!SCB_complete(rsst=scb_status(dev)))
  479. {
  480. if (!--boguscount)
  481. {
  482. boguscount=200;
  483. printk(KERN_WARNING "%s: Reset timed out status %04x, retrying...\n",
  484. dev->name,rsst);
  485. scb_wrcbl(dev, lp->tx_link);
  486. scb_command(dev, SCB_CUstart);
  487. outb(0,ioaddr+SIGNAL_CA);
  488. }
  489. }
  490. netif_wake_queue(dev);
  491. }
  492. else
  493. {
  494. unsigned short status = scb_status(dev);
  495. if (SCB_CUdead(status))
  496. {
  497. unsigned short txstatus = eexp_hw_lasttxstat(dev);
  498. printk(KERN_WARNING "%s: Transmit timed out, CU not active status %04x %04x, restarting...\n",
  499. dev->name, status, txstatus);
  500. eexp_hw_txrestart(dev);
  501. }
  502. else
  503. {
  504. unsigned short txstatus = eexp_hw_lasttxstat(dev);
  505. if (netif_queue_stopped(dev) && !txstatus)
  506. {
  507. printk(KERN_WARNING "%s: CU wedged, status %04x %04x, resetting...\n",
  508. dev->name,status,txstatus);
  509. eexp_hw_init586(dev);
  510. netif_wake_queue(dev);
  511. }
  512. else
  513. {
  514. printk(KERN_WARNING "%s: transmit timed out\n", dev->name);
  515. }
  516. }
  517. }
  518. }
  519. }
  520. else
  521. {
  522. if (time_after(jiffies, lp->init_time + 10))
  523. {
  524. unsigned short status = scb_status(dev);
  525. printk(KERN_WARNING "%s: i82586 startup timed out, status %04x, resetting...\n",
  526. dev->name, status);
  527. eexp_hw_init586(dev);
  528. netif_wake_queue(dev);
  529. }
  530. }
  531. }
  532. static void eexp_timeout(struct net_device *dev)
  533. {
  534. struct net_local *lp = netdev_priv(dev);
  535. #ifdef CONFIG_SMP
  536. unsigned long flags;
  537. #endif
  538. int status;
  539. disable_irq(dev->irq);
  540. /*
  541. * Best would be to use synchronize_irq(); spin_lock() here
  542. * lets make it work first..
  543. */
  544. #ifdef CONFIG_SMP
  545. spin_lock_irqsave(&lp->lock, flags);
  546. #endif
  547. status = scb_status(dev);
  548. unstick_cu(dev);
  549. printk(KERN_INFO "%s: transmit timed out, %s?\n", dev->name,
  550. (SCB_complete(status)?"lost interrupt":
  551. "board on fire"));
  552. dev->stats.tx_errors++;
  553. lp->last_tx = jiffies;
  554. if (!SCB_complete(status)) {
  555. scb_command(dev, SCB_CUabort);
  556. outb(0,dev->base_addr+SIGNAL_CA);
  557. }
  558. netif_wake_queue(dev);
  559. #ifdef CONFIG_SMP
  560. spin_unlock_irqrestore(&lp->lock, flags);
  561. #endif
  562. }
  563. /*
  564. * Called to transmit a packet, or to allow us to right ourselves
  565. * if the kernel thinks we've died.
  566. */
  567. static int eexp_xmit(struct sk_buff *buf, struct net_device *dev)
  568. {
  569. struct net_local *lp = netdev_priv(dev);
  570. short length = buf->len;
  571. #ifdef CONFIG_SMP
  572. unsigned long flags;
  573. #endif
  574. #if NET_DEBUG > 6
  575. printk(KERN_DEBUG "%s: eexp_xmit()\n", dev->name);
  576. #endif
  577. if (buf->len < ETH_ZLEN) {
  578. if (skb_padto(buf, ETH_ZLEN))
  579. return 0;
  580. length = ETH_ZLEN;
  581. }
  582. disable_irq(dev->irq);
  583. /*
  584. * Best would be to use synchronize_irq(); spin_lock() here
  585. * lets make it work first..
  586. */
  587. #ifdef CONFIG_SMP
  588. spin_lock_irqsave(&lp->lock, flags);
  589. #endif
  590. {
  591. unsigned short *data = (unsigned short *)buf->data;
  592. dev->stats.tx_bytes += length;
  593. eexp_hw_tx_pio(dev,data,length);
  594. }
  595. dev_kfree_skb(buf);
  596. #ifdef CONFIG_SMP
  597. spin_unlock_irqrestore(&lp->lock, flags);
  598. #endif
  599. enable_irq(dev->irq);
  600. return 0;
  601. }
  602. /*
  603. * Handle an EtherExpress interrupt
  604. * If we've finished initializing, start the RU and CU up.
  605. * If we've already started, reap tx buffers, handle any received packets,
  606. * check to make sure we've not become wedged.
  607. */
  608. static unsigned short eexp_start_irq(struct net_device *dev,
  609. unsigned short status)
  610. {
  611. unsigned short ack_cmd = SCB_ack(status);
  612. struct net_local *lp = netdev_priv(dev);
  613. unsigned short ioaddr = dev->base_addr;
  614. if ((dev->flags & IFF_UP) && !(lp->started & STARTED_CU)) {
  615. short diag_status, tdr_status;
  616. while (SCB_CUstat(status)==2)
  617. status = scb_status(dev);
  618. #if NET_DEBUG > 4
  619. printk("%s: CU went non-active (status %04x)\n",
  620. dev->name, status);
  621. #endif
  622. outw(CONF_DIAG_RESULT & ~31, ioaddr + SM_PTR);
  623. diag_status = inw(ioaddr + SHADOW(CONF_DIAG_RESULT));
  624. if (diag_status & 1<<11) {
  625. printk(KERN_WARNING "%s: 82586 failed self-test\n",
  626. dev->name);
  627. } else if (!(diag_status & 1<<13)) {
  628. printk(KERN_WARNING "%s: 82586 self-test failed to complete\n", dev->name);
  629. }
  630. outw(CONF_TDR_RESULT & ~31, ioaddr + SM_PTR);
  631. tdr_status = inw(ioaddr + SHADOW(CONF_TDR_RESULT));
  632. if (tdr_status & (TDR_SHORT|TDR_OPEN)) {
  633. printk(KERN_WARNING "%s: TDR reports cable %s at %d tick%s\n", dev->name, (tdr_status & TDR_SHORT)?"short":"broken", tdr_status & TDR_TIME, ((tdr_status & TDR_TIME) != 1) ? "s" : "");
  634. }
  635. else if (tdr_status & TDR_XCVRPROBLEM) {
  636. printk(KERN_WARNING "%s: TDR reports transceiver problem\n", dev->name);
  637. }
  638. else if (tdr_status & TDR_LINKOK) {
  639. #if NET_DEBUG > 4
  640. printk(KERN_DEBUG "%s: TDR reports link OK\n", dev->name);
  641. #endif
  642. } else {
  643. printk("%s: TDR is ga-ga (status %04x)\n", dev->name,
  644. tdr_status);
  645. }
  646. lp->started |= STARTED_CU;
  647. scb_wrcbl(dev, lp->tx_link);
  648. /* if the RU isn't running, start it now */
  649. if (!(lp->started & STARTED_RU)) {
  650. ack_cmd |= SCB_RUstart;
  651. scb_wrrfa(dev, lp->rx_buf_start);
  652. lp->rx_ptr = lp->rx_buf_start;
  653. lp->started |= STARTED_RU;
  654. }
  655. ack_cmd |= SCB_CUstart | 0x2000;
  656. }
  657. if ((dev->flags & IFF_UP) && !(lp->started & STARTED_RU) && SCB_RUstat(status)==4)
  658. lp->started|=STARTED_RU;
  659. return ack_cmd;
  660. }
  661. static void eexp_cmd_clear(struct net_device *dev)
  662. {
  663. unsigned long int oldtime = jiffies;
  664. while (scb_rdcmd(dev) && (time_before(jiffies, oldtime + 10)));
  665. if (scb_rdcmd(dev)) {
  666. printk("%s: command didn't clear\n", dev->name);
  667. }
  668. }
  669. static irqreturn_t eexp_irq(int irq, void *dev_info)
  670. {
  671. struct net_device *dev = dev_info;
  672. struct net_local *lp;
  673. unsigned short ioaddr,status,ack_cmd;
  674. unsigned short old_read_ptr, old_write_ptr;
  675. lp = netdev_priv(dev);
  676. ioaddr = dev->base_addr;
  677. spin_lock(&lp->lock);
  678. old_read_ptr = inw(ioaddr+READ_PTR);
  679. old_write_ptr = inw(ioaddr+WRITE_PTR);
  680. outb(SIRQ_dis|irqrmap[irq],ioaddr+SET_IRQ);
  681. status = scb_status(dev);
  682. #if NET_DEBUG > 4
  683. printk(KERN_DEBUG "%s: interrupt (status %x)\n", dev->name, status);
  684. #endif
  685. if (lp->started == (STARTED_CU | STARTED_RU)) {
  686. do {
  687. eexp_cmd_clear(dev);
  688. ack_cmd = SCB_ack(status);
  689. scb_command(dev, ack_cmd);
  690. outb(0,ioaddr+SIGNAL_CA);
  691. eexp_cmd_clear(dev);
  692. if (SCB_complete(status)) {
  693. if (!eexp_hw_lasttxstat(dev)) {
  694. printk("%s: tx interrupt but no status\n", dev->name);
  695. }
  696. }
  697. if (SCB_rxdframe(status))
  698. eexp_hw_rx_pio(dev);
  699. status = scb_status(dev);
  700. } while (status & 0xc000);
  701. if (SCB_RUdead(status))
  702. {
  703. printk(KERN_WARNING "%s: RU stopped: status %04x\n",
  704. dev->name,status);
  705. #if 0
  706. printk(KERN_WARNING "%s: cur_rfd=%04x, cur_rbd=%04x\n", dev->name, lp->cur_rfd, lp->cur_rbd);
  707. outw(lp->cur_rfd, ioaddr+READ_PTR);
  708. printk(KERN_WARNING "%s: [%04x]\n", dev->name, inw(ioaddr+DATAPORT));
  709. outw(lp->cur_rfd+6, ioaddr+READ_PTR);
  710. printk(KERN_WARNING "%s: rbd is %04x\n", dev->name, rbd= inw(ioaddr+DATAPORT));
  711. outw(rbd, ioaddr+READ_PTR);
  712. printk(KERN_WARNING "%s: [%04x %04x] ", dev->name, inw(ioaddr+DATAPORT), inw(ioaddr+DATAPORT));
  713. outw(rbd+8, ioaddr+READ_PTR);
  714. printk("[%04x]\n", inw(ioaddr+DATAPORT));
  715. #endif
  716. dev->stats.rx_errors++;
  717. #if 1
  718. eexp_hw_rxinit(dev);
  719. #else
  720. lp->cur_rfd = lp->first_rfd;
  721. #endif
  722. scb_wrrfa(dev, lp->rx_buf_start);
  723. scb_command(dev, SCB_RUstart);
  724. outb(0,ioaddr+SIGNAL_CA);
  725. }
  726. } else {
  727. if (status & 0x8000)
  728. ack_cmd = eexp_start_irq(dev, status);
  729. else
  730. ack_cmd = SCB_ack(status);
  731. scb_command(dev, ack_cmd);
  732. outb(0,ioaddr+SIGNAL_CA);
  733. }
  734. eexp_cmd_clear(dev);
  735. outb(SIRQ_en|irqrmap[irq],ioaddr+SET_IRQ);
  736. #if NET_DEBUG > 6
  737. printk("%s: leaving eexp_irq()\n", dev->name);
  738. #endif
  739. outw(old_read_ptr, ioaddr+READ_PTR);
  740. outw(old_write_ptr, ioaddr+WRITE_PTR);
  741. spin_unlock(&lp->lock);
  742. return IRQ_HANDLED;
  743. }
  744. /*
  745. * Hardware access functions
  746. */
  747. /*
  748. * Set the cable type to use.
  749. */
  750. static void eexp_hw_set_interface(struct net_device *dev)
  751. {
  752. unsigned char oldval = inb(dev->base_addr + 0x300e);
  753. oldval &= ~0x82;
  754. switch (dev->if_port) {
  755. case TPE:
  756. oldval |= 0x2;
  757. case BNC:
  758. oldval |= 0x80;
  759. break;
  760. }
  761. outb(oldval, dev->base_addr+0x300e);
  762. mdelay(20);
  763. }
  764. /*
  765. * Check all the receive buffers, and hand any received packets
  766. * to the upper levels. Basic sanity check on each frame
  767. * descriptor, though we don't bother trying to fix broken ones.
  768. */
  769. static void eexp_hw_rx_pio(struct net_device *dev)
  770. {
  771. struct net_local *lp = netdev_priv(dev);
  772. unsigned short rx_block = lp->rx_ptr;
  773. unsigned short boguscount = lp->num_rx_bufs;
  774. unsigned short ioaddr = dev->base_addr;
  775. unsigned short status;
  776. #if NET_DEBUG > 6
  777. printk(KERN_DEBUG "%s: eexp_hw_rx()\n", dev->name);
  778. #endif
  779. do {
  780. unsigned short rfd_cmd, rx_next, pbuf, pkt_len;
  781. outw(rx_block, ioaddr + READ_PTR);
  782. status = inw(ioaddr + DATAPORT);
  783. if (FD_Done(status))
  784. {
  785. rfd_cmd = inw(ioaddr + DATAPORT);
  786. rx_next = inw(ioaddr + DATAPORT);
  787. pbuf = inw(ioaddr + DATAPORT);
  788. outw(pbuf, ioaddr + READ_PTR);
  789. pkt_len = inw(ioaddr + DATAPORT);
  790. if (rfd_cmd!=0x0000)
  791. {
  792. printk(KERN_WARNING "%s: rfd_cmd not zero:0x%04x\n",
  793. dev->name, rfd_cmd);
  794. continue;
  795. }
  796. else if (pbuf!=rx_block+0x16)
  797. {
  798. printk(KERN_WARNING "%s: rfd and rbd out of sync 0x%04x 0x%04x\n",
  799. dev->name, rx_block+0x16, pbuf);
  800. continue;
  801. }
  802. else if ((pkt_len & 0xc000)!=0xc000)
  803. {
  804. printk(KERN_WARNING "%s: EOF or F not set on received buffer (%04x)\n",
  805. dev->name, pkt_len & 0xc000);
  806. continue;
  807. }
  808. else if (!FD_OK(status))
  809. {
  810. dev->stats.rx_errors++;
  811. if (FD_CRC(status))
  812. dev->stats.rx_crc_errors++;
  813. if (FD_Align(status))
  814. dev->stats.rx_frame_errors++;
  815. if (FD_Resrc(status))
  816. dev->stats.rx_fifo_errors++;
  817. if (FD_DMA(status))
  818. dev->stats.rx_over_errors++;
  819. if (FD_Short(status))
  820. dev->stats.rx_length_errors++;
  821. }
  822. else
  823. {
  824. struct sk_buff *skb;
  825. pkt_len &= 0x3fff;
  826. skb = dev_alloc_skb(pkt_len+16);
  827. if (skb == NULL)
  828. {
  829. printk(KERN_WARNING "%s: Memory squeeze, dropping packet\n",dev->name);
  830. dev->stats.rx_dropped++;
  831. break;
  832. }
  833. skb_reserve(skb, 2);
  834. outw(pbuf+10, ioaddr+READ_PTR);
  835. insw(ioaddr+DATAPORT, skb_put(skb,pkt_len),(pkt_len+1)>>1);
  836. skb->protocol = eth_type_trans(skb,dev);
  837. netif_rx(skb);
  838. dev->last_rx = jiffies;
  839. dev->stats.rx_packets++;
  840. dev->stats.rx_bytes += pkt_len;
  841. }
  842. outw(rx_block, ioaddr+WRITE_PTR);
  843. outw(0, ioaddr+DATAPORT);
  844. outw(0, ioaddr+DATAPORT);
  845. rx_block = rx_next;
  846. }
  847. } while (FD_Done(status) && boguscount--);
  848. lp->rx_ptr = rx_block;
  849. }
  850. /*
  851. * Hand a packet to the card for transmission
  852. * If we get here, we MUST have already checked
  853. * to make sure there is room in the transmit
  854. * buffer region.
  855. */
  856. static void eexp_hw_tx_pio(struct net_device *dev, unsigned short *buf,
  857. unsigned short len)
  858. {
  859. struct net_local *lp = netdev_priv(dev);
  860. unsigned short ioaddr = dev->base_addr;
  861. if (LOCKUP16 || lp->width) {
  862. /* Stop the CU so that there is no chance that it
  863. jumps off to a bogus address while we are writing the
  864. pointer to the next transmit packet in 8-bit mode --
  865. this eliminates the "CU wedged" errors in 8-bit mode.
  866. (Zoltan Szilagyi 10-12-96) */
  867. scb_command(dev, SCB_CUsuspend);
  868. outw(0xFFFF, ioaddr+SIGNAL_CA);
  869. }
  870. outw(lp->tx_head, ioaddr + WRITE_PTR);
  871. outw(0x0000, ioaddr + DATAPORT);
  872. outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
  873. outw(lp->tx_head+0x08, ioaddr + DATAPORT);
  874. outw(lp->tx_head+0x0e, ioaddr + DATAPORT);
  875. outw(0x0000, ioaddr + DATAPORT);
  876. outw(0x0000, ioaddr + DATAPORT);
  877. outw(lp->tx_head+0x08, ioaddr + DATAPORT);
  878. outw(0x8000|len, ioaddr + DATAPORT);
  879. outw(-1, ioaddr + DATAPORT);
  880. outw(lp->tx_head+0x16, ioaddr + DATAPORT);
  881. outw(0, ioaddr + DATAPORT);
  882. outsw(ioaddr + DATAPORT, buf, (len+1)>>1);
  883. outw(lp->tx_tail+0xc, ioaddr + WRITE_PTR);
  884. outw(lp->tx_head, ioaddr + DATAPORT);
  885. dev->trans_start = jiffies;
  886. lp->tx_tail = lp->tx_head;
  887. if (lp->tx_head==TX_BUF_START+((lp->num_tx_bufs-1)*TX_BUF_SIZE))
  888. lp->tx_head = TX_BUF_START;
  889. else
  890. lp->tx_head += TX_BUF_SIZE;
  891. if (lp->tx_head != lp->tx_reap)
  892. netif_wake_queue(dev);
  893. if (LOCKUP16 || lp->width) {
  894. /* Restart the CU so that the packet can actually
  895. be transmitted. (Zoltan Szilagyi 10-12-96) */
  896. scb_command(dev, SCB_CUresume);
  897. outw(0xFFFF, ioaddr+SIGNAL_CA);
  898. }
  899. dev->stats.tx_packets++;
  900. lp->last_tx = jiffies;
  901. }
  902. /*
  903. * Sanity check the suspected EtherExpress card
  904. * Read hardware address, reset card, size memory and initialize buffer
  905. * memory pointers. These are held in dev->priv, in case someone has more
  906. * than one card in a machine.
  907. */
  908. static int __init eexp_hw_probe(struct net_device *dev, unsigned short ioaddr)
  909. {
  910. unsigned short hw_addr[3];
  911. unsigned char buswidth;
  912. unsigned int memory_size;
  913. int i;
  914. unsigned short xsum = 0;
  915. struct net_local *lp = netdev_priv(dev);
  916. printk("%s: EtherExpress 16 at %#x ",dev->name,ioaddr);
  917. outb(ASIC_RST, ioaddr+EEPROM_Ctrl);
  918. outb(0, ioaddr+EEPROM_Ctrl);
  919. udelay(500);
  920. outb(i586_RST, ioaddr+EEPROM_Ctrl);
  921. hw_addr[0] = eexp_hw_readeeprom(ioaddr,2);
  922. hw_addr[1] = eexp_hw_readeeprom(ioaddr,3);
  923. hw_addr[2] = eexp_hw_readeeprom(ioaddr,4);
  924. /* Standard Address or Compaq LTE Address */
  925. if (!((hw_addr[2]==0x00aa && ((hw_addr[1] & 0xff00)==0x0000)) ||
  926. (hw_addr[2]==0x0080 && ((hw_addr[1] & 0xff00)==0x5F00))))
  927. {
  928. printk(" rejected: invalid address %04x%04x%04x\n",
  929. hw_addr[2],hw_addr[1],hw_addr[0]);
  930. return -ENODEV;
  931. }
  932. /* Calculate the EEPROM checksum. Carry on anyway if it's bad,
  933. * though.
  934. */
  935. for (i = 0; i < 64; i++)
  936. xsum += eexp_hw_readeeprom(ioaddr, i);
  937. if (xsum != 0xbaba)
  938. printk(" (bad EEPROM xsum 0x%02x)", xsum);
  939. dev->base_addr = ioaddr;
  940. for ( i=0 ; i<6 ; i++ )
  941. dev->dev_addr[i] = ((unsigned char *)hw_addr)[5-i];
  942. {
  943. static char irqmap[]={0, 9, 3, 4, 5, 10, 11, 0};
  944. unsigned short setupval = eexp_hw_readeeprom(ioaddr,0);
  945. /* Use the IRQ from EEPROM if none was given */
  946. if (!dev->irq)
  947. dev->irq = irqmap[setupval>>13];
  948. if (dev->if_port == 0xff) {
  949. dev->if_port = !(setupval & 0x1000) ? AUI :
  950. eexp_hw_readeeprom(ioaddr,5) & 0x1 ? TPE : BNC;
  951. }
  952. buswidth = !((setupval & 0x400) >> 10);
  953. }
  954. memset(lp, 0, sizeof(struct net_local));
  955. spin_lock_init(&lp->lock);
  956. printk("(IRQ %d, %s connector, %d-bit bus", dev->irq,
  957. eexp_ifmap[dev->if_port], buswidth?8:16);
  958. if (!request_region(dev->base_addr + 0x300e, 1, "EtherExpress"))
  959. return -EBUSY;
  960. eexp_hw_set_interface(dev);
  961. release_region(dev->base_addr + 0x300e, 1);
  962. /* Find out how much RAM we have on the card */
  963. outw(0, dev->base_addr + WRITE_PTR);
  964. for (i = 0; i < 32768; i++)
  965. outw(0, dev->base_addr + DATAPORT);
  966. for (memory_size = 0; memory_size < 64; memory_size++)
  967. {
  968. outw(memory_size<<10, dev->base_addr + READ_PTR);
  969. if (inw(dev->base_addr+DATAPORT))
  970. break;
  971. outw(memory_size<<10, dev->base_addr + WRITE_PTR);
  972. outw(memory_size | 0x5000, dev->base_addr+DATAPORT);
  973. outw(memory_size<<10, dev->base_addr + READ_PTR);
  974. if (inw(dev->base_addr+DATAPORT) != (memory_size | 0x5000))
  975. break;
  976. }
  977. /* Sort out the number of buffers. We may have 16, 32, 48 or 64k
  978. * of RAM to play with.
  979. */
  980. lp->num_tx_bufs = 4;
  981. lp->rx_buf_end = 0x3ff6;
  982. switch (memory_size)
  983. {
  984. case 64:
  985. lp->rx_buf_end += 0x4000;
  986. case 48:
  987. lp->num_tx_bufs += 4;
  988. lp->rx_buf_end += 0x4000;
  989. case 32:
  990. lp->rx_buf_end += 0x4000;
  991. case 16:
  992. printk(", %dk RAM)\n", memory_size);
  993. break;
  994. default:
  995. printk(") bad memory size (%dk).\n", memory_size);
  996. return -ENODEV;
  997. break;
  998. }
  999. lp->rx_buf_start = TX_BUF_START + (lp->num_tx_bufs*TX_BUF_SIZE);
  1000. lp->width = buswidth;
  1001. dev->open = eexp_open;
  1002. dev->stop = eexp_close;
  1003. dev->hard_start_xmit = eexp_xmit;
  1004. dev->set_multicast_list = &eexp_set_multicast;
  1005. dev->tx_timeout = eexp_timeout;
  1006. dev->watchdog_timeo = 2*HZ;
  1007. return register_netdev(dev);
  1008. }
  1009. /*
  1010. * Read a word from the EtherExpress on-board serial EEPROM.
  1011. * The EEPROM contains 64 words of 16 bits.
  1012. */
  1013. static unsigned short __init eexp_hw_readeeprom(unsigned short ioaddr,
  1014. unsigned char location)
  1015. {
  1016. unsigned short cmd = 0x180|(location&0x7f);
  1017. unsigned short rval = 0,wval = EC_CS|i586_RST;
  1018. int i;
  1019. outb(EC_CS|i586_RST,ioaddr+EEPROM_Ctrl);
  1020. for (i=0x100 ; i ; i>>=1 )
  1021. {
  1022. if (cmd&i)
  1023. wval |= EC_Wr;
  1024. else
  1025. wval &= ~EC_Wr;
  1026. outb(wval,ioaddr+EEPROM_Ctrl);
  1027. outb(wval|EC_Clk,ioaddr+EEPROM_Ctrl);
  1028. eeprom_delay();
  1029. outb(wval,ioaddr+EEPROM_Ctrl);
  1030. eeprom_delay();
  1031. }
  1032. wval &= ~EC_Wr;
  1033. outb(wval,ioaddr+EEPROM_Ctrl);
  1034. for (i=0x8000 ; i ; i>>=1 )
  1035. {
  1036. outb(wval|EC_Clk,ioaddr+EEPROM_Ctrl);
  1037. eeprom_delay();
  1038. if (inb(ioaddr+EEPROM_Ctrl)&EC_Rd)
  1039. rval |= i;
  1040. outb(wval,ioaddr+EEPROM_Ctrl);
  1041. eeprom_delay();
  1042. }
  1043. wval &= ~EC_CS;
  1044. outb(wval|EC_Clk,ioaddr+EEPROM_Ctrl);
  1045. eeprom_delay();
  1046. outb(wval,ioaddr+EEPROM_Ctrl);
  1047. eeprom_delay();
  1048. return rval;
  1049. }
  1050. /*
  1051. * Reap tx buffers and return last transmit status.
  1052. * if ==0 then either:
  1053. * a) we're not transmitting anything, so why are we here?
  1054. * b) we've died.
  1055. * otherwise, Stat_Busy(return) means we've still got some packets
  1056. * to transmit, Stat_Done(return) means our buffers should be empty
  1057. * again
  1058. */
  1059. static unsigned short eexp_hw_lasttxstat(struct net_device *dev)
  1060. {
  1061. struct net_local *lp = netdev_priv(dev);
  1062. unsigned short tx_block = lp->tx_reap;
  1063. unsigned short status;
  1064. if (!netif_queue_stopped(dev) && lp->tx_head==lp->tx_reap)
  1065. return 0x0000;
  1066. do
  1067. {
  1068. outw(tx_block & ~31, dev->base_addr + SM_PTR);
  1069. status = inw(dev->base_addr + SHADOW(tx_block));
  1070. if (!Stat_Done(status))
  1071. {
  1072. lp->tx_link = tx_block;
  1073. return status;
  1074. }
  1075. else
  1076. {
  1077. lp->last_tx_restart = 0;
  1078. dev->stats.collisions += Stat_NoColl(status);
  1079. if (!Stat_OK(status))
  1080. {
  1081. char *whatsup = NULL;
  1082. dev->stats.tx_errors++;
  1083. if (Stat_Abort(status))
  1084. dev->stats.tx_aborted_errors++;
  1085. if (Stat_TNoCar(status)) {
  1086. whatsup = "aborted, no carrier";
  1087. dev->stats.tx_carrier_errors++;
  1088. }
  1089. if (Stat_TNoCTS(status)) {
  1090. whatsup = "aborted, lost CTS";
  1091. dev->stats.tx_carrier_errors++;
  1092. }
  1093. if (Stat_TNoDMA(status)) {
  1094. whatsup = "FIFO underran";
  1095. dev->stats.tx_fifo_errors++;
  1096. }
  1097. if (Stat_TXColl(status)) {
  1098. whatsup = "aborted, too many collisions";
  1099. dev->stats.tx_aborted_errors++;
  1100. }
  1101. if (whatsup)
  1102. printk(KERN_INFO "%s: transmit %s\n",
  1103. dev->name, whatsup);
  1104. }
  1105. else
  1106. dev->stats.tx_packets++;
  1107. }
  1108. if (tx_block == TX_BUF_START+((lp->num_tx_bufs-1)*TX_BUF_SIZE))
  1109. lp->tx_reap = tx_block = TX_BUF_START;
  1110. else
  1111. lp->tx_reap = tx_block += TX_BUF_SIZE;
  1112. netif_wake_queue(dev);
  1113. }
  1114. while (lp->tx_reap != lp->tx_head);
  1115. lp->tx_link = lp->tx_tail + 0x08;
  1116. return status;
  1117. }
  1118. /*
  1119. * This should never happen. It is called when some higher routine detects
  1120. * that the CU has stopped, to try to restart it from the last packet we knew
  1121. * we were working on, or the idle loop if we had finished for the time.
  1122. */
  1123. static void eexp_hw_txrestart(struct net_device *dev)
  1124. {
  1125. struct net_local *lp = netdev_priv(dev);
  1126. unsigned short ioaddr = dev->base_addr;
  1127. lp->last_tx_restart = lp->tx_link;
  1128. scb_wrcbl(dev, lp->tx_link);
  1129. scb_command(dev, SCB_CUstart);
  1130. outb(0,ioaddr+SIGNAL_CA);
  1131. {
  1132. unsigned short boguscount=50,failcount=5;
  1133. while (!scb_status(dev))
  1134. {
  1135. if (!--boguscount)
  1136. {
  1137. if (--failcount)
  1138. {
  1139. printk(KERN_WARNING "%s: CU start timed out, status %04x, cmd %04x\n", dev->name, scb_status(dev), scb_rdcmd(dev));
  1140. scb_wrcbl(dev, lp->tx_link);
  1141. scb_command(dev, SCB_CUstart);
  1142. outb(0,ioaddr+SIGNAL_CA);
  1143. boguscount = 100;
  1144. }
  1145. else
  1146. {
  1147. printk(KERN_WARNING "%s: Failed to restart CU, resetting board...\n",dev->name);
  1148. eexp_hw_init586(dev);
  1149. netif_wake_queue(dev);
  1150. return;
  1151. }
  1152. }
  1153. }
  1154. }
  1155. }
  1156. /*
  1157. * Writes down the list of transmit buffers into card memory. Each
  1158. * entry consists of an 82586 transmit command, followed by a jump
  1159. * pointing to itself. When we want to transmit a packet, we write
  1160. * the data into the appropriate transmit buffer and then modify the
  1161. * preceding jump to point at the new transmit command. This means that
  1162. * the 586 command unit is continuously active.
  1163. */
  1164. static void eexp_hw_txinit(struct net_device *dev)
  1165. {
  1166. struct net_local *lp = netdev_priv(dev);
  1167. unsigned short tx_block = TX_BUF_START;
  1168. unsigned short curtbuf;
  1169. unsigned short ioaddr = dev->base_addr;
  1170. for ( curtbuf=0 ; curtbuf<lp->num_tx_bufs ; curtbuf++ )
  1171. {
  1172. outw(tx_block, ioaddr + WRITE_PTR);
  1173. outw(0x0000, ioaddr + DATAPORT);
  1174. outw(Cmd_INT|Cmd_Xmit, ioaddr + DATAPORT);
  1175. outw(tx_block+0x08, ioaddr + DATAPORT);
  1176. outw(tx_block+0x0e, ioaddr + DATAPORT);
  1177. outw(0x0000, ioaddr + DATAPORT);
  1178. outw(0x0000, ioaddr + DATAPORT);
  1179. outw(tx_block+0x08, ioaddr + DATAPORT);
  1180. outw(0x8000, ioaddr + DATAPORT);
  1181. outw(-1, ioaddr + DATAPORT);
  1182. outw(tx_block+0x16, ioaddr + DATAPORT);
  1183. outw(0x0000, ioaddr + DATAPORT);
  1184. tx_block += TX_BUF_SIZE;
  1185. }
  1186. lp->tx_head = TX_BUF_START;
  1187. lp->tx_reap = TX_BUF_START;
  1188. lp->tx_tail = tx_block - TX_BUF_SIZE;
  1189. lp->tx_link = lp->tx_tail + 0x08;
  1190. lp->rx_buf_start = tx_block;
  1191. }
  1192. /*
  1193. * Write the circular list of receive buffer descriptors to card memory.
  1194. * The end of the list isn't marked, which means that the 82586 receive
  1195. * unit will loop until buffers become available (this avoids it giving us
  1196. * "out of resources" messages).
  1197. */
  1198. static void eexp_hw_rxinit(struct net_device *dev)
  1199. {
  1200. struct net_local *lp = netdev_priv(dev);
  1201. unsigned short rx_block = lp->rx_buf_start;
  1202. unsigned short ioaddr = dev->base_addr;
  1203. lp->num_rx_bufs = 0;
  1204. lp->rx_first = lp->rx_ptr = rx_block;
  1205. do
  1206. {
  1207. lp->num_rx_bufs++;
  1208. outw(rx_block, ioaddr + WRITE_PTR);
  1209. outw(0, ioaddr + DATAPORT); outw(0, ioaddr+DATAPORT);
  1210. outw(rx_block + RX_BUF_SIZE, ioaddr+DATAPORT);
  1211. outw(0xffff, ioaddr+DATAPORT);
  1212. outw(0x0000, ioaddr+DATAPORT);
  1213. outw(0xdead, ioaddr+DATAPORT);
  1214. outw(0xdead, ioaddr+DATAPORT);
  1215. outw(0xdead, ioaddr+DATAPORT);
  1216. outw(0xdead, ioaddr+DATAPORT);
  1217. outw(0xdead, ioaddr+DATAPORT);
  1218. outw(0xdead, ioaddr+DATAPORT);
  1219. outw(0x0000, ioaddr+DATAPORT);
  1220. outw(rx_block + RX_BUF_SIZE + 0x16, ioaddr+DATAPORT);
  1221. outw(rx_block + 0x20, ioaddr+DATAPORT);
  1222. outw(0, ioaddr+DATAPORT);
  1223. outw(RX_BUF_SIZE-0x20, ioaddr+DATAPORT);
  1224. lp->rx_last = rx_block;
  1225. rx_block += RX_BUF_SIZE;
  1226. } while (rx_block <= lp->rx_buf_end-RX_BUF_SIZE);
  1227. /* Make first Rx frame descriptor point to first Rx buffer
  1228. descriptor */
  1229. outw(lp->rx_first + 6, ioaddr+WRITE_PTR);
  1230. outw(lp->rx_first + 0x16, ioaddr+DATAPORT);
  1231. /* Close Rx frame descriptor ring */
  1232. outw(lp->rx_last + 4, ioaddr+WRITE_PTR);
  1233. outw(lp->rx_first, ioaddr+DATAPORT);
  1234. /* Close Rx buffer descriptor ring */
  1235. outw(lp->rx_last + 0x16 + 2, ioaddr+WRITE_PTR);
  1236. outw(lp->rx_first + 0x16, ioaddr+DATAPORT);
  1237. }
  1238. /*
  1239. * Un-reset the 586, and start the configuration sequence. We don't wait for
  1240. * this to finish, but allow the interrupt handler to start the CU and RU for
  1241. * us. We can't start the receive/transmission system up before we know that
  1242. * the hardware is configured correctly.
  1243. */
  1244. static void eexp_hw_init586(struct net_device *dev)
  1245. {
  1246. struct net_local *lp = netdev_priv(dev);
  1247. unsigned short ioaddr = dev->base_addr;
  1248. int i;
  1249. #if NET_DEBUG > 6
  1250. printk("%s: eexp_hw_init586()\n", dev->name);
  1251. #endif
  1252. lp->started = 0;
  1253. set_loopback(dev);
  1254. outb(SIRQ_dis|irqrmap[dev->irq],ioaddr+SET_IRQ);
  1255. /* Download the startup code */
  1256. outw(lp->rx_buf_end & ~31, ioaddr + SM_PTR);
  1257. outw(lp->width?0x0001:0x0000, ioaddr + 0x8006);
  1258. outw(0x0000, ioaddr + 0x8008);
  1259. outw(0x0000, ioaddr + 0x800a);
  1260. outw(0x0000, ioaddr + 0x800c);
  1261. outw(0x0000, ioaddr + 0x800e);
  1262. for (i = 0; i < (sizeof(start_code)); i+=32) {
  1263. int j;
  1264. outw(i, ioaddr + SM_PTR);
  1265. for (j = 0; j < 16; j+=2)
  1266. outw(start_code[(i+j)/2],
  1267. ioaddr+0x4000+j);
  1268. for (j = 0; j < 16; j+=2)
  1269. outw(start_code[(i+j+16)/2],
  1270. ioaddr+0x8000+j);
  1271. }
  1272. /* Do we want promiscuous mode or multicast? */
  1273. outw(CONF_PROMISC & ~31, ioaddr+SM_PTR);
  1274. i = inw(ioaddr+SHADOW(CONF_PROMISC));
  1275. outw((dev->flags & IFF_PROMISC)?(i|1):(i & ~1),
  1276. ioaddr+SHADOW(CONF_PROMISC));
  1277. lp->was_promisc = dev->flags & IFF_PROMISC;
  1278. #if 0
  1279. eexp_setup_filter(dev);
  1280. #endif
  1281. /* Write our hardware address */
  1282. outw(CONF_HWADDR & ~31, ioaddr+SM_PTR);
  1283. outw(((unsigned short *)dev->dev_addr)[0], ioaddr+SHADOW(CONF_HWADDR));
  1284. outw(((unsigned short *)dev->dev_addr)[1],
  1285. ioaddr+SHADOW(CONF_HWADDR+2));
  1286. outw(((unsigned short *)dev->dev_addr)[2],
  1287. ioaddr+SHADOW(CONF_HWADDR+4));
  1288. eexp_hw_txinit(dev);
  1289. eexp_hw_rxinit(dev);
  1290. outb(0,ioaddr+EEPROM_Ctrl);
  1291. mdelay(5);
  1292. scb_command(dev, 0xf000);
  1293. outb(0,ioaddr+SIGNAL_CA);
  1294. outw(0, ioaddr+SM_PTR);
  1295. {
  1296. unsigned short rboguscount=50,rfailcount=5;
  1297. while (inw(ioaddr+0x4000))
  1298. {
  1299. if (!--rboguscount)
  1300. {
  1301. printk(KERN_WARNING "%s: i82586 reset timed out, kicking...\n",
  1302. dev->name);
  1303. scb_command(dev, 0);
  1304. outb(0,ioaddr+SIGNAL_CA);
  1305. rboguscount = 100;
  1306. if (!--rfailcount)
  1307. {
  1308. printk(KERN_WARNING "%s: i82586 not responding, giving up.\n",
  1309. dev->name);
  1310. return;
  1311. }
  1312. }
  1313. }
  1314. }
  1315. scb_wrcbl(dev, CONF_LINK);
  1316. scb_command(dev, 0xf000|SCB_CUstart);
  1317. outb(0,ioaddr+SIGNAL_CA);
  1318. {
  1319. unsigned short iboguscount=50,ifailcount=5;
  1320. while (!scb_status(dev))
  1321. {
  1322. if (!--iboguscount)
  1323. {
  1324. if (--ifailcount)
  1325. {
  1326. printk(KERN_WARNING "%s: i82586 initialization timed out, status %04x, cmd %04x\n",
  1327. dev->name, scb_status(dev), scb_rdcmd(dev));
  1328. scb_wrcbl(dev, CONF_LINK);
  1329. scb_command(dev, 0xf000|SCB_CUstart);
  1330. outb(0,ioaddr+SIGNAL_CA);
  1331. iboguscount = 100;
  1332. }
  1333. else
  1334. {
  1335. printk(KERN_WARNING "%s: Failed to initialize i82586, giving up.\n",dev->name);
  1336. return;
  1337. }
  1338. }
  1339. }
  1340. }
  1341. clear_loopback(dev);
  1342. outb(SIRQ_en|irqrmap[dev->irq],ioaddr+SET_IRQ);
  1343. lp->init_time = jiffies;
  1344. #if NET_DEBUG > 6
  1345. printk("%s: leaving eexp_hw_init586()\n", dev->name);
  1346. #endif
  1347. return;
  1348. }
  1349. static void eexp_setup_filter(struct net_device *dev)
  1350. {
  1351. struct dev_mc_list *dmi = dev->mc_list;
  1352. unsigned short ioaddr = dev->base_addr;
  1353. int count = dev->mc_count;
  1354. int i;
  1355. if (count > 8) {
  1356. printk(KERN_INFO "%s: too many multicast addresses (%d)\n",
  1357. dev->name, count);
  1358. count = 8;
  1359. }
  1360. outw(CONF_NR_MULTICAST & ~31, ioaddr+SM_PTR);
  1361. outw(count, ioaddr+SHADOW(CONF_NR_MULTICAST));
  1362. for (i = 0; i < count; i++) {
  1363. unsigned short *data = (unsigned short *)dmi->dmi_addr;
  1364. if (!dmi) {
  1365. printk(KERN_INFO "%s: too few multicast addresses\n", dev->name);
  1366. break;
  1367. }
  1368. if (dmi->dmi_addrlen != ETH_ALEN) {
  1369. printk(KERN_INFO "%s: invalid multicast address length given.\n", dev->name);
  1370. continue;
  1371. }
  1372. outw((CONF_MULTICAST+(6*i)) & ~31, ioaddr+SM_PTR);
  1373. outw(data[0], ioaddr+SHADOW(CONF_MULTICAST+(6*i)));
  1374. outw((CONF_MULTICAST+(6*i)+2) & ~31, ioaddr+SM_PTR);
  1375. outw(data[1], ioaddr+SHADOW(CONF_MULTICAST+(6*i)+2));
  1376. outw((CONF_MULTICAST+(6*i)+4) & ~31, ioaddr+SM_PTR);
  1377. outw(data[2], ioaddr+SHADOW(CONF_MULTICAST+(6*i)+4));
  1378. }
  1379. }
  1380. /*
  1381. * Set or clear the multicast filter for this adaptor.
  1382. */
  1383. static void
  1384. eexp_set_multicast(struct net_device *dev)
  1385. {
  1386. unsigned short ioaddr = dev->base_addr;
  1387. struct net_local *lp = netdev_priv(dev);
  1388. int kick = 0, i;
  1389. if ((dev->flags & IFF_PROMISC) != lp->was_promisc) {
  1390. outw(CONF_PROMISC & ~31, ioaddr+SM_PTR);
  1391. i = inw(ioaddr+SHADOW(CONF_PROMISC));
  1392. outw((dev->flags & IFF_PROMISC)?(i|1):(i & ~1),
  1393. ioaddr+SHADOW(CONF_PROMISC));
  1394. lp->was_promisc = dev->flags & IFF_PROMISC;
  1395. kick = 1;
  1396. }
  1397. if (!(dev->flags & IFF_PROMISC)) {
  1398. eexp_setup_filter(dev);
  1399. if (lp->old_mc_count != dev->mc_count) {
  1400. kick = 1;
  1401. lp->old_mc_count = dev->mc_count;
  1402. }
  1403. }
  1404. if (kick) {
  1405. unsigned long oj;
  1406. scb_command(dev, SCB_CUsuspend);
  1407. outb(0, ioaddr+SIGNAL_CA);
  1408. outb(0, ioaddr+SIGNAL_CA);
  1409. #if 0
  1410. printk("%s: waiting for CU to go suspended\n", dev->name);
  1411. #endif
  1412. oj = jiffies;
  1413. while ((SCB_CUstat(scb_status(dev)) == 2) &&
  1414. (time_before(jiffies, oj + 2000)));
  1415. if (SCB_CUstat(scb_status(dev)) == 2)
  1416. printk("%s: warning, CU didn't stop\n", dev->name);
  1417. lp->started &= ~(STARTED_CU);
  1418. scb_wrcbl(dev, CONF_LINK);
  1419. scb_command(dev, SCB_CUstart);
  1420. outb(0, ioaddr+SIGNAL_CA);
  1421. }
  1422. }
  1423. /*
  1424. * MODULE stuff
  1425. */
  1426. #ifdef MODULE
  1427. #define EEXP_MAX_CARDS 4 /* max number of cards to support */
  1428. static struct net_device *dev_eexp[EEXP_MAX_CARDS];
  1429. static int irq[EEXP_MAX_CARDS];
  1430. static int io[EEXP_MAX_CARDS];
  1431. module_param_array(io, int, NULL, 0);
  1432. module_param_array(irq, int, NULL, 0);
  1433. MODULE_PARM_DESC(io, "EtherExpress 16 I/O base address(es)");
  1434. MODULE_PARM_DESC(irq, "EtherExpress 16 IRQ number(s)");
  1435. MODULE_LICENSE("GPL");
  1436. /* Ideally the user would give us io=, irq= for every card. If any parameters
  1437. * are specified, we verify and then use them. If no parameters are given, we
  1438. * autoprobe for one card only.
  1439. */
  1440. int __init init_module(void)
  1441. {
  1442. struct net_device *dev;
  1443. int this_dev, found = 0;
  1444. for (this_dev = 0; this_dev < EEXP_MAX_CARDS; this_dev++) {
  1445. dev = alloc_etherdev(sizeof(struct net_local));
  1446. dev->irq = irq[this_dev];
  1447. dev->base_addr = io[this_dev];
  1448. if (io[this_dev] == 0) {
  1449. if (this_dev)
  1450. break;
  1451. printk(KERN_NOTICE "eexpress.c: Module autoprobe not recommended, give io=xx.\n");
  1452. }
  1453. if (do_express_probe(dev) == 0) {
  1454. dev_eexp[this_dev] = dev;
  1455. found++;
  1456. continue;
  1457. }
  1458. printk(KERN_WARNING "eexpress.c: Failed to register card at 0x%x.\n", io[this_dev]);
  1459. free_netdev(dev);
  1460. break;
  1461. }
  1462. if (found)
  1463. return 0;
  1464. return -ENXIO;
  1465. }
  1466. void __exit cleanup_module(void)
  1467. {
  1468. int this_dev;
  1469. for (this_dev = 0; this_dev < EEXP_MAX_CARDS; this_dev++) {
  1470. struct net_device *dev = dev_eexp[this_dev];
  1471. if (dev) {
  1472. unregister_netdev(dev);
  1473. free_netdev(dev);
  1474. }
  1475. }
  1476. }
  1477. #endif
  1478. /*
  1479. * Local Variables:
  1480. * c-file-style: "linux"
  1481. * tab-width: 8
  1482. * End:
  1483. */