From owner-freebsd-current@FreeBSD.ORG Sun Jun 15 14:01:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4DB37B401 for ; Sun, 15 Jun 2003 14:01:52 -0700 (PDT) Received: from ferengi.borderworlds.dk (borderworlds.dk [62.79.110.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98BF43FCB for ; Sun, 15 Jun 2003 14:01:51 -0700 (PDT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 0AA085C62 for ; Sun, 15 Jun 2003 23:01:49 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 500) id 54A033B8008; Sun, 15 Jun 2003 23:01:48 +0200 (CEST) Sender: xi@borderworlds.dk To: freebsd-current@freebsd.org References: <20030615144646.N67454@sasami.jurai.net> From: Christian Laursen Date: 15 Jun 2003 23:01:48 +0200 In-Reply-To: <20030615144646.N67454@sasami.jurai.net> Message-ID: Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Problems with pcmcia on 5.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 21:01:52 -0000 "Matthew N. Dodd" writes: > > Does anyone have a hint, that will help me get this working? > > [cut and paste] > --- ata-card.c 3 Jun 2003 01:30:55 -0000 1.13 > +++ ata-card.c 15 Jun 2003 18:46:28 -0000 > @@ -53,6 +53,8 @@ > PCMCIA_CARD(OEM2, IDE, 0), > PCMCIA_CARD(PANASONIC, KXLC005, 0), > PCMCIA_CARD(TEAC, IDECARDII, 0), > + { "FREECOM PCCARD-IDE", PCCARD_VENDOR_ANY, PCCARD_PRODUCT_ANY, 0, > + { "FREECOM", "PCCARD-IDE", NULL, NULL } }, > {NULL} > }; Thanks, this gets me an extra ata-channel when I insert the card. However, no devices are found on it. ata2: at port 0x100-0x10f irq 11 function 0 config 1 on pccard0 vulcan# atacontrol info ata2 Master: no device present Slave: no device present I believe tha master should be the cdrom drive. -- Best regards Christian Laursen