diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-01 01:31:31 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-01 01:31:31 +0200 |
commit | b7ad5329938fd3354f28cc50d9dbec458062c579 (patch) | |
tree | e6166ade328ed79cf69be27d12fa52dd245c11ca /sys/src/9/sgi/dat.h | |
parent | ebf85fb7b75f0bdc3cb27693641bc34c11ca7bed (diff) |
sgi: very primitive newport graphics driver for indy
Diffstat (limited to 'sys/src/9/sgi/dat.h')
-rw-r--r-- | sys/src/9/sgi/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/sgi/dat.h b/sys/src/9/sgi/dat.h index 9e3acb98c..49cb2f8d9 100644 --- a/sys/src/9/sgi/dat.h +++ b/sys/src/9/sgi/dat.h @@ -66,6 +66,7 @@ struct Conf ulong ialloc; /* bytes available for interrupt-time allocation */ ulong pipeqsize; /* size in bytes of pipe queues */ int nuart; /* number of uart devices */ + int monitor; }; /* |