diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-12 01:06:51 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-12 01:06:51 +0000 |
commit | 38c781df0ac7c82fbc3172c7f2c2d9a43b21e63c (patch) | |
tree | 098f4275f58d2b586e5b44b497bb577d235adf2e /share/man | |
parent | 2c3f3e8a7b1f1a03f1444231710b9d1f12e96b66 (diff) |
- Remove `device' keyword from configuration declaration.
- ADMtek AN983 is the PCI version of the Centaur chip, AN985 is CardBus.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/dc.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4 index d729d07f111..10ab2703560 100644 --- a/share/man/man4/dc.4 +++ b/share/man/man4/dc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.4,v 1.8 2000/09/09 17:15:55 deraadt Exp $ +.\" $OpenBSD: dc.4,v 1.9 2000/09/12 01:06:50 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -40,7 +40,7 @@ .Nd DEC/Intel 21143 and clone 10/100 Ethernet driver .Sh SYNOPSIS -.Cd "device dc* at pci? dev ? function ?" +.Cd "dc* at pci? dev ? function ?" .Sh DESCRIPTION The .Nm @@ -57,7 +57,7 @@ Davicom DM9100 and DM9102 .It ASIX Electronics AX88140A and AX88141 .It -ADMtek AL981 Comet and AN985 Centaur +ADMtek AL981 Comet and AN983 Centaur-P .It Lite-On 82c168 and 82c169 PNIC .It @@ -231,7 +231,7 @@ the card should be configured correctly. .Xr netintro 4 , .Xr ifconfig 8 .Rs -.%T ADMtek AL981, AL983 and AL985 data sheets +.%T ADMtek AL981 and AL983 data sheets .%O http://www.admtek.com.tw .Re .Rs @@ -314,7 +314,7 @@ can result in the receive filter being incorrectly programmed. The driver will watch for this condition and requeue the setup frame until it is transferred successfully. .Pp -The ADMtek AL981 chip (and possibly the AN985 as well) has been observed +The ADMtek AL981 chip (and possibly the AN983 as well) has been observed to sometimes wedge on transmit: this appears to happen when the driver queues a sequence of frames which cause it to wrap from the end of the transmit descriptor ring back to the beginning. The |