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