DragonFly BSD
DragonFly commits List (threaded) for 2003-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/bge if_bge.c


From: David Rhodus <drhodus@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Nov 2003 09:29:33 -0800 (PST)

drhodus     2003/11/04 09:29:33 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/bge    if_bge.c 
  Log:
  *	Do not set the No_CRC bit in the Mode Control Register.
  	Setting the NO_CRC bit can cause data write errors.
  
  *	By not setting NO_CRC in the Mode Control Register, we must
  	also reduce the size of the packet by 4 bytes to remove the
  	ethernet crc.
  
  Obtained from: FreeBSD
  
  Revision  Changes    Path
  1.7       +2 -2      src/sys/dev/netif/bge/if_bge.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bge.c.diff?r1=1.6&r2=1.7&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]