blob: 5b97a421ceeac9b564e97f81e37db6bdab32a89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: files.hpcfb,v 1.2 2002/03/06 15:00:04 uch Exp $
# H/PC framebuffer interface for wsdisplay
# Raster operations
include "dev/rasops/files.rasops"
include "dev/wsfont/files.wsfont"
define hpcfbif {}
device hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, rasops16
attach hpcfb at hpcfbif
file dev/hpc/hpcfb.c hpcfb needs-flag
define hpccmap
file dev/hpc/hpccmap.c hpccmap
device bivideo: hpcfbif, hpccmap
attach bivideo at mainbus
file dev/hpc/bivideo.c bivideo needs-flag
|