From owner-cvs-all Fri May 29 09:58:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16469 for cvs-all-outgoing; Fri, 29 May 1998 09:58:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16463; Fri, 29 May 1998 09:58:51 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01789; Fri, 29 May 1998 09:58:50 -0700 (PDT) Date: Fri, 29 May 1998 09:58:50 -0700 (PDT) Message-Id: <199805291658.JAA01789@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/05/29 09:58:49 PDT Modified files: sys/pci if_tl.c Log: Don't program the antonegotiation advertisement register in tl_setmode(). I had a reason for doing this, but it violates the principle of least astonishment. (At some point I may put this back but attach it to one of the LINK flags so the behavior can be toggled on and off.) Also replace my tl_calchash() with a much less disgusting and substantially smaller one supplied by Bill Fenner. Revision Changes Path 1.7 +19 -33 src/sys/pci/if_tl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message