1 1.1 uch # $NetBSD: files.hpcfb,v 1.1 2001/02/22 18:37:54 uch Exp $ 2 1.1 uch # H/PC framebuffer interface for wsdisplay 3 1.1 uch 4 1.1 uch # Raster operations 5 1.1 uch include "dev/rasops/files.rasops" 6 1.1 uch include "dev/wsfont/files.wsfont" 7 1.1 uch 8 1.1 uch define hpcfbif {} 9 1.1 uch device hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, rasops16 10 1.1 uch attach hpcfb at hpcfbif 11 1.1 uch file dev/hpc/hpcfb.c hpcfb needs-flag 12 1.1 uch 13 1.1 uch device bivideo: hpcfbif 14 1.1 uch attach bivideo at mainbus 15 1.1 uch file dev/hpc/bivideo.c bivideo needs-flag 16 1.1 uch file dev/hpc/hpccmap.c bivideo 17 1.1 uch 18