From owner-svn-src-all@FreeBSD.ORG Mon Jul 13 06:17:03 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E3241065670; Mon, 13 Jul 2009 06:17:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3EF8FC12; Mon, 13 Jul 2009 06:17:01 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 248405980; Mon, 13 Jul 2009 09:16:58 +0300 Message-ID: <4A5AD14A.6090307@FreeBSD.org> Date: Mon, 13 Jul 2009 09:16:42 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: "Paul B. Mahol" References: <200907100818.n6A8I8p1011853@svn.freebsd.org> <3a142e750907110250p166d2d64q19a3c883ef79ba43@mail.gmail.com> <3a142e750907111030h159ac2e0q435e5ddbc305fb14@mail.gmail.com> In-Reply-To: <3a142e750907111030h159ac2e0q435e5ddbc305fb14@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Scott Long Subject: Re: svn commit: r195534 - in head: etc/mtree include lib/libcam sbin/camcontrol share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/conf sys/dev/advansys sys/dev/ahci sys/dev/aic7xxx sys/dev/amd sys/de... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 06:17:04 -0000 Paul B. Mahol wrote: > On 7/11/09, Paul B. Mahol wrote: >> When trying to load cam.ko nothing verbose is displayed, just this: >> >> module_register: module probe already exists! >> Module probe failed to register: 17 > > Argh, it's so obvious, it doesnt get loaded because module probe is > used twice with > PERIPHDRIVER_DECLARE(probe, ...) in scsi_xpt.c and ata_xpt.c Fixed. Thanks. -- Alexander Motin