NetBSD/sys/arch/sgimips/dev/files.dev
sekiya 5110af7a8b Add support for keyboard and mouse attachments at zs*, used on IP12 and IP20.
Code written by Steve Rumble; committed with his blessing.

Using a glass TTY as a console on IP20 (IP12 untested) should now be possible.
2004-07-08 22:30:53 +00:00

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