Deleted Added
full compact
vga.4 (53200) vga.4 (57676)
1.\"
2.\" Copyright (c) 1999
3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 1999
3.\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man4/vga.4 53200 1999-11-15 23:14:32Z phantom $
27.\" $FreeBSD: head/share/man/man4/vga.4 57676 2000-03-01 14:50:24Z sheldonh $
28.\"
29.Dd June 30, 1999
30.Dt VGA 4
31.Os FreeBSD
32.Sh NAME
33.Nm vga
34.Nd
35generic video card interface

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

54.Pp
55The keyword
56.Em conflicts
57is required, as the video card may use I/O ports in the same range
58as other drivers.
59.Pp
60The
61.Nm
28.\"
29.Dd June 30, 1999
30.Dt VGA 4
31.Os FreeBSD
32.Sh NAME
33.Nm vga
34.Nd
35generic video card interface

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

54.Pp
55The keyword
56.Em conflicts
57is required, as the video card may use I/O ports in the same range
58as other drivers.
59.Pp
60The
61.Nm
62driver supports the standard video cards: MDA, CGA, EGA and VGA. In
62driver supports the standard video cards: MDA, CGA, EGA and VGA.
63In
63addition, the driver can utilize VESA BIOS extensions if the video card
64addition, the driver can utilize VESA BIOS extensions if the video card
64supports them. VESA support can either be statically included in the kernel
65supports them.
66VESA support can either be statically included in the kernel
65or can be loaded as a separate module.
66.Pp
67In order to statically link the VESA support to the kernel, the
68.Em VESA
69option (see below) must be defined in the kernel configuration file.
70.Pp
71The
72.Nm vesa

--- 98 unchanged lines hidden ---
67or can be loaded as a separate module.
68.Pp
69In order to statically link the VESA support to the kernel, the
70.Em VESA
71option (see below) must be defined in the kernel configuration file.
72.Pp
73The
74.Nm vesa

--- 98 unchanged lines hidden ---