Home | History | Annotate | Line # | Download | only in hpc
      1 #	$NetBSD: files.hpcfb,v 1.4 2008/02/21 19:52:00 uwe Exp $
      2 #	H/PC framebuffer interface for wsdisplay
      3 
      4 define	hpcfbif {}
      5 device	hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, rasops16
      6 attach	hpcfb at hpcfbif
      7 file	dev/hpc/hpcfb.c		hpcfb		needs-flag
      8 
      9 define	hpccmap
     10 file	dev/hpc/hpccmap.c	hpccmap
     11 
     12 device	bivideo: hpcfbif, hpccmap
     13 attach	bivideo at mainbus
     14 file	dev/hpc/bivideo.c	bivideo		needs-flag
     15 
     16 defflag	opt_hpcfb.h		FBDEBUG
     17