diff options
author | 2010-03-07 13:42:15 +0000 | |
---|---|---|
committer | 2010-03-07 13:42:15 +0000 | |
commit | 44e8cb744dc9de40f13e62a78e7403fd8eb71b5d (patch) | |
tree | 6553bf1c9a2a5c5f243ebfa7617b4c97785ea1f3 /sys/arch/sgi/include | |
parent | Add an MD interface for PCI drivers to be able to retrieve the node and widget (diff) | |
download | wireguard-openbsd-44e8cb744dc9de40f13e62a78e7403fd8eb71b5d.tar.xz wireguard-openbsd-44e8cb744dc9de40f13e62a78e7403fd8eb71b5d.zip |
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__ */ |