From owner-cvs-all@FreeBSD.ORG Sat Mar 5 18:30:13 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 2E71516A4CE; Sat, 5 Mar 2005 18:30:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F250B43D39; Sat, 5 Mar 2005 18:30:12 +0000 (GMT) (envelope-from imp@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 j25IUCxs094168; Sat, 5 Mar 2005 18:30:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j25IUCSU094167; Sat, 5 Mar 2005 18:30:12 GMT (envelope-from imp) Message-Id: <200503051830.j25IUCSU094167@repoman.freebsd.org> From: Warner Losh Date: Sat, 5 Mar 2005 18:30:12 +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/ciss ciss.c src/sys/dev/cp if_cp.c src/sys/dev/cy cy_pci.c src/sys/dev/digi digi_pci.c src/sys/dev/dpt dpt_pci.c src/sys/dev/ed if_ed_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: Sat, 05 Mar 2005 18:30:13 -0000 imp 2005-03-05 18:30:12 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c sys/dev/cp if_cp.c sys/dev/cy cy_pci.c sys/dev/digi digi_pci.c sys/dev/dpt dpt_pci.c sys/dev/ed if_ed_pci.c sys/dev/em if_em.c sys/dev/en if_en_pci.c sys/dev/fatm if_fatm.c sys/dev/fb s3_pci.c sys/dev/firewire fwohci_pci.c sys/dev/fxp if_fxp.c sys/dev/gem if_gem_pci.c sys/dev/hatm if_hatm.c sys/dev/hfa hfa_pci.c sys/dev/hifn hifn7751.c sys/dev/hme if_hme_pci.c Log: Use BUS_PROBE_DEFAULT for pci probe return value Revision Changes Path 1.59 +1 -1 src/sys/dev/ciss/ciss.c 1.20 +1 -1 src/sys/dev/cp/if_cp.c 1.37 +1 -1 src/sys/dev/cy/cy_pci.c 1.12 +1 -1 src/sys/dev/digi/digi_pci.c 1.32 +1 -1 src/sys/dev/dpt/dpt_pci.c 1.41 +4 -5 src/sys/dev/ed/if_ed_pci.c 1.62 +2 -2 src/sys/dev/em/if_em.c 1.35 +2 -2 src/sys/dev/en/if_en_pci.c 1.16 +1 -1 src/sys/dev/fatm/if_fatm.c 1.8 +1 -1 src/sys/dev/fb/s3_pci.c 1.51 +29 -29 src/sys/dev/firewire/fwohci_pci.c 1.227 +1 -1 src/sys/dev/fxp/if_fxp.c 1.18 +1 -1 src/sys/dev/gem/if_gem_pci.c 1.22 +1 -1 src/sys/dev/hatm/if_hatm.c 1.5 +1 -1 src/sys/dev/hfa/hfa_pci.c 1.33 +3 -3 src/sys/dev/hifn/hifn7751.c 1.20 +1 -1 src/sys/dev/hme/if_hme_pci.c