diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-27 15:31:01 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-27 15:31:01 +0000 |
commit | 91e4040d93a4e30e2f59e581c586043a49d31e39 (patch) | |
tree | acbed2ce71d3a9411e26e01fdccd1112e57fc2c4 /sys/arch/sgi/conf/files.sgi | |
parent | d1f8f49d4141edeb39ba6fbf589c776b8485f27d (diff) |
Initial support for the SGI Graphics Back End (GBE) frame buffer found in
SGI O2 machines. We currently rely on the video hardware being initialised
by the ARCS firmware and can only use the initial resolution with a colour
depth of 32 bits. This driver is disabled by default.
ok miod@
Diffstat (limited to 'sys/arch/sgi/conf/files.sgi')
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index 100cc12e849..70dd2fd625d 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.14 2007/10/18 18:59:29 jsing Exp $ +# $OpenBSD: files.sgi,v 1.15 2007/11/27 15:31:00 jsing Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -84,6 +84,11 @@ attach clock at macebus with clock_macebus attach clock at xbowmux with clock_xbowmux file arch/sgi/sgi/clock_md.c clock +# GBE framebuffer +device gbe: wsemuldisplaydev, rasops8, rasops16, rasops32 +attach gbe at mainbus +file arch/sgi/dev/gbe.c gbe + # 16[45]50-based "com" ports on localbus attach com at xbowmux with com_xbow attach com at macebus with com_localbus |