3c90x: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 12: Line 12:
* [http://www.koders.com/c/fidF032F73835297E3B6018361AB99075FE9753E884.aspx Etherboot 3c90x driver]
* [http://www.koders.com/c/fidF032F73835297E3B6018361AB99075FE9753E884.aspx Etherboot 3c90x driver]
* [http://www.koders.com/c/fid9EA43C2ED859EDDB9FBA96E106FCDFB55F467A9A.aspx Linux 3c59x driver, driver operation explained at the top of the file]
* [http://www.koders.com/c/fid9EA43C2ED859EDDB9FBA96E106FCDFB55F467A9A.aspx Linux 3c59x driver, driver operation explained at the top of the file]
* [http://www.koders.com/c/fid98F17E9728B0400DDA72C7AEC829DBBA27A753F9.aspx FreeBSD 3x90x driver]
* [http://people.freebsd.org/~wpaul/3Com/3c90xb.pdf 3c90x and 3x90xB NICs technical reference]
* [http://people.freebsd.org/~wpaul/3Com/3c90xb.pdf 3c90x and 3x90xB NICs technical reference]
* [http://people.freebsd.org/~wpaul/3Com/README]
* [http://people.freebsd.org/~wpaul/3Com/README]

Revision as of 03:57, 31 July 2008

This page is a stub.
You can help the wiki by accurately adding more contents to it.

3c556 NIC

The Card

The 3com 3c556 chipsets are somewhat compatible with 3c59x and 3c90x cards.

Programming considerations

  • Scan the PCI bus for the device, 3com vendor id 0x10b7, 3c556 device id 0x6055.
  • Follow the linux or any other driver.
  • The ReadEeprom command value is 0x230 and not 0x80 as on 3c59x and 3c90x cards.

Resources

See Also