hello eveyone,

problem is that when i enable vlan on ix interface i can't ping other side. servers are identical and cross connected with twinax SFP+ cable. tried thru switches with other ix interface but same result. card is dual 10GbE intel SFP+ SR, but i'm not sure is it X520-D2 or X520-SR2 or something else ... will try boot something else to see, server are not near me ...

whitout vlans network connectivity is ok.

ix1 = directly connected intrface on both machines ...

rtr1:
# ifconfig ix1 10.2.2.1/24

# ifconfig ix1
ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6c:99
        priority: 0
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        inet 10.2.2.1 netmask 0xffffff00 broadcast 10.2.2.255
        inet6 fe80::21b:21ff:fe9e:6c99%ix1 prefixlen 64 scopeid 0x2


rtr2:
# ifconfig ix1 10.2.2.2/24

# ifconfig ix1
ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6e:a1
        priority: 0
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        inet 10.2.2.2 netmask 0xffffff00 broadcast 10.2.2.255
        inet6 fe80::21b:21ff:fe9e:6ea1%ix1 prefixlen 64 scopeid 0x2


rtr1:
# ping 10.2.2.2
PING 10.2.2.2 (10.2.2.2): 56 data bytes
64 bytes from 10.2.2.2: icmp_seq=0 ttl=255 time=0.169 ms
64 bytes from 10.2.2.2: icmp_seq=1 ttl=255 time=0.157 ms



rtr1:
# ifconfig vlan123 vlan 123 vlandev ix1 10.3.3.1/24

# ifconfig ix1
ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6c:99
        priority: 0
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        inet6 fe80::21b:21ff:fe9e:6c99%ix1 prefixlen 64 scopeid 0x2

# ifconfig vlan123
vlan123: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6c:99
        priority: 0
        vlan: 123 priority: 0 parent interface: ix1
        groups: vlan
        status: active
        inet6 fe80::21b:21ff:fe9e:6c99%vlan123 prefixlen 64 scopeid 0x8
        inet 10.3.3.1 netmask 0xffffff00 broadcast 10.3.3.255


rtr2:
# ifconfig vlan123 vlan 123 vlandev ix1 10.3.3.2/24

# ifconfig ix1
ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6e:a1
        priority: 0
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        inet6 fe80::21b:21ff:fe9e:6ea1%ix1 prefixlen 64 scopeid 0x2

# ifconfig vlan123
vlan123: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1b:21:9e:6e:a1
        priority: 0
        vlan: 123 priority: 0 parent interface: ix1
        groups: vlan
        status: active
        inet6 fe80::21b:21ff:fe9e:6ea1%vlan123 prefixlen 64 scopeid 0x8
        inet 10.3.3.2 netmask 0xffffff00 broadcast 10.3.3.255


rtr1:
# ping 10.3.3.2
PING 10.3.3.2 (10.3.3.2): 56 data bytes
ping: sendto: Host is down
ping: wrote 10.3.3.2 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.3.3.2 64 chars, ret=-1
ping: sendto: Host is down

rtr2:
# tcpdump -i ix1
tcpdump: listening on ix1, link-type EN10MB
01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1 01:20:39.566708 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1 01:20:40.576713 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1 01:20:41.586718 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1 01:20:42.596727 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1 01:21:03.806848 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 10.3.3.2 tell 10.3.3.1


i'm not sure but it's seems that this is some kind of qnq ?
can i somehow strip vlan 0 and make things work ? :)


on bnx interface with vlans, tcpdump is little different :)

# tcpdump -i bnx1
tcpdump: listening on bnx1, link-type EN10MB
01:28:53.869575 802.1Q vid 111 pri 0 10.5.5.1 > 10.5.5.2: icmp: echo request
01:28:53.869589 802.1Q vid 111 pri 0 10.5.5.2 > 10.5.5.1: icmp: echo reply
01:28:54.879580 802.1Q vid 111 pri 0 10.5.5.1 > 10.5.5.2: icmp: echo request
01:28:54.879593 802.1Q vid 111 pri 0 10.5.5.2 > 10.5.5.1: icmp: echo reply


Thank you ....



OpenBSD 4.9-current (GENERIC.MP) #35: Wed Apr 13 01:09:23 MDT 2011
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 6428266496 (6130MB)
avail mem = 6243102720 (5953MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xcf49c000 (78 entries)
bios0: vendor Dell Inc. version "1.5.3" date 10/22/2010
bios0: Dell Inc. PowerEdge R410
acpi0 at bios0: rev 2
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC SPCR HPET DM__ MCFG WD__ SLIC ERST HEST BERT EINJ SRAT TCPA SSDT
acpi0: wakeup devices PCI0(S5)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 32 (boot processor)
cpu0: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz, 2527.37 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT,AES,NXE,LONG
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 132MHz
cpu1 at mainbus0: apid 34 (application processor)
cpu1: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz, 2527.00 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT,AES,NXE,LONG
cpu1: 256KB 64b/line 8-way L2 cache
cpu2 at mainbus0: apid 50 (application processor)
cpu2: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz, 2527.00 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT,AES,NXE,LONG
cpu2: 256KB 64b/line 8-way L2 cache
cpu3 at mainbus0: apid 52 (application processor)
cpu3: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz, 2527.00 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT,AES,NXE,LONG
cpu3: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec80000, version 20, 24 pins
ioapic1: misconfigured as apic 0, remapped to apid 1
acpihpet0 at acpi0: 14318179 Hz
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (PEX1)
acpiprt2 at acpi0: bus 2 (PEX3)
acpiprt3 at acpi0: bus 3 (PEX7)
acpiprt4 at acpi0: bus -1 (PEX9)
acpiprt5 at acpi0: bus -1 (PEXA)
acpiprt6 at acpi0: bus -1 (SBEX)
acpiprt7 at acpi0: bus 4 (COMP)
acpicpu0 at acpi0: C3, C1
acpicpu1 at acpi0: C3, C1
acpicpu2 at acpi0: C3, C1
acpicpu3 at acpi0: C3, C1
ipmi at mainbus0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 5500 Host" rev 0x13
ppb0 at pci0 dev 1 function 0 "Intel X58 PCIE" rev 0x13
pci1 at ppb0 bus 1
bnx0 at pci1 dev 0 function 0 "Broadcom BCM5716" rev 0x20: apic 1 int 4 (irq 15) bnx1 at pci1 dev 0 function 1 "Broadcom BCM5716" rev 0x20: apic 1 int 16 (irq 14)
ppb1 at pci0 dev 3 function 0 "Intel X58 PCIE" rev 0x13
pci2 at ppb1 bus 2
mpi0 at pci2 dev 0 function 0 "Symbios Logic SAS1068E" rev 0x08: apic 1 int 0 (irq 15)
scsibus0 at mpi0: 112 targets
sd0 at scsibus0 targ 0 lun 0: <Dell, VIRTUAL DISK, 1028> SCSI3 0/direct fixed naa.600508e0000000002a7749fd24f2d10d
sd0: 139392MB, 512 bytes/sec, 285474816 sec total
ses0 at scsibus0 targ 8 lun 0: <DP, BACKPLANE, 1.07> SCSI3 13/enclosure services fixed t10.DP______BACKPLANE000000 ppb2 at pci0 dev 7 function 0 "Intel X58 PCIE" rev 0x13: apic 1 int 21 (irq 0)
pci3 at ppb2 bus 3
ix0 at pci3 dev 0 function 0 "Intel 10GbE SFP+ (82599)" rev 0x01: apic 1 int 6 (irq 15), address 00:1b:21:9e:6c:98 ix1 at pci3 dev 0 function 1 "Intel 10GbE SFP+ (82599)" rev 0x01: apic 1 int 13 (irq 14), address 00:1b:21:9e:6c:99
"Intel X58 Misc" rev 0x13 at pci0 dev 20 function 0 not configured
"Intel X58 GPIO" rev 0x13 at pci0 dev 20 function 1 not configured
"Intel X58 RAS" rev 0x13 at pci0 dev 20 function 2 not configured
uhci0 at pci0 dev 26 function 0 "Intel 82801JI USB" rev 0x00: apic 0 int 17 (irq 14) uhci1 at pci0 dev 26 function 1 "Intel 82801JI USB" rev 0x00: apic 0 int 18 (irq 11) ehci0 at pci0 dev 26 function 7 "Intel 82801JI USB" rev 0x00: apic 0 int 19 (irq 10)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
uhci2 at pci0 dev 29 function 0 "Intel 82801JI USB" rev 0x00: apic 0 int 21 (irq 6) uhci3 at pci0 dev 29 function 1 "Intel 82801JI USB" rev 0x00: apic 0 int 20 (irq 5) uhci4 at pci0 dev 29 function 2 "Intel 82801JI USB" rev 0x00: apic 0 int 21 (irq 6) uhci5 at pci0 dev 29 function 3 "Intel 82801JI USB" rev 0x00: apic 0 int 20 (irq 5) ehci1 at pci0 dev 29 function 7 "Intel 82801JI USB" rev 0x00: apic 0 int 21 (irq 6)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb3 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x90
pci4 at ppb3 bus 4
vga1 at pci4 dev 3 function 0 "Matrox MGA G200eW" rev 0x0a
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 31 function 0 "Intel 82801JIR LPC" rev 0x00
pciide0 at pci0 dev 31 function 2 "Intel 82801JI SATA" rev 0x00: DMA, channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide0: using apic 0 int 23 (irq 14) for native-PCI interrupt
pciide1 at pci0 dev 31 function 5 "Intel 82801JI SATA" rev 0x00: DMA, channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide1: using apic 0 int 22 (irq 14) for native-PCI interrupt
atapiscsi0 at pciide1 channel 0 drive 0
scsibus1 at atapiscsi0: 2 targets
cd0 at scsibus1 targ 0 lun 0: <TEAC, DVD-ROM DV-28SW, R.2A> ATAPI 5/cdrom removable
cd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci2: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb5 at uhci3: USB revision 1.0
uhub5 at usb5 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb6 at uhci4: USB revision 1.0
uhub6 at usb6 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb7 at uhci5: USB revision 1.0
uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
uhub8 at uhub0 port 3 "Standard Microsystems product 0x2514" rev 2.00/0.00 addr 2 uhidev0 at uhub4 port 2 configuration 1 interface 0 "Avocent USB Composite Device-0" rev 1.10/0.00 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub4 port 2 configuration 1 interface 1 "Avocent USB Composite Device-0" rev 1.10/0.00 addr 2
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b
bnx0: address 84:2b:2b:6d:37:8b
brgphy0 at bnx0 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8
bnx1: address 84:2b:2b:6d:37:8c
brgphy1 at bnx1 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8





Domain /dev/pci0:
 0:0:0: Intel 5500 Host
        0x0000: Vendor ID: 8086 Product ID: 3403
        0x0004: Command: 0000 Status ID: 0010
        0x0008: Class: 06 Subclass: 00 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0f Min Gnt: 00 Max Lat: 00
        0x0060: Capability 0x05: Message Signaled Interrupts (MSI)
        0x0090: Capability 0x10: PCI Express
                Link Speed: 2.5 / 2.5 Gb/s Link Width: x4 / x4
        0x00e0: Capability 0x01: Power Management
 0:1:0: Intel X58 PCIE
        0x0000: Vendor ID: 8086 Product ID: 3408
        0x0004: Command: 0147 Status ID: 0010
        0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line Size: 10
        0x0010: 00000000
        0x0014: 00000000
        0x0018: Primary Bus: 0 Secondary Bus: 1 Subordinate Bus: 1
                Secondary Latency Timer: 00
        0x001c: I/O Base: f0 I/O Limit: 00 Secondary Status: 2000
        0x0020: Memory Base: da00 Memory Limit: ddf0
        0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
        0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
        0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
        0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
        0x0038: Expansion ROM Base Address: 00000000
        0x003c: Interrupt Pin: 01 Line: 00 Bridge Control: 0007
        0x0040: Capability 0x0d: PCI-PCI
        0x0060: Capability 0x05: Message Signaled Interrupts (MSI)
        0x0090: Capability 0x10: PCI Express
                Link Speed: 2.5 / 5.0 Gb/s Link Width: x4 / x4
        0x00e0: Capability 0x01: Power Management
 0:3:0: Intel X58 PCIE
        0x0000: Vendor ID: 8086 Product ID: 340a
        0x0004: Command: 0147 Status ID: 0010
        0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line Size: 10
        0x0010: 00000000
        0x0014: 00000000
        0x0018: Primary Bus: 0 Secondary Bus: 2 Subordinate Bus: 2
                Secondary Latency Timer: 00
        0x001c: I/O Base: f0 I/O Limit: f0 Secondary Status: 0000
        0x0020: Memory Base: df10 Memory Limit: df20
        0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
        0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
        0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
        0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
        0x0038: Expansion ROM Base Address: 00000000
        0x003c: Interrupt Pin: 01 Line: 00 Bridge Control: 0007
        0x0040: Capability 0x0d: PCI-PCI
        0x0060: Capability 0x05: Message Signaled Interrupts (MSI)
        0x0090: Capability 0x10: PCI Express
                Link Speed: 2.5 / 5.0 Gb/s Link Width: x4 / x4
        0x00e0: Capability 0x01: Power Management
 0:7:0: Intel X58 PCIE
        0x0000: Vendor ID: 8086 Product ID: 340e
        0x0004: Command: 0147 Status ID: 0010
        0x0008: Class: 06 Subclass: 04 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line Size: 10
        0x0010: 00000000
        0x0014: 00000000
        0x0018: Primary Bus: 0 Secondary Bus: 3 Subordinate Bus: 3
                Secondary Latency Timer: 00
        0x001c: I/O Base: e0 I/O Limit: e0 Secondary Status: 2000
        0x0020: Memory Base: df30 Memory Limit: df40
        0x0024: Prefetch Memory Base: fff1 Prefetch Memory Limit: 0001
        0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
        0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
        0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
        0x0038: Expansion ROM Base Address: 00000000
        0x003c: Interrupt Pin: 01 Line: 00 Bridge Control: 0007
        0x0040: Capability 0x0d: PCI-PCI
        0x0060: Capability 0x05: Message Signaled Interrupts (MSI)
        0x0090: Capability 0x10: PCI Express
                Link Speed: 5.0 / 5.0 Gb/s Link Width: x8 / x16
        0x00e0: Capability 0x01: Power Management
 0:20:0: Intel X58 Misc
        0x0000: Vendor ID: 8086 Product ID: 342e
        0x0004: Command: 0000 Status ID: 0010
        0x0008: Class: 08 Subclass: 00 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
        0x0040: Capability 0x10: PCI Express
 0:20:1: Intel X58 GPIO
        0x0000: Vendor ID: 8086 Product ID: 3422
        0x0004: Command: 0000 Status ID: 0010
        0x0008: Class: 08 Subclass: 00 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
        0x0040: Capability 0x10: PCI Express
 0:20:2: Intel X58 RAS
        0x0000: Vendor ID: 8086 Product ID: 3423
        0x0004: Command: 0000 Status ID: 0010
        0x0008: Class: 08 Subclass: 00 Interface: 00 Revision: 13
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 0000 Product ID: 0000
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
        0x0040: Capability 0x10: PCI Express
 0:26:0: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a37
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dc40/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0e Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:26:1: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a38
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dc60/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 02 Line: 0b Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:26:7: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a3c
        0x0004: Command: 0146 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 20 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR mem 32bit addr: 0xdf0fe000/0x00000400
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 03 Line: 0a Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x01: Power Management
        0x0058: Capability 0x0a: Debug Port
        0x0098: Capability 0x13: PCI Advanced Features
 0:29:0: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a34
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dc80/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 06 Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:29:1: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a35
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dca0/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 02 Line: 05 Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:29:2: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a36
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dcc0/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 03 Line: 06 Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:29:3: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a39
        0x0004: Command: 0005 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR io addr: 0x0000dce0/0x0020
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 04 Line: 05 Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x13: PCI Advanced Features
 0:29:7: Intel 82801JI USB
        0x0000: Vendor ID: 8086 Product ID: 3a3a
        0x0004: Command: 0146 Status ID: 0290
        0x0008: Class: 0c Subclass: 03 Interface: 20 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR mem 32bit addr: 0xdf0ff000/0x00000400
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 06 Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x01: Power Management
        0x0058: Capability 0x0a: Debug Port
        0x0098: Capability 0x13: PCI Advanced Features
 0:30:0: Intel 82801BA Hub-to-PCI
        0x0000: Vendor ID: 8086 Product ID: 244e
        0x0004: Command: 0147 Status ID: 0010
        0x0008: Class: 06 Subclass: 04 Interface: 01 Revision: 90
0x000c: BIST: 00 Header Type: 01 Latency Timer: 00 Cache Line Size: 00
        0x0010: 00000000
        0x0014: 00000000
        0x0018: Primary Bus: 0 Secondary Bus: 4 Subordinate Bus: 4
                Secondary Latency Timer: 20
        0x001c: I/O Base: f0 I/O Limit: 00 Secondary Status: 2280
        0x0020: Memory Base: de00 Memory Limit: def0
        0x0024: Prefetch Memory Base: d981 Prefetch Memory Limit: d9f1
        0x0028: Prefetch Memory Base Upper 32 Bits: 00000000
        0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000
        0x0030: I/O Base Upper 16 Bits: 0000 I/O Limit Upper 16 Bits: 0000
        0x0038: Expansion ROM Base Address: 00000000
        0x003c: Interrupt Pin: 00 Line: ff Bridge Control: 000b
        0x0050: Capability 0x0d: PCI-PCI
 0:31:0: Intel 82801JIR LPC
        0x0000: Vendor ID: 8086 Product ID: 3a16
        0x0004: Command: 0147 Status ID: 0210
        0x0008: Class: 06 Subclass: 01 Interface: 00 Revision: 00
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR empty (00000000)
        0x0014: BAR empty (00000000)
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
        0x00e0: Capability 0x09: Vendor Specific
 0:31:2: Intel 82801JI SATA
        0x0000: Vendor ID: 8086 Product ID: 3a20
        0x0004: Command: 0047 Status ID: 02b0
        0x0008: Class: 01 Subclass: 01 Interface: 8f Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR io addr: 0x0000d8e0/0x0008
        0x0014: BAR io addr: 0x0000d8d0/0x0004
        0x0018: BAR io addr: 0x0000d8e8/0x0008
        0x001c: BAR io addr: 0x0000d8d4/0x0004
        0x0020: BAR io addr: 0x0000dc00/0x0010
        0x0024: BAR io addr: 0x0000dc10/0x0010
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 03 Line: 0e Min Gnt: 00 Max Lat: 00
        0x0070: Capability 0x01: Power Management
        0x00b0: Capability 0x13: PCI Advanced Features
 0:31:5: Intel 82801JI SATA
        0x0000: Vendor ID: 8086 Product ID: 3a26
        0x0004: Command: 0045 Status ID: 02b0
        0x0008: Class: 01 Subclass: 01 Interface: 85 Revision: 00
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00
        0x0010: BAR io addr: 0x0000d8f0/0x0008
        0x0014: BAR io addr: 0x0000d8d8/0x0004
        0x0018: BAR io addr: 0x0000d8f8/0x0008
        0x001c: BAR io addr: 0x0000d8dc/0x0004
        0x0020: BAR io addr: 0x0000dc20/0x0010
        0x0024: BAR io addr: 0x0000dc30/0x0010
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 04 Line: 0e Min Gnt: 00 Max Lat: 00
        0x0070: Capability 0x01: Power Management
        0x00b0: Capability 0x13: PCI Advanced Features
 1:0:0: Broadcom BCM5716
        0x0000: Vendor ID: 14e4 Product ID: 163b
        0x0004: Command: 0006 Status ID: 0010
        0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 20
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR mem 64bit addr: 0x00000000da000000/0x02000000
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0f Min Gnt: 00 Max Lat: 00
        0x0048: Capability 0x01: Power Management
        0x0050: Capability 0x03: Vital Product Data (VPD)
        0x0058: Capability 0x05: Message Signaled Interrupts (MSI)
0x00a0: Capability 0x11: Extended Message Signaled Interrupts (MSI-X)
        0x00ac: Capability 0x10: PCI Express
                Link Speed: 2.5 / 2.5 Gb/s Link Width: x4 / x4
 1:0:1: Broadcom BCM5716
        0x0000: Vendor ID: 14e4 Product ID: 163b
        0x0004: Command: 0006 Status ID: 0010
        0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 20
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR mem 64bit addr: 0x00000000dc000000/0x02000000
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 02 Line: 0e Min Gnt: 00 Max Lat: 00
        0x0048: Capability 0x01: Power Management
        0x0050: Capability 0x03: Vital Product Data (VPD)
        0x0058: Capability 0x05: Message Signaled Interrupts (MSI)
0x00a0: Capability 0x11: Extended Message Signaled Interrupts (MSI-X)
        0x00ac: Capability 0x10: PCI Express
                Link Speed: 2.5 / 2.5 Gb/s Link Width: x4 / x4
 2:0:0: Symbios Logic SAS1068E
        0x0000: Vendor ID: 1000 Product ID: 0058
        0x0004: Command: 0007 Status ID: 0010
        0x0008: Class: 01 Subclass: 00 Interface: 00 Revision: 08
0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR io addr: 0x0000fc00/0x0100
        0x0014: BAR mem 64bit addr: 0x00000000df2ec000/0x00004000
        0x001c: BAR mem 64bit addr: 0x00000000df2f0000/0x00010000
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 1f0f
        0x0030: Expansion ROM Base Address: df100000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0f Min Gnt: 00 Max Lat: 00
        0x0050: Capability 0x01: Power Management
        0x0068: Capability 0x10: PCI Express
                Link Speed: 2.5 / 2.5 Gb/s Link Width: x4 / x8
        0x0098: Capability 0x05: Message Signaled Interrupts (MSI)
0x00b0: Capability 0x11: Extended Message Signaled Interrupts (MSI-X)
 3:0:0: Intel 10GbE SFP+ (82599)
        0x0000: Vendor ID: 8086 Product ID: 10fb
        0x0004: Command: 0007 Status ID: 0010
        0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 01
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR mem 64bit addr: 0x00000000df400000/0x00080000
        0x0018: BAR io addr: 0x0000ecc0/0x0020
        0x001c: BAR empty (00000000)
        0x0020: BAR mem 64bit addr: 0x00000000df3f8000/0x00004000
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 8086 Product ID: 7a11
        0x0030: Expansion ROM Base Address: df300000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0f Min Gnt: 00 Max Lat: 00
        0x0040: Capability 0x01: Power Management
        0x0050: Capability 0x05: Message Signaled Interrupts (MSI)
0x0070: Capability 0x11: Extended Message Signaled Interrupts (MSI-X)
        0x00a0: Capability 0x10: PCI Express
                Link Speed: 5.0 / 5.0 Gb/s Link Width: x8 / x8
 3:0:1: Intel 10GbE SFP+ (82599)
        0x0000: Vendor ID: 8086 Product ID: 10fb
        0x0004: Command: 0007 Status ID: 0010
        0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 01
0x000c: BIST: 00 Header Type: 80 Latency Timer: 00 Cache Line Size: 10
        0x0010: BAR mem 64bit addr: 0x00000000df480000/0x00080000
        0x0018: BAR io addr: 0x0000ece0/0x0020
        0x001c: BAR empty (00000000)
        0x0020: BAR mem 64bit addr: 0x00000000df3fc000/0x00004000
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 8086 Product ID: 7a11
        0x0030: Expansion ROM Base Address: df300000
        0x0038: 00000000
        0x003c: Interrupt Pin: 02 Line: 0e Min Gnt: 00 Max Lat: 00
        0x0040: Capability 0x01: Power Management
        0x0050: Capability 0x05: Message Signaled Interrupts (MSI)
0x0070: Capability 0x11: Extended Message Signaled Interrupts (MSI-X)
        0x00a0: Capability 0x10: PCI Express
                Link Speed: 5.0 / 5.0 Gb/s Link Width: x8 / x8
 4:3:0: Matrox MGA G200eW
        0x0000: Vendor ID: 102b Product ID: 0532
        0x0004: Command: 0007 Status ID: 0290
        0x0008: Class: 03 Subclass: 00 Interface: 00 Revision: 0a
0x000c: BIST: 00 Header Type: 00 Latency Timer: 20 Cache Line Size: 10
        0x0010: BAR mem prefetchable 32bit addr: 0xd9800000/0x00800000
        0x0014: BAR mem 32bit addr: 0xde7fc000/0x00004000
        0x0018: BAR mem 32bit addr: 0xde800000/0x00800000
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 1028 Product ID: 028c
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 10 Max Lat: 20
        0x00dc: Capability 0x01: Power Management




--
/hrvoje

Reply via email to