K 10 svn:author V 5 harti K 8 svn:date V 27 2003-10-30T10:43:52.000000Z K 7 svn:log V 412 Reinvent the used-flag for external mbufs. This and the on-card flag are now in the header of the external buffer itself which allows us to manipulate them in the free routine without having to lock the softc structure or the free list. To get space for these flags the chunk number is reduced to 8 bit which amounts to a maximum of 256 chunks per allocated page. This restriction is now enforced by a CTASSERT. END