1
0
Fork 0
alistair23-linux/drivers/net/arcnet
Jeff Morrow 52edc17f94 bugfixes and new hardware support for arcnet driver
The modifications and bug fixes noted below were done by Realtime Control
Works and Contemporary Control Systems, Inc, Jan 2005.  They were
incorporated into the 2.6 kernel by Jeff Morrow of Sierra Analytics, Feb
2007.  <jmorrow@massspec.com>

The changes have been tested on a Contemporary Controls PCI20U-4000.

Summary of changes:

Arc-rawmode.c:
      rx():
      - Fixed error in received packet lengths; 256 byte packets were
        being received as 257 bytes packets.

      prepare_tx():
      - Fixed error in transmit length calcs; 257 byte packets were being
        transmitted as 260 byte packets.

com20020.c:
      com20020_check():
      - We now load the SETUP2 register if the 'clockm' parameter is
        non-zero, instead of checking for ARC_CAN_10MBIT. The user is
        now responsible for whether or not SETUP2 is loaded.  If the
        clock multiplier is non-zero, this means that the user wants a
        baud rate greater than 2.5Mbps. This is not possible unless the
        SETUP2 register is present (COM20020D, or COM20022). So, we're
        relying on the user to be smart about what kind of chip he's
        dealing with...

com20020-pci.c
      - Added several entries to com20020pci_id_table[].

Signed-off-by: Jeff Morrow <jmorrow@massspec.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-17 15:30:48 -05:00
..
Kconfig [PATCH] trivial: fix spelling errors in Kconfigs 2006-02-17 08:16:59 -05:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arc-rawmode.c bugfixes and new hardware support for arcnet driver 2007-02-17 15:30:48 -05:00
arc-rimi.c [PATCH] arcnet probing cleanups and fixes 2006-01-28 21:42:11 -05:00
arcnet.c bugfixes and new hardware support for arcnet driver 2007-02-17 15:30:48 -05:00
capmode.c [PATCH] make some things static 2005-05-05 16:36:47 -07:00
com90io.c [PATCH] Remove unnecessary check_region references in comments 2005-09-13 08:22:29 -07:00
com90xx.c [NET]: com90xx kmalloc fix 2006-04-01 00:49:35 -08:00
com20020-isa.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
com20020-pci.c bugfixes and new hardware support for arcnet driver 2007-02-17 15:30:48 -05:00
com20020.c bugfixes and new hardware support for arcnet driver 2007-02-17 15:30:48 -05:00
rfc1051.c [PATCH] drivers/net/arcnet/: possible cleanups 2006-01-17 08:38:12 -05:00
rfc1201.c [PATCH] drivers/net/arcnet/: possible cleanups 2006-01-17 08:38:12 -05:00