Home | History | Annotate | Line # | Download | only in hpc
files.hpcfb revision 1.1.2.1
      1      1.1      uch #	$NetBSD: files.hpcfb,v 1.1.2.1 2002/04/01 07:45:14 nathanw 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.1.2.1  nathanw define	hpccmap
     14  1.1.2.1  nathanw file	dev/hpc/hpccmap.c	hpccmap
     15  1.1.2.1  nathanw 
     16  1.1.2.1  nathanw 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.1.2.1  nathanw 
     20      1.1      uch 
     21