From owner-freebsd-bugs Thu Jan 24 14:50:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6412837B416 for ; Thu, 24 Jan 2002 14:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0OMo1796425; Thu, 24 Jan 2002 14:50:01 -0800 (PST) (envelope-from gnats) Received: from smtp-in.sc5.paypal.com (smtp-in.sc5.paypal.com [216.136.155.8]) by hub.freebsd.org (Postfix) with ESMTP id 7120F37B404 for ; Thu, 24 Jan 2002 14:44:19 -0800 (PST) Received: from wade.pa1.paypal.com (wade.pa1.paypal.com [10.1.1.8]) by smtp-in.sc5.paypal.com (8.11.6/8.11.6) with ESMTP id g0OMiJc10489 for ; Thu, 24 Jan 2002 14:44:19 -0800 Received: by wade.pa1.paypal.com (Postfix, from userid 1000) id 0DFF44BB84; Thu, 24 Jan 2002 14:44:19 -0800 (PST) Message-Id: <20020124224419.0DFF44BB84@wade.pa1.paypal.com> Date: Thu, 24 Jan 2002 14:44:19 -0800 (PST) From: dwhite@paypal.com Reply-To: dwhite@paypal.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/34243: update pccard.conf entry for Simple Tech Flash ATA card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34243 >Category: conf >Synopsis: update pccard.conf entry for Simple Tech Flash ATA card >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 14:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Doug White >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: 4.5-PRERELEASE built 1/23/2002 >Description: The entry for Simple Technology Flash ATA cards (STI-ATA) uses the wrong configuration index. Currently it's set to 0x2, but it should be changed to 'auto' for correct operation. My card probes as a "V101", part number STI-ATAFL/12. >How-To-Repeat: Insert card, watch pccardd fail; change config, reload pccardd, insert card, watch it attach correctly. >Fix: Index: pccard.conf =================================================================== RCS file: /usr/local/cvs/src/etc/defaults/pccard.conf,v retrieving revision 1.227 diff -u -r1.227 pccard.conf --- pccard.conf 2002/01/19 08:11:39 1.227 +++ pccard.conf 2002/01/24 22:36:52 @@ -259,7 +259,7 @@ # Simple Technology ata flash card "Simple Technology " "STI-ATA" - config 0x2 "ata" ? + config auto "ata" ? # SONY Memory Stick PC Card Adaptor card "SONY" "/MEMORYSTICK.*/" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message