Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   sommerfeld
Date:           Mon Jun  5 22:20:57 UTC 2000

Modified Files:
        syssrc/sys/arch/i386/isa: pccons.c pms.c
        syssrc/sys/dev/ic: pckbc.c pckbcvar.h
        syssrc/sys/dev/pckbc: pckbd.c psm.c psm_intelli.c

Log Message:
If rnd is configured into the kernel, do rnd(4) entropy collection
from devices connected to pckbc:
 - Do actual sample collection in pckbc.
 - Add rndsource_element_t to the slot data.
 - Change pckbc_set_inputhandler() to take an additional argument,
the name of the device, which is (eventually) passed into
rnd_attach_source() to identify the source.
 - Change callers of pckbc_set_inputhander() appropriately.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 syssrc/sys/arch/i386/isa/pccons.c
cvs rdiff -r1.46 -r1.47 syssrc/sys/arch/i386/isa/pms.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/pckbc.c syssrc/sys/dev/ic/pckbcvar.h
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/pckbc/pckbd.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/pckbc/psm.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/pckbc/psm_intelli.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