From owner-freebsd-bugs Fri Aug 23 2:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE2537B400 for ; Fri, 23 Aug 2002 02:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB80743E70 for ; Fri, 23 Aug 2002 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N9U1JU010100 for ; Fri, 23 Aug 2002 02:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N9U1vG010099; Fri, 23 Aug 2002 02:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA7537B400 for ; Fri, 23 Aug 2002 02:25:44 -0700 (PDT) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70EA43E6A for ; Fri, 23 Aug 2002 02:25:43 -0700 (PDT) (envelope-from bms@spc.org) Message-Id: <20020823092537.E60CF9638@triage.dollah.com> Date: Fri, 23 Aug 2002 10:25:37 +0100 (BST) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/41927: Patch pccard.conf to recognise Ritek and Verbatim CompactFlash 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: 41927 >Category: i386 >Synopsis: Patch pccard.conf to recognise Ritek and Verbatim CompactFlash >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 23 02:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 13:00:06 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386 >Description: Patch to add support for Ritek and Verbatim CompactFlash in /etc/pccard.conf. >How-To-Repeat: >Fix: --- flash.patch begins here --- --- pccard.conf.orig Fri Aug 23 10:17:30 2002 +++ pccard.conf Fri Aug 23 10:15:00 2002 @@ -115,6 +115,16 @@ # auto does not work config 0x1 "ata" ? +# Ritek CompactFlash +card "/^Ritek Co.*/" "/.*/" + config 0x1 "ata" ? + logstr "Ritek CompactFlash Card" + +# Verbatim CompactFlash +card " " "/^CF [0-9]*MB CT .*/" + config 0x1 "ata" ? + logstr "Verbatim CompactFlash Card" + # CNF CD-M card "CNF CD-M" "CD-ROM" config auto "ata" ? --- flash.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message