files.dec revision 1.5 1 # $NetBSD: files.dec,v 1.5 2002/02/25 14:58:09 ad Exp $
2 #
3 # Config file and device description for machine-independent
4 # code for devices for Digital Equipment Corp. systems.
5 # Included by ports that need it.
6
7 # Attribute for DEC lance padded-DMA copy functions. Lance attachments
8 # which need it should specify the le_de_subr attribute.
9 define le_dec_subr
10
11 # DMA copy functions. Lance attachments qhich Decices
12 file dev/dec/if_le_dec.c le_dec_subr
13
14 # LK201 keyboard
15 file dev/dec/lk201_ws.c lkkbd
16 file dev/dec/wskbdmap_lk201.c lkkbd
17
18 # DZ-11 (-compatible) tty device driver.
19 device dz { line = -1 }: tty
20 file dev/dec/dz.c dz needs-flag
21
22 device lkkbd: wskbddev
23 attach lkkbd at dz with dzkbd
24 file dev/dec/dzkbd.c dzkbd needs-flag
25
26 device lkms: wsmousedev
27 attach lkms at dz with dzms
28 file dev/dec/dzms.c dzms needs-flag
29