From owner-cvs-all@FreeBSD.ORG Tue Jul 1 06:54:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0EF37B401; Tue, 1 Jul 2003 06:54:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB8D43F85; Tue, 1 Jul 2003 06:54:11 -0700 (PDT) (envelope-from tmm@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 h61DsB0U092782; Tue, 1 Jul 2003 06:54:11 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h61DsBKU092775; Tue, 1 Jul 2003 06:54:11 -0700 (PDT) Message-Id: <200307011354.h61DsBKU092775@repoman.freebsd.org> From: Thomas Moestl Date: Tue, 1 Jul 2003 06:54:10 -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/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 13:54:12 -0000 tmm 2003/07/01 06:54:10 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Allow to write the intpin ivar using the pci_set_intpin() accessor. There are some Sun PCI devices around which bogusly set intpin to 0, although they use the intline mechanism; this allows the device driver to correct that. Reviewed by: imp Revision Changes Path 1.222 +3 -1 src/sys/dev/pci/pci.c