From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 6 05:10:44 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E81616A4CE for ; Fri, 6 Feb 2004 05:10:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7382343D1D for ; Fri, 6 Feb 2004 05:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i16DACbv077371 for ; Fri, 6 Feb 2004 05:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i16DAClx077370; Fri, 6 Feb 2004 05:10:12 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 6 Feb 2004 05:10:12 -0800 (PST) Resent-Message-Id: <200402061310.i16DAClx077370@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1958C16A4CE for ; Fri, 6 Feb 2004 05:04:52 -0800 (PST) Received: from plonk.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FAD43D1D for ; Fri, 6 Feb 2004 05:04:49 -0800 (PST) (envelope-from kiwi@plonk.home.oav.net) Received: from plonk.home.oav.net (localhost [127.0.0.1]) by plonk.home.oav.net (8.12.10/8.12.10) with ESMTP id i19ISnMv000739 for ; Mon, 9 Feb 2004 19:28:49 +0100 (CET) (envelope-from kiwi@plonk.home.oav.net) Received: (from root@localhost) by plonk.home.oav.net (8.12.10/8.12.10/Submit) id i19ISmFc000738; Mon, 9 Feb 2004 19:28:48 +0100 (CET) (envelope-from kiwi) Message-Id: <200402091828.i19ISmFc000738@plonk.home.oav.net> Date: Mon, 9 Feb 2004 19:28:48 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/62435: [WISH] make device hme work on non sparc64 platforms X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 13:10:44 -0000 >Number: 62435 >Category: kern >Synopsis: [WISH] make device hme work on non sparc64 platforms >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 06 05:10:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2-RELEASE i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD plonk.home.oav.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Mon Jan 19 22:15:10 CET 2004 root@plonk.home.oav.net:/usr/src/sys/i386/compile/PLONK i386 >Description: Adding "device hme" to a i386 kernel configuratio file should be enable. Seems that dev/hme/if_hme_pci.h depends of machine/ofw_matchdep.h that not seems to be present on i386. Btw OF_getetheraddr() it only present on sparc64 platform so it is difficult to get ethernet address.... Maybe this should be great to support that kind of interface on non sparc64 platform as NetBSD (seems, but I have not tested yet) and Linux as well... >How-To-Repeat: echo "device hme" >> /usr/src/sys/i386/conf/YOURKERNEL and make a kernel as usual. >Fix: >Release-Note: >Audit-Trail: >Unformatted: