From owner-cvs-all Mon Mar 13 14: 8:45 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id ED3EE37B625; Mon, 13 Mar 2000 14:08:17 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA87032; Mon, 13 Mar 2000 15:08:11 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA39708; Mon, 13 Mar 2000 15:08:08 -0700 (MST) Message-Id: <200003132208.PAA39708@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: cvs commit: src/etc pccard.conf.sample Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 13 Mar 2000 12:41:30 PST." <200003132041.MAA53757@freefall.freebsd.org> References: <200003132041.MAA53757@freefall.freebsd.org> Date: Mon, 13 Mar 2000 15:08:08 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200003132041.MAA53757@freefall.freebsd.org> "Daniel C. Sobral" writes: : Rescan the SCSI bus of just-added aic devices, so they can be used : during installation. : $device isn't quite the right thing to use, although it appears to work. It evaluates to aic0, which strtol resolves to 0. The rescan subcommand takes a scsi bus number to rescan, not the device name. That's why I hadn't committed it before now. Personally, I'd love to see camcontrol take a device name and map it to the proper bus number here, but I'm too lazy to give Ken the patches to do this... :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message