Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Tue May 13 15:42:34 UTC 2003
Modified Files:
src/sys/conf: files
src/sys/dev/ic: Makefile icp.c icpreg.h icpsp.c icpvar.h ld_icp.c
src/sys/dev/pci: icp_pci.c
Added Files:
src/sys/dev/ic: icp_ioctl.c icp_ioctl.h
Log Message:
Add support for the user-generated command interface and event logging
required by the ICP-Vortex management tools. Many thanks to Achim Leubner
at ICP-Vortex for a few bug fixes and for testing.
To generate a diff of this commit:
cvs rdiff -r1.610 -r1.611 src/sys/conf/files
cvs rdiff -r1.20 -r1.21 src/sys/dev/ic/Makefile
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/icp.c
cvs rdiff -r0 -r1.1 src/sys/dev/ic/icp_ioctl.c src/sys/dev/ic/icp_ioctl.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/icpreg.h src/sys/dev/ic/icpvar.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/icpsp.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/ld_icp.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/icp_pci.c
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