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.1 macallan device voyagerfb: wsemuldisplaydev, rasops8, rasops16, rasops32, vcons, videomode, iic, i2c_bitbang 7 1.1 macallan attach voyagerfb at voyagerbus 8 1.1.6.1 mrg file dev/pci/voyager/voyagerfb.c voyagerfb needs-flag 9 1.1.6.1 mrg defflag opt_voyagerfb.h VOYAGERFB_DEBUG VOYAGERFB_ANTIALIAS 10 1.1.6.1 mrg 11 1.1.6.1 mrg # a clock timer 12 1.1.6.1 mrg defflag opt_pwmclock.h PWMCLOCK_DEBUG 13 1.1.6.1 mrg device pwmclock 14 1.1.6.1 mrg attach pwmclock at voyagerbus 15 1.1.6.1 mrg file dev/pci/voyager/pwmclock.c pwmclock needs-flag 16 1.1.6.1 mrg 17 1.1.6.1 mrg # the audio part 18 1.1.6.1 mrg device vac: audiobus, auconv, mulaw 19 1.1.6.1 mrg attach vac at voyagerbus 20 1.1.6.1 mrg file dev/pci/voyager/vac.c vac needs-flag 21