From owner-cvs-all Mon Apr 12 14:39:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97C0815593; Mon, 12 Apr 1999 14:39:20 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA89206; Mon, 12 Apr 1999 14:37:02 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904122137.OAA89206@freefall.freebsd.org> From: Bill Paul Date: Mon, 12 Apr 1999 14:37:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/12 14:37:01 PDT Modified files: sys/pci if_rl.c if_rlreg.h Log: Merge in some updates for the RealTek driver, mainly: - Rewrite the transmit section to be a little less bogus. - Set ifq_maxlen correctly. RL_TX_LIST_CNT - 1 is wrong, because for the RealTek, RL_TX_LIST_CNT is 4. Set it to IFQ_MAXLEN instead. Revision Changes Path 1.13 +60 -141 src/sys/pci/if_rl.c 1.6 +54 -28 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message