diff options
author | 2000-04-26 19:04:49 +0000 | |
---|---|---|
committer | 2000-04-26 19:04:49 +0000 | |
commit | 77b69735d4d846522be3efb7b91a6ac42b6188ee (patch) | |
tree | 126656dfaca3098ceceb57bab86226a572399ae8 | |
parent | if_vlan support (diff) | |
download | wireguard-openbsd-77b69735d4d846522be3efb7b91a6ac42b6188ee.tar.xz wireguard-openbsd-77b69735d4d846522be3efb7b91a6ac42b6188ee.zip |
Reliance Computer and i82443BX
-rw-r--r-- | share/man/man4/pchb.4 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/pchb.4 b/share/man/man4/pchb.4 index 0a1445b6fe3..ccbd004e754 100644 --- a/share/man/man4/pchb.4 +++ b/share/man/man4/pchb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pchb.4,v 1.1 2000/04/17 21:35:18 mickey Exp $ +.\" $OpenBSD: pchb.4,v 1.2 2000/04/26 19:04:49 mickey Exp $ .\" .\" Copyright (c) 2000 Michael Shalayeff. All rights reserved. .\" @@ -18,10 +18,16 @@ driver provides support for PCI-Host adapter-specific functions for the following devices: .Pp .Bl -tag -width -offset indent -compact -.It 450 PCIset (Orion) +.It i450 PCIset (Orion) +.It Reliance Computer ROSB4, CNB20HE, CNB20LE Supports secondary PCI bus. -.It 82424ZX (Saturn) +.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 Supports the random numbers generator, supplying random bytes from the system's thermal noise. |