files.voyager revision 1.2
1# Silicon Motion SM502 / Voyager GX
2
3define voyagerbus {}
4
5# the graphics part
6device	voyagerfb: wsemuldisplaydev, rasops8, rasops16, vcons, videomode, iic, i2c_bitbang
7attach	voyagerfb at voyagerbus
8file	dev/pci/voyager/voyagerfb.c		voyagerfb needs-flag
9defflag	opt_voyagerfb.h	VOYAGERFB_DEBUG
10
11# a clock timer
12device 	pwmclock
13attach 	pwmclock at voyagerbus
14file	dev/pci/voyager/pwmclock.c		pwmclock needs-flag
15
16# the audio part
17device 	vac: audiobus, auconv, mulaw
18attach 	vac at voyagerbus
19file 	dev/pci/voyager/vac.c			vac needs-flag
20