Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/23/2003 23:50:06
Module Name:	src
Committed By:	thorpej
Date:		Tue Sep 23 23:50:06 UTC 2003

Modified Files:
	src/sys/dev/pci: ld_twe.c twe.c twevar.h

Log Message:
- Make CCB allocation slightly more efficient by changing how the
  CCB is returned to the caller.
- Make code paths that can use twe_ccb_alloc_wait() use it, and assert
  that a CCB is always returned from that function.
- Assert that a CCB is always returned when allocating the reserved CCB
  for an AEN fetch.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/ld_twe.c
cvs rdiff -r1.48 -r1.49 src/sys/dev/pci/twe.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/pci/twevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.