xref: /netbsd-src/sys/dev/hpc/files.hpcfb (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1#	$NetBSD: files.hpcfb,v 1.1 2001/02/22 18:37:54 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
13device	bivideo: hpcfbif
14attach	bivideo at mainbus
15file	dev/hpc/bivideo.c	bivideo		needs-flag
16file	dev/hpc/hpccmap.c	bivideo
17
18