diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 21:06:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-15 21:06:54 +0000 |
commit | 016a0a2e9f8e58c55d39ffa40ddbd06c5cec827e (patch) | |
tree | f2a85a26fd353317a3f0ea924eecca6d1df69330 | |
parent | 11f2ab74240a50a4458371d44f1b165a5a17314f (diff) |
Add a "Display adapters" section and note support for vga(4) there.
-rw-r--r-- | share/man/man4/pci.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 21ed078f72a..4c35bfd23fa 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.20 2000/11/10 09:39:37 niklas Exp $ +.\" $OpenBSD: pci.4,v 1.21 2000/11/15 21:06:53 aaron Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -210,6 +210,11 @@ Broadcom Bluesteelnet uBsec 5501, 5601, and 5805. Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications devices. devices. .El +.Ss Display adapters +.Bl -tag -width vga(4) -offset ind +.It Xr vga 4 +VGA graphics cards. +.El .Ss Audio devices .Bl -tag -width cmpci(4) -offset ind .It Xr eap 4 |