39 lines
821 B
Plaintext
39 lines
821 B
Plaintext
# $NetBSD: files.dev,v 1.3 2004/07/08 22:30:53 sekiya Exp $
|
|
|
|
define giobus {}
|
|
|
|
device int
|
|
attach int at mainbus
|
|
file arch/sgimips/dev/int.c int
|
|
|
|
device imc: giobus, eisabus
|
|
attach imc at mainbus
|
|
file arch/sgimips/dev/imc.c imc
|
|
|
|
device pic: giobus
|
|
attach pic at mainbus
|
|
file arch/sgimips/dev/pic.c pic
|
|
|
|
device crime
|
|
attach crime at mainbus
|
|
file arch/sgimips/dev/crime.c crime
|
|
|
|
device zsc {[channel = -1]}
|
|
device zstty: tty
|
|
attach zstty at zsc
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
|
|
|
device zskbd: wskbddev
|
|
attach zskbd at zsc
|
|
file arch/sgimips/dev/zs_kbd.c zskbd needs-flag
|
|
|
|
device zsms: wsmousedev
|
|
attach zsms at zsc
|
|
file arch/sgimips/dev/zs_ms.c zsms
|
|
|
|
file arch/sgimips/dev/zs_kgdb.c kgdb
|
|
file arch/sgimips/dev/zs.c zsc needs-flag
|
|
file dev/ic/z8530sc.c zsc
|
|
|
|
file arch/sgimips/dev/wskbdmap_sgi.c zskbd
|