search for: ethdev

Displaying 3 results from an estimated 3 matches for "ethdev".

Did you mean: eth_dev
2007 Apr 18
1
[Bridge] A question about modify bridge source
...memset(br,0,sizeof(*br)); strncpy(br->dev.name,"BRIDGE",IFNAMSIZ); ether_setup(&br->dev); Bridge_dev_setup(&br->dev); br->lock = RW_LOCK_UNLOCKED; br->hash_lock = RW_LOCK_UNLOCKED; register_netdev(&br->dev); // netif_start_queue(&br->dev); ethdev = dev_get_by_name("eth0"); ethdev->br_port = (struct net_bridge_port *)br; dev_set_promiscuity(ethdev,1); dev_hold(ethdev); return br; } static void Bridge_passup(struct sk_buff *skb) { skb->dev = &brg->dev; skb->pkt_type = PACKET_HOST; skb_push(skb,ETH_HLEN); skb...
2004 Jul 03
2
Multiple E1s over TDMoE?
When I was trying to run mutiple E1s over TDMoE, the zaptel would drivers complain about too little memory, whenever I added more than 31 channels. Requesting 62 channels in a dynamic span gave me ... span creation failed: Cannot allocate memory upon loading the zaptel drivers. How would you go about running, 8 or 16 say, E1s over TDMoE? Would you create multiple dynamic spans or just one large
2005 Jun 30
0
[PATCH] Device model path cleanup
...f you don''t use absolute paths below, bochs looks under the cwd of xend, -# which is usually "/" -#ata0-master: type=disk, path=/var/images/min-el3-i386.img, cylinders=800, heads=4, spt=32 -i440fxsupport: enabled=1 -ne2k: ioaddr=0x300, irq=9, mac=b0:c4:22:01:00:00, ethmod=linux, ethdev=eth0 -ata0-master: type=disk, path=/var/images/1g-el3-i386.img, mode=flat, cylinders=2048, heads=16, spt=63 -boot: c - -log: /tmp/bochsout.txt -#debug: action=report -info: action=report -error: action=report -panic: action=ask - -mouse: enabled=0 _______________________________________________ Xe...