From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5810a0e685b8e30dd3af71783dc78deb@plan9.bell-labs.com> From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Boot floppy In-Reply-To: <7478.192.11.226.116.1074815531.squirrel@www.infernopark.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 22 Jan 2004 20:09:33 -0500 Topicbox-Message-UUID: bf4261b8-eacc-11e9-9e20-41e7f4b1d025 On Thu Jan 22 16:38:46 EST 2004, vdharani@infernopark.com wrote: > ... > > 1. i have intel 82559ER (i think) cards. if i am right, the boot code > recognizes only 82557 cards. so dhcp/tftp works only for 82557 cards. it > doesnt work for 82559/82559ER cards etc. what is the problem? is it too > tough to fix it? given that intel cards are widely used and available > (including on-board ethernet ports), can we make all 82557/8/9 ethernet > ports get recognized during boot time? > ... The boot code has been seen to work successfully on the following PCI device ids: case 0x1209: /* Intel 82559ER */ case 0x1229: /* Intel 8255[789] */ case 0x1031: /* Intel 82562EM */ case 0x2449: /* Intel 82562ET */ What do you have?