From nobody@www.freebsd.org  Mon Jun 24 00:03:49 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 461DC37B400
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Jun 2002 00:03:48 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5O73ihG070406
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Jun 2002 00:03:44 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5O73ilW070405;
	Mon, 24 Jun 2002 00:03:44 -0700 (PDT)
Message-Id: <200206240703.g5O73ilW070405@www.freebsd.org>
Date: Mon, 24 Jun 2002 00:03:44 -0700 (PDT)
From: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Can't get a correct MAC address for MELCO LPC3-TX
X-Send-Pr-Version: www-1.0

>Number:         39763
>Category:       conf
>Synopsis:       Can't get a correct MAC address for MELCO LPC3-TX
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 24 00:10:01 PDT 2002
>Closed-Date:    Sat Jun 05 05:53:44 PDT 2004
>Last-Modified:  Sat Jun 05 05:53:44 PDT 2004
>Originator:     Hideyuki KURASHINA
>Release:        FreeBSD 5.0-CURRENT
>Organization:
Nagaoka National College of Technology
>Environment:
ed.rushani.jp 5.0-CURRENT-20020616-JPSNAP FreeBSD 5.0-CURRENT-20020616-JPSNAP #0: Fri Jun 21 16:39:17 GMT 2002     root@ed.rushani.jp:/usr/obj/usr/src/sys/ED  i386
>Description:
According to the commit log in revision 1.166 of src/etc/defaults/pccard.conf,

  fix MELCO LPC3-TX config
        use ``config auto''
        add ether line

but `ether line' was added in BUFFALO LPC3-CLX, not in BUFFALO LPC3-TX. This
line should be added in MELCO LPC3-TX config.

In current status (both -current and -stable), you will get an incorrect MAC
address When LPC3-TX is inserted like follows:

  ed1: address 01:02:00:ff:xx:xx, type NE2000 (16bit)

If add 'ether 0x1c8' line into the relevant position, you will get a correct
MAC address like follows:

  ed1: address 00:40:26:xx:xx:xx, type NE2000 (16bit)

P.S. I also reported this problem at

  [bsd-nomads:16359]
    http://www.clave.gr.jp/ml/bsd-nomads/200206/msg00034.html (in Japanese)

>How-To-Repeat:
insert MELCO LPC3-TX into your laptop.

>Fix:
put

  ether   0x1c8

line into configuration of BUFFALO LPC3-TX.

>Release-Note:
>Audit-Trail:

From: "Poon, Alvin W" <alvin.poon@eds.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/39763: Can't get a correct MAC address for MELCO LPC3-TX
Date: Thu, 27 May 2004 14:20:21 -0400

 Release: FreeBSD 5.2.1-RELEASE
 
 Description: With two LPC3-TX cards in hand, it was confirmed the hi- and
 low-bytes for the vendor MELCO are swapped.  Once the bytes are swapped back
 and kernel recompiled (with GENERIC), one card gave the incorrect MAC
 address (even with the 'ether' line) and the other hangs the machine
 (similar to PCMCIA running out of IRQs).
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Sat Jun 5 05:52:37 PDT 2004 
State-Changed-Why:  
Commited pccard.conf in 1.268,Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39763 
>Unformatted:
