Re: USB CDC ACM

2005-06-04 Thread M. Warner Losh
I beleive that umodem implements the usb cdc acm interface. Warner ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: some question about mbuf reuse

2005-06-04 Thread Mike Silbersack
On Wed, 1 Jun 2005, jun lu wrote: our project write a web server in freebsd kernel. we can receive and send data directly in kernel.Now i have some idea, i think i can creat a mbuf with cluster buffer before i send some data,because the data i want to send are all in kernel,so i can take th

Re: FREEBSD between two trunks

2005-06-04 Thread John-Mark Gurney
[EMAIL PROTECTED] wrote this message on Fri, Jun 03, 2005 at 20:44 +: > I'm trying to setup DUMMYNET to emulate long delays, such as those > encountered in satellite links. The problem is that I have to place my > freebsd host between two trunks passing vlans (2,3,4,5,6). > > So the setup is

Re: FREEBSD between two trunks

2005-06-04 Thread Chris Dionissopoulos
Try to bridge your virtual (vlan) interfaces, but not any physical. i.e. physical nics: fxp0 , fxp1 vlans: vlanid = 2 , vlan0 in fxp0 , vlan1 in fxp1 vlanid = 3 , vlan2 in fxp0 , vlan3 in fxp1 vlanid = 4 , vlan4 in fxp0 , vlan5 in fxp1 vlanid = 5 , vlan6 in fxp0 , vlan7 in fxp1 vlanid = 6 , vlan