xref: /netbsd/sys/dev/hpc/files.hpcfb (revision bf9ec67e)
1#	$NetBSD: files.hpcfb,v 1.2 2002/03/06 15:00:04 uch 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
20
21