files.voyager revision 1.2
11.1Smacallan# Silicon Motion SM502 / Voyager GX
21.1Smacallan
31.1Smacallandefine voyagerbus {}
41.1Smacallan
51.1Smacallan# the graphics part
61.2Smacallandevice	voyagerfb: wsemuldisplaydev, rasops8, rasops16, vcons, videomode, iic, i2c_bitbang
71.1Smacallanattach	voyagerfb at voyagerbus
81.2Smacallanfile	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
91.1Smacallandefflag	opt_voyagerfb.h	VOYAGERFB_DEBUG
101.2Smacallan
111.2Smacallan# a clock timer
121.2Smacallandevice 	pwmclock
131.2Smacallanattach 	pwmclock at voyagerbus
141.2Smacallanfile	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
151.2Smacallan
161.2Smacallan# the audio part
171.2Smacallandevice 	vac: audiobus, auconv, mulaw
181.2Smacallanattach 	vac at voyagerbus
191.2Smacallanfile 	dev/pci/voyager/vac.c			vac needs-flag
20