On 2020/07/09 22:57, David Gwynne wrote:
> ok.
>
> so the problem is the older api doenst support the "get phy types" command, 
> or the sff commands.

yes, looks like it.

> should we silence the "get phy types" error output?

I think that makes sense.

> is there a better errno to use when the sff command isn't supported? should 
> we add something to the manpage? should that something be "i'm not angry, 
> just disappointed"?

linux does this in the kernel driver (i40e_ethdev.c) 

static int i40e_get_module_info(struct rte_eth_dev *dev,
                                struct rte_dev_module_info *modinfo)
{
        struct i40e_hw *hw = I40E_DEV_PRIVATE_TO_HW(dev->data->dev_private);
        uint32_t sff8472_comp = 0;
        uint32_t sff8472_swap = 0;
        uint32_t sff8636_rev = 0;
        i40e_status status;
        uint32_t type = 0;

        /* Check if firmware supports reading module EEPROM. */
        if (!(hw->flags & I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE)) {
                PMD_DRV_LOG(ERR,
                            "Module EEPROM memory read not supported. "
                            "Please update the NVM image.\n");
                return -EINVAL;
        }


reported by ethtool like this

# /usr/sbin/ethtool --module-info ens1f2
Cannot get module EEPROM information: Invalid argument

btw, Silicom didn't recognise the firmware version as we print it (5.0.40043),
ethtool and the intel tools display it like this instead

# /usr/sbin/ethtool -i ens1f2
driver: i40e
version: 2.3.2-k
firmware-version: 5.02 0x80002248 0.0.0
expansion-rom-version:
bus-info: 0000:05:00.2
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes



>
> > On 9 Jul 2020, at 10:36 pm, Stuart Henderson <s...@spacehopper.org> wrote:
> >
> > Update on this: Silicom support responded promptly, asked sensible
> > questions, didn't immediately bail on the fact that I'm not running a
> > supported OS, and prepared an update (to run under Linux but the
> > Debian live image worked fine for this).
> >
> > ixl0 at pci6 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 1, FW 
> > 7.0.50775 API 1.8, msix, 4 queues, address 00:e0:ed:75:a5:5c
> > ixl1 at pci6 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 0, FW 
> > 7.0.50775 API 1.8, msix, 4 queues, address 00:e0:ed:75:a5:5d
> > ixl2 at pci6 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 2, FW 
> > 7.0.50775 API 1.8, msix, 4 queues, address 00:e0:ed:75:a5:5e
> > ixl3 at pci6 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 3, FW 
> > 7.0.50775 API 1.8, msix, 4 queues, address 00:e0:ed:75:a5:5f
> >
> > ixl3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> >        lladdr 00:e0:ed:75:a5:5f
> >        index 6 priority 0 llprio 3
> >        media: Ethernet autoselect (10GbaseLR full-duplex)
> >        status: active
> >        transceiver: SFP LC, 1310 nm, 10.0km SMF
> >        model: FLEXOPTIX P.1396.10 rev A
> >        serial: F78R21S, date: 2018-07-09
> >        voltage: 3.30 V, bias current: 32.07 mA
> >        temp: 29.43 C (low -25.00 C, high 90.00 C)
> >        tx: -2.63 dBm (low -7.00 dBm, high 2.50 dBm)
> >        rx: -4.75 dBm (low -16.00 dBm, high 1.00 dBm)
> >
> >
> >
> > On 2020/07/08 22:59, Stuart Henderson wrote:
> >> I have some ixl cards which show "unable to query phy types" at
> >> attach time, and return either EIO or ENODEV if I try fetching sff
> >> pages.
> >>
> >> I booted with SFP+ in all ixl ports and have this:
> >>
> >> ixl0 at pci6 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 1, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5c
> >> ixl0: unable to query phy types
> >> ixl1 at pci6 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 0, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5d
> >> ixl1: unable to query phy types
> >> ixl2 at pci6 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 2, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5e
> >> ixl2: unable to query phy types
> >> ixl3 at pci6 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 3, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5f
> >> ixl3: unable to query phy types
> >>
> >> # ifconfig ixl sff
> >> ixl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> >>        lladdr 00:e0:ed:75:a5:5c
> >>        index 3 priority 0 llprio 3
> >>        media: Ethernet autoselect
> >>        status: no carrier
> >> ifconfig: ixl0 transceiver: Input/output error
> >> ixl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> >>        lladdr 00:e0:ed:75:a5:5d
> >>        index 4 priority 0 llprio 3
> >>        media: Ethernet autoselect
> >>        status: no carrier
> >> ifconfig: ixl1 transceiver: Input/output error
> >> ixl2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> >>        lladdr 00:e0:ed:75:a5:5e
> >>        index 5 priority 0 llprio 3
> >>        media: Ethernet autoselect (10GbaseLR full-duplex)
> >>        status: active
> >> ifconfig: ixl2 transceiver: Operation not supported by device
> >> ixl3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> >>        lladdr 00:e0:ed:75:a5:5f
> >>        index 6 priority 0 llprio 3
> >>        media: Ethernet autoselect
> >>        status: no carrier
> >> ifconfig: ixl3 transceiver: Input/output error
> >>
> >> With "ifconfig ixlX debug" set, I get this on the interface
> >>
> >> ixl2: ixl_sff_get_byte(dev 0xa0, reg 0x7f) -> 0003
> >>
> >> Firmware on these are a bit older than the Intel cards that I've seen
> >> so my first thought is to try updating, I've mailed Silicom to ask them
> >> if they can provide anything newer (Intel's own downloads say not to
> >> use them for non Intel-branded cards and I don't really want to
> >> brick a card..), does anyone have other ideas while I'm waiting to
> >> hear back from them?
> >>
> >>
> >> OpenBSD 6.7-current (GENERIC.MP) #337: Wed Jul  8 10:37:10 MDT 2020
> >>    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> >> real mem = 8464842752 (8072MB)
> >> avail mem = 8193245184 (7813MB)
> >> random: good seed from bootblocks
> >> mpath0 at root
> >> scsibus0 at mpath0: 256 targets
> >> mainbus0 at root
> >> bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xed9b0 (46 entries)
> >> bios0: vendor American Megatrends Inc. version "1.3" date 03/19/2018
> >> bios0: Supermicro Super Server
> >> acpi0 at bios0: ACPI 5.0
> >> acpi0: sleep states S0 S4 S5
> >> acpi0: tables DSDT FACP APIC FPDT FIDT SPMI MCFG UEFI DBG2 HPET WDDT SSDT 
> >> SSDT SSDT PRAD DMAR HEST BERT ERST EINJ
> >> acpi0: wakeup devices IP2P(S4) EHC1(S4) EHC2(S4) RP07(S4) RP08(S4) 
> >> BR1A(S4) BR1B(S4) BR2A(S4) BR2B(S4) BR2C(S4) BR2D(S4) BR3A(S4) BR3B(S4) 
> >> BR3C(S4) BR3D(S4) RP01(S4) [...]
> >> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> >> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> >> cpu0 at mainbus0: apid 0 (boot processor)
> >> cpu0: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.27 MHz, 06-56-03
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu0: 256KB 64b/line 8-way L2 cache
> >> cpu0: TSC skew=0 observed drift=0
> >> cpu0: smt 0, core 0, package 0
> >> mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
> >> cpu0: apic clock running at 99MHz
> >> cpu0: mwait min=64, max=64, C-substates=0.2.1.2, IBE
> >> cpu1 at mainbus0: apid 2 (application processor)
> >> cpu1: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.01 MHz, 06-56-03
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu1: 256KB 64b/line 8-way L2 cache
> >> cpu1: TSC skew=4 observed drift=0
> >> cpu1: smt 0, core 1, package 0
> >> cpu2 at mainbus0: apid 4 (application processor)
> >> cpu2: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu2: 256KB 64b/line 8-way L2 cache
> >> cpu2: TSC skew=2 observed drift=0
> >> cpu2: smt 0, core 2, package 0
> >> cpu3 at mainbus0: apid 6 (application processor)
> >> cpu3: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu3: 256KB 64b/line 8-way L2 cache
> >> cpu3: TSC skew=30 observed drift=0
> >> cpu3: smt 0, core 3, package 0
> >> cpu4 at mainbus0: apid 1 (application processor)
> >> cpu4: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> cpu4: 
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu4: 256KB 64b/line 8-way L2 cache
> >> cpu4: TSC skew=-10 observed drift=0
> >> cpu4: smt 1, core 0, package 0
> >> cpu5 at mainbus0: apid 3 (application processor)
> >> cpu5: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> cpu5: 
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu5: 256KB 64b/line 8-way L2 cache
> >> cpu5: TSC skew=0 observed drift=0
> >> cpu5: smt 1, core 1, package 0
> >> cpu6 at mainbus0: apid 5 (application processor)
> >> cpu6: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> cpu6: 
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu6: 256KB 64b/line 8-way L2 cache
> >> cpu6: TSC skew=-6 observed drift=0
> >> cpu6: smt 1, core 2, package 0
> >> cpu7 at mainbus0: apid 7 (application processor)
> >> cpu7: Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz, 2200.00 MHz, 06-56-03
> >> cpu7: 
> >> 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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
> >> cpu7: 256KB 64b/line 8-way L2 cache
> >> cpu7: TSC skew=14 observed drift=0
> >> cpu7: smt 1, core 3, package 0
> >> ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins
> >> acpimcfg0 at acpi0
> >> acpimcfg0: addr 0x80000000, bus 0-255
> >> acpihpet0 at acpi0: 14318179 Hz
> >> acpiprt0 at acpi0: bus 255 (UNC0)
> >> acpiprt1 at acpi0: bus 0 (PCI0)
> >> acpiprt2 at acpi0: bus 1 (BR1A)
> >> acpiprt3 at acpi0: bus 2 (BR1B)
> >> acpiprt4 at acpi0: bus 4 (BR2C)
> >> acpiprt5 at acpi0: bus 5 (BR3A)
> >> acpiprt6 at acpi0: bus 7 (RP01)
> >> acpiprt7 at acpi0: bus 8 (RP02)
> >> acpiprt8 at acpi0: bus 9 (RP04)
> >> acpiprt9 at acpi0: bus 10 (BR3A)
> >> acpiprt10 at acpi0: bus 11 (RP05)
> >> acpicpu0 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu1 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu2 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu3 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu4 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu5 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu6 at acpi0: C1(1000@1 halt), PSS
> >> acpicpu7 at acpi0: C1(1000@1 halt), PSS
> >> acpipci0 at acpi0 UNC0: 0x00000010 0x00000011 0x00000000
> >> extent `acpipci0 pcibus' (0x0 - 0xff), flags=0
> >>     0x0 - 0xfe
> >> extent `acpipci0 pciio' (0x0 - 0xffffffff), flags=0
> >>     0x0 - 0xffffffff
> >> extent `acpipci0 pcimem' (0x0 - 0xffffffffffffffff), flags=0
> >>     0x0 - 0xffffffffffffffff
> >> "ACPI0004" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "ACPI0007" at acpi0 not configured
> >> "PNP0C33" at acpi0 not configured
> >> "PNP0C14" at acpi0 not configured
> >> acpipci1 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
> >> extent `acpipci1 pcibus' (0x0 - 0xff), flags=0
> >>     0xff - 0xff
> >> extent `acpipci1 pciio' (0x0 - 0xffffffff), flags=0
> >>     0xcf8 - 0xfff
> >>     0x10000 - 0xffffffff
> >> extent `acpipci1 pcimem' (0x0 - 0xffffffffffffffff), flags=0
> >>     0x0 - 0x9ffff
> >>     0xc0000 - 0x8fffffff
> >>     0xfbffc000 - 0xffffffffffffffff
> >> "PNP0003" at acpi0 not configured
> >> "PNP0C14" at acpi0 not configured
> >> acpicmos0 at acpi0
> >> "IPI0001" at acpi0 not configured
> >> acpibtn0 at acpi0: PWRB
> >> ipmi at mainbus0 not configured
> >> cpu0: using VERW MDS workaround (except on vmm entry)
> >> cpu0: Enhanced SpeedStep 2200 MHz: speeds: 2200, 2100, 2000, 1900, 1800, 
> >> 1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
> >> pci0 at mainbus0 bus 255
> >> "Intel Xeon-D QPI Link" rev 0x03 at pci0 dev 11 function 0 not configured
> >> "Intel Xeon-D QPI Link" rev 0x03 at pci0 dev 11 function 1 not configured
> >> "Intel Xeon-D QPI Link" rev 0x03 at pci0 dev 11 function 2 not configured
> >> "Intel Xeon-D QPI Debug" rev 0x03 at pci0 dev 11 function 3 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 12 function 0 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 12 function 1 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 12 function 2 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 12 function 3 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 15 function 0 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 15 function 4 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 15 function 5 not configured
> >> "Intel Xeon-D Cache" rev 0x03 at pci0 dev 15 function 6 not configured
> >> "Intel Xeon-D PCIE" rev 0x03 at pci0 dev 16 function 0 not configured
> >> "Intel E5 v4 R2PCIe Agent" rev 0x03 at pci0 dev 16 function 1 not 
> >> configured
> >> "Intel Xeon-D Ubox" rev 0x03 at pci0 dev 16 function 5 not configured
> >> "Intel Xeon-D Ubox" rev 0x03 at pci0 dev 16 function 6 not configured
> >> "Intel Xeon-D Ubox" rev 0x03 at pci0 dev 16 function 7 not configured
> >> "Intel Xeon-D Home Agent" rev 0x03 at pci0 dev 18 function 0 not configured
> >> "Intel Xeon-D Home Agent" rev 0x03 at pci0 dev 18 function 1 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 0 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 1 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 2 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 3 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 4 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 5 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 6 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 19 function 7 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 0 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 1 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 2 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 3 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 4 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 5 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 6 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 20 function 7 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 21 function 0 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 21 function 1 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 21 function 2 not configured
> >> "Intel Xeon-D Memory" rev 0x03 at pci0 dev 21 function 3 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 30 function 0 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 30 function 1 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 30 function 2 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 30 function 3 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 30 function 4 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 31 function 0 not configured
> >> "Intel Xeon-D PCU" rev 0x03 at pci0 dev 31 function 2 not configured
> >> pci1 at mainbus0 bus 0
> >> pchb0 at pci1 dev 0 function 0 "Intel Xeon-D Host" rev 0x03
> >> ppb0 at pci1 dev 1 function 0 "Intel Xeon-D PCIE" rev 0x03
> >> pci2 at ppb0 bus 1
> >> ppb1 at pci1 dev 1 function 1 "Intel Xeon-D PCIE" rev 0x03
> >> pci3 at ppb1 bus 2
> >> ppb2 at pci1 dev 2 function 0 "Intel Xeon-D PCIE" rev 0x03
> >> pci4 at ppb2 bus 3
> >> "Intel Xeon-D QuickData" rev 0x00 at pci4 dev 0 function 0 not configured
> >> "Intel Xeon-D QuickData" rev 0x00 at pci4 dev 0 function 1 not configured
> >> "Intel Xeon-D QuickData" rev 0x00 at pci4 dev 0 function 2 not configured
> >> "Intel Xeon-D QuickData" rev 0x00 at pci4 dev 0 function 3 not configured
> >> ppb3 at pci1 dev 2 function 2 "Intel Xeon-D PCIE" rev 0x03
> >> pci5 at ppb3 bus 4
> >> ix0 at pci5 dev 0 function 0 "Intel X552 SFP+" rev 0x00: msi, address 
> >> ac:1f:6b:6a:8b:f0
> >> ix1 at pci5 dev 0 function 1 "Intel X552 SFP+" rev 0x00: msi, address 
> >> ac:1f:6b:6a:8b:f1
> >> ppb4 at pci1 dev 3 function 0 "Intel Xeon-D PCIE" rev 0x03: msi
> >> pci6 at ppb4 bus 5
> >> ixl0 at pci6 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 1, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5c
> >> ixl0: unable to query phy types
> >> ixl1 at pci6 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 0, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5d
> >> ixl1: unable to query phy types
> >> ixl2 at pci6 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 2, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5e
> >> ixl2: unable to query phy types
> >> ixl3 at pci6 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 3, FW 
> >> 5.0.40043 API 1.5, msix, 4 queues, address 00:e0:ed:75:a5:5f
> >> ixl3: unable to query phy types
> >> ppb5 at pci1 dev 3 function 2 "Intel Xeon-D PCIE" rev 0x03
> >> pci7 at ppb5 bus 6
> >> "Intel Xeon-D Address Map" rev 0x03 at pci1 dev 5 function 0 not configured
> >> "Intel Xeon-D Hot Plug" rev 0x03 at pci1 dev 5 function 1 not configured
> >> "Intel Xeon-D RAS" rev 0x03 at pci1 dev 5 function 2 not configured
> >> xhci0 at pci1 dev 20 function 0 "Intel 8 Series xHCI" rev 0x05: msi, xHCI 
> >> 1.0
> >> usb0 at xhci0: USB revision 3.0
> >> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 
> >> 3.00/1.00 addr 1
> >> "Intel 8 Series MEI" rev 0x04 at pci1 dev 22 function 0 not configured
> >> "Intel 8 Series MEI" rev 0x04 at pci1 dev 22 function 1 not configured
> >> ehci0 at pci1 dev 26 function 0 "Intel 8 Series USB" rev 0x05: apic 8 int 
> >> 18
> >> usb1 at ehci0: USB revision 2.0
> >> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 
> >> 2.00/1.00 addr 1
> >> ppb6 at pci1 dev 28 function 0 "Intel 8 Series PCIE" rev 0xd5: msi
> >> pci8 at ppb6 bus 7
> >> em0 at pci8 dev 0 function 0 "Intel I210" rev 0x03: msi, address 
> >> ac:1f:6b:6a:88:64
> >> ppb7 at pci1 dev 28 function 1 "Intel 8 Series PCIE" rev 0xd5: msi
> >> pci9 at ppb7 bus 8
> >> em1 at pci9 dev 0 function 0 "Intel I210" rev 0x03: msi, address 
> >> ac:1f:6b:6a:88:65
> >> ppb8 at pci1 dev 28 function 3 "Intel 8 Series PCIE" rev 0xd5: msi
> >> pci10 at ppb8 bus 9
> >> ppb9 at pci10 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x03
> >> pci11 at ppb9 bus 10
> >> vga1 at pci11 dev 0 function 0 "ASPEED Technology AST2000" rev 0x30
> >> wsdisplay at vga1 not configured
> >> ppb10 at pci1 dev 28 function 4 "Intel 8 Series PCIE" rev 0xd5: msi
> >> pci12 at ppb10 bus 11
> >> em2 at pci12 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
> >> ac:1f:6b:6a:88:66
> >> em3 at pci12 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
> >> ac:1f:6b:6a:88:67
> >> em4 at pci12 dev 0 function 2 "Intel I350" rev 0x01: msi, address 
> >> ac:1f:6b:6a:88:68
> >> em5 at pci12 dev 0 function 3 "Intel I350" rev 0x01: msi, address 
> >> ac:1f:6b:6a:88:69
> >> ehci1 at pci1 dev 29 function 0 "Intel 8 Series USB" rev 0x05: apic 8 int 
> >> 18
> >> usb2 at ehci1: USB revision 2.0
> >> uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 
> >> 2.00/1.00 addr 1
> >> pcib0 at pci1 dev 31 function 0 "Intel C224 LPC" rev 0x05
> >> ahci0 at pci1 dev 31 function 2 "Intel 8 Series AHCI" rev 0x05: msi, AHCI 
> >> 1.3
> >> ahci0: port 4: 6.0Gb/s
> >> scsibus1 at ahci0: 32 targets
> >> sd0 at scsibus1 targ 4 lun 0: <ATA, PLEXTOR PX-128S3, 1.04> 
> >> naa.50023031011e8059
> >> sd0: 122104MB, 512 bytes/sector, 250069680 sectors, thin
> >> ichiic0 at pci1 dev 31 function 3 "Intel 8 Series SMBus" rev 0x05: apic 8 
> >> int 18
> >> iic0 at ichiic0
> >> "Intel 8 Series Thermal" rev 0x05 at pci1 dev 31 function 6 not configured
> >> isa0 at pcib0
> >> isadma0 at isa0
> >> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> >> com0: console
> >> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> >> pcppi0 at isa0 port 0x61
> >> spkr0 at pcppi0
> >> vmm0 at mainbus0: VMX/EPT
> >> uhub3 at uhub0 port 3 configuration 1 interface 0 "Genesys Logic USB2.0 
> >> Hub" rev 2.00/32.98 addr 2
> >> uhub4 at uhub3 port 2 configuration 1 interface 0 "Genesys Logic USB2.0 
> >> Hub" rev 2.00/32.98 addr 3
> >> uhub5 at uhub0 port 4 configuration 1 interface 0 "ATEN International 
> >> product 0x7000" rev 2.00/0.00 addr 4
> >> uhidev0 at uhub5 port 1 configuration 1 interface 0 "ATEN International 
> >> product 0x2419" rev 1.10/1.00 addr 5
> >> uhidev0: iclass 3/1
> >> ukbd0 at uhidev0: 8 variable keys, 6 key codes
> >> wskbd0 at ukbd0 mux 1
> >> uhidev1 at uhub5 port 1 configuration 1 interface 1 "ATEN International 
> >> product 0x2419" rev 1.10/1.00 addr 5
> >> uhidev1: iclass 3/1
> >> ums0 at uhidev1: 3 buttons, Z dir
> >> wsmouse0 at ums0 mux 0
> >> uhub6 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching 
> >> Hub" rev 2.00/0.05 addr 2
> >> uhub7 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching 
> >> Hub" rev 2.00/0.05 addr 2
> >> vscsi0 at root
> >> scsibus2 at vscsi0: 256 targets
> >> softraid0 at root
> >> scsibus3 at softraid0: 256 targets
> >> root on sd0a (ece891224464e50c.a) swap on sd0b dump on sd0b
> >>
> >
>

Reply via email to