From owner-cvs-all Wed Apr 14 20:20:58 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 5C64E15943; Wed, 14 Apr 1999 20:20:55 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA31611; Wed, 14 Apr 1999 20:18:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904150318.UAA31611@freefall.freebsd.org> From: Bill Paul Date: Wed, 14 Apr 1999 20:18:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/14 20:18:34 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: - Close PR #11136: add PCI ID for another new cyclone device: the 3c900B-TPC (twisted pair and coax). Treated similarly to the 3c900B-COMBO, except no AUI port. - Fix media selection so that it's possible to select the AUI and BNC ports on the 3c905B-COMBO. This board is now fully supported. - Change TX queueing strategy to hopefully be more efficient by avoiding register accesses in xl_start(). Should provide small performance improvement and a little better reliability. Revision Changes Path 1.30 +57 -31 src/sys/pci/if_xl.c 1.13 +4 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message