Problem still not solved. More details,

# lspci -v -s 03:06
03:06.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit
Ethernet Adapter (rev 11) (rev 11)
        Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11)
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 20
        Memory at fdcf8000 (32-bit, non-prefetchable) [size=16K]
        I/O ports at ce00 [size=256]
        [virtual] Expansion ROM at fdb00000 [disabled] [size=128K]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Vital Product Data
        Kernel driver in use: skge
        Kernel modules: skge

Also PCI command 0x7 maps to these
   PCI_COMMAND_IO   -- Enable response in I/O space
   PCI_COMMAND_MEMORY  -- Enable response in Memory space
   PCI_COMMAND_MASTER  -- Enable bus mastering

And PCI status 0x22b0 maps to the combination of these error bits:
   PCI_STATUS_REC_MASTER_ABORT  -- Set on master abort
   PCI_STATUS_DEVSEL_MEDIUM  -- DEVSEL medium timing
   PCI_STATUS_FAST_BACK  -- Accept fast-back to back
   PCI_STATUS_66MHZ  -- Support 66 Mhz PCI 2.1 bus
   PCI_STATUS_CAP_LIST  -- Support Capability List

-- 
Deron Meranda
http://deron.meranda.us/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to