kern/67763: [pccard] [patch] PCMCIA: MELCO manufacturer code should be 0x8a01

Volker volker at vwsoft.com
Thu Feb 14 20:50:04 UTC 2008


The following reply was made to PR kern/67763; it has been noted by GNATS.

From: Volker <volker at vwsoft.com>
To: bug-followup at 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--


More information about the freebsd-bugs mailing list