Skip to content

Instantly share code, notes, and snippets.

@yamajun
Last active July 28, 2016 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamajun/9ed11de9f3f13c7ff5d7 to your computer and use it in GitHub Desktop.
Save yamajun/9ed11de9f3f13c7ff5d7 to your computer and use it in GitHub Desktop.
NetBSD/evbarm kernel configuration file for me.
# Note: kernel(netbsd.ub) size less then 6.4[MByte]
include "arch/evbarm/conf/OPENBLOCKS_A6"
no config netbsd
config netbsd root on wd0a type ?
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options WSEMUL_VT100 # VT100 / VT220 emulation
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
# console scrolling support.
options WSDISPLAY_SCROLLSUPPORT
# USB Mice
ums* at uhidev? reportid ?
wsmouse* at ums? mux 0
# USB Touchscreens
uts* at uhidev? reportid ?
wsmouse* at uts? mux 0
# USB eGalax touch-panel
uep* at uhub? port ?
wsmouse* at uep? mux 0
# USB Keyboards
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB LCDs and USB-VGA adaptors
udl* at uhub? port ? # DisplayLink DL-1x0/1x5
wsdisplay* at udl?
# USB audio
uaudio* at uhub? port ? configuration ?
uaudio* at usbifif?
# USB MIDI
umidi* at uhub? port ? configuration ?
# Video capture devices
uvideo* at uhub? # USB Video Class capture devices
video* at videobus? # Analog capture interface
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
axen* at uhub? port ? # ASIX AX88178a/AX88179 based adapters
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification
# USB 802.11 adapters
athn* at uhub? port ? # Atheros AR9002U
atu* at uhub? port ? # Atmel at76c50x 802.11b
otus* at uhub? port ? # Atheros AR9001U
ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
run* at uhub? port ? # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
urtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g
urtwn* at uhub? port ? # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
zyd* at uhub? port ? # Zydas ZD1211
# Bluetooth HID support
bthidev* at bthub?
# Bluetooth Mouse
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0
# Bluetooth Keyboard
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
# Audio support
audio* at audiobus?
# MIDI support
midi* at midibus?
pseudo-device sequencer # MIDI sequencer
# wscons pseudo-devices
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment