Subject: Re: Re: 915 chipset motherboards
To: None <port-i386@netbsd.org>
From: Daniel Cox <danielcox@myrealbox.com>
List: port-i386
Date: 03/30/2005 17:53:52
But be careful that the card is not rendered useless in the process, see: h=
ttp://mail-index.netbsd.org/port-i386/2005/02/16/0002.html

I have sent my Intel board for warranty repair since Intel does not provide=
 a tool to help if the EEPROM is stuffed.

-----Original Message-----
From: Felix Deichmann <f.dei@web.de>
To: Mark Randelhoff <markr@cat.co.za>
Date: Wed, 30 Mar 2005 10:19:26 +0200
Subject: Re: 915 chipset motherboards

Mark Randelhoff wrote:
> I am running current on a intel 915 based motherboard.
> This motherboard has an onboard ethernet controller that is listed as:
>=20
> "Intel product 0x1064 (ethernet network revision 0x01)"
>=20
> and indicates that the device is not configured.
>=20
> Is there any quick fix to solve this?

FreeBSD has it in if_fxp.c:
http://groups.google.de/groups?selm=3D6.1.2.0.0.20040917235915.0533eba8%406=
4.7.153.2

It really seems to be a fxp clone, so just add the PCI product ID 0x1064=20
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