Home | History | Annotate | Line # | Download | only in sun
files.sun revision 1.2
      1 # $NetBSD: files.sun,v 1.2 2000/08/22 21:30:27 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 
     23 # pfour `add-on'; used by several drivers
     24 define	pfour
     25 file	dev/sun/pfour_subr.c		pfour needs-flag
     26 
     27 device bwtwo: fb, rasops1, pfour
     28 file	dev/sun/bwtwo.c			bwtwo needs-flag
     29 
     30 device cgthree: bt_dac, fb, rasops8
     31 file	dev/sun/cgthree.c	cgthree needs-flag
     32 
     33 device cgsix: bt_dac, fb, rasops8, pfour
     34 file	dev/sun/cgsix.c			cgsix needs-flag
     35