Subject: Re: Marvell ethernet card
To: Jeff Rizzo <riz@NetBSD.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 12/04/2005 15:27:26
On Sat, Dec 03, 2005 at 07:34:13PM -0800, Jeff Rizzo wrote:
> Patrick Welche wrote:
> >it is a (0x11ab,0x4362) "Marvell Technology Group Ltd.|Marvell Yukon
> >88E8053 Gigabit Ethernet 10/100/1000Base-T Adapter"

> I've been working a bit on the sk(4) driver... can you send me a dmesg
> and pci dump?
> 
> And have you tried -current and/or 3.0_RC5?

This is with 29 Nov -current:

Galileo (Marvell) Technology product 0x4362 (ethernet network, revision 0x15) at
 pci1 dev 0 function 0 not configured


PCI configuration registers:
  Common header:
    0x00: 0x436211ab 0x00100007 0x02000015 0x00000008

    Vendor Name: Galileo (Marvell) Technology (0x11ab)
    Device ID: 0x4362
    Command register: 0x0007
      I/O space accesses: on
      Memory space accesses: on
      Bus mastering: on
      Special cycles: off
      MWI transactions: off
      Palette snooping: off
      Parity error checking: off
      Address/data stepping: off
      System error (SERR): off
      Fast back-to-back transactions: off
    Status register: 0x0010
      Capability List support: on
      66 MHz capable: off
      User Definable Features (UDF) support: off
      Fast back-to-back capable: off
      Data parity error detected: off
      DEVSEL timing: fast (0x0)
      Slave signaled Target Abort: off
      Master received Target Abort: off
      Master received Master Abort: off
      Asserted System Error (SERR): off
      Parity error detected: off
    Class Name: network (0x02)
    Subclass Name: ethernet (0x00)
    Interface: 0x00
    Revision ID: 0x15
    BIST: 0x00
    Header Type: 0x00 (0x00)
    Latency Timer: 0x00
    Cache Line Size: 0x08

  Type 0 ("normal" device) header:
    0x10: 0xcfdfc004 0x00000000 0x0000be01 0x00000000
    0x20: 0x00000000 0x00000000 0x00000000 0x00011179
    0x30: 0x00000000 0x00000048 0x00000000 0x0000010a

    Base address register at 0x10
      type: 64-bit nonprefetchable memory
      base: 0x00000000cfdfc000, not sized
    Base address register at 0x18
      type: i/o
      base: 0x0000be00, not sized
    Base address register at 0x1c
      not implemented(?)
    Base address register at 0x20
      not implemented(?)
    Base address register at 0x24
      not implemented(?)
    Cardbus CIS Pointer: 0x00000000
    Subsystem vendor ID: 0x1179
    Subsystem ID: 0x0001
    Expansion ROM Base Address: 0x00000000
    Capability list pointer: 0x48
    Reserved @ 0x38: 0x00000000
    Maximum Latency: 0x00
    Minimum Grant: 0x00
    Interrupt pin: 0x01 (pin A)
    Interrupt line: 0x0a

  Capability register at 0x48
    type: 0x01 (Power Management, rev. 1.0)
  Capability register at 0x50
    type: 0x03 (VPD)
  Capability register at 0x5c
    type: 0x05 (MSI)
  Capability register at 0xe0
    type: 0x10 (PCI Express)

  Device-dependent header:
    0x40: 0x41b00000 0x01a08000 0xfe025001 0x13002000
    0x50: 0x80005c03 0x01000000 0x01000000 0x0082e005
    0x60: 0x00000000 0x00000000 0x00000000 0x00000000
    0x70: 0x00000100 0x00000000 0x00000000 0x00000000
    0x80: 0x00000000 0x00000000 0x00000000 0x00000000
    0x90: 0x00000000 0x00000000 0x00000000 0x00000000
    0xa0: 0x00000000 0x00000000 0x00000000 0x00000000
    0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
    0xc0: 0x00000000 0x00000000 0x00000000 0x00000000
    0xd0: 0x00000000 0x00000000 0x00000000 0x00000000
    0xe0: 0x00110010 0x00280fc0 0x001b4400 0x0003a411
    0xf0: 0x10110048 0x00000000 0x00000000 0x00000000


Cheers,

Patrick