Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2002 14:44:19 -0800 (PST)
From:      dwhite@paypal.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/34243: update pccard.conf entry for Simple Tech Flash ATA card
Message-ID:  <20020124224419.0DFF44BB84@wade.pa1.paypal.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124224419.0DFF44BB84>