Date: Mon, 23 Oct 2006 10:05:36 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/conf NOTES Message-ID: <200610231005.k9NA5a0h005337@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2006-10-23 10:05:36 UTC FreeBSD src repository Modified files: sys/sparc64/conf NOTES Log: Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off: : # Options for atkbd: : options ATKBD_DFLT_KEYMAP # specify the built-in keymap : makeoptions ATKBD_DFLT_KEYMAP=jp.106 [...] : nooption ATKBD_DFLT_KEYMAP : nomakeoption ATKBD_DFLT_KEYMAP (Previously the option was inherited from MI NOTES.) So my tool in rev. 1.26 reduced this to removing all "ATKBD_DFLT_KEYMAP" lines, leaving the option effectively disabled as it was before, but since it's actually supported on sparc64, turn it on now. Revision Changes Path 1.27 +4 -0 src/sys/sparc64/conf/NOTES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610231005.k9NA5a0h005337>