Home | History | Annotate | Line # | Download | only in hpc
files.hpcfb revision 1.2
      1  1.2  uch #	$NetBSD: files.hpcfb,v 1.2 2002/03/06 15:00:04 uch Exp $
      2  1.1  uch #	H/PC framebuffer interface for wsdisplay
      3  1.1  uch 
      4  1.1  uch # Raster operations
      5  1.1  uch include "dev/rasops/files.rasops"
      6  1.1  uch include "dev/wsfont/files.wsfont"
      7  1.1  uch 
      8  1.1  uch define	hpcfbif {}
      9  1.1  uch device	hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, rasops16
     10  1.1  uch attach	hpcfb at hpcfbif
     11  1.1  uch file	dev/hpc/hpcfb.c		hpcfb		needs-flag
     12  1.1  uch 
     13  1.2  uch define	hpccmap
     14  1.2  uch file	dev/hpc/hpccmap.c	hpccmap
     15  1.2  uch 
     16  1.2  uch device	bivideo: hpcfbif, hpccmap
     17  1.1  uch attach	bivideo at mainbus
     18  1.1  uch file	dev/hpc/bivideo.c	bivideo		needs-flag
     19  1.2  uch 
     20  1.1  uch 
     21