From owner-cvs-all@FreeBSD.ORG Fri Mar 25 03:10:52 2005 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 07A7816A4CE; Fri, 25 Mar 2005 03:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D127543D4C; Fri, 25 Mar 2005 03:10:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2P3ApwG004165; Fri, 25 Mar 2005 03:10:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2P3ApZl004163; Fri, 25 Mar 2005 03:10:51 GMT (envelope-from jhb) Message-Id: <200503250310.j2P3ApZl004163@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Mar 2005 03:10:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/rp rp_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: Fri, 25 Mar 2005 03:10:52 -0000 jhb 2005-03-25 03:10:51 UTC FreeBSD src repository Modified files: sys/dev/rp rp_pci.c Log: - Use pci_get_device() and pci_get_vendor() when we only want one part of the device id. - Use BAR2 rather than BAR0 for the Rocketport UPCI 8O card. I suspect that other UPCI cards might need to use BAR2 as well. Tested by: wsk at gddsn dot org dot cn MFC after: 1 week Revision Changes Path 1.11 +11 -3 src/sys/dev/rp/rp_pci.c