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