1# $NetBSD: files.hpcfb,v 1.3 2006/10/09 10:33:42 peter Exp $ 2# H/PC framebuffer interface for wsdisplay 3 4# Raster operations 5include "dev/rasops/files.rasops" 6include "dev/wsfont/files.wsfont" 7 8define hpcfbif {} 9device hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, rasops16 10attach hpcfb at hpcfbif 11file dev/hpc/hpcfb.c hpcfb needs-flag 12 13define hpccmap 14file dev/hpc/hpccmap.c hpccmap 15 16device bivideo: hpcfbif, hpccmap 17attach bivideo at mainbus 18file dev/hpc/bivideo.c bivideo needs-flag 19 20defflag opt_hpcfb.h FBDEBUG 21