| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * PCBIT-D interface with isdn4linux | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 1996 Universidade de Lisboa | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * Written by Pedro Roque Marques (roque@di.fc.ul.pt) | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  |  * This software may be used and distributed according to the terms of | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * the GNU General Public License, incorporated herein by reference. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *	Fixes: | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *	Nuno Grilo	<l38486@alfa.ist.utl.pt> | 
					
						
							|  |  |  |  *      fixed msn_list NULL pointer dereference. | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/module.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							| 
									
										
										
										
											2009-10-07 17:09:06 +04:00
										 |  |  | #include <linux/sched.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include <linux/slab.h>
 | 
					
						
							|  |  |  | #include <linux/mm.h>
 | 
					
						
							|  |  |  | #include <linux/interrupt.h>
 | 
					
						
							|  |  |  | #include <linux/string.h>
 | 
					
						
							|  |  |  | #include <linux/skbuff.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/isdnif.h>
 | 
					
						
							|  |  |  | #include <asm/string.h>
 | 
					
						
							|  |  |  | #include <asm/io.h>
 | 
					
						
							|  |  |  | #include <linux/ioport.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "pcbit.h"
 | 
					
						
							|  |  |  | #include "edss1.h"
 | 
					
						
							|  |  |  | #include "layer2.h"
 | 
					
						
							|  |  |  | #include "capi.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern ushort last_ref_num; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int pcbit_ioctl(isdn_ctrl *ctl); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static char *pcbit_devname[MAX_PCBIT_CARDS] = { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	"pcbit0", | 
					
						
							|  |  |  | 	"pcbit1", | 
					
						
							|  |  |  | 	"pcbit2", | 
					
						
							|  |  |  | 	"pcbit3" | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * prototypes | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int pcbit_command(isdn_ctrl *ctl); | 
					
						
							|  |  |  | static int pcbit_stat(u_char __user *buf, int len, int, int); | 
					
						
							| 
									
										
										
										
											2005-06-25 14:58:35 -07:00
										 |  |  | static int pcbit_xmit(int driver, int chan, int ack, struct sk_buff *skb); | 
					
						
							|  |  |  | static int pcbit_writecmd(const u_char __user *, int, int, int); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int set_protocol_running(struct pcbit_dev *dev); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | static void pcbit_clear_msn(struct pcbit_dev *dev); | 
					
						
							|  |  |  | static void pcbit_set_msn(struct pcbit_dev *dev, char *list); | 
					
						
							|  |  |  | static int pcbit_check_msn(struct pcbit_dev *dev, char *msn); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int pcbit_init_dev(int board, int mem_base, int irq) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct pcbit_dev *dev; | 
					
						
							|  |  |  | 	isdn_if *dev_if; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	if ((dev = kzalloc(sizeof(struct pcbit_dev), GFP_KERNEL)) == NULL) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		printk("pcbit_init: couldn't malloc pcbit_dev struct\n"); | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev_pcbit[board] = dev; | 
					
						
							|  |  |  | 	init_waitqueue_head(&dev->set_running_wq); | 
					
						
							|  |  |  | 	spin_lock_init(&dev->lock); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	if (mem_base >= 0xA0000 && mem_base <= 0xFFFFF) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		dev->ph_mem = mem_base; | 
					
						
							|  |  |  | 		if (!request_mem_region(dev->ph_mem, 4096, "PCBIT mem")) { | 
					
						
							|  |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			       "PCBIT: memory region %lx-%lx already in use\n", | 
					
						
							|  |  |  | 			       dev->ph_mem, dev->ph_mem + 4096); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			kfree(dev); | 
					
						
							|  |  |  | 			dev_pcbit[board] = NULL; | 
					
						
							|  |  |  | 			return -EACCES; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		dev->sh_mem = ioremap(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	else | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		printk("memory address invalid"); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		dev_pcbit[board] = NULL; | 
					
						
							|  |  |  | 		return -EACCES; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-08 02:39:35 -08:00
										 |  |  | 	dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (!dev->b1) { | 
					
						
							|  |  |  | 		printk("pcbit_init: couldn't malloc pcbit_chan struct\n"); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-08 02:39:35 -08:00
										 |  |  | 	dev->b2 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (!dev->b2) { | 
					
						
							|  |  |  | 		printk("pcbit_init: couldn't malloc pcbit_chan struct\n"); | 
					
						
							|  |  |  | 		kfree(dev->b1); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->b2->id = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-11-22 14:57:56 +00:00
										 |  |  | 	INIT_WORK(&dev->qdelivery, pcbit_deliver); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/*
 | 
					
						
							|  |  |  | 	 *  interrupts | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	if (request_irq(irq, &pcbit_irq_handler, 0, pcbit_devname[board], dev) != 0) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		kfree(dev->b1); | 
					
						
							|  |  |  | 		kfree(dev->b2); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		dev_pcbit[board] = NULL; | 
					
						
							|  |  |  | 		return -EIO; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->irq = irq; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* next frame to be received */ | 
					
						
							|  |  |  | 	dev->rcv_seq = 0; | 
					
						
							|  |  |  | 	dev->send_seq = 0; | 
					
						
							|  |  |  | 	dev->unack_seq = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->hl_hdrlen = 16; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev_if = kmalloc(sizeof(isdn_if), GFP_KERNEL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!dev_if) { | 
					
						
							|  |  |  | 		free_irq(irq, dev); | 
					
						
							|  |  |  | 		kfree(dev->b1); | 
					
						
							|  |  |  | 		kfree(dev->b2); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		dev_pcbit[board] = NULL; | 
					
						
							|  |  |  | 		return -EIO; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->dev_if = dev_if; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev_if->owner = THIS_MODULE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev_if->channels = 2; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	dev_if->features = (ISDN_FEATURE_P_EURO  | ISDN_FEATURE_L3_TRANS | | 
					
						
							|  |  |  | 			    ISDN_FEATURE_L2_HDLC | ISDN_FEATURE_L2_TRANS); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	dev_if->writebuf_skb = pcbit_xmit; | 
					
						
							|  |  |  | 	dev_if->hl_hdrlen = 16; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev_if->maxbufsize = MAXBUFSIZE; | 
					
						
							|  |  |  | 	dev_if->command  = pcbit_command; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	dev_if->writecmd = pcbit_writecmd; | 
					
						
							|  |  |  | 	dev_if->readstat = pcbit_stat; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	strcpy(dev_if->id, pcbit_devname[board]); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!register_isdn(dev_if)) { | 
					
						
							|  |  |  | 		free_irq(irq, dev); | 
					
						
							|  |  |  | 		kfree(dev->b1); | 
					
						
							|  |  |  | 		kfree(dev->b2); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 		dev_pcbit[board] = NULL; | 
					
						
							|  |  |  | 		return -EIO; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->id = dev_if->channels; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->l2_state = L2_DOWN; | 
					
						
							|  |  |  | 	dev->free = 511; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/*
 | 
					
						
							|  |  |  | 	 * set_protocol_running(dev); | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef MODULE
 | 
					
						
							|  |  |  | void pcbit_terminate(int board) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	dev = dev_pcbit[board]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (dev) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		/* unregister_isdn(dev->dev_if); */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		free_irq(dev->irq, dev); | 
					
						
							|  |  |  | 		pcbit_clear_msn(dev); | 
					
						
							|  |  |  | 		kfree(dev->dev_if); | 
					
						
							|  |  |  | 		if (dev->b1->fsm_timer.function) | 
					
						
							|  |  |  | 			del_timer(&dev->b1->fsm_timer); | 
					
						
							|  |  |  | 		if (dev->b2->fsm_timer.function) | 
					
						
							|  |  |  | 			del_timer(&dev->b2->fsm_timer); | 
					
						
							|  |  |  | 		kfree(dev->b1); | 
					
						
							|  |  |  | 		kfree(dev->b2); | 
					
						
							|  |  |  | 		iounmap(dev->sh_mem); | 
					
						
							|  |  |  | 		release_mem_region(dev->ph_mem, 4096); | 
					
						
							|  |  |  | 		kfree(dev); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int pcbit_command(isdn_ctrl *ctl) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	struct pcbit_chan *chan; | 
					
						
							|  |  |  | 	struct callb_data info; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev = finddev(ctl->driver); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!dev) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk("pcbit_command: unknown device\n"); | 
					
						
							|  |  |  | 		return -1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	chan = (ctl->arg & 0x0F) ? dev->b2 : dev->b1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	switch (ctl->command) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case ISDN_CMD_IOCTL: | 
					
						
							|  |  |  | 		return pcbit_ioctl(ctl); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_DIAL: | 
					
						
							|  |  |  | 		info.type = EV_USR_SETUP_REQ; | 
					
						
							|  |  |  | 		info.data.setup.CalledPN = (char *) &ctl->parm.setup.phone; | 
					
						
							|  |  |  | 		pcbit_fsm_event(dev, chan, EV_USR_SETUP_REQ, &info); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_ACCEPTD: | 
					
						
							|  |  |  | 		pcbit_fsm_event(dev, chan, EV_USR_SETUP_RESP, NULL); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_ACCEPTB: | 
					
						
							|  |  |  | 		printk("ISDN_CMD_ACCEPTB - not really needed\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_HANGUP: | 
					
						
							|  |  |  | 		pcbit_fsm_event(dev, chan, EV_USR_RELEASE_REQ, NULL); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_SETL2: | 
					
						
							|  |  |  | 		chan->proto = (ctl->arg >> 8); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_CLREAZ: | 
					
						
							|  |  |  | 		pcbit_clear_msn(dev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_SETEAZ: | 
					
						
							|  |  |  | 		pcbit_set_msn(dev, ctl->parm.num); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case ISDN_CMD_SETL3: | 
					
						
							|  |  |  | 		if ((ctl->arg >> 8) != ISDN_PROTO_L3_TRANS) | 
					
						
							|  |  |  | 			printk(KERN_DEBUG "L3 protocol unknown\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit_command: unknown command\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * Another Hack :-( | 
					
						
							|  |  |  |  * on some conditions the board stops sending TDATA_CONFs | 
					
						
							|  |  |  |  * let's see if we can turn around the problem | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef BLOCK_TIMER
 | 
					
						
							|  |  |  | static void pcbit_block_timer(unsigned long data) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct pcbit_chan *chan; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	isdn_ctrl ictl; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	chan = (struct pcbit_chan *)data; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	dev = chan2dev(chan); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (dev == NULL) { | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit: chan2dev failed\n"); | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	del_timer(&chan->block_timer); | 
					
						
							|  |  |  | 	chan->block_timer.function = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 	printk(KERN_DEBUG "pcbit_block_timer\n"); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	chan->queued = 0; | 
					
						
							|  |  |  | 	ictl.driver = dev->id; | 
					
						
							|  |  |  | 	ictl.command = ISDN_STAT_BSENT; | 
					
						
							|  |  |  | 	ictl.arg = chan->id; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	dev->dev_if->statcallb(&ictl); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-25 14:58:35 -07:00
										 |  |  | static int pcbit_xmit(int driver, int chnum, int ack, struct sk_buff *skb) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	ushort hdrlen; | 
					
						
							|  |  |  | 	int refnum, len; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_chan *chan; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev = finddev(driver); | 
					
						
							|  |  |  | 	if (dev == NULL) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk("finddev returned NULL"); | 
					
						
							|  |  |  | 		return -1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	chan = chnum ? dev->b2 : dev->b1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (chan->fsm_state != ST_ACTIVE) | 
					
						
							|  |  |  | 		return -1; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	if (chan->queued >= MAX_QUEUED) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | #ifdef DEBUG_QUEUE
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		printk(KERN_DEBUG | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		       "pcbit: %d packets already in queue - write fails\n", | 
					
						
							|  |  |  | 		       chan->queued); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		/*
 | 
					
						
							|  |  |  | 		 * packet stays on the head of the device queue | 
					
						
							|  |  |  | 		 * since dev_start_xmit will fail | 
					
						
							|  |  |  | 		 * see net/core/dev.c | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | #ifdef BLOCK_TIMER
 | 
					
						
							|  |  |  | 		if (chan->block_timer.function == NULL) { | 
					
						
							|  |  |  | 			init_timer(&chan->block_timer); | 
					
						
							|  |  |  | 			chan->block_timer.function =  &pcbit_block_timer; | 
					
						
							|  |  |  | 			chan->block_timer.data = (long) chan; | 
					
						
							|  |  |  | 			chan->block_timer.expires = jiffies + 1 * HZ; | 
					
						
							|  |  |  | 			add_timer(&chan->block_timer); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 		return 0; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	chan->queued++; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	len = skb->len; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	hdrlen = capi_tdata_req(chan, skb); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	refnum = last_ref_num++ & 0x7fffU; | 
					
						
							|  |  |  | 	chan->s_refnum = refnum; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pcbit_l2_write(dev, MSG_TDATA_REQ, refnum, skb, hdrlen); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return len; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-25 14:58:35 -07:00
										 |  |  | static int pcbit_writecmd(const u_char __user *buf, int len, int driver, int channel) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	int i, j; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	const u_char *loadbuf; | 
					
						
							|  |  |  | 	u_char *ptr = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	u_char *cbuf; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	int errstat; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev = finddev(driver); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!dev) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk("pcbit_writecmd: couldn't find device"); | 
					
						
							|  |  |  | 		return -ENODEV; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	switch (dev->l2_state) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case L2_LWMODE: | 
					
						
							|  |  |  | 		/* check (size <= rdp_size); write buf into board */ | 
					
						
							|  |  |  | 		if (len < 0 || len > BANK4 + 1 || len > 1024) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			printk("pcbit_writecmd: invalid length %d\n", len); | 
					
						
							|  |  |  | 			return -EINVAL; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-21 22:26:42 +00:00
										 |  |  | 		cbuf = memdup_user(buf, len); | 
					
						
							|  |  |  | 		if (IS_ERR(cbuf)) | 
					
						
							|  |  |  | 			return PTR_ERR(cbuf); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		memcpy_toio(dev->sh_mem, cbuf, len); | 
					
						
							|  |  |  | 		kfree(cbuf); | 
					
						
							|  |  |  | 		return len; | 
					
						
							|  |  |  | 	case L2_FWMODE: | 
					
						
							|  |  |  | 		/* this is the hard part */ | 
					
						
							|  |  |  | 		/* dumb board */ | 
					
						
							|  |  |  | 		/* get it into kernel space */ | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		if ((ptr = kmalloc(len, GFP_KERNEL)) == NULL) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			return -ENOMEM; | 
					
						
							|  |  |  | 		if (copy_from_user(ptr, buf, len)) { | 
					
						
							|  |  |  | 			kfree(ptr); | 
					
						
							|  |  |  | 			return -EFAULT; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		loadbuf = ptr; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		errstat = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		for (i = 0; i < len; i++) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			for (j = 0; j < LOAD_RETRY; j++) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				if (!(readb(dev->sh_mem + dev->loadptr))) | 
					
						
							|  |  |  | 					break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			if (j == LOAD_RETRY) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 				errstat = -ETIME; | 
					
						
							|  |  |  | 				printk("TIMEOUT i=%d\n", i); | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			writeb(loadbuf[i], dev->sh_mem + dev->loadptr + 1); | 
					
						
							|  |  |  | 			writeb(0x01, dev->sh_mem + dev->loadptr); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			dev->loadptr += 2; | 
					
						
							|  |  |  | 			if (dev->loadptr > LOAD_ZONE_END) | 
					
						
							|  |  |  | 				dev->loadptr = LOAD_ZONE_START; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		kfree(ptr); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return errstat ? errstat : len; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		return -EBUSY; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *  demultiplexing of messages | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | void pcbit_l3_receive(struct pcbit_dev *dev, ulong msg, | 
					
						
							|  |  |  | 		      struct sk_buff *skb, | 
					
						
							|  |  |  | 		      ushort hdr_len, ushort refnum) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct pcbit_chan *chan; | 
					
						
							|  |  |  | 	struct sk_buff *skb2; | 
					
						
							|  |  |  | 	unsigned short len; | 
					
						
							|  |  |  | 	struct callb_data cbdata; | 
					
						
							|  |  |  | 	int complete, err; | 
					
						
							|  |  |  | 	isdn_ctrl ictl; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	switch (msg) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	case MSG_TDATA_IND: | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		chan->r_refnum = skb->data[7]; | 
					
						
							|  |  |  | 		skb_pull(skb, 8); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->dev_if->rcvcallb_skb(dev->id, chan->id, skb); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		if (capi_tdata_resp(chan, &skb2) > 0) | 
					
						
							|  |  |  | 			pcbit_l2_write(dev, MSG_TDATA_RESP, refnum, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				       skb2, skb2->len); | 
					
						
							|  |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case MSG_TDATA_CONF: | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		if ((*((ushort *)(skb->data + 2))) != 0) { | 
					
						
							|  |  |  | 			printk(KERN_DEBUG "TDATA_CONF error\n"); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef BLOCK_TIMER
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		if (chan->queued == MAX_QUEUED) { | 
					
						
							|  |  |  | 			del_timer(&chan->block_timer); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			chan->block_timer.function = NULL; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		chan->queued--; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		ictl.driver = dev->id; | 
					
						
							|  |  |  | 		ictl.command = ISDN_STAT_BSENT; | 
					
						
							|  |  |  | 		ictl.arg = chan->id; | 
					
						
							|  |  |  | 		dev->dev_if->statcallb(&ictl); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case MSG_CONN_IND: | 
					
						
							|  |  |  | 		/*
 | 
					
						
							|  |  |  | 		 *  channel: 1st not used will do | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		 *           if both are used we're in trouble | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		 */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!dev->b1->fsm_state) | 
					
						
							|  |  |  | 			chan = dev->b1; | 
					
						
							|  |  |  | 		else if (!dev->b2->fsm_state) | 
					
						
							|  |  |  | 			chan = dev->b2; | 
					
						
							|  |  |  | 		else { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_INFO | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "Incoming connection: no channels available"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			if ((len = capi_disc_req(*(ushort *)(skb->data), &skb2, CAUSE_NOCHAN)) > 0) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				pcbit_l2_write(dev, MSG_DISC_REQ, refnum, skb2, len); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			break; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		cbdata.data.setup.CalledPN = NULL; | 
					
						
							|  |  |  | 		cbdata.data.setup.CallingPN = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		capi_decode_conn_ind(chan, skb, &cbdata); | 
					
						
							|  |  |  | 		cbdata.type = EV_NET_SETUP; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		pcbit_fsm_event(dev, chan, EV_NET_SETUP, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		if (pcbit_check_msn(dev, cbdata.data.setup.CallingPN)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			pcbit_fsm_event(dev, chan, EV_USR_PROCED_REQ, &cbdata); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_USR_RELEASE_REQ, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-11-07 01:01:29 -08:00
										 |  |  | 		kfree(cbdata.data.setup.CalledPN); | 
					
						
							|  |  |  | 		kfree(cbdata.data.setup.CallingPN); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case MSG_CONN_CONF: | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		/*
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		 * We should be able to find the channel by the message | 
					
						
							|  |  |  | 		 * reference number. The current version of the firmware | 
					
						
							|  |  |  | 		 * doesn't sent the ref number correctly. | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		printk(KERN_DEBUG "refnum=%04x b1=%04x b2=%04x\n", refnum, | 
					
						
							|  |  |  | 		       dev->b1->s_refnum, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		       dev->b2->s_refnum); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		/* We just try to find a channel in the right state */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (dev->b1->fsm_state == ST_CALL_INIT) | 
					
						
							|  |  |  | 			chan = dev->b1; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		else { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			if (dev->b2->s_refnum == ST_CALL_INIT) | 
					
						
							|  |  |  | 				chan = dev->b2; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			else { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 				chan = NULL; | 
					
						
							|  |  |  | 				printk(KERN_WARNING "Connection Confirm - no channel in Call Init state\n"); | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (capi_decode_conn_conf(chan, skb, &complete)) { | 
					
						
							|  |  |  | 			printk(KERN_DEBUG "conn_conf indicates error\n"); | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_ERROR, NULL); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			if (complete) | 
					
						
							|  |  |  | 				pcbit_fsm_event(dev, chan, EV_NET_CALL_PROC, NULL); | 
					
						
							|  |  |  | 			else | 
					
						
							|  |  |  | 				pcbit_fsm_event(dev, chan, EV_NET_SETUP_ACK, NULL); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case MSG_CONN_ACTV_IND: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (capi_decode_conn_actv_ind(chan, skb)) { | 
					
						
							|  |  |  | 			printk("error in capi_decode_conn_actv_ind\n"); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			/* pcbit_fsm_event(dev, chan, EV_ERROR, NULL); */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		chan->r_refnum = refnum; | 
					
						
							|  |  |  | 		pcbit_fsm_event(dev, chan, EV_NET_CONN, NULL); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case MSG_CONN_ACTV_CONF: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (capi_decode_conn_actv_conf(chan, skb) == 0) | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_NET_CONN_ACK, NULL); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		else | 
					
						
							|  |  |  | 			printk(KERN_DEBUG "decode_conn_actv_conf failed\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case  MSG_SELP_CONF: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!(err = capi_decode_sel_proto_conf(chan, skb))) | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_NET_SELP_RESP, NULL); | 
					
						
							|  |  |  | 		else { | 
					
						
							|  |  |  | 			/* Error */ | 
					
						
							|  |  |  | 			printk("error %d - capi_decode_sel_proto_conf\n", err); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case MSG_ACT_TRANSP_CONF: | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!capi_decode_actv_trans_conf(chan, skb)) | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_NET_ACTV_RESP, NULL); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case MSG_DISC_IND: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!capi_decode_disc_ind(chan, skb)) | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_NET_DISC, NULL); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			printk(KERN_WARNING "capi_decode_disc_ind - error\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case MSG_DISC_CONF: | 
					
						
							|  |  |  | 		if (!(chan = capi_channel(dev, skb))) { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 			printk(KERN_WARNING | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			       "CAPI header: unknown channel id\n"); | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!capi_decode_disc_ind(chan, skb)) | 
					
						
							|  |  |  | 			pcbit_fsm_event(dev, chan, EV_NET_RELEASE, NULL); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			printk(KERN_WARNING "capi_decode_disc_conf - error\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case MSG_INFO_IND: | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "received Info Indication - discarded\n"); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 	case MSG_DEBUG_188: | 
					
						
							|  |  |  | 		capi_decode_debug_188(skb->data, skb->len); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit_l3_receive: unknown message %08lx\n", | 
					
						
							|  |  |  | 		       msg); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	kfree_skb(skb); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *   Single statbuf | 
					
						
							|  |  |  |  *   should be a statbuf per device | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static char statbuf[STATBUF_LEN]; | 
					
						
							|  |  |  | static int stat_st = 0; | 
					
						
							|  |  |  | static int stat_end = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-25 14:58:35 -07:00
										 |  |  | static int pcbit_stat(u_char __user *buf, int len, int driver, int channel) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	int stat_count; | 
					
						
							|  |  |  | 	stat_count = stat_end - stat_st; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (stat_count < 0) | 
					
						
							|  |  |  | 		stat_count = STATBUF_LEN - stat_st + stat_end; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* FIXME: should we sleep and wait for more cookies ? */ | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	if (len > stat_count) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		len = stat_count; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (stat_st < stat_end) | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2006-10-17 00:10:40 -07:00
										 |  |  | 		if (copy_to_user(buf, statbuf + stat_st, len)) | 
					
						
							|  |  |  | 			return -EFAULT; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		stat_st += len; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		if (len > STATBUF_LEN - stat_st) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2006-10-17 00:10:40 -07:00
										 |  |  | 			if (copy_to_user(buf, statbuf + stat_st, | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 					 STATBUF_LEN - stat_st)) | 
					
						
							| 
									
										
										
										
											2006-10-17 00:10:40 -07:00
										 |  |  | 				return -EFAULT; | 
					
						
							|  |  |  | 			if (copy_to_user(buf, statbuf, | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 					 len - (STATBUF_LEN - stat_st))) | 
					
						
							| 
									
										
										
										
											2006-10-17 00:10:40 -07:00
										 |  |  | 				return -EFAULT; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			stat_st = len - (STATBUF_LEN - stat_st); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2006-10-17 00:10:40 -07:00
										 |  |  | 			if (copy_to_user(buf, statbuf + stat_st, len)) | 
					
						
							|  |  |  | 				return -EFAULT; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			stat_st += len; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			if (stat_st == STATBUF_LEN) | 
					
						
							|  |  |  | 				stat_st = 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (stat_st == stat_end) | 
					
						
							|  |  |  | 		stat_st = stat_end = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return len; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void pcbit_logstat(struct pcbit_dev *dev, char *str) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 	isdn_ctrl ictl; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	for (i = stat_end; i < strlen(str); i++) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		statbuf[i] = str[i]; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		stat_end = (stat_end + 1) % STATBUF_LEN; | 
					
						
							|  |  |  | 		if (stat_end == stat_st) | 
					
						
							|  |  |  | 			stat_st = (stat_st + 1) % STATBUF_LEN; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	ictl.command = ISDN_STAT_STAVAIL; | 
					
						
							|  |  |  | 	ictl.driver = dev->id; | 
					
						
							|  |  |  | 	ictl.arg = strlen(str); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	dev->dev_if->statcallb(&ictl); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | void pcbit_state_change(struct pcbit_dev *dev, struct pcbit_chan *chan, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			unsigned short i, unsigned short ev, unsigned short f) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	char buf[256]; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	sprintf(buf, "change on device: %d channel:%d\n%s -> %s -> %s\n", | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		dev->id, chan->id, | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		isdn_state_table[i], strisdnevent(ev), isdn_state_table[f] | 
					
						
							|  |  |  | 		); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 	printk("%s", buf); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pcbit_logstat(dev, buf); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void set_running_timeout(unsigned long ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 	printk(KERN_DEBUG "set_running_timeout\n"); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 	dev = (struct pcbit_dev *) ptr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wake_up_interruptible(&dev->set_running_wq); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int set_protocol_running(struct pcbit_dev *dev) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							|  |  |  | 	isdn_ctrl ctl; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	init_timer(&dev->set_running_timer); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->set_running_timer.function = &set_running_timeout; | 
					
						
							|  |  |  | 	dev->set_running_timer.data = (ulong) dev; | 
					
						
							|  |  |  | 	dev->set_running_timer.expires = jiffies + SET_RUN_TIMEOUT; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* kick it */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev->l2_state = L2_STARTING; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	writeb((0x80U | ((dev->rcv_seq & 0x07) << 3) | (dev->send_seq & 0x07)), | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	       dev->sh_mem + BANK4); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	add_timer(&dev->set_running_timer); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	interruptible_sleep_on(&dev->set_running_wq); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	del_timer(&dev->set_running_timer); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit: running\n"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->unack_seq = dev->send_seq; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->writeptr = dev->sh_mem; | 
					
						
							|  |  |  | 		dev->readptr = dev->sh_mem + BANK2; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		/* tell the good news to the upper layer */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		ctl.driver = dev->id; | 
					
						
							|  |  |  | 		ctl.command = ISDN_STAT_RUN; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->dev_if->statcallb(&ctl); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit: initialization failed\n"); | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit: firmware not loaded\n"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->l2_state = L2_DOWN; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		printk(KERN_DEBUG "Bank3 = %02x\n", | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		       readb(dev->sh_mem + BANK3)); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		writeb(0x40, dev->sh_mem + BANK4); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* warn the upper layer */ | 
					
						
							|  |  |  | 		ctl.driver = dev->id; | 
					
						
							|  |  |  | 		ctl.command = ISDN_STAT_STOP; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->dev_if->statcallb(&ctl); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return -EL2HLT;	/* Level 2 halted */ | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | static int pcbit_ioctl(isdn_ctrl *ctl) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	struct pcbit_dev *dev; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	struct pcbit_ioctl *cmd; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dev = finddev(ctl->driver); | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	if (!dev) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "pcbit_ioctl: unknown device\n"); | 
					
						
							|  |  |  | 		return -ENODEV; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	cmd = (struct pcbit_ioctl *) ctl->parm.num; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	switch (ctl->arg) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case PCBIT_IOCTL_GETSTAT: | 
					
						
							|  |  |  | 		cmd->info.l2_status = dev->l2_state; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_STRLOAD: | 
					
						
							|  |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->unack_seq = dev->send_seq = dev->rcv_seq = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->writeptr = dev->sh_mem; | 
					
						
							|  |  |  | 		dev->readptr = dev->sh_mem + BANK2; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		dev->l2_state = L2_LOADING; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_LWMODE: | 
					
						
							|  |  |  | 		if (dev->l2_state != L2_LOADING) | 
					
						
							|  |  |  | 			return -EINVAL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		dev->l2_state = L2_LWMODE; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_FWMODE: | 
					
						
							|  |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 		dev->loadptr = LOAD_ZONE_START; | 
					
						
							|  |  |  | 		dev->l2_state = L2_FWMODE; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	case PCBIT_IOCTL_ENDLOAD: | 
					
						
							|  |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 		dev->l2_state = L2_DOWN; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	case PCBIT_IOCTL_SETBYTE: | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* check addr */ | 
					
						
							|  |  |  | 		if (cmd->info.rdp_byte.addr > BANK4) | 
					
						
							|  |  |  | 			return -EFAULT; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		writeb(cmd->info.rdp_byte.value, dev->sh_mem + cmd->info.rdp_byte.addr); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_GETBYTE: | 
					
						
							|  |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* check addr */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (cmd->info.rdp_byte.addr > BANK4) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			printk("getbyte: invalid addr %04x\n", cmd->info.rdp_byte.addr); | 
					
						
							|  |  |  | 			return -EFAULT; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		cmd->info.rdp_byte.value = readb(dev->sh_mem + cmd->info.rdp_byte.addr); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		break; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	case PCBIT_IOCTL_RUNNING: | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (dev->l2_state == L2_RUNNING) | 
					
						
							|  |  |  | 			return -EBUSY; | 
					
						
							|  |  |  | 		return set_protocol_running(dev); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_WATCH188: | 
					
						
							|  |  |  | 		if (dev->l2_state != L2_LOADING) | 
					
						
							|  |  |  | 			return -EINVAL; | 
					
						
							|  |  |  | 		pcbit_l2_write(dev, MSG_WATCH188, 0x0001, NULL, 0); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_PING188: | 
					
						
							|  |  |  | 		if (dev->l2_state != L2_LOADING) | 
					
						
							|  |  |  | 			return -EINVAL; | 
					
						
							|  |  |  | 		pcbit_l2_write(dev, MSG_PING188_REQ, 0x0001, NULL, 0); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_APION: | 
					
						
							|  |  |  | 		if (dev->l2_state != L2_LOADING) | 
					
						
							|  |  |  | 			return -EINVAL; | 
					
						
							|  |  |  | 		pcbit_l2_write(dev, MSG_API_ON, 0x0001, NULL, 0); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	case PCBIT_IOCTL_STOP: | 
					
						
							|  |  |  | 		dev->l2_state = L2_DOWN; | 
					
						
							|  |  |  | 		writeb(0x40, dev->sh_mem + BANK4); | 
					
						
							|  |  |  | 		dev->rcv_seq = 0; | 
					
						
							|  |  |  | 		dev->send_seq = 0; | 
					
						
							|  |  |  | 		dev->unack_seq = 0; | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	default: | 
					
						
							|  |  |  | 		printk("error: unknown ioctl\n"); | 
					
						
							|  |  |  | 		break; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  *        MSN list handling | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *        if null reject all calls | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  |  *        if first entry has null MSN accept all calls | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void pcbit_clear_msn(struct pcbit_dev *dev) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct msn_entry *ptr, *back; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	for (ptr = dev->msn_list; ptr;) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		back = ptr->next; | 
					
						
							|  |  |  | 		kfree(ptr); | 
					
						
							|  |  |  | 		ptr = back; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	dev->msn_list = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void pcbit_set_msn(struct pcbit_dev *dev, char *list) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct msn_entry *ptr; | 
					
						
							|  |  |  | 	struct msn_entry *back = NULL; | 
					
						
							|  |  |  | 	char *cp, *sp; | 
					
						
							|  |  |  | 	int len; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (strlen(list) == 0) { | 
					
						
							|  |  |  | 		ptr = kmalloc(sizeof(struct msn_entry), GFP_ATOMIC); | 
					
						
							|  |  |  | 		if (!ptr) { | 
					
						
							|  |  |  | 			printk(KERN_WARNING "kmalloc failed\n"); | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		ptr->msn = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		ptr->next = dev->msn_list; | 
					
						
							|  |  |  | 		dev->msn_list = ptr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (dev->msn_list) | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		for (back = dev->msn_list; back->next; back = back->next); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 	sp = list; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	do { | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 		cp = strchr(sp, ','); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (cp) | 
					
						
							|  |  |  | 			len = cp - sp; | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			len = strlen(sp); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		ptr = kmalloc(sizeof(struct msn_entry), GFP_ATOMIC); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!ptr) { | 
					
						
							|  |  |  | 			printk(KERN_WARNING "kmalloc failed\n"); | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		ptr->next = NULL; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		ptr->msn = kmalloc(len, GFP_ATOMIC); | 
					
						
							|  |  |  | 		if (!ptr->msn) { | 
					
						
							|  |  |  | 			printk(KERN_WARNING "kmalloc failed\n"); | 
					
						
							|  |  |  | 			kfree(ptr); | 
					
						
							|  |  |  | 			return; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		memcpy(ptr->msn, sp, len - 1); | 
					
						
							|  |  |  | 		ptr->msn[len] = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef DEBUG
 | 
					
						
							|  |  |  | 		printk(KERN_DEBUG "msn: %s\n", ptr->msn); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		if (dev->msn_list == NULL) | 
					
						
							|  |  |  | 			dev->msn_list = ptr; | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			back->next = ptr; | 
					
						
							|  |  |  | 		back = ptr; | 
					
						
							|  |  |  | 		sp += len; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	} while (cp); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  *  check if we do signal or reject an incoming call | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | static int pcbit_check_msn(struct pcbit_dev *dev, char *msn) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct msn_entry *ptr; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 	for (ptr = dev->msn_list; ptr; ptr = ptr->next) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (ptr->msn == NULL) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 			return 1; | 
					
						
							| 
									
										
										
										
											2012-02-19 19:52:38 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 		if (strcmp(ptr->msn, msn) == 0) | 
					
						
							|  |  |  | 			return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } |