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