Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src add pcib(4), pceb(4), pcmb(4).



details:   https://anonhg.NetBSD.org/src/rev/0ab6d19025eb
branches:  trunk
changeset: 984964:0ab6d19025eb
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 01 21:56:26 2021 +0000

description:
add pcib(4), pceb(4), pcmb(4).
pcmb is a separate man page for i386 only, pceb and pcib are references to pci(4) only and mentioned in its bridges section.
ok riastradh

diffstat:

 distrib/sets/lists/man/mi         |   8 +++++++-
 share/man/man4/Makefile           |   4 +++-
 share/man/man4/man4.i386/Makefile |   4 ++--
 share/man/man4/man4.i386/pcmb.4   |  39 +++++++++++++++++++++++++++++++++++++++
 share/man/man4/pci.4              |   8 +++++++-
 5 files changed, 58 insertions(+), 5 deletions(-)

diffs (149 lines):

diff -r 71c6aa813c53 -r 0ab6d19025eb distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Aug 01 21:12:31 2021 +0000
+++ b/distrib/sets/lists/man/mi Sun Aug 01 21:56:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1724 2021/07/25 07:35:55 nia Exp $
+# $NetBSD: mi,v 1.1725 2021/08/01 21:56:26 andvar Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4516,6 +4516,7 @@
 ./usr/share/man/html4/i386/ndis.html           man-obsolete            obsolete
 ./usr/share/man/html4/i386/npx.html            man-obsolete            obsolete
 ./usr/share/man/html4/i386/pcibios.html                man-sys-htmlman         html
+./usr/share/man/html4/i386/pcmb.html           man-sys-htmlman         html
 ./usr/share/man/html4/i386/pnpbios.html                man-sys-htmlman         html
 ./usr/share/man/html4/i386/rdcide.html         man-sys-htmlman         html
 ./usr/share/man/html4/i386/rdcpcib.html                man-sys-htmlman         html
@@ -4754,8 +4755,10 @@
 ./usr/share/man/html4/pas.html                 man-sys-htmlman         html
 ./usr/share/man/html4/pcdisplay.html           man-sys-htmlman         html
 ./usr/share/man/html4/pcf8563rtc.html          man-sys-htmlman         html
+./usr/share/man/html4/pceb.html                        man-sys-htmlman         html
 ./usr/share/man/html4/pchb.html                        man-sys-htmlman         html
 ./usr/share/man/html4/pci.html                 man-sys-htmlman         html
+./usr/share/man/html4/pcib.html                        man-sys-htmlman         html
 ./usr/share/man/html4/pciback.html             man-sys-htmlman         html
 ./usr/share/man/html4/pcic.html                        man-sys-htmlman         html
 ./usr/share/man/html4/pciide.html              man-sys-htmlman         html
@@ -7543,6 +7546,7 @@
 ./usr/share/man/man4/i386/omms.4               man-obsolete            obsolete
 ./usr/share/man/man4/i386/opms.4               man-obsolete            obsolete
 ./usr/share/man/man4/i386/pcibios.4            man-sys-man             .man
+./usr/share/man/man4/i386/pcmb.4               man-sys-man             .man
 ./usr/share/man/man4/i386/pcvt.4               man-obsolete            obsolete
 ./usr/share/man/man4/i386/pms.4                        man-obsolete            obsolete
 ./usr/share/man/man4/i386/pnpbios.4            man-sys-man             .man
@@ -7813,8 +7817,10 @@
 ./usr/share/man/man4/pc532/scn.4               man-obsolete            obsolete
 ./usr/share/man/man4/pcdisplay.4               man-sys-man             .man
 ./usr/share/man/man4/pcf8563rtc.4              man-sys-man             .man
+./usr/share/man/man4/pceb.4                    man-sys-man             .man
 ./usr/share/man/man4/pchb.4                    man-sys-man             .man
 ./usr/share/man/man4/pci.4                     man-sys-man             .man
+./usr/share/man/man4/pcib.4                    man-sys-man             .man
 ./usr/share/man/man4/pciback.4                 man-sys-man             .man
 ./usr/share/man/man4/pcic.4                    man-sys-man             .man
 ./usr/share/man/man4/pciide.4                  man-sys-man             .man
diff -r 71c6aa813c53 -r 0ab6d19025eb share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun Aug 01 21:12:31 2021 +0000
+++ b/share/man/man4/Makefile   Sun Aug 01 21:56:26 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.714 2021/06/29 10:22:37 nia Exp $
+#      $NetBSD: Makefile,v 1.715 2021/08/01 21:56:27 andvar Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -221,7 +221,9 @@
 MLINKS+=netintro.4 networking.4
 MLINKS+=nfsmb.4 nfsmbc.4
 MLINKS+=ntwoc.4 ntwo.4
+MLINKS+=pci.4 pceb.4
 MLINKS+=pci.4 pchb.4
+MLINKS+=pci.4 pcib.4
 MLINKS+=pci.4 ppb.4
 MLINKS+=pcppi.4 isabeep.4
 MLINKS+=pcppi.4 sysbeep.4
diff -r 71c6aa813c53 -r 0ab6d19025eb share/man/man4/man4.i386/Makefile
--- a/share/man/man4/man4.i386/Makefile Sun Aug 01 21:12:31 2021 +0000
+++ b/share/man/man4/man4.i386/Makefile Sun Aug 01 21:56:26 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.79 2021/06/03 07:41:26 wiz Exp $
+#      $NetBSD: Makefile,v 1.80 2021/08/01 21:56:27 andvar Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/5/93
 
 MAN=   apm.4 \
@@ -6,7 +6,7 @@
        elanpar.4 elanpex.4 elansc.4 \
        gcscide.4 gcscpcib.4 geodewdog.4 geodecntr.4 glxsb.4 gscpcib.4 \
        intro.4 io.4 lms.4 mms.4 \
-       pcibios.4 pnpbios.4 rdcide.4 rdcpcib.4 spic.4 viac7temp.4
+       pcibios.4 pcmb.4 pnpbios.4 rdcide.4 rdcpcib.4 spic.4 viac7temp.4
 MLINKS+=pcibios.4 PCIBIOS.4
 MANSUBDIR=/i386
 
diff -r 71c6aa813c53 -r 0ab6d19025eb share/man/man4/man4.i386/pcmb.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.i386/pcmb.4   Sun Aug 01 21:56:26 2021 +0000
@@ -0,0 +1,39 @@
+.\" $NetBSD: pcmb.4,v 1.1 2021/08/01 21:56:27 andvar Exp $
+.\"
+.\" Copyright (c) 2021 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd August 1, 2021
+.Dt PCMB 4 i386
+.Os
+.Sh NAME
+.Nm pcmb
+.Nd Generic PCI-MCA bridge
+.Sh SYNOPSIS
+.Cd "pcmb* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The pcmb driver supports generic PCI-MCA bridges.
+.Sh SEE ALSO
+.Xr mca 4 ,
+.Xr pci 4
diff -r 71c6aa813c53 -r 0ab6d19025eb share/man/man4/pci.4
--- a/share/man/man4/pci.4      Sun Aug 01 21:12:31 2021 +0000
+++ b/share/man/man4/pci.4      Sun Aug 01 21:56:26 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pci.4,v 1.119 2021/03/17 14:10:29 nia Exp $
+.\"    $NetBSD: pci.4,v 1.120 2021/08/01 21:56:27 andvar Exp $
 .\"
 .\" Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 .\" Copyright (c) 1997 Jonathan Stone
@@ -359,6 +359,12 @@
 .Bl -tag -width pcdisplay(4) -offset indent
 .It Xr cbb 4
 PCI Yenta compatible CardBus bridges.
+.It Xr pceb 4
+Generic PCI-EISA bridges; see
+.Xr eisa 4 .
+.It Xr pcib 4
+Generic PCI-ISA bridges; see
+.Xr isa 4 .
 .It Xr ppb 4
 Generic PCI bridges, including expansion backplanes.
 .El



Home | Main Index | Thread Index | Old Index