From owner-freebsd-sparc Thu May 23 1:24:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from panther.cableinet.net (panther.cableinet.net [193.38.113.9]) by hub.freebsd.org (Postfix) with SMTP id 58A7A37B412 for ; Thu, 23 May 2002 01:24:11 -0700 (PDT) Received: (qmail 27788 invoked by alias); 23 May 2002 08:28:46 -0000 Received: from unknown (HELO rubik) (194.117.142.227) by panther.cableinet.net with SMTP; 23 May 2002 08:28:46 -0000 Message-ID: <001401c20233$45818920$e38e75c2@cableinet.net> From: "Jason Mann" To: References: <20020521183521.B46527@dragon.nuxi.com> Subject: hme ethernet interface driver Date: Thu, 23 May 2002 09:24:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi folks, I have two 'hme' interfaces in my Sun Ultra 5, one on the motherboard and one on a PCI card, and in the OpenBoot environment I have set "local-mac-address? = true" in an attempt to make the cards assume their own hard coded MAC addresses instead of using the systemwide one from the OBP. However, both hme interfaces retain the host's global MAC address, as shown below. hme0: flags=8802 mtu 1500 ether 08:00:20:b0:db:60 media: Ethernet autoselect hme1: flags=8843 mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::a00:20ff:feb0:db60%hme1 prefixlen 64 scopeid 0x2 ether 08:00:20:b0:db:60 media: Ethernet autoselect (100baseTX) status: active I read somewhere that the ability to use unique MAC addresses is somewhat dependant on the driver, so my question is, does the hme driver included with 5.0-CURRENT support this? Many thanks, Jason Mann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message