Re: svn commit: r192018 - head/sys/arm/at91

2009-05-12 Thread Stanislav Sedov
On Tue, 12 May 2009 12:17:05 -0400 John Baldwin mentioned: > On Tuesday 12 May 2009 12:07:08 pm Stanislav Sedov wrote: > > Author: stas > > Date: Tue May 12 16:07:08 2009 > > New Revision: 192018 > > URL: http://svn.freebsd.org/changeset/base/192018 > > > > Log: > > - Implement detach path. >

Re: svn commit: r192018 - head/sys/arm/at91

2009-05-12 Thread John Baldwin
On Tuesday 12 May 2009 12:07:08 pm Stanislav Sedov wrote: > Author: stas > Date: Tue May 12 16:07:08 2009 > New Revision: 192018 > URL: http://svn.freebsd.org/changeset/base/192018 > > Log: > - Implement detach path. > - Release memory and DMA resources on stop. > - Unload the associated DMA

svn commit: r192018 - head/sys/arm/at91

2009-05-12 Thread Stanislav Sedov
Author: stas Date: Tue May 12 16:07:08 2009 New Revision: 192018 URL: http://svn.freebsd.org/changeset/base/192018 Log: - Implement detach path. - Release memory and DMA resources on stop. - Unload the associated DMA maps after transmit is complete. Modified: head/sys/arm/at91/if_ate.c M