From owner-cvs-src@FreeBSD.ORG Fri Dec 12 02:15:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F22A16A4CE; Fri, 12 Dec 2003 02:15:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EE943D1F; Fri, 12 Dec 2003 02:15:40 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBCAFeXJ004110; Fri, 12 Dec 2003 02:15:40 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBCAFdip004109; Fri, 12 Dec 2003 02:15:39 -0800 (PST) (envelope-from phk) Message-Id: <200312121015.hBCAFdip004109@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 12 Dec 2003 02:15:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 10:15:41 -0000 phk 2003/12/12 02:15:39 PST FreeBSD src repository Modified files: sys/pci if_sis.c Log: Attempt to get the short cable fix to work better on the if_sis: Only do short-cable on revisions that need it. Move generic initialization before short-cable fix, in order to not clobber short cable fix register setting. Revision Changes Path 1.92 +26 -17 src/sys/pci/if_sis.c