files.voyager revision 1.2 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 device pwmclock
13 attach pwmclock at voyagerbus
14 file dev/pci/voyager/pwmclock.c pwmclock needs-flag
15
16 # the audio part
17 device vac: audiobus, auconv, mulaw
18 attach vac at voyagerbus
19 file dev/pci/voyager/vac.c vac needs-flag
20