Date: Mon, 12 Apr 1999 14:37:01 -0700 (PDT) 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: <199904122137.OAA89206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904122137.OAA89206>