From owner-cvs-all Thu Jan 17 12:38:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA34C37B416; Thu, 17 Jan 2002 12:38:04 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0HKc4a74945; Thu, 17 Jan 2002 12:38:04 -0800 (PST) (envelope-from joerg) Message-Id: <200201172038.g0HKc4a74945@freefall.freebsd.org> From: Joerg Wunsch Date: Thu, 17 Jan 2002 12:38:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/01/17 12:38:04 PST Modified files: etc/defaults pccard.conf Log: Re-add a call to "camcontrol rescan" after insertion of an aic pccard. We now do it as a "camcontrol rescan all" which is something ken promised to implement; for the time being it's not worse than the old "camcontrol rescan $device" which ended up in something like "camcontrol rescan aic1". Currently, camcontrol misinterprets the third non-numeric arg as number 0, and rescans bus 0, which is about the best we could get at this time. Approved by: imp MFC after: 1 week Revision Changes Path 1.225 +3 -1 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message