diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 13:42:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 13:42:18 +0000 |
commit | c566d0d296eaebdac5f59e403dfb86f3bffe046b (patch) | |
tree | 514b7252fb13298d5832a2743a8a255ef8ba41e9 /sys/arch/sgi/include | |
parent | 84e2fa4836d32b3ef6fbe493dc152fb85a683405 (diff) |
On Origin-like systems, get glass console information (if any) from the
fake ARCBios component structures associated to the KL configuration.
The ARCBios data tells us if the device is the output console, and the
KL component data tells us its node and widget numbers.
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/mnode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/mnode.h b/sys/arch/sgi/include/mnode.h index bae3ec5b698..13f8b3762ec 100644 --- a/sys/arch/sgi/include/mnode.h +++ b/sys/arch/sgi/include/mnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mnode.h,v 1.12 2010/01/09 20:33:16 miod Exp $ */ +/* $OpenBSD: mnode.h,v 1.13 2010/03/07 13:42:15 miod Exp $ */ /* * Copyright (c) 2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -418,5 +418,6 @@ int kl_scan_board(lboard_t *, uint, int (*)(klinfo_t *, void *), void *); extern int kl_n_mode; extern u_int kl_n_shift; +extern klinfo_t *kl_glass_console; #endif /* __MACHINE_MNODE_H__ */ |