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