From owner-cvs-src@FreeBSD.ORG Wed Sep 3 00:40:05 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 E956D16A4BF; Wed, 3 Sep 2003 00:40:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECD543FF2; Wed, 3 Sep 2003 00:40:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h837e50U056205; Wed, 3 Sep 2003 00:40:05 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h837e4qS056204; Wed, 3 Sep 2003 00:40:04 -0700 (PDT) Message-Id: <200309030740.h837e4qS056204@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 3 Sep 2003 00:40:04 -0700 (PDT) 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 if_sisreg.h 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: Wed, 03 Sep 2003 07:40:06 -0000 phk 2003/09/03 00:40:04 PDT FreeBSD src repository Modified files: sys/pci if_sis.c if_sisreg.h Log: Examine and record the Silicon Revision Register on NS parts. We can't update the device description in attach (why not ?), so we device_print() what we find. Conditionalize the short cable fix on this being older than rev 16A. Call device_printf() when we apply short cable fix. Include interrupt hold-off setting for rev 16+ under "#ifdef notyet" The device_printf()'s will go under bootverbose once the various issues have settled a bit. Revision Changes Path 1.83 +27 -2 src/sys/pci/if_sis.c 1.23 +11 -1 src/sys/pci/if_sisreg.h