blob: 46ab4e0696b736d85d1b162ed1ca9279e074ba7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: files.dec,v 1.9 2019/12/27 09:47:55 msaitoh Exp $
#
# Config file and device description for machine-independent
# code for devices for Digital Equipment Corp. systems.
# Included by ports that need it.
# Attribute for DEC lance padded-DMA copy functions. Lance attachments
# which need it should specify the le_dec_subr attribute.
define le_dec_subr
# DMA copy functions. Lance attachments qhich Decices
file dev/dec/if_le_dec.c le_dec_subr
# LK201 keyboard
file dev/dec/lk201_ws.c lkkbd
define lkkbdmap
file dev/dec/wskbdmap_lk201.c lkkbdmap
# DZ-11 (-compatible) tty device driver.
device dz { line = -1 }: tty
file dev/dec/dz.c dz needs-flag
device vsms: wsmousedev
device lkkbd: wskbddev, lkkbdmap
|