OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Thu Apr 20 2006 - 08:02:26 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2006/04/20 07:02:26

Modified files:
        sys/dev/ic : ami.c amivar.h

Log message:
get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead
of TAILQ_TAIL when pulling ccbs off the free list since it does less
"interesting" things with pointers. changes prompted by lint bitching.