Date: Thu, 6 Jun 2002 14:22:14 +0200 From: unix developper <bsd@gve.ch> To: freebsd-questions@freebsd.org Subject: sis driver and mac address on freebsd 4.5 Message-ID: <20020606142214.A41337@euclyde.cwglobal.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020606142214.A41337>