Home | History | Annotate | Line # | Download | only in voyager
files.voyager revision 1.3
      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.2  macallan device	voyagerfb: wsemuldisplaydev, rasops8, rasops16, vcons, videomode, iic, i2c_bitbang
      7  1.1  macallan attach	voyagerfb at voyagerbus
      8  1.2  macallan file	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
      9  1.1  macallan defflag	opt_voyagerfb.h	VOYAGERFB_DEBUG
     10  1.2  macallan 
     11  1.2  macallan # a clock timer
     12  1.3  macallan defflag opt_pwmclock.h PWMCLOCK_DEBUG
     13  1.2  macallan device 	pwmclock
     14  1.2  macallan attach 	pwmclock at voyagerbus
     15  1.2  macallan file	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
     16  1.2  macallan 
     17  1.2  macallan # the audio part
     18  1.2  macallan device 	vac: audiobus, auconv, mulaw
     19  1.2  macallan attach 	vac at voyagerbus
     20  1.2  macallan file 	dev/pci/voyager/vac.c			vac needs-flag
     21