From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 14 20:50:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7993B16A41B for ; Thu, 14 Feb 2008 20:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0C313C4E3 for ; Thu, 14 Feb 2008 20:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1EKo4pu016274 for ; Thu, 14 Feb 2008 20:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1EKo42Z016273; Thu, 14 Feb 2008 20:50:04 GMT (envelope-from gnats) Date: Thu, 14 Feb 2008 20:50:04 GMT Message-Id: <200802142050.m1EKo42Z016273@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Volker Cc: Subject: Re: kern/67763: [pccard] [patch] PCMCIA: MELCO manufacturer code should be 0x8a01 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 20:50:04 -0000 The following reply was made to PR kern/67763; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, "alvinpoon [at] hotmail [dot] com"@FreeBSD.org Cc: Subject: Re: kern/67763: [pccard] [patch] PCMCIA: MELCO manufacturer code should be 0x8a01 Date: Thu, 14 Feb 2008 21:45:56 +0100 This is a multi-part message in MIME format. --------------020103080205000600060800 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Following is the fix to the src/sys/dev/pccard/pccarddevs file. I cross checked that with the NetBSD sources and found FreeBSD got it really wrong. Submitter: If you find your card still broken even and not working with the driver, we need more information. --------------020103080205000600060800 Content-Type: text/x-patch; name="pccarddevs.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pccarddevs.diff" --- sys/dev/pccard/pccarddevs.orig 2008-02-14 21:39:12.000000000 +0100 +++ sys/dev/pccard/pccarddevs 2008-02-14 21:39:40.000000000 +0100 @@ -133,7 +133,7 @@ vendor COMPAQ2 0x0183 Compaq vendor PARALON 0x0183 Paralon Technologies Inc vendor KINGSTON 0x0186 Kingston -vendor MELCO 0x018a Melco Corporation +vendor MELCO 0x8a01 Melco Corporation vendor GLOBALVILLAGE 0x018c Global Village vendor SIERRA 0x0192 Sierra vendor DAYNA 0x0194 Dayna Corporation --------------020103080205000600060800--