How to enable VLAN interface on normal interface

2007-02-27 Thread tanniru.sankar
Hi, I need some help on enabling VLAN interface on an ethernet interface. Please provide me the steps to configure and enable VLAN interface on FreeBSD 6.0 OS. Thanks The information contained in this electronic message and any attachments to this message are intended for the exclusi

RE: ' bus_dmamap_load_mbuf_sg ( ) ' function usage problem

2006-12-29 Thread tanniru.sankar
Hi Mark, Is it possible to allocate contigous memory of MJUM9BYTES ( 9K ) and dmamap_load in one segment ? Thanks, Sankar -Original Message- From: John-Mark Gurney [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 2:19 AM To: Tanniru Sankar (W

' bus_dmamap_load_mbuf_sg ( ) ' function usage problem

2006-12-18 Thread tanniru.sankar
Hi, I am facing a problem on FreeBSD 7.0 during mapping using ' bus_dmamap_load_mbuf_sg ( ) ' function . Details are below. It is AMD 64 bit machine. I have allocated jumbo buffer memory using ' m_getcl ' function. mp = m_getjcl(M_DONTWAIT, MT_DATA, M_PKTHDR, MJUM9BYTES);