summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorarun <arun@FreeBSD.org>2005-11-21 04:47:46 +0000
committerarun <arun@FreeBSD.org>2005-11-21 04:47:46 +0000
commit3b3fcd18bf398cd942cf88cb7f5cc7a6aae1a25a (patch)
treeff5c894fe4097706a4a71dcae9c8eb46a0a479fe /sys/powerpc
parent85fff8c580f83d33cbff47991e253eb22ef67a23 (diff)
downloadFreeBSD-src-3b3fcd18bf398cd942cf88cb7f5cc7a6aae1a25a.zip
FreeBSD-src-3b3fcd18bf398cd942cf88cb7f5cc7a6aae1a25a.tar.gz
Create a device node in /dev when a USB keyboard is plugged in.
Reviewed by: grehan
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 323de51..53ca3df 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -129,6 +129,7 @@ device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
+options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da0
device ums # Mouse
OpenPOWER on IntegriCloud