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