Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 18:36:06 +0700
From:      Igor Kharin <igor@kharin.org>
To:        Olivier SMEDTS <olivier@gid0.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: can't build kernel without atkbd
Message-ID:  <c6fc28880905070436n39ef501ek2e0f5b1ece54a8b@mail.gmail.com>
In-Reply-To: <367b2c980905061318j3618bd1cpf2ed4619fd5a3b37@mail.gmail.com>
References:  <367b2c980905061318j3618bd1cpf2ed4619fd5a3b37@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/5/7 Olivier SMEDTS <olivier@gid0.org>:
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6fc28880905070436n39ef501ek2e0f5b1ece54a8b>