Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
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.
Home |
Main Index |
Thread Index |
Old Index