Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 20:50:04 GMT
From:      Volker <volker@vwsoft.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/67763: [pccard] [patch] PCMCIA: MELCO manufacturer code should be 0x8a01
Message-ID:  <200802142050.m1EKo42Z016273@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/67763; it has been noted by GNATS.

From: Volker <volker@vwsoft.com>
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--



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