1# $NetBSD: files.dev,v 1.9 2007/10/17 19:57:04 garbled Exp $ 2 3define giobus {} 4 5device int 6attach int at mainbus 7file arch/sgimips/dev/int.c int 8 9device imc: giobus, eisabus 10attach imc at mainbus 11file arch/sgimips/dev/imc.c imc needs-flag 12 13device pic: giobus 14attach pic at mainbus 15file arch/sgimips/dev/pic.c pic needs-flag 16 17device crime 18attach crime at mainbus 19file arch/sgimips/dev/crime.c crime needs-flag 20 21device crmfb: wsemuldisplaydev, vcons, rasops8, rasops16, rasops32 22attach crmfb at mainbus 23file arch/sgimips/dev/crmfb.c crmfb needs-flag 24 25device zsc {[channel = -1]} 26device zstty: tty 27attach zstty at zsc 28file dev/ic/z8530tty.c zstty needs-flag 29 30device zskbd: wskbddev 31attach zskbd at zsc 32file arch/sgimips/dev/zs_kbd.c zskbd needs-flag 33 34device zsms: wsmousedev 35attach zsms at zsc 36file arch/sgimips/dev/zs_ms.c zsms 37 38file arch/sgimips/dev/zs_kgdb.c kgdb 39file arch/sgimips/dev/zs.c zsc needs-flag 40file dev/ic/z8530sc.c zsc 41 42file arch/sgimips/dev/wskbdmap_sgi.c zskbd 43