1 # $NetBSD: files.sun,v 1.3 2000/08/23 13:41:15 pk Exp $ 2 # 3 # Configuration file for devices found on Sun machines. 4 # 5 6 file dev/sun/event.c 7 8 9 # 10 # Framebuffer drivers 11 # 12 13 # Raster operations for RASTERCONSOLE (this is here so dependencies work). 14 include "dev/rasops/files.rasops" 15 16 # Brooktree DAC attribute 17 define bt_dac 18 file dev/sun/bt_subr.c bt_dac 19 20 # Include /dev/fb driver only if a framebuffer card is included 21 define fb 22 file dev/sun/fb.c fb needs-flag 23 24 # pfour `add-on'; used by several drivers 25 define pfour 26 file dev/sun/pfour_subr.c pfour needs-flag 27 28 device bwtwo: fb, rasops1, pfour 29 file dev/sun/bwtwo.c bwtwo needs-flag 30 31 device cgthree: bt_dac, fb, rasops8 32 file dev/sun/cgthree.c cgthree needs-flag 33 34 device cgsix: bt_dac, fb, rasops8, pfour 35 file dev/sun/cgsix.c cgsix needs-flag 36