1# $NetBSD: files.dec,v 1.10 2023/08/19 19:21:34 andvar 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_dec_subr attribute. 9define le_dec_subr 10 11# DMA copy functions. 12file dev/dec/if_le_dec.c le_dec_subr 13 14# LK201 keyboard 15file dev/dec/lk201_ws.c lkkbd 16 17define lkkbdmap 18file dev/dec/wskbdmap_lk201.c lkkbdmap 19 20# DZ-11 (-compatible) tty device driver. 21device dz { line = -1 }: tty 22file dev/dec/dz.c dz needs-flag 23 24device vsms: wsmousedev 25device lkkbd: wskbddev, lkkbdmap 26 27