From owner-freebsd-questions Thu Jun 6 14:57: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.npubs.com (npubs.com [207.111.208.224]) by hub.freebsd.org (Postfix) with ESMTP id 8308837B401 for ; Thu, 6 Jun 2002 14:56:51 -0700 (PDT) Received: 8.12.2-(Neptune) From: "Nielsen" To: "unix developper" , References: <20020606142214.A41337@euclyde.cwglobal.ch> Subject: Re: sis driver and mac address on freebsd 4.5 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 Message-Id: <20020606215651.8308837B401@hub.freebsd.org> Date: Thu, 6 Jun 2002 14:56:51 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quick and simple fix: http://memberwebs.com/nielsen/freebsd/docs/sis_mac_addr.html ----- Original Message ----- From: "unix developper" To: Sent: Thursday, June 06, 2002 6:22 Subject: sis driver and mac address on freebsd 4.5 > hi, > i have a motherboard that has the integrated network > card that is recognized with sis0 on a freebsd 4.5 and > this is correct. > > but i am facing a problem with the mac address, > it is set to 00:00... > > i read the freebsd archives that recommend to update > the files : > > /usr/src/sys/pci/if_sis.c > src/sys/pci/if_sis.c,v 1.50 2002/04/04 21:03:31 > > /usr/src/sys/pci/if_sisreg.h > src/sys/pci/if_sisreg.h,v 1.1.4.10 2002/02/19 15:59:38 > > however there must be some other depedencies to also > get up to date because somme structures in the code > are not recognized. > > here is what is gcc complains about: > [...] > /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_tag' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_tag' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1644: request for member `sis_tx_list' in something not a structure or union > /usr/src/sys/modules/sis/../../pci/if_sis.c:1645: request for member `sis_tx_list' in something not a structure or union > [...] > > > has anyone a tip for me which will tell me what > files do i also need to update to make the kernel > compile well? > > thank you very much. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message