From owner-freebsd-stable@FreeBSD.ORG Mon Feb 28 15:18:47 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A1716A4CE; Mon, 28 Feb 2005 15:18:47 +0000 (GMT) Received: from lazir.toya.net.pl (lazir.toya.net.pl [217.113.224.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E276743D53; Mon, 28 Feb 2005 15:18:46 +0000 (GMT) (envelope-from imachine@toya.net.pl) Received: from localhost (unknown [192.168.120.26]) by lazir.toya.net.pl (TOYAnet MailServer) with ESMTP id DB3E88BFEA; Mon, 28 Feb 2005 16:18:44 +0100 (CET) Received: from lazir.toya.net.pl ([192.168.120.25]) by localhost (agregat [192.168.120.26]) (amavisd-new, port 10024) with ESMTP id 08086-05; Mon, 28 Feb 2005 16:18:43 +0100 (CET) Received: from [85.89.161.206] (unknown [85.89.161.206]) by lazir.toya.net.pl (TOYAnet MailServer) with ESMTP id 709C98BD91; Mon, 28 Feb 2005 16:18:43 +0100 (CET) Message-ID: <42233653.3020505@toya.net.pl> Date: Mon, 28 Feb 2005 16:18:43 +0100 From: =?UTF-8?B?TWF0ZXVzeiBKxJlkcmFzaWs=?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050227) X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: John Baldwin , stable@freebsd.org, acpi@freebsd.org References: <421DACC1.1070307@toya.net.pl> <200502241230.35536.jhb@FreeBSD.org> <421F0B5C.9090507@toya.net.pl> <200502251348.56332.jhb@FreeBSD.org> In-Reply-To: <200502251348.56332.jhb@FreeBSD.org> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TOYA-AV: AntyVir-Skaner at toya.net.pl Subject: Re: acpi_bus_number: can't get _ADR issue on Intel D923XCV Motherboard. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 15:18:47 -0000 John Baldwin napisał(a): > On Friday 25 February 2005 06:26 am, Mateusz Jędrasik 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. >> how about the _ADR, that yet still doesnt seem fixed - perhaphs I will try and bug Nate some more, if that doesnt seem to painful to him. >> >>>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 network >>>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=0x020000 card=0x30638086 chip=0x436111ab rev=0x17 > hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > class = network > subclass = ethernet > > so a possible patch to if_sk.c might be: > > Index: if_sk.c > =================================================================== > RCS file: /usr/cvs/src/sys/pci/if_sk.c,v > retrieving revision 1.96 > diff -u -r1.96 if_sk.c > --- 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 you > have a model number for it off of the box or some such? > It's a builtin device. I will try this patch as soon as i will get to Sweden, which unfortunately is not for another few weeks :) Cheers, and thanks for this work. I will let You know as soon as I lay my hands on this machine ;) -- Mateusz Jędrasik