summaryrefslogtreecommitdiff
path: root/share/man/man4/pchb.4
blob: 6abff0d01b347c083974b0681c7809c39f8d37fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\"	$OpenBSD: pchb.4,v 1.8 2001/08/03 15:21:16 mpech Exp $
.\"
.\" Copyright (c) 2000 Michael Shalayeff. All rights reserved.
.\"
.Dd April 12, 2000
.Dt PCHB 4
.Os
.Sh NAME
.Nm pchb
.Nd PCI-Host Bridge
.Sh SYNOPSIS
.Cd "pchb* at pci? dev ? function?"
.Cd "pci* at pchb?
.Sh DESCRIPTION
The
.Nm
driver provides support for PCI-Host adapter-specific functions for
the following devices:
.Pp
.Bl -tag -width -offset indent -compact
.It i450 PCIset (Orion)
Supports additional PCI busses.
.It Reliance Computer ROSB4, CNB20HE, CNB20LE
Supports additional PCI busses.
.It i82424ZX (Saturn)
Disables CPU-PCI write posting.
.It i82443BX
Provides workaround for the following errata:
"An incorrect address may be driven on the
DRAM bus, resulting in memory data being
fetched from the wrong location."
.It i82810/810E, i82815/815E, i82820, i82840
Supports the random numbers generator,
supplying random bytes from the system's thermal noise.
Driven by periodic checks for available data from the generator,
it supplies entropy to the
.Xr random 4
driver for common usage.
.El
.Pp
On i386 systems all other PCI devices of class
.Nm Bridge
and sub-class
.Nm Bridge Host
are supported just as PCI attachment point.
.Pp
The PowerPC port supports several Apple and Motorola bridges.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,
.Xr random 4
.Sh HISTORY
Random number generator support first appeared in
.Ox 2.7 .
.Sh AUTHORS
Support for true RNG present on i82810 chips was added by
Michael Shalayeff <mickey@openbsd.org>.
.Sh BUGS
Real RNG probe should fix the PCI scanning loop so it would find the Firmware
Hub (i82802) which actually contains the RNG device and
probe it as a real PCI device (i.e., common PCI registers are there).