From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 28 14:28:42 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD7A16A501 for ; Mon, 28 Feb 2005 14:28:42 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C09A43D58 for ; Mon, 28 Feb 2005 14:28:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2070 invoked from network); 28 Feb 2005 14:28:36 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 28 Feb 2005 14:28:35 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j1SESTrJ063403; Mon, 28 Feb 2005 09:28:30 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-acpi@FreeBSD.org, imachine@toya.net.pl Date: Fri, 25 Feb 2005 13:48:56 -0500 User-Agent: KMail/1.6.2 References: <421DACC1.1070307@toya.net.pl> <200502241230.35536.jhb@FreeBSD.org> <421F0B5C.9090507@toya.net.pl> In-Reply-To: <421F0B5C.9090507@toya.net.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200502251348.56332.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: bsam@ipt.ru cc: acpi@FreeBSD.org cc: stable@FreeBSD.org Subject: Re: acpi_bus_number: can't get _ADR issue on Intel D923XCV Motherboard. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 14:28:43 -0000 On Friday 25 February 2005 06:26 am, Mateusz J=C4=99drasik wrote: > > Your network device just isn't supported yet: > > Okay sorry about the email before, i stand corrected ;) I tried stable > from 20050224, the last 5.3 /next is 5.4-PRERELEASE/ and i recieve the > same errors, with _ADR acpi, and also the device seems not supported. > > > pcib3: at device 28.1 on pci0 > > pci4: on pcib3 > > pci4: at device 0.0 (no driver attached) > > > > It may be very trivial to add support for it. Can you get the output of > > 'pciconf -lv' for the pci4:0:0 device? Also, do you know if this netwo= rk > > adapter is supposed to be a 10/100 adapter or a 10/100/1000 (Gigabit)? > > Yes, as i believe the if_sk would simply require some kind of identity > lift? Anywho, here follows the pciconf -vl of the machine, hope that > clears things up somehow. cheers. none4@pci4:0:0: class=3D0x020000 card=3D0x30638086 chip=3D0x436111ab rev=3D= 0x17=20 hdr=3D0x00 vendor =3D 'Marvell Semiconductor (Was: Galileo Technology Ltd)' class =3D network subclass =3D ethernet so a possible patch to if_sk.c might be: Index: if_sk.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/cvs/src/sys/pci/if_sk.c,v retrieving revision 1.96 diff -u -r1.96 if_sk.c =2D-- if_sk.c 29 Jan 2005 19:26:53 -0000 1.96 +++ if_sk.c 25 Feb 2005 18:47:56 -0000 @@ -157,6 +157,11 @@ }, { VENDORID_MARVELL, + 0x4361, + "Marvell Gigabit Ethernet" + }, + { + VENDORID_MARVELL, DEVICEID_BELKIN_5005, "Belkin F5D5005 Gigabit Ethernet" }, Is this device built into the motherboard or a card? If it's a card, do yo= u=20 have a model number for it off of the box or some such? =2D-=20 John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =3D http://www.FreeBSD.org