diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-12-22 22:30:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-12-22 22:30:43 +0000 |
commit | 85cd916ede3bb1eef84e6ba1e5f53814a4aeedad (patch) | |
tree | 37b3d70f913d02d8969629eb85ac2ff66c5d40a4 /share/man | |
parent | 9ae3ef111bcdcfb6d4ca3a708791dde9a33eb24f (diff) |
typos; freebsd
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/xl.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index 6418cb0e792..a80441099ea 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.4 1998/10/09 00:15:35 deraadt Exp $ +.\" $OpenBSD: xl.4,v 1.5 1998/12/22 22:30:42 jason Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -46,12 +46,12 @@ The .Nm driver provides support for PCI ethernet adapters and embedded controllers based on the 3Com "boomerang" and "cyclone" bus-master -Etherlink XL chips. -This includes the 3c900-TP, 3c900-COMBO, 3c900B-TP, 3c900B-COMBO, -3c905-TX, 3c905-T4, 3c905B-TP, 3c905B-FX, 3c905B-T4, 3c905B-TX. -Also supported are embedded 3c905-TX and 3c905B-TX ethernet hardware -in certain Dell Optiplex and Dell Precision desktop machines and -certain Dell Latitude laptop docking stations. +Etherlink XL chips. This includes the 3c900-TP, 3c900-COMBO, +3c900B-TP, 3c900B-COMBO, 3c905-TX, +3c905-T4, 3c905B-TP, 3c905B-FX, 3c905B-T4, 3c905B-TX, and embedded 3c905-TX +and 3c905B-TX ethernet hardware in certain Dell Optiplex and +Dell Precision desktop machines and in certain Dell Latitude laptop +docking stations. .Pp Other models of 3Com hardware are supported by the .Xr ep 4 , @@ -134,10 +134,10 @@ the network connection (cable). .It "xl%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .It "xl%d: no memory for tx list" -The driver fauled to allocate an mbuf for the transmitter ring when +The driver failed to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a cluster. .It "xl%d: command never completed!" -Some commands issued ot the 3c90x ASIC take time to complete: the +Some commands issued to the 3c90x ASIC take time to complete: the driver is supposed to wait until the 'command in progress' bit in the status register clears before continuing. In rare instances, this bit may not clear. To avoid getting caught in an infinite wait loop, |