Bosko Milekic wrote:
> > > Er, wouldn't that be the only way for cards to refil thier DMA
> > > recieve buffers?
> >
> > Look at the Tigon II and FXP drivers.  The allocations in
> > the macros turn into m_get, not m_clusterget.
> 
>         From if_fxp.c (fxp_add_rfabuf(), sometimes called from fxp_intr()):
> 
>         MGETHDR(...);  <-- get mbuf
>         if (m != NULL) {
>                 MCLGET(...); <-- get cluster
>                 ...
>         }

Yes, I had misread things.  Alfred pointed this out to me in
person, earlier.  I had been reading the jumbogram code,
which uses a seperate buffer space, and then just incorrectly
assumed.

Thanks for getting thecorrection into the list archives, so
that future readers will be less confused: you spared me
having to do the same.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to