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