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:08:55
Module Name:	src
Committed By:	thorpej
Date:		Tue Sep 23 23:08:55 UTC 2003

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

Log Message:
Separate the AEN fetching path into its own special path that uses the
reserved CCB.  This means that all remaining callers of twe_param_get*()
are called from a valid thread context, and thus have no need to use a
reserved CCB.  This will allow for further cleanup in a future commit.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/dev/pci/twe.c
cvs rdiff -r1.18 -r1.19 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.