Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc
Module Name: src
Committed By: bjh21
Date: Tue Feb 10 01:11:45 UTC 2004
Modified Files:
src/sys/arch/sparc/dev: pckbc_js.c
src/sys/arch/sparc/include: types.h
Log Message:
__HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses
sys/dev/pckbc/files.pckbc." This is true of sparc, so define __HAVE_NWSCONS,
and remove the code in pckbc_machdep_cnattach() that was conditional on its
not being defined and that is no longer needed (since with __HAVE_NWSCONS,
pckbc_cnattach() will call pckbd_cnattach() itself if necessary).
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/sparc/dev/pckbc_js.c
cvs rdiff -r1.37 -r1.38 src/sys/arch/sparc/include/types.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