ni52.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:37k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * net-3-driver for the NI5210 card (i82586 Ethernet chip)
  3.  *
  4.  * This is an extension to the Linux operating system, and is covered by the
  5.  * same GNU General Public License that covers that work.
  6.  *
  7.  * Alphacode 0.82 (96/09/29) for Linux 2.0.0 (or later)
  8.  * Copyrights (c) 1994,1995,1996 by M.Hipp (hippm@informatik.uni-tuebingen.de)
  9.  *    [feel free to mail ....]
  10.  *
  11.  * when using as module: (no autoprobing!)
  12.  *   compile with:
  13.  *       gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni52.c
  14.  *   run with e.g:
  15.  *       insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
  16.  *
  17.  * CAN YOU PLEASE REPORT ME YOUR PERFORMANCE EXPERIENCES !!.
  18.  *
  19.  * If you find a bug, please report me:
  20.  *   The kernel panic output and any kmsg from the ni52 driver
  21.  *   the ni5210-driver-version and the linux-kernel version
  22.  *   how many shared memory (memsize) on the netcard,
  23.  *   bootprom: yes/no, base_addr, mem_start
  24.  *   maybe the ni5210-card revision and the i82586 version
  25.  *
  26.  * autoprobe for: base_addr: 0x300,0x280,0x360,0x320,0x340
  27.  *                mem_start: 0xd0000,0xd2000,0xc8000,0xca000,0xd4000,0xd6000,
  28.  *                           0xd8000,0xcc000,0xce000,0xda000,0xdc000
  29.  *
  30.  * sources:
  31.  *   skeleton.c from Donald Becker
  32.  *
  33.  * I have also done a look in the following sources: (mail me if you need them)
  34.  *   crynwr-packet-driver by Russ Nelson
  35.  *   Garret A. Wollman's (fourth) i82586-driver for BSD
  36.  *   (before getting an i82596 (yes 596 not 586) manual, the existing drivers helped
  37.  *    me a lot to understand this tricky chip.)
  38.  *
  39.  * Known Problems:
  40.  *   The internal sysbus seems to be slow. So we often lose packets because of
  41.  *   overruns while receiving from a fast remote host.
  42.  *   This can slow down TCP connections. Maybe the newer ni5210 cards are better.
  43.  *   my experience is, that if a machine sends with more then about 500-600K/s
  44.  *   the fifo/sysbus overflows.
  45.  *
  46.  * IMPORTANT NOTE:
  47.  *   On fast networks, it's a (very) good idea to have 16K shared memory. With
  48.  *   8K, we can store only 4 receive frames, so it can (easily) happen that a remote
  49.  *   machine 'overruns' our system.
  50.  *
  51.  * Known i82586/card problems (I'm sure, there are many more!):
  52.  *   Running the NOP-mode, the i82586 sometimes seems to forget to report
  53.  *   every xmit-interrupt until we restart the CU.
  54.  *   Another MAJOR bug is, that the RU sometimes seems to ignore the EL-Bit
  55.  *   in the RBD-Struct which indicates an end of the RBD queue.
  56.  *   Instead, the RU fetches another (randomly selected and
  57.  *   usually used) RBD and begins to fill it. (Maybe, this happens only if
  58.  *   the last buffer from the previous RFD fits exact into the queue and
  59.  *   the next RFD can't fetch an initial RBD. Anyone knows more? )
  60.  *
  61.  * results from ftp performance tests with Linux 1.2.5
  62.  *   send and receive about 350-400 KByte/s (peak up to 460 kbytes/s)
  63.  *   sending in NOP-mode: peak performance up to 530K/s (but better don't run this mode)
  64.  */
  65. /*
  66.  * 29.Sept.96: virt_to_bus changes for new memory scheme
  67.  * 19.Feb.96: more Mcast changes, module support (MH)
  68.  *
  69.  * 18.Nov.95: Mcast changes (AC).
  70.  *
  71.  * 23.April.95: fixed(?) receiving problems by configuring a RFD more
  72.  *              than the number of RBD's. Can maybe cause other problems.
  73.  * 18.April.95: Added MODULE support (MH)
  74.  * 17.April.95: MC related changes in init586() and set_multicast_list().
  75.  *              removed use of 'jiffies' in init586() (MH)
  76.  *
  77.  * 19.Sep.94: Added Multicast support (not tested yet) (MH)
  78.  *
  79.  * 18.Sep.94: Workaround for 'EL-Bug'. Removed flexible RBD-handling.
  80.  *            Now, every RFD has exact one RBD. (MH)
  81.  *
  82.  * 14.Sep.94: added promiscuous mode, a few cleanups (MH)
  83.  *
  84.  * 19.Aug.94: changed request_irq() parameter (MH)
  85.  *
  86.  * 20.July.94: removed cleanup bugs, removed a 16K-mem-probe-bug (MH)
  87.  *
  88.  * 19.July.94: lotsa cleanups .. (MH)
  89.  *
  90.  * 17.July.94: some patches ... verified to run with 1.1.29 (MH)
  91.  *
  92.  * 4.July.94: patches for Linux 1.1.24  (MH)
  93.  *
  94.  * 26.March.94: patches for Linux 1.0 and iomem-auto-probe (MH)
  95.  *
  96.  * 30.Sep.93: Added nop-chain .. driver now runs with only one Xmit-Buff, too (MH)
  97.  *
  98.  * < 30.Sep.93: first versions
  99.  */
  100. static int debuglevel; /* debug-printk 0: off 1: a few 2: more */
  101. static int automatic_resume; /* experimental .. better should be zero */
  102. static int rfdadd; /* rfdadd=1 may be better for 8K MEM cards */
  103. static int fifo=0x8; /* don't change */
  104. /* #define REALLY_SLOW_IO */
  105. #include <linux/module.h>
  106. #include <linux/kernel.h>
  107. #include <linux/string.h>
  108. #include <linux/errno.h>
  109. #include <linux/ioport.h>
  110. #include <linux/slab.h>
  111. #include <linux/interrupt.h>
  112. #include <linux/delay.h>
  113. #include <linux/init.h>
  114. #include <asm/bitops.h>
  115. #include <asm/io.h>
  116. #include <linux/netdevice.h>
  117. #include <linux/etherdevice.h>
  118. #include <linux/skbuff.h>
  119. #include "ni52.h"
  120. #define DEBUG       /* debug on */
  121. #define SYSBUSVAL 1 /* 8 Bit */
  122. #define ni_attn586()  {outb(0,dev->base_addr+NI52_ATTENTION);}
  123. #define ni_reset586() {outb(0,dev->base_addr+NI52_RESET);}
  124. #define ni_disint()   {outb(0,dev->base_addr+NI52_INTDIS);}
  125. #define ni_enaint()   {outb(0,dev->base_addr+NI52_INTENA);}
  126. #define make32(ptr16) (p->memtop + (short) (ptr16) )
  127. #define make24(ptr32) ( ((char *) (ptr32)) - p->base)
  128. #define make16(ptr32) ((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop ))
  129. /******************* how to calculate the buffers *****************************
  130.   * IMPORTANT NOTE: if you configure only one NUM_XMIT_BUFFS, the driver works
  131.   * --------------- in a different (more stable?) mode. Only in this mode it's
  132.   *                 possible to configure the driver with 'NO_NOPCOMMANDS'
  133. sizeof(scp)=12; sizeof(scb)=16; sizeof(iscp)=8;
  134. sizeof(scp)+sizeof(iscp)+sizeof(scb) = 36 = INIT
  135. sizeof(rfd) = 24; sizeof(rbd) = 12;
  136. sizeof(tbd) = 8; sizeof(transmit_cmd) = 16;
  137. sizeof(nop_cmd) = 8;
  138.   * if you don't know the driver, better do not change these values: */
  139. #define RECV_BUFF_SIZE 1524 /* slightly oversized */
  140. #define XMIT_BUFF_SIZE 1524 /* slightly oversized */
  141. #define NUM_XMIT_BUFFS 1    /* config for both, 8K and 16K shmem */
  142. #define NUM_RECV_BUFFS_8  4 /* config for 8K shared mem */
  143. #define NUM_RECV_BUFFS_16 9 /* config for 16K shared mem */
  144. #define NO_NOPCOMMANDS      /* only possible with NUM_XMIT_BUFFS=1 */
  145. /**************************************************************************/
  146. /* different DELAYs */
  147. #define DELAY(x) mdelay(32 * x);
  148. #define DELAY_16(); { udelay(16); }
  149. #define DELAY_18(); { udelay(4); }
  150. /* wait for command with timeout: */
  151. #define WAIT_4_SCB_CMD() 
  152. { int i; 
  153.   for(i=0;i<16384;i++) { 
  154.     if(!p->scb->cmd_cuc) break; 
  155.     DELAY_18(); 
  156.     if(i == 16383) { 
  157.       printk("%s: scb_cmd timed out: %04x,%04x .. disabling i82586!!n",dev->name,p->scb->cmd_cuc,p->scb->cus); 
  158.        if(!p->reseted) { p->reseted = 1; ni_reset586(); } } } }
  159. #define WAIT_4_SCB_CMD_RUC() { int i; 
  160.   for(i=0;i<16384;i++) { 
  161.     if(!p->scb->cmd_ruc) break; 
  162.     DELAY_18(); 
  163.     if(i == 16383) { 
  164.       printk("%s: scb_cmd (ruc) timed out: %04x,%04x .. disabling i82586!!n",dev->name,p->scb->cmd_ruc,p->scb->rus); 
  165.        if(!p->reseted) { p->reseted = 1; ni_reset586(); } } } }
  166. #define WAIT_4_STAT_COMPL(addr) { int i; 
  167.    for(i=0;i<32767;i++) { 
  168.      if((addr)->cmd_status & STAT_COMPL) break; 
  169.      DELAY_16(); DELAY_16(); } }
  170. #define NI52_TOTAL_SIZE 16
  171. #define NI52_ADDR0 0x02
  172. #define NI52_ADDR1 0x07
  173. #define NI52_ADDR2 0x01
  174. static int     ni52_probe1(struct net_device *dev,int ioaddr);
  175. static void    ni52_interrupt(int irq,void *dev_id,struct pt_regs *reg_ptr);
  176. static int     ni52_open(struct net_device *dev);
  177. static int     ni52_close(struct net_device *dev);
  178. static int     ni52_send_packet(struct sk_buff *,struct net_device *);
  179. static struct  net_device_stats *ni52_get_stats(struct net_device *dev);
  180. static void    set_multicast_list(struct net_device *dev);
  181. static void    ni52_timeout(struct net_device *dev);
  182. #if 0
  183. static void    ni52_dump(struct net_device *,void *);
  184. #endif
  185. /* helper-functions */
  186. static int     init586(struct net_device *dev);
  187. static int     check586(struct net_device *dev,char *where,unsigned size);
  188. static void    alloc586(struct net_device *dev);
  189. static void    startrecv586(struct net_device *dev);
  190. static void   *alloc_rfa(struct net_device *dev,void *ptr);
  191. static void    ni52_rcv_int(struct net_device *dev);
  192. static void    ni52_xmt_int(struct net_device *dev);
  193. static void    ni52_rnr_int(struct net_device *dev);
  194. struct priv
  195. {
  196. struct net_device_stats stats;
  197. unsigned long base;
  198. char *memtop;
  199. long int lock;
  200. int reseted;
  201. volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
  202. volatile struct scp_struct *scp; /* volatile is important */
  203. volatile struct iscp_struct *iscp; /* volatile is important */
  204. volatile struct scb_struct *scb; /* volatile is important */
  205. volatile struct tbd_struct *xmit_buffs[NUM_XMIT_BUFFS];
  206. volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS];
  207. #if (NUM_XMIT_BUFFS == 1)
  208. volatile struct nop_cmd_struct *nop_cmds[2];
  209. #else
  210. volatile struct nop_cmd_struct *nop_cmds[NUM_XMIT_BUFFS];
  211. #endif
  212. volatile int nop_point,num_recv_buffs;
  213. volatile char *xmit_cbuffs[NUM_XMIT_BUFFS];
  214. volatile int xmit_count,xmit_last;
  215. };
  216. /**********************************************
  217.  * close device
  218.  */
  219. static int ni52_close(struct net_device *dev)
  220. {
  221. free_irq(dev->irq, dev);
  222. ni_reset586(); /* the hard way to stop the receiver */
  223. netif_stop_queue(dev);
  224. return 0;
  225. }
  226. /**********************************************
  227.  * open device
  228.  */
  229. static int ni52_open(struct net_device *dev)
  230. {
  231. int ret;
  232. ni_disint();
  233. alloc586(dev);
  234. init586(dev);
  235. startrecv586(dev);
  236. ni_enaint();
  237. ret = request_irq(dev->irq, &ni52_interrupt,0,dev->name,dev);
  238. if (ret)
  239. {
  240. ni_reset586();
  241. return ret;
  242. }
  243. netif_start_queue(dev);
  244. return 0; /* most done by init */
  245. }
  246. /**********************************************
  247.  * Check to see if there's an 82586 out there.
  248.  */
  249. static int check586(struct net_device *dev,char *where,unsigned size)
  250. {
  251. struct priv pb;
  252. struct priv *p = /* (struct priv *) dev->priv*/ &pb;
  253. char *iscp_addrs[2];
  254. int i;
  255. p->base = (unsigned long) bus_to_virt((unsigned long)where) + size - 0x01000000;
  256. p->memtop = bus_to_virt((unsigned long)where) + size;
  257. p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS);
  258. memset((char *)p->scp,0, sizeof(struct scp_struct));
  259. for(i=0;i<sizeof(struct scp_struct);i++) /* memory was writeable? */
  260. if(((char *)p->scp)[i])
  261. return 0;
  262. p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */
  263. if(p->scp->sysbus != SYSBUSVAL)
  264. return 0;
  265. iscp_addrs[0] = bus_to_virt((unsigned long)where);
  266. iscp_addrs[1]= (char *) p->scp - sizeof(struct iscp_struct);
  267. for(i=0;i<2;i++)
  268. {
  269. p->iscp = (struct iscp_struct *) iscp_addrs[i];
  270. memset((char *)p->iscp,0, sizeof(struct iscp_struct));
  271. p->scp->iscp = make24(p->iscp);
  272. p->iscp->busy = 1;
  273. ni_reset586();
  274. ni_attn586();
  275. DELAY(1); /* wait a while... */
  276. if(p->iscp->busy) /* i82586 clears 'busy' after successful init */
  277. return 0;
  278. }
  279. return 1;
  280. }
  281. /******************************************************************
  282.  * set iscp at the right place, called by ni52_probe1 and open586.
  283.  */
  284. static void alloc586(struct net_device *dev)
  285. {
  286. struct priv *p = (struct priv *) dev->priv;
  287. ni_reset586();
  288. DELAY(1);
  289. p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS);
  290. p->scb = (struct scb_struct *) bus_to_virt(dev->mem_start);
  291. p->iscp = (struct iscp_struct *) ((char *)p->scp - sizeof(struct iscp_struct));
  292. memset((char *) p->iscp,0,sizeof(struct iscp_struct));
  293. memset((char *) p->scp ,0,sizeof(struct scp_struct));
  294. p->scp->iscp = make24(p->iscp);
  295. p->scp->sysbus = SYSBUSVAL;
  296. p->iscp->scb_offset = make16(p->scb);
  297. p->iscp->busy = 1;
  298. ni_reset586();
  299. ni_attn586();
  300. DELAY(1);
  301. if(p->iscp->busy)
  302. printk("%s: Init-Problems (alloc).n",dev->name);
  303. p->reseted = 0;
  304. memset((char *)p->scb,0,sizeof(struct scb_struct));
  305. }
  306. /**********************************************
  307.  * probe the ni5210-card
  308.  */
  309. int __init ni52_probe(struct net_device *dev)
  310. {
  311. #ifndef MODULE
  312. int *port;
  313. static int ports[] = {0x300, 0x280, 0x360 , 0x320 , 0x340, 0};
  314. #endif
  315. int base_addr = dev->base_addr;
  316. SET_MODULE_OWNER(dev);
  317. if (base_addr > 0x1ff) /* Check a single specified location. */
  318. return ni52_probe1(dev, base_addr);
  319. else if (base_addr > 0) /* Don't probe at all. */
  320. return -ENXIO;
  321. #ifdef MODULE
  322. printk("%s: no autoprobing allowed for modules.n",dev->name);
  323. #else
  324. for (port = ports; *port; port++) {
  325. int ioaddr = *port;
  326. dev->base_addr = ioaddr;
  327. if (ni52_probe1(dev, ioaddr) == 0)
  328. return 0;
  329. }
  330. #ifdef FULL_IO_PROBE
  331. for(dev->base_addr=0x200; dev->base_addr<0x400; dev->base_addr+=8)
  332. if (ni52_probe1(dev, dev->base_addr) == 0)
  333. return 0;
  334. #endif
  335. #endif
  336. dev->base_addr = base_addr;
  337. return -ENODEV;
  338. }
  339. static int __init ni52_probe1(struct net_device *dev,int ioaddr)
  340. {
  341. int i, size, retval;
  342. if (!request_region(ioaddr, NI52_TOTAL_SIZE, dev->name))
  343. return -EBUSY;
  344. if( !(inb(ioaddr+NI52_MAGIC1) == NI52_MAGICVAL1) ||
  345.     !(inb(ioaddr+NI52_MAGIC2) == NI52_MAGICVAL2)) {
  346. retval = -ENODEV;
  347. goto out;
  348. }
  349. for(i=0;i<ETH_ALEN;i++)
  350. dev->dev_addr[i] = inb(dev->base_addr+i);
  351. if(dev->dev_addr[0] != NI52_ADDR0 || dev->dev_addr[1] != NI52_ADDR1
  352.  || dev->dev_addr[2] != NI52_ADDR2) {
  353. retval = -ENODEV;
  354. goto out;
  355. }
  356. printk("%s: NI5210 found at %#3lx, ",dev->name,dev->base_addr);
  357. /*
  358.  * check (or search) IO-Memory, 8K and 16K
  359.  */
  360. #ifdef MODULE
  361. size = dev->mem_end - dev->mem_start;
  362. if(size != 0x2000 && size != 0x4000) {
  363. printk("n%s: Illegal memory size %d. Allowed is 0x2000 or 0x4000 bytes.n",dev->name,size);
  364. retval = -ENODEV;
  365. goto out;
  366. }
  367. if(!check586(dev,(char *) dev->mem_start,size)) {
  368. printk("?memcheck, Can't find memory at 0x%lx with size %d!n",dev->mem_start,size);
  369. retval = -ENODEV;
  370. goto out;
  371. }
  372. #else
  373. if(dev->mem_start != 0) /* no auto-mem-probe */
  374. {
  375. size = 0x4000; /* check for 16K mem */
  376. if(!check586(dev,(char *) dev->mem_start,size)) {
  377. size = 0x2000; /* check for 8K mem */
  378. if(!check586(dev,(char *) dev->mem_start,size)) {
  379. printk("?memprobe, Can't find memory at 0x%lx!n",dev->mem_start);
  380. retval = -ENODEV;
  381. goto out;
  382. }
  383. }
  384. }
  385. else
  386. {
  387. static long memaddrs[] = { 0xc8000,0xca000,0xcc000,0xce000,0xd0000,0xd2000,
  388. 0xd4000,0xd6000,0xd8000,0xda000,0xdc000, 0 };
  389. for(i=0;;i++)
  390. {
  391. if(!memaddrs[i]) {
  392. printk("?memprobe, Can't find io-memory!n");
  393. retval = -ENODEV;
  394. goto out;
  395. }
  396. dev->mem_start = memaddrs[i];
  397. size = 0x2000; /* check for 8K mem */
  398. if(check586(dev,(char *)dev->mem_start,size)) /* 8K-check */
  399. break;
  400. size = 0x4000; /* check for 16K mem */
  401. if(check586(dev,(char *)dev->mem_start,size)) /* 16K-check */
  402. break;
  403. }
  404. }
  405. dev->mem_end = dev->mem_start + size; /* set mem_end showed by 'ifconfig' */
  406. #endif
  407. dev->priv = (void *) kmalloc(sizeof(struct priv),GFP_KERNEL);
  408. if(dev->priv == NULL) {
  409. printk("%s: Ooops .. can't allocate private driver memory.n",dev->name);
  410. retval = -ENOMEM;
  411. goto out;
  412. }
  413. /* warning: we don't free it on errors */
  414. memset((char *) dev->priv,0,sizeof(struct priv));
  415. ((struct priv *) (dev->priv))->memtop = bus_to_virt(dev->mem_start) + size;
  416. ((struct priv *) (dev->priv))->base = (unsigned long) bus_to_virt(dev->mem_start) + size - 0x01000000;
  417. alloc586(dev);
  418. /* set number of receive-buffs according to memsize */
  419. if(size == 0x2000)
  420. ((struct priv *) dev->priv)->num_recv_buffs = NUM_RECV_BUFFS_8;
  421. else
  422. ((struct priv *) dev->priv)->num_recv_buffs = NUM_RECV_BUFFS_16;
  423. printk("Memaddr: 0x%lx, Memsize: %d, ",dev->mem_start,size);
  424. if(dev->irq < 2)
  425. {
  426. autoirq_setup(0);
  427. ni_reset586();
  428. ni_attn586();
  429. if(!(dev->irq = autoirq_report(2)))
  430. {
  431. printk("?autoirq, Failed to detect IRQ line!n");
  432. kfree(dev->priv);
  433. dev->priv = NULL;
  434. retval = -EAGAIN;
  435. goto out;
  436. }
  437. printk("IRQ %d (autodetected).n",dev->irq);
  438. }
  439. else {
  440. if(dev->irq == 2)
  441. dev->irq = 9;
  442. printk("IRQ %d (assigned and not checked!).n",dev->irq);
  443. }
  444. dev->open = ni52_open;
  445. dev->stop = ni52_close;
  446. dev->get_stats = ni52_get_stats;
  447. dev->tx_timeout  = ni52_timeout;
  448. dev->watchdog_timeo = HZ/20;
  449. dev->hard_start_xmit  = ni52_send_packet;
  450. dev->set_multicast_list = set_multicast_list;
  451. dev->if_port  = 0;
  452. ether_setup(dev);
  453. return 0;
  454. out:
  455. release_region(ioaddr, NI52_TOTAL_SIZE);
  456. return retval;
  457. }
  458. /**********************************************
  459.  * init the chip (ni52-interrupt should be disabled?!)
  460.  * needs a correct 'allocated' memory
  461.  */
  462. static int init586(struct net_device *dev)
  463. {
  464. void *ptr;
  465. int i,result=0;
  466. struct priv *p = (struct priv *) dev->priv;
  467. volatile struct configure_cmd_struct *cfg_cmd;
  468. volatile struct iasetup_cmd_struct *ias_cmd;
  469. volatile struct tdr_cmd_struct *tdr_cmd;
  470. volatile struct mcsetup_cmd_struct *mc_cmd;
  471. struct dev_mc_list *dmi=dev->mc_list;
  472. int num_addrs=dev->mc_count;
  473. ptr = (void *) ((char *)p->scb + sizeof(struct scb_struct));
  474. cfg_cmd = (struct configure_cmd_struct *)ptr; /* configure-command */
  475. cfg_cmd->cmd_status = 0;
  476. cfg_cmd->cmd_cmd = CMD_CONFIGURE | CMD_LAST;
  477. cfg_cmd->cmd_link = 0xffff;
  478. cfg_cmd->byte_cnt = 0x0a; /* number of cfg bytes */
  479. cfg_cmd->fifo = fifo; /* fifo-limit (8=tx:32/rx:64) */
  480. cfg_cmd->sav_bf = 0x40; /* hold or discard bad recv frames (bit 7) */
  481. cfg_cmd->adr_len = 0x2e; /* addr_len |!src_insert |pre-len |loopback */
  482. cfg_cmd->priority = 0x00;
  483. cfg_cmd->ifs = 0x60;
  484. cfg_cmd->time_low = 0x00;
  485. cfg_cmd->time_high = 0xf2;
  486. cfg_cmd->promisc = 0;
  487. if(dev->flags & IFF_ALLMULTI) {
  488. int len = ((char *) p->iscp - (char *) ptr - 8) / 6;
  489. if(num_addrs > len) {
  490. printk("%s: switching to promisc. moden",dev->name);
  491. dev->flags|=IFF_PROMISC;
  492. }
  493. }
  494. if(dev->flags&IFF_PROMISC)
  495. {
  496.  cfg_cmd->promisc=1;
  497.  dev->flags|=IFF_PROMISC;
  498. }
  499. cfg_cmd->carr_coll = 0x00;
  500. p->scb->cbl_offset = make16(cfg_cmd);
  501. p->scb->cmd_ruc = 0;
  502. p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
  503. ni_attn586();
  504. WAIT_4_STAT_COMPL(cfg_cmd);
  505. if((cfg_cmd->cmd_status & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK))
  506. {
  507. printk("%s: configure command failed: %xn",dev->name,cfg_cmd->cmd_status);
  508. return 1;
  509. }
  510. /*
  511.  * individual address setup
  512.  */
  513. ias_cmd = (struct iasetup_cmd_struct *)ptr;
  514. ias_cmd->cmd_status = 0;
  515. ias_cmd->cmd_cmd = CMD_IASETUP | CMD_LAST;
  516. ias_cmd->cmd_link = 0xffff;
  517. memcpy((char *)&ias_cmd->iaddr,(char *) dev->dev_addr,ETH_ALEN);
  518. p->scb->cbl_offset = make16(ias_cmd);
  519. p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
  520. ni_attn586();
  521. WAIT_4_STAT_COMPL(ias_cmd);
  522. if((ias_cmd->cmd_status & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) {
  523. printk("%s (ni52): individual address setup command failed: %04xn",dev->name,ias_cmd->cmd_status);
  524. return 1;
  525. }
  526. /*
  527.  * TDR, wire check .. e.g. no resistor e.t.c
  528.  */
  529.  
  530. tdr_cmd = (struct tdr_cmd_struct *)ptr;
  531. tdr_cmd->cmd_status = 0;
  532. tdr_cmd->cmd_cmd = CMD_TDR | CMD_LAST;
  533. tdr_cmd->cmd_link = 0xffff;
  534. tdr_cmd->status = 0;
  535. p->scb->cbl_offset = make16(tdr_cmd);
  536. p->scb->cmd_cuc = CUC_START; /* cmd.-unit start */
  537. ni_attn586();
  538. WAIT_4_STAT_COMPL(tdr_cmd);
  539. if(!(tdr_cmd->cmd_status & STAT_COMPL))
  540. {
  541. printk("%s: Problems while running the TDR.n",dev->name);
  542. }
  543. else
  544. {
  545. DELAY_16(); /* wait for result */
  546. result = tdr_cmd->status;
  547. p->scb->cmd_cuc = p->scb->cus & STAT_MASK;
  548. ni_attn586(); /* ack the interrupts */
  549. if(result & TDR_LNK_OK)
  550. ;
  551. else if(result & TDR_XCVR_PRB)
  552. printk("%s: TDR: Transceiver problem. Check the cable(s)!n",dev->name);
  553. else if(result & TDR_ET_OPN)
  554. printk("%s: TDR: No correct termination %d clocks away.n",dev->name,result & TDR_TIMEMASK);
  555. else if(result & TDR_ET_SRT)
  556. {
  557. if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
  558. printk("%s: TDR: Detected a short circuit %d clocks away.n",dev->name,result & TDR_TIMEMASK);
  559. }
  560. else
  561. printk("%s: TDR: Unknown status %04xn",dev->name,result);
  562. }
  563. /*
  564.  * Multicast setup
  565.  */
  566. if(num_addrs && !(dev->flags & IFF_PROMISC) )
  567. {
  568. mc_cmd = (struct mcsetup_cmd_struct *) ptr;
  569. mc_cmd->cmd_status = 0;
  570. mc_cmd->cmd_cmd = CMD_MCSETUP | CMD_LAST;
  571. mc_cmd->cmd_link = 0xffff;
  572. mc_cmd->mc_cnt = num_addrs * 6;
  573. for(i=0;i<num_addrs;i++,dmi=dmi->next)
  574. memcpy((char *) mc_cmd->mc_list[i], dmi->dmi_addr,6);
  575. p->scb->cbl_offset = make16(mc_cmd);
  576. p->scb->cmd_cuc = CUC_START;
  577. ni_attn586();
  578. WAIT_4_STAT_COMPL(mc_cmd);
  579. if( (mc_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
  580. printk("%s: Can't apply multicast-address-list.n",dev->name);
  581. }
  582. /*
  583.  * alloc nop/xmit-cmds
  584.  */
  585. #if (NUM_XMIT_BUFFS == 1)
  586. for(i=0;i<2;i++)
  587. {
  588. p->nop_cmds[i]  = (struct nop_cmd_struct *)ptr;
  589. p->nop_cmds[i]->cmd_cmd = CMD_NOP;
  590. p->nop_cmds[i]->cmd_status  = 0;
  591. p->nop_cmds[i]->cmd_link = make16((p->nop_cmds[i]));
  592. ptr = (char *) ptr + sizeof(struct nop_cmd_struct);
  593. }
  594. #else
  595. for(i=0;i<NUM_XMIT_BUFFS;i++)
  596. {
  597. p->nop_cmds[i] = (struct nop_cmd_struct *)ptr;
  598. p->nop_cmds[i]->cmd_cmd = CMD_NOP;
  599. p->nop_cmds[i]->cmd_status = 0;
  600. p->nop_cmds[i]->cmd_link = make16((p->nop_cmds[i]));
  601. ptr = (char *) ptr + sizeof(struct nop_cmd_struct);
  602. }
  603. #endif
  604. ptr = alloc_rfa(dev,(void *)ptr); /* init receive-frame-area */
  605. /*
  606.  * alloc xmit-buffs / init xmit_cmds
  607.  */
  608. for(i=0;i<NUM_XMIT_BUFFS;i++)
  609. {
  610. p->xmit_cmds[i] = (struct transmit_cmd_struct *)ptr; /*transmit cmd/buff 0*/
  611. ptr = (char *) ptr + sizeof(struct transmit_cmd_struct);
  612. p->xmit_cbuffs[i] = (char *)ptr; /* char-buffs */
  613. ptr = (char *) ptr + XMIT_BUFF_SIZE;
  614. p->xmit_buffs[i] = (struct tbd_struct *)ptr; /* TBD */
  615. ptr = (char *) ptr + sizeof(struct tbd_struct);
  616. if((void *)ptr > (void *)p->iscp)
  617. {
  618. printk("%s: not enough shared-mem for your configuration!n",dev->name);
  619. return 1;
  620. }
  621. memset((char *)(p->xmit_cmds[i]) ,0, sizeof(struct transmit_cmd_struct));
  622. memset((char *)(p->xmit_buffs[i]),0, sizeof(struct tbd_struct));
  623. p->xmit_cmds[i]->cmd_link = make16(p->nop_cmds[(i+1)%NUM_XMIT_BUFFS]);
  624. p->xmit_cmds[i]->cmd_status = STAT_COMPL;
  625. p->xmit_cmds[i]->cmd_cmd = CMD_XMIT | CMD_INT;
  626. p->xmit_cmds[i]->tbd_offset = make16((p->xmit_buffs[i]));
  627. p->xmit_buffs[i]->next = 0xffff;
  628. p->xmit_buffs[i]->buffer = make24((p->xmit_cbuffs[i]));
  629. }
  630. p->xmit_count = 0;
  631. p->xmit_last = 0;
  632. #ifndef NO_NOPCOMMANDS
  633. p->nop_point = 0;
  634. #endif
  635.  /*
  636. * 'start transmitter'
  637. */
  638. #ifndef NO_NOPCOMMANDS
  639. p->scb->cbl_offset = make16(p->nop_cmds[0]);
  640. p->scb->cmd_cuc = CUC_START;
  641. ni_attn586();
  642. WAIT_4_SCB_CMD();
  643. #else
  644. p->xmit_cmds[0]->cmd_link = make16(p->xmit_cmds[0]);
  645. p->xmit_cmds[0]->cmd_cmd = CMD_XMIT | CMD_SUSPEND | CMD_INT;
  646. #endif
  647. /*
  648.  * ack. interrupts
  649.  */
  650. p->scb->cmd_cuc = p->scb->cus & STAT_MASK;
  651. ni_attn586();
  652. DELAY_16();
  653. ni_enaint();
  654. return 0;
  655. }
  656. /******************************************************
  657.  * This is a helper routine for ni52_rnr_int() and init586().
  658.  * It sets up the Receive Frame Area (RFA).
  659.  */
  660. static void *alloc_rfa(struct net_device *dev,void *ptr)
  661. {
  662. volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr;
  663. volatile struct rbd_struct *rbd;
  664. int i;
  665. struct priv *p = (struct priv *) dev->priv;
  666. memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd));
  667. p->rfd_first = rfd;
  668. for(i = 0; i < (p->num_recv_buffs+rfdadd); i++) {
  669. rfd[i].next = make16(rfd + (i+1) % (p->num_recv_buffs+rfdadd) );
  670. rfd[i].rbd_offset = 0xffff;
  671. }
  672. rfd[p->num_recv_buffs-1+rfdadd].last = RFD_SUSP;  /* RU suspend */
  673. ptr = (void *) (rfd + (p->num_recv_buffs + rfdadd) );
  674. rbd = (struct rbd_struct *) ptr;
  675. ptr = (void *) (rbd + p->num_recv_buffs);
  676.  /* clr descriptors */
  677. memset((char *) rbd,0,sizeof(struct rbd_struct)*(p->num_recv_buffs));
  678. for(i=0;i<p->num_recv_buffs;i++)
  679. {
  680. rbd[i].next = make16((rbd + (i+1) % p->num_recv_buffs));
  681. rbd[i].size = RECV_BUFF_SIZE;
  682. rbd[i].buffer = make24(ptr);
  683. ptr = (char *) ptr + RECV_BUFF_SIZE;
  684. }
  685. p->rfd_top = p->rfd_first;
  686. p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd);
  687. p->scb->rfa_offset = make16(p->rfd_first);
  688. p->rfd_first->rbd_offset = make16(rbd);
  689. return ptr;
  690. }
  691. /**************************************************
  692.  * Interrupt Handler ...
  693.  */
  694. static void ni52_interrupt(int irq,void *dev_id,struct pt_regs *reg_ptr)
  695. {
  696. struct net_device *dev = dev_id;
  697. unsigned short stat;
  698. int cnt=0;
  699. struct priv *p;
  700. if (!dev) {
  701. printk ("ni5210-interrupt: irq %d for unknown device.n",irq);
  702. return;
  703. }
  704. p = (struct priv *) dev->priv;
  705. if(debuglevel > 1)
  706. printk("I");
  707. WAIT_4_SCB_CMD(); /* wait for last command */
  708. while((stat=p->scb->cus & STAT_MASK))
  709. {
  710. p->scb->cmd_cuc = stat;
  711. ni_attn586();
  712. if(stat & STAT_FR)  /* received a frame */
  713. ni52_rcv_int(dev);
  714. if(stat & STAT_RNR) /* RU went 'not ready' */
  715. {
  716. printk("(R)");
  717. if(p->scb->rus & RU_SUSPEND) /* special case: RU_SUSPEND */
  718. {
  719. WAIT_4_SCB_CMD();
  720. p->scb->cmd_ruc = RUC_RESUME;
  721. ni_attn586();
  722. WAIT_4_SCB_CMD_RUC();
  723. }
  724. else
  725. {
  726. printk("%s: Receiver-Unit went 'NOT READY': %04x/%02x.n",dev->name,(int) stat,(int) p->scb->rus);
  727. ni52_rnr_int(dev);
  728. }
  729. }
  730. if(stat & STAT_CX) /* command with I-bit set complete */
  731.  ni52_xmt_int(dev);
  732. #ifndef NO_NOPCOMMANDS
  733. if(stat & STAT_CNA) /* CU went 'not ready' */
  734. {
  735. if(netif_running(dev))
  736. printk("%s: oops! CU has left active state. stat: %04x/%02x.n",dev->name,(int) stat,(int) p->scb->cus);
  737. }
  738. #endif
  739. if(debuglevel > 1)
  740. printk("%d",cnt++);
  741. WAIT_4_SCB_CMD(); /* wait for ack. (ni52_xmt_int can be faster than ack!!) */
  742. if(p->scb->cmd_cuc)  /* timed out? */
  743. {
  744. printk("%s: Acknowledge timed out.n",dev->name);
  745. ni_disint();
  746. break;
  747. }
  748. }
  749. if(debuglevel > 1)
  750. printk("i");
  751. }
  752. /*******************************************************
  753.  * receive-interrupt
  754.  */
  755. static void ni52_rcv_int(struct net_device *dev)
  756. {
  757. int status,cnt=0;
  758. unsigned short totlen;
  759. struct sk_buff *skb;
  760. struct rbd_struct *rbd;
  761. struct priv *p = (struct priv *) dev->priv;
  762. if(debuglevel > 0)
  763. printk("R");
  764. for(;(status = p->rfd_top->stat_high) & RFD_COMPL;)
  765. {
  766. rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset);
  767. if(status & RFD_OK) /* frame received without error? */
  768. {
  769. if( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */
  770. {
  771. totlen &= RBD_MASK; /* length of this frame */
  772. rbd->status = 0;
  773. skb = (struct sk_buff *) dev_alloc_skb(totlen+2);
  774. if(skb != NULL)
  775. {
  776. skb->dev = dev;
  777. skb_reserve(skb,2);
  778. skb_put(skb,totlen);
  779. eth_copy_and_sum(skb,(char *) p->base+(unsigned long) rbd->buffer,totlen,0);
  780. skb->protocol=eth_type_trans(skb,dev);
  781. netif_rx(skb);
  782. dev->last_rx = jiffies;
  783. p->stats.rx_packets++;
  784. p->stats.rx_bytes += totlen;
  785. }
  786. else
  787. p->stats.rx_dropped++;
  788. }
  789. else
  790. {
  791. int rstat;
  792.  /* free all RBD's until RBD_LAST is set */
  793. totlen = 0;
  794. while(!((rstat=rbd->status) & RBD_LAST))
  795. {
  796. totlen += rstat & RBD_MASK;
  797. if(!rstat)
  798. {
  799. printk("%s: Whoops .. no end mark in RBD listn",dev->name);
  800. break;
  801. }
  802. rbd->status = 0;
  803. rbd = (struct rbd_struct *) make32(rbd->next);
  804. }
  805. totlen += rstat & RBD_MASK;
  806. rbd->status = 0;
  807. printk("%s: received oversized frame! length: %dn",dev->name,totlen);
  808. p->stats.rx_dropped++;
  809.  }
  810. }
  811. else /* frame !(ok), only with 'save-bad-frames' */
  812. {
  813. printk("%s: oops! rfd-error-status: %04xn",dev->name,status);
  814. p->stats.rx_errors++;
  815. }
  816. p->rfd_top->stat_high = 0;
  817. p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */
  818. p->rfd_top->rbd_offset = 0xffff;
  819. p->rfd_last->last = 0; /* delete RFD_SUSP */
  820. p->rfd_last = p->rfd_top;
  821. p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */
  822. p->scb->rfa_offset = make16(p->rfd_top);
  823. if(debuglevel > 0)
  824. printk("%d",cnt++);
  825. }
  826. if(automatic_resume)
  827. {
  828. WAIT_4_SCB_CMD();
  829. p->scb->cmd_ruc = RUC_RESUME;
  830. ni_attn586();
  831. WAIT_4_SCB_CMD_RUC();
  832. }
  833. #ifdef WAIT_4_BUSY
  834. {
  835. int i;
  836. for(i=0;i<1024;i++)
  837. {
  838. if(p->rfd_top->status)
  839. break;
  840. DELAY_16();
  841. if(i == 1023)
  842. printk("%s: RU hasn't fetched next RFD (not busy/complete)n",dev->name);
  843. }
  844. }
  845. #endif
  846. #if 0
  847. if(!at_least_one)
  848. {
  849. int i;
  850. volatile struct rfd_struct *rfds=p->rfd_top;
  851. volatile struct rbd_struct *rbds;
  852. printk("%s: received a FC intr. without having a frame: %04x %dn",dev->name,status,old_at_least);
  853. for(i=0;i< (p->num_recv_buffs+4);i++)
  854. {
  855. rbds = (struct rbd_struct *) make32(rfds->rbd_offset);
  856. printk("%04x:%04x ",rfds->status,rbds->status);
  857. rfds = (struct rfd_struct *) make32(rfds->next);
  858. }
  859. printk("nerrs: %04x %04x stat: %04xn",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->status);
  860. printk("nerrs: %04x %04x rus: %02x, cus: %02xn",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->rus,(int)p->scb->cus);
  861. }
  862. old_at_least = at_least_one;
  863. #endif
  864. if(debuglevel > 0)
  865. printk("r");
  866. }
  867. /**********************************************************
  868.  * handle 'Receiver went not ready'.
  869.  */
  870. static void ni52_rnr_int(struct net_device *dev)
  871. {
  872. struct priv *p = (struct priv *) dev->priv;
  873. p->stats.rx_errors++;
  874. WAIT_4_SCB_CMD(); /* wait for the last cmd, WAIT_4_FULLSTAT?? */
  875. p->scb->cmd_ruc = RUC_ABORT; /* usually the RU is in the 'no resource'-state .. abort it now. */
  876. ni_attn586();
  877. WAIT_4_SCB_CMD_RUC(); /* wait for accept cmd. */
  878. alloc_rfa(dev,(char *)p->rfd_first);
  879. /* maybe add a check here, before restarting the RU */
  880. startrecv586(dev); /* restart RU */
  881. printk("%s: Receive-Unit restarted. Status: %04xn",dev->name,p->scb->rus);
  882. }
  883. /**********************************************************
  884.  * handle xmit - interrupt
  885.  */
  886. static void ni52_xmt_int(struct net_device *dev)
  887. {
  888. int status;
  889. struct priv *p = (struct priv *) dev->priv;
  890. if(debuglevel > 0)
  891. printk("X");
  892. status = p->xmit_cmds[p->xmit_last]->cmd_status;
  893. if(!(status & STAT_COMPL))
  894. printk("%s: strange .. xmit-int without a 'COMPLETE'n",dev->name);
  895. if(status & STAT_OK)
  896. {
  897. p->stats.tx_packets++;
  898. p->stats.collisions += (status & TCMD_MAXCOLLMASK);
  899. }
  900. else
  901. {
  902. p->stats.tx_errors++;
  903. if(status & TCMD_LATECOLL) {
  904. printk("%s: late collision detected.n",dev->name);
  905. p->stats.collisions++;
  906. }
  907. else if(status & TCMD_NOCARRIER) {
  908. p->stats.tx_carrier_errors++;
  909. printk("%s: no carrier detected.n",dev->name);
  910. }
  911. else if(status & TCMD_LOSTCTS)
  912. printk("%s: loss of CTS detected.n",dev->name);
  913. else if(status & TCMD_UNDERRUN) {
  914. p->stats.tx_fifo_errors++;
  915. printk("%s: DMA underrun detected.n",dev->name);
  916. }
  917. else if(status & TCMD_MAXCOLL) {
  918. printk("%s: Max. collisions exceeded.n",dev->name);
  919. p->stats.collisions += 16;
  920. }
  921. }
  922. #if (NUM_XMIT_BUFFS > 1)
  923. if( (++p->xmit_last) == NUM_XMIT_BUFFS)
  924. p->xmit_last = 0;
  925. #endif
  926. netif_wake_queue(dev);
  927. }
  928. /***********************************************************
  929.  * (re)start the receiver
  930.  */
  931. static void startrecv586(struct net_device *dev)
  932. {
  933. struct priv *p = (struct priv *) dev->priv;
  934. WAIT_4_SCB_CMD();
  935. WAIT_4_SCB_CMD_RUC();
  936. p->scb->rfa_offset = make16(p->rfd_first);
  937. p->scb->cmd_ruc = RUC_START;
  938. ni_attn586(); /* start cmd. */
  939. WAIT_4_SCB_CMD_RUC(); /* wait for accept cmd. (no timeout!!) */
  940. }
  941. static void ni52_timeout(struct net_device *dev)
  942. {
  943. struct priv *p = (struct priv *) dev->priv;
  944. #ifndef NO_NOPCOMMANDS
  945. if(p->scb->cus & CU_ACTIVE) /* COMMAND-UNIT active? */
  946. {
  947. netif_wake_queue(dev);
  948. #ifdef DEBUG
  949. printk("%s: strange ... timeout with CU active?!?n",dev->name);
  950. printk("%s: X0: %04x N0: %04x N1: %04x %dn",dev->name,(int)p->xmit_cmds[0]->cmd_status,(int)p->nop_cmds[0]->cmd_status,(int)p->nop_cmds[1]->cmd_status,(int)p->nop_point);
  951. #endif
  952. p->scb->cmd_cuc = CUC_ABORT;
  953. ni_attn586();
  954. WAIT_4_SCB_CMD();
  955. p->scb->cbl_offset = make16(p->nop_cmds[p->nop_point]);
  956. p->scb->cmd_cuc = CUC_START;
  957. ni_attn586();
  958. WAIT_4_SCB_CMD();
  959. dev->trans_start = jiffies;
  960. return 0;
  961. }
  962. #endif
  963. {
  964. #ifdef DEBUG
  965. printk("%s: xmitter timed out, try to restart! stat: %02xn",dev->name,p->scb->cus);
  966. printk("%s: command-stats: %04x %04xn",dev->name,p->xmit_cmds[0]->cmd_status,p->xmit_cmds[1]->cmd_status);
  967. printk("%s: check, whether you set the right interrupt number!n",dev->name);
  968. #endif
  969. ni52_close(dev);
  970. ni52_open(dev);
  971. }
  972. dev->trans_start = jiffies;
  973. }
  974. /******************************************************
  975.  * send frame
  976.  */
  977. static int ni52_send_packet(struct sk_buff *skb, struct net_device *dev)
  978. {
  979. int len,i;
  980. #ifndef NO_NOPCOMMANDS
  981. int next_nop;
  982. #endif
  983. struct priv *p = (struct priv *) dev->priv;
  984. if(skb->len > XMIT_BUFF_SIZE)
  985. {
  986. printk("%s: Sorry, max. framelength is %d bytes. The length of your frame is %d bytes.n",dev->name,XMIT_BUFF_SIZE,skb->len);
  987. return 0;
  988. }
  989. netif_stop_queue(dev);
  990. #if(NUM_XMIT_BUFFS > 1)
  991. if(test_and_set_bit(0,(void *) &p->lock)) {
  992. printk("%s: Queue was lockedn",dev->name);
  993. return 1;
  994. }
  995. else
  996. #endif
  997. {
  998. memcpy((char *)p->xmit_cbuffs[p->xmit_count],(char *)(skb->data),skb->len);
  999. len = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN;
  1000. #if (NUM_XMIT_BUFFS == 1)
  1001. # ifdef NO_NOPCOMMANDS
  1002. #ifdef DEBUG
  1003. if(p->scb->cus & CU_ACTIVE)
  1004. {
  1005. printk("%s: Hmmm .. CU is still running and we wanna send a new packet.n",dev->name);
  1006. printk("%s: stat: %04x %04xn",dev->name,p->scb->cus,p->xmit_cmds[0]->cmd_status);
  1007. }
  1008. #endif
  1009. p->xmit_buffs[0]->size = TBD_LAST | len;
  1010. for(i=0;i<16;i++)
  1011. {
  1012. p->xmit_cmds[0]->cmd_status = 0;
  1013. WAIT_4_SCB_CMD();
  1014. if( (p->scb->cus & CU_STATUS) == CU_SUSPEND)
  1015. p->scb->cmd_cuc = CUC_RESUME;
  1016. else
  1017. {
  1018. p->scb->cbl_offset = make16(p->xmit_cmds[0]);
  1019. p->scb->cmd_cuc = CUC_START;
  1020. }
  1021. ni_attn586();
  1022. dev->trans_start = jiffies;
  1023. if(!i)
  1024. dev_kfree_skb(skb);
  1025. WAIT_4_SCB_CMD();
  1026. if( (p->scb->cus & CU_ACTIVE)) /* test it, because CU sometimes doesn't start immediately */
  1027. break;
  1028. if(p->xmit_cmds[0]->cmd_status)
  1029. break;
  1030. if(i==15)
  1031. printk("%s: Can't start transmit-command.n",dev->name);
  1032. }
  1033. # else
  1034. next_nop = (p->nop_point + 1) & 0x1;
  1035. p->xmit_buffs[0]->size = TBD_LAST | len;
  1036. p->xmit_cmds[0]->cmd_link  = p->nop_cmds[next_nop]->cmd_link
  1037. = make16((p->nop_cmds[next_nop]));
  1038. p->xmit_cmds[0]->cmd_status = p->nop_cmds[next_nop]->cmd_status = 0;
  1039. p->nop_cmds[p->nop_point]->cmd_link = make16((p->xmit_cmds[0]));
  1040. dev->trans_start = jiffies;
  1041. p->nop_point = next_nop;
  1042. dev_kfree_skb(skb);
  1043. # endif
  1044. #else
  1045. p->xmit_buffs[p->xmit_count]->size = TBD_LAST | len;
  1046. if( (next_nop = p->xmit_count + 1) == NUM_XMIT_BUFFS )
  1047. next_nop = 0;
  1048. p->xmit_cmds[p->xmit_count]->cmd_status = 0;
  1049. /* linkpointer of xmit-command already points to next nop cmd */
  1050. p->nop_cmds[next_nop]->cmd_link = make16((p->nop_cmds[next_nop]));
  1051. p->nop_cmds[next_nop]->cmd_status = 0;
  1052. p->nop_cmds[p->xmit_count]->cmd_link = make16((p->xmit_cmds[p->xmit_count]));
  1053. dev->trans_start = jiffies;
  1054. p->xmit_count = next_nop;
  1055. {
  1056. unsigned long flags;
  1057. save_flags(flags);
  1058. cli();
  1059. if(p->xmit_count != p->xmit_last)
  1060. netif_wake_queue(dev);
  1061. p->lock = 0;
  1062. restore_flags(flags);
  1063. }
  1064. dev_kfree_skb(skb);
  1065. #endif
  1066. }
  1067. return 0;
  1068. }
  1069. /*******************************************
  1070.  * Someone wanna have the statistics
  1071.  */
  1072. static struct net_device_stats *ni52_get_stats(struct net_device *dev)
  1073. {
  1074. struct priv *p = (struct priv *) dev->priv;
  1075. unsigned short crc,aln,rsc,ovrn;
  1076. crc = p->scb->crc_errs; /* get error-statistic from the ni82586 */
  1077. p->scb->crc_errs = 0;
  1078. aln = p->scb->aln_errs;
  1079. p->scb->aln_errs = 0;
  1080. rsc = p->scb->rsc_errs;
  1081. p->scb->rsc_errs = 0;
  1082. ovrn = p->scb->ovrn_errs;
  1083. p->scb->ovrn_errs = 0;
  1084. p->stats.rx_crc_errors += crc;
  1085. p->stats.rx_fifo_errors += ovrn;
  1086. p->stats.rx_frame_errors += aln;
  1087. p->stats.rx_dropped += rsc;
  1088. return &p->stats;
  1089. }
  1090. /********************************************************
  1091.  * Set MC list ..
  1092.  */
  1093. static void set_multicast_list(struct net_device *dev)
  1094. {
  1095. netif_stop_queue(dev);
  1096. ni_disint();
  1097. alloc586(dev);
  1098. init586(dev);
  1099. startrecv586(dev);
  1100. ni_enaint();
  1101. netif_wake_queue(dev);
  1102. }
  1103. #ifdef MODULE
  1104. static struct net_device dev_ni52;
  1105. /* set: io,irq,memstart,memend or set it when calling insmod */
  1106. static int irq=9;
  1107. static int io=0x300;
  1108. static long memstart; /* e.g 0xd0000 */
  1109. static long memend; /* e.g 0xd4000 */
  1110. MODULE_PARM(io, "i");
  1111. MODULE_PARM(irq, "i");
  1112. MODULE_PARM(memstart, "l");
  1113. MODULE_PARM(memend, "l");
  1114. MODULE_PARM_DESC(io, "NI5210 I/O base address,required");
  1115. MODULE_PARM_DESC(irq, "NI5210 IRQ number,required");
  1116. MODULE_PARM_DESC(memstart, "NI5210 memory base address,required");
  1117. MODULE_PARM_DESC(memend, "NI5210 memory end address,required");
  1118. int init_module(void)
  1119. {
  1120. if(io <= 0x0 || !memend || !memstart || irq < 2) {
  1121. printk("ni52: Autoprobing not allowed for modules.nni52: Set symbols 'io' 'irq' 'memstart' and 'memend'n");
  1122. return -ENODEV;
  1123. }
  1124. dev_ni52.init = ni52_probe;
  1125. dev_ni52.irq = irq;
  1126. dev_ni52.base_addr = io;
  1127. dev_ni52.mem_end = memend;
  1128. dev_ni52.mem_start = memstart;
  1129. if (register_netdev(&dev_ni52) != 0)
  1130. return -EIO;
  1131. return 0;
  1132. }
  1133. void cleanup_module(void)
  1134. {
  1135. release_region(dev_ni52.base_addr, NI52_TOTAL_SIZE);
  1136. unregister_netdev(&dev_ni52);
  1137. kfree(dev_ni52.priv);
  1138. dev_ni52.priv = NULL;
  1139. }
  1140. #endif /* MODULE */
  1141. #if 0
  1142. /*
  1143.  * DUMP .. we expect a not running CMD unit and enough space
  1144.  */
  1145. void ni52_dump(struct net_device *dev,void *ptr)
  1146. {
  1147. struct priv *p = (struct priv *) dev->priv;
  1148. struct dump_cmd_struct *dump_cmd = (struct dump_cmd_struct *) ptr;
  1149. int i;
  1150. p->scb->cmd_cuc = CUC_ABORT;
  1151. ni_attn586();
  1152. WAIT_4_SCB_CMD();
  1153. WAIT_4_SCB_CMD_RUC();
  1154. dump_cmd->cmd_status = 0;
  1155. dump_cmd->cmd_cmd = CMD_DUMP | CMD_LAST;
  1156. dump_cmd->dump_offset = make16((dump_cmd + 1));
  1157. dump_cmd->cmd_link = 0xffff;
  1158. p->scb->cbl_offset = make16(dump_cmd);
  1159. p->scb->cmd_cuc = CUC_START;
  1160. ni_attn586();
  1161. WAIT_4_STAT_COMPL(dump_cmd);
  1162. if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
  1163. printk("%s: Can't get dump information.n",dev->name);
  1164. for(i=0;i<170;i++) {
  1165. printk("%02x ",(int) ((unsigned char *) (dump_cmd + 1))[i]);
  1166. if(i % 24 == 23)
  1167. printk("n");
  1168. }
  1169. printk("n");
  1170. }
  1171. #endif
  1172. MODULE_LICENSE("GPL");
  1173. /*
  1174.  * END: linux/drivers/net/ni52.c
  1175.  */