Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 13:03:58 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci if_rl.c if_rlreg.h
Message-ID:  <199811182103.NAA11057@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1998/11/18 13:03:58 PST

  Modified files:
    sys/pci              if_rl.c if_rlreg.h 
  Log:
  The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)
  which is either a RealTek 8139 in disguise or a RealTek workalike.
  This commit fixes the PCI vendor/device ID for this device
  and updates the description string to reflect the actual identity
  of the device.
  
  I also changed the transmit encapsulation routine to always to
  buffer copies on transmit. We end up doing this 99% of the time
  anyway. I also tweaked the code that pads packets out to the minimum
  length (60) bytes. I was fixing up the m_pkthdr.len value but not
  m_len. I don't think this makes that much difference in the grand
  scheme of things, but it makes me feel better.
  
  Revision  Changes    Path
  1.2       +24 -25    src/sys/pci/if_rl.c
  1.2       +11 -3     src/sys/pci/if_rlreg.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811182103.NAA11057>