sys/dev/em/if_em.c

2006-07-26 Thread Murat Balaban
Hello hackers, I have a special-purpose setting where I have a ng_hub like kernel module (ng_lb) which I've been coding. The box I'm using has two em(4) adapters, and I've hooked em0's lower with my ng_lb's link0, and em1's lower with ng_lb's link1. Situation looks like this: lower

Re: sys/dev/em/if_em.c

2006-07-26 Thread Eric Anderson
On 07/26/06 06:16, Murat Balaban wrote: Hello hackers, I have a special-purpose setting where I have a ng_hub like kernel module (ng_lb) which I've been coding. The box I'm using has two em(4) adapters, and I've hooked em0's lower with my ng_lb's link0, and em1's lower with ng_lb's link1.

Re: sys/dev/em/if_em.c

2006-07-26 Thread Julian Elischer
Murat Balaban wrote: Hello hackers, I have a special-purpose setting where I have a ng_hub like kernel module (ng_lb) which I've been coding. The box I'm using has two em(4) adapters, and I've hooked em0's lower with my ng_lb's link0, and em1's lower with ng_lb's link1. Situation looks like