NetBSD/sys/dev/hpc/files.hpcfb

21 lines
513 B
Plaintext
Raw Normal View History

# $NetBSD: files.hpcfb,v 1.2 2002/03/06 15:00:04 uch Exp $
2001-02-22 21:37:54 +03:00
# 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
2001-02-22 21:37:54 +03:00
attach bivideo at mainbus
file dev/hpc/bivideo.c bivideo needs-flag
2001-02-22 21:37:54 +03:00