ip17x.4: Initial manual page

Add a stub manual only saying what it is, how to include it, what is
supported, and since when. This plugs the ip17x driver into the manual
subsystem and the release hardware notes.

MFC to:			14.3
MFC after:		3 days
Reviewed by:		adrian, carlavilla
Approved by:		carlavilla (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50411

(cherry picked from commit f750a114d2c50c4d25d304dbf1dabfd3ae3aa013)
(cherry picked from commit ded154a1df97e3340f129394cbcaa1a50439d1bf)
This commit is contained in:
Alexander Ziaee 2025-05-19 15:40:02 -04:00
parent 86b04d37f0
commit dc8ade18cf
No known key found for this signature in database
GPG key ID: 0A8F850BCDEF4511
2 changed files with 43 additions and 0 deletions

View file

@ -238,6 +238,7 @@ MAN= aac.4 \
${_io.4} \
${_ioat.4} \
ip.4 \
ip17x.4 \
ip6.4 \
ipfirewall.4 \
ipheth.4 \

42
share/man/man4/ip17x.4 Normal file
View file

@ -0,0 +1,42 @@
.\"
.\" Copyright (c) 2025 Alexander Ziaee
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.Dd May 18, 2025
.Dt IP17X 4
.Sh NAME
.Nm ip17x
.Nd IC Plus IP17x series Fast Ethernet switch driver
.Sh SYNOPSIS
.Cd device mdio
.Cd device etherswitch
.Cd device ip17x
.Sh DESCRIPTION
The
.Nm
driver supports the
IC Plus IP17X series Fast Ethernet switch controllers.
.Sh HARDWARE
The
.Nm
driver supports the following Fast Ethernet switch controllers:
.Pp
.Bl -bullet -compact
.It
IC Plus IP178C
.It
IC Plus IP175D
.It
IC Plus IP175C
.It
IC Plus IP175A
.El
.Sh SEE ALSO
.Xr etherswitch 4 ,
.Xr etherswitchcfg 8
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 10.0 .