summaryrefslogtreecommitdiff
path: root/sys/dev/sun/files.sun
blob: e604e4f4175dc889bfd7cc8b5f8c3261cf8b1258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# $NetBSD: files.sun,v 1.4 2000/09/21 23:40:47 eeh Exp $
#
# Configuration file for devices found on Sun machines.
#

file	dev/sun/event.c


#
# Framebuffer drivers
#

# Raster operations for RASTERCONSOLE (this is here so dependencies work).
include	"dev/rasops/files.rasops"

# Brooktree DAC attribute
define	bt_dac
file	dev/sun/bt_subr.c		bt_dac

# Include /dev/fb driver only if a framebuffer card is included
define	fb
file	dev/sun/fb.c			fb needs-flag

# pfour `add-on'; used by several drivers
define	pfour
file	dev/sun/pfour_subr.c		pfour needs-flag

device bwtwo: fb, rasops1, pfour
file	dev/sun/bwtwo.c			bwtwo needs-flag

device cgthree: bt_dac, fb, rasops8
file	dev/sun/cgthree.c	cgthree needs-flag

device cgsix: bt_dac, fb, rasops8, pfour
file	dev/sun/cgsix.c			cgsix needs-flag

#device sunkbd
#file	dev/sun/sunkbd.c		sunkbd needs-flag
#file	dev/sun/kbd.c			sunkbd

#device sunms
#file	dev/sun/sunms.c			sunms needs-flag
#file	dev/sun/ms.c			sunms