Source-Changes archive

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

CVS commit: syssrc/sys/dev/pckbc



Module Name:    syssrc
Committed By:   fvdl
Date:           Sun Dec  9 13:42:02 UTC 2001

Modified Files:
        syssrc/sys/dev/pckbc: pckbd.c

Log Message:
pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd at
that time will have bad results, such as queue corruption because
of multiple TAILQ_INSERTs, etc, because it's not designed to work
in an interrupt/context-free environment. Use pckbc_poll_cmd instead.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/pckbc/pckbd.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