files.dev revision 1.11
11.11Smacallan#	$NetBSD: files.dev,v 1.11 2011/04/04 22:15:13 macallan Exp $
21.1Ssekiya
31.1Ssekiyadefine giobus {}
41.1Ssekiya
51.10Srumble# `int' should be first, as it provides intr_establish and other platform hooks
61.10Srumbledevice	int
71.10Srumbleattach	int at mainbus
81.10Srumblefile	arch/sgimips/dev/int.c		int
91.10Srumble
101.10Srumbledevice	ctl
111.10Srumbleattach	ctl at mainbus
121.10Srumblefile	arch/sgimips/dev/ctl.c
131.10Srumble
141.10Srumbledevice	imc: giobus, eisabus
151.10Srumbleattach	imc at mainbus
161.10Srumblefile	arch/sgimips/dev/imc.c		imc needs-flag
171.10Srumble
181.10Srumbledevice	pic: giobus
191.10Srumbleattach	pic at mainbus
201.10Srumblefile	arch/sgimips/dev/pic.c		pic needs-flag
211.10Srumble
221.10Srumbledevice	dpclock
231.10Srumbleattach	dpclock at mainbus
241.10Srumblefile	arch/sgimips/dev/dpclock.c	dpclock
251.10Srumble
261.10Srumbledevice	dsclock
271.10Srumbleattach	dsclock at mainbus 
281.10Srumblefile	arch/sgimips/dev/dsclock.c	dsclock
291.10Srumble
301.10Srumbledevice	crime
311.10Srumbleattach	crime at mainbus
321.10Srumblefile	arch/sgimips/dev/crime.c		crime needs-flag
331.10Srumble
341.11Smacallandevice	crmfb: wsemuldisplaydev, vcons, rasops8, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid 
351.10Srumbleattach	crmfb at mainbus
361.10Srumblefile	arch/sgimips/dev/crmfb.c		crmfb needs-flag
371.10Srumble
381.10Srumbledevice	scn: tty
391.10Srumbleattach	scn at mainbus
401.10Srumblefile	arch/sgimips/dev/scn.c			scn needs-flag
411.7Sjmcneill
421.1Ssekiyadevice	zsc {[channel = -1]}
431.1Ssekiyadevice	zstty: tty
441.1Ssekiyaattach	zstty at zsc
451.1Ssekiyafile 	dev/ic/z8530tty.c			zstty needs-flag
461.3Ssekiya
471.4Stsutsuidevice	zskbd: wskbddev
481.3Ssekiyaattach	zskbd at zsc
491.3Ssekiyafile	arch/sgimips/dev/zs_kbd.c		zskbd needs-flag
501.3Ssekiya
511.3Ssekiyadevice	zsms: wsmousedev
521.3Ssekiyaattach	zsms at zsc
531.3Ssekiyafile	arch/sgimips/dev/zs_ms.c		zsms
541.3Ssekiya
551.1Ssekiyafile	arch/sgimips/dev/zs_kgdb.c		kgdb
561.1Ssekiyafile 	arch/sgimips/dev/zs.c			zsc needs-flag
571.1Ssekiyafile 	dev/ic/z8530sc.c			zsc
581.3Ssekiya
591.3Ssekiyafile	arch/sgimips/dev/wskbdmap_sgi.c		zskbd
60