xref: /netbsd-src/sys/dev/hpc/files.hpcfb (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
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