Deleted Added
sdiff udiff text old ( 147531 ) new ( 208027 )
full compact
1.\"-
2.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
23.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" from: OpenBSD: creator.4,v 1.20 2005/03/05 01:48:59 miod Exp
27.\" $FreeBSD: head/share/man/man4/man4.sparc64/creator.4 147531 2005-06-22 15:35:14Z ru $
28.\"
29.Dd June 18, 2005
30.Dt CREATOR 4 sparc64
31.Os
32.Sh NAME
33.Nm creator
34.Nd "accelerated color frame buffer"
35.Sh SYNOPSIS

--- 21 unchanged lines hidden (view full) ---

57these frame buffers
58(used by X11).
59.Sh FILES
60.Bl -tag -width ".Pa /dev/fb*"
61.It Pa /dev/fb*
62.Nm
63device nodes
64.El
65.Sh CAVEATS
66Font loading and mode switching are not implemented.
67.Sh SEE ALSO
68.Xr machfb 4 ,
69.Xr syscons 4
70.Sh HISTORY
71The
72.Nm
73driver first appeared in
74.Ox 3.2 .

--- 6 unchanged lines hidden (view full) ---

81The
82.Nm
83driver was written by
84.An "Jake Burkholder" Aq jake@FreeBSD.org
85roughly based on the
86.Ox
87driver written by
88.An "Jason L. Wright" .