NOTES (a898ee51c41d57805da6b969ee019a39f348c4e4) NOTES (0f0379fa5581c6b89d22bd041f7443581bac616c)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2399 unchanged lines hidden (view full) ---

2408# line of whatever acquired the lock in the lock itself, and changes a
2409# number of function calls to pass around the relevant data. This is
2410# not at all useful unless you are debugging lock code. Note that
2411# modules should be recompiled as this option modifies KBI.
2412#
2413options DEBUG_LOCKS
2414
2415#####################################################################
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2399 unchanged lines hidden (view full) ---

2408# line of whatever acquired the lock in the lock itself, and changes a
2409# number of function calls to pass around the relevant data. This is
2410# not at all useful unless you are debugging lock code. Note that
2411# modules should be recompiled as this option modifies KBI.
2412#
2413options DEBUG_LOCKS
2414
2415#####################################################################
2416# Generic HID support
2417device hid
2416# HID support
2417device hid # Generic HID support
2418options HID_DEBUG # enable debug msgs
2419device hidbus # HID bus
2420device hidmap # HID to evdev mapping
2421device hidraw # Raw access driver
2422options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias
2423device hconf # Multitouch configuration TLC
2424device hcons # Consumer controls
2425device hgame # Generic game controllers
2426device hkbd # HID keyboard
2427device hms # HID mouse
2428device hmt # HID multitouch (MS-compatible)
2429device hpen # Generic pen driver
2430device hsctrl # System controls
2431device ps4dshock # Sony PS4 DualShock 4 gamepad driver
2432device xb360gp # XBox 360 gamepad driver
2418
2419#####################################################################
2420# USB support
2421# UHCI controller
2422device uhci
2423# OHCI controller
2424device ohci
2425# EHCI controller

--- 29 unchanged lines hidden (view full) ---

2455device ums
2456# USB touchpad(s)
2457device atp
2458device wsp
2459# eGalax USB touch screen
2460device uep
2461# Diamond Rio 500 MP3 player
2462device urio
2433
2434#####################################################################
2435# USB support
2436# UHCI controller
2437device uhci
2438# OHCI controller
2439device ohci
2440# EHCI controller

--- 29 unchanged lines hidden (view full) ---

2470device ums
2471# USB touchpad(s)
2472device atp
2473device wsp
2474# eGalax USB touch screen
2475device uep
2476# Diamond Rio 500 MP3 player
2477device urio
2478# HID-over-USB driver
2479device usbhid
2480
2463#
2464# USB serial support
2465device ucom
2466# USB support for 3G modem cards by Option, Novatel, Huawei and Sierra
2467device u3g
2468# USB support for Technologies ARK3116 based serial adapters
2469device uark
2470# USB support for Belkin F5U103 and compatible serial adapters

--- 100 unchanged lines hidden (view full) ---

2571options UPLCOM_INTR_INTERVAL=100 # interrupt pipe interval
2572 # in milliseconds
2573
2574# options for uvscom:
2575options UVSCOM_DEFAULT_OPKTSIZE=8 # default output packet size
2576options UVSCOM_INTR_INTERVAL=100 # interrupt pipe interval
2577 # in milliseconds
2578
2481#
2482# USB serial support
2483device ucom
2484# USB support for 3G modem cards by Option, Novatel, Huawei and Sierra
2485device u3g
2486# USB support for Technologies ARK3116 based serial adapters
2487device uark
2488# USB support for Belkin F5U103 and compatible serial adapters

--- 100 unchanged lines hidden (view full) ---

2589options UPLCOM_INTR_INTERVAL=100 # interrupt pipe interval
2590 # in milliseconds
2591
2592# options for uvscom:
2593options UVSCOM_DEFAULT_OPKTSIZE=8 # default output packet size
2594options UVSCOM_INTR_INTERVAL=100 # interrupt pipe interval
2595 # in milliseconds
2596
2597# options for usbhid:
2598options USBHID_ENABLED # Prefer usbhid to other USBHID drivers
2599
2579#####################################################################
2580# FireWire support
2581
2582device firewire # FireWire bus code
2583device sbp # SCSI over Firewire (Requires scbus and da)
2584device sbp_targ # SBP-2 Target mode (Requires scbus and targ)
2585device fwe # Ethernet over FireWire (non-standard!)
2586device fwip # IP over FireWire (RFC2734 and RFC3146)

--- 246 unchanged lines hidden ---
2600#####################################################################
2601# FireWire support
2602
2603device firewire # FireWire bus code
2604device sbp # SCSI over Firewire (Requires scbus and da)
2605device sbp_targ # SBP-2 Target mode (Requires scbus and targ)
2606device fwe # Ethernet over FireWire (non-standard!)
2607device fwip # IP over FireWire (RFC2734 and RFC3146)

--- 246 unchanged lines hidden ---