Home | History | Annotate | Line # | Download | only in voyager
      1 # Silicon Motion SM502 / Voyager GX
      2 
      3 define voyagerbus {}
      4 
      5 # the graphics part
      6 device	voyagerfb: wsemuldisplaydev, rasops8, rasops16, rasops32, vcons, videomode, iic, i2c_bitbang, glyphcache
      7 attach	voyagerfb at voyagerbus
      8 file	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
      9 defflag	opt_voyagerfb.h	VOYAGERFB_DEBUG VOYAGERFB_ANTIALIAS
     10 defflag	opt_voyagerfb.h	VOYAGERFB_DEPTH_32
     11 
     12 # a clock timer
     13 defflag opt_pwmclock.h PWMCLOCK_DEBUG
     14 device 	pwmclock
     15 attach 	pwmclock at voyagerbus
     16 file	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
     17 
     18 # the audio part
     19 device 	vac: audiobus
     20 attach 	vac at voyagerbus
     21 file 	dev/pci/voyager/vac.c			vac needs-flag
     22