xref: /netbsd-src/sys/dev/pci/voyager/files.voyager (revision e622eac459adf11c2e710d7a4de0f05510bbbe61)
1d0e648c1Smacallan# Silicon Motion SM502 / Voyager GX
2d0e648c1Smacallan
3d0e648c1Smacallandefine voyagerbus {}
4d0e648c1Smacallan
5d0e648c1Smacallan# the graphics part
62e1e7cb4Smacallandevice	voyagerfb: wsemuldisplaydev, rasops8, rasops16, rasops32, vcons, videomode, iic, i2c_bitbang, glyphcache
7d0e648c1Smacallanattach	voyagerfb at voyagerbus
8e9495f5cSmacallanfile	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
96696a0c3Smacallandefflag	opt_voyagerfb.h	VOYAGERFB_DEBUG VOYAGERFB_ANTIALIAS
105b4a01a4Smacallandefflag	opt_voyagerfb.h	VOYAGERFB_DEPTH_32
11e9495f5cSmacallan
12e9495f5cSmacallan# a clock timer
132f868507Smacallandefflag opt_pwmclock.h PWMCLOCK_DEBUG
14e9495f5cSmacallandevice 	pwmclock
15e9495f5cSmacallanattach 	pwmclock at voyagerbus
16e9495f5cSmacallanfile	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
17e9495f5cSmacallan
18e9495f5cSmacallan# the audio part
19*e622eac4Sisakidevice 	vac: audiobus
20e9495f5cSmacallanattach 	vac at voyagerbus
21e9495f5cSmacallanfile 	dev/pci/voyager/vac.c			vac needs-flag
22