diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
| commit | 6d8bdc65446a704d0750217efd05532fc641ea7d (patch) | |
| tree | 8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man4/man4.powerpc64 | |
| parent | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff) | |
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man4/man4.powerpc64')
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/Makefile | 12 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/astfb.4 | 55 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/intro.4 | 109 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/opal.4 | 43 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/opalcons.4 | 47 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/opalsens.4 | 43 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/phb.4 | 44 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/xicp.4 | 44 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/xics.4 | 44 | ||||
| -rw-r--r-- | static/openbsd/man4/man4.powerpc64/xive.4 | 44 |
10 files changed, 485 insertions, 0 deletions
diff --git a/static/openbsd/man4/man4.powerpc64/Makefile b/static/openbsd/man4/man4.powerpc64/Makefile new file mode 100644 index 00000000..4b0cdf07 --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/Makefile @@ -0,0 +1,12 @@ +MAN = astfb.4 \ + intro.4 \ + opal.4 \ + opalcons.4 \ + opalsens.4 \ + phb.4 \ + xicp.4 \ + xics.4 \ + xive.4 + +include ../../../mandoc.mk + diff --git a/static/openbsd/man4/man4.powerpc64/astfb.4 b/static/openbsd/man4/man4.powerpc64/astfb.4 new file mode 100644 index 00000000..fb1211a1 --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/astfb.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: astfb.4,v 1.2 2020/10/03 18:18:44 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt ASTFB 4 powerpc64 +.Os +.Sh NAME +.Nm astfb +.Nd Aspeed BMC frame buffer +.Sh SYNOPSIS +.Cd "astfb* at pci?" +.Cd "wsdisplay* at astfb?" +.Sh DESCRIPTION +The +.Nm +driver supports the frame buffer set up by firmware +on systems with an Aspeed Baseboard Management Controller (BMC). +.Pp +The +.Nm +driver interfaces the frame buffer with the +.Xr wscons 4 +console framework. +It does not provide direct device driver entry points +but makes its functions available via the internal +.Xr wsdisplay 4 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr wscons 4 , +.Xr wsdisplay 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.9 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/intro.4 b/static/openbsd/man4/man4.powerpc64/intro.4 new file mode 100644 index 00000000..b8bc13fd --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/intro.4 @@ -0,0 +1,109 @@ +.\" $OpenBSD: intro.4,v 1.3 2022/03/31 17:27:22 naddy Exp $ +.\" +.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> +.\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. +.\" 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. +.\" 3. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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 $Mdocdate: March 31 2022 $ +.Dt INTRO 4 powerpc64 +.Os +.Sh NAME +.Nm intro +.Nd introduction to special files and hardware support +.Sh DESCRIPTION +The manual pages in section 4 describe the special files, +related driver functions, and networking support +available in the system. +In this part of the manual, the SYNOPSIS section of +each configurable device gives a sample specification +for use in constructing a system description for the +.Xr config 8 +program. +The DIAGNOSTICS section lists messages which may appear on the console +and/or in the system error log +.Pa /var/log/messages +due to errors in device operation; +see +.Xr syslogd 8 +for more information. +.Pp +This section contains both devices +which may be configured into the system +and network related information. +The networking support is introduced in +.Xr netintro 4 . +.Sh DEVICE SUPPORT +This section describes the hardware supported on the powerpc64 +platform. +Software support for these devices comes in two forms. +A hardware device may be supported with a character or block +.Em device driver , +or it may be used within the networking subsystem and have a +.Em network interface driver . +Block and character devices are accessed through files in the file +system of a special type; see +.Xr mknod 8 . +Network interfaces are indirectly accessed through the interprocess +communication facilities provided by the system; see +.Xr socket 2 . +.Pp +A hardware device is identified to the system at configuration time +and the appropriate device or network interface driver is then compiled +into the system. +When the resultant system is booted, the autoconfiguration facilities +in the system probe for the device and, if found, enable the software +support for it. +If a device does not respond at autoconfiguration +time, it is not accessible at any time afterwards. +To enable a device which did not autoconfigure, +the system will have to be rebooted. +.Pp +The configuration system is described in +.Xr autoconf 4 . +.Sh LIST OF DEVICES +A complete list of available devices is contained within the pages +describing the system buses and controllers. +For example, a PCI device would be listed in the +.Xr pci 4 +man page. +The following buses and controllers list these devices: +.Pp +.Bl -tag -width 8n -offset 3n -compact +.It Xr pci 4 +introduction to PCI bus support +.It Xr usb 4 +introduction to Universal Serial Bus support +.El +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr config 8 +.Sh HISTORY +The +powerpc64 +.Nm +first appeared in +.Ox 6.9 . diff --git a/static/openbsd/man4/man4.powerpc64/opal.4 b/static/openbsd/man4/man4.powerpc64/opal.4 new file mode 100644 index 00000000..b556e388 --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/opal.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: opal.4,v 1.1 2020/10/03 18:27:41 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt OPAL 4 powerpc64 +.Os +.Sh NAME +.Nm opal +.Nd OPAL OpenPower Abstraction Layer +.Sh SYNOPSIS +.Cd "opal* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the OPAL firmware found on PowerNV systems. +.Sh SEE ALSO +.Xr intro 4 , +.Xr opalcons 4 , +.Xr opalsens 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/opalcons.4 b/static/openbsd/man4/man4.powerpc64/opalcons.4 new file mode 100644 index 00000000..46ec0467 --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/opalcons.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: opalcons.4,v 1.1 2020/10/03 18:27:41 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt OPALSENS 4 powerpc64 +.Os +.Sh NAME +.Nm opalcons +.Nd OPAL console +.Sh SYNOPSIS +.Cd "opalcons* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the console provided by the OPAL firmware +found on PowerNV systems. +.Sh FILES +.Bl -tag -width Pa -compact +.It Pa /dev/opalcons0 +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr opal 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/opalsens.4 b/static/openbsd/man4/man4.powerpc64/opalsens.4 new file mode 100644 index 00000000..88bdc862 --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/opalsens.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: opalsens.4,v 1.1 2020/10/03 18:27:41 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt OPALSENS 4 powerpc64 +.Os +.Sh NAME +.Nm opalsens +.Nd OPAL sensor +.Sh SYNOPSIS +.Cd "opalsens* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for sensors provided by the OPAL firmware +found on PowerNV systems. +.Sh SEE ALSO +.Xr intro 4 , +.Xr opal 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/phb.4 b/static/openbsd/man4/man4.powerpc64/phb.4 new file mode 100644 index 00000000..78d8f88e --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/phb.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: phb.4,v 1.2 2020/10/03 22:35:32 jmc Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECI`AL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt PHB 4 powerpc64 +.Os +.Sh NAME +.Nm phb +.Nd IODA PCIe host bridge +.Sh SYNOPSIS +.Cd "phb* at fdt?" +.Cd "pci* at phb?" +.Sh DESCRIPTION +The +.Nm +driver provides support for PCIe host bridges conforming to the IODA2 +and IODA3 specifications, as found on POWER CPUs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/xicp.4 b/static/openbsd/man4/man4.powerpc64/xicp.4 new file mode 100644 index 00000000..5291cc8b --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/xicp.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: xicp.4,v 1.1 2020/10/03 18:17:09 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt XICP 4 powerpc64 +.Os +.Sh NAME +.Nm xicp +.Nd XICP interrupt controller presenter +.Sh SYNOPSIS +.Cd "xicp* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the XICP interrupt controller presenter found +on POWER CPUs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr xics 4 , +.Xr xive 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/xics.4 b/static/openbsd/man4/man4.powerpc64/xics.4 new file mode 100644 index 00000000..753def7a --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/xics.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: xics.4,v 1.1 2020/10/03 18:17:09 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt XICS 4 powerpc64 +.Os +.Sh NAME +.Nm xics +.Nd XICS interrupt source controller +.Sh SYNOPSIS +.Cd "xics* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the XICS interrupt source controller found +on POWER CPUs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr xicp 4 , +.Xr xive 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.powerpc64/xive.4 b/static/openbsd/man4/man4.powerpc64/xive.4 new file mode 100644 index 00000000..8e1014de --- /dev/null +++ b/static/openbsd/man4/man4.powerpc64/xive.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: xive.4,v 1.1 2020/10/03 18:17:09 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 3 2020 $ +.Dt XIVE 4 powerpc64 +.Os +.Sh NAME +.Nm xive +.Nd XIVE interrupt controller +.Sh SYNOPSIS +.Cd "xive* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the XIVE interrupt controller found on +POWER9 CPUs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr xicp 4 , +.Xr xics 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |
