files.voyager revision 1.6
11.1Smacallan# Silicon Motion SM502 / Voyager GX
21.1Smacallan
31.1Smacallandefine voyagerbus {}
41.1Smacallan
51.1Smacallan# the graphics part
61.5Smacallandevice	voyagerfb: wsemuldisplaydev, rasops8, rasops16, rasops32, vcons, videomode, iic, i2c_bitbang, glyphcache
71.1Smacallanattach	voyagerfb at voyagerbus
81.2Smacallanfile	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
91.4Smacallandefflag	opt_voyagerfb.h	VOYAGERFB_DEBUG VOYAGERFB_ANTIALIAS
101.6Smacallandefflag	opt_voyagerfb.h	VOYAGERFB_DEPTH_32
111.2Smacallan
121.2Smacallan# a clock timer
131.3Smacallandefflag opt_pwmclock.h PWMCLOCK_DEBUG
141.2Smacallandevice 	pwmclock
151.2Smacallanattach 	pwmclock at voyagerbus
161.2Smacallanfile	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
171.2Smacallan
181.2Smacallan# the audio part
191.2Smacallandevice 	vac: audiobus, auconv, mulaw
201.2Smacallanattach 	vac at voyagerbus
211.2Smacallanfile 	dev/pci/voyager/vac.c			vac needs-flag
22