mbuf
mbuf
- Subject: mbuf
- From: sugumaran narayanan <email@hidden>
- Date: Tue, 8 May 2007 06:41:03 -0700 (PDT)
Hi all
My ethernet driver for a pc card's output packet function fails, whenever i try to move data from the mbuf structure
for(mn = pkt;mn;mbuf_next(mn))
{
//bcopy(mbuf_data(mn)), des_ptr_ub, mbuf_len(mn));
des_ptr_ub += mbuf_len(mn);
}
the bcopy fails and creates a kernel panic . any reasons???
regards
Sugumaran CL
Ahhh...imagining that irresistible "new car" smell?
Check out
new cars at Yahoo! Autos.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: mbuf
- From: Andrew Gallatin <email@hidden>