From d5e7be6625903d2130e41ab798985d4cbab4f0fe Mon Sep 17 00:00:00 2001 From: wpaul Date: Mon, 7 Dec 1998 00:35:06 +0000 Subject: if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038 as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver --- share/man/man4/man4.i386/rl.4 | 9 +++++---- share/man/man4/rl.4 | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'share') diff --git a/share/man/man4/man4.i386/rl.4 b/share/man/man4/man4.i386/rl.4 index 13f3feb..7584ff9 100644 --- a/share/man/man4/man4.i386/rl.4 +++ b/share/man/man4/man4.i386/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.3 1998/11/18 21:05:11 wpaul Exp $ +.\" $Id: rl.4,v 1.8 1998/12/07 00:17:23 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -47,8 +47,9 @@ controllers based on the RealTek 8129 and 8139 fast ethernet controller chips. This includes the Allied Telesyn AT2550, Genius GF100TXR, NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX, Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet, -Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R and various -other cheap adapters. It also supports the Accton EN1207D which has a +Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R, the +SMC EtherEZ 1211-TX, and various other cheap adapters. +It also supports the Accton EN1207D which has a chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike. .Pp The RealTek controllers use bus master DMA but do not use a @@ -122,7 +123,7 @@ the network connection (cable). .It "rl%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .It "rl%d: no memory for tx list" -The driver failed to allocate an mbuf for the transmitter ring when +The driver fauled to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a cluster. .It "rl%d: chip is in D3 power state -- setting to D0" This message applies only to adapters which support power diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index 13f3feb..7584ff9 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.3 1998/11/18 21:05:11 wpaul Exp $ +.\" $Id: rl.4,v 1.8 1998/12/07 00:17:23 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -47,8 +47,9 @@ controllers based on the RealTek 8129 and 8139 fast ethernet controller chips. This includes the Allied Telesyn AT2550, Genius GF100TXR, NDC Communications NE100TX-E, OvisLink LEF-8129TX, OvisLink LEF-8139TX, Netronix Inc. EA-1210 NetEther 10/100, KTX-9130TX 10/100 Fast Ethernet, -Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R and various -other cheap adapters. It also supports the Accton EN1207D which has a +Encore ENL832-TX 10/100 M PCI, Longshine LCS-8038TX-R, the +SMC EtherEZ 1211-TX, and various other cheap adapters. +It also supports the Accton EN1207D which has a chip labeled MPX5030 (or MPX5038) which appears to be a RealTek workalike. .Pp The RealTek controllers use bus master DMA but do not use a @@ -122,7 +123,7 @@ the network connection (cable). .It "rl%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .It "rl%d: no memory for tx list" -The driver failed to allocate an mbuf for the transmitter ring when +The driver fauled to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a cluster. .It "rl%d: chip is in D3 power state -- setting to D0" This message applies only to adapters which support power -- cgit v1.1