From owner-cvs-all@FreeBSD.ORG Mon Oct 2 16:02:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9886D16A403; Mon, 2 Oct 2006 16:02:42 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4E443D45; Mon, 2 Oct 2006 16:02:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k92G2fca020465; Mon, 2 Oct 2006 16:02:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k92G2fkt020464; Mon, 2 Oct 2006 16:02:41 GMT (envelope-from ru) Message-Id: <200610021602.k92G2fkt020464@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Oct 2006 16:02:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ukbd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 16:02:42 -0000 ru 2006-10-02 16:02:41 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Ignore the UKBD_DFLT_KEYMAP option when compiling as a module. The parallel LINT build sometimes broke if kernel-depend wasn't fast enough in generating ukbdmap.h. If someone thinks this option would still be useful for the module, a proper fix is to add the code generating ukbdmap.h into modules/ukbd/Makefile and backing this change out. Revision Changes Path 1.57 +1 -1 src/sys/dev/usb/ukbd.c