From owner-freebsd-current@FreeBSD.ORG Thu May 7 11:57:22 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BE4E1065670 for ; Thu, 7 May 2009 11:57:22 +0000 (UTC) (envelope-from igor@kharin.org) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8B08FC0C for ; Thu, 7 May 2009 11:57:21 +0000 (UTC) (envelope-from igor@kharin.org) Received: by rv-out-0506.google.com with SMTP id k40so615325rvb.43 for ; Thu, 07 May 2009 04:57:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.157.9 with SMTP id f9mr967156wfe.59.1241696166542; Thu, 07 May 2009 04:36:06 -0700 (PDT) In-Reply-To: <367b2c980905061318j3618bd1cpf2ed4619fd5a3b37@mail.gmail.com> References: <367b2c980905061318j3618bd1cpf2ed4619fd5a3b37@mail.gmail.com> Date: Thu, 7 May 2009 18:36:06 +0700 Message-ID: From: Igor Kharin To: Olivier SMEDTS Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: can't build kernel without atkbd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 11:57:22 -0000 2009/5/7 Olivier SMEDTS : > Here's the kernel config : > > cpu HAMMER > ident QUAD > options SCHED_ULE > options PREEMPTION > options IPI_PREEMPTION > options INET > options INET6 > options FFS > options SOFTUPDATES > options UFS_DIRHASH > options COMPAT_IA32 > options SYSVSHM > options SYSVMSG > options SYSVSEM > options _KPOSIX_PRIORITY_SCHEDULING > options KBD_INSTALL_CDEV > options STOP_NMI > options AUDIT > options VIMAGE > options PRINTF_BUFR_SIZE=128 > options SMP > device acpi > device pci > device vga > device sc > device loop > device ether > device pty > device bpf It's OK, just atkbd is required by syscons (man 4 sc): > The syscons driver is implemented on top of the keyboard driver > (atkbd(4)) and the video card driver (vga(4)) and so requires both of > them to be configured in the system.