mdoclint and typo fixes.

This commit is contained in:
wiz 2007-12-02 19:03:16 +00:00
parent 7b371a343f
commit 1c3da1b79c
2 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: chipsfb.4,v 1.1 2007/04/12 18:19:54 macallan Exp $
.\" $NetBSD: chipsfb.4,v 1.2 2007/12/02 19:03:16 wiz Exp $
.\"
.\" Copyright (c) 2007 Michael Lorenz
.\" All rights reserved.
@ -31,18 +31,18 @@
.Os
.Sh NAME
.Nm chipsfb
.Nd Chips & Technologies 6555x based graphics chips
.Nd Chips \*[Amp] Technologies 6555x based graphics chips
.Sh SYNOPSIS
.Cd "chipsfb* at pci?"
.Cd "wsdisplay* at chipsfb?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the C&T 65550 and 65554 graphics controllers.
Currently it depends on the firmware ( usually OpenFirmware ) to set up the
framebuffer but all graphics operations used by wsdisplay use the blitter.
driver provides support for the C\*[Amp]T 65550 and 65554 graphics controllers.
Currently it depends on the firmware (usually Open Firmware) to set up the
framebuffer, but all graphics operations used by wsdisplay use the blitter.
.Sh SEE ALSO
.Xr wscons 4 ,
.Xr wsdisplay 4
.Sh BUGS
The driver has been tested on macppc only.
.Sh SEE ALSO
.Xr wscons 4
.Xr wsdisplay 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: genfb.4,v 1.1 2007/04/12 18:19:54 macallan Exp $
.\" $NetBSD: genfb.4,v 1.2 2007/12/02 19:03:16 wiz Exp $
.\"
.\" Copyright (c) 2007 Michael Lorenz
.\" All rights reserved.
@ -39,10 +39,10 @@
.Sh DESCRIPTION
The
.Nm
driver provides support for generic framebuffers that have no native driver. All
it needs are some parameters to describe the framebuffer and an address.
driver provides support for generic framebuffers that have no native driver.
All it needs are some parameters to describe the framebuffer and an address.
.Ss PCI
When attaching to a
When attaching to a
.Xr pci 4
bus the driver is configured via device properties:
.Bl -tag -width Dv
@ -55,7 +55,7 @@ Line size in bytes.
.It Dv depth Pq Li uint32
Bits per pixel.
.It Dv is_console Pq Li bool
If true
If true,
.Nm
will try to become the system console.
.It Dv address Pq Li uint32
@ -65,15 +65,15 @@ Bus address of the framebuffer.
When attaching to
.Xr sbus 4
all those parameters are retrieved from the firmware.
.Sh SEE ALSO
.Xr pci 4 ,
.Xr sbus 4 ,
.Xr wscons 4 ,
.Xr wsdisplay 4
.Sh BUGS
There is no way to change the colour map even when the firmware supports it.
There is no way to change the color map even when the firmware supports it.
The
.Xr pci 4
bus frontend has only been tested on macppc and requires machine dependent code
to pass the properties mentioned above. So far only macppc providesd them.
.Sh SEE ALSO
.Xr wscons 4
.Xr wsdisplay 4
.Xr pci 4
.Xr sbus 4
bus frontend has only been tested on macppc and requires machine
dependent code to pass the properties mentioned above.
So far only macppc provides them.