can't build kernel without atkbd

Igor Kharin igor at kharin.org
Thu May 7 11:57:22 UTC 2009


2009/5/7 Olivier SMEDTS <olivier at 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.


More information about the freebsd-current mailing list