diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-29 17:37:10 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-29 17:37:10 +0000 |
commit | 90afeea55a5f9e45f962adbbf8b6f98aea05c85d (patch) | |
tree | d4dd256a708a6f690d8877f9aed261a18f337e25 /sys/arch/sgi/include | |
parent | 698e0023fa1a7b4f5ee9538ebddb2382616a5d12 (diff) |
Make it possible to disable the Sync-on-Green signal by setting the
ARCBios environment variable OSLoadOptions to "nosog". Now everyone
can enjoy running O2 without an SGI monitor and don't turn vegetarian
afterwards. All the essential bits come from NetBSD's crmfb driver
except they've chosen to use a "SyncOnGreen" variable not saved by
the ARCS. Pointers and corrections from and ok miod, jsing
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 6fdb3a55034..7a6f08c6cc7 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.36 2012/05/27 14:27:10 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.37 2012/05/29 17:37:09 mikeb Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -102,6 +102,7 @@ void ip30_autoconf(struct device *); void ip32_setup(void); extern char osloadpartition[256]; +extern char osloadoptions[129]; extern int16_t masternasid; extern int16_t currentnasid; |