Subject: Re: 915 chipset motherboards
To: Mark Randelhoff <markr@cat.co.za>
From: Felix Deichmann <f.dei@web.de>
List: port-i386
Date: 03/30/2005 10:19:26
Mark Randelhoff wrote:
> I am running current on a intel 915 based motherboard.
> This motherboard has an onboard ethernet controller that is listed as:
>
> "Intel product 0x1064 (ethernet network revision 0x01)"
>
> and indicates that the device is not configured.
>
> Is there any quick fix to solve this?
FreeBSD has it in if_fxp.c:
http://groups.google.de/groups?selm=6.1.2.0.0.20040917235915.0533eba8%4064.7.153.2
It really seems to be a fxp clone, so just add the PCI product ID 0x1064
to the appropriate source files, which are, afaik:
src/sys/dev/pci/if_fxp_pci.c
src/sys/dev/pci/pcidevs
src/sys/dev/pci/pcidevs.h
src/sys/dev/pci/pcidevs_data.h
Regards
Felix