sync with OpenBSD -current
This commit is contained in:
parent
65428aad14
commit
57ecf9bd1d
2058 changed files with 272997 additions and 201906 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: uchcom.4,v 1.3 2024/04/12 00:43:32 kevlo Exp $
|
||||
.\" $OpenBSD: uchcom.4,v 1.4 2024/05/15 01:41:18 kevlo Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Jonathan Gray <jsg@openbsd.org>
|
||||
.\"
|
||||
|
@ -14,23 +14,23 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 12 2024 $
|
||||
.Dd $Mdocdate: May 15 2024 $
|
||||
.Dt UCHCOM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm uchcom
|
||||
.Nd WinChipHead CH343/341/340 based USB serial adapter
|
||||
.Nd WinChipHead CH9102/343/341/340 based USB serial adapter
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uchcom* at uhub?"
|
||||
.Cd "ucom* at uchcom?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver supports WinChipHead CH343/341/340 serial devices.
|
||||
driver supports WinChipHead CH9102/343/341/340 serial devices.
|
||||
.Pp
|
||||
The CH341/340 devices only support a variety of baud rates
|
||||
up to 921600.
|
||||
CH343 devices support any baud rate up to 6 Mbps.
|
||||
CH9102/343 devices support any baud rate up to 6 Mbps.
|
||||
.Sh SEE ALSO
|
||||
.Xr tty 4 ,
|
||||
.Xr ucom 4 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ucom.4,v 1.34 2024/04/12 00:43:32 kevlo Exp $
|
||||
.\" $OpenBSD: ucom.4,v 1.35 2024/05/15 01:41:18 kevlo Exp $
|
||||
.\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -28,7 +28,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 12 2024 $
|
||||
.Dd $Mdocdate: May 15 2024 $
|
||||
.Dt UCOM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -38,7 +38,7 @@
|
|||
.Cd "ucom* at moscom?" # MosChip Semiconductor MCS7703
|
||||
.Cd "ucom* at uark?" # Arkmicro Technologies
|
||||
.Cd "ucom* at ubsa?" # Belkin
|
||||
.Cd "ucom* at uchcom?" # WinChipHead CH343/341/340
|
||||
.Cd "ucom* at uchcom?" # WinChipHead CH9102/343/341/340
|
||||
.Cd "ucom* at ucycom?" # Cypress
|
||||
.Cd "ucom* at uftdi?" # FTDI
|
||||
.Cd "ucom* at uipaq?" # iPAQ
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: usb.4,v 1.218 2024/04/12 00:43:32 kevlo Exp $
|
||||
.\" $OpenBSD: usb.4,v 1.219 2024/05/15 01:41:18 kevlo Exp $
|
||||
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -28,7 +28,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 12 2024 $
|
||||
.Dd $Mdocdate: May 15 2024 $
|
||||
.Dt USB 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -179,7 +179,7 @@ Arkmicro Technologies ARK3116 based USB serial adapter
|
|||
.It Xr ubsa 4
|
||||
Belkin USB serial adapter
|
||||
.It Xr uchcom 4
|
||||
WinChipHead CH343/341/340 based USB serial adapter
|
||||
WinChipHead CH9102/343/341/340 based USB serial adapter
|
||||
.It Xr ucom 4
|
||||
USB tty support
|
||||
.It Xr ucrcom 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: bulk.8,v 1.6 2023/04/26 19:12:49 jmc Exp $
|
||||
.\" $OpenBSD: bulk.8,v 1.8 2024/05/15 11:27:36 sthen Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2016 Marc Espie <espie@openbsd.org>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" 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: April 26 2023 $
|
||||
.Dd $Mdocdate: May 15 2024 $
|
||||
.Dt BULK 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -42,15 +42,15 @@ Setup a master machine with enough room for a chroot, say
|
|||
Assuming you are using a cluster of machines,
|
||||
this chroot should contain NFS exportable partitions for distfiles,
|
||||
plists, and packages (one single partition can be used for simplicity).
|
||||
A full setup currently requires on the order of 70GB for distfiles
|
||||
and 50GB for packages.
|
||||
A full setup currently requires in the order of 100GB for distfiles
|
||||
and 70GB for packages.
|
||||
Expect these numbers to grow.
|
||||
100GB for each should last a few years.
|
||||
150GB for each should last a few years.
|
||||
.Pp
|
||||
It is possible to build packages without a chroot, but the space
|
||||
requirement difference is negligible (a full
|
||||
.Ox
|
||||
install is less than 1GB), and having everything chrooted means you may
|
||||
install is less than 2GB), and having everything chrooted means you may
|
||||
install useful tools to help with the process outside of the chroot
|
||||
.Po
|
||||
for instance
|
||||
|
@ -59,8 +59,8 @@ for instance
|
|||
.Pp
|
||||
Reserve one "scratch" partition under the chroot for WRKOBJDIR
|
||||
(for instance, mfs, async, or SSD).
|
||||
This partition should be roughly 10GB if you want to be able to
|
||||
build all ports.
|
||||
This partition should be roughly 40GB if you want to be able to
|
||||
build all ports using multiple CPU cores.
|
||||
This can often double as
|
||||
.Pa /tmp
|
||||
under the chroot.
|
||||
|
@ -84,8 +84,8 @@ now comes with default users for package builds, namely _pbuild and _pfetch.
|
|||
.Pp
|
||||
The default
|
||||
.Xr login.conf 5
|
||||
is appropriate for most setups, but _pbuild's datasize-cur will need
|
||||
to be bumped for a few ports, like pypy.
|
||||
is appropriate for most setups, but _pbuild's datasize-cur may need
|
||||
to be bumped for a few ports.
|
||||
Likewise, maxproc-cur is too small for machines with more than 4-6 cpus.
|
||||
.Pp
|
||||
Note that _pbuild does not need network access, and is now blocked by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue