From owner-freebsd-questions Thu Jun 6 5:22:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from euclyde.cwglobal.ch (euclyde.cwglobal.ch [144.85.7.61]) by hub.freebsd.org (Postfix) with ESMTP id 5FE7237B403 for ; Thu, 6 Jun 2002 05:22:21 -0700 (PDT) Received: from euclyde.cwglobal.ch (localhost [127.0.0.1]) by euclyde.cwglobal.ch (8.12.4/8.11.6) with ESMTP id g56CMJrm053084 for ; Thu, 6 Jun 2002 14:22:20 +0200 (CEST) (envelope-from jmab@euclyde.cwglobal.ch) Received: (from jmab@localhost) by euclyde.cwglobal.ch (8.12.4/8.12.3/Submit) id g56CMEou053083 for freebsd-questions@freebsd.org; Thu, 6 Jun 2002 14:22:14 +0200 (CEST) Date: Thu, 6 Jun 2002 14:22:14 +0200 From: unix developper To: freebsd-questions@freebsd.org Subject: sis driver and mac address on freebsd 4.5 Message-ID: <20020606142214.A41337@euclyde.cwglobal.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 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