3c90x: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Re-jiggered the categories)
m (some links and stub)
Line 4: Line 4:


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


Line 13: Line 13:
* [http://www.koders.com/c/fidF4DF59676417BEC5C1810CBB42F1CE37D5C30640.aspx?s=3c59x Early 3c59x driver]
* [http://www.koders.com/c/fidF4DF59676417BEC5C1810CBB42F1CE37D5C30640.aspx?s=3c59x Early 3c59x driver]
[[Category:Networking]][[Category:HardwareComm]]
[[Category:Networking]][[Category:HardwareComm]]

{{stub}}

Revision as of 08:14, 19 December 2006

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

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