FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報...

178
FreeBSD動作検証レポート R120f-1E / 10.2-RELEASE [UEFI版] 対象ハードウェア maker:NEC, product:Express5800/R120f-1E [N8100-2248Y], serial:5200107, version:FR1.0 対象OSバージョン FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 2015年10月20日版 BSDコンサルティング株式会社 本文書の無断での引用・転載を禁止する Contact us: [email protected] Copyright (c) 2015 BSD Consulting, Inc. All Rights Reserved. 1 / 178

Transcript of FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報...

Page 1: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

FreeBSD動作検証レポート

R120f-1E / 10.2-RELEASE [UEFI版]

対象ハードウェアmaker:NEC, product:Express5800/R120f-1E [N8100-2248Y],serial:5200107, version:FR1.0

対象OSバージョンFreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC2015

2015年10月20日版

BSDコンサルティング株式会社

本文書の無断での引用・転載を禁止するContact us: [email protected]

Copyright (c) 2015 BSD Consulting, Inc. All Rights Reserved.

1 / 178

Page 2: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

動作検証レポート

2 / 178

Page 3: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

要約

ハードウェア基本情報

製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8

製品データ maker:NEC, product:Express5800/R120f-1E [N8100-2248Y], serial:5200107, version:FR1.0

筐体データ maker:NEC, serial:01, tag:_______________________________________________________________, version:856-857682-031

CPU Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz

MEMORY 134217728[KB]

BIOS reldate:11/21/2014, vendor:American Megatrends Inc., version:5.0.4015

ACPI oem:AMI , revision:2, rsdp:0x000f0530, rsdt:0x7b081028, xsdt:0x000000007b081080, disabled:1

OS FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015

基礎性能データ

メモリアクセス速度 24.888 GBi/sec

IPv4スタック処理速度 391.965 MBi/sec

IPv6スタック処理速度 290.652 MBi/sec

動作検証要約

1way/2way アーキテクチャ

FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015は、検証対象ハードウェア「maker:NEC, product:Express5800/R120f-1E [N8100-2248Y], serial:5200107, version:FR1.0」においてFreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015は正常に動作しない。BIOSにてUEFI版インストーラを優先ブートするよう設定を行ったが、カーネルの読み込み時に停止してしまう。 この問題はリビジョン番号"287126"以降の10-STALBEより解決しており、FreeBSD 10.3-RELEASEまたはFreeBSD 11.0-RELEASE以降においては問題が解消されている可能性が高い。

UEFI版 FreeBSD 10.2-RELEASEを「maker:NEC, product:Express5800/R120f-1E [N8100-2248Y],serial:5200107, version:FR1.0」にインストールするには、以下のパッチをリリースのソースコードに当てる必要がある。パッチを当てたソースコードでカーネルを再構築し、UEFI版FreeBSD 10.1-RELEASEのUSBインストーラにコピーすることで起動できるようになる。

Index:sys/amd64/amd64/machdep.c===================================================================---sys/amd64/amd64/machdep.c (revision287122)+++sys/amd64/amd64/machdep.c (revision287126)@@-1931,38+1931,6@@ MODINFO_METADATA|MODINFOMD_EFI_MAP)!=NULL) vty_set_preferred(VTY_VT);- /*- *Initializetheconsolebeforeweprintanythingout.- */- cninit();--#ifdefDEV_ISA-#ifdefDEV_ATPIC- elcr_probe();- atpic_startup();-#else- /*Resetandmasktheatpicsandleavethemshutdown.*/

3 / 178

Page 4: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

- atpic_reset();-- /*- *PointtheICUspuriousinterruptvectorsattheAPICspurious- *interrupthandler.- */- setidt(IDT_IO_INTS+7,IDTVEC(spuriousint),SDT_SYSIGT,SEL_KPL,0);- setidt(IDT_IO_INTS+15,IDTVEC(spuriousint),SDT_SYSIGT,SEL_KPL,0);-#endif-#else-#error"haveyouforgottentheisadevice?";-#endif-- kdb_init();--#ifdefKDB- if(boothowto&RB_KDB)- kdb_enter(KDB_WHY_BOOTFLAGS,- "Bootflagsrequesteddebugger");-#endif- identify_cpu(); /*FinalstageofCPUinitialization*/ initializecpu(); /*InitializeCPUregisters*/ initializecpucache();@@-2000,6+1968,35@@ /*nowrunningonnewpagetables,configured,andu/iomisaccessible*/+ cninit();++#ifdefDEV_ISA+#ifdefDEV_ATPIC+ elcr_probe();+ atpic_startup();+#else+ /*Resetandmasktheatpicsandleavethemshutdown.*/+ atpic_reset();++ /*+ *PointtheICUspuriousinterruptvectorsattheAPICspurious+ *interrupthandler.+ */+ setidt(IDT_IO_INTS+7,IDTVEC(spuriousint),SDT_SYSIGT,SEL_KPL,0);+ setidt(IDT_IO_INTS+15,IDTVEC(spuriousint),SDT_SYSIGT,SEL_KPL,0);+#endif+#else+#error"haveyouforgottentheisadevice?";+#endif++ kdb_init();++#ifdefKDB+ if(boothowto&RB_KDB)+ kdb_enter(KDB_WHY_BOOTFLAGS,+ "Bootflagsrequesteddebugger");+#endif+ msgbufinit(msgbufp,msgbufsize); fpuinit();Index:sys/amd64/amd64/pmap.c===================================================================

4 / 178

Page 5: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

---sys/amd64/amd64/pmap.c (revision287122)+++sys/amd64/amd64/pmap.c (revision287126)@@-360,6+360,18@@staticu_int64_t DMPDPphys; /*physaddrofdirectmappedlevel3*/staticint ndmpdpphys; /*numberofDMPDPphyspages*/+/*+*pmap_mapdevsupportpreinitialization(i.e.console)+*/+#define PMAP_PREINIT_MAPPING_COUNT 8+staticstructpmap_preinit_mapping{+ vm_paddr_t pa;+ vm_offset_t va;+ vm_size_t sz;+ int mode;+}pmap_preinit_mapping[PMAP_PREINIT_MAPPING_COUNT];+staticintpmap_initialized;+staticstructrwlock_padalignpvh_global_lock;/*@@-1014,6+1026,7@@voidpmap_init(void){+ structpmap_preinit_mapping*ppim; vm_page_tmpte; vm_size_ts; inti,pv_npg;@@-1085,6+1098,22@@ mtx_init(&cpage_lock,"cpage",NULL,MTX_DEF); cpage_a=kva_alloc(PAGE_SIZE); cpage_b=kva_alloc(PAGE_SIZE);++ pmap_initialized=1;+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==0)+ continue;+ /*Makethedirectmapconsistent*/+ if(ppim->pa<dmaplimit&&ppim->pa+ppim->sz<dmaplimit){+ (void)pmap_change_attr(PHYS_TO_DMAP(ppim->pa),+ ppim->sz,ppim->mode);+ }+ if(!bootverbose)+ continue;+ printf("PPIM%u:PA=%#lx,VA=%#lx,size=%#lx,mode=%#x\n",i,+ ppim->pa,ppim->va,ppim->sz,ppim->mode);+ }}staticSYSCTL_NODE(_vm_pmap,OID_AUTO,pde,CTLFLAG_RD,0,@@-6231,24+6260,54@@void*pmap_mapdev_attr(vm_paddr_tpa,vm_size_tsize,intmode){+ structpmap_preinit_mapping*ppim; vm_offset_tva,offset; vm_size_ttmpsize;+ inti;- /*

5 / 178

Page 6: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

- *Ifthespecifiedrangeofphysicaladdressesfitswithinthedirect- *mapwindow,usethedirectmap.- */- if(pa<dmaplimit&&pa+size<dmaplimit){- va=PHYS_TO_DMAP(pa);- if(!pmap_change_attr(va,size,mode))- return((void*)va);- } offset=pa&PAGE_MASK; size=round_page(offset+size);- va=kva_alloc(size);- if(!va)- panic("pmap_mapdev:Couldn'tallockernelvirtualmemory"); pa=trunc_page(pa);++ if(!pmap_initialized){+ va=0;+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==0){+ ppim->pa=pa;+ ppim->sz=size;+ ppim->mode=mode;+ ppim->va=virtual_avail;+ virtual_avail+=size;+ va=ppim->va;+ break;+ }+ }+ if(va==0)+ panic("%s:toomanypreinitmappings",__func__);+ }else{+ /*+ *Ifwehaveapreinitmapping,re-useit.+ */+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->pa==pa&&ppim->sz==size&&+ ppim->mode==mode)+ return((void*)(ppim->va+offset));+ }+ /*+ *Ifthespecifiedrangeofphysicaladdressesfitswithin+ *thedirectmapwindow,usethedirectmap.+ */+ if(pa<dmaplimit&&pa+size<dmaplimit){+ va=PHYS_TO_DMAP(pa);+ if(!pmap_change_attr(va,size,mode))+ return((void*)(va+offset));+ }+ va=kva_alloc(size);+ if(va==0)+ panic("%s:Couldn'tallocateKVA",__func__);+ } for(tmpsize=0;tmpsize<size;tmpsize+=PAGE_SIZE) pmap_kenter_attr(va+tmpsize,pa+tmpsize,mode); pmap_invalidate_range(kernel_pmap,va,va+tmpsize);@@-6273,15+6332,32@@voidpmap_unmapdev(vm_offset_tva,vm_size_tsize){- vm_offset_tbase,offset;

6 / 178

Page 7: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

+ structpmap_preinit_mapping*ppim;+ vm_offset_toffset;+ inti; /*Ifwegaveadirectmapregioninpmap_mapdev,donothing*/ if(va>=DMAP_MIN_ADDRESS&&va<DMAP_MAX_ADDRESS) return;- base=trunc_page(va); offset=va&PAGE_MASK; size=round_page(offset+size);- kva_free(base,size);+ va=trunc_page(va);+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==va&&ppim->sz==size){+ if(pmap_initialized)+ return;+ ppim->pa=0;+ ppim->va=0;+ ppim->sz=0;+ ppim->mode=0;+ if(va+size==virtual_avail)+ virtual_avail=va;+ return;+ }+ }+ if(pmap_initialized)+ kva_free(va,size);}/*Index:sys/conf/files.amd64===================================================================---sys/conf/files.amd64 (revision287122)+++sys/conf/files.amd64 (revision287126)@@-588,6+588,7@@x86/isa/orm.c optional isax86/pci/pci_bus.c optional pcix86/pci/qpi.c optional pci+x86/x86/bus_machdep.c standardx86/x86/busdma_bounce.c standardx86/x86/busdma_machdep.c standardx86/x86/dump_machdep.c standardIndex:sys/conf/files.i386===================================================================---sys/conf/files.i386 (revision287122)+++sys/conf/files.i386 (revision287126)@@-589,6+589,7@@x86/isa/orm.c optionalisax86/pci/pci_bus.c optionalpcix86/pci/qpi.c optionalpci+x86/x86/bus_machdep.c standardx86/x86/busdma_bounce.c standardx86/x86/busdma_machdep.c standardx86/x86/dump_machdep.c standardIndex:sys/dev/vt/hw/efifb/efifb.c===================================================================---sys/dev/vt/hw/efifb/efifb.c (revision287122)+++sys/dev/vt/hw/efifb/efifb.c (revision287126)@@-53,7+53,6@@staticvd_init_tvt_efifb_init;

7 / 178

Page 8: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

staticvd_probe_tvt_efifb_probe;-staticvoidvt_efifb_remap(void*efifb_data);staticstructvt_drivervt_efifb_driver={ .vd_name="efifb",@@-73,8+72,6@@staticstructfb_infolocal_info;VT_DRIVER_DECLARE(vt_efifb,vt_efifb_driver);-SYSINIT(efifb_remap,SI_SUB_KMEM,SI_ORDER_ANY,vt_efifb_remap,&local_info);-staticintvt_efifb_probe(structvt_device*vd){@@-139,12+136,8@@ info->fb_size=info->fb_height*info->fb_stride; info->fb_pbase=efifb->fb_addr;- /*- *Usethedirectmapasacrutchuntilpmapisavailable.Oncepmap- *isonline,theframebufferwillberemappedbyvt_efifb_remap()- *usingpmap_mapdev_attr().- */- info->fb_vbase=PHYS_TO_DMAP(efifb->fb_addr);+ info->fb_vbase=(intptr_t)pmap_mapdev_attr(info->fb_pbase,+ info->fb_size,VM_MEMATTR_WRITE_COMBINING); /*Getpixelstoragesize.*/ info->fb_bpp=info->fb_stride/info->fb_width*8;@@-160,22+153,3@@ return(CN_INTERNAL);}--staticvoid-vt_efifb_remap(void*xinfo)-{- structfb_info*info=xinfo;-- if(info->fb_pbase==0)- return;-- /*- *Remapaswrite-combining.Thismassivelyimprovesperformanceand- *happensveryearlyinkernelinitialization,wheneverythingis- *stillsingle-threadedandinterruptsareoff,soreplacingthe- *mappingaddressissafe.- */- info->fb_vbase=(intptr_t)pmap_mapdev_attr(info->fb_pbase,- info->fb_size,VM_MEMATTR_WRITE_COMBINING);-}-Index:sys/dev/vt/hw/vga/vt_vga.c===================================================================---sys/dev/vt/hw/vga/vt_vga.c (revision287122)+++sys/dev/vt/hw/vga/vt_vga.c (revision287126)@@-42,13+42,6@@#include-#ifdefined(__amd64__)||defined(__i386__)-#include

8 / 178

Page 9: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

-#include-#include-#include-#endif/*__amd64__||__i386__*/-structvga_softc{ bus_space_tag_t vga_fb_tag; bus_space_handle_t vga_fb_handle;@@-885,9+878,9@@ /*ConvertcolorstoVGAattributes.*/ attr=bg<<4|fg;- MEM_WRITE1(sc,0x18000+(row*80+col)*2+0,+ MEM_WRITE1(sc,(row*80+col)*2+0, ch);- MEM_WRITE1(sc,0x18000+(row*80+col)*2+1,+ MEM_WRITE1(sc,(row*80+col)*2+1, attr); } }@@-1211,9+1204,7@@#ifdefined(__amd64__)||defined(__i386__) sc->vga_fb_tag=X86_BUS_SPACE_MEM;- sc->vga_fb_handle=KERNBASE+VGA_MEM_BASE; sc->vga_reg_tag=X86_BUS_SPACE_IO;- sc->vga_reg_handle=VGA_REG_BASE;#elifdefined(__ia64__) sc->vga_fb_tag=IA64_BUS_SPACE_MEM; sc->vga_fb_handle=IA64_PHYS_TO_RR6(VGA_MEM_BASE);@@-1223,14+1214,21@@#error"Architecturenotyetsupported!"#endif+ bus_space_map(sc->vga_reg_tag,VGA_REG_BASE,VGA_REG_SIZE,0,+ &sc->vga_reg_handle);+ TUNABLE_INT_FETCH("hw.vga.textmode",&textmode); if(textmode){ vd->vd_flags|=VDF_TEXTMODE; vd->vd_width=80; vd->vd_height=25;+ bus_space_map(sc->vga_fb_tag,VGA_TXT_BASE,VGA_TXT_SIZE,0,+ &sc->vga_fb_handle); }else{ vd->vd_width=VT_VGA_WIDTH; vd->vd_height=VT_VGA_HEIGHT;+ bus_space_map(sc->vga_fb_tag,VGA_MEM_BASE,VGA_MEM_SIZE,0,+ &sc->vga_fb_handle); } vga_initialize(vd,textmode);Index:sys/dev/vt/hw/vga/vt_vga_reg.h===================================================================---sys/dev/vt/hw/vga/vt_vga_reg.h (revision287122)+++sys/dev/vt/hw/vga/vt_vga_reg.h (revision287126)@@-49,6+49,8@@#define VGA_MEM_BASE 0xA0000#define VGA_MEM_SIZE 0x10000+#define VGA_TXT_BASE 0xB8000+#define VGA_TXT_SIZE 0x08000

9 / 178

Page 10: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

#define VGA_REG_BASE 0x3c0#define VGA_REG_SIZE 0x10+0x0cIndex:sys/i386/i386/machdep.c===================================================================---sys/i386/i386/machdep.c (revision287122)+++sys/i386/i386/machdep.c (revision287126)@@-3320,6+3320,40@@ */ i8254_init();+ finishidentcpu(); /*FinalstageofCPUinitialization*/+ setidt(IDT_UD,&IDTVEC(ill),SDT_SYS386TGT,SEL_KPL,+ GSEL(GCODE_SEL,SEL_KPL));+ setidt(IDT_GP,&IDTVEC(prot),SDT_SYS386TGT,SEL_KPL,+ GSEL(GCODE_SEL,SEL_KPL));+ initializecpu(); /*InitializeCPUregisters*/+ initializecpucache();++ /*pointertoselectorslotfor%fs/%gs*/+ PCPU_SET(fsgs_gdt,&gdt[GUFS_SEL].sd);++ dblfault_tss.tss_esp=dblfault_tss.tss_esp0=dblfault_tss.tss_esp1=+ dblfault_tss.tss_esp2=(int)&dblfault_stack[sizeof(dblfault_stack)];+ dblfault_tss.tss_ss=dblfault_tss.tss_ss0=dblfault_tss.tss_ss1=+ dblfault_tss.tss_ss2=GSEL(GDATA_SEL,SEL_KPL);+#ifdefined(PAE)||defined(PAE_TABLES)+ dblfault_tss.tss_cr3=(int)IdlePDPT;+#else+ dblfault_tss.tss_cr3=(int)IdlePTD;+#endif+ dblfault_tss.tss_eip=(int)dblfault_handler;+ dblfault_tss.tss_eflags=PSL_KERNEL;+ dblfault_tss.tss_ds=dblfault_tss.tss_es=+ dblfault_tss.tss_gs=GSEL(GDATA_SEL,SEL_KPL);+ dblfault_tss.tss_fs=GSEL(GPRIV_SEL,SEL_KPL);+ dblfault_tss.tss_cs=GSEL(GCODE_SEL,SEL_KPL);+ dblfault_tss.tss_ldt=GSEL(GLDT_SEL,SEL_KPL);++ vm86_initialize();+ getmemsize(first);+ init_param2(physmem);++ /*nowrunningonnewpagetables,configured,andu/iomisaccessible*/+ /* *Initializetheconsolebeforeweprintanythingout. */@@-3361,40+3395,6@@ kdb_enter(KDB_WHY_BOOTFLAGS,"Bootflagsrequesteddebugger");#endif- finishidentcpu(); /*FinalstageofCPUinitialization*/- setidt(IDT_UD,&IDTVEC(ill),SDT_SYS386TGT,SEL_KPL,- GSEL(GCODE_SEL,SEL_KPL));- setidt(IDT_GP,&IDTVEC(prot),SDT_SYS386TGT,SEL_KPL,- GSEL(GCODE_SEL,SEL_KPL));- initializecpu(); /*InitializeCPUregisters*/- initializecpucache();-- /*pointertoselectorslotfor%fs/%gs*/- PCPU_SET(fsgs_gdt,&gdt[GUFS_SEL].sd);

10 / 178

Page 11: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

-- dblfault_tss.tss_esp=dblfault_tss.tss_esp0=dblfault_tss.tss_esp1=- dblfault_tss.tss_esp2=(int)&dblfault_stack[sizeof(dblfault_stack)];- dblfault_tss.tss_ss=dblfault_tss.tss_ss0=dblfault_tss.tss_ss1=- dblfault_tss.tss_ss2=GSEL(GDATA_SEL,SEL_KPL);-#ifdefined(PAE)||defined(PAE_TABLES)- dblfault_tss.tss_cr3=(int)IdlePDPT;-#else- dblfault_tss.tss_cr3=(int)IdlePTD;-#endif- dblfault_tss.tss_eip=(int)dblfault_handler;- dblfault_tss.tss_eflags=PSL_KERNEL;- dblfault_tss.tss_ds=dblfault_tss.tss_es=- dblfault_tss.tss_gs=GSEL(GDATA_SEL,SEL_KPL);- dblfault_tss.tss_fs=GSEL(GPRIV_SEL,SEL_KPL);- dblfault_tss.tss_cs=GSEL(GCODE_SEL,SEL_KPL);- dblfault_tss.tss_ldt=GSEL(GLDT_SEL,SEL_KPL);-- vm86_initialize();- getmemsize(first);- init_param2(physmem);-- /*nowrunningonnewpagetables,configured,andu/iomisaccessible*/- msgbufinit(msgbufp,msgbufsize);#ifdefDEV_NPX npxinit(true);Index:sys/i386/i386/pmap.c===================================================================---sys/i386/i386/pmap.c (revision287122)+++sys/i386/i386/pmap.c (revision287126)@@-232,6+232,18@@#define PAT_INDEX_SIZE 8staticintpat_index[PAT_INDEX_SIZE]; /*cachemodetoPATindexconversion*/+/*+*pmap_mapdevsupportpreinitialization(i.e.console)+*/+#define PMAP_PREINIT_MAPPING_COUNT 8+staticstructpmap_preinit_mapping{+ vm_paddr_t pa;+ vm_offset_t va;+ vm_size_t sz;+ int mode;+}pmap_preinit_mapping[PMAP_PREINIT_MAPPING_COUNT];+staticintpmap_initialized;+staticstructrwlock_padalignpvh_global_lock;/*@@-731,6+743,7@@voidpmap_init(void){+ structpmap_preinit_mapping*ppim; vm_page_tmpte; vm_size_ts; inti,pv_npg;@@-814,6+827,17@@ UMA_ZONE_VM|UMA_ZONE_NOFREE); uma_zone_set_allocf(pdptzone,pmap_pdpt_allocf);#endif

11 / 178

Page 12: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

++ pmap_initialized=1;+ if(!bootverbose)+ return;+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==0)+ continue;+ printf("PPIM%u:PA=%#jx,VA=%#x,size=%#x,mode=%#x\n",i,+ (uintmax_t)ppim->pa,ppim->va,ppim->sz,ppim->mode);+ }}@@-5162,8+5186,10@@void*pmap_mapdev_attr(vm_paddr_tpa,vm_size_tsize,intmode){+ structpmap_preinit_mapping*ppim; vm_offset_tva,offset; vm_size_ttmpsize;+ inti; offset=pa&PAGE_MASK; size=round_page(offset+size);@@-5171,11+5197,36@@ if(pa<KERNLOAD&&pa+size<=KERNLOAD) va=KERNBASE+pa;- else+ elseif(!pmap_initialized){+ va=0;+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==0){+ ppim->pa=pa;+ ppim->sz=size;+ ppim->mode=mode;+ ppim->va=virtual_avail;+ virtual_avail+=size;+ va=ppim->va;+ break;+ }+ }+ if(va==0)+ panic("%s:toomanypreinitmappings",__func__);+ }else{+ /*+ *Ifwehaveapreinitmapping,re-useit.+ */+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->pa==pa&&ppim->sz==size&&+ ppim->mode==mode)+ return((void*)(ppim->va+offset));+ } va=kva_alloc(size);- if(!va)- panic("pmap_mapdev:Couldn'tallockernelvirtualmemory");-+ if(va==0)+ panic("%s:Couldn'tallocateKVA",__func__);

12 / 178

Page 13: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

+ } for(tmpsize=0;tmpsize<size;tmpsize+=PAGE_SIZE) pmap_kenter_attr(va+tmpsize,pa+tmpsize,mode); pmap_invalidate_range(kernel_pmap,va,va+tmpsize);@@-5200,14+5251,31@@voidpmap_unmapdev(vm_offset_tva,vm_size_tsize){- vm_offset_tbase,offset;+ structpmap_preinit_mapping*ppim;+ vm_offset_toffset;+ inti; if(va>=KERNBASE&&va+size<=KERNBASE+KERNLOAD) return;- base=trunc_page(va); offset=va&PAGE_MASK; size=round_page(offset+size);- kva_free(base,size);+ va=trunc_page(va);+ for(i=0;i<PMAP_PREINIT_MAPPING_COUNT;i++){+ ppim=pmap_preinit_mapping+i;+ if(ppim->va==va&&ppim->sz==size){+ if(pmap_initialized)+ return;+ ppim->pa=0;+ ppim->va=0;+ ppim->sz=0;+ ppim->mode=0;+ if(va+size==virtual_avail)+ virtual_avail=va;+ return;+ }+ }+ if(pmap_initialized)+ kva_free(va,size);}/*Index:sys/x86/include/bus.h===================================================================---sys/x86/include/bus.h (revision287122)+++sys/x86/include/bus.h (revision287126)@@-130,33+130,16@@*MaparegionofdevicebusspaceintoCPUvirtualaddressspace.*/-static__inlineintbus_space_map(bus_space_tag_tt,bus_addr_taddr,- bus_size_tsize,intflags,- bus_space_handle_t*bshp);+intbus_space_map(bus_space_tag_ttag,bus_addr_taddr,bus_size_tsize,+intflags,bus_space_handle_t*bshp);-static__inlineint-bus_space_map(bus_space_tag_tt__unused,bus_addr_taddr,- bus_size_tsize__unused,intflags__unused,- bus_space_handle_t*bshp)-{-- *bshp=addr;- return(0);-}

13 / 178

Page 14: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

-/**Unmaparegionofdevicebusspace.*/-static__inlinevoidbus_space_unmap(bus_space_tag_tt,bus_space_handle_tbsh,- bus_size_tsize);+voidbus_space_unmap(bus_space_tag_ttag,bus_space_handle_tbsh,+bus_size_tsize);-static__inlinevoid-bus_space_unmap(bus_space_tag_tt__unused,bus_space_handle_tbsh__unused,- bus_size_tsize__unused)-{-}-/**Getanewhandleforasubregionofanalready-mappedareaofbusspace.*/Index:sys/x86/x86/bus_machdep.c===================================================================---sys/x86/x86/bus_machdep.c (revision0)+++sys/x86/x86/bus_machdep.c (revision287126)@@-0,0+1,59@@+/*-+*Copyright(c)2015MarcelMoolenaar+*Allrightsreserved.+*+*Redistributionanduseinsourceandbinaryforms,withorwithout+*modification,arepermittedprovidedthatthefollowingconditions+*aremet:+*+*1.Redistributionsofsourcecodemustretaintheabovecopyright+*notice,thislistofconditionsandthefollowingdisclaimer.+*2.Redistributionsinbinaryformmustreproducetheabovecopyright+*notice,thislistofconditionsandthefollowingdisclaimerinthe+*documentationand/orothermaterialsprovidedwiththedistribution.+*+*THISSOFTWAREISPROVIDEDBYTHEAUTHOR``ASIS''ANDANYEXPRESSOR+*IMPLIEDWARRANTIES,INCLUDING,BUTNOTLIMITEDTO,THEIMPLIEDWARRANTIES+*OFMERCHANTABILITYANDFITNESSFORAPARTICULARPURPOSEAREDISCLAIMED.+*INNOEVENTSHALLTHEAUTHORBELIABLEFORANYDIRECT,INDIRECT,+*INCIDENTAL,SPECIAL,EXEMPLARY,ORCONSEQUENTIALDAMAGES(INCLUDING,BUT+*NOTLIMITEDTO,PROCUREMENTOFSUBSTITUTEGOODSORSERVICES;LOSSOFUSE,+*DATA,ORPROFITS;ORBUSINESSINTERRUPTION)HOWEVERCAUSEDANDONANY+*THEORYOFLIABILITY,WHETHERINCONTRACT,STRICTLIABILITY,ORTORT+*(INCLUDINGNEGLIGENCEOROTHERWISE)ARISINGINANYWAYOUTOFTHEUSEOF+*THISSOFTWARE,EVENIFADVISEDOFTHEPOSSIBILITYOFSUCHDAMAGE.+*/++#include+__FBSDID("$FreeBSD$");++#include+#include+#include++#include+#include++/*+*Implementationofbus_space_map(),whicheffectivelyisathin

14 / 178

Page 15: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

+*wrapperaroundpmap_mapdev()formemorymappedI/Ospace.It's+*implementedhereandnotintoavoidpollution.+*/+int+bus_space_map(bus_space_tag_ttag,bus_addr_taddr,bus_size_tsize,+intflags__unused,bus_space_handle_t*bshp)+{++ *bshp=(tag==X86_BUS_SPACE_MEM)+ ?(uintptr_t)pmap_mapdev(addr,size)+ :addr;+ return(0);+}++void+bus_space_unmap(bus_space_tag_ttag,bus_space_handle_tbsh,bus_size_tsize)+{++ if(tag==X86_BUS_SPACE_MEM)+ pmap_unmapdev(bsh,size);+}

Propertychangeson:sys/x86/x86/bus_machdep.c___________________________________________________________________Added:svn:eol-style##-0,0+1##+native\NonewlineatendofpropertyAdded:svn:mime-type##-0,0+1##+text/plain\NonewlineatendofpropertyAdded:svn:keywords##-0,0+1##+FreeBSD=%H\NonewlineatendofpropertyIndex:.===================================================================---. (revision287122)+++. (revision287126)

Propertychangeson:.___________________________________________________________________Modified:svn:mergeinfoMerged/head:r286667,286723

その他、FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015はBIOSにてx2APICの設定を無効化し、LSI MegaRAID RAIDコントローラドライバとしてmfi(4)ではなくmrsas(4)を使用することで「maker:NEC, product:Express5800/R120f-1E [N8100-2248Y], serial:5200107,version:FR1.0」を扱うことができる。

ただし、検証対象ハードウェア「maker:NEC, product:Express5800/R120f-1E [N8100-2248Y],serial:5200107, version:FR1.0」向けに提供されているNIC(Qlogic NetXtreme II BCM57800S 10Gb)を適切に扱うことができない。QLogic NetXtreme II Ethernet 10Gbドライバbxe(4)として認 識はするが、bxe(4)にIPアドレスを割り当ててもステータスはアクティブにならない。

システム起動時、マザーボードの起動画面が表示されたらF2キーを押して設定モードに入る。

15 / 178

Page 16: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

工場出荷時のBIOSはUEFIブートを使用する設定になっており、カーソルキーでBootを選択し、項目「Boot Mode」がUEFIになっていることを確認する。Legacyになっている場合は「Boot Mode」に合わせてEnterキーを押し、表示される項目からUEFIを選択しEnterキーを押す。

x2APICの無効化は次のように行う。

カーソルキーでAdvancedを選択し、さらに項目「Processor Configuration」に合わせてからEnterキーを押す。

16 / 178

Page 17: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

カーソルキーでX2APICを選択してEnterキーを押す。

表示される項目からDisabledを選択してEnterキーを押す。

17 / 178

Page 18: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

カーソルキーでSave & Exitを選択し、さらに項目「Save Changes and Exit」に合わせてからEnterキーを押して設定の保存と再起動を実行する。

FreeBSD 10.2-RELEASEはデフォルトではLSI MegaRAID RAIDコントローラドライバとしてmfi(4)を使用する。このため、インストーラを起動する段階でmfi(4)ではなくmrsas(4)を使用するように設定を変更する必要がある。

通常は、インストーラの起動時にローダプロンプトにてmrsas(4)を有効に設定を行うがFreeBSD10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015では、ローダープロンプトにて正常にキーボードが扱えないため、USBインストーラの/boot/loader.confに以下の一行を追加することで解決

18 / 178

Page 19: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

する。

hw.mfi.mrsas_enable=1

インストールの最後の段階でLive CDの起動を選択し、/mnt/boot/loader.confにmrsas(4)の設定を書き込む。また、インストールしたカーネルでは正常に読み込まれないため、同じくLive CDにてUSBインストーラのカーネルをシステムにコピーする必要がある。

x2APICへの対応は将来のバージョンで取り組まれる見通し。それまではx2APICの機能を無効化しておく必要がある。

1way/2way共通

BIOSをレガシーモードで使用している場合、基本的にストレージは512セクタの製品を使用することが推奨される。BIOSは4Kセクタのストレージを認識しないため、4Kセクタのストレージを起動対象として処理できない。UEFIモードで使用している場合は、4Kセクタのストレージを起動対象として処理できる。

起動にPEXブートやUSBメモリからの起動を使用するということであれば、2wayアーキテクチャの項目で説明したようにLSI MegaRAID RAIDコントローラドライバとしてmfi(4)ではなくmrsas(4)を使用することでFreeBSD側から利用できるようにすることもできる。

インストールしたFreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015をFreeBSD 11.0-RELEASEやそれ以降のバージョンにアップグレードする場合には注意が必要。FreeBSD11.0-RELEASEにはLSI MegaRAID SASドライバとしてmfi(4)ではなくmrsas(4)がデフォルトでアタッチされるように挙動が変更される可能性がある。

LSI MegaRAID SASドライバとしてmrsas(4)が使われた場合、/dev/以下に表示されるファイル名は次のように変更される。

mfi0 →mrsas0mfid0 →da0mfid0s1 →da0s1amfid0s2 →da0s1b

論理パーティションの表示や名称は今後変更される可能性もあり、上記とは違う名前になる可能性もある。アップグレード対象のバージョンのリリースノートを参考にするとともに、適切な名称で/etc/fstabを書き換えるなどしてアップグレードを実施する必要がある。

FreeBSDプロジェクトは、FreeBSD 11.0-RELEASE以降はブランチでの最低5年間サポートの開始を予定している。FreeBSD 11.0-RELEASE以降は、ブランチにおける最新のリリースバージョンのみがサポートの対象となる。このため、FreeBSD 11.0-RELEASE以降はマイナーアップグレードごとにアップグレードを実施し、FreeBSD 11.1-RELEASE、FreeBSD 11.2-RELEASEへとバージョンアップを実施する必要がある。カーネルをカスタマイズしない限り、freebsd-update(8)コマンドを使ってバイナリアップデートを実施できる。

互換情報

NEC Express5800/R120f-2M、NEC Express5800/R120f-1M、NEC Express5800/R120f-1Eは同じマザーボードを採用しており、本動作検証レポートの内容はNEC Express5800/R120f-2MおよびNECExpress5800/R120f-1Mにおいても有効。

19 / 178

Page 20: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

検証機GEOMツリー

20 / 178

Page 21: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

高負荷耐久試験

21 / 178

Page 22: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

高負荷耐久試験

試験結果

検証対象ハードウェア(maker:NEC, product:Express5800/R120f-1E [N8100-2248Y], serial:5200107,version:FR1.0)はNIC(QLogic NetXtreme II BCM57800S 10Gb)の高負荷耐久試験を除き、24時間高負荷耐久試験をクリアしている。

不正処理高負荷耐久試験 クリア

通常ファイル作成高負荷耐久試験 クリア

FIFOファイル作成高負荷耐久試験 クリア

ディレクトリ作成高負荷耐久試験 クリア

ハードリンクファイル作成高負荷耐久試験 クリア

シンボリックリンクファイル作成高負荷耐久試験 クリア

ファイルロック機構高負荷耐久試験 クリア

メモリファイルマッピング機能高負荷耐久試験 クリア

ファイルシステム階層構造トラバース高負荷耐久試験 クリア

ファイルシステムパス解析高負荷耐久試験 クリア

ファイルシステムパスリネーム高負荷耐久試験 クリア

ファイルシステムライト・キャッシュリード高負荷耐久試験 クリア

ファイルシステムスワップ高負荷耐久試験 クリア

スレッド機構高負荷耐久試験 クリア

間接システムコール高負荷耐久試験 クリア

擬似ターミナル機構高負荷耐久試験 クリア

共有メモリ機構高負荷耐久試験 クリア

ネットワークソケット高負荷耐久試験 アンクリア

TCPスタック高負荷耐久試験 アンクリア

UDPスタック高負荷耐久試験 アンクリア

22 / 178

Page 23: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

動作検証レポート

23 / 178

Page 24: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

動作検証レポート

ACPI認識データ

ACPI_APIC Revision=3, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=AMI, Creator_Revision=0x10013

ACPI_BERT Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x1

ACPI_DMAR Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x20091013

ACPI_DSDT Revision=2, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=INTL, Creator_Revision=0x20091013

ACPI_FACPRevision=5, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=AMI, Creator_Revision=0x10013,FACS=0x7b5f3f80, DSDT=0x7b081198, SMI_CMD=0xb2, ACPI_ENABLE=0xa0, ACPI_DISABLE=0xa1, S4BIOS_REQ=0x0,FLUSH_STRIDE=16, DUTY_WIDTH=3, RESET_VALUE=0xbf

ACPI_FACS HwSig=0x00000042, Firm_Wake_Vec=0x00000000

ACPI_FIDTLength=156, Revision=1, Checksum=223, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=AMI,Creator_Revision=0x10013

ACPI_HPET Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x20091013

ACPI_MCFG Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=MSFT, Creator_Revision=0x97

ACPI_RSD_PTR OEM=AMI, ACPI_Rev=2.0x_(2), XSDT=0x000000007b081080

ACPI_SLIT Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x20091013

ACPI_SRAT Revision=3, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x20091013

ACPI_XSDT Revision=1, OEMID=AMI, OEM_Table ID=0680, OEM_Revision=0x1072009, Creator_ID=AMI, Creator_Revision=0x10013

ACPI_SSDT_1Length=31969, Revision=1, Checksum=238, OEMID=AMI, OEM_Table ID=PmMgt, OEM_Revision=0x1, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_2Length=6370, Revision=2, Checksum=187, OEMID=AMI, OEM_Table ID=SpsNm, OEM_Revision=0x2, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_3Length=100, Revision=2, Checksum=102, OEMID=AMI, OEM_Table ID=SpsNvs, OEM_Revision=0x2, Creator_ID=INTL,Creator_Revision=0x20120913

MFIデバイス認識データ

アダプタ 該当データなし

ドライバ 該当データなし

ボリューム 該当データなし

コンフィグ 該当データなし

※ 対象となるデバイスがmfi(4)ドライバを使用しないストレージ構成の場合、当項目は該当データなし。

MPTデバイス認識データ

アダプタ 該当データなし

ドライバ 該当データなし

ボリューム 該当データなし

コンフィグ 該当データなし

※ 対象となるデバイスがmpt(4)ドライバを使用しないストレージ構成の場合、当項目は該当データなし。

NMIデバイス認識データ

NMIスイッチ動作確認 クリア

`

※ NMI機能を使用するには、"options DDB"を有効にしたカーネルである必要がある。また、sysctl(8)の"machdep.panic_on_nmi"及び"machdep.kdb_on_nmi"の値がともに"1"である必要がある。

24 / 178

Page 25: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

NIC認識データ

NIC bxe0, bxe1, bxe2, bxe3

bxe0flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>,ether=44:8a:5b:f4:d6:61, nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect (none)

bxe1flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>,ether=44:8a:5b:f4:d6:63, nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect (none)

bxe2flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>,ether=44:8a:5b:f4:d6:5d, nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect (none)

bxe3flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>,ether=44:8a:5b:f4:d6:5f, nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect (none)

カーネルデバイス認識データ

acpi apm apmctl audit

bpf bpf0(bpf) cd0 console

consolectl ctty cuau0 cuau0.init

cuau0.lock cuau1 cuau1.init cuau1.lock

da0 da0p1 da0p2 da0p3

da1 da1s1 devctl devstat

dumpdev(da0p3) fd fd/0 fd/1

fd/2 fido geom.ctl gptid

gptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661 hpet0 io kbd0(ukbd0)

kbd1(kbdmux0) kbd2(ukbd1) kbdmux0 klog

kmem led led/ahci0.0.fault led/ahci0.0.locate

led/ahci0.1.fault led/ahci0.1.locate led/ahci0.2.fault led/ahci0.2.locate

led/ahci0.3.fault led/ahci0.3.locate led/ahci0.4.fault led/ahci0.4.locate

led/ahci0.5.fault led/ahci0.5.locate log(/var/run/log) mdctl

megaraid_sas_ioctl_node(mrsas0) mem midistat mrsas0

nfslock null pass0 pass1

pass2 pass3 pci random

ses0 sndstat stderr(fd/2) stdin(fd/0)

stdout(fd/1) sysmouse ttyu0 ttyu0.init

ttyu0.lock ttyu1 ttyu1.init ttyu1.lock

ttyv0 ttyv1 ttyv2 ttyv3

ttyv4 ttyv5 ttyv6 ttyv7

ttyv8 ttyv9 ttyva ttyvb

ttyvc ttyvd ttyve ttyvf

ufssuspend ugen0.1(usb/0.1.0) ugen0.2(usb/0.2.0) ugen0.3(usb/0.3.0)

ugen0.4(usb/0.4.0) ugen0.5(usb/0.5.0) ugen1.1(usb/1.1.0) ugen1.2(usb/1.2.0)

ugen2.1(usb/2.1.0) ugen2.2(usb/2.2.0) ukbd0 ukbd1

urandom(random) usb usb/0.1.0 usb/0.1.1

usb/0.2.0 usb/0.2.1 usb/0.2.2 usb/0.3.0

usb/0.3.1 usb/0.4.0 usb/0.4.1 usb/0.5.0

usb/0.5.1 usb/0.5.2 usb/1.1.0 usb/1.1.1

usb/1.2.0 usb/1.2.1 usb/2.1.0 usb/2.1.1

usb/2.2.0 usb/2.2.1 usbctl xpt0

zero

25 / 178

Page 26: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

PCI認識データ

1 pci0:255:8:0(none0), class=base peripheral, vendor='Intel Corporation', device=

2 pci0:255:8:2(none1), class=dasp, vendor='Intel Corporation', device=

3 pci0:255:8:3(none2), class=base peripheral, vendor='Intel Corporation', device=

4 pci0:255:9:0(none3), class=base peripheral, vendor='Intel Corporation', device=

5 pci0:255:9:2(none4), class=dasp, vendor='Intel Corporation', device=

6 pci0:255:9:3(none5), class=base peripheral, vendor='Intel Corporation', device=

7 pci0:255:11:0(none6), class=base peripheral, vendor='Intel Corporation', device=

8 pci0:255:11:1(none7), class=dasp, vendor='Intel Corporation', device=

9 pci0:255:11:2(none8), class=dasp, vendor='Intel Corporation', device=

10 pci0:255:12:0(none9), class=base peripheral, vendor='Intel Corporation', device=

11 pci0:255:12:1(none10), class=base peripheral, vendor='Intel Corporation', device=

12 pci0:255:12:2(none11), class=base peripheral, vendor='Intel Corporation', device=

13 pci0:255:12:3(none12), class=base peripheral, vendor='Intel Corporation', device=

14 pci0:255:12:4(none13), class=base peripheral, vendor='Intel Corporation', device=

15 pci0:255:12:5(none14), class=base peripheral, vendor='Intel Corporation', device=

16 pci0:255:12:6(none15), class=base peripheral, vendor='Intel Corporation', device=

17 pci0:255:12:7(none16), class=base peripheral, vendor='Intel Corporation', device=

18 pci0:255:13:0(none17), class=base peripheral, vendor='Intel Corporation', device=

19 pci0:255:13:1(none18), class=base peripheral, vendor='Intel Corporation', device=

20 pci0:255:15:0(none19), class=base peripheral, vendor='Intel Corporation', device=

21 pci0:255:15:1(none20), class=base peripheral, vendor='Intel Corporation', device=

22 pci0:255:15:2(none21), class=base peripheral, vendor='Intel Corporation', device=

23 pci0:255:15:3(none22), class=base peripheral, vendor='Intel Corporation', device=

24 pci0:255:15:4(none23), class=base peripheral, vendor='Intel Corporation', device=

25 pci0:255:15:5(none24), class=base peripheral, vendor='Intel Corporation', device=

26 pci0:255:15:6(none25), class=base peripheral, vendor='Intel Corporation', device=

27 pci0:255:16:0(none26), class=base peripheral, vendor='Intel Corporation', device=

28 pci0:255:16:1(none27), class=dasp, vendor='Intel Corporation', device=

29 pci0:255:16:5(none28), class=base peripheral, vendor='Intel Corporation', device=

30 pci0:255:16:6(none29), class=dasp, vendor='Intel Corporation', device=

31 pci0:255:16:7(none30), class=base peripheral, vendor='Intel Corporation', device=

32 pci0:255:18:0(none31), class=base peripheral, vendor='Intel Corporation', device=

33 pci0:255:18:1(none32), class=dasp, vendor='Intel Corporation', device=

34 pci0:255:18:4(none33), class=base peripheral, vendor='Intel Corporation', device=

35 pci0:255:18:5(none34), class=dasp, vendor='Intel Corporation', device=

36 pci0:255:19:0(none35), class=base peripheral, vendor='Intel Corporation', device=

37 pci0:255:19:1(none36), class=base peripheral, vendor='Intel Corporation', device=

38 pci0:255:19:2(none37), class=base peripheral, vendor='Intel Corporation', device=

39 pci0:255:19:3(none38), class=base peripheral, vendor='Intel Corporation', device=

40 pci0:255:19:6(none39), class=base peripheral, vendor='Intel Corporation', device=

41 pci0:255:19:7(none40), class=base peripheral, vendor='Intel Corporation', device=

42 pci0:255:20:0(none41), class=base peripheral, vendor='Intel Corporation', device=

43 pci0:255:20:1(none42), class=base peripheral, vendor='Intel Corporation', device=

44 pci0:255:20:2(none43), class=base peripheral, vendor='Intel Corporation', device=

45 pci0:255:20:3(none44), class=base peripheral, vendor='Intel Corporation', device=

46 pci0:255:20:4(none45), class=base peripheral, vendor='Intel Corporation', device=

47 pci0:255:20:5(none46), class=base peripheral, vendor='Intel Corporation', device=

48 pci0:255:20:6(none47), class=base peripheral, vendor='Intel Corporation', device=

49 pci0:255:20:7(none48), class=base peripheral, vendor='Intel Corporation', device=

26 / 178

Page 27: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

50 pci0:255:22:0(none49), class=base peripheral, vendor='Intel Corporation', device=

51 pci0:255:22:1(none50), class=base peripheral, vendor='Intel Corporation', device=

52 pci0:255:22:2(none51), class=base peripheral, vendor='Intel Corporation', device=

53 pci0:255:22:3(none52), class=base peripheral, vendor='Intel Corporation', device=

54 pci0:255:22:6(none53), class=base peripheral, vendor='Intel Corporation', device=

55 pci0:255:22:7(none54), class=base peripheral, vendor='Intel Corporation', device=

56 pci0:255:23:0(none55), class=base peripheral, vendor='Intel Corporation', device=

57 pci0:255:23:1(none56), class=base peripheral, vendor='Intel Corporation', device=

58 pci0:255:23:2(none57), class=base peripheral, vendor='Intel Corporation', device=

59 pci0:255:23:3(none58), class=base peripheral, vendor='Intel Corporation', device=

60 pci0:255:23:4(none59), class=base peripheral, vendor='Intel Corporation', device=

61 pci0:255:23:5(none60), class=base peripheral, vendor='Intel Corporation', device=

62 pci0:255:23:6(none61), class=base peripheral, vendor='Intel Corporation', device=

63 pci0:255:23:7(none62), class=base peripheral, vendor='Intel Corporation', device=

64 pci0:255:30:0(none63), class=base peripheral, vendor='Intel Corporation', device=

65 pci0:255:30:1(none64), class=base peripheral, vendor='Intel Corporation', device=

66 pci0:255:30:2(none65), class=base peripheral, vendor='Intel Corporation', device=

67 pci0:255:30:3(none66), class=base peripheral, vendor='Intel Corporation', device=

68 pci0:255:30:4(none67), class=base peripheral, vendor='Intel Corporation', device=

69 pci0:255:31:0(none68), class=base peripheral, vendor='Intel Corporation', device=

70 pci0:255:31:2(none69), class=base peripheral, vendor='Intel Corporation', device=

71 pci0:127:8:0(none70), class=base peripheral, vendor='Intel Corporation', device=

72 pci0:127:8:2(none71), class=dasp, vendor='Intel Corporation', device=

73 pci0:127:8:3(none72), class=base peripheral, vendor='Intel Corporation', device=

74 pci0:127:9:0(none73), class=base peripheral, vendor='Intel Corporation', device=

75 pci0:127:9:2(none74), class=dasp, vendor='Intel Corporation', device=

76 pci0:127:9:3(none75), class=base peripheral, vendor='Intel Corporation', device=

77 pci0:127:11:0(none76), class=base peripheral, vendor='Intel Corporation', device=

78 pci0:127:11:1(none77), class=dasp, vendor='Intel Corporation', device=

79 pci0:127:11:2(none78), class=dasp, vendor='Intel Corporation', device=

80 pci0:127:12:0(none79), class=base peripheral, vendor='Intel Corporation', device=

81 pci0:127:12:1(none80), class=base peripheral, vendor='Intel Corporation', device=

82 pci0:127:12:2(none81), class=base peripheral, vendor='Intel Corporation', device=

83 pci0:127:12:3(none82), class=base peripheral, vendor='Intel Corporation', device=

84 pci0:127:12:4(none83), class=base peripheral, vendor='Intel Corporation', device=

85 pci0:127:12:5(none84), class=base peripheral, vendor='Intel Corporation', device=

86 pci0:127:12:6(none85), class=base peripheral, vendor='Intel Corporation', device=

87 pci0:127:12:7(none86), class=base peripheral, vendor='Intel Corporation', device=

88 pci0:127:13:0(none87), class=base peripheral, vendor='Intel Corporation', device=

89 pci0:127:13:1(none88), class=base peripheral, vendor='Intel Corporation', device=

90 pci0:127:15:0(none89), class=base peripheral, vendor='Intel Corporation', device=

91 pci0:127:15:1(none90), class=base peripheral, vendor='Intel Corporation', device=

92 pci0:127:15:2(none91), class=base peripheral, vendor='Intel Corporation', device=

93 pci0:127:15:3(none92), class=base peripheral, vendor='Intel Corporation', device=

94 pci0:127:15:4(none93), class=base peripheral, vendor='Intel Corporation', device=

95 pci0:127:15:5(none94), class=base peripheral, vendor='Intel Corporation', device=

96 pci0:127:15:6(none95), class=base peripheral, vendor='Intel Corporation', device=

97 pci0:127:16:0(none96), class=base peripheral, vendor='Intel Corporation', device=

98 pci0:127:16:1(none97), class=dasp, vendor='Intel Corporation', device=

99 pci0:127:16:5(none98), class=base peripheral, vendor='Intel Corporation', device=

100 pci0:127:16:6(none99), class=dasp, vendor='Intel Corporation', device=

27 / 178

Page 28: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

101 pci0:127:16:7(none100), class=base peripheral, vendor='Intel Corporation', device=

102 pci0:127:18:0(none101), class=base peripheral, vendor='Intel Corporation', device=

103 pci0:127:18:1(none102), class=dasp, vendor='Intel Corporation', device=

104 pci0:127:18:4(none103), class=base peripheral, vendor='Intel Corporation', device=

105 pci0:127:18:5(none104), class=dasp, vendor='Intel Corporation', device=

106 pci0:127:19:0(none105), class=base peripheral, vendor='Intel Corporation', device=

107 pci0:127:19:1(none106), class=base peripheral, vendor='Intel Corporation', device=

108 pci0:127:19:2(none107), class=base peripheral, vendor='Intel Corporation', device=

109 pci0:127:19:3(none108), class=base peripheral, vendor='Intel Corporation', device=

110 pci0:127:19:6(none109), class=base peripheral, vendor='Intel Corporation', device=

111 pci0:127:19:7(none110), class=base peripheral, vendor='Intel Corporation', device=

112 pci0:127:20:0(none111), class=base peripheral, vendor='Intel Corporation', device=

113 pci0:127:20:1(none112), class=base peripheral, vendor='Intel Corporation', device=

114 pci0:127:20:2(none113), class=base peripheral, vendor='Intel Corporation', device=

115 pci0:127:20:3(none114), class=base peripheral, vendor='Intel Corporation', device=

116 pci0:127:20:4(none115), class=base peripheral, vendor='Intel Corporation', device=

117 pci0:127:20:5(none116), class=base peripheral, vendor='Intel Corporation', device=

118 pci0:127:20:6(none117), class=base peripheral, vendor='Intel Corporation', device=

119 pci0:127:20:7(none118), class=base peripheral, vendor='Intel Corporation', device=

120 pci0:127:22:0(none119), class=base peripheral, vendor='Intel Corporation', device=

121 pci0:127:22:1(none120), class=base peripheral, vendor='Intel Corporation', device=

122 pci0:127:22:2(none121), class=base peripheral, vendor='Intel Corporation', device=

123 pci0:127:22:3(none122), class=base peripheral, vendor='Intel Corporation', device=

124 pci0:127:22:6(none123), class=base peripheral, vendor='Intel Corporation', device=

125 pci0:127:22:7(none124), class=base peripheral, vendor='Intel Corporation', device=

126 pci0:127:23:0(none125), class=base peripheral, vendor='Intel Corporation', device=

127 pci0:127:23:1(none126), class=base peripheral, vendor='Intel Corporation', device=

128 pci0:127:23:2(none127), class=base peripheral, vendor='Intel Corporation', device=

129 pci0:127:23:3(none128), class=base peripheral, vendor='Intel Corporation', device=

130 pci0:127:23:4(none129), class=base peripheral, vendor='Intel Corporation', device=

131 pci0:127:23:5(none130), class=base peripheral, vendor='Intel Corporation', device=

132 pci0:127:23:6(none131), class=base peripheral, vendor='Intel Corporation', device=

133 pci0:127:23:7(none132), class=base peripheral, vendor='Intel Corporation', device=

134 pci0:127:30:0(none133), class=base peripheral, vendor='Intel Corporation', device=

135 pci0:127:30:1(none134), class=base peripheral, vendor='Intel Corporation', device=

136 pci0:127:30:2(none135), class=base peripheral, vendor='Intel Corporation', device=

137 pci0:127:30:3(none136), class=base peripheral, vendor='Intel Corporation', device=

138 pci0:127:30:4(none137), class=base peripheral, vendor='Intel Corporation', device=

139 pci0:127:31:0(none138), class=base peripheral, vendor='Intel Corporation', device=

140 pci0:127:31:2(none139), class=base peripheral, vendor='Intel Corporation', device=

141 pci0:0:0:0(hostb0), class=HOST-PCI, vendor='Intel Corporation', device=

142 pci0:0:1:0(pcib3), class=PCI-PCI, vendor='Intel Corporation', device=

143 pci0:0:2:0(pcib4), class=PCI-PCI, vendor='Intel Corporation', device=

144 pci0:0:2:2(pcib5), class=PCI-PCI, vendor='Intel Corporation', device=

145 pci0:0:3:0(pcib6), class=PCI-PCI, vendor='Intel Corporation', device=

146 pci0:0:3:2(pcib7), class=PCI-PCI, vendor='Intel Corporation', device=

147 pci0:0:4:0(none140), class=base peripheral, vendor='Intel Corporation', device=

148 pci0:0:4:1(none141), class=base peripheral, vendor='Intel Corporation', device=

149 pci0:0:4:2(none142), class=base peripheral, vendor='Intel Corporation', device=

150 pci0:0:4:3(none143), class=base peripheral, vendor='Intel Corporation', device=

151 pci0:0:4:4(none144), class=base peripheral, vendor='Intel Corporation', device=

28 / 178

Page 29: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

152 pci0:0:4:5(none145), class=base peripheral, vendor='Intel Corporation', device=

153 pci0:0:4:6(none146), class=base peripheral, vendor='Intel Corporation', device=

154 pci0:0:4:7(none147), class=base peripheral, vendor='Intel Corporation', device=

155 pci0:0:5:0(none148), class=base peripheral, vendor='Intel Corporation', device=

156 pci0:0:5:1(none149), class=base peripheral, vendor='Intel Corporation', device=

157 pci0:0:5:2(none150), class=base peripheral, vendor='Intel Corporation', device=

158 pci0:0:5:4(ioapic0), class=interrupt controller, vendor='Intel Corporation', device=

159 pci0:0:17:0(none151), class=, vendor='Intel Corporation', device=

160 pci0:0:20:0(xhci0), class=USB, vendor='Intel Corporation', device=

161 pci0:0:22:0(none152), class=simple comms, vendor='Intel Corporation', device=

162 pci0:0:22:1(none153), class=simple comms, vendor='Intel Corporation', device=

163 pci0:0:26:0(ehci0), class=USB, vendor='Intel Corporation', device=

164 pci0:0:28:0(pcib8), class=PCI-PCI, vendor='Intel Corporation', device=

165 pci0:0:28:3(pcib9), class=PCI-PCI, vendor='Intel Corporation', device=

166 pci0:0:29:0(ehci1), class=USB, vendor='Intel Corporation', device=

167 pci0:0:31:0(isab0), class=PCI-ISA, vendor='Intel Corporation', device=

168 pci0:0:31:2(ahci0), class=SATA, vendor='Intel Corporation', device=

169 pci0:0:31:3(none154), class=SMBus, vendor='Intel Corporation', device=

170 pci0:1:0:0(mrsas0), class=RAID, vendor='LSI Logic / Symbios Logic', device='MegaRAID SAS-3 3108 [Invader]'

171 pci0:5:0:0(bxe0), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme II BCM57800 1/10 Gigabit Ethernet'

172 pci0:5:0:1(bxe1), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme II BCM57800 1/10 Gigabit Ethernet'

173 pci0:5:0:2(bxe2), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme II BCM57800 1/10 Gigabit Ethernet'

174 pci0:5:0:3(bxe3), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme II BCM57800 1/10 Gigabit Ethernet'

175 pci0:125:0:0(vgapci0), class=VGA, vendor='Matrox Electronics Systems Ltd.', device='MGA G200e [Pilot] ServerEngines (SEP1)'

176 pci0:128:0:0(pcib11), class=PCI-PCI, vendor='Intel Corporation', device=

177 pci0:128:1:0(pcib12), class=PCI-PCI, vendor='Intel Corporation', device=

178 pci0:128:2:0(pcib13), class=PCI-PCI, vendor='Intel Corporation', device=

179 pci0:128:3:0(pcib14), class=PCI-PCI, vendor='Intel Corporation', device=

180 pci0:128:4:0(none155), class=base peripheral, vendor='Intel Corporation', device=

181 pci0:128:4:1(none156), class=base peripheral, vendor='Intel Corporation', device=

182 pci0:128:4:2(none157), class=base peripheral, vendor='Intel Corporation', device=

183 pci0:128:4:3(none158), class=base peripheral, vendor='Intel Corporation', device=

184 pci0:128:4:4(none159), class=base peripheral, vendor='Intel Corporation', device=

185 pci0:128:4:5(none160), class=base peripheral, vendor='Intel Corporation', device=

186 pci0:128:4:6(none161), class=base peripheral, vendor='Intel Corporation', device=

187 pci0:128:4:7(none162), class=base peripheral, vendor='Intel Corporation', device=

188 pci0:128:5:0(none163), class=base peripheral, vendor='Intel Corporation', device=

189 pci0:128:5:1(none164), class=base peripheral, vendor='Intel Corporation', device=

190 pci0:128:5:2(none165), class=base peripheral, vendor='Intel Corporation', device=

191 pci0:128:5:4(ioapic1), class=interrupt controller, vendor='Intel Corporation', device=

29 / 178

Page 30: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

メモリ認識データ

1 0x0/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

2 0x10000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

3 0x20000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

4 0x30000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

5 0x40000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

6 0x50000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

7 0x60000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

8 0x70000/0x10000 BIOS write-back fixed-base fixed-length set-by-firmware active

9 0x80000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

10 0x84000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

11 0x88000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

12 0x8c000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

13 0x90000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

14 0x94000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

15 0x98000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

16 0x9c000/0x4000 BIOS write-back fixed-base fixed-length set-by-firmware active

17 0xa0000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

18 0xa4000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

19 0xa8000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

20 0xac000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

21 0xb0000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

22 0xb4000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

23 0xb8000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

24 0xbc000/0x4000 BIOS uncacheable fixed-base fixed-length set-by-firmware active

25 0xc0000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

26 0xc1000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

27 0xc2000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

28 0xc3000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

29 0xc4000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

30 0xc5000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

31 0xc6000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

32 0xc7000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

33 0xc8000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

34 0xc9000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

35 0xca000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

36 0xcb000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

37 0xcc000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

38 0xcd000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

39 0xce000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

40 0xcf000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

41 0xd0000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

42 0xd1000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

43 0xd2000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

44 0xd3000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

45 0xd4000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

46 0xd5000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

47 0xd6000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

48 0xd7000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

49 0xd8000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

30 / 178

Page 31: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

50 0xd9000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

51 0xda000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

52 0xdb000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

53 0xdc000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

54 0xdd000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

55 0xde000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

56 0xdf000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

57 0xe0000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

58 0xe1000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

59 0xe2000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

60 0xe3000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

61 0xe4000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

62 0xe5000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

63 0xe6000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

64 0xe7000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

65 0xe8000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

66 0xe9000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

67 0xea000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

68 0xeb000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

69 0xec000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

70 0xed000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

71 0xee000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

72 0xef000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

73 0xf0000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

74 0xf1000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

75 0xf2000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

76 0xf3000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

77 0xf4000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

78 0xf5000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

79 0xf6000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

80 0xf7000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

81 0xf8000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

82 0xf9000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

83 0xfa000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

84 0xfb000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

85 0xfc000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

86 0xfd000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

87 0xfe000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

88 0xff000/0x1000 BIOS write-protect fixed-base fixed-length set-by-firmware active

89 0x80000000/0x80000000 BIOS uncacheable set-by-firmware active

90 0x380000000000/0x8000000000 BIOS uncacheable set-by-firmware active

91 0xc1000000/0x1000000 BIOS write-through set-by-firmware active

92 0xc2000000/0x2000000 BIOS write-through set-by-firmware active

93 0xc4000000/0x2000000 BIOS write-through set-by-firmware active

94 0xc6000000/0x100000 BIOS write-through set-by-firmware active

31 / 178

Page 32: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

動作検証レポート 詳細データ

32 / 178

Page 33: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

詳細データ

カーネル環境変数データ詳細一覧#kenvLINES="24"bootfile="kernel"comconsole_pcidev=""comconsole_port="1016"comconsole_speed="9600"console="vidconsole"currdev="disk0p2:"hint.acpi.0.oem="AMI"hint.acpi.0.revision="2"hint.acpi.0.rsdp="0x000f0530"hint.acpi.0.rsdt="0x7b081028"hint.acpi.0.xsdt="0x000000007b081080"hint.acpi.0.xsdt_length="36"hint.acpi_throttle.0.disabled="1"hint.atkbd.0.at="atkbdc"hint.atkbd.0.irq="1"hint.atkbdc.0.at="isa"hint.atkbdc.0.port="0x060"hint.atrtc.0.at="isa"hint.atrtc.0.irq="8"hint.atrtc.0.port="0x70"hint.attimer.0.at="isa"hint.attimer.0.irq="0"hint.attimer.0.port="0x40"hint.fd.0.at="fdc0"hint.fd.0.drive="0"hint.fd.1.at="fdc0"hint.fd.1.drive="1"hint.fdc.0.at="isa"hint.fdc.0.drq="2"hint.fdc.0.irq="6"hint.fdc.0.port="0x3F0"hint.p4tcc.0.disabled="1"hint.ppc.0.at="isa"hint.ppc.0.irq="7"hint.psm.0.at="atkbdc"hint.psm.0.irq="12"hint.sc.0.at="isa"hint.sc.0.flags="0x100"hint.uart.0.at="isa"hint.uart.0.flags="0x10"hint.uart.0.irq="4"hint.uart.0.port="0x3F8"hint.uart.1.at="isa"hint.uart.1.irq="3"hint.uart.1.port="0x2F8"hint.wbwd.0.at="isa"hw.mfi.mrsas_enable="1"interpret="OK"kernel="kernel"kernel[0]="kernel"kernel[1]="kernel.old"kernel_options=""kernelname="/boot/kernel/kernel"loaddev="disk0p2:"loader_conf_files="/boot/device.hints/boot/loader.conf/boot/loader.conf.local"mac_ifoff="NO"module_path="/boot/kernel;/boot/modules"smbios.bios.reldate="11/21/2014"smbios.bios.vendor="AmericanMegatrendsInc."smbios.bios.version="5.0.4015"smbios.chassis.maker="NEC"smbios.chassis.serial="01"smbios.chassis.tag="_______________________________________________________________"smbios.chassis.version="856-857682-031"smbios.memory.enabled="134217728"smbios.planar.maker="MICRO-STAR"smbios.planar.product="MS-S0901-V"smbios.planar.serial="EC16255312"smbios.planar.version="S11"smbios.socket.enabled="2"smbios.socket.populated="2"smbios.system.maker="NEC"smbios.system.product="Express5800/R120f-1E[N8100-2248Y]"smbios.system.serial="5200107"smbios.system.uuid="da398a36-3dbc-e411-8001-448a5bf84ef8"smbios.system.version="FR1.0"smbios.version="2.7"temp_options=""twiddle_divisor="1"vfs.root.mountfrom="ufs:/dev/da0p2"vfs.root.mountfrom.options="rw"

#sysctl-akern.ostype:FreeBSDkern.osrelease:10.2-RELEASEkern.osrevision:199506kern.version:FreeBSD10.2-RELEASE#0r286666:WedAug1215:26:[email protected]:/usr/obj/usr/src/sys/GENERIC

kern.maxvnodes:2251301kern.maxproc:136356kern.maxfiles:4190866

33 / 178

Page 34: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.argmax:262144kern.securelevel:-1kern.hostname:navygemv.bsdconsulting.co.jpkern.hostid:3419988800kern.clockrate:{hz=1000,tick=1000,profhz=8128,stathz=127}kern.posix1version:200112kern.ngroups:1023kern.job_control:1kern.saved_ids:0kern.boottime:{sec=1445313706,usec=434551}TueOct2013:01:462015kern.domainname:kern.osreldate:1002000kern.bootfile:/boot/kernel/kernelkern.maxfilesperproc:3771774kern.maxprocperuid:122720kern.ipc.maxsockbuf:2097152kern.ipc.sockbuf_waste_factor:8kern.ipc.max_linkhdr:16kern.ipc.max_protohdr:60kern.ipc.max_hdr:76kern.ipc.max_datalen:92kern.ipc.sendfile.readahead:1kern.ipc.maxsockets:4190870kern.ipc.numopensockets:13kern.ipc.soacceptqueue:128kern.ipc.shm_allow_removed:0kern.ipc.shm_use_phys:0kern.ipc.shmall:131072kern.ipc.shmseg:128kern.ipc.shmmni:192kern.ipc.shmmin:1kern.ipc.shmmax:536870912kern.ipc.semaem:16384kern.ipc.semvmx:32767kern.ipc.semusz:632kern.ipc.semume:50kern.ipc.semopm:100kern.ipc.semmsl:340kern.ipc.semmnu:150kern.ipc.semmns:340kern.ipc.semmni:50kern.ipc.msgseg:2048kern.ipc.msgssz:8kern.ipc.msgtql:40kern.ipc.msgmnb:2048kern.ipc.msgmni:40kern.ipc.msgmax:16384kern.ipc.piperesizeallowed:1kern.ipc.piperesizefail:0kern.ipc.pipeallocfail:0kern.ipc.pipefragretry:0kern.ipc.pipekva:16384kern.ipc.maxpipekva:2145722368kern.ipc.nmbufs:52255185kern.ipc.nmbjumbo16:2721620kern.ipc.nmbjumbo9:3628830kern.ipc.nmbjumbop:4082435kern.ipc.nmbclusters:8164872kern.ipc.maxmbufmem:66886627328kern.dummy:0kern.ps_strings:140737488351200kern.usrstack:140737488351232kern.logsigexit:1kern.iov_max:1024kern.hostuuid:da398a36-3dbc-e411-8001-448a5bf84ef8kern.chroot_allow_open_directories:1kern.minvnodes:562825kern.metadelay:28kern.dirdelay:29kern.filedelay:30kern.tty_nout:6432kern.tty_nin:101kern.tty_inq_flush_secure:1kern.smp.forward_signal_enabled:1kern.smp.topology:0kern.smp.cpus:20kern.smp.disabled:0kern.smp.active:1kern.smp.maxcpus:64kern.smp.maxid:19kern.msgbuf_clear:0kern.msgbuf:kern.always_console_output:0kern.log_console_add_linefeed:0kern.log_console_output:1kern.vm_guest:nonekern.sgrowsiz:131072kern.maxssiz:536870912kern.dflssiz:8388608kern.maxdsiz:34359738368kern.dfldsiz:34359738368kern.maxtsiz:134217728kern.bio_transient_maxcnt:1024kern.maxbcache:0kern.maxswzone:0kern.msgbufsize:98304kern.nswbuf:256kern.nbuf:105931kern.hz:1000kern.msgbuf_show_timestamp:0kern.log_wakeups_per_second:5kern.kobj_methodcount:234kern.hintmode:0kern.devstat.version:6kern.devstat.generation:201kern.devstat.numdevs:7kern.ccpu:0kern.sched.topology_spec:<groups><grouplevel="1"cache-level="0"><cpucount="20"mask="fffff">0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19</cpu>

34 / 178

Page 35: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

<children><grouplevel="2"cache-level="2"><cpucount="10"mask="3ff">0,1,2,3,4,5,6,7,8,9</cpu></group><grouplevel="2"cache-level="2"><cpucount="10"mask="ffc00">10,11,12,13,14,15,16,17,18,19</cpu></group></children></group></groups>

kern.sched.steal_thresh:2kern.sched.steal_idle:1kern.sched.balance_interval:127kern.sched.balance:1kern.sched.affinity:1kern.sched.idlespinthresh:157kern.sched.idlespins:10000kern.sched.static_boost:152kern.sched.preempt_thresh:80kern.sched.interact:30kern.sched.slice:12kern.sched.quantum:94488kern.sched.name:ULEkern.sched.preemption:1kern.sched.cpusetsize:8kern.callout_stat:0kern.ncallout:18508kern.threads.max_threads_hits:0kern.threads.max_threads_per_proc:1500kern.timecounter.tsc_shift:1kern.timecounter.smp_tsc_adjust:0kern.timecounter.smp_tsc:1kern.timecounter.invariant_tsc:1kern.timecounter.fast_gettime:1kern.timecounter.tick:1kern.timecounter.choice:TSC-low(1000)ACPI-fast(900)HPET(950)i8254(0)dummy(-1000000)kern.timecounter.hardware:TSC-lowkern.timecounter.alloweddeviation:5kern.timecounter.stepwarnings:0kern.timecounter.tc.TSC-low.quality:1000kern.timecounter.tc.TSC-low.frequency:1300027716kern.timecounter.tc.TSC-low.counter:3214651309kern.timecounter.tc.TSC-low.mask:4294967295kern.timecounter.tc.ACPI-fast.quality:900kern.timecounter.tc.ACPI-fast.frequency:3579545kern.timecounter.tc.ACPI-fast.counter:7188414kern.timecounter.tc.ACPI-fast.mask:16777215kern.timecounter.tc.HPET.quality:950kern.timecounter.tc.HPET.frequency:14318180kern.timecounter.tc.HPET.counter:2661077112kern.timecounter.tc.HPET.mask:4294967295kern.timecounter.tc.i8254.quality:0kern.timecounter.tc.i8254.frequency:1193182kern.timecounter.tc.i8254.counter:61810kern.timecounter.tc.i8254.mask:65535kern.fscale:2048kern.corefile:%N.corekern.nodump_coredump:0kern.coredump:1kern.capmode_coredump:0kern.sugid_coredump:0kern.sigqueue.alloc_fail:0kern.sigqueue.overflow:0kern.sigqueue.preallocate:1024kern.sigqueue.max_pending_per_proc:128kern.forcesigexit:1kern.shutdown.dumpdevname:da0p3kern.shutdown.kproc_shutdown_wait:60kern.shutdown.poweroff_delay:5000kern.shutdown.show_busybufs:0kern.sync_on_panic:0kern.panic_reboot_wait_time:15kern.racct.pcpu_threshold:1kern.racct.enable:0kern.proc_vmmap_skip_resident_count:0kern.kstack_pages:4kern.hwpmc.softevents:16kern.fallback_elf_brand:-1kern.pid_max:99999kern.features.ufs_quota64:1kern.features.ufs_quota:1kern.features.ufs_gjournal:1kern.features.ufs_acl:1kern.features.softupdates:1kern.features.ffs_snapshot:1kern.features.security_mac:1kern.features.audit:1kern.features.inet6:1kern.features.sctp:1kern.features.inet:1kern.features.posix_shm:1kern.features.sysv_shm:1kern.features.sysv_sem:1kern.features.sysv_msg:1kern.features.process_descriptors:1kern.features.security_capabilities:1kern.features.security_capability_mode:1kern.features.stack:1kern.features.rctl:1kern.features.racct:1kern.features.hwpmc_hooks:1kern.features.compat_freebsd7:1kern.features.compat_freebsd6:1kern.features.compat_freebsd5:1kern.features.compat_freebsd4:1kern.features.ktrace:1kern.features.kdtrace_hooks:1kern.features.kposix_priority_scheduling:1kern.features.geom_part_mbr:1

35 / 178

Page 36: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.features.geom_part_gpt:1kern.features.geom_part_ebr_compat:1kern.features.geom_part_ebr:1kern.features.geom_part_bsd:1kern.features.geom_label:1kern.features.nfsd:1kern.features.nfscl:1kern.features.ata_cam:1kern.features.compat_freebsd_32bit:1kern.features.scbus:1kern.conftxt:options CONFIG_AUTOGENERATEDident GENERICmachine amd64cpu HAMMERmakeoptions WITH_CTF=1makeoptions DEBUG=-goptions XENHVMoptions HYPERVoptions USB_DEBUGoptions ATH_ENABLE_11Noptions AH_AR5416_INTERRUPT_MITIGATIONoptions AH_SUPPORT_AR5416options IEEE80211_SUPPORT_MESHoptions IEEE80211_AMPDU_AGEoptions IEEE80211_DEBUGoptions SC_PIXEL_MODEoptions VESAoptions AHD_REG_PRETTY_PRINToptions AHC_REG_PRETTY_PRINToptions ATA_STATIC_IDoptions ACPI_DMARoptions SMPoptions KDB_TRACEoptions KDBoptions RCTLoptions RACCT_DEFAULT_TO_DISABLEDoptions RACCToptions INCLUDE_CONFIG_FILEoptions DDB_CTFoptions KDTRACE_HOOKSoptions KDTRACE_FRAMEoptions MACoptions PROCDESCoptions CAPABILITIESoptions CAPABILITY_MODEoptions AUDIToptions HWPMC_HOOKSoptions KBD_INSTALL_CDEVoptions PRINTF_BUFR_SIZE=128options _KPOSIX_PRIORITY_SCHEDULINGoptions SYSVSEMoptions SYSVMSGoptions SYSVSHMoptions STACKoptions KTRACEoptions SCSI_DELAY=5000options COMPAT_FREEBSD7options COMPAT_FREEBSD6options COMPAT_FREEBSD5options COMPAT_FREEBSD4options COMPAT_FREEBSD32options GEOM_LABELoptions GEOM_RAIDoptions GEOM_PART_GPToptions PSEUDOFSoptions PROCFSoptions CD9660options MSDOSFSoptions NFS_ROOToptions NFSLOCKDoptions NFSDoptions NFSCLoptions MD_ROOToptions QUOTAoptions UFS_GJOURNALoptions UFS_DIRHASHoptions UFS_ACLoptions SOFTUPDATESoptions FFSoptions SCTPoptions TCP_OFFLOADoptions INET6options INEToptions PREEMPTIONoptions SCHED_ULEoptions NEW_PCIBoptions GEOM_PART_MBRoptions GEOM_PART_EBR_COMPAToptions GEOM_PART_EBRoptions GEOM_PART_BSDdevice isadevice memdevice iodevice uart_ns8250device cpufreqdevice acpidevice pcidevice fdcdevice ahcidevice atadevice mvsdevice siisdevice ahcdevice ahddevice espdevice hptiopdevice ispdevice mptdevice mpsdevice mpr

36 / 178

Page 37: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

device symdevice trmdevice advdevice adwdevice aicdevice btdevice iscidevice scbusdevice chdevice dadevice sadevice cddevice passdevice sesdevice amrdevice arcmsrdevice cissdevice dptdevice hptmvdevice hptnrdevice hptrrdevice hpt27xxdevice iirdevice ipsdevice mlydevice twadevice twsdevice aacdevice aacpdevice aacraiddevice idadevice mfidevice mlxdevice mrsasdevice twedevice nvmedevice nvddevice atkbdcdevice atkbddevice psmdevice kbdmuxdevice vgadevice splashdevice scdevice vtdevice vt_vgadevice vt_efifbdevice agpdevice cbbdevice pccarddevice cardbusdevice uartdevice ppcdevice ppbusdevice lptdevice ppidevice pucdevice bxedevice dedevice emdevice igbdevice ixdevice ixvdevice ixldevice ixlvdevice ledevice tidevice txpdevice vxdevice miibusdevice aedevice agedevice alcdevice aledevice bcedevice bfedevice bgedevice casdevice dcdevice etdevice fxpdevice gemdevice hmedevice jmedevice lgedevice mskdevice nfedevice ngedevice pcndevice redevice rldevice sfdevice sgedevice sisdevice skdevice stedevice stgedevice tldevice txdevice vgedevice vrdevice wbdevice xldevice csdevice eddevice exdevice epdevice fedevice sndevice xe

37 / 178

Page 38: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

device wlandevice wlan_wepdevice wlan_ccmpdevice wlan_tkipdevice wlan_amrrdevice andevice athdevice ath_pcidevice ath_haldevice ath_rate_sampledevice ipwdevice iwidevice iwndevice malodevice mwldevice raldevice widevice wpidevice loopdevice randomdevice padlock_rngdevice rdrand_rngdevice etherdevice vlandevice tundevice mddevice gifdevice faithdevice firmwaredevice bpfdevice uhcidevice ohcidevice ehcidevice xhcidevice usbdevice ukbddevice umassdevice sounddevice snd_cmidevice snd_csadevice snd_emu10kxdevice snd_es137xdevice snd_hdadevice snd_ichdevice snd_via8233device mmcdevice mmcsddevice sdhcidevice virtiodevice virtio_pcidevice vtnetdevice virtio_blkdevice virtio_scsidevice virtio_balloondevice hypervdevice xenpcidevice vmx

kern.supported_archs:amd64i386kern.maxusers:8521kern.compiler_version:FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512kern.ident:GENERICkern.malloc_count:361kern.module_path:/boot/kernel;/boot/moduleskern.ktrace.request_pool:100kern.ktrace.genio_size:4096kern.randompid:0kern.lastpid:1093kern.disallow_high_osrel:0kern.ps_arg_cache_limit:256kern.stackprot:7kern.kq_calloutmax:4096kern.eventtimer.periodic:0kern.eventtimer.timer:LAPICkern.eventtimer.idletick:0kern.eventtimer.singlemul:2kern.eventtimer.choice:LAPIC(600)HPET(350)HPET1(340)HPET2(340)HPET3(340)HPET4(340)HPET5(340)HPET6(340)HPET7(340)i8254(100)RTC(0)kern.eventtimer.et.HPET7.quality:340kern.eventtimer.et.HPET7.frequency:14318180kern.eventtimer.et.HPET7.flags:3kern.eventtimer.et.HPET6.quality:340kern.eventtimer.et.HPET6.frequency:14318180kern.eventtimer.et.HPET6.flags:3kern.eventtimer.et.HPET5.quality:340kern.eventtimer.et.HPET5.frequency:14318180kern.eventtimer.et.HPET5.flags:3kern.eventtimer.et.HPET4.quality:340kern.eventtimer.et.HPET4.frequency:14318180kern.eventtimer.et.HPET4.flags:3kern.eventtimer.et.HPET3.quality:340kern.eventtimer.et.HPET3.frequency:14318180kern.eventtimer.et.HPET3.flags:3kern.eventtimer.et.HPET2.quality:340kern.eventtimer.et.HPET2.frequency:14318180kern.eventtimer.et.HPET2.flags:3kern.eventtimer.et.HPET1.quality:340kern.eventtimer.et.HPET1.frequency:14318180kern.eventtimer.et.HPET1.flags:3kern.eventtimer.et.HPET.quality:350kern.eventtimer.et.HPET.frequency:14318180kern.eventtimer.et.HPET.flags:3kern.eventtimer.et.i8254.quality:100kern.eventtimer.et.i8254.frequency:1193182kern.eventtimer.et.i8254.flags:1kern.eventtimer.et.RTC.quality:0kern.eventtimer.et.RTC.frequency:32768kern.eventtimer.et.RTC.flags:17kern.eventtimer.et.LAPIC.quality:600kern.eventtimer.et.LAPIC.frequency:50001069kern.eventtimer.et.LAPIC.flags:7

38 / 178

Page 39: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.openfiles:57kern.vty:sckern.constty_wakeups_per_second:5kern.consmsgbuf_size:8192kern.consmute:0kern.console:ttyv0,/ttyv0,uart,ttyv0,kern.cp_times:50535731021010173027050732250100732230507326202173293070732440407326307073242018073141060732750617323502117307101207321308273212070732530407327403073272050732770617320kern.cp_time:88019912146424kern.acct_suspended:0kern.acct_configured:0kern.acct_chkfreq:15kern.acct_resume:4kern.acct_suspend:2kern.init_shutdown_timeout:120kern.init_path:/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/initkern.elf32.read_exec:0kern.elf32.nxstack:1kern.elf32.fallback_brand:-1kern.elf64.nxstack:1kern.elf64.fallback_brand:-1kern.geom.raid.raid5.enable:1kern.geom.raid.raid1e.enable:1kern.geom.raid.raid1e.rebuild_meta_update:1024kern.geom.raid.raid1e.rebuild_cluster_idle:100kern.geom.raid.raid1e.rebuild_fair_io:20kern.geom.raid.raid1e.rebuild_slab_size:1048576kern.geom.raid.raid1.enable:1kern.geom.raid.raid1.rebuild_meta_update:1024kern.geom.raid.raid1.rebuild_cluster_idle:100kern.geom.raid.raid1.rebuild_fair_io:20kern.geom.raid.raid1.rebuild_slab_size:1048576kern.geom.raid.raid0.enable:1kern.geom.raid.concat.enable:1kern.geom.raid.sii.enable:1kern.geom.raid.promise.enable:1kern.geom.raid.nvidia.enable:1kern.geom.raid.jmicron.enable:1kern.geom.raid.intel.enable:1kern.geom.raid.ddf.enable:1kern.geom.raid.legacy_aliases:1kern.geom.raid.idle_threshold:1000000kern.geom.raid.name_format:0kern.geom.raid.disconnect_on_failure:1kern.geom.raid.clean_time:5kern.geom.raid.start_timeout:30kern.geom.raid.read_err_thresh:10kern.geom.raid.debug:0kern.geom.raid.aggressive_spare:0kern.geom.raid.enable:1kern.geom.part.mbr.enforce_chs:1kern.geom.part.check_integrity:1kern.geom.label.disk_ident.enable:1kern.geom.label.gptid.enable:1kern.geom.label.gpt.enable:1kern.geom.label.ufs.enable:1kern.geom.label.ufsid.enable:1kern.geom.label.reiserfs.enable:1kern.geom.label.ntfs.enable:1kern.geom.label.msdosfs.enable:1kern.geom.label.iso9660.enable:1kern.geom.label.ext2fs.enable:1kern.geom.label.debug:0kern.geom.collectstats:1kern.geom.notaste:0kern.geom.debugflags:0kern.geom.conftxt:0DISKda115504900096512hd255sc631PARTda1s115504899072512i1o1024tyfat32xsMBRxt110DISKda0599449927680512hd255sc631PARTda0p34294967296512i3o594852987904tyfreebsd-swapxsGPTxt516e7cb5-6ecf-11d6-8ff8-00022d09712b1PARTda0p2594852446208512i2o541696tyfreebsd-ufsxsGPTxt516e7cb6-6ecf-11d6-8ff8-00022d09712b1PARTda0p1524288512i1o17408tyfreebsd-bootxsGPTxt83bd6b9d-7f41-11dc-be0b-001560b84f0f2LABELgptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661524288512i0o00DISKcd002048hd0sc0

kern.geom.confdot:digraphgeom{z0xfffff8012e1c6100[shape=box,label="VFS\nmsdosfs.da1s1\nr#3"];z0xfffff8012e94bc00[label="r1w1e1"];z0xfffff8012e94bc00->z0xfffff8012e4c6700;z0xfffff8012e1c6100->z0xfffff8012e94bc00;z0xfffff8012e43f300[shape=box,label="VFS\nffs.da0p2\nr#3"];z0xfffff8012e42d700[label="r1w1e1"];z0xfffff8012e42d700->z0xfffff8012e2d3300;z0xfffff8012e43f300->z0xfffff8012e42d700;z0xfffff8012e44ea00[shape=box,label="DISK\nda1\nr#1"];z0xfffff8012e2d4100[shape=hexagon,label="da1\nr1w1e2\nerr#0"];z0xfffff8012e2d4100->z0xfffff8012e44ea00;z0xfffff8012e051b00[shape=box,label="DISK\nda0\nr#1"];z0xfffff8012e052a00[shape=hexagon,label="da0\nr2w2e3\nerr#0"];z0xfffff8012e052a00->z0xfffff8012e051b00;z0xfffff8012e052000[shape=box,label="DISK\ncd0\nr#1"];z0xfffff80118051400[shape=hexagon,label="cd0\nr0w0e0\nerr#0"];z0xfffff80118051400->z0xfffff8012e052000;z0xfffff8012e49a800[shape=box,label="DEV\nda1s1\nr#3"];z0xfffff8012e4fe600[label="r0w0e0"];z0xfffff8012e4fe600->z0xfffff8012e4c6700;z0xfffff8012e49a800->z0xfffff8012e4fe600;z0xfffff8012e4c6c00[shape=box,label="DEV\nda1\nr#2"];z0xfffff8012e3aab00[label="r0w0e0"];z0xfffff8012e3aab00->z0xfffff8012e2d4100;z0xfffff8012e4c6c00->z0xfffff8012e3aab00;z0xfffff8012e2d2200[shape=box,label="DEV\ngptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661\nr#4"];z0xfffff8012e193400[label="r0w0e0"];z0xfffff8012e193400->z0xfffff8012e2d2000;z0xfffff8012e2d2200->z0xfffff8012e193400;z0xfffff8012e2d3200[shape=box,label="DEV\nda0p3\nr#3"];z0xfffff8012e191900[label="r0w0e0"];z0xfffff8012e191900->z0xfffff8012e2d3100;z0xfffff8012e2d3200->z0xfffff8012e191900;z0xfffff8012e2d3400[shape=box,label="DEV\nda0p2\nr#3"];

39 / 178

Page 40: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

z0xfffff8012e191500[label="r0w0e0"];z0xfffff8012e191500->z0xfffff8012e2d3300;z0xfffff8012e2d3400->z0xfffff8012e191500;z0xfffff8012e2d3900[shape=box,label="DEV\nda0p1\nr#3"];z0xfffff8012e191300[label="r0w0e0"];z0xfffff8012e191300->z0xfffff8012e2d3500;z0xfffff8012e2d3900->z0xfffff8012e191300;z0xfffff8012e052c00[shape=box,label="DEV\nda0\nr#2"];z0xfffff8012e2a7f00[label="r0w0e0"];z0xfffff8012e2a7f00->z0xfffff8012e052a00;z0xfffff8012e052c00->z0xfffff8012e2a7f00;z0xfffff8012e051e00[shape=box,label="DEV\ncd0\nr#2"];z0xfffff8012e194700[label="r0w0e0"];z0xfffff8012e194700->z0xfffff80118051400;z0xfffff8012e051e00->z0xfffff8012e194700;z0xfffff8012e13f800[shape=box,label="SWAP\nswap\nr#3"];z0xfffff80118034600[label="r1w1e0"];z0xfffff80118034600->z0xfffff8012e2d3100;z0xfffff8012e13f800->z0xfffff80118034600;z0xfffff8012e2d2100[shape=box,label="LABEL\nda0p1\nr#3"];z0xfffff8012e191700[label="r0w0e0"];z0xfffff8012e191700->z0xfffff8012e2d3500;z0xfffff8012e2d2100->z0xfffff8012e191700;z0xfffff8012e2d2000[shape=hexagon,label="gptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661\nr0w0e0\nerr#0"];z0xfffff8012e2d2000->z0xfffff8012e2d2100;z0xfffff8012e4c6b00[shape=box,label="PART\nda1\nr#2"];z0xfffff8012e4a9900[label="r1w1e2"];z0xfffff8012e4a9900->z0xfffff8012e2d4100;z0xfffff8012e4c6b00->z0xfffff8012e4a9900;z0xfffff8012e4c6700[shape=hexagon,label="da1s1\nr1w1e1\nerr#0"];z0xfffff8012e4c6700->z0xfffff8012e4c6b00;z0xfffff8012e2d3e00[shape=box,label="PART\nda0\nr#2"];z0xfffff8012e2a8180[label="r2w2e3"];z0xfffff8012e2a8180->z0xfffff8012e052a00;z0xfffff8012e2d3e00->z0xfffff8012e2a8180;z0xfffff8012e2d3100[shape=hexagon,label="da0p3\nr1w1e0\nerr#0"];z0xfffff8012e2d3100->z0xfffff8012e2d3e00;z0xfffff8012e2d3300[shape=hexagon,label="da0p2\nr1w1e1\nerr#0"];z0xfffff8012e2d3300->z0xfffff8012e2d3e00;z0xfffff8012e2d3500[shape=hexagon,label="da0p1\nr0w0e0\nerr#0"];z0xfffff8012e2d3500->z0xfffff8012e2d3e00;}

kern.geom.confxml:<mesh><classid="0xffffffff814dac70"><name>FD</name></class><classid="0xffffffff8147c998"><name>RAID</name></class><classid="0xffffffff8147a8b8"><name>VFS</name><geomid="0xfffff8012e1c6100"><classref="0xffffffff8147a8b8"/><name>msdosfs.da1s1</name><rank>3</rank>

<consumerid="0xfffff8012e94bc00"><geomref="0xfffff8012e1c6100"/><providerref="0xfffff8012e4c6700"/><mode>r1w1e1</mode></consumer>

</geom><geomid="0xfffff8012e43f300"><classref="0xffffffff8147a8b8"/><name>ffs.da0p2</name><rank>3</rank>

<consumerid="0xfffff8012e42d700"><geomref="0xfffff8012e43f300"/><providerref="0xfffff8012e2d3300"/><mode>r1w1e1</mode></consumer>

</geom></class><classid="0xffffffff8147a150"><name>DISK</name><geomid="0xfffff8012e44ea00"><classref="0xffffffff8147a150"/><name>da1</name><rank>1</rank><config></config>

<providerid="0xfffff8012e2d4100"><geomref="0xfffff8012e44ea00"/><mode>r1w1e2</mode><name>da1</name><mediasize>15504900096</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>0</stripeoffset><config><fwheads>255</fwheads><fwsectors>63</fwsectors><ident>12090358056E600298331564282</ident><descr>UFD2.0Silicon-Power16G</descr></config></provider>

</geom><geomid="0xfffff8012e051b00"><classref="0xffffffff8147a150"/><name>da0</name><rank>1</rank><config></config>

<providerid="0xfffff8012e052a00"><geomref="0xfffff8012e051b00"/><mode>r2w2e3</mode><name>da0</name><mediasize>599449927680</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize>

40 / 178

Page 41: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

<stripeoffset>0</stripeoffset><config><fwheads>255</fwheads><fwsectors>63</fwsectors><ident>00a57ae308dae6a71d304df309b00506</ident><lunid>600605b009f34d301da7e6da08e37aa5</lunid><descr>LSIMR9362-8i</descr></config></provider>

</geom><geomid="0xfffff8012e052000"><classref="0xffffffff8147a150"/><name>cd0</name><rank>1</rank><config></config>

<providerid="0xfffff80118051400"><geomref="0xfffff8012e052000"/><mode>r0w0e0</mode><name>cd0</name><mediasize>0</mediasize><sectorsize>2048</sectorsize><stripesize>0</stripesize><stripeoffset>0</stripeoffset><config><fwheads>0</fwheads><fwsectors>0</fwsectors><ident></ident><descr>MATSHITADVD-ROMUJ8E2</descr></config></provider>

</geom></class><classid="0xffffffff81479e88"><name>DEV</name><geomid="0xfffff8012e49a800"><classref="0xffffffff81479e88"/><name>da1s1</name><rank>3</rank>

<consumerid="0xfffff8012e4fe600"><geomref="0xfffff8012e49a800"/><providerref="0xfffff8012e4c6700"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e4c6c00"><classref="0xffffffff81479e88"/><name>da1</name><rank>2</rank>

<consumerid="0xfffff8012e3aab00"><geomref="0xfffff8012e4c6c00"/><providerref="0xfffff8012e2d4100"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e2d2200"><classref="0xffffffff81479e88"/><name>gptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661</name><rank>4</rank>

<consumerid="0xfffff8012e193400"><geomref="0xfffff8012e2d2200"/><providerref="0xfffff8012e2d2000"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e2d3200"><classref="0xffffffff81479e88"/><name>da0p3</name><rank>3</rank>

<consumerid="0xfffff8012e191900"><geomref="0xfffff8012e2d3200"/><providerref="0xfffff8012e2d3100"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e2d3400"><classref="0xffffffff81479e88"/><name>da0p2</name><rank>3</rank>

<consumerid="0xfffff8012e191500"><geomref="0xfffff8012e2d3400"/><providerref="0xfffff8012e2d3300"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e2d3900"><classref="0xffffffff81479e88"/><name>da0p1</name><rank>3</rank>

<consumerid="0xfffff8012e191300"><geomref="0xfffff8012e2d3900"/><providerref="0xfffff8012e2d3500"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e052c00"><classref="0xffffffff81479e88"/><name>da0</name><rank>2</rank>

<consumerid="0xfffff8012e2a7f00"><geomref="0xfffff8012e052c00"/><providerref="0xfffff8012e052a00"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8012e051e00"><classref="0xffffffff81479e88"/><name>cd0</name><rank>2</rank>

<consumerid="0xfffff8012e194700">

41 / 178

Page 42: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

<geomref="0xfffff8012e051e00"/><providerref="0xfffff80118051400"/><mode>r0w0e0</mode></consumer>

</geom></class><classid="0xffffffff814cd988"><name>SWAP</name><geomid="0xfffff8012e13f800"><classref="0xffffffff814cd988"/><name>swap</name><rank>3</rank>

<consumerid="0xfffff80118034600"><geomref="0xfffff8012e13f800"/><providerref="0xfffff8012e2d3100"/><mode>r1w1e0</mode></consumer>

</geom></class><classid="0xffffffff81404e70"><name>MD</name></class><classid="0xffffffff8147aa98"><name>LABEL</name><geomid="0xfffff8012e2d2100"><classref="0xffffffff8147aa98"/><name>da0p1</name><rank>3</rank><config></config>

<consumerid="0xfffff8012e191700"><geomref="0xfffff8012e2d2100"/><providerref="0xfffff8012e2d3500"/><mode>r0w0e0</mode><config></config></consumer><providerid="0xfffff8012e2d2000"><geomref="0xfffff8012e2d2100"/><mode>r0w0e0</mode><name>gptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661</name><mediasize>524288</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>17408</stripeoffset><config><index>0</index><length>524288</length><seclength>1024</seclength><offset>0</offset><secoffset>0</secoffset></config></provider>

</geom></class><classid="0xffffffff8147b938"><name>PART</name><geomid="0xfffff8012e4c6b00"><classref="0xffffffff8147b938"/><name>da1</name><rank>2</rank><config>

<scheme>MBR</scheme><entries>4</entries><first>1</first><last>30283007</last><fwsectors>63</fwsectors><fwheads>255</fwheads><state>OK</state><modified>false</modified>

</config><consumerid="0xfffff8012e4a9900"><geomref="0xfffff8012e4c6b00"/><providerref="0xfffff8012e2d4100"/><mode>r1w1e2</mode><config></config></consumer><providerid="0xfffff8012e4c6700"><geomref="0xfffff8012e4c6b00"/><mode>r1w1e1</mode><name>da1s1</name><mediasize>15504899072</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>1024</stripeoffset><config><start>2</start><end>30283007</end><index>1</index><type>fat32</type><offset>1024</offset><length>15504899072</length><rawtype>11</rawtype></config></provider>

</geom><geomid="0xfffff8012e2d3e00"><classref="0xffffffff8147b938"/><name>da0</name><rank>2</rank><config>

<scheme>GPT</scheme><entries>128</entries><first>34</first><last>1170800606</last><fwsectors>63</fwsectors><fwheads>255</fwheads><state>OK</state><modified>false</modified>

42 / 178

Page 43: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

</config><consumerid="0xfffff8012e2a8180"><geomref="0xfffff8012e2d3e00"/><providerref="0xfffff8012e052a00"/><mode>r2w2e3</mode><config></config></consumer><providerid="0xfffff8012e2d3100"><geomref="0xfffff8012e2d3e00"/><mode>r1w1e0</mode><name>da0p3</name><mediasize>4294967296</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>2147501056</stripeoffset><config><start>1161822242</start><end>1170210849</end><index>3</index><type>freebsd-swap</type><offset>594852987904</offset><length>4294967296</length><label></label><rawtype>516e7cb5-6ecf-11d6-8ff8-00022d09712b</rawtype><rawuuid>e8da34ef-6d17-11e5-8bfb-448a5bf4d661</rawuuid></config></provider><providerid="0xfffff8012e2d3300"><geomref="0xfffff8012e2d3e00"/><mode>r1w1e1</mode><name>da0p2</name><mediasize>594852446208</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>541696</stripeoffset><config><start>1058</start><end>1161822241</end><index>2</index><type>freebsd-ufs</type><offset>541696</offset><length>594852446208</length><label></label><rawtype>516e7cb6-6ecf-11d6-8ff8-00022d09712b</rawtype><rawuuid>e8d866ee-6d17-11e5-8bfb-448a5bf4d661</rawuuid></config></provider><providerid="0xfffff8012e2d3500"><geomref="0xfffff8012e2d3e00"/><mode>r0w0e0</mode><name>da0p1</name><mediasize>524288</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>17408</stripeoffset><config><start>34</start><end>1057</end><index>1</index><type>freebsd-boot</type><offset>17408</offset><length>524288</length><label></label><rawtype>83bd6b9d-7f41-11dc-be0b-001560b84f0f</rawtype><rawuuid>e8d7a4ea-6d17-11e5-8bfb-448a5bf4d661</rawuuid></config></provider>

</geom></class></mesh>

kern.geom.inflight_transient_maps:0kern.geom.transient_map_soft_failures:0kern.geom.transient_map_hard_failures:0kern.geom.transient_map_retries:10kern.geom.transient_maps:0kern.geom.disk.da1.led:kern.geom.disk.da0.led:kern.geom.disk.cd0.led:kern.geom.dev.delete_max_sectors:262144kern.disks:da1da0cd0kern.vt.kbd_panic:0kern.vt.kbd_debug:1kern.vt.kbd_reboot:1kern.vt.kbd_poweroff:1kern.vt.kbd_halt:1kern.vt.suspendswitch:1kern.vt.deadtimer:15kern.vt.debug:0kern.vt.enable_altgr:1kern.random.sys.harvest.swi:1kern.random.sys.harvest.interrupt:1kern.random.sys.harvest.point_to_point:1kern.random.sys.harvest.ethernet:1kern.random.sys.seeded:1kern.random.yarrow.slowoverthresh:2kern.random.yarrow.slowthresh:128kern.random.yarrow.fastthresh:96kern.random.yarrow.bins:10kern.random.yarrow.gengateinterval:10kern.random.live_entropy_sources:Hardware,IntelSecureKeyRNGkern.random.active_adaptor:yarrowkern.random.adaptors:yarrow,dummykern.cam.enc.emulate_array_devices:1kern.cam.da.1.error_inject:0kern.cam.da.1.sort_io_queue:-1kern.cam.da.1.minimum_cmd_size:10kern.cam.da.1.delete_max:65536kern.cam.da.1.delete_method:NONE

43 / 178

Page 44: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.cam.da.0.error_inject:0kern.cam.da.0.sort_io_queue:-1kern.cam.da.0.minimum_cmd_size:6kern.cam.da.0.delete_max:131072kern.cam.da.0.delete_method:NONEkern.cam.da.send_ordered:1kern.cam.da.default_timeout:60kern.cam.da.retry_count:4kern.cam.da.poll_period:3kern.cam.ada.write_cache:1kern.cam.ada.read_ahead:1kern.cam.ada.spindown_suspend:1kern.cam.ada.spindown_shutdown:1kern.cam.ada.send_ordered:1kern.cam.ada.default_timeout:30kern.cam.ada.retry_count:4kern.cam.ada.legacy_aliases:1kern.cam.cd.0.minimum_cmd_size:6kern.cam.cd.timeout:30000kern.cam.cd.retry_count:4kern.cam.cd.poll_period:3kern.cam.scsi_delay:5000kern.cam.cam_srch_hi:0kern.cam.pmp.hide_special:1kern.cam.pmp.default_timeout:30kern.cam.pmp.retry_count:1kern.cam.debug_delay:0kern.cam.dflags:0kern.cam.num_doneqs:4kern.cam.boot_delay:0kern.cam.sort_io_queues:1vm.vmtotal:Systemwidetotalscomputedeveryfiveseconds:(valuesinkilobytes)===============================================Processes: (RUNQ:1DiskWait:0PageWait:0Sleep:21)VirtualMemory: (Total:464308KActive:451396K)RealMemory: (Total:30996KActive:26836K)SharedVirtualMemory: (Total:5636KActive:5636K)SharedRealMemory: (Total:5132KActive:5132K)FreeMemory: 129989788Kvm.loadavg:{0.830.360.14}vm.v_free_min:205871vm.v_free_target:695759vm.v_free_reserved:42575vm.v_inactive_target:1043638vm.v_cache_min:0vm.v_cache_max:0vm.v_pageout_free_min:34vm.swap_enabled:1vm.kvm_free:2061074690048vm.kvm_size:2199023251456vm.pmap.pdpe.demotions:3vm.pmap.pde.promotions:525vm.pmap.pde.p_failures:275vm.pmap.pde.mappings:0vm.pmap.pde.demotions:356vm.pmap.pcid_save_cnt:0vm.pmap.invpcid_works:0vm.pmap.pcid_enabled:0vm.pmap.pg_ps_enabled:1vm.pmap.pat_works:1vm.idlezero_enable:0vm.reserv.reclaimed:0vm.reserv.partpopq:LEVELSIZENUMBER

-1:152968K,88

vm.reserv.freed:4177vm.reserv.broken:0vm.ndomains:1vm.phys_segs:SEGMENT0:

start:0x10000end:0x9a000domain:0freelist:0xffffffff81610260

SEGMENT1:

start:0x100000end:0x200000domain:0freelist:0xffffffff81610260

SEGMENT2:

start:0x19ac000end:0x19c2000domain:0freelist:0xffffffff8160feb8

SEGMENT3:

start:0x19c3000end:0x7aab1000domain:0freelist:0xffffffff8160feb8

SEGMENT4:

start:0x7bd5d000end:0x7bd5e000domain:0freelist:0xffffffff8160feb8

SEGMENT5:

start:0x7bde4000

44 / 178

Page 45: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

end:0x7c000000domain:0freelist:0xffffffff8160feb8

SEGMENT6:

start:0x100000000end:0x1fac389000domain:0freelist:0xffffffff8160fb10

vm.phys_free:DOMAIN0:

FREELIST0:

ORDER(SIZE)|NUMBER|POOL0|POOL1|POOL2----------------12(16384K)|7805|0|011(8192K)|0|1|010(4096K)|1|0|09(2048K)|0|0|08(1024K)|1|1|07(512K)|0|1|06(256K)|1|0|05(128K)|0|1|04(64K)|0|1|03(32K)|0|2|02(16K)|0|1|01(8K)|1|1|00(4K)|0|1|0

FREELIST1:

ORDER(SIZE)|NUMBER|POOL0|POOL1|POOL2----------------12(16384K)|118|0|011(8192K)|1|0|010(4096K)|0|0|09(2048K)|0|0|08(1024K)|1|0|07(512K)|0|0|06(256K)|0|0|05(128K)|1|0|04(64K)|1|0|03(32K)|1|0|02(16K)|0|0|01(8K)|0|0|00(4K)|0|0|0

FREELIST2:

ORDER(SIZE)|NUMBER|POOL0|POOL1|POOL2----------------12(16384K)|0|0|011(8192K)|0|0|010(4096K)|0|0|09(2048K)|0|0|08(1024K)|1|0|07(512K)|0|0|06(256K)|1|0|05(128K)|1|0|04(64K)|2|0|03(32K)|0|0|02(16K)|1|0|01(8K)|0|0|00(4K)|0|0|0

vm.max_wired:10843560vm.pageout_lock_miss:0vm.disable_swapspace_pageouts:0vm.defer_swapspace_pageouts:0vm.swap_idle_enabled:0vm.lowmem_period:10vm.pageout_update_period:600vm.max_launder:32vm.pageout_wakeup_thresh:226457vm.tryrelock_restart:0vm.boot_pages:64vm.old_msync:0vm.old_mlock:0vm.stats.object.bypasses:299vm.stats.object.collapses:2520vm.stats.misc.cnt_prezero:0vm.stats.misc.zero_page_count:45vm.stats.vm.v_kthreadpages:0vm.stats.vm.v_rforkpages:0vm.stats.vm.v_vforkpages:8493vm.stats.vm.v_forkpages:30688vm.stats.vm.v_kthreads:17vm.stats.vm.v_rforks:0vm.stats.vm.v_vforks:237vm.stats.vm.v_forks:839vm.stats.vm.v_interrupt_free_min:2vm.stats.vm.v_pageout_free_min:34vm.stats.vm.v_cache_max:0vm.stats.vm.v_cache_min:0vm.stats.vm.v_cache_count:0vm.stats.vm.v_inactive_count:3917vm.stats.vm.v_inactive_target:1043638vm.stats.vm.v_active_count:3487vm.stats.vm.v_wire_count:154634vm.stats.vm.v_free_count:32497447vm.stats.vm.v_free_min:205871vm.stats.vm.v_free_target:695759vm.stats.vm.v_free_reserved:42575vm.stats.vm.v_page_count:32659486

45 / 178

Page 46: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vm.stats.vm.v_page_size:4096vm.stats.vm.v_tfree:377330vm.stats.vm.v_pfree:49913vm.stats.vm.v_dfree:0vm.stats.vm.v_tcached:0vm.stats.vm.v_pdpages:227vm.stats.vm.v_pdwakeups:0vm.stats.vm.v_reactivated:0vm.stats.vm.v_intrans:0vm.stats.vm.v_vnodepgsout:0vm.stats.vm.v_vnodepgsin:2903vm.stats.vm.v_vnodeout:0vm.stats.vm.v_vnodein:421vm.stats.vm.v_swappgsout:0vm.stats.vm.v_swappgsin:0vm.stats.vm.v_swapout:0vm.stats.vm.v_swapin:0vm.stats.vm.v_ozfod:0vm.stats.vm.v_zfod:38353vm.stats.vm.v_cow_optim:149vm.stats.vm.v_cow_faults:30995vm.stats.vm.v_io_faults:336vm.stats.vm.v_vm_faults:79455vm.stats.sys.v_soft:1735vm.stats.sys.v_intr:8493vm.stats.sys.v_syscall:548409vm.stats.sys.v_trap:81394vm.stats.sys.v_swtch:64443vm.v_free_severe:124223vm.max_kernel_address:18446744073709547520vm.min_kernel_address:18446741874686296064vm.exec_map_entries:16vm.swap_idle_threshold2:10vm.swap_idle_threshold1:2vm.kstacks:202vm.kstack_cache_size:128vm.zone_warnings:1vm.zone_count:107vm.nswapdev:1vm.dmmax:32vm.swap_async_max:4vm.swap_maxpages:522551776vm.swzone:4702965984vm.overcommit:0vm.swap_reserved:238575616vm.swap_total:4294967296vm.kmem_map_free:133585707008vm.kmem_map_size:187547648vm.kmem_size_scale:1vm.kmem_size_max:1319413950874vm.kmem_size_min:0vm.kmem_zmax:65536vm.kmem_size:133773254656vm.md_malloc_wait:0vfs.ufs.rename_restarts:0vfs.ufs.dirhash_reclaimage:60vfs.ufs.dirhash_lowmemcount:0vfs.ufs.dirhash_docheck:0vfs.ufs.dirhash_mem:55410vfs.ufs.dirhash_maxmem:27111424vfs.ufs.dirhash_minsize:2560vfs.nfs.downdelayinitial:12vfs.nfs.downdelayinterval:30vfs.nfs.defect:0vfs.nfs.iodmax:20vfs.nfs.iodmin:0vfs.nfs.iodmaxidle:120vfs.nfs.diskless_rootpath:vfs.nfs.diskless_valid:0vfs.nfs.nfs_ip_paranoia:1vfs.nfs.nfs_directio_allow_mmap:1vfs.nfs.nfs_keep_dirty_on_error:0vfs.nfs.nfs_directio_enable:0vfs.nfs.clean_pages_on_close:1vfs.nfs.commit_on_close:0vfs.nfs.prime_access_cache:0vfs.nfs.access_cache_timeout:60vfs.nfs.debuglevel:0vfs.nfs.callback_addr:vfs.nfs.realign_count:0vfs.nfs.realign_test:0vfs.nfs.skip_wcc_data_onerr:1vfs.nfs.nfs3_jukebox_delay:10vfs.nfs.reconnects:0vfs.nfs.bufpackets:4vfs.devfs.dotimes:0vfs.devfs.rule_depth:1vfs.devfs.generation:152vfs.ffs.compute_summary_at_mount:0vfs.ffs.maxclustersearch:10vfs.ffs.doreallocblks:1vfs.ffs.doasyncfree:1vfs.worklist_len:15vfs.timestamp_precision:2vfs.free_owe_inact:0vfs.reassignbufcalls:367vfs.recycles:0vfs.vlru_allow_cache_src:0vfs.freevnodes:53vfs.wantfreevnodes:562825vfs.vnodes_created:592vfs.numvnodes:539vfs.usermount:0vfs.lookup_shared:1vfs.typenumhash:1vfs.read_min:1vfs.read_max:64vfs.write_behind:1vfs.cache.numfullpathfound:4vfs.cache.numfullpathfail4:0

46 / 178

Page 47: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vfs.cache.numfullpathfail2:0vfs.cache.numfullpathfail1:0vfs.cache.numfullpathcalls:4vfs.cache.numupgrades:4vfs.cache.numneghits:10956vfs.cache.numnegzaps:0vfs.cache.numposhits:45718vfs.cache.numposzaps:68vfs.cache.nummisszap:93vfs.cache.nummiss:1179vfs.cache.numchecks:56748vfs.cache.dotdothits:12vfs.cache.dothits:262vfs.cache.numcalls:58287vfs.cache.numcache:492vfs.cache.numneg:30vfs.ncsizefactor:2vfs.ncnegfactor:16vfs.flushwithdeps:0vfs.unmapped_buf_allowed:1vfs.barrierwrites:0vfs.notbufdflushes:0vfs.flushbufqtarget:100vfs.mappingrestarts:0vfs.getnewbufrestarts:0vfs.getnewbufcalls:2381vfs.hifreebuffers:11780vfs.lofreebuffers:5890vfs.numfreebuffers:105895vfs.dirtybufthresh:23851vfs.hidirtybuffers:26502vfs.lodirtybuffers:13251vfs.numdirtybuffers:36vfs.recursiveflushes:0vfs.altbufferflushes:0vfs.bdwriteskip:0vfs.dirtybufferflushes:0vfs.hirunningspace:16777216vfs.lorunningspace:11206656vfs.bufdefragcnt:0vfs.buffreekvacnt:52vfs.bufreusecnt:2315vfs.hibufspace:1734918144vfs.lobufspace:1734852608vfs.maxmallocbufspace:86745907vfs.bufmallocspace:0vfs.maxbufspace:1735573504vfs.unmapped_bufspace:9109504vfs.bufspace:43679744vfs.runningbufspace:0vfs.vmiodirenable:1vfs.acl_nfs4_old_semantics:0vfs.pfs.vncache.misses:0vfs.pfs.vncache.hits:0vfs.pfs.vncache.maxentries:0vfs.pfs.vncache.entries:0vfs.pfs.trace:0vfs.nfsd.fha.fhe_stats:Nofilehandleentries.vfs.nfsd.fha.max_reqs_per_nfsd:0vfs.nfsd.fha.max_nfsds_per_fh:8vfs.nfsd.fha.bin_shift:22vfs.nfsd.fha.enable:1vfs.nfsd.request_space_throttle_count:0vfs.nfsd.request_space_throttled:0vfs.nfsd.request_space_low:31457280vfs.nfsd.request_space_high:47185920vfs.nfsd.request_space_used_highest:0vfs.nfsd.request_space_used:0vfs.nfsd.groups:1vfs.nfsd.threads:0vfs.nfsd.maxthreads:1vfs.nfsd.minthreads:1vfs.nfsd.cachetcp:1vfs.nfsd.tcpcachetimeo:43200vfs.nfsd.udphighwater:500vfs.nfsd.tcphighwater:0vfs.nfsd.enable_stringtouid:0vfs.nfsd.debuglevel:0vfs.nfsd.enable_locallocks:0vfs.nfsd.issue_delegations:0vfs.nfsd.commit_miss:0vfs.nfsd.commit_blks:0vfs.nfsd.mirrormnt:1vfs.nfsd.async:0vfs.nfsd.server_max_nfsvers:4vfs.nfsd.server_min_nfsvers:2vfs.nfsd.nfs_privport:0vfs.nfsd.v4statelimit:500000vfs.nfsd.sessionhashsize:20vfs.nfsd.fhhashsize:20vfs.nfsd.clienthashsize:20vfs.nfsd.statehashsize:10vfs.nfsd.enable_nogroupcheck:1vfs.nfsd.enable_nobodycheck:1vfs.nfsd.disable_checkutf8:0net.local.stream.recvspace:8192net.local.stream.sendspace:8192net.local.dgram.recvspace:4096net.local.dgram.maxdgram:2048net.local.seqpacket.recvspace:8192net.local.seqpacket.maxseqpacket:8192net.local.taskcount:0net.local.recycled:0net.local.deferred:0net.local.inflight:0net.inet.ip.portrange.randomtime:45net.inet.ip.portrange.randomcps:10net.inet.ip.portrange.randomized:1net.inet.ip.portrange.reservedlow:0net.inet.ip.portrange.reservedhigh:1023

47 / 178

Page 48: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.inet.ip.portrange.hilast:65535net.inet.ip.portrange.hifirst:49152net.inet.ip.portrange.last:65535net.inet.ip.portrange.first:10000net.inet.ip.portrange.lowlast:600net.inet.ip.portrange.lowfirst:1023net.inet.ip.forwarding:0net.inet.ip.redirect:1net.inet.ip.ttl:64net.inet.ip.rtexpire:3600net.inet.ip.rtminexpire:10net.inet.ip.rtmaxcache:128net.inet.ip.sourceroute:0net.inet.ip.intr_queue_maxlen:256net.inet.ip.intr_queue_drops:0net.inet.ip.accept_sourceroute:0net.inet.ip.keepfaith:0net.inet.ip.gifttl:30net.inet.ip.process_options:1net.inet.ip.maxfragpackets:255152net.inet.ip.maxfragsperpacket:16net.inet.ip.fragpackets:0net.inet.ip.check_interface:0net.inet.ip.random_id:0net.inet.ip.sendsourcequench:0net.inet.ip.fastforwarding:0net.inet.ip.mcast.loop:1net.inet.ip.mcast.maxsocksrc:128net.inet.ip.mcast.maxgrpsrc:512net.inet.ip.random_id_total:0net.inet.ip.random_id_collisions:0net.inet.ip.random_id_period:8192net.inet.ip.no_same_prefix:0net.inet.icmp.maskrepl:0net.inet.icmp.icmplim:200net.inet.icmp.drop_redirect:0net.inet.icmp.tstamprepl:1net.inet.icmp.bmcastecho:0net.inet.icmp.quotelen:8net.inet.icmp.reply_from_interface:0net.inet.icmp.reply_src:net.inet.icmp.log_redirect:0net.inet.icmp.maskfake:0net.inet.icmp.icmplim_output:1net.inet.igmp.gsrdelay:10net.inet.igmp.default_version:3net.inet.igmp.legacysupp:0net.inet.igmp.v2enable:1net.inet.igmp.v1enable:1net.inet.igmp.sendlocal:1net.inet.igmp.sendra:1net.inet.igmp.recvifkludge:1net.inet.tcp.rfc1323:1net.inet.tcp.mssdflt:536net.inet.tcp.keepidle:7200000net.inet.tcp.keepintvl:75000net.inet.tcp.sendspace:32768net.inet.tcp.recvspace:65536net.inet.tcp.keepinit:75000net.inet.tcp.delacktime:100net.inet.tcp.v6mssdflt:1220net.inet.tcp.nolocaltimewait:0net.inet.tcp.maxtcptw:27767net.inet.tcp.per_cpu_timers:0net.inet.tcp.v6pmtud_blackhole_mss:1220net.inet.tcp.pmtud_blackhole_mss:1200net.inet.tcp.pmtud_blackhole_failed:0net.inet.tcp.pmtud_blackhole_activated_min_mss:0net.inet.tcp.pmtud_blackhole_activated:0net.inet.tcp.pmtud_blackhole_detection:0net.inet.tcp.rexmit_drop_options:0net.inet.tcp.keepcnt:8net.inet.tcp.finwait2_timeout:60000net.inet.tcp.fast_finwait2_recycle:0net.inet.tcp.always_keepalive:1net.inet.tcp.rexmit_slop:200net.inet.tcp.rexmit_min:30net.inet.tcp.msl:30000net.inet.tcp.syncache.rst_on_sock_fail:1net.inet.tcp.syncache.rexmtlimit:3net.inet.tcp.syncache.hashsize:512net.inet.tcp.syncache.count:0net.inet.tcp.syncache.cachelimit:15375net.inet.tcp.syncache.bucketlimit:30net.inet.tcp.syncookies_only:0net.inet.tcp.syncookies:1net.inet.tcp.soreceive_stream:0net.inet.tcp.isn_reseed_interval:0net.inet.tcp.icmp_may_rst:1net.inet.tcp.pcbcount:3net.inet.tcp.do_tcpdrain:1net.inet.tcp.tcbhashsize:1048576net.inet.tcp.log_debug:0net.inet.tcp.minmss:216net.inet.tcp.sack.globalholes:0net.inet.tcp.sack.globalmaxholes:65536net.inet.tcp.sack.maxholes:128net.inet.tcp.sack.enable:1net.inet.tcp.reass.overflows:0net.inet.tcp.reass.cursegments:0net.inet.tcp.reass.maxsegments:510400net.inet.tcp.sendbuf_max:2097152net.inet.tcp.sendbuf_inc:8192net.inet.tcp.sendbuf_auto:1net.inet.tcp.tso:1net.inet.tcp.path_mtu_discovery:1net.inet.tcp.recvbuf_max:2097152net.inet.tcp.recvbuf_inc:16384net.inet.tcp.recvbuf_auto:1net.inet.tcp.insecure_rst:0

48 / 178

Page 49: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.inet.tcp.ecn.maxretries:1net.inet.tcp.ecn.enable:0net.inet.tcp.abc_l_var:2net.inet.tcp.rfc3465:1net.inet.tcp.experimental.initcwnd10:1net.inet.tcp.rfc3390:1net.inet.tcp.rfc3042:1net.inet.tcp.drop_synfin:0net.inet.tcp.delayed_ack:1net.inet.tcp.blackhole:0net.inet.tcp.log_in_vain:0net.inet.tcp.hostcache.purge:0net.inet.tcp.hostcache.prune:300net.inet.tcp.hostcache.expire:3600net.inet.tcp.hostcache.count:0net.inet.tcp.hostcache.bucketlimit:30net.inet.tcp.hostcache.hashsize:512net.inet.tcp.hostcache.cachelimit:15360net.inet.tcp.cc.available:newrenonet.inet.tcp.cc.algorithm:newrenonet.inet.udp.checksum:1net.inet.udp.maxdgram:9216net.inet.udp.recvspace:42080net.inet.udp.blackhole:0net.inet.udp.log_in_vain:0net.inet.sctp.diag_info_code:0net.inet.sctp.blackhole:0net.inet.sctp.use_dcccecn:1net.inet.sctp.rttvar_steady_step:20net.inet.sctp.rttvar_eqret:0net.inet.sctp.rttvar_rtt:5net.inet.sctp.rttvar_bw:4net.inet.sctp.initial_cwnd:3net.inet.sctp.buffer_splitting:0net.inet.sctp.vtag_time_wait:60net.inet.sctp.nat_friendly_init:0net.inet.sctp.enable_sack_immediately:0net.inet.sctp.udp_tunneling_port:0net.inet.sctp.mobility_fasthandoff:0net.inet.sctp.mobility_base:0net.inet.sctp.default_frag_interleave:1net.inet.sctp.default_ss_module:0net.inet.sctp.default_cc_module:0net.inet.sctp.log_level:0net.inet.sctp.max_retran_chunk:30net.inet.sctp.min_residual:1452net.inet.sctp.strict_data_order:0net.inet.sctp.abort_at_limit:0net.inet.sctp.hb_max_burst:4net.inet.sctp.do_sctp_drain:1net.inet.sctp.max_chained_mbufs:5net.inet.sctp.abc_l_var:2net.inet.sctp.nat_friendly:1net.inet.sctp.cwnd_maxburst:1net.inet.sctp.cmt_use_dac:0net.inet.sctp.cmt_on_off:0net.inet.sctp.outgoing_streams:10net.inet.sctp.incoming_streams:2048net.inet.sctp.add_more_on_output:1452net.inet.sctp.path_pf_threshold:65535net.inet.sctp.path_rtx_max:5net.inet.sctp.assoc_rtx_max:10net.inet.sctp.init_rtx_max:8net.inet.sctp.valid_cookie_life:60000net.inet.sctp.init_rto_max:60000net.inet.sctp.rto_initial:3000net.inet.sctp.rto_min:1000net.inet.sctp.rto_max:60000net.inet.sctp.secret_lifetime:3600net.inet.sctp.shutdown_guard_time:180net.inet.sctp.pmtu_raise_time:600net.inet.sctp.heartbeat_interval:30000net.inet.sctp.asoc_resource:10net.inet.sctp.sys_resource:1000net.inet.sctp.sack_freq:2net.inet.sctp.delayed_sack_time:200net.inet.sctp.chunkscale:10net.inet.sctp.min_split_point:2904net.inet.sctp.pcbhashsize:256net.inet.sctp.tcbhashsize:1024net.inet.sctp.maxchunks:1020609net.inet.sctp.fr_maxburst:4net.inet.sctp.maxburst:4net.inet.sctp.peer_chkoh:256net.inet.sctp.strict_sacks:1net.inet.sctp.pktdrop_enable:0net.inet.sctp.nr_sack_on_off:0net.inet.sctp.reconfig_enable:1net.inet.sctp.asconf_enable:1net.inet.sctp.auth_disable:0net.inet.sctp.pr_enable:1net.inet.sctp.ecn_enable:1net.inet.sctp.auto_asconf:1net.inet.sctp.recvspace:1864135net.inet.sctp.sendspace:1864135net.inet.raw.recvspace:9216net.inet.raw.maxdgram:9216net.inet.accf.unloadable:0net.link.generic.system.ifcount:5net.link.ether.inet.max_log_per_second:1net.link.ether.inet.allow_multicast:0net.link.ether.inet.log_arp_permanent_modify:1net.link.ether.inet.log_arp_movements:1net.link.ether.inet.log_arp_wrong_iface:1net.link.ether.inet.maxhold:1net.link.ether.inet.wait:20net.link.ether.inet.proxyall:0net.link.ether.inet.useloopback:1net.link.ether.inet.maxtries:5net.link.ether.inet.max_age:1200

49 / 178

Page 50: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.link.vlan.soft_pad:0net.link.gif.parallel_tunnels:0net.link.gif.max_nesting:1net.link.tun.devfs_cloning:1net.link.log_link_state_change:1net.link.ifqmaxlen:50net.inet6.ip6.forwarding:0net.inet6.ip6.redirect:1net.inet6.ip6.hlim:64net.inet6.ip6.maxfragpackets:2041218net.inet6.ip6.accept_rtadv:0net.inet6.ip6.keepfaith:0net.inet6.ip6.log_interval:5net.inet6.ip6.hdrnestlimit:15net.inet6.ip6.dad_count:1net.inet6.ip6.auto_flowlabel:1net.inet6.ip6.defmcasthlim:1net.inet6.ip6.gifhlim:30net.inet6.ip6.kame_version:FreeBSDnet.inet6.ip6.use_deprecated:1net.inet6.ip6.rr_prune:5net.inet6.ip6.v6only:1net.inet6.ip6.rtmaxcache:128net.inet6.ip6.use_tempaddr:0net.inet6.ip6.temppltime:86400net.inet6.ip6.tempvltime:604800net.inet6.ip6.auto_linklocal:1net.inet6.ip6.prefer_tempaddr:0net.inet6.ip6.use_defaultzone:0net.inet6.ip6.maxfrags:2041218net.inet6.ip6.mcast_pmtu:0net.inet6.ip6.no_radr:0net.inet6.ip6.norbit_raif:0net.inet6.ip6.rfc6204w3:0net.inet6.ip6.deembed_scopeid:1net.inet6.ip6.dad_enhanced:1net.inet6.ip6.mcast.loop:1net.inet6.ip6.mcast.maxsocksrc:128net.inet6.ip6.mcast.maxgrpsrc:512net.inet6.icmp6.rediraccept:1net.inet6.icmp6.redirtimeout:600net.inet6.icmp6.nd6_prune:1net.inet6.icmp6.nd6_delay:5net.inet6.icmp6.nd6_umaxtries:3net.inet6.icmp6.nd6_mmaxtries:3net.inet6.icmp6.nd6_useloopback:1net.inet6.icmp6.nodeinfo:3net.inet6.icmp6.errppslimit:100net.inet6.icmp6.nd6_maxnudhint:0net.inet6.icmp6.nd6_debug:0net.inet6.icmp6.nd6_maxqueuelen:1net.inet6.icmp6.nodeinfo_oldmcprefix:1net.inet6.icmp6.nd6_onlink_ns_rfc4861:0net.inet6.icmp6.nd6_gctimer:86400net.inet6.mld.use_allow:1net.inet6.mld.v1enable:1net.inet6.mld.gsrdelay:10net.wlan.mesh.maxholding:2net.wlan.mesh.maxretries:2net.wlan.mesh.backofftimeout:5000net.wlan.mesh.confirmtimeout:40net.wlan.mesh.holdingtimeout:40net.wlan.mesh.retrytimeout:40net.wlan.mesh.gateint:10000net.wlan.hwmp.inact:5000net.wlan.hwmp.rootconfint:2000net.wlan.hwmp.rannint:1000net.wlan.hwmp.rootint:2000net.wlan.hwmp.roottimeout:5000net.wlan.hwmp.net_diameter_traversal_time:512net.wlan.hwmp.maxpreq_retries:3net.wlan.hwmp.pathlifetime:5000net.wlan.hwmp.targetonly:0net.wlan.addba_maxtries:3net.wlan.addba_backoff:10000net.wlan.addba_timeout:250net.wlan.recv_bar:1net.wlan.ampdu_age:500net.wlan.debug:0net.wlan.cac_timeout:60net.wlan.nol_timeout:1800net.route.netisr_maxqlen:256net.my_fibnum:0net.add_addr_allfibs:1net.fibs:1net.raw.recvspace:8192net.raw.sendspace:8192net.isr.numthreads:1net.isr.maxprot:16net.isr.defaultqlimit:256net.isr.maxqlimit:10240net.isr.bindthreads:0net.isr.maxthreads:1net.isr.dispatch:directnet.ifdescr_maxlen:1024net.bpf.maxbufsize:524288net.bpf.bufsize:4096net.bpf.optimize_writers:0net.bpf.zerocopy_enable:0net.bpf.maxinsns:512debug.minidump:1debug.hwpstate_verbose:0debug.x86bios.int:0debug.x86bios.call:0debug.fdc.settle:0debug.fdc.spec2:16debug.fdc.spec1:175debug.fdc.retries:10debug.fdc.debugflags:0debug.fdc.fifo:8

50 / 178

Page 51: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

debug.vesa.shadow_rom:0debug.psm.pkterrthresh:2debug.psm.usecs:500000debug.psm.secs:0debug.psm.errusecs:0debug.psm.errsecs:2debug.psm.hz:20debug.psm.loglevel:0debug.dircheck:0debug.dobkgrdwrite:1debug.bigcgs:0debug.softdep.print_threads:0debug.softdep.emptyjblocks:0debug.softdep.flushcache:0debug.softdep.cleanup_failures:0debug.softdep.cleanup_retries:0debug.softdep.cleanup_high_delay:0debug.softdep.cleanup_inorequests:0debug.softdep.cleanup_blkrequests:0debug.softdep.jwait_newblk:12debug.softdep.jwait_inode:18debug.softdep.jwait_freeblks:0debug.softdep.jwait_filepage:0debug.softdep.journal_wait:30debug.softdep.journal_min:0debug.softdep.journal_low:0debug.softdep.jnewblk_rollback:0debug.softdep.jaddref_rollback:0debug.softdep.dir_entry:0debug.softdep.direct_blk_ptrs:6debug.softdep.inode_bitmap:2debug.softdep.indir_blk_ptrs:0debug.softdep.sync_limit_hit:0debug.softdep.ino_limit_hit:0debug.softdep.blk_limit_hit:0debug.softdep.ino_limit_push:0debug.softdep.blk_limit_push:0debug.softdep.worklist_push:0debug.softdep.flush_threads:1debug.softdep.tickdelay:2debug.softdep.max_softdeps:9005204debug.softdep.write.jfsync:0debug.softdep.write.jtrunc:0debug.softdep.write.sbdep:4debug.softdep.write.jsegdep:10debug.softdep.write.jseg:34debug.softdep.write.jfreefrag:0debug.softdep.write.jfreeblk:0debug.softdep.write.jnewblk:0debug.softdep.write.jmvref:0debug.softdep.write.jremref:0debug.softdep.write.jaddref:0debug.softdep.write.freedep:0debug.softdep.write.freework:0debug.softdep.write.newdirblk:0debug.softdep.write.dirrem:0debug.softdep.write.mkdir:0debug.softdep.write.diradd:0debug.softdep.write.freefile:0debug.softdep.write.freeblks:51debug.softdep.write.freefrag:0debug.softdep.write.allocindir:0debug.softdep.write.indirdep:0debug.softdep.write.allocdirect:38debug.softdep.write.newblk:0debug.softdep.write.bmsafemap:30debug.softdep.write.inodedep:186debug.softdep.write.pagedep:19debug.softdep.current.jfsync:0debug.softdep.current.jtrunc:0debug.softdep.current.sbdep:0debug.softdep.current.jsegdep:53debug.softdep.current.jseg:34debug.softdep.current.jfreefrag:0debug.softdep.current.jfreeblk:0debug.softdep.current.jnewblk:0debug.softdep.current.jmvref:0debug.softdep.current.jremref:0debug.softdep.current.jaddref:0debug.softdep.current.freedep:0debug.softdep.current.freework:9debug.softdep.current.newdirblk:4debug.softdep.current.dirrem:16debug.softdep.current.mkdir:4debug.softdep.current.diradd:6debug.softdep.current.freefile:10debug.softdep.current.freeblks:9debug.softdep.current.freefrag:1debug.softdep.current.allocindir:0debug.softdep.current.indirdep:0debug.softdep.current.allocdirect:17debug.softdep.current.newblk:0debug.softdep.current.bmsafemap:4debug.softdep.current.inodedep:44debug.softdep.current.pagedep:12debug.softdep.highuse.jfsync:0debug.softdep.highuse.jtrunc:0debug.softdep.highuse.sbdep:1debug.softdep.highuse.jsegdep:82debug.softdep.highuse.jseg:34debug.softdep.highuse.jfreefrag:1debug.softdep.highuse.jfreeblk:0debug.softdep.highuse.jnewblk:9debug.softdep.highuse.jmvref:0debug.softdep.highuse.jremref:19debug.softdep.highuse.jaddref:17debug.softdep.highuse.freedep:0debug.softdep.highuse.freework:20debug.softdep.highuse.newdirblk:4debug.softdep.highuse.dirrem:29

51 / 178

Page 52: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

debug.softdep.highuse.mkdir:8debug.softdep.highuse.diradd:23debug.softdep.highuse.freefile:10debug.softdep.highuse.freeblks:20debug.softdep.highuse.freefrag:1debug.softdep.highuse.allocindir:0debug.softdep.highuse.indirdep:0debug.softdep.highuse.allocdirect:21debug.softdep.highuse.newblk:1debug.softdep.highuse.bmsafemap:5debug.softdep.highuse.inodedep:57debug.softdep.highuse.pagedep:13debug.softdep.total.jfsync:0debug.softdep.total.jtrunc:0debug.softdep.total.sbdep:4debug.softdep.total.jsegdep:219debug.softdep.total.jseg:34debug.softdep.total.jfreefrag:3debug.softdep.total.jfreeblk:0debug.softdep.total.jnewblk:59debug.softdep.total.jmvref:0debug.softdep.total.jremref:83debug.softdep.total.jaddref:74debug.softdep.total.freedep:0debug.softdep.total.freework:58debug.softdep.total.newdirblk:6debug.softdep.total.dirrem:71debug.softdep.total.mkdir:12debug.softdep.total.diradd:62debug.softdep.total.freefile:49debug.softdep.total.freeblks:58debug.softdep.total.freefrag:3debug.softdep.total.allocindir:0debug.softdep.total.indirdep:0debug.softdep.total.allocdirect:59debug.softdep.total.newblk:59debug.softdep.total.bmsafemap:73debug.softdep.total.inodedep:138debug.softdep.total.pagedep:33debug.collectsnapstats:0debug.snapdebug:0debug.dopersistence:0debug.fsckcmds:0debug.nlm_debug:0debug.if_tun_debug:0debug.vn_io_faults:128debug.vn_io_fault_enable:1debug.vnlru_nowhere:0debug.rush_requests:0debug.disablefullpath:0debug.disablecwd:0debug.vfscache:1debug.numcachehv:50debug.numcache:492debug.numneg:30debug.nchash:4194303debug.devfs_iosize_max_clamp:1debug.iosize_max_clamp:1debug.rman_debug:0debug.kdb.alt_break_to_debugger:0debug.kdb.break_to_debugger:0debug.kdb.trap_code:0debug.kdb.trap:0debug.kdb.panic:0debug.kdb.enter:0debug.kdb.current:debug.kdb.available:debug.clocktime:0debug.umtx.umtx_pi_allocated:0debug.sx.loops:10000debug.sx.retries:10debug.ncores:5debug.trace_on_panic:1debug.debugger_on_panic:1debug.rwlock.loops:10000debug.rwlock.retry:10debug.stop_all_proc:0debug.osd:0debug.adaptive_machine_arch:1debug.sizeof.namecache:72debug.sizeof.devstat:288debug.sizeof.kinfo_proc:1088debug.sizeof.buf:600debug.sizeof.bio:248debug.sizeof.proc:1256debug.sizeof.vnode:472debug.sizeof.g_bioq:56debug.sizeof.g_consumer:96debug.sizeof.g_provider:136debug.sizeof.g_geom:176debug.sizeof.g_class:176debug.sizeof.cdev_priv:376debug.sizeof.cdev:288debug.fail_point.nlm_deny_grant:offdebug.fail_point.buf_pressure:offdebug.fail_point.sysctl_running:offdebug.cpufreq.verbose:0debug.cpufreq.lowest:0debug.bootverbose:0debug.boothowto:0debug.elf32_legacy_coredump:0debug.elf64_legacy_coredump:0debug.wpi:0debug.mddebug:0debug.iwi:0debug.ipw:0debug.acpi.resume_beep:0debug.acpi.batt.batt_sleep_ms:0debug.acpi.ec.timeout:750debug.acpi.ec.polled:0

52 / 178

Page 53: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

debug.acpi.ec.burst:0debug.acpi.cpu_unordered:0debug.acpi.suspend_bounce:0debug.acpi.reset_clock:1debug.acpi.default_register_width:1debug.acpi.interpreter_slack:1debug.acpi.enable_debug_objects:0debug.acpi.acpi_ca_version:20150515debug.acpi.max_threads:3debug.acpi.max_tasks:256hw.machine:amd64hw.model:Intel(R)Xeon(R)[email protected]:20hw.byteorder:1234hw.physmem:137326317568hw.usermem:136692846592hw.pagesize:4096hw.floatingpoint:1hw.machine_arch:amd64hw.realmem:137438953472hw.acpi.cpu.cx_lowest:C1hw.acpi.reset_video:0hw.acpi.handle_reboot:1hw.acpi.disable_on_reboot:0hw.acpi.verbose:0hw.acpi.s4bios:0hw.acpi.sleep_delay:1hw.acpi.suspend_state:NONEhw.acpi.standby_state:NONEhw.acpi.lid_switch_state:NONEhw.acpi.sleep_button_state:S4hw.acpi.power_button_state:S5hw.acpi.supported_sleep_state:S4S5hw.mca.cmc_throttle:60hw.mca.force_scan:0hw.mca.interval:3600hw.mca.count:0hw.mca.erratum383:0hw.mca.intel6h_HSD131:0hw.mca.amd10h_L1TP:1hw.mca.enabled:1hw.apic.enable_extint:0hw.hv_vendor:hw.clockrate:2600hw.busdma.zone0.alignment:4096hw.busdma.zone0.lowaddr:0xffffffffhw.busdma.zone0.total_deferred:0hw.busdma.zone0.total_bounced:0hw.busdma.zone0.active_bpages:0hw.busdma.zone0.reserved_bpages:0hw.busdma.zone0.free_bpages:8213hw.busdma.zone0.total_bpages:8213hw.busdma.total_bpages:8213hw.dmar.match_verbose:0hw.dmar.tbl_pagecnt:0hw.kbd.keymap_restrict_change:0hw.bxe.udp_rss:0hw.bxe.autogreeen:0hw.bxe.mrrs:-1hw.bxe.max_aggregation_size:32768hw.bxe.rx_budget:-1hw.bxe.hc_tx_ticks:50hw.bxe.hc_rx_ticks:25hw.bxe.max_rx_bufs:4080hw.bxe.queue_count:4hw.bxe.interrupt_mode:2hw.bxe.debug:0hw.psm.tap_timeout:125000hw.psm.tap_threshold:25hw.psm.tap_enabled:-1hw.via_feature_xcrypt:0hw.via_feature_rng:0hw.instruction_sse:1hw.bus.devctl_queue:1000hw.bus.devctl_disable:0hw.pagesizes:409620971520hw.availpages:33526933hw.intr_storm_threshold:1000hw.xe.debug:0hw.wi.debug:0hw.wi.txerate:0hw.watchdog.wd_last_u_secs:0hw.watchdog.wd_last_u:0hw.usb.ums.debug:0hw.usb.ukbd.pollrate:0hw.usb.ukbd.no_leds:0hw.usb.ukbd.debug:0hw.usb.full_ddesc:0hw.usb.no_cs_fail:0hw.usb.proc.debug:0hw.usb.disable_port_power:0hw.usb.disable_enumeration:0hw.usb.power_timeout:30hw.usb.uhub.debug:0hw.usb.ugen.debug:0hw.usb.usb_lang_mask:255hw.usb.usb_lang_id:9hw.usb.template:0hw.usb.dev.debug:0hw.usb.timings.extra_power_up_time:20hw.usb.timings.resume_recovery:50hw.usb.timings.resume_wait:50hw.usb.timings.resume_delay:250hw.usb.timings.set_address_settle:10hw.usb.timings.port_resume_delay:40hw.usb.timings.port_powerup_delay:300hw.usb.timings.port_reset_recovery:250hw.usb.timings.port_root_reset_delay:250hw.usb.timings.port_reset_delay:50hw.usb.debug:0

53 / 178

Page 54: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

hw.usb.umass.throttle:0hw.usb.umass.debug:0hw.usb.no_shutdown_wait:0hw.usb.no_suspend_wait:0hw.usb.no_boot_wait:0hw.usb.ctrl.debug:0hw.usb.xhci.dma32:0hw.usb.xhci.use_polling:0hw.usb.xhci.xhci_port_route:0hw.usb.xhci.debug:0hw.usb.xhci.streams:0hw.usb.uhci.loop:0hw.usb.uhci.debug:0hw.usb.ohci.debug:0hw.usb.ehci.lostintrbug:0hw.usb.ehci.iaadbug:0hw.usb.ehci.no_hs:0hw.usb.ehci.debug:0hw.broken_txfifo:0hw.syscons.sc_no_suspend_vtswitch:0hw.syscons.kbd_debug:1hw.syscons.kbd_reboot:1hw.syscons.bell:1hw.syscons.saver.keybonly:1hw.midi.seq.debug:0hw.midi.instroff:0hw.midi.dumpraw:0hw.midi.debug:0hw.midi.stat.verbose:0hw.snd.maxautovchans:16hw.snd.default_unit:-1hw.snd.version:2009061500/amd64hw.snd.default_auto:-1hw.snd.verbose:0hw.snd.vpc_mixer_bypass:1hw.snd.feeder_rate_quality:1hw.snd.feeder_rate_round:25hw.snd.feeder_rate_max:2016000hw.snd.feeder_rate_min:1hw.snd.feeder_rate_polyphase_max:183040hw.snd.feeder_rate_presets:100:8:0.85100:36:0.92100:164:0.97hw.snd.feeder_eq_exact_rate:0hw.snd.feeder_eq_presets:PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000hw.snd.basename_clone:1hw.snd.compat_linux_mmap:0hw.snd.vpc_reset:0hw.snd.vpc_0db:45hw.snd.vpc_autoreset:1hw.snd.latency_profile:1hw.snd.latency:5hw.snd.report_soft_matrix:1hw.snd.report_soft_formats:1hw.sdhci.enable_msi:1hw.sdhci.debug:0hw.pci.host_mem_start:2147483648hw.pci.mcfg:1hw.pci.default_vgapci_unit:0hw.pci.clear_pcib:0hw.pci.enable_ari:1hw.pci.clear_buses:0hw.pci.clear_bars:0hw.pci.usb_early_takeover:1hw.pci.honor_msi_blacklist:1hw.pci.enable_msix:1hw.pci.enable_msi:1hw.pci.do_power_suspend:1hw.pci.do_power_resume:1hw.pci.do_power_nodriver:0hw.pci.realloc_bars:0hw.pci.enable_io_modes:1hw.pcic.pd6722_vsense:1hw.pcic.intr_mask:57016hw.cbb.debug:0hw.cbb.start_32_io:4096hw.cbb.start_16_io:256hw.cbb.start_memory:2281701376hw.pccard.cis_debug:0hw.pccard.debug:0hw.mwl.rxdmalow:3hw.mwl.rxquota:640hw.mwl.txcoalesce:8hw.mwl.txbuf:256hw.mwl.rxbuf:640hw.mwl.rxdesc:256hw.mmc.debug:0hw.mfi.mrsas_enable:1hw.mfi.msi:1hw.mfi.cmd_timeout:30hw.mfi.polled_cmd_timeout:60hw.mfi.detect_jbod_change:1hw.mfi.max_cmds:128hw.mfi.event_class:0hw.mfi.event_locale:65535hw.malo.pci.msi_disable:0hw.malo.txbuf:256hw.malo.rxquota:256hw.malo.rxbuf:256hw.malo.txcoalesce:8hw.ixlv.tx_itr:122hw.ixlv.rx_itr:62hw.ixlv.dynamic_tx_itr:0hw.ixlv.dynamic_rx_itr:0hw.ixlv.txbr_size:16777216hw.ixlv.max_queues:0hw.ixlv.ring_size:1024hw.ixl.tx_itr:122hw.ixl.rx_itr:62hw.ixl.dynamic_tx_itr:0hw.ixl.dynamic_rx_itr:0hw.ixl.max_queues:0

54 / 178

Page 55: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

hw.ixl.ring_size:1024hw.ixl.enable_msix:1hw.ix.rxd:2048hw.ix.txd:2048hw.ix.num_queues:0hw.ix.enable_msix:1hw.ix.tx_process_limit:256hw.ix.rx_process_limit:256hw.ix.max_interrupt_rate:31250hw.ix.enable_aim:1hw.igb.rx_process_limit:100hw.igb.num_queues:0hw.igb.header_split:0hw.igb.buf_ring_size:4096hw.igb.max_interrupt_rate:8000hw.igb.enable_msix:1hw.igb.enable_aim:1hw.igb.txd:1024hw.igb.rxd:1024hw.em.eee_setting:1hw.em.rx_process_limit:100hw.em.enable_msix:1hw.em.sbp:0hw.em.smart_pwr_down:0hw.em.txd:1024hw.em.rxd:1024hw.em.rx_abs_int_delay:66hw.em.tx_abs_int_delay:66hw.em.rx_int_delay:0hw.em.tx_int_delay:66hw.cs.recv_delay:570hw.cs.ignore_checksum_failure:0hw.cardbus.cis_debug:0hw.cardbus.debug:0hw.bge.allow_asf:1hw.bce.rx_ticks:18hw.bce.rx_ticks_int:18hw.bce.rx_quick_cons_trip:6hw.bce.rx_quick_cons_trip_int:6hw.bce.tx_ticks:80hw.bce.tx_ticks_int:80hw.bce.tx_quick_cons_trip:20hw.bce.tx_quick_cons_trip_int:20hw.bce.strict_rx_mtu:0hw.bce.hdr_split:1hw.bce.tx_pages:2hw.bce.rx_pages:2hw.bce.msi_enable:1hw.bce.tso_enable:1hw.bce.verbose:1hw.ath.bstuck:4hw.ath.txbuf_mgmt:32hw.ath.txbuf:512hw.ath.rxbuf:512hw.ath.anical:100hw.ath.resetcal:1200hw.ath.shortcal:100hw.ath.longcal:30hw.ata.ata_dma_check_80pin:1hw.an.an_cache_iponly:1hw.an.an_cache_mcastonly:0hw.an.an_cache_mode:dbmhw.an.an_dump:offhw.amr.force_sg32:0hw.aac.enable_msi:1machdep.tsc_freq:2600055432machdep.disable_tsc_calibration:0machdep.disable_tsc:0machdep.i8254_freq:1193182machdep.acpi_root:984368machdep.uprintf_signal:0machdep.prot_fault_translation:0machdep.panic_on_nmi:1machdep.kdb_on_nmi:1machdep.max_ldt_segment:1024machdep.nkpt:22machdep.smap:SMAPtype=01,xattr=01,base=0000000000000000,len=000000000009d800SMAPtype=02,xattr=01,base=000000000009d800,len=0000000000002800SMAPtype=02,xattr=01,base=00000000000e0000,len=0000000000020000SMAPtype=01,xattr=01,base=0000000000100000,len=000000007a9b1000SMAPtype=02,xattr=01,base=000000007aab1000,len=00000000005c8000SMAPtype=03,xattr=01,base=000000007b079000,len=000000000002a000SMAPtype=04,xattr=01,base=000000007b0a3000,len=0000000000553000SMAPtype=02,xattr=01,base=000000007b5f6000,len=0000000000767000SMAPtype=01,xattr=01,base=000000007bd5d000,len=0000000000001000SMAPtype=02,xattr=01,base=000000007bd5e000,len=0000000000086000SMAPtype=01,xattr=01,base=000000007bde4000,len=000000000021c000SMAPtype=01,xattr=01,base=0000000100000000,len=0000001f80000000SMAPtype=02,xattr=01,base=0000000080000000,len=0000000010000000SMAPtype=02,xattr=01,base=00000000fed1c000,len=0000000000004000SMAPtype=02,xattr=01,base=00000000ff000000,len=0000000001000000machdep.bootmethod:BIOSmachdep.idle:acpimachdep.idle_available:spin,mwait,hlt,acpimachdep.idle_mwait:1machdep.disable_mtrrs:0machdep.disable_rtc_set:0machdep.wall_cmos_clock:1machdep.adjkerntz:-32400machdep.rtc_save_period:1800machdep.enable_panic_key:0machdep.acpi_timer_freq:3579545user.cs_path:/usr/bin:/bin:/usr/sbin:/sbinuser.bc_base_max:99user.bc_dim_max:2048user.bc_scale_max:99user.bc_string_max:1000user.coll_weights_max:0user.expr_nest_max:32

55 / 178

Page 56: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

user.line_max:2048user.re_dup_max:255user.posix2_version:199212user.posix2_c_bind:0user.posix2_c_dev:0user.posix2_char_term:0user.posix2_fort_dev:0user.posix2_fort_run:0user.posix2_localedef:0user.posix2_sw_dev:0user.posix2_upe:0user.stream_max:20user.tzname_max:255p1003_1b.asynchronous_io:0p1003_1b.mapped_files:200112p1003_1b.memlock:0p1003_1b.memlock_range:0p1003_1b.memory_protection:0p1003_1b.message_passing:0p1003_1b.prioritized_io:0p1003_1b.priority_scheduling:200112p1003_1b.realtime_signals:200112p1003_1b.semaphores:0p1003_1b.fsync:200112p1003_1b.shared_memory_objects:200112p1003_1b.synchronized_io:0p1003_1b.timers:200112p1003_1b.aio_listio_max:-1p1003_1b.aio_max:-1p1003_1b.aio_prio_delta_max:-1p1003_1b.delaytimer_max:2147483647p1003_1b.mq_open_max:0p1003_1b.pagesize:4096p1003_1b.rtsig_max:62p1003_1b.sem_nsems_max:0p1003_1b.sem_value_max:0p1003_1b.sigqueue_max:128p1003_1b.timer_max:32hptmv.status:RocketRAID18xxSATAControllerdriverVersionv1.16

dev.ums.0.parseinfo:i1:Z:r0,p40,s8;B1:r0,p0,s1;B2:r0,p1,s1;B3:r0,p2,s1;dev.ums.0.%parent:uhub0dev.ums.0.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x02dev.ums.0.%location:bus=0hubaddr=1port=7devaddr=2interface=1ugen=ugen0.2dev.ums.0.%driver:umsdev.ums.0.%desc:MouseInterfacedev.ums.%parent:dev.umass.0.%parent:uhub0dev.umass.0.%pnpinfo:vendor=0x13feproduct=0x4100devclass=0x00devsubclass=0x00sernum="12090358056E600298331564282"release=0x0100mode=hostintclass=0x08intsubclass=0x06intprotocol=0x50dev.umass.0.%location:bus=0hubaddr=1port=10devaddr=5interface=0ugen=ugen0.5dev.umass.0.%driver:umassdev.umass.0.%desc:UFD2.0Silicon-Power16G,class0/0,rev2.00/1.00,addr4dev.umass.%parent:dev.ukbd.1.%parent:uhub5dev.ukbd.1.%pnpinfo:vendor=0x0853product=0x0100devclass=0x00devsubclass=0x00sernum=""release=0x0102mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.1.%location:bus=0hubaddr=3port=1devaddr=4interface=0ugen=ugen0.4dev.ukbd.1.%driver:ukbddev.ukbd.1.%desc:TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr3dev.ukbd.0.%parent:uhub0dev.ukbd.0.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.0.%location:bus=0hubaddr=1port=7devaddr=2interface=0ugen=ugen0.2dev.ukbd.0.%driver:ukbddev.ukbd.0.%desc:KeyboardInterfacedev.ukbd.%parent:dev.uhub.5.disable_port_power:0dev.uhub.5.disable_enumeration:0dev.uhub.5.%parent:uhub0dev.uhub.5.%pnpinfo:vendor=0x0409product=0x005adevclass=0x09devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.5.%location:bus=0hubaddr=1port=9devaddr=3interface=0ugen=ugen0.3dev.uhub.5.%driver:uhubdev.uhub.5.%desc:vendor0x0409product0x005a,class9/0,rev2.00/1.00,addr2dev.uhub.4.disable_port_power:0dev.uhub.4.disable_enumeration:0dev.uhub.4.%parent:uhub1dev.uhub.4.%pnpinfo:vendor=0x8087product=0x800adevclass=0x09devsubclass=0x00sernum=""release=0x0005mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.4.%location:bus=1hubaddr=1port=1devaddr=2interface=0ugen=ugen1.2dev.uhub.4.%driver:uhubdev.uhub.4.%desc:vendor0x8087product0x800a,class9/0,rev2.00/0.05,addr2dev.uhub.3.disable_port_power:0dev.uhub.3.disable_enumeration:0dev.uhub.3.%parent:uhub2dev.uhub.3.%pnpinfo:vendor=0x8087product=0x8002devclass=0x09devsubclass=0x00sernum=""release=0x0005mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.3.%location:bus=2hubaddr=1port=1devaddr=2interface=0ugen=ugen2.2dev.uhub.3.%driver:uhubdev.uhub.3.%desc:vendor0x8087product0x8002,class9/0,rev2.00/0.05,addr2dev.uhub.2.disable_port_power:0dev.uhub.2.disable_enumeration:0dev.uhub.2.%parent:usbus2dev.uhub.2.%pnpinfo:dev.uhub.2.%location:dev.uhub.2.%driver:uhubdev.uhub.2.%desc:IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1dev.uhub.1.disable_port_power:0dev.uhub.1.disable_enumeration:0dev.uhub.1.%parent:usbus1dev.uhub.1.%pnpinfo:dev.uhub.1.%location:dev.uhub.1.%driver:uhubdev.uhub.1.%desc:IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1dev.uhub.0.disable_port_power:0dev.uhub.0.disable_enumeration:0dev.uhub.0.%parent:usbus0dev.uhub.0.%pnpinfo:dev.uhub.0.%location:dev.uhub.0.%driver:uhubdev.uhub.0.%desc:0x8086XHCIrootHUB,class9/0,rev3.00/1.00,addr1dev.uhub.%parent:dev.est.%parent:dev.vga.0.%parent:isa0

56 / 178

Page 57: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.vga.0.%pnpinfo:dev.vga.0.%location:dev.vga.0.%driver:vgadev.vga.0.%desc:GenericISAVGAdev.vga.%parent:dev.sc.0.%parent:isa0dev.sc.0.%pnpinfo:dev.sc.0.%location:dev.sc.0.%driver:scdev.sc.0.%desc:Systemconsoledev.sc.%parent:dev.orm.0.%parent:isa0dev.orm.0.%pnpinfo:dev.orm.0.%location:dev.orm.0.%driver:ormdev.orm.0.%desc:ISAOptionROMdev.orm.%parent:dev.apic.0.%parent:nexus0dev.apic.0.%pnpinfo:dev.apic.0.%location:dev.apic.0.%driver:apicdev.apic.0.%desc:APICresourcesdev.apic.%parent:dev.uart.1.%parent:acpi0dev.uart.1.%pnpinfo:_HID=PNP0501_UID=1dev.uart.1.%location:handle=\_SB_.PCI0.LPC0.UAR2dev.uart.1.%driver:uartdev.uart.1.%desc:16550orcompatibledev.uart.0.%parent:acpi0dev.uart.0.%pnpinfo:_HID=PNP0501_UID=0dev.uart.0.%location:handle=\_SB_.PCI0.LPC0.UAR1dev.uart.0.%driver:uartdev.uart.0.%desc:16550orcompatibledev.uart.%parent:dev.fpupnp.0.%parent:acpi0dev.fpupnp.0.%pnpinfo:_HID=PNP0C04_UID=0dev.fpupnp.0.%location:handle=\_SB_.PCI0.LPC0.FPU_dev.fpupnp.0.%driver:fpupnpdev.fpupnp.0.%desc:LegacyISAcoprocessorsupportdev.fpupnp.%parent:dev.atdma.0.%parent:acpi0dev.atdma.0.%pnpinfo:_HID=PNP0200_UID=0dev.atdma.0.%location:handle=\_SB_.PCI0.LPC0.DMACdev.atdma.0.%driver:atdmadev.atdma.0.%desc:ATDMAcontrollerdev.atdma.%parent:dev.acpi_button.0.%parent:acpi0dev.acpi_button.0.%pnpinfo:_HID=PNP0C0C_UID=170dev.acpi_button.0.%location:handle=\_SB_.PWRBdev.acpi_button.0.%driver:acpi_buttondev.acpi_button.0.%desc:PowerButtondev.acpi_button.%parent:dev.ahciem.0.%parent:ahci0dev.ahciem.0.%pnpinfo:dev.ahciem.0.%location:dev.ahciem.0.%driver:ahciemdev.ahciem.0.%desc:AHCIenclosuremanagementbridgedev.ahciem.%parent:dev.ahcich.5.%parent:ahci0dev.ahcich.5.%pnpinfo:dev.ahcich.5.%location:channel=5dev.ahcich.5.%driver:ahcichdev.ahcich.5.%desc:AHCIchanneldev.ahcich.4.%parent:ahci0dev.ahcich.4.%pnpinfo:dev.ahcich.4.%location:channel=4dev.ahcich.4.%driver:ahcichdev.ahcich.4.%desc:AHCIchanneldev.ahcich.3.%parent:ahci0dev.ahcich.3.%pnpinfo:dev.ahcich.3.%location:channel=3dev.ahcich.3.%driver:ahcichdev.ahcich.3.%desc:AHCIchanneldev.ahcich.2.%parent:ahci0dev.ahcich.2.%pnpinfo:dev.ahcich.2.%location:channel=2dev.ahcich.2.%driver:ahcichdev.ahcich.2.%desc:AHCIchanneldev.ahcich.1.%parent:ahci0dev.ahcich.1.%pnpinfo:dev.ahcich.1.%location:channel=1dev.ahcich.1.%driver:ahcichdev.ahcich.1.%desc:AHCIchanneldev.ahcich.0.%parent:ahci0dev.ahcich.0.%pnpinfo:dev.ahcich.0.%location:channel=0dev.ahcich.0.%driver:ahcichdev.ahcich.0.%desc:AHCIchanneldev.ahcich.%parent:dev.ahci.0.%parent:pci0dev.ahci.0.%pnpinfo:vendor=0x8086device=0x8d02subvendor=0x1bcfsubdevice=0x8053class=0x010601dev.ahci.0.%location:slot=31function=2handle=\_SB_.PCI0.SAT1dev.ahci.0.%driver:ahcidev.ahci.0.%desc:IntelWellsburgAHCISATAcontrollerdev.ahci.%parent:dev.isa.0.%parent:isab0dev.isa.0.%pnpinfo:dev.isa.0.%location:dev.isa.0.%driver:isadev.isa.0.%desc:ISAbusdev.isa.%parent:dev.isab.0.%parent:pci0dev.isab.0.%pnpinfo:vendor=0x8086device=0x8d44subvendor=0x1bcfsubdevice=0x8053class=0x060100dev.isab.0.%location:slot=31function=0handle=\_SB_.PCI0.LPC0dev.isab.0.%driver:isabdev.isab.0.%desc:PCI-ISAbridgedev.isab.%parent:dev.vgapci.0.%parent:pci125dev.vgapci.0.%pnpinfo:vendor=0x102bdevice=0x0522subvendor=0x1bcfsubdevice=0x8053class=0x030000dev.vgapci.0.%location:slot=0function=0handle=\_SB_.PCI0.RP04.D03D

57 / 178

Page 58: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.vgapci.0.%driver:vgapcidev.vgapci.0.%desc:VGA-compatibledisplaydev.vgapci.%parent:dev.ehci.1.%parent:pci0dev.ehci.1.%pnpinfo:vendor=0x8086device=0x8d26subvendor=0x1bcfsubdevice=0x8053class=0x0c0320dev.ehci.1.%location:slot=29function=0handle=\_SB_.PCI0.EHC1dev.ehci.1.%driver:ehcidev.ehci.1.%desc:EHCI(generic)USB2.0controllerdev.ehci.0.%parent:pci0dev.ehci.0.%pnpinfo:vendor=0x8086device=0x8d2dsubvendor=0x1bcfsubdevice=0x8053class=0x0c0320dev.ehci.0.%location:slot=26function=0handle=\_SB_.PCI0.EHC2dev.ehci.0.%driver:ehcidev.ehci.0.%desc:EHCI(generic)USB2.0controllerdev.ehci.%parent:dev.usbus.2.%parent:ehci1dev.usbus.2.%pnpinfo:dev.usbus.2.%location:dev.usbus.2.%driver:usbusdev.usbus.2.%desc:dev.usbus.1.%parent:ehci0dev.usbus.1.%pnpinfo:dev.usbus.1.%location:dev.usbus.1.%driver:usbusdev.usbus.1.%desc:dev.usbus.0.%parent:xhci0dev.usbus.0.%pnpinfo:dev.usbus.0.%location:dev.usbus.0.%driver:usbusdev.usbus.0.%desc:dev.usbus.%parent:dev.xhci.0.%parent:pci0dev.xhci.0.%pnpinfo:vendor=0x8086device=0x8d31subvendor=0x1bcfsubdevice=0x8053class=0x0c0330dev.xhci.0.%location:slot=20function=0handle=\_SB_.PCI0.XHCIdev.xhci.0.%driver:xhcidev.xhci.0.%desc:XHCI(generic)USB3.0controllerdev.xhci.%parent:dev.ioapic.1.%parent:pci128dev.ioapic.1.%pnpinfo:vendor=0x8086device=0x2f2csubvendor=0x1bcfsubdevice=0x8053class=0x080020dev.ioapic.1.%location:slot=5function=4dev.ioapic.1.%driver:ioapicdev.ioapic.1.%desc:IO(x)APICdev.ioapic.0.%parent:pci0dev.ioapic.0.%pnpinfo:vendor=0x8086device=0x2f2csubvendor=0x1bcfsubdevice=0x8053class=0x080020dev.ioapic.0.%location:slot=5function=4dev.ioapic.0.%driver:ioapicdev.ioapic.0.%desc:IO(x)APICdev.ioapic.%parent:dev.bxe.3.queue.3.mbuf_alloc_tpa:0dev.bxe.3.queue.3.mbuf_alloc_sge:0dev.bxe.3.queue.3.mbuf_alloc_rx:0dev.bxe.3.queue.3.mbuf_alloc_tx:0dev.bxe.3.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.3.mbuf_defrag_failures:0dev.bxe.3.queue.3.mbuf_defrag_attempts:0dev.bxe.3.queue.3.tx_queue_xoff:0dev.bxe.3.queue.3.tx_frames_deferred:0dev.bxe.3.queue.3.tx_chain_lost_mbuf:0dev.bxe.3.queue.3.tx_window_violation_tso:0dev.bxe.3.queue.3.tx_window_violation_std:0dev.bxe.3.queue.3.tx_max_drbr_queue_depth:0dev.bxe.3.queue.3.tx_dma_mapping_failure:0dev.bxe.3.queue.3.tx_hw_max_queue_depth:0dev.bxe.3.queue.3.tx_hw_queue_full:0dev.bxe.3.queue.3.tx_encap_failures:0dev.bxe.3.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.3.tx_ofld_frames_lso:0dev.bxe.3.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.3.tx_soft_errors:0dev.bxe.3.queue.3.tx_pkts:0dev.bxe.3.queue.3.rx_budget_reached:0dev.bxe.3.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.3.rx_hw_csum_errors:0dev.bxe.3.queue.3.rx_soft_errors:0dev.bxe.3.queue.3.rx_jumbo_sge_pkts:0dev.bxe.3.queue.3.rx_tpa_pkts:0dev.bxe.3.queue.3.rx_pkts:0dev.bxe.3.queue.3.rx_calls:0dev.bxe.3.queue.3.tpa_bytes:0dev.bxe.3.queue.3.tpa_aggregated_frames:0dev.bxe.3.queue.3.tpa_aggregations:0dev.bxe.3.queue.3.tx_bcast_packets:0dev.bxe.3.queue.3.tx_mcast_packets:0dev.bxe.3.queue.3.tx_ucast_packets:0dev.bxe.3.queue.3.tx_bytes:0dev.bxe.3.queue.3.rx_discards:0dev.bxe.3.queue.3.rx_bcast_packets:0dev.bxe.3.queue.3.rx_mcast_packets:0dev.bxe.3.queue.3.rx_ucast_packets:0dev.bxe.3.queue.3.rx_bytes:0dev.bxe.3.queue.2.mbuf_alloc_tpa:0dev.bxe.3.queue.2.mbuf_alloc_sge:0dev.bxe.3.queue.2.mbuf_alloc_rx:0dev.bxe.3.queue.2.mbuf_alloc_tx:0dev.bxe.3.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.2.mbuf_defrag_failures:0dev.bxe.3.queue.2.mbuf_defrag_attempts:0dev.bxe.3.queue.2.tx_queue_xoff:0

58 / 178

Page 59: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.3.queue.2.tx_frames_deferred:0dev.bxe.3.queue.2.tx_chain_lost_mbuf:0dev.bxe.3.queue.2.tx_window_violation_tso:0dev.bxe.3.queue.2.tx_window_violation_std:0dev.bxe.3.queue.2.tx_max_drbr_queue_depth:0dev.bxe.3.queue.2.tx_dma_mapping_failure:0dev.bxe.3.queue.2.tx_hw_max_queue_depth:0dev.bxe.3.queue.2.tx_hw_queue_full:0dev.bxe.3.queue.2.tx_encap_failures:0dev.bxe.3.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.2.tx_ofld_frames_lso:0dev.bxe.3.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.2.tx_soft_errors:0dev.bxe.3.queue.2.tx_pkts:0dev.bxe.3.queue.2.rx_budget_reached:0dev.bxe.3.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.2.rx_hw_csum_errors:0dev.bxe.3.queue.2.rx_soft_errors:0dev.bxe.3.queue.2.rx_jumbo_sge_pkts:0dev.bxe.3.queue.2.rx_tpa_pkts:0dev.bxe.3.queue.2.rx_pkts:0dev.bxe.3.queue.2.rx_calls:0dev.bxe.3.queue.2.tpa_bytes:0dev.bxe.3.queue.2.tpa_aggregated_frames:0dev.bxe.3.queue.2.tpa_aggregations:0dev.bxe.3.queue.2.tx_bcast_packets:0dev.bxe.3.queue.2.tx_mcast_packets:0dev.bxe.3.queue.2.tx_ucast_packets:0dev.bxe.3.queue.2.tx_bytes:0dev.bxe.3.queue.2.rx_discards:0dev.bxe.3.queue.2.rx_bcast_packets:0dev.bxe.3.queue.2.rx_mcast_packets:0dev.bxe.3.queue.2.rx_ucast_packets:0dev.bxe.3.queue.2.rx_bytes:0dev.bxe.3.queue.1.mbuf_alloc_tpa:0dev.bxe.3.queue.1.mbuf_alloc_sge:0dev.bxe.3.queue.1.mbuf_alloc_rx:0dev.bxe.3.queue.1.mbuf_alloc_tx:0dev.bxe.3.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.1.mbuf_defrag_failures:0dev.bxe.3.queue.1.mbuf_defrag_attempts:0dev.bxe.3.queue.1.tx_queue_xoff:0dev.bxe.3.queue.1.tx_frames_deferred:0dev.bxe.3.queue.1.tx_chain_lost_mbuf:0dev.bxe.3.queue.1.tx_window_violation_tso:0dev.bxe.3.queue.1.tx_window_violation_std:0dev.bxe.3.queue.1.tx_max_drbr_queue_depth:0dev.bxe.3.queue.1.tx_dma_mapping_failure:0dev.bxe.3.queue.1.tx_hw_max_queue_depth:0dev.bxe.3.queue.1.tx_hw_queue_full:0dev.bxe.3.queue.1.tx_encap_failures:0dev.bxe.3.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.1.tx_ofld_frames_lso:0dev.bxe.3.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.1.tx_soft_errors:0dev.bxe.3.queue.1.tx_pkts:0dev.bxe.3.queue.1.rx_budget_reached:0dev.bxe.3.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.1.rx_hw_csum_errors:0dev.bxe.3.queue.1.rx_soft_errors:0dev.bxe.3.queue.1.rx_jumbo_sge_pkts:0dev.bxe.3.queue.1.rx_tpa_pkts:0dev.bxe.3.queue.1.rx_pkts:0dev.bxe.3.queue.1.rx_calls:0dev.bxe.3.queue.1.tpa_bytes:0dev.bxe.3.queue.1.tpa_aggregated_frames:0dev.bxe.3.queue.1.tpa_aggregations:0dev.bxe.3.queue.1.tx_bcast_packets:0dev.bxe.3.queue.1.tx_mcast_packets:0dev.bxe.3.queue.1.tx_ucast_packets:0dev.bxe.3.queue.1.tx_bytes:0dev.bxe.3.queue.1.rx_discards:0dev.bxe.3.queue.1.rx_bcast_packets:0dev.bxe.3.queue.1.rx_mcast_packets:0dev.bxe.3.queue.1.rx_ucast_packets:0dev.bxe.3.queue.1.rx_bytes:0dev.bxe.3.queue.0.mbuf_alloc_tpa:0dev.bxe.3.queue.0.mbuf_alloc_sge:0dev.bxe.3.queue.0.mbuf_alloc_rx:0dev.bxe.3.queue.0.mbuf_alloc_tx:0dev.bxe.3.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.0.mbuf_defrag_failures:0dev.bxe.3.queue.0.mbuf_defrag_attempts:0dev.bxe.3.queue.0.tx_queue_xoff:0dev.bxe.3.queue.0.tx_frames_deferred:0dev.bxe.3.queue.0.tx_chain_lost_mbuf:0dev.bxe.3.queue.0.tx_window_violation_tso:0dev.bxe.3.queue.0.tx_window_violation_std:0dev.bxe.3.queue.0.tx_max_drbr_queue_depth:0dev.bxe.3.queue.0.tx_dma_mapping_failure:0dev.bxe.3.queue.0.tx_hw_max_queue_depth:0dev.bxe.3.queue.0.tx_hw_queue_full:0dev.bxe.3.queue.0.tx_encap_failures:0dev.bxe.3.queue.0.tx_ofld_frames_lso_hdr_splits:0

59 / 178

Page 60: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.3.queue.0.tx_ofld_frames_lso:0dev.bxe.3.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.0.tx_soft_errors:0dev.bxe.3.queue.0.tx_pkts:0dev.bxe.3.queue.0.rx_budget_reached:0dev.bxe.3.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.0.rx_hw_csum_errors:0dev.bxe.3.queue.0.rx_soft_errors:0dev.bxe.3.queue.0.rx_jumbo_sge_pkts:0dev.bxe.3.queue.0.rx_tpa_pkts:0dev.bxe.3.queue.0.rx_pkts:0dev.bxe.3.queue.0.rx_calls:0dev.bxe.3.queue.0.tpa_bytes:0dev.bxe.3.queue.0.tpa_aggregated_frames:0dev.bxe.3.queue.0.tpa_aggregations:0dev.bxe.3.queue.0.tx_bcast_packets:0dev.bxe.3.queue.0.tx_mcast_packets:0dev.bxe.3.queue.0.tx_ucast_packets:0dev.bxe.3.queue.0.tx_bytes:0dev.bxe.3.queue.0.rx_discards:0dev.bxe.3.queue.0.rx_bcast_packets:0dev.bxe.3.queue.0.rx_mcast_packets:0dev.bxe.3.queue.0.rx_ucast_packets:0dev.bxe.3.queue.0.rx_bytes:0dev.bxe.3.mbuf_alloc_tpa:0dev.bxe.3.mbuf_alloc_sge:0dev.bxe.3.mbuf_alloc_rx:0dev.bxe.3.mbuf_alloc_tx:0dev.bxe.3.mbuf_rx_sge_mapping_failed:0dev.bxe.3.mbuf_rx_sge_alloc_failed:0dev.bxe.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.mbuf_rx_bd_mapping_failed:0dev.bxe.3.mbuf_rx_bd_alloc_failed:0dev.bxe.3.mbuf_defrag_failures:0dev.bxe.3.mbuf_defrag_attempts:0dev.bxe.3.tx_queue_xoff:0dev.bxe.3.tx_frames_deferred:0dev.bxe.3.tx_chain_lost_mbuf:0dev.bxe.3.tx_window_violation_tso:0dev.bxe.3.tx_window_violation_std:0dev.bxe.3.tx_max_drbr_queue_depth:0dev.bxe.3.tx_dma_mapping_failure:0dev.bxe.3.tx_hw_max_queue_depth:0dev.bxe.3.tx_hw_queue_full:0dev.bxe.3.tx_encap_failures:0dev.bxe.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.tx_ofld_frames_lso:0dev.bxe.3.tx_ofld_frames_csum_udp:0dev.bxe.3.tx_ofld_frames_csum_tcp:0dev.bxe.3.tx_ofld_frames_csum_ip:0dev.bxe.3.tx_soft_errors:0dev.bxe.3.tx_pkts:0dev.bxe.3.rx_budget_reached:0dev.bxe.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.rx_ofld_frames_csum_ip:0dev.bxe.3.rx_hw_csum_errors:0dev.bxe.3.rx_soft_errors:0dev.bxe.3.rx_jumbo_sge_pkts:0dev.bxe.3.rx_tpa_pkts:0dev.bxe.3.rx_pkts:0dev.bxe.3.rx_calls:0dev.bxe.3.eee_tx_lpi:0dev.bxe.3.tpa_bytes:0dev.bxe.3.tpa_aggregated_frames:0dev.bxe.3.tpa_aggregations:0dev.bxe.3.tx_pause_frames:0dev.bxe.3.tx_1523_to_9022_byte_packets:0dev.bxe.3.tx_1024_to_1522_byte_packets:0dev.bxe.3.tx_512_to_1023_byte_packets:0dev.bxe.3.tx_256_to_511_byte_packets:0dev.bxe.3.tx_128_to_255_byte_packets:0dev.bxe.3.tx_65_to_127_byte_packets:0dev.bxe.3.tx_64_byte_packets:0dev.bxe.3.tx_total_collisions:0dev.bxe.3.tx_late_collisions:0dev.bxe.3.tx_excess_collisions:0dev.bxe.3.tx_deferred:0dev.bxe.3.tx_multi_collisions:0dev.bxe.3.tx_single_collisions:0dev.bxe.3.tx_carrier_errors:0dev.bxe.3.tx_mac_errors:0dev.bxe.3.tx_bcast_packets:0dev.bxe.3.tx_mcast_packets:0dev.bxe.3.tx_ucast_packets:0dev.bxe.3.tx_error_bytes:0dev.bxe.3.tx_bytes:0dev.bxe.3.rx_constant_pause_events:0dev.bxe.3.rx_mac_ctrl_frames:0dev.bxe.3.rx_pause_frames:0dev.bxe.3.rx_brb_truncate:0dev.bxe.3.rx_brb_discard:0dev.bxe.3.pfc_frames_sent:0dev.bxe.3.pfc_frames_received:0dev.bxe.3.rx_mf_tag_discard:0dev.bxe.3.rx_filtered_packets:0dev.bxe.3.rx_discards:0dev.bxe.3.rx_jabbers:0dev.bxe.3.rx_fragments:0dev.bxe.3.rx_oversize_packets:0dev.bxe.3.rx_undersize_packets:0dev.bxe.3.rx_align_errors:0dev.bxe.3.rx_crc_errors:0dev.bxe.3.rx_bcast_packets:0dev.bxe.3.rx_mcast_packets:0dev.bxe.3.rx_ucast_packets:0dev.bxe.3.rx_error_bytes:0

60 / 178

Page 61: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.3.rx_bytes:0dev.bxe.3.state:0dev.bxe.3.rx_budget:4294967295dev.bxe.3.debug:0dev.bxe.3.pci_link:5.0GT/sx8dev.bxe.3.mac_addr:44:8a:5b:f4:d6:5fdev.bxe.3.mf_vnics:1dev.bxe.3.mf_mode:Singledev.bxe.3.fw_version:7.8.51.0dev.bxe.3.bc_version:7.10.10dev.bxe.3.version:1.78.79dev.bxe.3.%parent:pci5dev.bxe.3.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x805fclass=0x020000dev.bxe.3.%location:slot=0function=3handle=\_SB_.PCI0.BR2A.LAN4dev.bxe.3.%driver:bxedev.bxe.3.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79

dev.bxe.2.queue.3.mbuf_alloc_tpa:0dev.bxe.2.queue.3.mbuf_alloc_sge:0dev.bxe.2.queue.3.mbuf_alloc_rx:0dev.bxe.2.queue.3.mbuf_alloc_tx:0dev.bxe.2.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.3.mbuf_defrag_failures:0dev.bxe.2.queue.3.mbuf_defrag_attempts:0dev.bxe.2.queue.3.tx_queue_xoff:0dev.bxe.2.queue.3.tx_frames_deferred:0dev.bxe.2.queue.3.tx_chain_lost_mbuf:0dev.bxe.2.queue.3.tx_window_violation_tso:0dev.bxe.2.queue.3.tx_window_violation_std:0dev.bxe.2.queue.3.tx_max_drbr_queue_depth:0dev.bxe.2.queue.3.tx_dma_mapping_failure:0dev.bxe.2.queue.3.tx_hw_max_queue_depth:0dev.bxe.2.queue.3.tx_hw_queue_full:0dev.bxe.2.queue.3.tx_encap_failures:0dev.bxe.2.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.3.tx_ofld_frames_lso:0dev.bxe.2.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.3.tx_soft_errors:0dev.bxe.2.queue.3.tx_pkts:0dev.bxe.2.queue.3.rx_budget_reached:0dev.bxe.2.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.3.rx_hw_csum_errors:0dev.bxe.2.queue.3.rx_soft_errors:0dev.bxe.2.queue.3.rx_jumbo_sge_pkts:0dev.bxe.2.queue.3.rx_tpa_pkts:0dev.bxe.2.queue.3.rx_pkts:0dev.bxe.2.queue.3.rx_calls:0dev.bxe.2.queue.3.tpa_bytes:0dev.bxe.2.queue.3.tpa_aggregated_frames:0dev.bxe.2.queue.3.tpa_aggregations:0dev.bxe.2.queue.3.tx_bcast_packets:0dev.bxe.2.queue.3.tx_mcast_packets:0dev.bxe.2.queue.3.tx_ucast_packets:0dev.bxe.2.queue.3.tx_bytes:0dev.bxe.2.queue.3.rx_discards:0dev.bxe.2.queue.3.rx_bcast_packets:0dev.bxe.2.queue.3.rx_mcast_packets:0dev.bxe.2.queue.3.rx_ucast_packets:0dev.bxe.2.queue.3.rx_bytes:0dev.bxe.2.queue.2.mbuf_alloc_tpa:0dev.bxe.2.queue.2.mbuf_alloc_sge:0dev.bxe.2.queue.2.mbuf_alloc_rx:0dev.bxe.2.queue.2.mbuf_alloc_tx:0dev.bxe.2.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.2.mbuf_defrag_failures:0dev.bxe.2.queue.2.mbuf_defrag_attempts:0dev.bxe.2.queue.2.tx_queue_xoff:0dev.bxe.2.queue.2.tx_frames_deferred:0dev.bxe.2.queue.2.tx_chain_lost_mbuf:0dev.bxe.2.queue.2.tx_window_violation_tso:0dev.bxe.2.queue.2.tx_window_violation_std:0dev.bxe.2.queue.2.tx_max_drbr_queue_depth:0dev.bxe.2.queue.2.tx_dma_mapping_failure:0dev.bxe.2.queue.2.tx_hw_max_queue_depth:0dev.bxe.2.queue.2.tx_hw_queue_full:0dev.bxe.2.queue.2.tx_encap_failures:0dev.bxe.2.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.2.tx_ofld_frames_lso:0dev.bxe.2.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.2.tx_soft_errors:0dev.bxe.2.queue.2.tx_pkts:0dev.bxe.2.queue.2.rx_budget_reached:0dev.bxe.2.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.2.rx_hw_csum_errors:0dev.bxe.2.queue.2.rx_soft_errors:0dev.bxe.2.queue.2.rx_jumbo_sge_pkts:0dev.bxe.2.queue.2.rx_tpa_pkts:0dev.bxe.2.queue.2.rx_pkts:0dev.bxe.2.queue.2.rx_calls:0dev.bxe.2.queue.2.tpa_bytes:0dev.bxe.2.queue.2.tpa_aggregated_frames:0dev.bxe.2.queue.2.tpa_aggregations:0dev.bxe.2.queue.2.tx_bcast_packets:0dev.bxe.2.queue.2.tx_mcast_packets:0

61 / 178

Page 62: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.2.queue.2.tx_ucast_packets:0dev.bxe.2.queue.2.tx_bytes:0dev.bxe.2.queue.2.rx_discards:0dev.bxe.2.queue.2.rx_bcast_packets:0dev.bxe.2.queue.2.rx_mcast_packets:0dev.bxe.2.queue.2.rx_ucast_packets:0dev.bxe.2.queue.2.rx_bytes:0dev.bxe.2.queue.1.mbuf_alloc_tpa:0dev.bxe.2.queue.1.mbuf_alloc_sge:0dev.bxe.2.queue.1.mbuf_alloc_rx:0dev.bxe.2.queue.1.mbuf_alloc_tx:0dev.bxe.2.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.1.mbuf_defrag_failures:0dev.bxe.2.queue.1.mbuf_defrag_attempts:0dev.bxe.2.queue.1.tx_queue_xoff:0dev.bxe.2.queue.1.tx_frames_deferred:0dev.bxe.2.queue.1.tx_chain_lost_mbuf:0dev.bxe.2.queue.1.tx_window_violation_tso:0dev.bxe.2.queue.1.tx_window_violation_std:0dev.bxe.2.queue.1.tx_max_drbr_queue_depth:0dev.bxe.2.queue.1.tx_dma_mapping_failure:0dev.bxe.2.queue.1.tx_hw_max_queue_depth:0dev.bxe.2.queue.1.tx_hw_queue_full:0dev.bxe.2.queue.1.tx_encap_failures:0dev.bxe.2.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.1.tx_ofld_frames_lso:0dev.bxe.2.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.1.tx_soft_errors:0dev.bxe.2.queue.1.tx_pkts:0dev.bxe.2.queue.1.rx_budget_reached:0dev.bxe.2.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.1.rx_hw_csum_errors:0dev.bxe.2.queue.1.rx_soft_errors:0dev.bxe.2.queue.1.rx_jumbo_sge_pkts:0dev.bxe.2.queue.1.rx_tpa_pkts:0dev.bxe.2.queue.1.rx_pkts:0dev.bxe.2.queue.1.rx_calls:0dev.bxe.2.queue.1.tpa_bytes:0dev.bxe.2.queue.1.tpa_aggregated_frames:0dev.bxe.2.queue.1.tpa_aggregations:0dev.bxe.2.queue.1.tx_bcast_packets:0dev.bxe.2.queue.1.tx_mcast_packets:0dev.bxe.2.queue.1.tx_ucast_packets:0dev.bxe.2.queue.1.tx_bytes:0dev.bxe.2.queue.1.rx_discards:0dev.bxe.2.queue.1.rx_bcast_packets:0dev.bxe.2.queue.1.rx_mcast_packets:0dev.bxe.2.queue.1.rx_ucast_packets:0dev.bxe.2.queue.1.rx_bytes:0dev.bxe.2.queue.0.mbuf_alloc_tpa:0dev.bxe.2.queue.0.mbuf_alloc_sge:0dev.bxe.2.queue.0.mbuf_alloc_rx:0dev.bxe.2.queue.0.mbuf_alloc_tx:0dev.bxe.2.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.0.mbuf_defrag_failures:0dev.bxe.2.queue.0.mbuf_defrag_attempts:0dev.bxe.2.queue.0.tx_queue_xoff:0dev.bxe.2.queue.0.tx_frames_deferred:0dev.bxe.2.queue.0.tx_chain_lost_mbuf:0dev.bxe.2.queue.0.tx_window_violation_tso:0dev.bxe.2.queue.0.tx_window_violation_std:0dev.bxe.2.queue.0.tx_max_drbr_queue_depth:0dev.bxe.2.queue.0.tx_dma_mapping_failure:0dev.bxe.2.queue.0.tx_hw_max_queue_depth:0dev.bxe.2.queue.0.tx_hw_queue_full:0dev.bxe.2.queue.0.tx_encap_failures:0dev.bxe.2.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.0.tx_ofld_frames_lso:0dev.bxe.2.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.0.tx_soft_errors:0dev.bxe.2.queue.0.tx_pkts:0dev.bxe.2.queue.0.rx_budget_reached:0dev.bxe.2.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.0.rx_hw_csum_errors:0dev.bxe.2.queue.0.rx_soft_errors:0dev.bxe.2.queue.0.rx_jumbo_sge_pkts:0dev.bxe.2.queue.0.rx_tpa_pkts:0dev.bxe.2.queue.0.rx_pkts:0dev.bxe.2.queue.0.rx_calls:0dev.bxe.2.queue.0.tpa_bytes:0dev.bxe.2.queue.0.tpa_aggregated_frames:0dev.bxe.2.queue.0.tpa_aggregations:0dev.bxe.2.queue.0.tx_bcast_packets:0dev.bxe.2.queue.0.tx_mcast_packets:0dev.bxe.2.queue.0.tx_ucast_packets:0dev.bxe.2.queue.0.tx_bytes:0dev.bxe.2.queue.0.rx_discards:0dev.bxe.2.queue.0.rx_bcast_packets:0dev.bxe.2.queue.0.rx_mcast_packets:0dev.bxe.2.queue.0.rx_ucast_packets:0dev.bxe.2.queue.0.rx_bytes:0dev.bxe.2.mbuf_alloc_tpa:0dev.bxe.2.mbuf_alloc_sge:0dev.bxe.2.mbuf_alloc_rx:0

62 / 178

Page 63: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.2.mbuf_alloc_tx:0dev.bxe.2.mbuf_rx_sge_mapping_failed:0dev.bxe.2.mbuf_rx_sge_alloc_failed:0dev.bxe.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.mbuf_rx_bd_mapping_failed:0dev.bxe.2.mbuf_rx_bd_alloc_failed:0dev.bxe.2.mbuf_defrag_failures:0dev.bxe.2.mbuf_defrag_attempts:0dev.bxe.2.tx_queue_xoff:0dev.bxe.2.tx_frames_deferred:0dev.bxe.2.tx_chain_lost_mbuf:0dev.bxe.2.tx_window_violation_tso:0dev.bxe.2.tx_window_violation_std:0dev.bxe.2.tx_max_drbr_queue_depth:0dev.bxe.2.tx_dma_mapping_failure:0dev.bxe.2.tx_hw_max_queue_depth:0dev.bxe.2.tx_hw_queue_full:0dev.bxe.2.tx_encap_failures:0dev.bxe.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.tx_ofld_frames_lso:0dev.bxe.2.tx_ofld_frames_csum_udp:0dev.bxe.2.tx_ofld_frames_csum_tcp:0dev.bxe.2.tx_ofld_frames_csum_ip:0dev.bxe.2.tx_soft_errors:0dev.bxe.2.tx_pkts:0dev.bxe.2.rx_budget_reached:0dev.bxe.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.rx_ofld_frames_csum_ip:0dev.bxe.2.rx_hw_csum_errors:0dev.bxe.2.rx_soft_errors:0dev.bxe.2.rx_jumbo_sge_pkts:0dev.bxe.2.rx_tpa_pkts:0dev.bxe.2.rx_pkts:0dev.bxe.2.rx_calls:0dev.bxe.2.eee_tx_lpi:0dev.bxe.2.tpa_bytes:0dev.bxe.2.tpa_aggregated_frames:0dev.bxe.2.tpa_aggregations:0dev.bxe.2.tx_pause_frames:0dev.bxe.2.tx_1523_to_9022_byte_packets:0dev.bxe.2.tx_1024_to_1522_byte_packets:0dev.bxe.2.tx_512_to_1023_byte_packets:0dev.bxe.2.tx_256_to_511_byte_packets:0dev.bxe.2.tx_128_to_255_byte_packets:0dev.bxe.2.tx_65_to_127_byte_packets:0dev.bxe.2.tx_64_byte_packets:0dev.bxe.2.tx_total_collisions:0dev.bxe.2.tx_late_collisions:0dev.bxe.2.tx_excess_collisions:0dev.bxe.2.tx_deferred:0dev.bxe.2.tx_multi_collisions:0dev.bxe.2.tx_single_collisions:0dev.bxe.2.tx_carrier_errors:0dev.bxe.2.tx_mac_errors:0dev.bxe.2.tx_bcast_packets:0dev.bxe.2.tx_mcast_packets:0dev.bxe.2.tx_ucast_packets:0dev.bxe.2.tx_error_bytes:0dev.bxe.2.tx_bytes:0dev.bxe.2.rx_constant_pause_events:0dev.bxe.2.rx_mac_ctrl_frames:0dev.bxe.2.rx_pause_frames:0dev.bxe.2.rx_brb_truncate:0dev.bxe.2.rx_brb_discard:0dev.bxe.2.pfc_frames_sent:0dev.bxe.2.pfc_frames_received:0dev.bxe.2.rx_mf_tag_discard:0dev.bxe.2.rx_filtered_packets:0dev.bxe.2.rx_discards:0dev.bxe.2.rx_jabbers:0dev.bxe.2.rx_fragments:0dev.bxe.2.rx_oversize_packets:0dev.bxe.2.rx_undersize_packets:0dev.bxe.2.rx_align_errors:0dev.bxe.2.rx_crc_errors:0dev.bxe.2.rx_bcast_packets:0dev.bxe.2.rx_mcast_packets:0dev.bxe.2.rx_ucast_packets:0dev.bxe.2.rx_error_bytes:0dev.bxe.2.rx_bytes:0dev.bxe.2.state:0dev.bxe.2.rx_budget:4294967295dev.bxe.2.debug:0dev.bxe.2.pci_link:5.0GT/sx8dev.bxe.2.mac_addr:44:8a:5b:f4:d6:5ddev.bxe.2.mf_vnics:1dev.bxe.2.mf_mode:Singledev.bxe.2.fw_version:7.8.51.0dev.bxe.2.bc_version:7.10.10dev.bxe.2.version:1.78.79dev.bxe.2.%parent:pci5dev.bxe.2.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x805fclass=0x020000dev.bxe.2.%location:slot=0function=2handle=\_SB_.PCI0.BR2A.LAN3dev.bxe.2.%driver:bxedev.bxe.2.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79

dev.bxe.1.queue.3.mbuf_alloc_tpa:0dev.bxe.1.queue.3.mbuf_alloc_sge:0dev.bxe.1.queue.3.mbuf_alloc_rx:0dev.bxe.1.queue.3.mbuf_alloc_tx:0dev.bxe.1.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.3.mbuf_defrag_failures:0dev.bxe.1.queue.3.mbuf_defrag_attempts:0dev.bxe.1.queue.3.tx_queue_xoff:0

63 / 178

Page 64: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.queue.3.tx_frames_deferred:0dev.bxe.1.queue.3.tx_chain_lost_mbuf:0dev.bxe.1.queue.3.tx_window_violation_tso:0dev.bxe.1.queue.3.tx_window_violation_std:0dev.bxe.1.queue.3.tx_max_drbr_queue_depth:0dev.bxe.1.queue.3.tx_dma_mapping_failure:0dev.bxe.1.queue.3.tx_hw_max_queue_depth:0dev.bxe.1.queue.3.tx_hw_queue_full:0dev.bxe.1.queue.3.tx_encap_failures:0dev.bxe.1.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.3.tx_ofld_frames_lso:0dev.bxe.1.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.3.tx_soft_errors:0dev.bxe.1.queue.3.tx_pkts:0dev.bxe.1.queue.3.rx_budget_reached:0dev.bxe.1.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.3.rx_hw_csum_errors:0dev.bxe.1.queue.3.rx_soft_errors:0dev.bxe.1.queue.3.rx_jumbo_sge_pkts:0dev.bxe.1.queue.3.rx_tpa_pkts:0dev.bxe.1.queue.3.rx_pkts:0dev.bxe.1.queue.3.rx_calls:0dev.bxe.1.queue.3.tpa_bytes:0dev.bxe.1.queue.3.tpa_aggregated_frames:0dev.bxe.1.queue.3.tpa_aggregations:0dev.bxe.1.queue.3.tx_bcast_packets:0dev.bxe.1.queue.3.tx_mcast_packets:0dev.bxe.1.queue.3.tx_ucast_packets:0dev.bxe.1.queue.3.tx_bytes:0dev.bxe.1.queue.3.rx_discards:0dev.bxe.1.queue.3.rx_bcast_packets:0dev.bxe.1.queue.3.rx_mcast_packets:0dev.bxe.1.queue.3.rx_ucast_packets:0dev.bxe.1.queue.3.rx_bytes:0dev.bxe.1.queue.2.mbuf_alloc_tpa:0dev.bxe.1.queue.2.mbuf_alloc_sge:0dev.bxe.1.queue.2.mbuf_alloc_rx:0dev.bxe.1.queue.2.mbuf_alloc_tx:0dev.bxe.1.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.2.mbuf_defrag_failures:0dev.bxe.1.queue.2.mbuf_defrag_attempts:0dev.bxe.1.queue.2.tx_queue_xoff:0dev.bxe.1.queue.2.tx_frames_deferred:0dev.bxe.1.queue.2.tx_chain_lost_mbuf:0dev.bxe.1.queue.2.tx_window_violation_tso:0dev.bxe.1.queue.2.tx_window_violation_std:0dev.bxe.1.queue.2.tx_max_drbr_queue_depth:0dev.bxe.1.queue.2.tx_dma_mapping_failure:0dev.bxe.1.queue.2.tx_hw_max_queue_depth:0dev.bxe.1.queue.2.tx_hw_queue_full:0dev.bxe.1.queue.2.tx_encap_failures:0dev.bxe.1.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.2.tx_ofld_frames_lso:0dev.bxe.1.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.2.tx_soft_errors:0dev.bxe.1.queue.2.tx_pkts:0dev.bxe.1.queue.2.rx_budget_reached:0dev.bxe.1.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.2.rx_hw_csum_errors:0dev.bxe.1.queue.2.rx_soft_errors:0dev.bxe.1.queue.2.rx_jumbo_sge_pkts:0dev.bxe.1.queue.2.rx_tpa_pkts:0dev.bxe.1.queue.2.rx_pkts:0dev.bxe.1.queue.2.rx_calls:0dev.bxe.1.queue.2.tpa_bytes:0dev.bxe.1.queue.2.tpa_aggregated_frames:0dev.bxe.1.queue.2.tpa_aggregations:0dev.bxe.1.queue.2.tx_bcast_packets:0dev.bxe.1.queue.2.tx_mcast_packets:0dev.bxe.1.queue.2.tx_ucast_packets:0dev.bxe.1.queue.2.tx_bytes:0dev.bxe.1.queue.2.rx_discards:0dev.bxe.1.queue.2.rx_bcast_packets:0dev.bxe.1.queue.2.rx_mcast_packets:0dev.bxe.1.queue.2.rx_ucast_packets:0dev.bxe.1.queue.2.rx_bytes:0dev.bxe.1.queue.1.mbuf_alloc_tpa:0dev.bxe.1.queue.1.mbuf_alloc_sge:0dev.bxe.1.queue.1.mbuf_alloc_rx:0dev.bxe.1.queue.1.mbuf_alloc_tx:0dev.bxe.1.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.1.mbuf_defrag_failures:0dev.bxe.1.queue.1.mbuf_defrag_attempts:0dev.bxe.1.queue.1.tx_queue_xoff:0dev.bxe.1.queue.1.tx_frames_deferred:0dev.bxe.1.queue.1.tx_chain_lost_mbuf:0dev.bxe.1.queue.1.tx_window_violation_tso:0dev.bxe.1.queue.1.tx_window_violation_std:0dev.bxe.1.queue.1.tx_max_drbr_queue_depth:0dev.bxe.1.queue.1.tx_dma_mapping_failure:0dev.bxe.1.queue.1.tx_hw_max_queue_depth:0dev.bxe.1.queue.1.tx_hw_queue_full:0dev.bxe.1.queue.1.tx_encap_failures:0dev.bxe.1.queue.1.tx_ofld_frames_lso_hdr_splits:0

64 / 178

Page 65: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.queue.1.tx_ofld_frames_lso:0dev.bxe.1.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.1.tx_soft_errors:0dev.bxe.1.queue.1.tx_pkts:0dev.bxe.1.queue.1.rx_budget_reached:0dev.bxe.1.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.1.rx_hw_csum_errors:0dev.bxe.1.queue.1.rx_soft_errors:0dev.bxe.1.queue.1.rx_jumbo_sge_pkts:0dev.bxe.1.queue.1.rx_tpa_pkts:0dev.bxe.1.queue.1.rx_pkts:0dev.bxe.1.queue.1.rx_calls:0dev.bxe.1.queue.1.tpa_bytes:0dev.bxe.1.queue.1.tpa_aggregated_frames:0dev.bxe.1.queue.1.tpa_aggregations:0dev.bxe.1.queue.1.tx_bcast_packets:0dev.bxe.1.queue.1.tx_mcast_packets:0dev.bxe.1.queue.1.tx_ucast_packets:0dev.bxe.1.queue.1.tx_bytes:0dev.bxe.1.queue.1.rx_discards:0dev.bxe.1.queue.1.rx_bcast_packets:0dev.bxe.1.queue.1.rx_mcast_packets:0dev.bxe.1.queue.1.rx_ucast_packets:0dev.bxe.1.queue.1.rx_bytes:0dev.bxe.1.queue.0.mbuf_alloc_tpa:0dev.bxe.1.queue.0.mbuf_alloc_sge:0dev.bxe.1.queue.0.mbuf_alloc_rx:0dev.bxe.1.queue.0.mbuf_alloc_tx:0dev.bxe.1.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.0.mbuf_defrag_failures:0dev.bxe.1.queue.0.mbuf_defrag_attempts:0dev.bxe.1.queue.0.tx_queue_xoff:0dev.bxe.1.queue.0.tx_frames_deferred:0dev.bxe.1.queue.0.tx_chain_lost_mbuf:0dev.bxe.1.queue.0.tx_window_violation_tso:0dev.bxe.1.queue.0.tx_window_violation_std:0dev.bxe.1.queue.0.tx_max_drbr_queue_depth:0dev.bxe.1.queue.0.tx_dma_mapping_failure:0dev.bxe.1.queue.0.tx_hw_max_queue_depth:0dev.bxe.1.queue.0.tx_hw_queue_full:0dev.bxe.1.queue.0.tx_encap_failures:0dev.bxe.1.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.0.tx_ofld_frames_lso:0dev.bxe.1.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.0.tx_soft_errors:0dev.bxe.1.queue.0.tx_pkts:0dev.bxe.1.queue.0.rx_budget_reached:0dev.bxe.1.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.0.rx_hw_csum_errors:0dev.bxe.1.queue.0.rx_soft_errors:0dev.bxe.1.queue.0.rx_jumbo_sge_pkts:0dev.bxe.1.queue.0.rx_tpa_pkts:0dev.bxe.1.queue.0.rx_pkts:0dev.bxe.1.queue.0.rx_calls:0dev.bxe.1.queue.0.tpa_bytes:0dev.bxe.1.queue.0.tpa_aggregated_frames:0dev.bxe.1.queue.0.tpa_aggregations:0dev.bxe.1.queue.0.tx_bcast_packets:0dev.bxe.1.queue.0.tx_mcast_packets:0dev.bxe.1.queue.0.tx_ucast_packets:0dev.bxe.1.queue.0.tx_bytes:0dev.bxe.1.queue.0.rx_discards:0dev.bxe.1.queue.0.rx_bcast_packets:0dev.bxe.1.queue.0.rx_mcast_packets:0dev.bxe.1.queue.0.rx_ucast_packets:0dev.bxe.1.queue.0.rx_bytes:0dev.bxe.1.mbuf_alloc_tpa:0dev.bxe.1.mbuf_alloc_sge:0dev.bxe.1.mbuf_alloc_rx:0dev.bxe.1.mbuf_alloc_tx:0dev.bxe.1.mbuf_rx_sge_mapping_failed:0dev.bxe.1.mbuf_rx_sge_alloc_failed:0dev.bxe.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.mbuf_rx_bd_mapping_failed:0dev.bxe.1.mbuf_rx_bd_alloc_failed:0dev.bxe.1.mbuf_defrag_failures:0dev.bxe.1.mbuf_defrag_attempts:0dev.bxe.1.tx_queue_xoff:0dev.bxe.1.tx_frames_deferred:0dev.bxe.1.tx_chain_lost_mbuf:0dev.bxe.1.tx_window_violation_tso:0dev.bxe.1.tx_window_violation_std:0dev.bxe.1.tx_max_drbr_queue_depth:0dev.bxe.1.tx_dma_mapping_failure:0dev.bxe.1.tx_hw_max_queue_depth:0dev.bxe.1.tx_hw_queue_full:0dev.bxe.1.tx_encap_failures:0dev.bxe.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.tx_ofld_frames_lso:0dev.bxe.1.tx_ofld_frames_csum_udp:0dev.bxe.1.tx_ofld_frames_csum_tcp:0dev.bxe.1.tx_ofld_frames_csum_ip:0dev.bxe.1.tx_soft_errors:0dev.bxe.1.tx_pkts:0dev.bxe.1.rx_budget_reached:0dev.bxe.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.rx_ofld_frames_csum_ip:0dev.bxe.1.rx_hw_csum_errors:0

65 / 178

Page 66: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.rx_soft_errors:0dev.bxe.1.rx_jumbo_sge_pkts:0dev.bxe.1.rx_tpa_pkts:0dev.bxe.1.rx_pkts:0dev.bxe.1.rx_calls:0dev.bxe.1.eee_tx_lpi:0dev.bxe.1.tpa_bytes:0dev.bxe.1.tpa_aggregated_frames:0dev.bxe.1.tpa_aggregations:0dev.bxe.1.tx_pause_frames:0dev.bxe.1.tx_1523_to_9022_byte_packets:0dev.bxe.1.tx_1024_to_1522_byte_packets:0dev.bxe.1.tx_512_to_1023_byte_packets:0dev.bxe.1.tx_256_to_511_byte_packets:0dev.bxe.1.tx_128_to_255_byte_packets:0dev.bxe.1.tx_65_to_127_byte_packets:0dev.bxe.1.tx_64_byte_packets:0dev.bxe.1.tx_total_collisions:0dev.bxe.1.tx_late_collisions:0dev.bxe.1.tx_excess_collisions:0dev.bxe.1.tx_deferred:0dev.bxe.1.tx_multi_collisions:0dev.bxe.1.tx_single_collisions:0dev.bxe.1.tx_carrier_errors:0dev.bxe.1.tx_mac_errors:0dev.bxe.1.tx_bcast_packets:0dev.bxe.1.tx_mcast_packets:0dev.bxe.1.tx_ucast_packets:0dev.bxe.1.tx_error_bytes:0dev.bxe.1.tx_bytes:0dev.bxe.1.rx_constant_pause_events:0dev.bxe.1.rx_mac_ctrl_frames:0dev.bxe.1.rx_pause_frames:0dev.bxe.1.rx_brb_truncate:0dev.bxe.1.rx_brb_discard:0dev.bxe.1.pfc_frames_sent:0dev.bxe.1.pfc_frames_received:0dev.bxe.1.rx_mf_tag_discard:0dev.bxe.1.rx_filtered_packets:0dev.bxe.1.rx_discards:0dev.bxe.1.rx_jabbers:0dev.bxe.1.rx_fragments:0dev.bxe.1.rx_oversize_packets:0dev.bxe.1.rx_undersize_packets:0dev.bxe.1.rx_align_errors:0dev.bxe.1.rx_crc_errors:0dev.bxe.1.rx_bcast_packets:0dev.bxe.1.rx_mcast_packets:0dev.bxe.1.rx_ucast_packets:0dev.bxe.1.rx_error_bytes:0dev.bxe.1.rx_bytes:0dev.bxe.1.state:0dev.bxe.1.rx_budget:4294967295dev.bxe.1.debug:0dev.bxe.1.pci_link:5.0GT/sx8dev.bxe.1.mac_addr:44:8a:5b:f4:d6:63dev.bxe.1.mf_vnics:1dev.bxe.1.mf_mode:Singledev.bxe.1.fw_version:7.8.51.0dev.bxe.1.bc_version:7.10.10dev.bxe.1.version:1.78.79dev.bxe.1.%parent:pci5dev.bxe.1.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x8055class=0x020000dev.bxe.1.%location:slot=0function=1handle=\_SB_.PCI0.BR2A.LAN2dev.bxe.1.%driver:bxedev.bxe.1.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79

dev.bxe.0.queue.3.mbuf_alloc_tpa:0dev.bxe.0.queue.3.mbuf_alloc_sge:0dev.bxe.0.queue.3.mbuf_alloc_rx:0dev.bxe.0.queue.3.mbuf_alloc_tx:0dev.bxe.0.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.3.mbuf_defrag_failures:0dev.bxe.0.queue.3.mbuf_defrag_attempts:0dev.bxe.0.queue.3.tx_queue_xoff:0dev.bxe.0.queue.3.tx_frames_deferred:0dev.bxe.0.queue.3.tx_chain_lost_mbuf:0dev.bxe.0.queue.3.tx_window_violation_tso:0dev.bxe.0.queue.3.tx_window_violation_std:0dev.bxe.0.queue.3.tx_max_drbr_queue_depth:0dev.bxe.0.queue.3.tx_dma_mapping_failure:0dev.bxe.0.queue.3.tx_hw_max_queue_depth:0dev.bxe.0.queue.3.tx_hw_queue_full:0dev.bxe.0.queue.3.tx_encap_failures:0dev.bxe.0.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.3.tx_ofld_frames_lso:0dev.bxe.0.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.3.tx_soft_errors:0dev.bxe.0.queue.3.tx_pkts:0dev.bxe.0.queue.3.rx_budget_reached:0dev.bxe.0.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.3.rx_hw_csum_errors:0dev.bxe.0.queue.3.rx_soft_errors:0dev.bxe.0.queue.3.rx_jumbo_sge_pkts:0dev.bxe.0.queue.3.rx_tpa_pkts:0dev.bxe.0.queue.3.rx_pkts:0dev.bxe.0.queue.3.rx_calls:0dev.bxe.0.queue.3.tpa_bytes:0dev.bxe.0.queue.3.tpa_aggregated_frames:0dev.bxe.0.queue.3.tpa_aggregations:0dev.bxe.0.queue.3.tx_bcast_packets:0dev.bxe.0.queue.3.tx_mcast_packets:0

66 / 178

Page 67: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.queue.3.tx_ucast_packets:0dev.bxe.0.queue.3.tx_bytes:0dev.bxe.0.queue.3.rx_discards:0dev.bxe.0.queue.3.rx_bcast_packets:0dev.bxe.0.queue.3.rx_mcast_packets:0dev.bxe.0.queue.3.rx_ucast_packets:0dev.bxe.0.queue.3.rx_bytes:0dev.bxe.0.queue.2.mbuf_alloc_tpa:0dev.bxe.0.queue.2.mbuf_alloc_sge:0dev.bxe.0.queue.2.mbuf_alloc_rx:0dev.bxe.0.queue.2.mbuf_alloc_tx:0dev.bxe.0.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.2.mbuf_defrag_failures:0dev.bxe.0.queue.2.mbuf_defrag_attempts:0dev.bxe.0.queue.2.tx_queue_xoff:0dev.bxe.0.queue.2.tx_frames_deferred:0dev.bxe.0.queue.2.tx_chain_lost_mbuf:0dev.bxe.0.queue.2.tx_window_violation_tso:0dev.bxe.0.queue.2.tx_window_violation_std:0dev.bxe.0.queue.2.tx_max_drbr_queue_depth:0dev.bxe.0.queue.2.tx_dma_mapping_failure:0dev.bxe.0.queue.2.tx_hw_max_queue_depth:0dev.bxe.0.queue.2.tx_hw_queue_full:0dev.bxe.0.queue.2.tx_encap_failures:0dev.bxe.0.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.2.tx_ofld_frames_lso:0dev.bxe.0.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.2.tx_soft_errors:0dev.bxe.0.queue.2.tx_pkts:0dev.bxe.0.queue.2.rx_budget_reached:0dev.bxe.0.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.2.rx_hw_csum_errors:0dev.bxe.0.queue.2.rx_soft_errors:0dev.bxe.0.queue.2.rx_jumbo_sge_pkts:0dev.bxe.0.queue.2.rx_tpa_pkts:0dev.bxe.0.queue.2.rx_pkts:0dev.bxe.0.queue.2.rx_calls:0dev.bxe.0.queue.2.tpa_bytes:0dev.bxe.0.queue.2.tpa_aggregated_frames:0dev.bxe.0.queue.2.tpa_aggregations:0dev.bxe.0.queue.2.tx_bcast_packets:0dev.bxe.0.queue.2.tx_mcast_packets:0dev.bxe.0.queue.2.tx_ucast_packets:0dev.bxe.0.queue.2.tx_bytes:0dev.bxe.0.queue.2.rx_discards:0dev.bxe.0.queue.2.rx_bcast_packets:0dev.bxe.0.queue.2.rx_mcast_packets:0dev.bxe.0.queue.2.rx_ucast_packets:0dev.bxe.0.queue.2.rx_bytes:0dev.bxe.0.queue.1.mbuf_alloc_tpa:0dev.bxe.0.queue.1.mbuf_alloc_sge:0dev.bxe.0.queue.1.mbuf_alloc_rx:0dev.bxe.0.queue.1.mbuf_alloc_tx:0dev.bxe.0.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.1.mbuf_defrag_failures:0dev.bxe.0.queue.1.mbuf_defrag_attempts:0dev.bxe.0.queue.1.tx_queue_xoff:0dev.bxe.0.queue.1.tx_frames_deferred:0dev.bxe.0.queue.1.tx_chain_lost_mbuf:0dev.bxe.0.queue.1.tx_window_violation_tso:0dev.bxe.0.queue.1.tx_window_violation_std:0dev.bxe.0.queue.1.tx_max_drbr_queue_depth:0dev.bxe.0.queue.1.tx_dma_mapping_failure:0dev.bxe.0.queue.1.tx_hw_max_queue_depth:0dev.bxe.0.queue.1.tx_hw_queue_full:0dev.bxe.0.queue.1.tx_encap_failures:0dev.bxe.0.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.1.tx_ofld_frames_lso:0dev.bxe.0.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.1.tx_soft_errors:0dev.bxe.0.queue.1.tx_pkts:0dev.bxe.0.queue.1.rx_budget_reached:0dev.bxe.0.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.1.rx_hw_csum_errors:0dev.bxe.0.queue.1.rx_soft_errors:0dev.bxe.0.queue.1.rx_jumbo_sge_pkts:0dev.bxe.0.queue.1.rx_tpa_pkts:0dev.bxe.0.queue.1.rx_pkts:0dev.bxe.0.queue.1.rx_calls:0dev.bxe.0.queue.1.tpa_bytes:0dev.bxe.0.queue.1.tpa_aggregated_frames:0dev.bxe.0.queue.1.tpa_aggregations:0dev.bxe.0.queue.1.tx_bcast_packets:0dev.bxe.0.queue.1.tx_mcast_packets:0dev.bxe.0.queue.1.tx_ucast_packets:0dev.bxe.0.queue.1.tx_bytes:0dev.bxe.0.queue.1.rx_discards:0dev.bxe.0.queue.1.rx_bcast_packets:0dev.bxe.0.queue.1.rx_mcast_packets:0dev.bxe.0.queue.1.rx_ucast_packets:0dev.bxe.0.queue.1.rx_bytes:0dev.bxe.0.queue.0.mbuf_alloc_tpa:0dev.bxe.0.queue.0.mbuf_alloc_sge:0dev.bxe.0.queue.0.mbuf_alloc_rx:0

67 / 178

Page 68: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.queue.0.mbuf_alloc_tx:0dev.bxe.0.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.0.mbuf_defrag_failures:0dev.bxe.0.queue.0.mbuf_defrag_attempts:0dev.bxe.0.queue.0.tx_queue_xoff:0dev.bxe.0.queue.0.tx_frames_deferred:0dev.bxe.0.queue.0.tx_chain_lost_mbuf:0dev.bxe.0.queue.0.tx_window_violation_tso:0dev.bxe.0.queue.0.tx_window_violation_std:0dev.bxe.0.queue.0.tx_max_drbr_queue_depth:0dev.bxe.0.queue.0.tx_dma_mapping_failure:0dev.bxe.0.queue.0.tx_hw_max_queue_depth:0dev.bxe.0.queue.0.tx_hw_queue_full:0dev.bxe.0.queue.0.tx_encap_failures:0dev.bxe.0.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.0.tx_ofld_frames_lso:0dev.bxe.0.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.0.tx_soft_errors:0dev.bxe.0.queue.0.tx_pkts:0dev.bxe.0.queue.0.rx_budget_reached:0dev.bxe.0.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.0.rx_hw_csum_errors:0dev.bxe.0.queue.0.rx_soft_errors:0dev.bxe.0.queue.0.rx_jumbo_sge_pkts:0dev.bxe.0.queue.0.rx_tpa_pkts:0dev.bxe.0.queue.0.rx_pkts:0dev.bxe.0.queue.0.rx_calls:0dev.bxe.0.queue.0.tpa_bytes:0dev.bxe.0.queue.0.tpa_aggregated_frames:0dev.bxe.0.queue.0.tpa_aggregations:0dev.bxe.0.queue.0.tx_bcast_packets:0dev.bxe.0.queue.0.tx_mcast_packets:0dev.bxe.0.queue.0.tx_ucast_packets:0dev.bxe.0.queue.0.tx_bytes:0dev.bxe.0.queue.0.rx_discards:0dev.bxe.0.queue.0.rx_bcast_packets:0dev.bxe.0.queue.0.rx_mcast_packets:0dev.bxe.0.queue.0.rx_ucast_packets:0dev.bxe.0.queue.0.rx_bytes:0dev.bxe.0.mbuf_alloc_tpa:0dev.bxe.0.mbuf_alloc_sge:0dev.bxe.0.mbuf_alloc_rx:0dev.bxe.0.mbuf_alloc_tx:0dev.bxe.0.mbuf_rx_sge_mapping_failed:0dev.bxe.0.mbuf_rx_sge_alloc_failed:0dev.bxe.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.mbuf_rx_bd_mapping_failed:0dev.bxe.0.mbuf_rx_bd_alloc_failed:0dev.bxe.0.mbuf_defrag_failures:0dev.bxe.0.mbuf_defrag_attempts:0dev.bxe.0.tx_queue_xoff:0dev.bxe.0.tx_frames_deferred:0dev.bxe.0.tx_chain_lost_mbuf:0dev.bxe.0.tx_window_violation_tso:0dev.bxe.0.tx_window_violation_std:0dev.bxe.0.tx_max_drbr_queue_depth:0dev.bxe.0.tx_dma_mapping_failure:0dev.bxe.0.tx_hw_max_queue_depth:0dev.bxe.0.tx_hw_queue_full:0dev.bxe.0.tx_encap_failures:0dev.bxe.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.tx_ofld_frames_lso:0dev.bxe.0.tx_ofld_frames_csum_udp:0dev.bxe.0.tx_ofld_frames_csum_tcp:0dev.bxe.0.tx_ofld_frames_csum_ip:0dev.bxe.0.tx_soft_errors:0dev.bxe.0.tx_pkts:0dev.bxe.0.rx_budget_reached:0dev.bxe.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.rx_ofld_frames_csum_ip:0dev.bxe.0.rx_hw_csum_errors:0dev.bxe.0.rx_soft_errors:0dev.bxe.0.rx_jumbo_sge_pkts:0dev.bxe.0.rx_tpa_pkts:0dev.bxe.0.rx_pkts:0dev.bxe.0.rx_calls:0dev.bxe.0.eee_tx_lpi:0dev.bxe.0.tpa_bytes:0dev.bxe.0.tpa_aggregated_frames:0dev.bxe.0.tpa_aggregations:0dev.bxe.0.tx_pause_frames:0dev.bxe.0.tx_1523_to_9022_byte_packets:0dev.bxe.0.tx_1024_to_1522_byte_packets:0dev.bxe.0.tx_512_to_1023_byte_packets:0dev.bxe.0.tx_256_to_511_byte_packets:0dev.bxe.0.tx_128_to_255_byte_packets:0dev.bxe.0.tx_65_to_127_byte_packets:0dev.bxe.0.tx_64_byte_packets:0dev.bxe.0.tx_total_collisions:0dev.bxe.0.tx_late_collisions:0dev.bxe.0.tx_excess_collisions:0dev.bxe.0.tx_deferred:0dev.bxe.0.tx_multi_collisions:0dev.bxe.0.tx_single_collisions:0dev.bxe.0.tx_carrier_errors:0dev.bxe.0.tx_mac_errors:0dev.bxe.0.tx_bcast_packets:0dev.bxe.0.tx_mcast_packets:0dev.bxe.0.tx_ucast_packets:0dev.bxe.0.tx_error_bytes:0dev.bxe.0.tx_bytes:0

68 / 178

Page 69: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.rx_constant_pause_events:0dev.bxe.0.rx_mac_ctrl_frames:0dev.bxe.0.rx_pause_frames:0dev.bxe.0.rx_brb_truncate:0dev.bxe.0.rx_brb_discard:0dev.bxe.0.pfc_frames_sent:0dev.bxe.0.pfc_frames_received:0dev.bxe.0.rx_mf_tag_discard:0dev.bxe.0.rx_filtered_packets:0dev.bxe.0.rx_discards:0dev.bxe.0.rx_jabbers:0dev.bxe.0.rx_fragments:0dev.bxe.0.rx_oversize_packets:0dev.bxe.0.rx_undersize_packets:0dev.bxe.0.rx_align_errors:0dev.bxe.0.rx_crc_errors:0dev.bxe.0.rx_bcast_packets:0dev.bxe.0.rx_mcast_packets:0dev.bxe.0.rx_ucast_packets:0dev.bxe.0.rx_error_bytes:0dev.bxe.0.rx_bytes:0dev.bxe.0.state:0dev.bxe.0.rx_budget:4294967295dev.bxe.0.debug:0dev.bxe.0.pci_link:5.0GT/sx8dev.bxe.0.mac_addr:44:8a:5b:f4:d6:61dev.bxe.0.mf_vnics:1dev.bxe.0.mf_mode:Singledev.bxe.0.fw_version:7.8.51.0dev.bxe.0.bc_version:7.10.10dev.bxe.0.version:1.78.79dev.bxe.0.%parent:pci5dev.bxe.0.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x8055class=0x020000dev.bxe.0.%location:slot=0function=0handle=\_SB_.PCI0.BR2A.LAN1dev.bxe.0.%driver:bxedev.bxe.0.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79

dev.bxe.%parent:dev.mrsas.0.reset_in_progress:0dev.mrsas.0.mrsas_fw_fault_check_delay:1dev.mrsas.0.mrsas_io_timeout:180000dev.mrsas.0.mrsas_debug:4dev.mrsas.0.io_cmds_highwater:32dev.mrsas.0.fw_outstanding:0dev.mrsas.0.reset_count:0dev.mrsas.0.driver_version:06.707.04.03-fbsddev.mrsas.0.disable_ocr:0dev.mrsas.0.%parent:pci1dev.mrsas.0.%pnpinfo:vendor=0x1000device=0x005dsubvendor=0x1000subdevice=0x9364class=0x010400dev.mrsas.0.%location:slot=0function=0handle=\_SB_.PCI0.BR1A.H000dev.mrsas.0.%driver:mrsasdev.mrsas.0.%desc:AVAGOInvaderSASControllerdev.mrsas.%parent:dev.hostb.0.%parent:pci0dev.hostb.0.%pnpinfo:vendor=0x8086device=0x2f00subvendor=0x1bcfsubdevice=0x8053class=0x060000dev.hostb.0.%location:slot=0function=0handle=\_SB_.PCI0.DMI0dev.hostb.0.%driver:hostbdev.hostb.0.%desc:HosttoPCIbridgedev.hostb.%parent:dev.pci.192.wake:0dev.pci.192.%parent:pcib14dev.pci.192.%pnpinfo:dev.pci.192.%location:dev.pci.192.%driver:pcidev.pci.192.%desc:ACPIPCIbusdev.pci.131.wake:0dev.pci.131.%parent:pcib13dev.pci.131.%pnpinfo:dev.pci.131.%location:dev.pci.131.%driver:pcidev.pci.131.%desc:ACPIPCIbusdev.pci.130.wake:0dev.pci.130.%parent:pcib12dev.pci.130.%pnpinfo:dev.pci.130.%location:dev.pci.130.%driver:pcidev.pci.130.%desc:ACPIPCIbusdev.pci.129.wake:0dev.pci.129.%parent:pcib11dev.pci.129.%pnpinfo:dev.pci.129.%location:dev.pci.129.%driver:pcidev.pci.129.%desc:ACPIPCIbusdev.pci.128.%parent:pcib10dev.pci.128.%pnpinfo:dev.pci.128.%location:dev.pci.128.%driver:pcidev.pci.128.%desc:ACPIPCIbusdev.pci.125.wake:0dev.pci.125.%parent:pcib9dev.pci.125.%pnpinfo:dev.pci.125.%location:dev.pci.125.%driver:pcidev.pci.125.%desc:ACPIPCIbusdev.pci.66.wake:0dev.pci.66.%parent:pcib8dev.pci.66.%pnpinfo:dev.pci.66.%location:dev.pci.66.%driver:pcidev.pci.66.%desc:ACPIPCIbusdev.pci.65.wake:0dev.pci.65.%parent:pcib7dev.pci.65.%pnpinfo:dev.pci.65.%location:dev.pci.65.%driver:pcidev.pci.65.%desc:ACPIPCIbusdev.pci.64.wake:0dev.pci.64.%parent:pcib6dev.pci.64.%pnpinfo:dev.pci.64.%location:

69 / 178

Page 70: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.pci.64.%driver:pcidev.pci.64.%desc:ACPIPCIbusdev.pci.12.wake:0dev.pci.12.%parent:pcib5dev.pci.12.%pnpinfo:dev.pci.12.%location:dev.pci.12.%driver:pcidev.pci.12.%desc:ACPIPCIbusdev.pci.5.wake:0dev.pci.5.%parent:pcib4dev.pci.5.%pnpinfo:dev.pci.5.%location:dev.pci.5.%driver:pcidev.pci.5.%desc:ACPIPCIbusdev.pci.1.wake:0dev.pci.1.%parent:pcib3dev.pci.1.%pnpinfo:dev.pci.1.%location:dev.pci.1.%driver:pcidev.pci.1.%desc:ACPIPCIbusdev.pci.0.%parent:pcib2dev.pci.0.%pnpinfo:dev.pci.0.%location:dev.pci.0.%driver:pcidev.pci.0.%desc:ACPIPCIbusdev.pci.127.%parent:pcib1dev.pci.127.%pnpinfo:dev.pci.127.%location:dev.pci.127.%driver:pcidev.pci.127.%desc:ACPIPCIbusdev.pci.255.%parent:pcib0dev.pci.255.%pnpinfo:dev.pci.255.%location:dev.pci.255.%driver:pcidev.pci.255.%desc:ACPIPCIbusdev.pci.%parent:dev.pcib.14.wake:0dev.pcib.14.subbus:192dev.pcib.14.secbus:192dev.pcib.14.pribus:128dev.pcib.14.domain:0dev.pcib.14.%parent:pci128dev.pcib.14.%pnpinfo:vendor=0x8086device=0x2f08subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.14.%location:slot=3function=0handle=\_SB_.PCI1.QR3Adev.pcib.14.%driver:pcibdev.pcib.14.%desc:ACPIPCI-PCIbridgedev.pcib.13.wake:0dev.pcib.13.subbus:131dev.pcib.13.secbus:131dev.pcib.13.pribus:128dev.pcib.13.domain:0dev.pcib.13.%parent:pci128dev.pcib.13.%pnpinfo:vendor=0x8086device=0x2f04subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.13.%location:slot=2function=0handle=\_SB_.PCI1.QR2Adev.pcib.13.%driver:pcibdev.pcib.13.%desc:ACPIPCI-PCIbridgedev.pcib.12.wake:0dev.pcib.12.subbus:130dev.pcib.12.secbus:130dev.pcib.12.pribus:128dev.pcib.12.domain:0dev.pcib.12.%parent:pci128dev.pcib.12.%pnpinfo:vendor=0x8086device=0x2f02subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.12.%location:slot=1function=0handle=\_SB_.PCI1.QR1Adev.pcib.12.%driver:pcibdev.pcib.12.%desc:ACPIPCI-PCIbridgedev.pcib.11.wake:0dev.pcib.11.subbus:129dev.pcib.11.secbus:129dev.pcib.11.pribus:128dev.pcib.11.domain:0dev.pcib.11.%parent:pci128dev.pcib.11.%pnpinfo:vendor=0x8086device=0x2f01subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.11.%location:slot=0function=0handle=\_SB_.PCI1.QRP0dev.pcib.11.%driver:pcibdev.pcib.11.%desc:ACPIPCI-PCIbridgedev.pcib.10.%parent:acpi0dev.pcib.10.%pnpinfo:_HID=PNP0A08_UID=128dev.pcib.10.%location:handle=\_SB_.PCI1_PXM=1dev.pcib.10.%driver:pcibdev.pcib.10.%desc:ACPIHost-PCIbridgedev.pcib.9.wake:0dev.pcib.9.subbus:125dev.pcib.9.secbus:125dev.pcib.9.pribus:0dev.pcib.9.domain:0dev.pcib.9.%parent:pci0dev.pcib.9.%pnpinfo:vendor=0x8086device=0x8d16subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.9.%location:slot=28function=3handle=\_SB_.PCI0.RP04dev.pcib.9.%driver:pcibdev.pcib.9.%desc:ACPIPCI-PCIbridgedev.pcib.8.wake:0dev.pcib.8.subbus:66dev.pcib.8.secbus:66dev.pcib.8.pribus:0dev.pcib.8.domain:0dev.pcib.8.%parent:pci0dev.pcib.8.%pnpinfo:vendor=0x8086device=0x8d10subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.8.%location:slot=28function=0handle=\_SB_.PCI0.RP01dev.pcib.8.%driver:pcibdev.pcib.8.%desc:ACPIPCI-PCIbridgedev.pcib.7.wake:0dev.pcib.7.subbus:65dev.pcib.7.secbus:65dev.pcib.7.pribus:0dev.pcib.7.domain:0dev.pcib.7.%parent:pci0dev.pcib.7.%pnpinfo:vendor=0x8086device=0x2f0asubvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.7.%location:slot=3function=2handle=\_SB_.PCI0.BR3Cdev.pcib.7.%driver:pcib

70 / 178

Page 71: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.pcib.7.%desc:ACPIPCI-PCIbridgedev.pcib.6.wake:0dev.pcib.6.subbus:64dev.pcib.6.secbus:64dev.pcib.6.pribus:0dev.pcib.6.domain:0dev.pcib.6.%parent:pci0dev.pcib.6.%pnpinfo:vendor=0x8086device=0x2f08subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.6.%location:slot=3function=0handle=\_SB_.PCI0.BR3Adev.pcib.6.%driver:pcibdev.pcib.6.%desc:ACPIPCI-PCIbridgedev.pcib.5.wake:0dev.pcib.5.subbus:12dev.pcib.5.secbus:12dev.pcib.5.pribus:0dev.pcib.5.domain:0dev.pcib.5.%parent:pci0dev.pcib.5.%pnpinfo:vendor=0x8086device=0x2f06subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.5.%location:slot=2function=2handle=\_SB_.PCI0.BR2Cdev.pcib.5.%driver:pcibdev.pcib.5.%desc:ACPIPCI-PCIbridgedev.pcib.4.wake:0dev.pcib.4.subbus:5dev.pcib.4.secbus:5dev.pcib.4.pribus:0dev.pcib.4.domain:0dev.pcib.4.%parent:pci0dev.pcib.4.%pnpinfo:vendor=0x8086device=0x2f04subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.4.%location:slot=2function=0handle=\_SB_.PCI0.BR2Adev.pcib.4.%driver:pcibdev.pcib.4.%desc:ACPIPCI-PCIbridgedev.pcib.3.wake:0dev.pcib.3.subbus:1dev.pcib.3.secbus:1dev.pcib.3.pribus:0dev.pcib.3.domain:0dev.pcib.3.%parent:pci0dev.pcib.3.%pnpinfo:vendor=0x8086device=0x2f02subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.3.%location:slot=1function=0handle=\_SB_.PCI0.BR1Adev.pcib.3.%driver:pcibdev.pcib.3.%desc:ACPIPCI-PCIbridgedev.pcib.2.%parent:acpi0dev.pcib.2.%pnpinfo:_HID=PNP0A08_UID=0dev.pcib.2.%location:handle=\_SB_.PCI0_PXM=0dev.pcib.2.%driver:pcibdev.pcib.2.%desc:ACPIHost-PCIbridgedev.pcib.1.%parent:acpi0dev.pcib.1.%pnpinfo:_HID=PNP0A03_UID=63dev.pcib.1.%location:handle=\_SB_.UNC0dev.pcib.1.%driver:pcibdev.pcib.1.%desc:ACPIHost-PCIbridgedev.pcib.0.%parent:acpi0dev.pcib.0.%pnpinfo:_HID=PNP0A03_UID=127dev.pcib.0.%location:handle=\_SB_.UNC1dev.pcib.0.%driver:pcibdev.pcib.0.%desc:ACPIHost-PCIbridgedev.pcib.%parent:dev.pci_link.7.%parent:acpi0dev.pci_link.7.%pnpinfo:_HID=PNP0C0F_UID=8dev.pci_link.7.%location:handle=\_SB_.LNKHdev.pci_link.7.%driver:pci_linkdev.pci_link.7.%desc:ACPIPCILinkLNKHdev.pci_link.6.%parent:acpi0dev.pci_link.6.%pnpinfo:_HID=PNP0C0F_UID=7dev.pci_link.6.%location:handle=\_SB_.LNKGdev.pci_link.6.%driver:pci_linkdev.pci_link.6.%desc:ACPIPCILinkLNKGdev.pci_link.5.%parent:acpi0dev.pci_link.5.%pnpinfo:_HID=PNP0C0F_UID=6dev.pci_link.5.%location:handle=\_SB_.LNKFdev.pci_link.5.%driver:pci_linkdev.pci_link.5.%desc:ACPIPCILinkLNKFdev.pci_link.4.%parent:acpi0dev.pci_link.4.%pnpinfo:_HID=PNP0C0F_UID=5dev.pci_link.4.%location:handle=\_SB_.LNKEdev.pci_link.4.%driver:pci_linkdev.pci_link.4.%desc:ACPIPCILinkLNKEdev.pci_link.3.%parent:acpi0dev.pci_link.3.%pnpinfo:_HID=PNP0C0F_UID=4dev.pci_link.3.%location:handle=\_SB_.LNKDdev.pci_link.3.%driver:pci_linkdev.pci_link.3.%desc:ACPIPCILinkLNKDdev.pci_link.2.%parent:acpi0dev.pci_link.2.%pnpinfo:_HID=PNP0C0F_UID=3dev.pci_link.2.%location:handle=\_SB_.LNKCdev.pci_link.2.%driver:pci_linkdev.pci_link.2.%desc:ACPIPCILinkLNKCdev.pci_link.1.%parent:acpi0dev.pci_link.1.%pnpinfo:_HID=PNP0C0F_UID=2dev.pci_link.1.%location:handle=\_SB_.LNKBdev.pci_link.1.%driver:pci_linkdev.pci_link.1.%desc:ACPIPCILinkLNKBdev.pci_link.0.%parent:acpi0dev.pci_link.0.%pnpinfo:_HID=PNP0C0F_UID=1dev.pci_link.0.%location:handle=\_SB_.LNKAdev.pci_link.0.%driver:pci_linkdev.pci_link.0.%desc:ACPIPCILinkLNKAdev.pci_link.%parent:dev.acpi_timer.0.%parent:acpi0dev.acpi_timer.0.%pnpinfo:unknowndev.acpi_timer.0.%location:unknowndev.acpi_timer.0.%driver:acpi_timerdev.acpi_timer.0.%desc:24-bittimerat3.579545MHzdev.acpi_timer.%parent:dev.hpet.0.mmap_allow_write:1dev.hpet.0.mmap_allow:1dev.hpet.0.%parent:acpi0dev.hpet.0.%pnpinfo:_HID=PNP0103_UID=0dev.hpet.0.%location:handle=\_SB_.PCI0.LPC0.HPETdev.hpet.0.%driver:hpet

71 / 178

Page 72: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.hpet.0.%desc:HighPrecisionEventTimerdev.hpet.%parent:dev.attimer.0.%parent:acpi0dev.attimer.0.%pnpinfo:_HID=PNP0100_UID=0dev.attimer.0.%location:handle=\_SB_.PCI0.LPC0.TMR_dev.attimer.0.%driver:attimerdev.attimer.0.%desc:ATtimerdev.attimer.%parent:dev.atrtc.0.%parent:acpi0dev.atrtc.0.%pnpinfo:_HID=PNP0B00_UID=0dev.atrtc.0.%location:handle=\_SB_.PCI0.LPC0.RTC_dev.atrtc.0.%driver:atrtcdev.atrtc.0.%desc:ATrealtimeclockdev.atrtc.%parent:dev.cpu.19.cx_usage:100.00%last5980usdev.cpu.19.cx_lowest:C1dev.cpu.19.cx_supported:C1/1/1dev.cpu.19.%parent:acpi0dev.cpu.19.%pnpinfo:_HID=none_UID=0dev.cpu.19.%location:handle=\_SB_.SCK1.CP09dev.cpu.19.%driver:cpudev.cpu.19.%desc:ACPICPUdev.cpu.18.cx_usage:100.00%last6304usdev.cpu.18.cx_lowest:C1dev.cpu.18.cx_supported:C1/1/1dev.cpu.18.%parent:acpi0dev.cpu.18.%pnpinfo:_HID=none_UID=0dev.cpu.18.%location:handle=\_SB_.SCK1.CP08dev.cpu.18.%driver:cpudev.cpu.18.%desc:ACPICPUdev.cpu.17.cx_usage:100.00%last6304usdev.cpu.17.cx_lowest:C1dev.cpu.17.cx_supported:C1/1/1dev.cpu.17.%parent:acpi0dev.cpu.17.%pnpinfo:_HID=none_UID=0dev.cpu.17.%location:handle=\_SB_.SCK1.CP07dev.cpu.17.%driver:cpudev.cpu.17.%desc:ACPICPUdev.cpu.16.cx_usage:100.00%last6185usdev.cpu.16.cx_lowest:C1dev.cpu.16.cx_supported:C1/1/1dev.cpu.16.%parent:acpi0dev.cpu.16.%pnpinfo:_HID=none_UID=0dev.cpu.16.%location:handle=\_SB_.SCK1.CP06dev.cpu.16.%driver:cpudev.cpu.16.%desc:ACPICPUdev.cpu.15.cx_usage:100.00%last6626usdev.cpu.15.cx_lowest:C1dev.cpu.15.cx_supported:C1/1/1dev.cpu.15.%parent:acpi0dev.cpu.15.%pnpinfo:_HID=none_UID=0dev.cpu.15.%location:handle=\_SB_.SCK1.CP05dev.cpu.15.%driver:cpudev.cpu.15.%desc:ACPICPUdev.cpu.14.cx_usage:100.00%last6408usdev.cpu.14.cx_lowest:C1dev.cpu.14.cx_supported:C1/1/1dev.cpu.14.%parent:acpi0dev.cpu.14.%pnpinfo:_HID=none_UID=0dev.cpu.14.%location:handle=\_SB_.SCK1.CP04dev.cpu.14.%driver:cpudev.cpu.14.%desc:ACPICPUdev.cpu.13.cx_usage:100.00%last3753usdev.cpu.13.cx_lowest:C1dev.cpu.13.cx_supported:C1/1/1dev.cpu.13.%parent:acpi0dev.cpu.13.%pnpinfo:_HID=none_UID=0dev.cpu.13.%location:handle=\_SB_.SCK1.CP03dev.cpu.13.%driver:cpudev.cpu.13.%desc:ACPICPUdev.cpu.12.cx_usage:100.00%last1713usdev.cpu.12.cx_lowest:C1dev.cpu.12.cx_supported:C1/1/1dev.cpu.12.%parent:acpi0dev.cpu.12.%pnpinfo:_HID=none_UID=0dev.cpu.12.%location:handle=\_SB_.SCK1.CP02dev.cpu.12.%driver:cpudev.cpu.12.%desc:ACPICPUdev.cpu.11.cx_usage:100.00%last4506usdev.cpu.11.cx_lowest:C1dev.cpu.11.cx_supported:C1/1/1dev.cpu.11.%parent:acpi0dev.cpu.11.%pnpinfo:_HID=none_UID=0dev.cpu.11.%location:handle=\_SB_.SCK1.CP01dev.cpu.11.%driver:cpudev.cpu.11.%desc:ACPICPUdev.cpu.10.cx_usage:100.00%last6052usdev.cpu.10.cx_lowest:C1dev.cpu.10.cx_supported:C1/1/1dev.cpu.10.%parent:acpi0dev.cpu.10.%pnpinfo:_HID=none_UID=0dev.cpu.10.%location:handle=\_SB_.SCK1.CP00dev.cpu.10.%driver:cpudev.cpu.10.%desc:ACPICPUdev.cpu.9.cx_usage:100.00%last6305usdev.cpu.9.cx_lowest:C1dev.cpu.9.cx_supported:C1/1/1dev.cpu.9.%parent:acpi0dev.cpu.9.%pnpinfo:_HID=none_UID=0dev.cpu.9.%location:handle=\_SB_.SCK0.CP09dev.cpu.9.%driver:cpudev.cpu.9.%desc:ACPICPUdev.cpu.8.cx_usage:100.00%last5317usdev.cpu.8.cx_lowest:C1dev.cpu.8.cx_supported:C1/1/1dev.cpu.8.%parent:acpi0dev.cpu.8.%pnpinfo:_HID=none_UID=0dev.cpu.8.%location:handle=\_SB_.SCK0.CP08dev.cpu.8.%driver:cpudev.cpu.8.%desc:ACPICPU

72 / 178

Page 73: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.cpu.7.cx_usage:100.00%last5498usdev.cpu.7.cx_lowest:C1dev.cpu.7.cx_supported:C1/1/1dev.cpu.7.%parent:acpi0dev.cpu.7.%pnpinfo:_HID=none_UID=0dev.cpu.7.%location:handle=\_SB_.SCK0.CP07dev.cpu.7.%driver:cpudev.cpu.7.%desc:ACPICPUdev.cpu.6.cx_usage:100.00%last6057usdev.cpu.6.cx_lowest:C1dev.cpu.6.cx_supported:C1/1/1dev.cpu.6.%parent:acpi0dev.cpu.6.%pnpinfo:_HID=none_UID=0dev.cpu.6.%location:handle=\_SB_.SCK0.CP06dev.cpu.6.%driver:cpudev.cpu.6.%desc:ACPICPUdev.cpu.5.cx_usage:100.00%last4985usdev.cpu.5.cx_lowest:C1dev.cpu.5.cx_supported:C1/1/1dev.cpu.5.%parent:acpi0dev.cpu.5.%pnpinfo:_HID=none_UID=0dev.cpu.5.%location:handle=\_SB_.SCK0.CP05dev.cpu.5.%driver:cpudev.cpu.5.%desc:ACPICPUdev.cpu.4.cx_usage:100.00%last5584usdev.cpu.4.cx_lowest:C1dev.cpu.4.cx_supported:C1/1/1dev.cpu.4.%parent:acpi0dev.cpu.4.%pnpinfo:_HID=none_UID=0dev.cpu.4.%location:handle=\_SB_.SCK0.CP04dev.cpu.4.%driver:cpudev.cpu.4.%desc:ACPICPUdev.cpu.3.cx_usage:100.00%last182usdev.cpu.3.cx_lowest:C1dev.cpu.3.cx_supported:C1/1/1dev.cpu.3.%parent:acpi0dev.cpu.3.%pnpinfo:_HID=none_UID=0dev.cpu.3.%location:handle=\_SB_.SCK0.CP03dev.cpu.3.%driver:cpudev.cpu.3.%desc:ACPICPUdev.cpu.2.cx_usage:100.00%last5607usdev.cpu.2.cx_lowest:C1dev.cpu.2.cx_supported:C1/1/1dev.cpu.2.%parent:acpi0dev.cpu.2.%pnpinfo:_HID=none_UID=0dev.cpu.2.%location:handle=\_SB_.SCK0.CP02dev.cpu.2.%driver:cpudev.cpu.2.%desc:ACPICPUdev.cpu.1.cx_usage:100.00%last5508usdev.cpu.1.cx_lowest:C1dev.cpu.1.cx_supported:C1/1/1dev.cpu.1.%parent:acpi0dev.cpu.1.%pnpinfo:_HID=none_UID=0dev.cpu.1.%location:handle=\_SB_.SCK0.CP01dev.cpu.1.%driver:cpudev.cpu.1.%desc:ACPICPUdev.cpu.0.cx_usage:100.00%last5466usdev.cpu.0.cx_lowest:C1dev.cpu.0.cx_supported:C1/1/1dev.cpu.0.%parent:acpi0dev.cpu.0.%pnpinfo:_HID=none_UID=0dev.cpu.0.%location:handle=\_SB_.SCK0.CP00dev.cpu.0.%driver:cpudev.cpu.0.%desc:ACPICPUdev.cpu.%parent:dev.acpi_sysresource.2.%parent:acpi0dev.acpi_sysresource.2.%pnpinfo:_HID=PNP0C01_UID=241dev.acpi_sysresource.2.%location:handle=\_SB_.PCI0.RP04.PPF1dev.acpi_sysresource.2.%driver:acpi_sysresourcedev.acpi_sysresource.2.%desc:SystemResourcedev.acpi_sysresource.1.%parent:acpi0dev.acpi_sysresource.1.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.1.%location:handle=\_SB_.PCI0.LPC0.SIO1dev.acpi_sysresource.1.%driver:acpi_sysresourcedev.acpi_sysresource.1.%desc:SystemResourcedev.acpi_sysresource.0.%parent:acpi0dev.acpi_sysresource.0.%pnpinfo:_HID=PNP0C02_UID=16dev.acpi_sysresource.0.%location:handle=\_SB_.PCI0.LPC0.XTRAdev.acpi_sysresource.0.%driver:acpi_sysresourcedev.acpi_sysresource.0.%desc:SystemResourcedev.acpi_sysresource.%parent:dev.acpi.0.%parent:nexus0dev.acpi.0.%pnpinfo:dev.acpi.0.%location:dev.acpi.0.%driver:acpidev.acpi.0.%desc:AMI0680dev.acpi.%parent:dev.ram.0.%parent:nexus0dev.ram.0.%pnpinfo:dev.ram.0.%location:dev.ram.0.%driver:ramdev.ram.0.%desc:SystemRAMdev.ram.%parent:dev.nexus.0.%parent:root0dev.nexus.0.%pnpinfo:dev.nexus.0.%location:dev.nexus.0.%driver:nexusdev.nexus.0.%desc:dev.nexus.%parent:dev.hv_kvp_log:0dev.xen.xsd_kva:0dev.xen.xsd_port:0dev.xen.balloon.high_mem:0dev.xen.balloon.low_mem:0dev.xen.balloon.hard_limit:0dev.xen.balloon.driver_pages:0dev.xen.balloon.target:0dev.xen.balloon.current:0security.mac.mmap_revocation_via_cow:0security.mac.mmap_revocation:1

73 / 178

Page 74: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

security.mac.labeled:0security.mac.max_slots:4security.mac.version:4security.bsd.stack_guard_page:0security.bsd.unprivileged_get_quota:0security.bsd.hardlink_check_gid:0security.bsd.hardlink_check_uid:0security.bsd.unprivileged_read_msgbuf:1security.bsd.unprivileged_idprio:0security.bsd.unprivileged_proc_debug:1security.bsd.conservative_signals:1security.bsd.see_other_gids:1security.bsd.see_other_uids:1security.bsd.unprivileged_mlock:1security.bsd.suser_enabled:1security.bsd.map_at_zero:0security.jail.param.allow.mount.zfs:0security.jail.param.allow.mount.tmpfs:0security.jail.param.allow.mount.procfs:0security.jail.param.allow.mount.nullfs:0security.jail.param.allow.mount.fdescfs:0security.jail.param.allow.mount.devfs:0security.jail.param.allow.mount.:0security.jail.param.allow.socket_af:0security.jail.param.allow.quotas:0security.jail.param.allow.chflags:0security.jail.param.allow.raw_sockets:0security.jail.param.allow.sysvipc:0security.jail.param.allow.set_hostname:0security.jail.param.ip6.saddrsel:0security.jail.param.ip6.:0security.jail.param.ip4.saddrsel:0security.jail.param.ip4.:0security.jail.param.cpuset.id:0security.jail.param.host.hostid:0security.jail.param.host.hostuuid:64security.jail.param.host.domainname:256security.jail.param.host.hostname:256security.jail.param.host.:0security.jail.param.children.max:0security.jail.param.children.cur:0security.jail.param.dying:0security.jail.param.persist:0security.jail.param.devfs_ruleset:0security.jail.param.enforce_statfs:0security.jail.param.osrelease:32security.jail.param.osreldate:0security.jail.param.securelevel:0security.jail.param.path:1024security.jail.param.name:256security.jail.param.parent:0security.jail.param.jid:0security.jail.devfs_ruleset:0security.jail.enforce_statfs:2security.jail.mount_zfs_allowed:0security.jail.mount_tmpfs_allowed:0security.jail.mount_procfs_allowed:0security.jail.mount_nullfs_allowed:0security.jail.mount_fdescfs_allowed:0security.jail.mount_devfs_allowed:0security.jail.mount_allowed:0security.jail.chflags_allowed:0security.jail.allow_raw_sockets:0security.jail.sysvipc_allowed:0security.jail.socket_unixiproute_only:1security.jail.set_hostname_allowed:1security.jail.jail_max_af_ips:255security.jail.vnet:0security.jail.jailed:0compat.ia32.maxvmem:0compat.ia32.maxssiz:67108864compat.ia32.maxdsiz:536870912

#pciconf-lvc

74 / 178

Page 75: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

カーネルステートデータ詳細一覧kern.ostype:FreeBSDkern.osrelease:10.2-RELEASEkern.osrevision:199506kern.version:FreeBSD10.2-RELEASE#0r286666:WedAug1215:26:[email protected]:/usr/obj/usr/src/sys/GENERICkern.maxvnodes:2251301kern.maxproc:136356kern.maxfiles:4190866kern.argmax:262144kern.securelevel:-1kern.hostname:navygemv.bsdconsulting.co.jpkern.hostid:3419988800kern.clockrate:{hz=1000,tick=1000,profhz=8128,stathz=127}kern.posix1version:200112kern.ngroups:1023kern.job_control:1kern.saved_ids:0kern.boottime:{sec=1445313706,usec=434551}TueOct2013:01:462015kern.domainname:kern.osreldate:1002000kern.bootfile:/boot/kernel/kernelkern.maxfilesperproc:3771774kern.maxprocperuid:122720kern.ipc.maxsockbuf:2097152kern.ipc.sockbuf_waste_factor:8kern.ipc.max_linkhdr:16kern.ipc.max_protohdr:60kern.ipc.max_hdr:76kern.ipc.max_datalen:92kern.ipc.sendfile.readahead:1kern.ipc.maxsockets:4190870kern.ipc.numopensockets:13kern.ipc.soacceptqueue:128kern.ipc.shm_allow_removed:0kern.ipc.shm_use_phys:0kern.ipc.shmall:131072kern.ipc.shmseg:128kern.ipc.shmmni:192kern.ipc.shmmin:1kern.ipc.shmmax:536870912kern.ipc.semaem:16384kern.ipc.semvmx:32767kern.ipc.semusz:632kern.ipc.semume:50kern.ipc.semopm:100kern.ipc.semmsl:340kern.ipc.semmnu:150kern.ipc.semmns:340kern.ipc.semmni:50kern.ipc.msgseg:2048kern.ipc.msgssz:8kern.ipc.msgtql:40kern.ipc.msgmnb:2048kern.ipc.msgmni:40kern.ipc.msgmax:16384kern.ipc.piperesizeallowed:1kern.ipc.piperesizefail:0kern.ipc.pipeallocfail:0kern.ipc.pipefragretry:0kern.ipc.pipekva:16384kern.ipc.maxpipekva:2145722368kern.ipc.nmbufs:52255185kern.ipc.nmbjumbo16:2721620kern.ipc.nmbjumbo9:3628830kern.ipc.nmbjumbop:4082435kern.ipc.nmbclusters:8164872kern.ipc.maxmbufmem:66886627328kern.dummy:0kern.ps_strings:140737488351200kern.usrstack:140737488351232kern.logsigexit:1kern.iov_max:1024kern.hostuuid:da398a36-3dbc-e411-8001-448a5bf84ef8kern.chroot_allow_open_directories:1kern.minvnodes:562825kern.metadelay:28kern.dirdelay:29kern.filedelay:30kern.tty_nout:6432kern.tty_nin:101kern.tty_inq_flush_secure:1kern.smp.forward_signal_enabled:1kern.smp.topology:0kern.smp.cpus:20kern.smp.disabled:0kern.smp.active:1kern.smp.maxcpus:64kern.smp.maxid:19kern.msgbuf_clear:0kern.msgbuf:kern.always_console_output:0kern.log_console_add_linefeed:0kern.log_console_output:1kern.vm_guest:nonekern.sgrowsiz:131072kern.maxssiz:536870912kern.dflssiz:8388608kern.maxdsiz:34359738368kern.dfldsiz:34359738368kern.maxtsiz:134217728kern.bio_transient_maxcnt:1024kern.maxbcache:0kern.maxswzone:0kern.msgbufsize:98304

75 / 178

Page 76: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.nswbuf:256kern.nbuf:105931kern.hz:1000kern.msgbuf_show_timestamp:0kern.log_wakeups_per_second:5kern.kobj_methodcount:234kern.hintmode:0kern.devstat.version:6kern.devstat.generation:201kern.devstat.numdevs:7kern.ccpu:0kern.sched.topology_spec:<groups>kern.sched.steal_thresh:2kern.sched.steal_idle:1kern.sched.balance_interval:127kern.sched.balance:1kern.sched.affinity:1kern.sched.idlespinthresh:157kern.sched.idlespins:10000kern.sched.static_boost:152kern.sched.preempt_thresh:80kern.sched.interact:30kern.sched.slice:12kern.sched.quantum:94488kern.sched.name:ULEkern.sched.preemption:1kern.sched.cpusetsize:8kern.callout_stat:0kern.ncallout:18508kern.threads.max_threads_hits:0kern.threads.max_threads_per_proc:1500kern.timecounter.tsc_shift:1kern.timecounter.smp_tsc_adjust:0kern.timecounter.smp_tsc:1kern.timecounter.invariant_tsc:1kern.timecounter.fast_gettime:1kern.timecounter.tick:1kern.timecounter.choice:TSC-low(1000)ACPI-fast(900)HPET(950)i8254(0)dummy(-1000000)kern.timecounter.hardware:TSC-lowkern.timecounter.alloweddeviation:5kern.timecounter.stepwarnings:0kern.timecounter.tc.TSC-low.quality:1000kern.timecounter.tc.TSC-low.frequency:1300027716kern.timecounter.tc.TSC-low.counter:3214651309kern.timecounter.tc.TSC-low.mask:4294967295kern.timecounter.tc.ACPI-fast.quality:900kern.timecounter.tc.ACPI-fast.frequency:3579545kern.timecounter.tc.ACPI-fast.counter:7188414kern.timecounter.tc.ACPI-fast.mask:16777215kern.timecounter.tc.HPET.quality:950kern.timecounter.tc.HPET.frequency:14318180kern.timecounter.tc.HPET.counter:2661077112kern.timecounter.tc.HPET.mask:4294967295kern.timecounter.tc.i8254.quality:0kern.timecounter.tc.i8254.frequency:1193182kern.timecounter.tc.i8254.counter:61810kern.timecounter.tc.i8254.mask:65535kern.fscale:2048kern.corefile:%N.corekern.nodump_coredump:0kern.coredump:1kern.capmode_coredump:0kern.sugid_coredump:0kern.sigqueue.alloc_fail:0kern.sigqueue.overflow:0kern.sigqueue.preallocate:1024kern.sigqueue.max_pending_per_proc:128kern.forcesigexit:1kern.shutdown.dumpdevname:da0p3kern.shutdown.kproc_shutdown_wait:60kern.shutdown.poweroff_delay:5000kern.shutdown.show_busybufs:0kern.sync_on_panic:0kern.panic_reboot_wait_time:15kern.racct.pcpu_threshold:1kern.racct.enable:0kern.proc_vmmap_skip_resident_count:0kern.kstack_pages:4kern.hwpmc.softevents:16kern.fallback_elf_brand:-1kern.pid_max:99999kern.features.ufs_quota64:1kern.features.ufs_quota:1kern.features.ufs_gjournal:1kern.features.ufs_acl:1kern.features.softupdates:1kern.features.ffs_snapshot:1kern.features.security_mac:1kern.features.audit:1kern.features.inet6:1kern.features.sctp:1kern.features.inet:1kern.features.posix_shm:1kern.features.sysv_shm:1kern.features.sysv_sem:1kern.features.sysv_msg:1kern.features.process_descriptors:1kern.features.security_capabilities:1kern.features.security_capability_mode:1kern.features.stack:1kern.features.rctl:1kern.features.racct:1kern.features.hwpmc_hooks:1kern.features.compat_freebsd7:1kern.features.compat_freebsd6:1kern.features.compat_freebsd5:1kern.features.compat_freebsd4:1kern.features.ktrace:1kern.features.kdtrace_hooks:1kern.features.kposix_priority_scheduling:1

76 / 178

Page 77: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.features.geom_part_mbr:1kern.features.geom_part_gpt:1kern.features.geom_part_ebr_compat:1kern.features.geom_part_ebr:1kern.features.geom_part_bsd:1kern.features.geom_label:1kern.features.nfsd:1kern.features.nfscl:1kern.features.ata_cam:1kern.features.compat_freebsd_32bit:1kern.features.scbus:1kern.conftxt:options CONFIG_AUTOGENERATEDkern.supported_archs:amd64i386kern.maxusers:8521kern.compiler_version:FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512kern.ident:GENERICkern.malloc_count:361kern.module_path:/boot/kernel;/boot/moduleskern.ktrace.request_pool:100kern.ktrace.genio_size:4096kern.randompid:0kern.lastpid:1093kern.disallow_high_osrel:0kern.ps_arg_cache_limit:256kern.stackprot:7kern.kq_calloutmax:4096kern.eventtimer.periodic:0kern.eventtimer.timer:LAPICkern.eventtimer.idletick:0kern.eventtimer.singlemul:2kern.eventtimer.choice:LAPIC(600)HPET(350)HPET1(340)HPET2(340)HPET3(340)HPET4(340)HPET5(340)HPET6(340)HPET7(340)i8254(100)RTC(0)kern.eventtimer.et.HPET7.quality:340kern.eventtimer.et.HPET7.frequency:14318180kern.eventtimer.et.HPET7.flags:3kern.eventtimer.et.HPET6.quality:340kern.eventtimer.et.HPET6.frequency:14318180kern.eventtimer.et.HPET6.flags:3kern.eventtimer.et.HPET5.quality:340kern.eventtimer.et.HPET5.frequency:14318180kern.eventtimer.et.HPET5.flags:3kern.eventtimer.et.HPET4.quality:340kern.eventtimer.et.HPET4.frequency:14318180kern.eventtimer.et.HPET4.flags:3kern.eventtimer.et.HPET3.quality:340kern.eventtimer.et.HPET3.frequency:14318180kern.eventtimer.et.HPET3.flags:3kern.eventtimer.et.HPET2.quality:340kern.eventtimer.et.HPET2.frequency:14318180kern.eventtimer.et.HPET2.flags:3kern.eventtimer.et.HPET1.quality:340kern.eventtimer.et.HPET1.frequency:14318180kern.eventtimer.et.HPET1.flags:3kern.eventtimer.et.HPET.quality:350kern.eventtimer.et.HPET.frequency:14318180kern.eventtimer.et.HPET.flags:3kern.eventtimer.et.i8254.quality:100kern.eventtimer.et.i8254.frequency:1193182kern.eventtimer.et.i8254.flags:1kern.eventtimer.et.RTC.quality:0kern.eventtimer.et.RTC.frequency:32768kern.eventtimer.et.RTC.flags:17kern.eventtimer.et.LAPIC.quality:600kern.eventtimer.et.LAPIC.frequency:50001069kern.eventtimer.et.LAPIC.flags:7kern.openfiles:57kern.vty:sckern.constty_wakeups_per_second:5kern.consmsgbuf_size:8192kern.consmute:0kern.console:ttyv0,/ttyv0,uart,ttyv0,kern.cp_times:50535731021010173027050732250100732230507326202173293070732440407326307073242018073141060732750617323502117307101207321308273212070732530407327403073272050732770617320kern.cp_time:88019912146424kern.acct_suspended:0kern.acct_configured:0kern.acct_chkfreq:15kern.acct_resume:4kern.acct_suspend:2kern.init_shutdown_timeout:120kern.init_path:/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/initkern.elf32.read_exec:0kern.elf32.nxstack:1kern.elf32.fallback_brand:-1kern.elf64.nxstack:1kern.elf64.fallback_brand:-1kern.geom.raid.raid5.enable:1kern.geom.raid.raid1e.enable:1kern.geom.raid.raid1e.rebuild_meta_update:1024kern.geom.raid.raid1e.rebuild_cluster_idle:100kern.geom.raid.raid1e.rebuild_fair_io:20kern.geom.raid.raid1e.rebuild_slab_size:1048576kern.geom.raid.raid1.enable:1kern.geom.raid.raid1.rebuild_meta_update:1024kern.geom.raid.raid1.rebuild_cluster_idle:100kern.geom.raid.raid1.rebuild_fair_io:20kern.geom.raid.raid1.rebuild_slab_size:1048576kern.geom.raid.raid0.enable:1kern.geom.raid.concat.enable:1kern.geom.raid.sii.enable:1kern.geom.raid.promise.enable:1kern.geom.raid.nvidia.enable:1kern.geom.raid.jmicron.enable:1kern.geom.raid.intel.enable:1kern.geom.raid.ddf.enable:1kern.geom.raid.legacy_aliases:1kern.geom.raid.idle_threshold:1000000kern.geom.raid.name_format:0kern.geom.raid.disconnect_on_failure:1kern.geom.raid.clean_time:5kern.geom.raid.start_timeout:30

77 / 178

Page 78: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

kern.geom.raid.read_err_thresh:10kern.geom.raid.debug:0kern.geom.raid.aggressive_spare:0kern.geom.raid.enable:1kern.geom.part.mbr.enforce_chs:1kern.geom.part.check_integrity:1kern.geom.label.disk_ident.enable:1kern.geom.label.gptid.enable:1kern.geom.label.gpt.enable:1kern.geom.label.ufs.enable:1kern.geom.label.ufsid.enable:1kern.geom.label.reiserfs.enable:1kern.geom.label.ntfs.enable:1kern.geom.label.msdosfs.enable:1kern.geom.label.iso9660.enable:1kern.geom.label.ext2fs.enable:1kern.geom.label.debug:0kern.geom.collectstats:1kern.geom.notaste:0kern.geom.debugflags:0kern.geom.conftxt:0DISKda115504900096512hd255sc63kern.geom.confdot:digraphgeom{kern.geom.confxml:<mesh>kern.geom.inflight_transient_maps:0kern.geom.transient_map_soft_failures:0kern.geom.transient_map_hard_failures:0kern.geom.transient_map_retries:10kern.geom.transient_maps:0kern.geom.disk.da1.led:kern.geom.disk.da0.led:kern.geom.disk.cd0.led:kern.geom.dev.delete_max_sectors:262144kern.disks:da1da0cd0kern.vt.kbd_panic:0kern.vt.kbd_debug:1kern.vt.kbd_reboot:1kern.vt.kbd_poweroff:1kern.vt.kbd_halt:1kern.vt.suspendswitch:1kern.vt.deadtimer:15kern.vt.debug:0kern.vt.enable_altgr:1kern.random.sys.harvest.swi:1kern.random.sys.harvest.interrupt:1kern.random.sys.harvest.point_to_point:1kern.random.sys.harvest.ethernet:1kern.random.sys.seeded:1kern.random.yarrow.slowoverthresh:2kern.random.yarrow.slowthresh:128kern.random.yarrow.fastthresh:96kern.random.yarrow.bins:10kern.random.yarrow.gengateinterval:10kern.random.live_entropy_sources:Hardware,IntelSecureKeyRNGkern.random.active_adaptor:yarrowkern.random.adaptors:yarrow,dummykern.cam.enc.emulate_array_devices:1kern.cam.da.1.error_inject:0kern.cam.da.1.sort_io_queue:-1kern.cam.da.1.minimum_cmd_size:10kern.cam.da.1.delete_max:65536kern.cam.da.1.delete_method:NONEkern.cam.da.0.error_inject:0kern.cam.da.0.sort_io_queue:-1kern.cam.da.0.minimum_cmd_size:6kern.cam.da.0.delete_max:131072kern.cam.da.0.delete_method:NONEkern.cam.da.send_ordered:1kern.cam.da.default_timeout:60kern.cam.da.retry_count:4kern.cam.da.poll_period:3kern.cam.ada.write_cache:1kern.cam.ada.read_ahead:1kern.cam.ada.spindown_suspend:1kern.cam.ada.spindown_shutdown:1kern.cam.ada.send_ordered:1kern.cam.ada.default_timeout:30kern.cam.ada.retry_count:4kern.cam.ada.legacy_aliases:1kern.cam.cd.0.minimum_cmd_size:6kern.cam.cd.timeout:30000kern.cam.cd.retry_count:4kern.cam.cd.poll_period:3kern.cam.scsi_delay:5000kern.cam.cam_srch_hi:0kern.cam.pmp.hide_special:1kern.cam.pmp.default_timeout:30kern.cam.pmp.retry_count:1kern.cam.debug_delay:0kern.cam.dflags:0kern.cam.num_doneqs:4kern.cam.boot_delay:0kern.cam.sort_io_queues:1vm.vmtotal:Systemwidetotalscomputedeveryfiveseconds:(valuesinkilobytes)Processes: (RUNQ:1DiskWait:0PageWait:0Sleep:21)VirtualMemory: (Total:464308KActive:451396K)RealMemory: (Total:30996KActive:26836K)SharedVirtualMemory: (Total:5636KActive:5636K)SharedRealMemory: (Total:5132KActive:5132K)FreeMemory: 129989788Kvm.loadavg:{0.830.360.14}vm.v_free_min:205871vm.v_free_target:695759vm.v_free_reserved:42575vm.v_inactive_target:1043638vm.v_cache_min:0vm.v_cache_max:0vm.v_pageout_free_min:34vm.swap_enabled:1vm.kvm_free:2061074690048

78 / 178

Page 79: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vm.kvm_size:2199023251456vm.pmap.pdpe.demotions:3vm.pmap.pde.promotions:525vm.pmap.pde.p_failures:275vm.pmap.pde.mappings:0vm.pmap.pde.demotions:356vm.pmap.pcid_save_cnt:0vm.pmap.invpcid_works:0vm.pmap.pcid_enabled:0vm.pmap.pg_ps_enabled:1vm.pmap.pat_works:1vm.idlezero_enable:0vm.reserv.reclaimed:0vm.reserv.partpopq:-1:152968K,88vm.reserv.freed:4177vm.reserv.broken:0vm.ndomains:1vm.phys_segs:SEGMENT0:start:0x10000end:0x9a000domain:0freelist:0xffffffff81610260SEGMENT1:start:0x100000end:0x200000domain:0freelist:0xffffffff81610260SEGMENT2:start:0x19ac000end:0x19c2000domain:0freelist:0xffffffff8160feb8SEGMENT3:start:0x19c3000end:0x7aab1000domain:0freelist:0xffffffff8160feb8SEGMENT4:start:0x7bd5d000end:0x7bd5e000domain:0freelist:0xffffffff8160feb8SEGMENT5:start:0x7bde4000end:0x7c000000domain:0freelist:0xffffffff8160feb8SEGMENT6:start:0x100000000end:0x1fac389000domain:0freelist:0xffffffff8160fb10vm.phys_free:DOMAIN0:FREELIST0:FREELIST1:FREELIST2:vm.max_wired:10843560vm.pageout_lock_miss:0vm.disable_swapspace_pageouts:0vm.defer_swapspace_pageouts:0vm.swap_idle_enabled:0vm.lowmem_period:10vm.pageout_update_period:600vm.max_launder:32vm.pageout_wakeup_thresh:226457vm.tryrelock_restart:0vm.boot_pages:64vm.old_msync:0vm.old_mlock:0vm.stats.object.bypasses:299vm.stats.object.collapses:2520vm.stats.misc.cnt_prezero:0vm.stats.misc.zero_page_count:45vm.stats.vm.v_kthreadpages:0vm.stats.vm.v_rforkpages:0vm.stats.vm.v_vforkpages:8493vm.stats.vm.v_forkpages:30688vm.stats.vm.v_kthreads:17vm.stats.vm.v_rforks:0vm.stats.vm.v_vforks:237vm.stats.vm.v_forks:839vm.stats.vm.v_interrupt_free_min:2vm.stats.vm.v_pageout_free_min:34vm.stats.vm.v_cache_max:0vm.stats.vm.v_cache_min:0vm.stats.vm.v_cache_count:0vm.stats.vm.v_inactive_count:3917vm.stats.vm.v_inactive_target:1043638vm.stats.vm.v_active_count:3487vm.stats.vm.v_wire_count:154634vm.stats.vm.v_free_count:32497447vm.stats.vm.v_free_min:205871vm.stats.vm.v_free_target:695759vm.stats.vm.v_free_reserved:42575vm.stats.vm.v_page_count:32659486vm.stats.vm.v_page_size:4096vm.stats.vm.v_tfree:377330vm.stats.vm.v_pfree:49913vm.stats.vm.v_dfree:0vm.stats.vm.v_tcached:0vm.stats.vm.v_pdpages:227vm.stats.vm.v_pdwakeups:0vm.stats.vm.v_reactivated:0vm.stats.vm.v_intrans:0vm.stats.vm.v_vnodepgsout:0vm.stats.vm.v_vnodepgsin:2903vm.stats.vm.v_vnodeout:0

79 / 178

Page 80: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vm.stats.vm.v_vnodein:421vm.stats.vm.v_swappgsout:0vm.stats.vm.v_swappgsin:0vm.stats.vm.v_swapout:0vm.stats.vm.v_swapin:0vm.stats.vm.v_ozfod:0vm.stats.vm.v_zfod:38353vm.stats.vm.v_cow_optim:149vm.stats.vm.v_cow_faults:30995vm.stats.vm.v_io_faults:336vm.stats.vm.v_vm_faults:79455vm.stats.sys.v_soft:1735vm.stats.sys.v_intr:8493vm.stats.sys.v_syscall:548409vm.stats.sys.v_trap:81394vm.stats.sys.v_swtch:64443vm.v_free_severe:124223vm.max_kernel_address:18446744073709547520vm.min_kernel_address:18446741874686296064vm.exec_map_entries:16vm.swap_idle_threshold2:10vm.swap_idle_threshold1:2vm.kstacks:202vm.kstack_cache_size:128vm.zone_warnings:1vm.zone_count:107vm.nswapdev:1vm.dmmax:32vm.swap_async_max:4vm.swap_maxpages:522551776vm.swzone:4702965984vm.overcommit:0vm.swap_reserved:238575616vm.swap_total:4294967296vm.kmem_map_free:133585707008vm.kmem_map_size:187547648vm.kmem_size_scale:1vm.kmem_size_max:1319413950874vm.kmem_size_min:0vm.kmem_zmax:65536vm.kmem_size:133773254656vm.md_malloc_wait:0vfs.ufs.rename_restarts:0vfs.ufs.dirhash_reclaimage:60vfs.ufs.dirhash_lowmemcount:0vfs.ufs.dirhash_docheck:0vfs.ufs.dirhash_mem:55410vfs.ufs.dirhash_maxmem:27111424vfs.ufs.dirhash_minsize:2560vfs.nfs.downdelayinitial:12vfs.nfs.downdelayinterval:30vfs.nfs.defect:0vfs.nfs.iodmax:20vfs.nfs.iodmin:0vfs.nfs.iodmaxidle:120vfs.nfs.diskless_rootpath:vfs.nfs.diskless_valid:0vfs.nfs.nfs_ip_paranoia:1vfs.nfs.nfs_directio_allow_mmap:1vfs.nfs.nfs_keep_dirty_on_error:0vfs.nfs.nfs_directio_enable:0vfs.nfs.clean_pages_on_close:1vfs.nfs.commit_on_close:0vfs.nfs.prime_access_cache:0vfs.nfs.access_cache_timeout:60vfs.nfs.debuglevel:0vfs.nfs.callback_addr:vfs.nfs.realign_count:0vfs.nfs.realign_test:0vfs.nfs.skip_wcc_data_onerr:1vfs.nfs.nfs3_jukebox_delay:10vfs.nfs.reconnects:0vfs.nfs.bufpackets:4vfs.devfs.dotimes:0vfs.devfs.rule_depth:1vfs.devfs.generation:152vfs.ffs.compute_summary_at_mount:0vfs.ffs.maxclustersearch:10vfs.ffs.doreallocblks:1vfs.ffs.doasyncfree:1vfs.worklist_len:15vfs.timestamp_precision:2vfs.free_owe_inact:0vfs.reassignbufcalls:367vfs.recycles:0vfs.vlru_allow_cache_src:0vfs.freevnodes:53vfs.wantfreevnodes:562825vfs.vnodes_created:592vfs.numvnodes:539vfs.usermount:0vfs.lookup_shared:1vfs.typenumhash:1vfs.read_min:1vfs.read_max:64vfs.write_behind:1vfs.cache.numfullpathfound:4vfs.cache.numfullpathfail4:0vfs.cache.numfullpathfail2:0vfs.cache.numfullpathfail1:0vfs.cache.numfullpathcalls:4vfs.cache.numupgrades:4vfs.cache.numneghits:10956vfs.cache.numnegzaps:0vfs.cache.numposhits:45718vfs.cache.numposzaps:68vfs.cache.nummisszap:93vfs.cache.nummiss:1179vfs.cache.numchecks:56748vfs.cache.dotdothits:12

80 / 178

Page 81: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vfs.cache.dothits:262vfs.cache.numcalls:58287vfs.cache.numcache:492vfs.cache.numneg:30vfs.ncsizefactor:2vfs.ncnegfactor:16vfs.flushwithdeps:0vfs.unmapped_buf_allowed:1vfs.barrierwrites:0vfs.notbufdflushes:0vfs.flushbufqtarget:100vfs.mappingrestarts:0vfs.getnewbufrestarts:0vfs.getnewbufcalls:2381vfs.hifreebuffers:11780vfs.lofreebuffers:5890vfs.numfreebuffers:105895vfs.dirtybufthresh:23851vfs.hidirtybuffers:26502vfs.lodirtybuffers:13251vfs.numdirtybuffers:36vfs.recursiveflushes:0vfs.altbufferflushes:0vfs.bdwriteskip:0vfs.dirtybufferflushes:0vfs.hirunningspace:16777216vfs.lorunningspace:11206656vfs.bufdefragcnt:0vfs.buffreekvacnt:52vfs.bufreusecnt:2315vfs.hibufspace:1734918144vfs.lobufspace:1734852608vfs.maxmallocbufspace:86745907vfs.bufmallocspace:0vfs.maxbufspace:1735573504vfs.unmapped_bufspace:9109504vfs.bufspace:43679744vfs.runningbufspace:0vfs.vmiodirenable:1vfs.acl_nfs4_old_semantics:0vfs.pfs.vncache.misses:0vfs.pfs.vncache.hits:0vfs.pfs.vncache.maxentries:0vfs.pfs.vncache.entries:0vfs.pfs.trace:0vfs.nfsd.fha.fhe_stats:Nofilehandleentries.vfs.nfsd.fha.max_reqs_per_nfsd:0vfs.nfsd.fha.max_nfsds_per_fh:8vfs.nfsd.fha.bin_shift:22vfs.nfsd.fha.enable:1vfs.nfsd.request_space_throttle_count:0vfs.nfsd.request_space_throttled:0vfs.nfsd.request_space_low:31457280vfs.nfsd.request_space_high:47185920vfs.nfsd.request_space_used_highest:0vfs.nfsd.request_space_used:0vfs.nfsd.groups:1vfs.nfsd.threads:0vfs.nfsd.maxthreads:1vfs.nfsd.minthreads:1vfs.nfsd.cachetcp:1vfs.nfsd.tcpcachetimeo:43200vfs.nfsd.udphighwater:500vfs.nfsd.tcphighwater:0vfs.nfsd.enable_stringtouid:0vfs.nfsd.debuglevel:0vfs.nfsd.enable_locallocks:0vfs.nfsd.issue_delegations:0vfs.nfsd.commit_miss:0vfs.nfsd.commit_blks:0vfs.nfsd.mirrormnt:1vfs.nfsd.async:0vfs.nfsd.server_max_nfsvers:4vfs.nfsd.server_min_nfsvers:2vfs.nfsd.nfs_privport:0vfs.nfsd.v4statelimit:500000vfs.nfsd.sessionhashsize:20vfs.nfsd.fhhashsize:20vfs.nfsd.clienthashsize:20vfs.nfsd.statehashsize:10vfs.nfsd.enable_nogroupcheck:1vfs.nfsd.enable_nobodycheck:1vfs.nfsd.disable_checkutf8:0net.local.stream.recvspace:8192net.local.stream.sendspace:8192net.local.dgram.recvspace:4096net.local.dgram.maxdgram:2048net.local.seqpacket.recvspace:8192net.local.seqpacket.maxseqpacket:8192net.local.taskcount:0net.local.recycled:0net.local.deferred:0net.local.inflight:0net.inet.ip.portrange.randomtime:45net.inet.ip.portrange.randomcps:10net.inet.ip.portrange.randomized:1net.inet.ip.portrange.reservedlow:0net.inet.ip.portrange.reservedhigh:1023net.inet.ip.portrange.hilast:65535net.inet.ip.portrange.hifirst:49152net.inet.ip.portrange.last:65535net.inet.ip.portrange.first:10000net.inet.ip.portrange.lowlast:600net.inet.ip.portrange.lowfirst:1023net.inet.ip.forwarding:0net.inet.ip.redirect:1net.inet.ip.ttl:64net.inet.ip.rtexpire:3600net.inet.ip.rtminexpire:10net.inet.ip.rtmaxcache:128

81 / 178

Page 82: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.inet.ip.sourceroute:0net.inet.ip.intr_queue_maxlen:256net.inet.ip.intr_queue_drops:0net.inet.ip.accept_sourceroute:0net.inet.ip.keepfaith:0net.inet.ip.gifttl:30net.inet.ip.process_options:1net.inet.ip.maxfragpackets:255152net.inet.ip.maxfragsperpacket:16net.inet.ip.fragpackets:0net.inet.ip.check_interface:0net.inet.ip.random_id:0net.inet.ip.sendsourcequench:0net.inet.ip.fastforwarding:0net.inet.ip.mcast.loop:1net.inet.ip.mcast.maxsocksrc:128net.inet.ip.mcast.maxgrpsrc:512net.inet.ip.random_id_total:0net.inet.ip.random_id_collisions:0net.inet.ip.random_id_period:8192net.inet.ip.no_same_prefix:0net.inet.icmp.maskrepl:0net.inet.icmp.icmplim:200net.inet.icmp.drop_redirect:0net.inet.icmp.tstamprepl:1net.inet.icmp.bmcastecho:0net.inet.icmp.quotelen:8net.inet.icmp.reply_from_interface:0net.inet.icmp.reply_src:net.inet.icmp.log_redirect:0net.inet.icmp.maskfake:0net.inet.icmp.icmplim_output:1net.inet.igmp.gsrdelay:10net.inet.igmp.default_version:3net.inet.igmp.legacysupp:0net.inet.igmp.v2enable:1net.inet.igmp.v1enable:1net.inet.igmp.sendlocal:1net.inet.igmp.sendra:1net.inet.igmp.recvifkludge:1net.inet.tcp.rfc1323:1net.inet.tcp.mssdflt:536net.inet.tcp.keepidle:7200000net.inet.tcp.keepintvl:75000net.inet.tcp.sendspace:32768net.inet.tcp.recvspace:65536net.inet.tcp.keepinit:75000net.inet.tcp.delacktime:100net.inet.tcp.v6mssdflt:1220net.inet.tcp.nolocaltimewait:0net.inet.tcp.maxtcptw:27767net.inet.tcp.per_cpu_timers:0net.inet.tcp.v6pmtud_blackhole_mss:1220net.inet.tcp.pmtud_blackhole_mss:1200net.inet.tcp.pmtud_blackhole_failed:0net.inet.tcp.pmtud_blackhole_activated_min_mss:0net.inet.tcp.pmtud_blackhole_activated:0net.inet.tcp.pmtud_blackhole_detection:0net.inet.tcp.rexmit_drop_options:0net.inet.tcp.keepcnt:8net.inet.tcp.finwait2_timeout:60000net.inet.tcp.fast_finwait2_recycle:0net.inet.tcp.always_keepalive:1net.inet.tcp.rexmit_slop:200net.inet.tcp.rexmit_min:30net.inet.tcp.msl:30000net.inet.tcp.syncache.rst_on_sock_fail:1net.inet.tcp.syncache.rexmtlimit:3net.inet.tcp.syncache.hashsize:512net.inet.tcp.syncache.count:0net.inet.tcp.syncache.cachelimit:15375net.inet.tcp.syncache.bucketlimit:30net.inet.tcp.syncookies_only:0net.inet.tcp.syncookies:1net.inet.tcp.soreceive_stream:0net.inet.tcp.isn_reseed_interval:0net.inet.tcp.icmp_may_rst:1net.inet.tcp.pcbcount:3net.inet.tcp.do_tcpdrain:1net.inet.tcp.tcbhashsize:1048576net.inet.tcp.log_debug:0net.inet.tcp.minmss:216net.inet.tcp.sack.globalholes:0net.inet.tcp.sack.globalmaxholes:65536net.inet.tcp.sack.maxholes:128net.inet.tcp.sack.enable:1net.inet.tcp.reass.overflows:0net.inet.tcp.reass.cursegments:0net.inet.tcp.reass.maxsegments:510400net.inet.tcp.sendbuf_max:2097152net.inet.tcp.sendbuf_inc:8192net.inet.tcp.sendbuf_auto:1net.inet.tcp.tso:1net.inet.tcp.path_mtu_discovery:1net.inet.tcp.recvbuf_max:2097152net.inet.tcp.recvbuf_inc:16384net.inet.tcp.recvbuf_auto:1net.inet.tcp.insecure_rst:0net.inet.tcp.ecn.maxretries:1net.inet.tcp.ecn.enable:0net.inet.tcp.abc_l_var:2net.inet.tcp.rfc3465:1net.inet.tcp.experimental.initcwnd10:1net.inet.tcp.rfc3390:1net.inet.tcp.rfc3042:1net.inet.tcp.drop_synfin:0net.inet.tcp.delayed_ack:1net.inet.tcp.blackhole:0net.inet.tcp.log_in_vain:0net.inet.tcp.hostcache.purge:0

82 / 178

Page 83: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.inet.tcp.hostcache.prune:300net.inet.tcp.hostcache.expire:3600net.inet.tcp.hostcache.count:0net.inet.tcp.hostcache.bucketlimit:30net.inet.tcp.hostcache.hashsize:512net.inet.tcp.hostcache.cachelimit:15360net.inet.tcp.cc.available:newrenonet.inet.tcp.cc.algorithm:newrenonet.inet.udp.checksum:1net.inet.udp.maxdgram:9216net.inet.udp.recvspace:42080net.inet.udp.blackhole:0net.inet.udp.log_in_vain:0net.inet.sctp.diag_info_code:0net.inet.sctp.blackhole:0net.inet.sctp.use_dcccecn:1net.inet.sctp.rttvar_steady_step:20net.inet.sctp.rttvar_eqret:0net.inet.sctp.rttvar_rtt:5net.inet.sctp.rttvar_bw:4net.inet.sctp.initial_cwnd:3net.inet.sctp.buffer_splitting:0net.inet.sctp.vtag_time_wait:60net.inet.sctp.nat_friendly_init:0net.inet.sctp.enable_sack_immediately:0net.inet.sctp.udp_tunneling_port:0net.inet.sctp.mobility_fasthandoff:0net.inet.sctp.mobility_base:0net.inet.sctp.default_frag_interleave:1net.inet.sctp.default_ss_module:0net.inet.sctp.default_cc_module:0net.inet.sctp.log_level:0net.inet.sctp.max_retran_chunk:30net.inet.sctp.min_residual:1452net.inet.sctp.strict_data_order:0net.inet.sctp.abort_at_limit:0net.inet.sctp.hb_max_burst:4net.inet.sctp.do_sctp_drain:1net.inet.sctp.max_chained_mbufs:5net.inet.sctp.abc_l_var:2net.inet.sctp.nat_friendly:1net.inet.sctp.cwnd_maxburst:1net.inet.sctp.cmt_use_dac:0net.inet.sctp.cmt_on_off:0net.inet.sctp.outgoing_streams:10net.inet.sctp.incoming_streams:2048net.inet.sctp.add_more_on_output:1452net.inet.sctp.path_pf_threshold:65535net.inet.sctp.path_rtx_max:5net.inet.sctp.assoc_rtx_max:10net.inet.sctp.init_rtx_max:8net.inet.sctp.valid_cookie_life:60000net.inet.sctp.init_rto_max:60000net.inet.sctp.rto_initial:3000net.inet.sctp.rto_min:1000net.inet.sctp.rto_max:60000net.inet.sctp.secret_lifetime:3600net.inet.sctp.shutdown_guard_time:180net.inet.sctp.pmtu_raise_time:600net.inet.sctp.heartbeat_interval:30000net.inet.sctp.asoc_resource:10net.inet.sctp.sys_resource:1000net.inet.sctp.sack_freq:2net.inet.sctp.delayed_sack_time:200net.inet.sctp.chunkscale:10net.inet.sctp.min_split_point:2904net.inet.sctp.pcbhashsize:256net.inet.sctp.tcbhashsize:1024net.inet.sctp.maxchunks:1020609net.inet.sctp.fr_maxburst:4net.inet.sctp.maxburst:4net.inet.sctp.peer_chkoh:256net.inet.sctp.strict_sacks:1net.inet.sctp.pktdrop_enable:0net.inet.sctp.nr_sack_on_off:0net.inet.sctp.reconfig_enable:1net.inet.sctp.asconf_enable:1net.inet.sctp.auth_disable:0net.inet.sctp.pr_enable:1net.inet.sctp.ecn_enable:1net.inet.sctp.auto_asconf:1net.inet.sctp.recvspace:1864135net.inet.sctp.sendspace:1864135net.inet.raw.recvspace:9216net.inet.raw.maxdgram:9216net.inet.accf.unloadable:0net.link.generic.system.ifcount:5net.link.ether.inet.max_log_per_second:1net.link.ether.inet.allow_multicast:0net.link.ether.inet.log_arp_permanent_modify:1net.link.ether.inet.log_arp_movements:1net.link.ether.inet.log_arp_wrong_iface:1net.link.ether.inet.maxhold:1net.link.ether.inet.wait:20net.link.ether.inet.proxyall:0net.link.ether.inet.useloopback:1net.link.ether.inet.maxtries:5net.link.ether.inet.max_age:1200net.link.vlan.soft_pad:0net.link.gif.parallel_tunnels:0net.link.gif.max_nesting:1net.link.tun.devfs_cloning:1net.link.log_link_state_change:1net.link.ifqmaxlen:50net.inet6.ip6.forwarding:0net.inet6.ip6.redirect:1net.inet6.ip6.hlim:64net.inet6.ip6.maxfragpackets:2041218net.inet6.ip6.accept_rtadv:0net.inet6.ip6.keepfaith:0

83 / 178

Page 84: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

net.inet6.ip6.log_interval:5net.inet6.ip6.hdrnestlimit:15net.inet6.ip6.dad_count:1net.inet6.ip6.auto_flowlabel:1net.inet6.ip6.defmcasthlim:1net.inet6.ip6.gifhlim:30net.inet6.ip6.kame_version:FreeBSDnet.inet6.ip6.use_deprecated:1net.inet6.ip6.rr_prune:5net.inet6.ip6.v6only:1net.inet6.ip6.rtmaxcache:128net.inet6.ip6.use_tempaddr:0net.inet6.ip6.temppltime:86400net.inet6.ip6.tempvltime:604800net.inet6.ip6.auto_linklocal:1net.inet6.ip6.prefer_tempaddr:0net.inet6.ip6.use_defaultzone:0net.inet6.ip6.maxfrags:2041218net.inet6.ip6.mcast_pmtu:0net.inet6.ip6.no_radr:0net.inet6.ip6.norbit_raif:0net.inet6.ip6.rfc6204w3:0net.inet6.ip6.deembed_scopeid:1net.inet6.ip6.dad_enhanced:1net.inet6.ip6.mcast.loop:1net.inet6.ip6.mcast.maxsocksrc:128net.inet6.ip6.mcast.maxgrpsrc:512net.inet6.icmp6.rediraccept:1net.inet6.icmp6.redirtimeout:600net.inet6.icmp6.nd6_prune:1net.inet6.icmp6.nd6_delay:5net.inet6.icmp6.nd6_umaxtries:3net.inet6.icmp6.nd6_mmaxtries:3net.inet6.icmp6.nd6_useloopback:1net.inet6.icmp6.nodeinfo:3net.inet6.icmp6.errppslimit:100net.inet6.icmp6.nd6_maxnudhint:0net.inet6.icmp6.nd6_debug:0net.inet6.icmp6.nd6_maxqueuelen:1net.inet6.icmp6.nodeinfo_oldmcprefix:1net.inet6.icmp6.nd6_onlink_ns_rfc4861:0net.inet6.icmp6.nd6_gctimer:86400net.inet6.mld.use_allow:1net.inet6.mld.v1enable:1net.inet6.mld.gsrdelay:10net.wlan.mesh.maxholding:2net.wlan.mesh.maxretries:2net.wlan.mesh.backofftimeout:5000net.wlan.mesh.confirmtimeout:40net.wlan.mesh.holdingtimeout:40net.wlan.mesh.retrytimeout:40net.wlan.mesh.gateint:10000net.wlan.hwmp.inact:5000net.wlan.hwmp.rootconfint:2000net.wlan.hwmp.rannint:1000net.wlan.hwmp.rootint:2000net.wlan.hwmp.roottimeout:5000net.wlan.hwmp.net_diameter_traversal_time:512net.wlan.hwmp.maxpreq_retries:3net.wlan.hwmp.pathlifetime:5000net.wlan.hwmp.targetonly:0net.wlan.addba_maxtries:3net.wlan.addba_backoff:10000net.wlan.addba_timeout:250net.wlan.recv_bar:1net.wlan.ampdu_age:500net.wlan.debug:0net.wlan.cac_timeout:60net.wlan.nol_timeout:1800net.route.netisr_maxqlen:256net.my_fibnum:0net.add_addr_allfibs:1net.fibs:1net.raw.recvspace:8192net.raw.sendspace:8192net.isr.numthreads:1net.isr.maxprot:16net.isr.defaultqlimit:256net.isr.maxqlimit:10240net.isr.bindthreads:0net.isr.maxthreads:1net.isr.dispatch:directnet.ifdescr_maxlen:1024net.bpf.maxbufsize:524288net.bpf.bufsize:4096net.bpf.optimize_writers:0net.bpf.zerocopy_enable:0net.bpf.maxinsns:512debug.minidump:1debug.hwpstate_verbose:0debug.x86bios.int:0debug.x86bios.call:0debug.fdc.settle:0debug.fdc.spec2:16debug.fdc.spec1:175debug.fdc.retries:10debug.fdc.debugflags:0debug.fdc.fifo:8debug.vesa.shadow_rom:0debug.psm.pkterrthresh:2debug.psm.usecs:500000debug.psm.secs:0debug.psm.errusecs:0debug.psm.errsecs:2debug.psm.hz:20debug.psm.loglevel:0debug.dircheck:0debug.dobkgrdwrite:1debug.bigcgs:0debug.softdep.print_threads:0

84 / 178

Page 85: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

debug.softdep.emptyjblocks:0debug.softdep.flushcache:0debug.softdep.cleanup_failures:0debug.softdep.cleanup_retries:0debug.softdep.cleanup_high_delay:0debug.softdep.cleanup_inorequests:0debug.softdep.cleanup_blkrequests:0debug.softdep.jwait_newblk:12debug.softdep.jwait_inode:18debug.softdep.jwait_freeblks:0debug.softdep.jwait_filepage:0debug.softdep.journal_wait:30debug.softdep.journal_min:0debug.softdep.journal_low:0debug.softdep.jnewblk_rollback:0debug.softdep.jaddref_rollback:0debug.softdep.dir_entry:0debug.softdep.direct_blk_ptrs:6debug.softdep.inode_bitmap:2debug.softdep.indir_blk_ptrs:0debug.softdep.sync_limit_hit:0debug.softdep.ino_limit_hit:0debug.softdep.blk_limit_hit:0debug.softdep.ino_limit_push:0debug.softdep.blk_limit_push:0debug.softdep.worklist_push:0debug.softdep.flush_threads:1debug.softdep.tickdelay:2debug.softdep.max_softdeps:9005204debug.softdep.write.jfsync:0debug.softdep.write.jtrunc:0debug.softdep.write.sbdep:4debug.softdep.write.jsegdep:10debug.softdep.write.jseg:34debug.softdep.write.jfreefrag:0debug.softdep.write.jfreeblk:0debug.softdep.write.jnewblk:0debug.softdep.write.jmvref:0debug.softdep.write.jremref:0debug.softdep.write.jaddref:0debug.softdep.write.freedep:0debug.softdep.write.freework:0debug.softdep.write.newdirblk:0debug.softdep.write.dirrem:0debug.softdep.write.mkdir:0debug.softdep.write.diradd:0debug.softdep.write.freefile:0debug.softdep.write.freeblks:51debug.softdep.write.freefrag:0debug.softdep.write.allocindir:0debug.softdep.write.indirdep:0debug.softdep.write.allocdirect:38debug.softdep.write.newblk:0debug.softdep.write.bmsafemap:30debug.softdep.write.inodedep:186debug.softdep.write.pagedep:19debug.softdep.current.jfsync:0debug.softdep.current.jtrunc:0debug.softdep.current.sbdep:0debug.softdep.current.jsegdep:53debug.softdep.current.jseg:34debug.softdep.current.jfreefrag:0debug.softdep.current.jfreeblk:0debug.softdep.current.jnewblk:0debug.softdep.current.jmvref:0debug.softdep.current.jremref:0debug.softdep.current.jaddref:0debug.softdep.current.freedep:0debug.softdep.current.freework:9debug.softdep.current.newdirblk:4debug.softdep.current.dirrem:16debug.softdep.current.mkdir:4debug.softdep.current.diradd:6debug.softdep.current.freefile:10debug.softdep.current.freeblks:9debug.softdep.current.freefrag:1debug.softdep.current.allocindir:0debug.softdep.current.indirdep:0debug.softdep.current.allocdirect:17debug.softdep.current.newblk:0debug.softdep.current.bmsafemap:4debug.softdep.current.inodedep:44debug.softdep.current.pagedep:12debug.softdep.highuse.jfsync:0debug.softdep.highuse.jtrunc:0debug.softdep.highuse.sbdep:1debug.softdep.highuse.jsegdep:82debug.softdep.highuse.jseg:34debug.softdep.highuse.jfreefrag:1debug.softdep.highuse.jfreeblk:0debug.softdep.highuse.jnewblk:9debug.softdep.highuse.jmvref:0debug.softdep.highuse.jremref:19debug.softdep.highuse.jaddref:17debug.softdep.highuse.freedep:0debug.softdep.highuse.freework:20debug.softdep.highuse.newdirblk:4debug.softdep.highuse.dirrem:29debug.softdep.highuse.mkdir:8debug.softdep.highuse.diradd:23debug.softdep.highuse.freefile:10debug.softdep.highuse.freeblks:20debug.softdep.highuse.freefrag:1debug.softdep.highuse.allocindir:0debug.softdep.highuse.indirdep:0debug.softdep.highuse.allocdirect:21debug.softdep.highuse.newblk:1debug.softdep.highuse.bmsafemap:5debug.softdep.highuse.inodedep:57debug.softdep.highuse.pagedep:13

85 / 178

Page 86: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

debug.softdep.total.jfsync:0debug.softdep.total.jtrunc:0debug.softdep.total.sbdep:4debug.softdep.total.jsegdep:219debug.softdep.total.jseg:34debug.softdep.total.jfreefrag:3debug.softdep.total.jfreeblk:0debug.softdep.total.jnewblk:59debug.softdep.total.jmvref:0debug.softdep.total.jremref:83debug.softdep.total.jaddref:74debug.softdep.total.freedep:0debug.softdep.total.freework:58debug.softdep.total.newdirblk:6debug.softdep.total.dirrem:71debug.softdep.total.mkdir:12debug.softdep.total.diradd:62debug.softdep.total.freefile:49debug.softdep.total.freeblks:58debug.softdep.total.freefrag:3debug.softdep.total.allocindir:0debug.softdep.total.indirdep:0debug.softdep.total.allocdirect:59debug.softdep.total.newblk:59debug.softdep.total.bmsafemap:73debug.softdep.total.inodedep:138debug.softdep.total.pagedep:33debug.collectsnapstats:0debug.snapdebug:0debug.dopersistence:0debug.fsckcmds:0debug.nlm_debug:0debug.if_tun_debug:0debug.vn_io_faults:128debug.vn_io_fault_enable:1debug.vnlru_nowhere:0debug.rush_requests:0debug.disablefullpath:0debug.disablecwd:0debug.vfscache:1debug.numcachehv:50debug.numcache:492debug.numneg:30debug.nchash:4194303debug.devfs_iosize_max_clamp:1debug.iosize_max_clamp:1debug.rman_debug:0debug.kdb.alt_break_to_debugger:0debug.kdb.break_to_debugger:0debug.kdb.trap_code:0debug.kdb.trap:0debug.kdb.panic:0debug.kdb.enter:0debug.kdb.current:debug.kdb.available:debug.clocktime:0debug.umtx.umtx_pi_allocated:0debug.sx.loops:10000debug.sx.retries:10debug.ncores:5debug.trace_on_panic:1debug.debugger_on_panic:1debug.rwlock.loops:10000debug.rwlock.retry:10debug.stop_all_proc:0debug.osd:0debug.adaptive_machine_arch:1debug.sizeof.namecache:72debug.sizeof.devstat:288debug.sizeof.kinfo_proc:1088debug.sizeof.buf:600debug.sizeof.bio:248debug.sizeof.proc:1256debug.sizeof.vnode:472debug.sizeof.g_bioq:56debug.sizeof.g_consumer:96debug.sizeof.g_provider:136debug.sizeof.g_geom:176debug.sizeof.g_class:176debug.sizeof.cdev_priv:376debug.sizeof.cdev:288debug.fail_point.nlm_deny_grant:offdebug.fail_point.buf_pressure:offdebug.fail_point.sysctl_running:offdebug.cpufreq.verbose:0debug.cpufreq.lowest:0debug.bootverbose:0debug.boothowto:0debug.elf32_legacy_coredump:0debug.elf64_legacy_coredump:0debug.wpi:0debug.mddebug:0debug.iwi:0debug.ipw:0debug.acpi.resume_beep:0debug.acpi.batt.batt_sleep_ms:0debug.acpi.ec.timeout:750debug.acpi.ec.polled:0debug.acpi.ec.burst:0debug.acpi.cpu_unordered:0debug.acpi.suspend_bounce:0debug.acpi.reset_clock:1debug.acpi.default_register_width:1debug.acpi.interpreter_slack:1debug.acpi.enable_debug_objects:0debug.acpi.acpi_ca_version:20150515debug.acpi.max_threads:3debug.acpi.max_tasks:256hw.machine:amd64hw.model:Intel(R)Xeon(R)[email protected]

86 / 178

Page 87: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

hw.ncpu:20hw.byteorder:1234hw.physmem:137326317568hw.usermem:136692846592hw.pagesize:4096hw.floatingpoint:1hw.machine_arch:amd64hw.realmem:137438953472hw.acpi.cpu.cx_lowest:C1hw.acpi.reset_video:0hw.acpi.handle_reboot:1hw.acpi.disable_on_reboot:0hw.acpi.verbose:0hw.acpi.s4bios:0hw.acpi.sleep_delay:1hw.acpi.suspend_state:NONEhw.acpi.standby_state:NONEhw.acpi.lid_switch_state:NONEhw.acpi.sleep_button_state:S4hw.acpi.power_button_state:S5hw.acpi.supported_sleep_state:S4S5hw.mca.cmc_throttle:60hw.mca.force_scan:0hw.mca.interval:3600hw.mca.count:0hw.mca.erratum383:0hw.mca.intel6h_HSD131:0hw.mca.amd10h_L1TP:1hw.mca.enabled:1hw.apic.enable_extint:0hw.hv_vendor:hw.clockrate:2600hw.busdma.zone0.alignment:4096hw.busdma.zone0.lowaddr:0xffffffffhw.busdma.zone0.total_deferred:0hw.busdma.zone0.total_bounced:0hw.busdma.zone0.active_bpages:0hw.busdma.zone0.reserved_bpages:0hw.busdma.zone0.free_bpages:8213hw.busdma.zone0.total_bpages:8213hw.busdma.total_bpages:8213hw.dmar.match_verbose:0hw.dmar.tbl_pagecnt:0hw.kbd.keymap_restrict_change:0hw.bxe.udp_rss:0hw.bxe.autogreeen:0hw.bxe.mrrs:-1hw.bxe.max_aggregation_size:32768hw.bxe.rx_budget:-1hw.bxe.hc_tx_ticks:50hw.bxe.hc_rx_ticks:25hw.bxe.max_rx_bufs:4080hw.bxe.queue_count:4hw.bxe.interrupt_mode:2hw.bxe.debug:0hw.psm.tap_timeout:125000hw.psm.tap_threshold:25hw.psm.tap_enabled:-1hw.via_feature_xcrypt:0hw.via_feature_rng:0hw.instruction_sse:1hw.bus.devctl_queue:1000hw.bus.devctl_disable:0hw.pagesizes:409620971520hw.availpages:33526933hw.intr_storm_threshold:1000hw.xe.debug:0hw.wi.debug:0hw.wi.txerate:0hw.watchdog.wd_last_u_secs:0hw.watchdog.wd_last_u:0hw.usb.ums.debug:0hw.usb.ukbd.pollrate:0hw.usb.ukbd.no_leds:0hw.usb.ukbd.debug:0hw.usb.full_ddesc:0hw.usb.no_cs_fail:0hw.usb.proc.debug:0hw.usb.disable_port_power:0hw.usb.disable_enumeration:0hw.usb.power_timeout:30hw.usb.uhub.debug:0hw.usb.ugen.debug:0hw.usb.usb_lang_mask:255hw.usb.usb_lang_id:9hw.usb.template:0hw.usb.dev.debug:0hw.usb.timings.extra_power_up_time:20hw.usb.timings.resume_recovery:50hw.usb.timings.resume_wait:50hw.usb.timings.resume_delay:250hw.usb.timings.set_address_settle:10hw.usb.timings.port_resume_delay:40hw.usb.timings.port_powerup_delay:300hw.usb.timings.port_reset_recovery:250hw.usb.timings.port_root_reset_delay:250hw.usb.timings.port_reset_delay:50hw.usb.debug:0hw.usb.umass.throttle:0hw.usb.umass.debug:0hw.usb.no_shutdown_wait:0hw.usb.no_suspend_wait:0hw.usb.no_boot_wait:0hw.usb.ctrl.debug:0hw.usb.xhci.dma32:0hw.usb.xhci.use_polling:0hw.usb.xhci.xhci_port_route:0hw.usb.xhci.debug:0hw.usb.xhci.streams:0hw.usb.uhci.loop:0

87 / 178

Page 88: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

hw.usb.uhci.debug:0hw.usb.ohci.debug:0hw.usb.ehci.lostintrbug:0hw.usb.ehci.iaadbug:0hw.usb.ehci.no_hs:0hw.usb.ehci.debug:0hw.broken_txfifo:0hw.syscons.sc_no_suspend_vtswitch:0hw.syscons.kbd_debug:1hw.syscons.kbd_reboot:1hw.syscons.bell:1hw.syscons.saver.keybonly:1hw.midi.seq.debug:0hw.midi.instroff:0hw.midi.dumpraw:0hw.midi.debug:0hw.midi.stat.verbose:0hw.snd.maxautovchans:16hw.snd.default_unit:-1hw.snd.version:2009061500/amd64hw.snd.default_auto:-1hw.snd.verbose:0hw.snd.vpc_mixer_bypass:1hw.snd.feeder_rate_quality:1hw.snd.feeder_rate_round:25hw.snd.feeder_rate_max:2016000hw.snd.feeder_rate_min:1hw.snd.feeder_rate_polyphase_max:183040hw.snd.feeder_rate_presets:100:8:0.85100:36:0.92100:164:0.97hw.snd.feeder_eq_exact_rate:0hw.snd.feeder_eq_presets:PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000hw.snd.basename_clone:1hw.snd.compat_linux_mmap:0hw.snd.vpc_reset:0hw.snd.vpc_0db:45hw.snd.vpc_autoreset:1hw.snd.latency_profile:1hw.snd.latency:5hw.snd.report_soft_matrix:1hw.snd.report_soft_formats:1hw.sdhci.enable_msi:1hw.sdhci.debug:0hw.pci.host_mem_start:2147483648hw.pci.mcfg:1hw.pci.default_vgapci_unit:0hw.pci.clear_pcib:0hw.pci.enable_ari:1hw.pci.clear_buses:0hw.pci.clear_bars:0hw.pci.usb_early_takeover:1hw.pci.honor_msi_blacklist:1hw.pci.enable_msix:1hw.pci.enable_msi:1hw.pci.do_power_suspend:1hw.pci.do_power_resume:1hw.pci.do_power_nodriver:0hw.pci.realloc_bars:0hw.pci.enable_io_modes:1hw.pcic.pd6722_vsense:1hw.pcic.intr_mask:57016hw.cbb.debug:0hw.cbb.start_32_io:4096hw.cbb.start_16_io:256hw.cbb.start_memory:2281701376hw.pccard.cis_debug:0hw.pccard.debug:0hw.mwl.rxdmalow:3hw.mwl.rxquota:640hw.mwl.txcoalesce:8hw.mwl.txbuf:256hw.mwl.rxbuf:640hw.mwl.rxdesc:256hw.mmc.debug:0hw.mfi.mrsas_enable:1hw.mfi.msi:1hw.mfi.cmd_timeout:30hw.mfi.polled_cmd_timeout:60hw.mfi.detect_jbod_change:1hw.mfi.max_cmds:128hw.mfi.event_class:0hw.mfi.event_locale:65535hw.malo.pci.msi_disable:0hw.malo.txbuf:256hw.malo.rxquota:256hw.malo.rxbuf:256hw.malo.txcoalesce:8hw.ixlv.tx_itr:122hw.ixlv.rx_itr:62hw.ixlv.dynamic_tx_itr:0hw.ixlv.dynamic_rx_itr:0hw.ixlv.txbr_size:16777216hw.ixlv.max_queues:0hw.ixlv.ring_size:1024hw.ixl.tx_itr:122hw.ixl.rx_itr:62hw.ixl.dynamic_tx_itr:0hw.ixl.dynamic_rx_itr:0hw.ixl.max_queues:0hw.ixl.ring_size:1024hw.ixl.enable_msix:1hw.ix.rxd:2048hw.ix.txd:2048hw.ix.num_queues:0hw.ix.enable_msix:1hw.ix.tx_process_limit:256hw.ix.rx_process_limit:256hw.ix.max_interrupt_rate:31250hw.ix.enable_aim:1hw.igb.rx_process_limit:100hw.igb.num_queues:0

88 / 178

Page 89: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

hw.igb.header_split:0hw.igb.buf_ring_size:4096hw.igb.max_interrupt_rate:8000hw.igb.enable_msix:1hw.igb.enable_aim:1hw.igb.txd:1024hw.igb.rxd:1024hw.em.eee_setting:1hw.em.rx_process_limit:100hw.em.enable_msix:1hw.em.sbp:0hw.em.smart_pwr_down:0hw.em.txd:1024hw.em.rxd:1024hw.em.rx_abs_int_delay:66hw.em.tx_abs_int_delay:66hw.em.rx_int_delay:0hw.em.tx_int_delay:66hw.cs.recv_delay:570hw.cs.ignore_checksum_failure:0hw.cardbus.cis_debug:0hw.cardbus.debug:0hw.bge.allow_asf:1hw.bce.rx_ticks:18hw.bce.rx_ticks_int:18hw.bce.rx_quick_cons_trip:6hw.bce.rx_quick_cons_trip_int:6hw.bce.tx_ticks:80hw.bce.tx_ticks_int:80hw.bce.tx_quick_cons_trip:20hw.bce.tx_quick_cons_trip_int:20hw.bce.strict_rx_mtu:0hw.bce.hdr_split:1hw.bce.tx_pages:2hw.bce.rx_pages:2hw.bce.msi_enable:1hw.bce.tso_enable:1hw.bce.verbose:1hw.ath.bstuck:4hw.ath.txbuf_mgmt:32hw.ath.txbuf:512hw.ath.rxbuf:512hw.ath.anical:100hw.ath.resetcal:1200hw.ath.shortcal:100hw.ath.longcal:30hw.ata.ata_dma_check_80pin:1hw.an.an_cache_iponly:1hw.an.an_cache_mcastonly:0hw.an.an_cache_mode:dbmhw.an.an_dump:offhw.amr.force_sg32:0hw.aac.enable_msi:1machdep.tsc_freq:2600055432machdep.disable_tsc_calibration:0machdep.disable_tsc:0machdep.i8254_freq:1193182machdep.acpi_root:984368machdep.uprintf_signal:0machdep.prot_fault_translation:0machdep.panic_on_nmi:1machdep.kdb_on_nmi:1machdep.max_ldt_segment:1024machdep.nkpt:22machdep.smap:machdep.bootmethod:BIOSmachdep.idle:acpimachdep.idle_available:spin,mwait,hlt,acpimachdep.idle_mwait:1machdep.disable_mtrrs:0machdep.disable_rtc_set:0machdep.wall_cmos_clock:1machdep.adjkerntz:-32400machdep.rtc_save_period:1800machdep.enable_panic_key:0machdep.acpi_timer_freq:3579545user.cs_path:/usr/bin:/bin:/usr/sbin:/sbinuser.bc_base_max:99user.bc_dim_max:2048user.bc_scale_max:99user.bc_string_max:1000user.coll_weights_max:0user.expr_nest_max:32user.line_max:2048user.re_dup_max:255user.posix2_version:199212user.posix2_c_bind:0user.posix2_c_dev:0user.posix2_char_term:0user.posix2_fort_dev:0user.posix2_fort_run:0user.posix2_localedef:0user.posix2_sw_dev:0user.posix2_upe:0user.stream_max:20user.tzname_max:255p1003_1b.asynchronous_io:0p1003_1b.mapped_files:200112p1003_1b.memlock:0p1003_1b.memlock_range:0p1003_1b.memory_protection:0p1003_1b.message_passing:0p1003_1b.prioritized_io:0p1003_1b.priority_scheduling:200112p1003_1b.realtime_signals:200112p1003_1b.semaphores:0p1003_1b.fsync:200112p1003_1b.shared_memory_objects:200112p1003_1b.synchronized_io:0p1003_1b.timers:200112

89 / 178

Page 90: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

p1003_1b.aio_listio_max:-1p1003_1b.aio_max:-1p1003_1b.aio_prio_delta_max:-1p1003_1b.delaytimer_max:2147483647p1003_1b.mq_open_max:0p1003_1b.pagesize:4096p1003_1b.rtsig_max:62p1003_1b.sem_nsems_max:0p1003_1b.sem_value_max:0p1003_1b.sigqueue_max:128p1003_1b.timer_max:32hptmv.status:RocketRAID18xxSATAControllerdriverVersionv1.16dev.ums.0.parseinfo:i1:Z:r0,p40,s8;B1:r0,p0,s1;B2:r0,p1,s1;B3:r0,p2,s1;dev.ums.0.%parent:uhub0dev.ums.0.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x02dev.ums.0.%location:bus=0hubaddr=1port=7devaddr=2interface=1ugen=ugen0.2dev.ums.0.%driver:umsdev.ums.0.%desc:MouseInterfacedev.ums.%parent:dev.umass.0.%parent:uhub0dev.umass.0.%pnpinfo:vendor=0x13feproduct=0x4100devclass=0x00devsubclass=0x00sernum="12090358056E600298331564282"release=0x0100mode=hostintclass=0x08intsubclass=0x06intprotocol=0x50dev.umass.0.%location:bus=0hubaddr=1port=10devaddr=5interface=0ugen=ugen0.5dev.umass.0.%driver:umassdev.umass.0.%desc:UFD2.0Silicon-Power16G,class0/0,rev2.00/1.00,addr4dev.umass.%parent:dev.ukbd.1.%parent:uhub5dev.ukbd.1.%pnpinfo:vendor=0x0853product=0x0100devclass=0x00devsubclass=0x00sernum=""release=0x0102mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.1.%location:bus=0hubaddr=3port=1devaddr=4interface=0ugen=ugen0.4dev.ukbd.1.%driver:ukbddev.ukbd.1.%desc:TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr3dev.ukbd.0.%parent:uhub0dev.ukbd.0.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.0.%location:bus=0hubaddr=1port=7devaddr=2interface=0ugen=ugen0.2dev.ukbd.0.%driver:ukbddev.ukbd.0.%desc:KeyboardInterfacedev.ukbd.%parent:dev.uhub.5.disable_port_power:0dev.uhub.5.disable_enumeration:0dev.uhub.5.%parent:uhub0dev.uhub.5.%pnpinfo:vendor=0x0409product=0x005adevclass=0x09devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.5.%location:bus=0hubaddr=1port=9devaddr=3interface=0ugen=ugen0.3dev.uhub.5.%driver:uhubdev.uhub.5.%desc:vendor0x0409product0x005a,class9/0,rev2.00/1.00,addr2dev.uhub.4.disable_port_power:0dev.uhub.4.disable_enumeration:0dev.uhub.4.%parent:uhub1dev.uhub.4.%pnpinfo:vendor=0x8087product=0x800adevclass=0x09devsubclass=0x00sernum=""release=0x0005mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.4.%location:bus=1hubaddr=1port=1devaddr=2interface=0ugen=ugen1.2dev.uhub.4.%driver:uhubdev.uhub.4.%desc:vendor0x8087product0x800a,class9/0,rev2.00/0.05,addr2dev.uhub.3.disable_port_power:0dev.uhub.3.disable_enumeration:0dev.uhub.3.%parent:uhub2dev.uhub.3.%pnpinfo:vendor=0x8087product=0x8002devclass=0x09devsubclass=0x00sernum=""release=0x0005mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.3.%location:bus=2hubaddr=1port=1devaddr=2interface=0ugen=ugen2.2dev.uhub.3.%driver:uhubdev.uhub.3.%desc:vendor0x8087product0x8002,class9/0,rev2.00/0.05,addr2dev.uhub.2.disable_port_power:0dev.uhub.2.disable_enumeration:0dev.uhub.2.%parent:usbus2dev.uhub.2.%pnpinfo:dev.uhub.2.%location:dev.uhub.2.%driver:uhubdev.uhub.2.%desc:IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1dev.uhub.1.disable_port_power:0dev.uhub.1.disable_enumeration:0dev.uhub.1.%parent:usbus1dev.uhub.1.%pnpinfo:dev.uhub.1.%location:dev.uhub.1.%driver:uhubdev.uhub.1.%desc:IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1dev.uhub.0.disable_port_power:0dev.uhub.0.disable_enumeration:0dev.uhub.0.%parent:usbus0dev.uhub.0.%pnpinfo:dev.uhub.0.%location:dev.uhub.0.%driver:uhubdev.uhub.0.%desc:0x8086XHCIrootHUB,class9/0,rev3.00/1.00,addr1dev.uhub.%parent:dev.est.%parent:dev.vga.0.%parent:isa0dev.vga.0.%pnpinfo:dev.vga.0.%location:dev.vga.0.%driver:vgadev.vga.0.%desc:GenericISAVGAdev.vga.%parent:dev.sc.0.%parent:isa0dev.sc.0.%pnpinfo:dev.sc.0.%location:dev.sc.0.%driver:scdev.sc.0.%desc:Systemconsoledev.sc.%parent:dev.orm.0.%parent:isa0dev.orm.0.%pnpinfo:dev.orm.0.%location:dev.orm.0.%driver:ormdev.orm.0.%desc:ISAOptionROMdev.orm.%parent:dev.apic.0.%parent:nexus0dev.apic.0.%pnpinfo:dev.apic.0.%location:dev.apic.0.%driver:apicdev.apic.0.%desc:APICresourcesdev.apic.%parent:dev.uart.1.%parent:acpi0dev.uart.1.%pnpinfo:_HID=PNP0501_UID=1dev.uart.1.%location:handle=\_SB_.PCI0.LPC0.UAR2dev.uart.1.%driver:uartdev.uart.1.%desc:16550orcompatible

90 / 178

Page 91: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.uart.0.%parent:acpi0dev.uart.0.%pnpinfo:_HID=PNP0501_UID=0dev.uart.0.%location:handle=\_SB_.PCI0.LPC0.UAR1dev.uart.0.%driver:uartdev.uart.0.%desc:16550orcompatibledev.uart.%parent:dev.fpupnp.0.%parent:acpi0dev.fpupnp.0.%pnpinfo:_HID=PNP0C04_UID=0dev.fpupnp.0.%location:handle=\_SB_.PCI0.LPC0.FPU_dev.fpupnp.0.%driver:fpupnpdev.fpupnp.0.%desc:LegacyISAcoprocessorsupportdev.fpupnp.%parent:dev.atdma.0.%parent:acpi0dev.atdma.0.%pnpinfo:_HID=PNP0200_UID=0dev.atdma.0.%location:handle=\_SB_.PCI0.LPC0.DMACdev.atdma.0.%driver:atdmadev.atdma.0.%desc:ATDMAcontrollerdev.atdma.%parent:dev.acpi_button.0.%parent:acpi0dev.acpi_button.0.%pnpinfo:_HID=PNP0C0C_UID=170dev.acpi_button.0.%location:handle=\_SB_.PWRBdev.acpi_button.0.%driver:acpi_buttondev.acpi_button.0.%desc:PowerButtondev.acpi_button.%parent:dev.ahciem.0.%parent:ahci0dev.ahciem.0.%pnpinfo:dev.ahciem.0.%location:dev.ahciem.0.%driver:ahciemdev.ahciem.0.%desc:AHCIenclosuremanagementbridgedev.ahciem.%parent:dev.ahcich.5.%parent:ahci0dev.ahcich.5.%pnpinfo:dev.ahcich.5.%location:channel=5dev.ahcich.5.%driver:ahcichdev.ahcich.5.%desc:AHCIchanneldev.ahcich.4.%parent:ahci0dev.ahcich.4.%pnpinfo:dev.ahcich.4.%location:channel=4dev.ahcich.4.%driver:ahcichdev.ahcich.4.%desc:AHCIchanneldev.ahcich.3.%parent:ahci0dev.ahcich.3.%pnpinfo:dev.ahcich.3.%location:channel=3dev.ahcich.3.%driver:ahcichdev.ahcich.3.%desc:AHCIchanneldev.ahcich.2.%parent:ahci0dev.ahcich.2.%pnpinfo:dev.ahcich.2.%location:channel=2dev.ahcich.2.%driver:ahcichdev.ahcich.2.%desc:AHCIchanneldev.ahcich.1.%parent:ahci0dev.ahcich.1.%pnpinfo:dev.ahcich.1.%location:channel=1dev.ahcich.1.%driver:ahcichdev.ahcich.1.%desc:AHCIchanneldev.ahcich.0.%parent:ahci0dev.ahcich.0.%pnpinfo:dev.ahcich.0.%location:channel=0dev.ahcich.0.%driver:ahcichdev.ahcich.0.%desc:AHCIchanneldev.ahcich.%parent:dev.ahci.0.%parent:pci0dev.ahci.0.%pnpinfo:vendor=0x8086device=0x8d02subvendor=0x1bcfsubdevice=0x8053class=0x010601dev.ahci.0.%location:slot=31function=2handle=\_SB_.PCI0.SAT1dev.ahci.0.%driver:ahcidev.ahci.0.%desc:IntelWellsburgAHCISATAcontrollerdev.ahci.%parent:dev.isa.0.%parent:isab0dev.isa.0.%pnpinfo:dev.isa.0.%location:dev.isa.0.%driver:isadev.isa.0.%desc:ISAbusdev.isa.%parent:dev.isab.0.%parent:pci0dev.isab.0.%pnpinfo:vendor=0x8086device=0x8d44subvendor=0x1bcfsubdevice=0x8053class=0x060100dev.isab.0.%location:slot=31function=0handle=\_SB_.PCI0.LPC0dev.isab.0.%driver:isabdev.isab.0.%desc:PCI-ISAbridgedev.isab.%parent:dev.vgapci.0.%parent:pci125dev.vgapci.0.%pnpinfo:vendor=0x102bdevice=0x0522subvendor=0x1bcfsubdevice=0x8053class=0x030000dev.vgapci.0.%location:slot=0function=0handle=\_SB_.PCI0.RP04.D03Ddev.vgapci.0.%driver:vgapcidev.vgapci.0.%desc:VGA-compatibledisplaydev.vgapci.%parent:dev.ehci.1.%parent:pci0dev.ehci.1.%pnpinfo:vendor=0x8086device=0x8d26subvendor=0x1bcfsubdevice=0x8053class=0x0c0320dev.ehci.1.%location:slot=29function=0handle=\_SB_.PCI0.EHC1dev.ehci.1.%driver:ehcidev.ehci.1.%desc:EHCI(generic)USB2.0controllerdev.ehci.0.%parent:pci0dev.ehci.0.%pnpinfo:vendor=0x8086device=0x8d2dsubvendor=0x1bcfsubdevice=0x8053class=0x0c0320dev.ehci.0.%location:slot=26function=0handle=\_SB_.PCI0.EHC2dev.ehci.0.%driver:ehcidev.ehci.0.%desc:EHCI(generic)USB2.0controllerdev.ehci.%parent:dev.usbus.2.%parent:ehci1dev.usbus.2.%pnpinfo:dev.usbus.2.%location:dev.usbus.2.%driver:usbusdev.usbus.2.%desc:dev.usbus.1.%parent:ehci0dev.usbus.1.%pnpinfo:dev.usbus.1.%location:dev.usbus.1.%driver:usbusdev.usbus.1.%desc:dev.usbus.0.%parent:xhci0dev.usbus.0.%pnpinfo:dev.usbus.0.%location:dev.usbus.0.%driver:usbus

91 / 178

Page 92: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.usbus.0.%desc:dev.usbus.%parent:dev.xhci.0.%parent:pci0dev.xhci.0.%pnpinfo:vendor=0x8086device=0x8d31subvendor=0x1bcfsubdevice=0x8053class=0x0c0330dev.xhci.0.%location:slot=20function=0handle=\_SB_.PCI0.XHCIdev.xhci.0.%driver:xhcidev.xhci.0.%desc:XHCI(generic)USB3.0controllerdev.xhci.%parent:dev.ioapic.1.%parent:pci128dev.ioapic.1.%pnpinfo:vendor=0x8086device=0x2f2csubvendor=0x1bcfsubdevice=0x8053class=0x080020dev.ioapic.1.%location:slot=5function=4dev.ioapic.1.%driver:ioapicdev.ioapic.1.%desc:IO(x)APICdev.ioapic.0.%parent:pci0dev.ioapic.0.%pnpinfo:vendor=0x8086device=0x2f2csubvendor=0x1bcfsubdevice=0x8053class=0x080020dev.ioapic.0.%location:slot=5function=4dev.ioapic.0.%driver:ioapicdev.ioapic.0.%desc:IO(x)APICdev.ioapic.%parent:dev.bxe.3.queue.3.mbuf_alloc_tpa:0dev.bxe.3.queue.3.mbuf_alloc_sge:0dev.bxe.3.queue.3.mbuf_alloc_rx:0dev.bxe.3.queue.3.mbuf_alloc_tx:0dev.bxe.3.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.3.mbuf_defrag_failures:0dev.bxe.3.queue.3.mbuf_defrag_attempts:0dev.bxe.3.queue.3.tx_queue_xoff:0dev.bxe.3.queue.3.tx_frames_deferred:0dev.bxe.3.queue.3.tx_chain_lost_mbuf:0dev.bxe.3.queue.3.tx_window_violation_tso:0dev.bxe.3.queue.3.tx_window_violation_std:0dev.bxe.3.queue.3.tx_max_drbr_queue_depth:0dev.bxe.3.queue.3.tx_dma_mapping_failure:0dev.bxe.3.queue.3.tx_hw_max_queue_depth:0dev.bxe.3.queue.3.tx_hw_queue_full:0dev.bxe.3.queue.3.tx_encap_failures:0dev.bxe.3.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.3.tx_ofld_frames_lso:0dev.bxe.3.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.3.tx_soft_errors:0dev.bxe.3.queue.3.tx_pkts:0dev.bxe.3.queue.3.rx_budget_reached:0dev.bxe.3.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.3.rx_hw_csum_errors:0dev.bxe.3.queue.3.rx_soft_errors:0dev.bxe.3.queue.3.rx_jumbo_sge_pkts:0dev.bxe.3.queue.3.rx_tpa_pkts:0dev.bxe.3.queue.3.rx_pkts:0dev.bxe.3.queue.3.rx_calls:0dev.bxe.3.queue.3.tpa_bytes:0dev.bxe.3.queue.3.tpa_aggregated_frames:0dev.bxe.3.queue.3.tpa_aggregations:0dev.bxe.3.queue.3.tx_bcast_packets:0dev.bxe.3.queue.3.tx_mcast_packets:0dev.bxe.3.queue.3.tx_ucast_packets:0dev.bxe.3.queue.3.tx_bytes:0dev.bxe.3.queue.3.rx_discards:0dev.bxe.3.queue.3.rx_bcast_packets:0dev.bxe.3.queue.3.rx_mcast_packets:0dev.bxe.3.queue.3.rx_ucast_packets:0dev.bxe.3.queue.3.rx_bytes:0dev.bxe.3.queue.2.mbuf_alloc_tpa:0dev.bxe.3.queue.2.mbuf_alloc_sge:0dev.bxe.3.queue.2.mbuf_alloc_rx:0dev.bxe.3.queue.2.mbuf_alloc_tx:0dev.bxe.3.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.2.mbuf_defrag_failures:0dev.bxe.3.queue.2.mbuf_defrag_attempts:0dev.bxe.3.queue.2.tx_queue_xoff:0dev.bxe.3.queue.2.tx_frames_deferred:0dev.bxe.3.queue.2.tx_chain_lost_mbuf:0dev.bxe.3.queue.2.tx_window_violation_tso:0dev.bxe.3.queue.2.tx_window_violation_std:0dev.bxe.3.queue.2.tx_max_drbr_queue_depth:0dev.bxe.3.queue.2.tx_dma_mapping_failure:0dev.bxe.3.queue.2.tx_hw_max_queue_depth:0dev.bxe.3.queue.2.tx_hw_queue_full:0dev.bxe.3.queue.2.tx_encap_failures:0dev.bxe.3.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.2.tx_ofld_frames_lso:0dev.bxe.3.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.2.tx_soft_errors:0dev.bxe.3.queue.2.tx_pkts:0dev.bxe.3.queue.2.rx_budget_reached:0dev.bxe.3.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.2.rx_hw_csum_errors:0dev.bxe.3.queue.2.rx_soft_errors:0dev.bxe.3.queue.2.rx_jumbo_sge_pkts:0dev.bxe.3.queue.2.rx_tpa_pkts:0dev.bxe.3.queue.2.rx_pkts:0dev.bxe.3.queue.2.rx_calls:0dev.bxe.3.queue.2.tpa_bytes:0dev.bxe.3.queue.2.tpa_aggregated_frames:0dev.bxe.3.queue.2.tpa_aggregations:0

92 / 178

Page 93: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.3.queue.2.tx_bcast_packets:0dev.bxe.3.queue.2.tx_mcast_packets:0dev.bxe.3.queue.2.tx_ucast_packets:0dev.bxe.3.queue.2.tx_bytes:0dev.bxe.3.queue.2.rx_discards:0dev.bxe.3.queue.2.rx_bcast_packets:0dev.bxe.3.queue.2.rx_mcast_packets:0dev.bxe.3.queue.2.rx_ucast_packets:0dev.bxe.3.queue.2.rx_bytes:0dev.bxe.3.queue.1.mbuf_alloc_tpa:0dev.bxe.3.queue.1.mbuf_alloc_sge:0dev.bxe.3.queue.1.mbuf_alloc_rx:0dev.bxe.3.queue.1.mbuf_alloc_tx:0dev.bxe.3.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.1.mbuf_defrag_failures:0dev.bxe.3.queue.1.mbuf_defrag_attempts:0dev.bxe.3.queue.1.tx_queue_xoff:0dev.bxe.3.queue.1.tx_frames_deferred:0dev.bxe.3.queue.1.tx_chain_lost_mbuf:0dev.bxe.3.queue.1.tx_window_violation_tso:0dev.bxe.3.queue.1.tx_window_violation_std:0dev.bxe.3.queue.1.tx_max_drbr_queue_depth:0dev.bxe.3.queue.1.tx_dma_mapping_failure:0dev.bxe.3.queue.1.tx_hw_max_queue_depth:0dev.bxe.3.queue.1.tx_hw_queue_full:0dev.bxe.3.queue.1.tx_encap_failures:0dev.bxe.3.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.1.tx_ofld_frames_lso:0dev.bxe.3.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.1.tx_soft_errors:0dev.bxe.3.queue.1.tx_pkts:0dev.bxe.3.queue.1.rx_budget_reached:0dev.bxe.3.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.1.rx_hw_csum_errors:0dev.bxe.3.queue.1.rx_soft_errors:0dev.bxe.3.queue.1.rx_jumbo_sge_pkts:0dev.bxe.3.queue.1.rx_tpa_pkts:0dev.bxe.3.queue.1.rx_pkts:0dev.bxe.3.queue.1.rx_calls:0dev.bxe.3.queue.1.tpa_bytes:0dev.bxe.3.queue.1.tpa_aggregated_frames:0dev.bxe.3.queue.1.tpa_aggregations:0dev.bxe.3.queue.1.tx_bcast_packets:0dev.bxe.3.queue.1.tx_mcast_packets:0dev.bxe.3.queue.1.tx_ucast_packets:0dev.bxe.3.queue.1.tx_bytes:0dev.bxe.3.queue.1.rx_discards:0dev.bxe.3.queue.1.rx_bcast_packets:0dev.bxe.3.queue.1.rx_mcast_packets:0dev.bxe.3.queue.1.rx_ucast_packets:0dev.bxe.3.queue.1.rx_bytes:0dev.bxe.3.queue.0.mbuf_alloc_tpa:0dev.bxe.3.queue.0.mbuf_alloc_sge:0dev.bxe.3.queue.0.mbuf_alloc_rx:0dev.bxe.3.queue.0.mbuf_alloc_tx:0dev.bxe.3.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.3.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.3.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.3.queue.0.mbuf_defrag_failures:0dev.bxe.3.queue.0.mbuf_defrag_attempts:0dev.bxe.3.queue.0.tx_queue_xoff:0dev.bxe.3.queue.0.tx_frames_deferred:0dev.bxe.3.queue.0.tx_chain_lost_mbuf:0dev.bxe.3.queue.0.tx_window_violation_tso:0dev.bxe.3.queue.0.tx_window_violation_std:0dev.bxe.3.queue.0.tx_max_drbr_queue_depth:0dev.bxe.3.queue.0.tx_dma_mapping_failure:0dev.bxe.3.queue.0.tx_hw_max_queue_depth:0dev.bxe.3.queue.0.tx_hw_queue_full:0dev.bxe.3.queue.0.tx_encap_failures:0dev.bxe.3.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.queue.0.tx_ofld_frames_lso:0dev.bxe.3.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.3.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.3.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.3.queue.0.tx_soft_errors:0dev.bxe.3.queue.0.tx_pkts:0dev.bxe.3.queue.0.rx_budget_reached:0dev.bxe.3.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.3.queue.0.rx_hw_csum_errors:0dev.bxe.3.queue.0.rx_soft_errors:0dev.bxe.3.queue.0.rx_jumbo_sge_pkts:0dev.bxe.3.queue.0.rx_tpa_pkts:0dev.bxe.3.queue.0.rx_pkts:0dev.bxe.3.queue.0.rx_calls:0dev.bxe.3.queue.0.tpa_bytes:0dev.bxe.3.queue.0.tpa_aggregated_frames:0dev.bxe.3.queue.0.tpa_aggregations:0dev.bxe.3.queue.0.tx_bcast_packets:0dev.bxe.3.queue.0.tx_mcast_packets:0dev.bxe.3.queue.0.tx_ucast_packets:0dev.bxe.3.queue.0.tx_bytes:0dev.bxe.3.queue.0.rx_discards:0dev.bxe.3.queue.0.rx_bcast_packets:0dev.bxe.3.queue.0.rx_mcast_packets:0dev.bxe.3.queue.0.rx_ucast_packets:0dev.bxe.3.queue.0.rx_bytes:0dev.bxe.3.mbuf_alloc_tpa:0

93 / 178

Page 94: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.3.mbuf_alloc_sge:0dev.bxe.3.mbuf_alloc_rx:0dev.bxe.3.mbuf_alloc_tx:0dev.bxe.3.mbuf_rx_sge_mapping_failed:0dev.bxe.3.mbuf_rx_sge_alloc_failed:0dev.bxe.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.3.mbuf_rx_bd_mapping_failed:0dev.bxe.3.mbuf_rx_bd_alloc_failed:0dev.bxe.3.mbuf_defrag_failures:0dev.bxe.3.mbuf_defrag_attempts:0dev.bxe.3.tx_queue_xoff:0dev.bxe.3.tx_frames_deferred:0dev.bxe.3.tx_chain_lost_mbuf:0dev.bxe.3.tx_window_violation_tso:0dev.bxe.3.tx_window_violation_std:0dev.bxe.3.tx_max_drbr_queue_depth:0dev.bxe.3.tx_dma_mapping_failure:0dev.bxe.3.tx_hw_max_queue_depth:0dev.bxe.3.tx_hw_queue_full:0dev.bxe.3.tx_encap_failures:0dev.bxe.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.3.tx_ofld_frames_lso:0dev.bxe.3.tx_ofld_frames_csum_udp:0dev.bxe.3.tx_ofld_frames_csum_tcp:0dev.bxe.3.tx_ofld_frames_csum_ip:0dev.bxe.3.tx_soft_errors:0dev.bxe.3.tx_pkts:0dev.bxe.3.rx_budget_reached:0dev.bxe.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.3.rx_ofld_frames_csum_ip:0dev.bxe.3.rx_hw_csum_errors:0dev.bxe.3.rx_soft_errors:0dev.bxe.3.rx_jumbo_sge_pkts:0dev.bxe.3.rx_tpa_pkts:0dev.bxe.3.rx_pkts:0dev.bxe.3.rx_calls:0dev.bxe.3.eee_tx_lpi:0dev.bxe.3.tpa_bytes:0dev.bxe.3.tpa_aggregated_frames:0dev.bxe.3.tpa_aggregations:0dev.bxe.3.tx_pause_frames:0dev.bxe.3.tx_1523_to_9022_byte_packets:0dev.bxe.3.tx_1024_to_1522_byte_packets:0dev.bxe.3.tx_512_to_1023_byte_packets:0dev.bxe.3.tx_256_to_511_byte_packets:0dev.bxe.3.tx_128_to_255_byte_packets:0dev.bxe.3.tx_65_to_127_byte_packets:0dev.bxe.3.tx_64_byte_packets:0dev.bxe.3.tx_total_collisions:0dev.bxe.3.tx_late_collisions:0dev.bxe.3.tx_excess_collisions:0dev.bxe.3.tx_deferred:0dev.bxe.3.tx_multi_collisions:0dev.bxe.3.tx_single_collisions:0dev.bxe.3.tx_carrier_errors:0dev.bxe.3.tx_mac_errors:0dev.bxe.3.tx_bcast_packets:0dev.bxe.3.tx_mcast_packets:0dev.bxe.3.tx_ucast_packets:0dev.bxe.3.tx_error_bytes:0dev.bxe.3.tx_bytes:0dev.bxe.3.rx_constant_pause_events:0dev.bxe.3.rx_mac_ctrl_frames:0dev.bxe.3.rx_pause_frames:0dev.bxe.3.rx_brb_truncate:0dev.bxe.3.rx_brb_discard:0dev.bxe.3.pfc_frames_sent:0dev.bxe.3.pfc_frames_received:0dev.bxe.3.rx_mf_tag_discard:0dev.bxe.3.rx_filtered_packets:0dev.bxe.3.rx_discards:0dev.bxe.3.rx_jabbers:0dev.bxe.3.rx_fragments:0dev.bxe.3.rx_oversize_packets:0dev.bxe.3.rx_undersize_packets:0dev.bxe.3.rx_align_errors:0dev.bxe.3.rx_crc_errors:0dev.bxe.3.rx_bcast_packets:0dev.bxe.3.rx_mcast_packets:0dev.bxe.3.rx_ucast_packets:0dev.bxe.3.rx_error_bytes:0dev.bxe.3.rx_bytes:0dev.bxe.3.state:0dev.bxe.3.rx_budget:4294967295dev.bxe.3.debug:0dev.bxe.3.pci_link:5.0GT/sx8dev.bxe.3.mac_addr:44:8a:5b:f4:d6:5fdev.bxe.3.mf_vnics:1dev.bxe.3.mf_mode:Singledev.bxe.3.fw_version:7.8.51.0dev.bxe.3.bc_version:7.10.10dev.bxe.3.version:1.78.79dev.bxe.3.%parent:pci5dev.bxe.3.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x805fclass=0x020000dev.bxe.3.%location:slot=0function=3handle=\_SB_.PCI0.BR2A.LAN4dev.bxe.3.%driver:bxedev.bxe.3.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79dev.bxe.2.queue.3.mbuf_alloc_tpa:0dev.bxe.2.queue.3.mbuf_alloc_sge:0dev.bxe.2.queue.3.mbuf_alloc_rx:0dev.bxe.2.queue.3.mbuf_alloc_tx:0dev.bxe.2.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.3.mbuf_defrag_failures:0dev.bxe.2.queue.3.mbuf_defrag_attempts:0

94 / 178

Page 95: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.2.queue.3.tx_queue_xoff:0dev.bxe.2.queue.3.tx_frames_deferred:0dev.bxe.2.queue.3.tx_chain_lost_mbuf:0dev.bxe.2.queue.3.tx_window_violation_tso:0dev.bxe.2.queue.3.tx_window_violation_std:0dev.bxe.2.queue.3.tx_max_drbr_queue_depth:0dev.bxe.2.queue.3.tx_dma_mapping_failure:0dev.bxe.2.queue.3.tx_hw_max_queue_depth:0dev.bxe.2.queue.3.tx_hw_queue_full:0dev.bxe.2.queue.3.tx_encap_failures:0dev.bxe.2.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.3.tx_ofld_frames_lso:0dev.bxe.2.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.3.tx_soft_errors:0dev.bxe.2.queue.3.tx_pkts:0dev.bxe.2.queue.3.rx_budget_reached:0dev.bxe.2.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.3.rx_hw_csum_errors:0dev.bxe.2.queue.3.rx_soft_errors:0dev.bxe.2.queue.3.rx_jumbo_sge_pkts:0dev.bxe.2.queue.3.rx_tpa_pkts:0dev.bxe.2.queue.3.rx_pkts:0dev.bxe.2.queue.3.rx_calls:0dev.bxe.2.queue.3.tpa_bytes:0dev.bxe.2.queue.3.tpa_aggregated_frames:0dev.bxe.2.queue.3.tpa_aggregations:0dev.bxe.2.queue.3.tx_bcast_packets:0dev.bxe.2.queue.3.tx_mcast_packets:0dev.bxe.2.queue.3.tx_ucast_packets:0dev.bxe.2.queue.3.tx_bytes:0dev.bxe.2.queue.3.rx_discards:0dev.bxe.2.queue.3.rx_bcast_packets:0dev.bxe.2.queue.3.rx_mcast_packets:0dev.bxe.2.queue.3.rx_ucast_packets:0dev.bxe.2.queue.3.rx_bytes:0dev.bxe.2.queue.2.mbuf_alloc_tpa:0dev.bxe.2.queue.2.mbuf_alloc_sge:0dev.bxe.2.queue.2.mbuf_alloc_rx:0dev.bxe.2.queue.2.mbuf_alloc_tx:0dev.bxe.2.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.2.mbuf_defrag_failures:0dev.bxe.2.queue.2.mbuf_defrag_attempts:0dev.bxe.2.queue.2.tx_queue_xoff:0dev.bxe.2.queue.2.tx_frames_deferred:0dev.bxe.2.queue.2.tx_chain_lost_mbuf:0dev.bxe.2.queue.2.tx_window_violation_tso:0dev.bxe.2.queue.2.tx_window_violation_std:0dev.bxe.2.queue.2.tx_max_drbr_queue_depth:0dev.bxe.2.queue.2.tx_dma_mapping_failure:0dev.bxe.2.queue.2.tx_hw_max_queue_depth:0dev.bxe.2.queue.2.tx_hw_queue_full:0dev.bxe.2.queue.2.tx_encap_failures:0dev.bxe.2.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.2.tx_ofld_frames_lso:0dev.bxe.2.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.2.tx_soft_errors:0dev.bxe.2.queue.2.tx_pkts:0dev.bxe.2.queue.2.rx_budget_reached:0dev.bxe.2.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.2.rx_hw_csum_errors:0dev.bxe.2.queue.2.rx_soft_errors:0dev.bxe.2.queue.2.rx_jumbo_sge_pkts:0dev.bxe.2.queue.2.rx_tpa_pkts:0dev.bxe.2.queue.2.rx_pkts:0dev.bxe.2.queue.2.rx_calls:0dev.bxe.2.queue.2.tpa_bytes:0dev.bxe.2.queue.2.tpa_aggregated_frames:0dev.bxe.2.queue.2.tpa_aggregations:0dev.bxe.2.queue.2.tx_bcast_packets:0dev.bxe.2.queue.2.tx_mcast_packets:0dev.bxe.2.queue.2.tx_ucast_packets:0dev.bxe.2.queue.2.tx_bytes:0dev.bxe.2.queue.2.rx_discards:0dev.bxe.2.queue.2.rx_bcast_packets:0dev.bxe.2.queue.2.rx_mcast_packets:0dev.bxe.2.queue.2.rx_ucast_packets:0dev.bxe.2.queue.2.rx_bytes:0dev.bxe.2.queue.1.mbuf_alloc_tpa:0dev.bxe.2.queue.1.mbuf_alloc_sge:0dev.bxe.2.queue.1.mbuf_alloc_rx:0dev.bxe.2.queue.1.mbuf_alloc_tx:0dev.bxe.2.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.1.mbuf_defrag_failures:0dev.bxe.2.queue.1.mbuf_defrag_attempts:0dev.bxe.2.queue.1.tx_queue_xoff:0dev.bxe.2.queue.1.tx_frames_deferred:0dev.bxe.2.queue.1.tx_chain_lost_mbuf:0dev.bxe.2.queue.1.tx_window_violation_tso:0dev.bxe.2.queue.1.tx_window_violation_std:0dev.bxe.2.queue.1.tx_max_drbr_queue_depth:0dev.bxe.2.queue.1.tx_dma_mapping_failure:0dev.bxe.2.queue.1.tx_hw_max_queue_depth:0dev.bxe.2.queue.1.tx_hw_queue_full:0dev.bxe.2.queue.1.tx_encap_failures:0

95 / 178

Page 96: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.2.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.1.tx_ofld_frames_lso:0dev.bxe.2.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.1.tx_soft_errors:0dev.bxe.2.queue.1.tx_pkts:0dev.bxe.2.queue.1.rx_budget_reached:0dev.bxe.2.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.1.rx_hw_csum_errors:0dev.bxe.2.queue.1.rx_soft_errors:0dev.bxe.2.queue.1.rx_jumbo_sge_pkts:0dev.bxe.2.queue.1.rx_tpa_pkts:0dev.bxe.2.queue.1.rx_pkts:0dev.bxe.2.queue.1.rx_calls:0dev.bxe.2.queue.1.tpa_bytes:0dev.bxe.2.queue.1.tpa_aggregated_frames:0dev.bxe.2.queue.1.tpa_aggregations:0dev.bxe.2.queue.1.tx_bcast_packets:0dev.bxe.2.queue.1.tx_mcast_packets:0dev.bxe.2.queue.1.tx_ucast_packets:0dev.bxe.2.queue.1.tx_bytes:0dev.bxe.2.queue.1.rx_discards:0dev.bxe.2.queue.1.rx_bcast_packets:0dev.bxe.2.queue.1.rx_mcast_packets:0dev.bxe.2.queue.1.rx_ucast_packets:0dev.bxe.2.queue.1.rx_bytes:0dev.bxe.2.queue.0.mbuf_alloc_tpa:0dev.bxe.2.queue.0.mbuf_alloc_sge:0dev.bxe.2.queue.0.mbuf_alloc_rx:0dev.bxe.2.queue.0.mbuf_alloc_tx:0dev.bxe.2.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.2.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.2.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.2.queue.0.mbuf_defrag_failures:0dev.bxe.2.queue.0.mbuf_defrag_attempts:0dev.bxe.2.queue.0.tx_queue_xoff:0dev.bxe.2.queue.0.tx_frames_deferred:0dev.bxe.2.queue.0.tx_chain_lost_mbuf:0dev.bxe.2.queue.0.tx_window_violation_tso:0dev.bxe.2.queue.0.tx_window_violation_std:0dev.bxe.2.queue.0.tx_max_drbr_queue_depth:0dev.bxe.2.queue.0.tx_dma_mapping_failure:0dev.bxe.2.queue.0.tx_hw_max_queue_depth:0dev.bxe.2.queue.0.tx_hw_queue_full:0dev.bxe.2.queue.0.tx_encap_failures:0dev.bxe.2.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.queue.0.tx_ofld_frames_lso:0dev.bxe.2.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.2.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.2.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.2.queue.0.tx_soft_errors:0dev.bxe.2.queue.0.tx_pkts:0dev.bxe.2.queue.0.rx_budget_reached:0dev.bxe.2.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.2.queue.0.rx_hw_csum_errors:0dev.bxe.2.queue.0.rx_soft_errors:0dev.bxe.2.queue.0.rx_jumbo_sge_pkts:0dev.bxe.2.queue.0.rx_tpa_pkts:0dev.bxe.2.queue.0.rx_pkts:0dev.bxe.2.queue.0.rx_calls:0dev.bxe.2.queue.0.tpa_bytes:0dev.bxe.2.queue.0.tpa_aggregated_frames:0dev.bxe.2.queue.0.tpa_aggregations:0dev.bxe.2.queue.0.tx_bcast_packets:0dev.bxe.2.queue.0.tx_mcast_packets:0dev.bxe.2.queue.0.tx_ucast_packets:0dev.bxe.2.queue.0.tx_bytes:0dev.bxe.2.queue.0.rx_discards:0dev.bxe.2.queue.0.rx_bcast_packets:0dev.bxe.2.queue.0.rx_mcast_packets:0dev.bxe.2.queue.0.rx_ucast_packets:0dev.bxe.2.queue.0.rx_bytes:0dev.bxe.2.mbuf_alloc_tpa:0dev.bxe.2.mbuf_alloc_sge:0dev.bxe.2.mbuf_alloc_rx:0dev.bxe.2.mbuf_alloc_tx:0dev.bxe.2.mbuf_rx_sge_mapping_failed:0dev.bxe.2.mbuf_rx_sge_alloc_failed:0dev.bxe.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.2.mbuf_rx_bd_mapping_failed:0dev.bxe.2.mbuf_rx_bd_alloc_failed:0dev.bxe.2.mbuf_defrag_failures:0dev.bxe.2.mbuf_defrag_attempts:0dev.bxe.2.tx_queue_xoff:0dev.bxe.2.tx_frames_deferred:0dev.bxe.2.tx_chain_lost_mbuf:0dev.bxe.2.tx_window_violation_tso:0dev.bxe.2.tx_window_violation_std:0dev.bxe.2.tx_max_drbr_queue_depth:0dev.bxe.2.tx_dma_mapping_failure:0dev.bxe.2.tx_hw_max_queue_depth:0dev.bxe.2.tx_hw_queue_full:0dev.bxe.2.tx_encap_failures:0dev.bxe.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.2.tx_ofld_frames_lso:0dev.bxe.2.tx_ofld_frames_csum_udp:0dev.bxe.2.tx_ofld_frames_csum_tcp:0dev.bxe.2.tx_ofld_frames_csum_ip:0dev.bxe.2.tx_soft_errors:0dev.bxe.2.tx_pkts:0dev.bxe.2.rx_budget_reached:0dev.bxe.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.2.rx_ofld_frames_csum_ip:0

96 / 178

Page 97: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.2.rx_hw_csum_errors:0dev.bxe.2.rx_soft_errors:0dev.bxe.2.rx_jumbo_sge_pkts:0dev.bxe.2.rx_tpa_pkts:0dev.bxe.2.rx_pkts:0dev.bxe.2.rx_calls:0dev.bxe.2.eee_tx_lpi:0dev.bxe.2.tpa_bytes:0dev.bxe.2.tpa_aggregated_frames:0dev.bxe.2.tpa_aggregations:0dev.bxe.2.tx_pause_frames:0dev.bxe.2.tx_1523_to_9022_byte_packets:0dev.bxe.2.tx_1024_to_1522_byte_packets:0dev.bxe.2.tx_512_to_1023_byte_packets:0dev.bxe.2.tx_256_to_511_byte_packets:0dev.bxe.2.tx_128_to_255_byte_packets:0dev.bxe.2.tx_65_to_127_byte_packets:0dev.bxe.2.tx_64_byte_packets:0dev.bxe.2.tx_total_collisions:0dev.bxe.2.tx_late_collisions:0dev.bxe.2.tx_excess_collisions:0dev.bxe.2.tx_deferred:0dev.bxe.2.tx_multi_collisions:0dev.bxe.2.tx_single_collisions:0dev.bxe.2.tx_carrier_errors:0dev.bxe.2.tx_mac_errors:0dev.bxe.2.tx_bcast_packets:0dev.bxe.2.tx_mcast_packets:0dev.bxe.2.tx_ucast_packets:0dev.bxe.2.tx_error_bytes:0dev.bxe.2.tx_bytes:0dev.bxe.2.rx_constant_pause_events:0dev.bxe.2.rx_mac_ctrl_frames:0dev.bxe.2.rx_pause_frames:0dev.bxe.2.rx_brb_truncate:0dev.bxe.2.rx_brb_discard:0dev.bxe.2.pfc_frames_sent:0dev.bxe.2.pfc_frames_received:0dev.bxe.2.rx_mf_tag_discard:0dev.bxe.2.rx_filtered_packets:0dev.bxe.2.rx_discards:0dev.bxe.2.rx_jabbers:0dev.bxe.2.rx_fragments:0dev.bxe.2.rx_oversize_packets:0dev.bxe.2.rx_undersize_packets:0dev.bxe.2.rx_align_errors:0dev.bxe.2.rx_crc_errors:0dev.bxe.2.rx_bcast_packets:0dev.bxe.2.rx_mcast_packets:0dev.bxe.2.rx_ucast_packets:0dev.bxe.2.rx_error_bytes:0dev.bxe.2.rx_bytes:0dev.bxe.2.state:0dev.bxe.2.rx_budget:4294967295dev.bxe.2.debug:0dev.bxe.2.pci_link:5.0GT/sx8dev.bxe.2.mac_addr:44:8a:5b:f4:d6:5ddev.bxe.2.mf_vnics:1dev.bxe.2.mf_mode:Singledev.bxe.2.fw_version:7.8.51.0dev.bxe.2.bc_version:7.10.10dev.bxe.2.version:1.78.79dev.bxe.2.%parent:pci5dev.bxe.2.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x805fclass=0x020000dev.bxe.2.%location:slot=0function=2handle=\_SB_.PCI0.BR2A.LAN3dev.bxe.2.%driver:bxedev.bxe.2.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79dev.bxe.1.queue.3.mbuf_alloc_tpa:0dev.bxe.1.queue.3.mbuf_alloc_sge:0dev.bxe.1.queue.3.mbuf_alloc_rx:0dev.bxe.1.queue.3.mbuf_alloc_tx:0dev.bxe.1.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.3.mbuf_defrag_failures:0dev.bxe.1.queue.3.mbuf_defrag_attempts:0dev.bxe.1.queue.3.tx_queue_xoff:0dev.bxe.1.queue.3.tx_frames_deferred:0dev.bxe.1.queue.3.tx_chain_lost_mbuf:0dev.bxe.1.queue.3.tx_window_violation_tso:0dev.bxe.1.queue.3.tx_window_violation_std:0dev.bxe.1.queue.3.tx_max_drbr_queue_depth:0dev.bxe.1.queue.3.tx_dma_mapping_failure:0dev.bxe.1.queue.3.tx_hw_max_queue_depth:0dev.bxe.1.queue.3.tx_hw_queue_full:0dev.bxe.1.queue.3.tx_encap_failures:0dev.bxe.1.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.3.tx_ofld_frames_lso:0dev.bxe.1.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.3.tx_soft_errors:0dev.bxe.1.queue.3.tx_pkts:0dev.bxe.1.queue.3.rx_budget_reached:0dev.bxe.1.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.3.rx_hw_csum_errors:0dev.bxe.1.queue.3.rx_soft_errors:0dev.bxe.1.queue.3.rx_jumbo_sge_pkts:0dev.bxe.1.queue.3.rx_tpa_pkts:0dev.bxe.1.queue.3.rx_pkts:0dev.bxe.1.queue.3.rx_calls:0dev.bxe.1.queue.3.tpa_bytes:0dev.bxe.1.queue.3.tpa_aggregated_frames:0dev.bxe.1.queue.3.tpa_aggregations:0dev.bxe.1.queue.3.tx_bcast_packets:0dev.bxe.1.queue.3.tx_mcast_packets:0

97 / 178

Page 98: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.queue.3.tx_ucast_packets:0dev.bxe.1.queue.3.tx_bytes:0dev.bxe.1.queue.3.rx_discards:0dev.bxe.1.queue.3.rx_bcast_packets:0dev.bxe.1.queue.3.rx_mcast_packets:0dev.bxe.1.queue.3.rx_ucast_packets:0dev.bxe.1.queue.3.rx_bytes:0dev.bxe.1.queue.2.mbuf_alloc_tpa:0dev.bxe.1.queue.2.mbuf_alloc_sge:0dev.bxe.1.queue.2.mbuf_alloc_rx:0dev.bxe.1.queue.2.mbuf_alloc_tx:0dev.bxe.1.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.2.mbuf_defrag_failures:0dev.bxe.1.queue.2.mbuf_defrag_attempts:0dev.bxe.1.queue.2.tx_queue_xoff:0dev.bxe.1.queue.2.tx_frames_deferred:0dev.bxe.1.queue.2.tx_chain_lost_mbuf:0dev.bxe.1.queue.2.tx_window_violation_tso:0dev.bxe.1.queue.2.tx_window_violation_std:0dev.bxe.1.queue.2.tx_max_drbr_queue_depth:0dev.bxe.1.queue.2.tx_dma_mapping_failure:0dev.bxe.1.queue.2.tx_hw_max_queue_depth:0dev.bxe.1.queue.2.tx_hw_queue_full:0dev.bxe.1.queue.2.tx_encap_failures:0dev.bxe.1.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.2.tx_ofld_frames_lso:0dev.bxe.1.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.2.tx_soft_errors:0dev.bxe.1.queue.2.tx_pkts:0dev.bxe.1.queue.2.rx_budget_reached:0dev.bxe.1.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.2.rx_hw_csum_errors:0dev.bxe.1.queue.2.rx_soft_errors:0dev.bxe.1.queue.2.rx_jumbo_sge_pkts:0dev.bxe.1.queue.2.rx_tpa_pkts:0dev.bxe.1.queue.2.rx_pkts:0dev.bxe.1.queue.2.rx_calls:0dev.bxe.1.queue.2.tpa_bytes:0dev.bxe.1.queue.2.tpa_aggregated_frames:0dev.bxe.1.queue.2.tpa_aggregations:0dev.bxe.1.queue.2.tx_bcast_packets:0dev.bxe.1.queue.2.tx_mcast_packets:0dev.bxe.1.queue.2.tx_ucast_packets:0dev.bxe.1.queue.2.tx_bytes:0dev.bxe.1.queue.2.rx_discards:0dev.bxe.1.queue.2.rx_bcast_packets:0dev.bxe.1.queue.2.rx_mcast_packets:0dev.bxe.1.queue.2.rx_ucast_packets:0dev.bxe.1.queue.2.rx_bytes:0dev.bxe.1.queue.1.mbuf_alloc_tpa:0dev.bxe.1.queue.1.mbuf_alloc_sge:0dev.bxe.1.queue.1.mbuf_alloc_rx:0dev.bxe.1.queue.1.mbuf_alloc_tx:0dev.bxe.1.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.1.mbuf_defrag_failures:0dev.bxe.1.queue.1.mbuf_defrag_attempts:0dev.bxe.1.queue.1.tx_queue_xoff:0dev.bxe.1.queue.1.tx_frames_deferred:0dev.bxe.1.queue.1.tx_chain_lost_mbuf:0dev.bxe.1.queue.1.tx_window_violation_tso:0dev.bxe.1.queue.1.tx_window_violation_std:0dev.bxe.1.queue.1.tx_max_drbr_queue_depth:0dev.bxe.1.queue.1.tx_dma_mapping_failure:0dev.bxe.1.queue.1.tx_hw_max_queue_depth:0dev.bxe.1.queue.1.tx_hw_queue_full:0dev.bxe.1.queue.1.tx_encap_failures:0dev.bxe.1.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.1.tx_ofld_frames_lso:0dev.bxe.1.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.1.tx_soft_errors:0dev.bxe.1.queue.1.tx_pkts:0dev.bxe.1.queue.1.rx_budget_reached:0dev.bxe.1.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.1.rx_hw_csum_errors:0dev.bxe.1.queue.1.rx_soft_errors:0dev.bxe.1.queue.1.rx_jumbo_sge_pkts:0dev.bxe.1.queue.1.rx_tpa_pkts:0dev.bxe.1.queue.1.rx_pkts:0dev.bxe.1.queue.1.rx_calls:0dev.bxe.1.queue.1.tpa_bytes:0dev.bxe.1.queue.1.tpa_aggregated_frames:0dev.bxe.1.queue.1.tpa_aggregations:0dev.bxe.1.queue.1.tx_bcast_packets:0dev.bxe.1.queue.1.tx_mcast_packets:0dev.bxe.1.queue.1.tx_ucast_packets:0dev.bxe.1.queue.1.tx_bytes:0dev.bxe.1.queue.1.rx_discards:0dev.bxe.1.queue.1.rx_bcast_packets:0dev.bxe.1.queue.1.rx_mcast_packets:0dev.bxe.1.queue.1.rx_ucast_packets:0dev.bxe.1.queue.1.rx_bytes:0dev.bxe.1.queue.0.mbuf_alloc_tpa:0dev.bxe.1.queue.0.mbuf_alloc_sge:0dev.bxe.1.queue.0.mbuf_alloc_rx:0

98 / 178

Page 99: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.queue.0.mbuf_alloc_tx:0dev.bxe.1.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.1.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.1.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.1.queue.0.mbuf_defrag_failures:0dev.bxe.1.queue.0.mbuf_defrag_attempts:0dev.bxe.1.queue.0.tx_queue_xoff:0dev.bxe.1.queue.0.tx_frames_deferred:0dev.bxe.1.queue.0.tx_chain_lost_mbuf:0dev.bxe.1.queue.0.tx_window_violation_tso:0dev.bxe.1.queue.0.tx_window_violation_std:0dev.bxe.1.queue.0.tx_max_drbr_queue_depth:0dev.bxe.1.queue.0.tx_dma_mapping_failure:0dev.bxe.1.queue.0.tx_hw_max_queue_depth:0dev.bxe.1.queue.0.tx_hw_queue_full:0dev.bxe.1.queue.0.tx_encap_failures:0dev.bxe.1.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.queue.0.tx_ofld_frames_lso:0dev.bxe.1.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.1.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.1.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.1.queue.0.tx_soft_errors:0dev.bxe.1.queue.0.tx_pkts:0dev.bxe.1.queue.0.rx_budget_reached:0dev.bxe.1.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.1.queue.0.rx_hw_csum_errors:0dev.bxe.1.queue.0.rx_soft_errors:0dev.bxe.1.queue.0.rx_jumbo_sge_pkts:0dev.bxe.1.queue.0.rx_tpa_pkts:0dev.bxe.1.queue.0.rx_pkts:0dev.bxe.1.queue.0.rx_calls:0dev.bxe.1.queue.0.tpa_bytes:0dev.bxe.1.queue.0.tpa_aggregated_frames:0dev.bxe.1.queue.0.tpa_aggregations:0dev.bxe.1.queue.0.tx_bcast_packets:0dev.bxe.1.queue.0.tx_mcast_packets:0dev.bxe.1.queue.0.tx_ucast_packets:0dev.bxe.1.queue.0.tx_bytes:0dev.bxe.1.queue.0.rx_discards:0dev.bxe.1.queue.0.rx_bcast_packets:0dev.bxe.1.queue.0.rx_mcast_packets:0dev.bxe.1.queue.0.rx_ucast_packets:0dev.bxe.1.queue.0.rx_bytes:0dev.bxe.1.mbuf_alloc_tpa:0dev.bxe.1.mbuf_alloc_sge:0dev.bxe.1.mbuf_alloc_rx:0dev.bxe.1.mbuf_alloc_tx:0dev.bxe.1.mbuf_rx_sge_mapping_failed:0dev.bxe.1.mbuf_rx_sge_alloc_failed:0dev.bxe.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.1.mbuf_rx_bd_mapping_failed:0dev.bxe.1.mbuf_rx_bd_alloc_failed:0dev.bxe.1.mbuf_defrag_failures:0dev.bxe.1.mbuf_defrag_attempts:0dev.bxe.1.tx_queue_xoff:0dev.bxe.1.tx_frames_deferred:0dev.bxe.1.tx_chain_lost_mbuf:0dev.bxe.1.tx_window_violation_tso:0dev.bxe.1.tx_window_violation_std:0dev.bxe.1.tx_max_drbr_queue_depth:0dev.bxe.1.tx_dma_mapping_failure:0dev.bxe.1.tx_hw_max_queue_depth:0dev.bxe.1.tx_hw_queue_full:0dev.bxe.1.tx_encap_failures:0dev.bxe.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.1.tx_ofld_frames_lso:0dev.bxe.1.tx_ofld_frames_csum_udp:0dev.bxe.1.tx_ofld_frames_csum_tcp:0dev.bxe.1.tx_ofld_frames_csum_ip:0dev.bxe.1.tx_soft_errors:0dev.bxe.1.tx_pkts:0dev.bxe.1.rx_budget_reached:0dev.bxe.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.1.rx_ofld_frames_csum_ip:0dev.bxe.1.rx_hw_csum_errors:0dev.bxe.1.rx_soft_errors:0dev.bxe.1.rx_jumbo_sge_pkts:0dev.bxe.1.rx_tpa_pkts:0dev.bxe.1.rx_pkts:0dev.bxe.1.rx_calls:0dev.bxe.1.eee_tx_lpi:0dev.bxe.1.tpa_bytes:0dev.bxe.1.tpa_aggregated_frames:0dev.bxe.1.tpa_aggregations:0dev.bxe.1.tx_pause_frames:0dev.bxe.1.tx_1523_to_9022_byte_packets:0dev.bxe.1.tx_1024_to_1522_byte_packets:0dev.bxe.1.tx_512_to_1023_byte_packets:0dev.bxe.1.tx_256_to_511_byte_packets:0dev.bxe.1.tx_128_to_255_byte_packets:0dev.bxe.1.tx_65_to_127_byte_packets:0dev.bxe.1.tx_64_byte_packets:0dev.bxe.1.tx_total_collisions:0dev.bxe.1.tx_late_collisions:0dev.bxe.1.tx_excess_collisions:0dev.bxe.1.tx_deferred:0dev.bxe.1.tx_multi_collisions:0dev.bxe.1.tx_single_collisions:0dev.bxe.1.tx_carrier_errors:0dev.bxe.1.tx_mac_errors:0dev.bxe.1.tx_bcast_packets:0dev.bxe.1.tx_mcast_packets:0dev.bxe.1.tx_ucast_packets:0dev.bxe.1.tx_error_bytes:0dev.bxe.1.tx_bytes:0

99 / 178

Page 100: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.1.rx_constant_pause_events:0dev.bxe.1.rx_mac_ctrl_frames:0dev.bxe.1.rx_pause_frames:0dev.bxe.1.rx_brb_truncate:0dev.bxe.1.rx_brb_discard:0dev.bxe.1.pfc_frames_sent:0dev.bxe.1.pfc_frames_received:0dev.bxe.1.rx_mf_tag_discard:0dev.bxe.1.rx_filtered_packets:0dev.bxe.1.rx_discards:0dev.bxe.1.rx_jabbers:0dev.bxe.1.rx_fragments:0dev.bxe.1.rx_oversize_packets:0dev.bxe.1.rx_undersize_packets:0dev.bxe.1.rx_align_errors:0dev.bxe.1.rx_crc_errors:0dev.bxe.1.rx_bcast_packets:0dev.bxe.1.rx_mcast_packets:0dev.bxe.1.rx_ucast_packets:0dev.bxe.1.rx_error_bytes:0dev.bxe.1.rx_bytes:0dev.bxe.1.state:0dev.bxe.1.rx_budget:4294967295dev.bxe.1.debug:0dev.bxe.1.pci_link:5.0GT/sx8dev.bxe.1.mac_addr:44:8a:5b:f4:d6:63dev.bxe.1.mf_vnics:1dev.bxe.1.mf_mode:Singledev.bxe.1.fw_version:7.8.51.0dev.bxe.1.bc_version:7.10.10dev.bxe.1.version:1.78.79dev.bxe.1.%parent:pci5dev.bxe.1.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x8055class=0x020000dev.bxe.1.%location:slot=0function=1handle=\_SB_.PCI0.BR2A.LAN2dev.bxe.1.%driver:bxedev.bxe.1.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79dev.bxe.0.queue.3.mbuf_alloc_tpa:0dev.bxe.0.queue.3.mbuf_alloc_sge:0dev.bxe.0.queue.3.mbuf_alloc_rx:0dev.bxe.0.queue.3.mbuf_alloc_tx:0dev.bxe.0.queue.3.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.3.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.3.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.3.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.3.mbuf_defrag_failures:0dev.bxe.0.queue.3.mbuf_defrag_attempts:0dev.bxe.0.queue.3.tx_queue_xoff:0dev.bxe.0.queue.3.tx_frames_deferred:0dev.bxe.0.queue.3.tx_chain_lost_mbuf:0dev.bxe.0.queue.3.tx_window_violation_tso:0dev.bxe.0.queue.3.tx_window_violation_std:0dev.bxe.0.queue.3.tx_max_drbr_queue_depth:0dev.bxe.0.queue.3.tx_dma_mapping_failure:0dev.bxe.0.queue.3.tx_hw_max_queue_depth:0dev.bxe.0.queue.3.tx_hw_queue_full:0dev.bxe.0.queue.3.tx_encap_failures:0dev.bxe.0.queue.3.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.3.tx_ofld_frames_lso:0dev.bxe.0.queue.3.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.3.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.3.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.3.tx_soft_errors:0dev.bxe.0.queue.3.tx_pkts:0dev.bxe.0.queue.3.rx_budget_reached:0dev.bxe.0.queue.3.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.3.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.3.rx_hw_csum_errors:0dev.bxe.0.queue.3.rx_soft_errors:0dev.bxe.0.queue.3.rx_jumbo_sge_pkts:0dev.bxe.0.queue.3.rx_tpa_pkts:0dev.bxe.0.queue.3.rx_pkts:0dev.bxe.0.queue.3.rx_calls:0dev.bxe.0.queue.3.tpa_bytes:0dev.bxe.0.queue.3.tpa_aggregated_frames:0dev.bxe.0.queue.3.tpa_aggregations:0dev.bxe.0.queue.3.tx_bcast_packets:0dev.bxe.0.queue.3.tx_mcast_packets:0dev.bxe.0.queue.3.tx_ucast_packets:0dev.bxe.0.queue.3.tx_bytes:0dev.bxe.0.queue.3.rx_discards:0dev.bxe.0.queue.3.rx_bcast_packets:0dev.bxe.0.queue.3.rx_mcast_packets:0dev.bxe.0.queue.3.rx_ucast_packets:0dev.bxe.0.queue.3.rx_bytes:0dev.bxe.0.queue.2.mbuf_alloc_tpa:0dev.bxe.0.queue.2.mbuf_alloc_sge:0dev.bxe.0.queue.2.mbuf_alloc_rx:0dev.bxe.0.queue.2.mbuf_alloc_tx:0dev.bxe.0.queue.2.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.2.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.2.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.2.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.2.mbuf_defrag_failures:0dev.bxe.0.queue.2.mbuf_defrag_attempts:0dev.bxe.0.queue.2.tx_queue_xoff:0dev.bxe.0.queue.2.tx_frames_deferred:0dev.bxe.0.queue.2.tx_chain_lost_mbuf:0dev.bxe.0.queue.2.tx_window_violation_tso:0dev.bxe.0.queue.2.tx_window_violation_std:0dev.bxe.0.queue.2.tx_max_drbr_queue_depth:0dev.bxe.0.queue.2.tx_dma_mapping_failure:0dev.bxe.0.queue.2.tx_hw_max_queue_depth:0dev.bxe.0.queue.2.tx_hw_queue_full:0dev.bxe.0.queue.2.tx_encap_failures:0dev.bxe.0.queue.2.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.2.tx_ofld_frames_lso:0

100 / 178

Page 101: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.queue.2.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.2.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.2.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.2.tx_soft_errors:0dev.bxe.0.queue.2.tx_pkts:0dev.bxe.0.queue.2.rx_budget_reached:0dev.bxe.0.queue.2.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.2.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.2.rx_hw_csum_errors:0dev.bxe.0.queue.2.rx_soft_errors:0dev.bxe.0.queue.2.rx_jumbo_sge_pkts:0dev.bxe.0.queue.2.rx_tpa_pkts:0dev.bxe.0.queue.2.rx_pkts:0dev.bxe.0.queue.2.rx_calls:0dev.bxe.0.queue.2.tpa_bytes:0dev.bxe.0.queue.2.tpa_aggregated_frames:0dev.bxe.0.queue.2.tpa_aggregations:0dev.bxe.0.queue.2.tx_bcast_packets:0dev.bxe.0.queue.2.tx_mcast_packets:0dev.bxe.0.queue.2.tx_ucast_packets:0dev.bxe.0.queue.2.tx_bytes:0dev.bxe.0.queue.2.rx_discards:0dev.bxe.0.queue.2.rx_bcast_packets:0dev.bxe.0.queue.2.rx_mcast_packets:0dev.bxe.0.queue.2.rx_ucast_packets:0dev.bxe.0.queue.2.rx_bytes:0dev.bxe.0.queue.1.mbuf_alloc_tpa:0dev.bxe.0.queue.1.mbuf_alloc_sge:0dev.bxe.0.queue.1.mbuf_alloc_rx:0dev.bxe.0.queue.1.mbuf_alloc_tx:0dev.bxe.0.queue.1.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.1.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.1.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.1.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.1.mbuf_defrag_failures:0dev.bxe.0.queue.1.mbuf_defrag_attempts:0dev.bxe.0.queue.1.tx_queue_xoff:0dev.bxe.0.queue.1.tx_frames_deferred:0dev.bxe.0.queue.1.tx_chain_lost_mbuf:0dev.bxe.0.queue.1.tx_window_violation_tso:0dev.bxe.0.queue.1.tx_window_violation_std:0dev.bxe.0.queue.1.tx_max_drbr_queue_depth:0dev.bxe.0.queue.1.tx_dma_mapping_failure:0dev.bxe.0.queue.1.tx_hw_max_queue_depth:0dev.bxe.0.queue.1.tx_hw_queue_full:0dev.bxe.0.queue.1.tx_encap_failures:0dev.bxe.0.queue.1.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.1.tx_ofld_frames_lso:0dev.bxe.0.queue.1.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.1.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.1.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.1.tx_soft_errors:0dev.bxe.0.queue.1.tx_pkts:0dev.bxe.0.queue.1.rx_budget_reached:0dev.bxe.0.queue.1.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.1.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.1.rx_hw_csum_errors:0dev.bxe.0.queue.1.rx_soft_errors:0dev.bxe.0.queue.1.rx_jumbo_sge_pkts:0dev.bxe.0.queue.1.rx_tpa_pkts:0dev.bxe.0.queue.1.rx_pkts:0dev.bxe.0.queue.1.rx_calls:0dev.bxe.0.queue.1.tpa_bytes:0dev.bxe.0.queue.1.tpa_aggregated_frames:0dev.bxe.0.queue.1.tpa_aggregations:0dev.bxe.0.queue.1.tx_bcast_packets:0dev.bxe.0.queue.1.tx_mcast_packets:0dev.bxe.0.queue.1.tx_ucast_packets:0dev.bxe.0.queue.1.tx_bytes:0dev.bxe.0.queue.1.rx_discards:0dev.bxe.0.queue.1.rx_bcast_packets:0dev.bxe.0.queue.1.rx_mcast_packets:0dev.bxe.0.queue.1.rx_ucast_packets:0dev.bxe.0.queue.1.rx_bytes:0dev.bxe.0.queue.0.mbuf_alloc_tpa:0dev.bxe.0.queue.0.mbuf_alloc_sge:0dev.bxe.0.queue.0.mbuf_alloc_rx:0dev.bxe.0.queue.0.mbuf_alloc_tx:0dev.bxe.0.queue.0.mbuf_rx_sge_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_sge_alloc_failed:0dev.bxe.0.queue.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.queue.0.mbuf_rx_bd_mapping_failed:0dev.bxe.0.queue.0.mbuf_rx_bd_alloc_failed:0dev.bxe.0.queue.0.mbuf_defrag_failures:0dev.bxe.0.queue.0.mbuf_defrag_attempts:0dev.bxe.0.queue.0.tx_queue_xoff:0dev.bxe.0.queue.0.tx_frames_deferred:0dev.bxe.0.queue.0.tx_chain_lost_mbuf:0dev.bxe.0.queue.0.tx_window_violation_tso:0dev.bxe.0.queue.0.tx_window_violation_std:0dev.bxe.0.queue.0.tx_max_drbr_queue_depth:0dev.bxe.0.queue.0.tx_dma_mapping_failure:0dev.bxe.0.queue.0.tx_hw_max_queue_depth:0dev.bxe.0.queue.0.tx_hw_queue_full:0dev.bxe.0.queue.0.tx_encap_failures:0dev.bxe.0.queue.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.queue.0.tx_ofld_frames_lso:0dev.bxe.0.queue.0.tx_ofld_frames_csum_udp:0dev.bxe.0.queue.0.tx_ofld_frames_csum_tcp:0dev.bxe.0.queue.0.tx_ofld_frames_csum_ip:0dev.bxe.0.queue.0.tx_soft_errors:0dev.bxe.0.queue.0.tx_pkts:0dev.bxe.0.queue.0.rx_budget_reached:0dev.bxe.0.queue.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.queue.0.rx_ofld_frames_csum_ip:0dev.bxe.0.queue.0.rx_hw_csum_errors:0dev.bxe.0.queue.0.rx_soft_errors:0

101 / 178

Page 102: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.queue.0.rx_jumbo_sge_pkts:0dev.bxe.0.queue.0.rx_tpa_pkts:0dev.bxe.0.queue.0.rx_pkts:0dev.bxe.0.queue.0.rx_calls:0dev.bxe.0.queue.0.tpa_bytes:0dev.bxe.0.queue.0.tpa_aggregated_frames:0dev.bxe.0.queue.0.tpa_aggregations:0dev.bxe.0.queue.0.tx_bcast_packets:0dev.bxe.0.queue.0.tx_mcast_packets:0dev.bxe.0.queue.0.tx_ucast_packets:0dev.bxe.0.queue.0.tx_bytes:0dev.bxe.0.queue.0.rx_discards:0dev.bxe.0.queue.0.rx_bcast_packets:0dev.bxe.0.queue.0.rx_mcast_packets:0dev.bxe.0.queue.0.rx_ucast_packets:0dev.bxe.0.queue.0.rx_bytes:0dev.bxe.0.mbuf_alloc_tpa:0dev.bxe.0.mbuf_alloc_sge:0dev.bxe.0.mbuf_alloc_rx:0dev.bxe.0.mbuf_alloc_tx:0dev.bxe.0.mbuf_rx_sge_mapping_failed:0dev.bxe.0.mbuf_rx_sge_alloc_failed:0dev.bxe.0.mbuf_rx_tpa_mapping_failed:0dev.bxe.0.mbuf_rx_tpa_alloc_failed:0dev.bxe.0.mbuf_rx_bd_mapping_failed:0dev.bxe.0.mbuf_rx_bd_alloc_failed:0dev.bxe.0.mbuf_defrag_failures:0dev.bxe.0.mbuf_defrag_attempts:0dev.bxe.0.tx_queue_xoff:0dev.bxe.0.tx_frames_deferred:0dev.bxe.0.tx_chain_lost_mbuf:0dev.bxe.0.tx_window_violation_tso:0dev.bxe.0.tx_window_violation_std:0dev.bxe.0.tx_max_drbr_queue_depth:0dev.bxe.0.tx_dma_mapping_failure:0dev.bxe.0.tx_hw_max_queue_depth:0dev.bxe.0.tx_hw_queue_full:0dev.bxe.0.tx_encap_failures:0dev.bxe.0.tx_ofld_frames_lso_hdr_splits:0dev.bxe.0.tx_ofld_frames_lso:0dev.bxe.0.tx_ofld_frames_csum_udp:0dev.bxe.0.tx_ofld_frames_csum_tcp:0dev.bxe.0.tx_ofld_frames_csum_ip:0dev.bxe.0.tx_soft_errors:0dev.bxe.0.tx_pkts:0dev.bxe.0.rx_budget_reached:0dev.bxe.0.rx_ofld_frames_csum_tcp_udp:0dev.bxe.0.rx_ofld_frames_csum_ip:0dev.bxe.0.rx_hw_csum_errors:0dev.bxe.0.rx_soft_errors:0dev.bxe.0.rx_jumbo_sge_pkts:0dev.bxe.0.rx_tpa_pkts:0dev.bxe.0.rx_pkts:0dev.bxe.0.rx_calls:0dev.bxe.0.eee_tx_lpi:0dev.bxe.0.tpa_bytes:0dev.bxe.0.tpa_aggregated_frames:0dev.bxe.0.tpa_aggregations:0dev.bxe.0.tx_pause_frames:0dev.bxe.0.tx_1523_to_9022_byte_packets:0dev.bxe.0.tx_1024_to_1522_byte_packets:0dev.bxe.0.tx_512_to_1023_byte_packets:0dev.bxe.0.tx_256_to_511_byte_packets:0dev.bxe.0.tx_128_to_255_byte_packets:0dev.bxe.0.tx_65_to_127_byte_packets:0dev.bxe.0.tx_64_byte_packets:0dev.bxe.0.tx_total_collisions:0dev.bxe.0.tx_late_collisions:0dev.bxe.0.tx_excess_collisions:0dev.bxe.0.tx_deferred:0dev.bxe.0.tx_multi_collisions:0dev.bxe.0.tx_single_collisions:0dev.bxe.0.tx_carrier_errors:0dev.bxe.0.tx_mac_errors:0dev.bxe.0.tx_bcast_packets:0dev.bxe.0.tx_mcast_packets:0dev.bxe.0.tx_ucast_packets:0dev.bxe.0.tx_error_bytes:0dev.bxe.0.tx_bytes:0dev.bxe.0.rx_constant_pause_events:0dev.bxe.0.rx_mac_ctrl_frames:0dev.bxe.0.rx_pause_frames:0dev.bxe.0.rx_brb_truncate:0dev.bxe.0.rx_brb_discard:0dev.bxe.0.pfc_frames_sent:0dev.bxe.0.pfc_frames_received:0dev.bxe.0.rx_mf_tag_discard:0dev.bxe.0.rx_filtered_packets:0dev.bxe.0.rx_discards:0dev.bxe.0.rx_jabbers:0dev.bxe.0.rx_fragments:0dev.bxe.0.rx_oversize_packets:0dev.bxe.0.rx_undersize_packets:0dev.bxe.0.rx_align_errors:0dev.bxe.0.rx_crc_errors:0dev.bxe.0.rx_bcast_packets:0dev.bxe.0.rx_mcast_packets:0dev.bxe.0.rx_ucast_packets:0dev.bxe.0.rx_error_bytes:0dev.bxe.0.rx_bytes:0dev.bxe.0.state:0dev.bxe.0.rx_budget:4294967295dev.bxe.0.debug:0dev.bxe.0.pci_link:5.0GT/sx8dev.bxe.0.mac_addr:44:8a:5b:f4:d6:61dev.bxe.0.mf_vnics:1dev.bxe.0.mf_mode:Singledev.bxe.0.fw_version:7.8.51.0dev.bxe.0.bc_version:7.10.10dev.bxe.0.version:1.78.79

102 / 178

Page 103: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.bxe.0.%parent:pci5dev.bxe.0.%pnpinfo:vendor=0x14e4device=0x168asubvendor=0x1bcfsubdevice=0x8055class=0x020000dev.bxe.0.%location:slot=0function=0handle=\_SB_.PCI0.BR2A.LAN1dev.bxe.0.%driver:bxedev.bxe.0.%desc:QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79dev.bxe.%parent:dev.mrsas.0.reset_in_progress:0dev.mrsas.0.mrsas_fw_fault_check_delay:1dev.mrsas.0.mrsas_io_timeout:180000dev.mrsas.0.mrsas_debug:4dev.mrsas.0.io_cmds_highwater:32dev.mrsas.0.fw_outstanding:0dev.mrsas.0.reset_count:0dev.mrsas.0.driver_version:06.707.04.03-fbsddev.mrsas.0.disable_ocr:0dev.mrsas.0.%parent:pci1dev.mrsas.0.%pnpinfo:vendor=0x1000device=0x005dsubvendor=0x1000subdevice=0x9364class=0x010400dev.mrsas.0.%location:slot=0function=0handle=\_SB_.PCI0.BR1A.H000dev.mrsas.0.%driver:mrsasdev.mrsas.0.%desc:AVAGOInvaderSASControllerdev.mrsas.%parent:dev.hostb.0.%parent:pci0dev.hostb.0.%pnpinfo:vendor=0x8086device=0x2f00subvendor=0x1bcfsubdevice=0x8053class=0x060000dev.hostb.0.%location:slot=0function=0handle=\_SB_.PCI0.DMI0dev.hostb.0.%driver:hostbdev.hostb.0.%desc:HosttoPCIbridgedev.hostb.%parent:dev.pci.192.wake:0dev.pci.192.%parent:pcib14dev.pci.192.%pnpinfo:dev.pci.192.%location:dev.pci.192.%driver:pcidev.pci.192.%desc:ACPIPCIbusdev.pci.131.wake:0dev.pci.131.%parent:pcib13dev.pci.131.%pnpinfo:dev.pci.131.%location:dev.pci.131.%driver:pcidev.pci.131.%desc:ACPIPCIbusdev.pci.130.wake:0dev.pci.130.%parent:pcib12dev.pci.130.%pnpinfo:dev.pci.130.%location:dev.pci.130.%driver:pcidev.pci.130.%desc:ACPIPCIbusdev.pci.129.wake:0dev.pci.129.%parent:pcib11dev.pci.129.%pnpinfo:dev.pci.129.%location:dev.pci.129.%driver:pcidev.pci.129.%desc:ACPIPCIbusdev.pci.128.%parent:pcib10dev.pci.128.%pnpinfo:dev.pci.128.%location:dev.pci.128.%driver:pcidev.pci.128.%desc:ACPIPCIbusdev.pci.125.wake:0dev.pci.125.%parent:pcib9dev.pci.125.%pnpinfo:dev.pci.125.%location:dev.pci.125.%driver:pcidev.pci.125.%desc:ACPIPCIbusdev.pci.66.wake:0dev.pci.66.%parent:pcib8dev.pci.66.%pnpinfo:dev.pci.66.%location:dev.pci.66.%driver:pcidev.pci.66.%desc:ACPIPCIbusdev.pci.65.wake:0dev.pci.65.%parent:pcib7dev.pci.65.%pnpinfo:dev.pci.65.%location:dev.pci.65.%driver:pcidev.pci.65.%desc:ACPIPCIbusdev.pci.64.wake:0dev.pci.64.%parent:pcib6dev.pci.64.%pnpinfo:dev.pci.64.%location:dev.pci.64.%driver:pcidev.pci.64.%desc:ACPIPCIbusdev.pci.12.wake:0dev.pci.12.%parent:pcib5dev.pci.12.%pnpinfo:dev.pci.12.%location:dev.pci.12.%driver:pcidev.pci.12.%desc:ACPIPCIbusdev.pci.5.wake:0dev.pci.5.%parent:pcib4dev.pci.5.%pnpinfo:dev.pci.5.%location:dev.pci.5.%driver:pcidev.pci.5.%desc:ACPIPCIbusdev.pci.1.wake:0dev.pci.1.%parent:pcib3dev.pci.1.%pnpinfo:dev.pci.1.%location:dev.pci.1.%driver:pcidev.pci.1.%desc:ACPIPCIbusdev.pci.0.%parent:pcib2dev.pci.0.%pnpinfo:dev.pci.0.%location:dev.pci.0.%driver:pcidev.pci.0.%desc:ACPIPCIbusdev.pci.127.%parent:pcib1dev.pci.127.%pnpinfo:dev.pci.127.%location:dev.pci.127.%driver:pcidev.pci.127.%desc:ACPIPCIbusdev.pci.255.%parent:pcib0dev.pci.255.%pnpinfo:

103 / 178

Page 104: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.pci.255.%location:dev.pci.255.%driver:pcidev.pci.255.%desc:ACPIPCIbusdev.pci.%parent:dev.pcib.14.wake:0dev.pcib.14.subbus:192dev.pcib.14.secbus:192dev.pcib.14.pribus:128dev.pcib.14.domain:0dev.pcib.14.%parent:pci128dev.pcib.14.%pnpinfo:vendor=0x8086device=0x2f08subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.14.%location:slot=3function=0handle=\_SB_.PCI1.QR3Adev.pcib.14.%driver:pcibdev.pcib.14.%desc:ACPIPCI-PCIbridgedev.pcib.13.wake:0dev.pcib.13.subbus:131dev.pcib.13.secbus:131dev.pcib.13.pribus:128dev.pcib.13.domain:0dev.pcib.13.%parent:pci128dev.pcib.13.%pnpinfo:vendor=0x8086device=0x2f04subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.13.%location:slot=2function=0handle=\_SB_.PCI1.QR2Adev.pcib.13.%driver:pcibdev.pcib.13.%desc:ACPIPCI-PCIbridgedev.pcib.12.wake:0dev.pcib.12.subbus:130dev.pcib.12.secbus:130dev.pcib.12.pribus:128dev.pcib.12.domain:0dev.pcib.12.%parent:pci128dev.pcib.12.%pnpinfo:vendor=0x8086device=0x2f02subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.12.%location:slot=1function=0handle=\_SB_.PCI1.QR1Adev.pcib.12.%driver:pcibdev.pcib.12.%desc:ACPIPCI-PCIbridgedev.pcib.11.wake:0dev.pcib.11.subbus:129dev.pcib.11.secbus:129dev.pcib.11.pribus:128dev.pcib.11.domain:0dev.pcib.11.%parent:pci128dev.pcib.11.%pnpinfo:vendor=0x8086device=0x2f01subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.11.%location:slot=0function=0handle=\_SB_.PCI1.QRP0dev.pcib.11.%driver:pcibdev.pcib.11.%desc:ACPIPCI-PCIbridgedev.pcib.10.%parent:acpi0dev.pcib.10.%pnpinfo:_HID=PNP0A08_UID=128dev.pcib.10.%location:handle=\_SB_.PCI1_PXM=1dev.pcib.10.%driver:pcibdev.pcib.10.%desc:ACPIHost-PCIbridgedev.pcib.9.wake:0dev.pcib.9.subbus:125dev.pcib.9.secbus:125dev.pcib.9.pribus:0dev.pcib.9.domain:0dev.pcib.9.%parent:pci0dev.pcib.9.%pnpinfo:vendor=0x8086device=0x8d16subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.9.%location:slot=28function=3handle=\_SB_.PCI0.RP04dev.pcib.9.%driver:pcibdev.pcib.9.%desc:ACPIPCI-PCIbridgedev.pcib.8.wake:0dev.pcib.8.subbus:66dev.pcib.8.secbus:66dev.pcib.8.pribus:0dev.pcib.8.domain:0dev.pcib.8.%parent:pci0dev.pcib.8.%pnpinfo:vendor=0x8086device=0x8d10subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.8.%location:slot=28function=0handle=\_SB_.PCI0.RP01dev.pcib.8.%driver:pcibdev.pcib.8.%desc:ACPIPCI-PCIbridgedev.pcib.7.wake:0dev.pcib.7.subbus:65dev.pcib.7.secbus:65dev.pcib.7.pribus:0dev.pcib.7.domain:0dev.pcib.7.%parent:pci0dev.pcib.7.%pnpinfo:vendor=0x8086device=0x2f0asubvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.7.%location:slot=3function=2handle=\_SB_.PCI0.BR3Cdev.pcib.7.%driver:pcibdev.pcib.7.%desc:ACPIPCI-PCIbridgedev.pcib.6.wake:0dev.pcib.6.subbus:64dev.pcib.6.secbus:64dev.pcib.6.pribus:0dev.pcib.6.domain:0dev.pcib.6.%parent:pci0dev.pcib.6.%pnpinfo:vendor=0x8086device=0x2f08subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.6.%location:slot=3function=0handle=\_SB_.PCI0.BR3Adev.pcib.6.%driver:pcibdev.pcib.6.%desc:ACPIPCI-PCIbridgedev.pcib.5.wake:0dev.pcib.5.subbus:12dev.pcib.5.secbus:12dev.pcib.5.pribus:0dev.pcib.5.domain:0dev.pcib.5.%parent:pci0dev.pcib.5.%pnpinfo:vendor=0x8086device=0x2f06subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.5.%location:slot=2function=2handle=\_SB_.PCI0.BR2Cdev.pcib.5.%driver:pcibdev.pcib.5.%desc:ACPIPCI-PCIbridgedev.pcib.4.wake:0dev.pcib.4.subbus:5dev.pcib.4.secbus:5dev.pcib.4.pribus:0dev.pcib.4.domain:0dev.pcib.4.%parent:pci0dev.pcib.4.%pnpinfo:vendor=0x8086device=0x2f04subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.4.%location:slot=2function=0handle=\_SB_.PCI0.BR2Adev.pcib.4.%driver:pcibdev.pcib.4.%desc:ACPIPCI-PCIbridgedev.pcib.3.wake:0

104 / 178

Page 105: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.pcib.3.subbus:1dev.pcib.3.secbus:1dev.pcib.3.pribus:0dev.pcib.3.domain:0dev.pcib.3.%parent:pci0dev.pcib.3.%pnpinfo:vendor=0x8086device=0x2f02subvendor=0x1bcfsubdevice=0x8053class=0x060400dev.pcib.3.%location:slot=1function=0handle=\_SB_.PCI0.BR1Adev.pcib.3.%driver:pcibdev.pcib.3.%desc:ACPIPCI-PCIbridgedev.pcib.2.%parent:acpi0dev.pcib.2.%pnpinfo:_HID=PNP0A08_UID=0dev.pcib.2.%location:handle=\_SB_.PCI0_PXM=0dev.pcib.2.%driver:pcibdev.pcib.2.%desc:ACPIHost-PCIbridgedev.pcib.1.%parent:acpi0dev.pcib.1.%pnpinfo:_HID=PNP0A03_UID=63dev.pcib.1.%location:handle=\_SB_.UNC0dev.pcib.1.%driver:pcibdev.pcib.1.%desc:ACPIHost-PCIbridgedev.pcib.0.%parent:acpi0dev.pcib.0.%pnpinfo:_HID=PNP0A03_UID=127dev.pcib.0.%location:handle=\_SB_.UNC1dev.pcib.0.%driver:pcibdev.pcib.0.%desc:ACPIHost-PCIbridgedev.pcib.%parent:dev.pci_link.7.%parent:acpi0dev.pci_link.7.%pnpinfo:_HID=PNP0C0F_UID=8dev.pci_link.7.%location:handle=\_SB_.LNKHdev.pci_link.7.%driver:pci_linkdev.pci_link.7.%desc:ACPIPCILinkLNKHdev.pci_link.6.%parent:acpi0dev.pci_link.6.%pnpinfo:_HID=PNP0C0F_UID=7dev.pci_link.6.%location:handle=\_SB_.LNKGdev.pci_link.6.%driver:pci_linkdev.pci_link.6.%desc:ACPIPCILinkLNKGdev.pci_link.5.%parent:acpi0dev.pci_link.5.%pnpinfo:_HID=PNP0C0F_UID=6dev.pci_link.5.%location:handle=\_SB_.LNKFdev.pci_link.5.%driver:pci_linkdev.pci_link.5.%desc:ACPIPCILinkLNKFdev.pci_link.4.%parent:acpi0dev.pci_link.4.%pnpinfo:_HID=PNP0C0F_UID=5dev.pci_link.4.%location:handle=\_SB_.LNKEdev.pci_link.4.%driver:pci_linkdev.pci_link.4.%desc:ACPIPCILinkLNKEdev.pci_link.3.%parent:acpi0dev.pci_link.3.%pnpinfo:_HID=PNP0C0F_UID=4dev.pci_link.3.%location:handle=\_SB_.LNKDdev.pci_link.3.%driver:pci_linkdev.pci_link.3.%desc:ACPIPCILinkLNKDdev.pci_link.2.%parent:acpi0dev.pci_link.2.%pnpinfo:_HID=PNP0C0F_UID=3dev.pci_link.2.%location:handle=\_SB_.LNKCdev.pci_link.2.%driver:pci_linkdev.pci_link.2.%desc:ACPIPCILinkLNKCdev.pci_link.1.%parent:acpi0dev.pci_link.1.%pnpinfo:_HID=PNP0C0F_UID=2dev.pci_link.1.%location:handle=\_SB_.LNKBdev.pci_link.1.%driver:pci_linkdev.pci_link.1.%desc:ACPIPCILinkLNKBdev.pci_link.0.%parent:acpi0dev.pci_link.0.%pnpinfo:_HID=PNP0C0F_UID=1dev.pci_link.0.%location:handle=\_SB_.LNKAdev.pci_link.0.%driver:pci_linkdev.pci_link.0.%desc:ACPIPCILinkLNKAdev.pci_link.%parent:dev.acpi_timer.0.%parent:acpi0dev.acpi_timer.0.%pnpinfo:unknowndev.acpi_timer.0.%location:unknowndev.acpi_timer.0.%driver:acpi_timerdev.acpi_timer.0.%desc:24-bittimerat3.579545MHzdev.acpi_timer.%parent:dev.hpet.0.mmap_allow_write:1dev.hpet.0.mmap_allow:1dev.hpet.0.%parent:acpi0dev.hpet.0.%pnpinfo:_HID=PNP0103_UID=0dev.hpet.0.%location:handle=\_SB_.PCI0.LPC0.HPETdev.hpet.0.%driver:hpetdev.hpet.0.%desc:HighPrecisionEventTimerdev.hpet.%parent:dev.attimer.0.%parent:acpi0dev.attimer.0.%pnpinfo:_HID=PNP0100_UID=0dev.attimer.0.%location:handle=\_SB_.PCI0.LPC0.TMR_dev.attimer.0.%driver:attimerdev.attimer.0.%desc:ATtimerdev.attimer.%parent:dev.atrtc.0.%parent:acpi0dev.atrtc.0.%pnpinfo:_HID=PNP0B00_UID=0dev.atrtc.0.%location:handle=\_SB_.PCI0.LPC0.RTC_dev.atrtc.0.%driver:atrtcdev.atrtc.0.%desc:ATrealtimeclockdev.atrtc.%parent:dev.cpu.19.cx_usage:100.00%last5980usdev.cpu.19.cx_lowest:C1dev.cpu.19.cx_supported:C1/1/1dev.cpu.19.%parent:acpi0dev.cpu.19.%pnpinfo:_HID=none_UID=0dev.cpu.19.%location:handle=\_SB_.SCK1.CP09dev.cpu.19.%driver:cpudev.cpu.19.%desc:ACPICPUdev.cpu.18.cx_usage:100.00%last6304usdev.cpu.18.cx_lowest:C1dev.cpu.18.cx_supported:C1/1/1dev.cpu.18.%parent:acpi0dev.cpu.18.%pnpinfo:_HID=none_UID=0dev.cpu.18.%location:handle=\_SB_.SCK1.CP08dev.cpu.18.%driver:cpudev.cpu.18.%desc:ACPICPUdev.cpu.17.cx_usage:100.00%last6304usdev.cpu.17.cx_lowest:C1

105 / 178

Page 106: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.cpu.17.cx_supported:C1/1/1dev.cpu.17.%parent:acpi0dev.cpu.17.%pnpinfo:_HID=none_UID=0dev.cpu.17.%location:handle=\_SB_.SCK1.CP07dev.cpu.17.%driver:cpudev.cpu.17.%desc:ACPICPUdev.cpu.16.cx_usage:100.00%last6185usdev.cpu.16.cx_lowest:C1dev.cpu.16.cx_supported:C1/1/1dev.cpu.16.%parent:acpi0dev.cpu.16.%pnpinfo:_HID=none_UID=0dev.cpu.16.%location:handle=\_SB_.SCK1.CP06dev.cpu.16.%driver:cpudev.cpu.16.%desc:ACPICPUdev.cpu.15.cx_usage:100.00%last6626usdev.cpu.15.cx_lowest:C1dev.cpu.15.cx_supported:C1/1/1dev.cpu.15.%parent:acpi0dev.cpu.15.%pnpinfo:_HID=none_UID=0dev.cpu.15.%location:handle=\_SB_.SCK1.CP05dev.cpu.15.%driver:cpudev.cpu.15.%desc:ACPICPUdev.cpu.14.cx_usage:100.00%last6408usdev.cpu.14.cx_lowest:C1dev.cpu.14.cx_supported:C1/1/1dev.cpu.14.%parent:acpi0dev.cpu.14.%pnpinfo:_HID=none_UID=0dev.cpu.14.%location:handle=\_SB_.SCK1.CP04dev.cpu.14.%driver:cpudev.cpu.14.%desc:ACPICPUdev.cpu.13.cx_usage:100.00%last3753usdev.cpu.13.cx_lowest:C1dev.cpu.13.cx_supported:C1/1/1dev.cpu.13.%parent:acpi0dev.cpu.13.%pnpinfo:_HID=none_UID=0dev.cpu.13.%location:handle=\_SB_.SCK1.CP03dev.cpu.13.%driver:cpudev.cpu.13.%desc:ACPICPUdev.cpu.12.cx_usage:100.00%last1713usdev.cpu.12.cx_lowest:C1dev.cpu.12.cx_supported:C1/1/1dev.cpu.12.%parent:acpi0dev.cpu.12.%pnpinfo:_HID=none_UID=0dev.cpu.12.%location:handle=\_SB_.SCK1.CP02dev.cpu.12.%driver:cpudev.cpu.12.%desc:ACPICPUdev.cpu.11.cx_usage:100.00%last4506usdev.cpu.11.cx_lowest:C1dev.cpu.11.cx_supported:C1/1/1dev.cpu.11.%parent:acpi0dev.cpu.11.%pnpinfo:_HID=none_UID=0dev.cpu.11.%location:handle=\_SB_.SCK1.CP01dev.cpu.11.%driver:cpudev.cpu.11.%desc:ACPICPUdev.cpu.10.cx_usage:100.00%last6052usdev.cpu.10.cx_lowest:C1dev.cpu.10.cx_supported:C1/1/1dev.cpu.10.%parent:acpi0dev.cpu.10.%pnpinfo:_HID=none_UID=0dev.cpu.10.%location:handle=\_SB_.SCK1.CP00dev.cpu.10.%driver:cpudev.cpu.10.%desc:ACPICPUdev.cpu.9.cx_usage:100.00%last6305usdev.cpu.9.cx_lowest:C1dev.cpu.9.cx_supported:C1/1/1dev.cpu.9.%parent:acpi0dev.cpu.9.%pnpinfo:_HID=none_UID=0dev.cpu.9.%location:handle=\_SB_.SCK0.CP09dev.cpu.9.%driver:cpudev.cpu.9.%desc:ACPICPUdev.cpu.8.cx_usage:100.00%last5317usdev.cpu.8.cx_lowest:C1dev.cpu.8.cx_supported:C1/1/1dev.cpu.8.%parent:acpi0dev.cpu.8.%pnpinfo:_HID=none_UID=0dev.cpu.8.%location:handle=\_SB_.SCK0.CP08dev.cpu.8.%driver:cpudev.cpu.8.%desc:ACPICPUdev.cpu.7.cx_usage:100.00%last5498usdev.cpu.7.cx_lowest:C1dev.cpu.7.cx_supported:C1/1/1dev.cpu.7.%parent:acpi0dev.cpu.7.%pnpinfo:_HID=none_UID=0dev.cpu.7.%location:handle=\_SB_.SCK0.CP07dev.cpu.7.%driver:cpudev.cpu.7.%desc:ACPICPUdev.cpu.6.cx_usage:100.00%last6057usdev.cpu.6.cx_lowest:C1dev.cpu.6.cx_supported:C1/1/1dev.cpu.6.%parent:acpi0dev.cpu.6.%pnpinfo:_HID=none_UID=0dev.cpu.6.%location:handle=\_SB_.SCK0.CP06dev.cpu.6.%driver:cpudev.cpu.6.%desc:ACPICPUdev.cpu.5.cx_usage:100.00%last4985usdev.cpu.5.cx_lowest:C1dev.cpu.5.cx_supported:C1/1/1dev.cpu.5.%parent:acpi0dev.cpu.5.%pnpinfo:_HID=none_UID=0dev.cpu.5.%location:handle=\_SB_.SCK0.CP05dev.cpu.5.%driver:cpudev.cpu.5.%desc:ACPICPUdev.cpu.4.cx_usage:100.00%last5584usdev.cpu.4.cx_lowest:C1dev.cpu.4.cx_supported:C1/1/1dev.cpu.4.%parent:acpi0dev.cpu.4.%pnpinfo:_HID=none_UID=0dev.cpu.4.%location:handle=\_SB_.SCK0.CP04dev.cpu.4.%driver:cpudev.cpu.4.%desc:ACPICPU

106 / 178

Page 107: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

dev.cpu.3.cx_usage:100.00%last182usdev.cpu.3.cx_lowest:C1dev.cpu.3.cx_supported:C1/1/1dev.cpu.3.%parent:acpi0dev.cpu.3.%pnpinfo:_HID=none_UID=0dev.cpu.3.%location:handle=\_SB_.SCK0.CP03dev.cpu.3.%driver:cpudev.cpu.3.%desc:ACPICPUdev.cpu.2.cx_usage:100.00%last5607usdev.cpu.2.cx_lowest:C1dev.cpu.2.cx_supported:C1/1/1dev.cpu.2.%parent:acpi0dev.cpu.2.%pnpinfo:_HID=none_UID=0dev.cpu.2.%location:handle=\_SB_.SCK0.CP02dev.cpu.2.%driver:cpudev.cpu.2.%desc:ACPICPUdev.cpu.1.cx_usage:100.00%last5508usdev.cpu.1.cx_lowest:C1dev.cpu.1.cx_supported:C1/1/1dev.cpu.1.%parent:acpi0dev.cpu.1.%pnpinfo:_HID=none_UID=0dev.cpu.1.%location:handle=\_SB_.SCK0.CP01dev.cpu.1.%driver:cpudev.cpu.1.%desc:ACPICPUdev.cpu.0.cx_usage:100.00%last5466usdev.cpu.0.cx_lowest:C1dev.cpu.0.cx_supported:C1/1/1dev.cpu.0.%parent:acpi0dev.cpu.0.%pnpinfo:_HID=none_UID=0dev.cpu.0.%location:handle=\_SB_.SCK0.CP00dev.cpu.0.%driver:cpudev.cpu.0.%desc:ACPICPUdev.cpu.%parent:dev.acpi_sysresource.2.%parent:acpi0dev.acpi_sysresource.2.%pnpinfo:_HID=PNP0C01_UID=241dev.acpi_sysresource.2.%location:handle=\_SB_.PCI0.RP04.PPF1dev.acpi_sysresource.2.%driver:acpi_sysresourcedev.acpi_sysresource.2.%desc:SystemResourcedev.acpi_sysresource.1.%parent:acpi0dev.acpi_sysresource.1.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.1.%location:handle=\_SB_.PCI0.LPC0.SIO1dev.acpi_sysresource.1.%driver:acpi_sysresourcedev.acpi_sysresource.1.%desc:SystemResourcedev.acpi_sysresource.0.%parent:acpi0dev.acpi_sysresource.0.%pnpinfo:_HID=PNP0C02_UID=16dev.acpi_sysresource.0.%location:handle=\_SB_.PCI0.LPC0.XTRAdev.acpi_sysresource.0.%driver:acpi_sysresourcedev.acpi_sysresource.0.%desc:SystemResourcedev.acpi_sysresource.%parent:dev.acpi.0.%parent:nexus0dev.acpi.0.%pnpinfo:dev.acpi.0.%location:dev.acpi.0.%driver:acpidev.acpi.0.%desc:AMI0680dev.acpi.%parent:dev.ram.0.%parent:nexus0dev.ram.0.%pnpinfo:dev.ram.0.%location:dev.ram.0.%driver:ramdev.ram.0.%desc:SystemRAMdev.ram.%parent:dev.nexus.0.%parent:root0dev.nexus.0.%pnpinfo:dev.nexus.0.%location:dev.nexus.0.%driver:nexusdev.nexus.0.%desc:dev.nexus.%parent:dev.hv_kvp_log:0dev.xen.xsd_kva:0dev.xen.xsd_port:0dev.xen.balloon.high_mem:0dev.xen.balloon.low_mem:0dev.xen.balloon.hard_limit:0dev.xen.balloon.driver_pages:0dev.xen.balloon.target:0dev.xen.balloon.current:0security.mac.mmap_revocation_via_cow:0security.mac.mmap_revocation:1security.mac.labeled:0security.mac.max_slots:4security.mac.version:4security.bsd.stack_guard_page:0security.bsd.unprivileged_get_quota:0security.bsd.hardlink_check_gid:0security.bsd.hardlink_check_uid:0security.bsd.unprivileged_read_msgbuf:1security.bsd.unprivileged_idprio:0security.bsd.unprivileged_proc_debug:1security.bsd.conservative_signals:1security.bsd.see_other_gids:1security.bsd.see_other_uids:1security.bsd.unprivileged_mlock:1security.bsd.suser_enabled:1security.bsd.map_at_zero:0security.jail.param.allow.mount.zfs:0security.jail.param.allow.mount.tmpfs:0security.jail.param.allow.mount.procfs:0security.jail.param.allow.mount.nullfs:0security.jail.param.allow.mount.fdescfs:0security.jail.param.allow.mount.devfs:0security.jail.param.allow.mount.:0security.jail.param.allow.socket_af:0security.jail.param.allow.quotas:0security.jail.param.allow.chflags:0security.jail.param.allow.raw_sockets:0security.jail.param.allow.sysvipc:0security.jail.param.allow.set_hostname:0security.jail.param.ip6.saddrsel:0security.jail.param.ip6.:0security.jail.param.ip4.saddrsel:0

107 / 178

Page 108: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

security.jail.param.ip4.:0security.jail.param.cpuset.id:0security.jail.param.host.hostid:0security.jail.param.host.hostuuid:64security.jail.param.host.domainname:256security.jail.param.host.hostname:256security.jail.param.host.:0security.jail.param.children.max:0security.jail.param.children.cur:0security.jail.param.dying:0security.jail.param.persist:0security.jail.param.devfs_ruleset:0security.jail.param.enforce_statfs:0security.jail.param.osrelease:32security.jail.param.osreldate:0security.jail.param.securelevel:0security.jail.param.path:1024security.jail.param.name:256security.jail.param.parent:0security.jail.param.jid:0security.jail.devfs_ruleset:0security.jail.enforce_statfs:2security.jail.mount_zfs_allowed:0security.jail.mount_tmpfs_allowed:0security.jail.mount_procfs_allowed:0security.jail.mount_nullfs_allowed:0security.jail.mount_fdescfs_allowed:0security.jail.mount_devfs_allowed:0security.jail.mount_allowed:0security.jail.chflags_allowed:0security.jail.allow_raw_sockets:0security.jail.sysvipc_allowed:0security.jail.socket_unixiproute_only:1security.jail.set_hostname_allowed:1security.jail.jail_max_af_ips:255security.jail.vnet:0security.jail.jailed:0compat.ia32.maxvmem:0compat.ia32.maxssiz:67108864compat.ia32.maxdsiz:536870912

108 / 178

Page 109: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

システム起動時メッセージCopyright(c)1992-2015TheFreeBSDProject.Copyright(c)1979,1980,1983,1986,1988,1989,1991,1992,1993,1994

TheRegentsoftheUniversityofCalifornia.Allrightsreserved.FreeBSDisaregisteredtrademarkofTheFreeBSDFoundation.FreeBSD10.2-RELEASE#0r286666:WedAug1215:26:[email protected]:/usr/obj/usr/src/sys/GENERICamd64FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512CPU:Intel(R)Xeon(R)[email protected](2600.06-MHzK8-classCPU)Origin="GenuineIntel"Id=0x306f2Family=0x6Model=0x3fStepping=2Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>Features2=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,<b11>,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>AMDFeatures=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>AMDFeatures2=0x21<LAHF,ABM>StructuredExtendedFeatures=0x37ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,NFPUSG>XSAVEFeatures=0x1<XSAVEOPT>VT-x:PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntrTSC:P-stateinvariant,performancestatisticsrealmemory=137438953472(131072MB)availmemory=133434560512(127253MB)Eventtimer"LAPIC"quality600ACPIAPICTable:<AMI0680>FreeBSD/SMP:MultiprocessorSystemDetected:20CPUsFreeBSD/SMP:2package(s)x10core(s)cpu0(BSP):APICID:0cpu1(AP):APICID:2cpu2(AP):APICID:4cpu3(AP):APICID:6cpu4(AP):APICID:8cpu5(AP):APICID:16cpu6(AP):APICID:18cpu7(AP):APICID:20cpu8(AP):APICID:22cpu9(AP):APICID:24cpu10(AP):APICID:32cpu11(AP):APICID:34cpu12(AP):APICID:36cpu13(AP):APICID:38cpu14(AP):APICID:40cpu15(AP):APICID:48cpu16(AP):APICID:50cpu17(AP):APICID:52cpu18(AP):APICID:54cpu19(AP):APICID:56ioapic0<Version2.0>irqs0-23onmotherboardioapic1<Version2.0>irqs24-47onmotherboardioapic2<Version2.0>irqs48-71onmotherboardrandom:<Software,Yarrow>initializedkbd1atkbdmux0acpi0:<AMI0680>onmotherboardacpi0:PowerButton(fixed)cpu0:<ACPICPU>onacpi0cpu1:<ACPICPU>onacpi0cpu2:<ACPICPU>onacpi0cpu3:<ACPICPU>onacpi0cpu4:<ACPICPU>onacpi0cpu5:<ACPICPU>onacpi0cpu6:<ACPICPU>onacpi0cpu7:<ACPICPU>onacpi0cpu8:<ACPICPU>onacpi0cpu9:<ACPICPU>onacpi0cpu10:<ACPICPU>onacpi0cpu11:<ACPICPU>onacpi0cpu12:<ACPICPU>onacpi0cpu13:<ACPICPU>onacpi0cpu14:<ACPICPU>onacpi0cpu15:<ACPICPU>onacpi0cpu16:<ACPICPU>onacpi0cpu17:<ACPICPU>onacpi0cpu18:<ACPICPU>onacpi0cpu19:<ACPICPU>onacpi0atrtc0:<ATrealtimeclock>port0x70-0x71,0x74-0x77irq8onacpi0Eventtimer"RTC"frequency32768Hzquality0attimer0:<ATtimer>port0x40-0x43,0x50-0x53irq0onacpi0Timecounter"i8254"frequency1193182Hzquality0Eventtimer"i8254"frequency1193182Hzquality100hpet0:<HighPrecisionEventTimer>iomem0xfed00000-0xfed003ffonacpi0Timecounter"HPET"frequency14318180Hzquality950Eventtimer"HPET"frequency14318180Hzquality350Eventtimer"HPET1"frequency14318180Hzquality340Eventtimer"HPET2"frequency14318180Hzquality340Eventtimer"HPET3"frequency14318180Hzquality340Eventtimer"HPET4"frequency14318180Hzquality340Eventtimer"HPET5"frequency14318180Hzquality340Eventtimer"HPET6"frequency14318180Hzquality340Eventtimer"HPET7"frequency14318180Hzquality340Timecounter"ACPI-fast"frequency3579545Hzquality900acpi_timer0:<24-bittimerat3.579545MHz>port0x408-0x40bonacpi0pcib0:<ACPIHost-PCIbridge>onacpi0pci255:<ACPIPCIbus>onpcib0pcib1:<ACPIHost-PCIbridge>onacpi0pci127:<ACPIPCIbus>onpcib1pcib2:<ACPIHost-PCIbridge>port0xcf8-0xcffonacpi0pci0:<ACPIPCIbus>onpcib2pcib3:<ACPIPCI-PCIbridge>irq27atdevice1.0onpci0pci1:<ACPIPCIbus>onpcib3AVAGOMegaRAIDSASFreeBSDmrsasdriverversion:06.707.04.03-fbsdmrsas0:<AVAGOInvaderSASController>port0x6000-0x60ffmem0xc7c00000-0xc7c0ffff,0xc7b00000-0xc7bfffffirq26atdevice0.0onpci1mrsas0:UsingMSI-Xwith20numberofvectorsmrsas0:FWsupports<96>MSIXvector,OnlineCPU20CurrentMSIX<20>mrsas0:MSI-xinterruptssetupsuccessmrsas0:Internalcommandtimedoutafter180seconds.pcib4:<ACPIPCI-PCIbridge>irq33atdevice2.0onpci0pci5:<ACPIPCIbus>onpcib4

109 / 178

Page 110: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

bxe0:<QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79>mem0xc5800000-0xc5ffffff,0xc5000000-0xc57fffff,0xc6030000-0xc603ffffirq32atdevice0.0onpci5bxe0:PCIBAR0[10]memoryallocated:0xc5800000-0xc5ffffff(8388608)->0xfffff800c5800000bxe0:PCIBAR2[18]memoryallocated:0xc5000000-0xc57fffff(8388608)->0xfffff800c5000000bxe0:PCIBAR4[20]memoryallocated:0xc6030000-0xc603ffff(65536)->0xfffff800c6030000bxe0:Found10GbFibermedia.bxe0:UsingdefaultsforTSO:65518/35/2048bxe0:Ethernetaddress:44:8a:5b:f4:d6:61bxe0:MSI-XvectorsRequested5andAllocated5bxe1:<QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79>mem0xc4800000-0xc4ffffff,0xc4000000-0xc47fffff,0xc6020000-0xc602ffffirq36atdevice0.1onpci5bxe1:PCIBAR0[10]memoryallocated:0xc4800000-0xc4ffffff(8388608)->0xfffff800c4800000bxe1:PCIBAR2[18]memoryallocated:0xc4000000-0xc47fffff(8388608)->0xfffff800c4000000bxe1:PCIBAR4[20]memoryallocated:0xc6020000-0xc602ffff(65536)->0xfffff800c6020000bxe1:Found10GbFibermedia.bxe1:UsingdefaultsforTSO:65518/35/2048bxe1:Ethernetaddress:44:8a:5b:f4:d6:63bxe1:MSI-XvectorsRequested5andAllocated5bxe2:<QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79>mem0xc3800000-0xc3ffffff,0xc3000000-0xc37fffff,0xc6010000-0xc601ffffirq36atdevice0.2onpci5bxe2:PCIBAR0[10]memoryallocated:0xc3800000-0xc3ffffff(8388608)->0xfffff800c3800000bxe2:PCIBAR2[18]memoryallocated:0xc3000000-0xc37fffff(8388608)->0xfffff800c3000000bxe2:PCIBAR4[20]memoryallocated:0xc6010000-0xc601ffff(65536)->0xfffff800c6010000bxe2:Found1000Base-Tmedia.bxe2:UsingdefaultsforTSO:65518/35/2048bxe2:Ethernetaddress:44:8a:5b:f4:d6:5dbxe2:MSI-XvectorsRequested5andAllocated5bxe3:<QLogicNetXtremeIIBCM5780010GbE(B0)BXEv:1.78.79>mem0xc2800000-0xc2ffffff,0xc2000000-0xc27fffff,0xc6000000-0xc600ffffirq37atdevice0.3onpci5bxe3:PCIBAR0[10]memoryallocated:0xc2800000-0xc2ffffff(8388608)->0xfffff800c2800000bxe3:PCIBAR2[18]memoryallocated:0xc2000000-0xc27fffff(8388608)->0xfffff800c2000000bxe3:PCIBAR4[20]memoryallocated:0xc6000000-0xc600ffff(65536)->0xfffff800c6000000bxe3:Found1000Base-Tmedia.bxe3:UsingdefaultsforTSO:65518/35/2048bxe3:Ethernetaddress:44:8a:5b:f4:d6:5fbxe3:MSI-XvectorsRequested5andAllocated5pcib5:<ACPIPCI-PCIbridge>irq33atdevice2.2onpci0pci12:<ACPIPCIbus>onpcib5pcib6:<ACPIPCI-PCIbridge>irq41atdevice3.0onpci0pci64:<ACPIPCIbus>onpcib6pcib7:<ACPIPCI-PCIbridge>irq41atdevice3.2onpci0pci65:<ACPIPCIbus>onpcib7pci0:<unknown>atdevice17.0(nodriverattached)xhci0:<XHCI(generic)USB3.0controller>mem0xc7f00000-0xc7f0ffffirq19atdevice20.0onpci0xhci0:32bytescontextsize,64-bitDMAusbus0onxhci0pci0:<simplecomms>atdevice22.0(nodriverattached)pci0:<simplecomms>atdevice22.1(nodriverattached)ehci0:<EHCI(generic)USB2.0controller>mem0xc7f34000-0xc7f343ffirq18atdevice26.0onpci0usbus1:EHCIversion1.0usbus1onehci0pcib8:<ACPIPCI-PCIbridge>irq16atdevice28.0onpci0pci66:<ACPIPCIbus>onpcib8pcib9:<ACPIPCI-PCIbridge>irq19atdevice28.3onpci0pcib9:failedtoallocateinitialmemorywindow:0xc7000000-0xc79fffffpci125:<ACPIPCIbus>onpcib9vgapci0:<VGA-compatibledisplay>mem0xc1000000-0xc1ffffff,0xc7000000-0xc77fffffirq16atdevice0.0onpci125vgapci0:Bootvideodeviceehci1:<EHCI(generic)USB2.0controller>mem0xc7f33000-0xc7f333ffirq18atdevice29.0onpci0usbus2:EHCIversion1.0usbus2onehci1isab0:<PCI-ISAbridge>atdevice31.0onpci0isa0:<ISAbus>onisab0ahci0:<IntelWellsburgAHCISATAcontroller>port0x7050-0x7057,0x7040-0x7043,0x7030-0x7037,0x7020-0x7023,0x7000-0x701fmem0xc7f32000-0xc7f327ffirq16atdevice31.2onpci0ahci0:AHCIv1.30with66Gbpsports,PortMultipliernotsupportedahcich0:<AHCIchannel>atchannel0onahci0ahcich1:<AHCIchannel>atchannel1onahci0ahcich2:<AHCIchannel>atchannel2onahci0ahcich3:<AHCIchannel>atchannel3onahci0ahcich4:<AHCIchannel>atchannel4onahci0ahcich5:<AHCIchannel>atchannel5onahci0ahciem0:<AHCIenclosuremanagementbridge>onahci0pcib10:<ACPIHost-PCIbridge>onacpi0pci128:<ACPIPCIbus>onpcib10pcib11:<ACPIPCI-PCIbridge>atdevice0.0onpci128pci129:<ACPIPCIbus>onpcib11pcib12:<ACPIPCI-PCIbridge>irq50atdevice1.0onpci128pci130:<ACPIPCIbus>onpcib12pcib13:<ACPIPCI-PCIbridge>irq57atdevice2.0onpci128pci131:<ACPIPCIbus>onpcib13pcib14:<ACPIPCI-PCIbridge>irq65atdevice3.0onpci128pci192:<ACPIPCIbus>onpcib14acpi_button0:<PowerButton>onacpi0uart0:<16550orcompatible>port0x3f8-0x3ffirq4flags0x10onacpi0uart1:<16550orcompatible>port0x2f8-0x2ffirq3onacpi0orm0:<ISAOptionROM>atiomem0xc0000-0xc7fffonisa0sc0:<Systemconsole>atflags0x100onisa0sc0:VGA<16virtualconsoles,flags=0x300>vga0:<GenericISAVGA>atport0x3c0-0x3dfiomem0xa0000-0xbffffonisa0ppc0:cannotreserveI/Oportrangeest0:<EnhancedSpeedStepFrequencyControl>oncpu0est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est0attachreturned6est1:<EnhancedSpeedStepFrequencyControl>oncpu1est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est1attachreturned6est2:<EnhancedSpeedStepFrequencyControl>oncpu2est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est2attachreturned6est3:<EnhancedSpeedStepFrequencyControl>oncpu3est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est3attachreturned6est4:<EnhancedSpeedStepFrequencyControl>oncpu4est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00

110 / 178

Page 111: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

device_attach:est4attachreturned6est5:<EnhancedSpeedStepFrequencyControl>oncpu5est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est5attachreturned6est6:<EnhancedSpeedStepFrequencyControl>oncpu6est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est6attachreturned6est7:<EnhancedSpeedStepFrequencyControl>oncpu7est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est7attachreturned6est8:<EnhancedSpeedStepFrequencyControl>oncpu8est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est8attachreturned6est9:<EnhancedSpeedStepFrequencyControl>oncpu9est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est9attachreturned6est10:<EnhancedSpeedStepFrequencyControl>oncpu10est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est10attachreturned6est11:<EnhancedSpeedStepFrequencyControl>oncpu11est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est11attachreturned6est12:<EnhancedSpeedStepFrequencyControl>oncpu12est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est12attachreturned6est13:<EnhancedSpeedStepFrequencyControl>oncpu13est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est13attachreturned6est14:<EnhancedSpeedStepFrequencyControl>oncpu14est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est14attachreturned6est15:<EnhancedSpeedStepFrequencyControl>oncpu15est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est15attachreturned6est16:<EnhancedSpeedStepFrequencyControl>oncpu16est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est16attachreturned6est17:<EnhancedSpeedStepFrequencyControl>oncpu17est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est17attachreturned6est18:<EnhancedSpeedStepFrequencyControl>oncpu18est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est18attachreturned6est19:<EnhancedSpeedStepFrequencyControl>oncpu19est:CPUsupportsEnhancedSpeedstep,butisnotrecognized.est:cpu_vendorGenuineIntel,msr1c4600001d00device_attach:est19attachreturned6random:unblockingdevice.usbus0:5.0GbpsSuperSpeedUSBv3.0Timecounterstickevery1.000msecusbus1:480MbpsHighSpeedUSBv2.0usbus2:480MbpsHighSpeedUSBv2.0ugen0.1:<0x8086>atusbus0uhub0:<0x8086XHCIrootHUB,class9/0,rev3.00/1.00,addr1>onusbus0ugen1.1:<Intel>atusbus1uhub1:<IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1>onusbus1ugen2.1:<Intel>atusbus2uhub2:<IntelEHCIrootHUB,class9/0,rev2.00/1.00,addr1>onusbus2ses0atahciem0bus0scbus8target0lun0ses0:<AHCISGPIOEnclosure1.000001>SEMBS-E-S2.00deviceses0:SEMBSESDeviceda0atmrsas0bus0scbus0target0lun0da0:<LSIMR9362-8i4.22>FixedDirectAccessSPC-3SCSIdeviceda0:SerialNumber00a57ae308dae6a71d304df309b00506da0:150.000MB/stransfersda0:571680MB(1170800640512bytesectors:255H63S/T72878C)cd0atahcich4bus0scbus6target0lun0cd0:<MATSHITADVD-ROMUJ8E21.00>RemovableCD-ROMSCSIdevicecd0:SerialNumberH086004515cd0:150.000MB/stransfers(SATA1.x,UDMA6,ATAPI12bytes,PIO8192bytes)cd0:Attempttoquerydevicesizefailed:NOTREADY,Mediumnotpresent-trayclosedSMP:APCPU#17Launched!SMP:APCPU#9Launched!SMP:APCPU#12Launched!SMP:APCPU#8Launched!SMP:APCPU#15Launched!SMP:APCPU#4Launched!SMP:APCPU#16Launched!SMP:APCPU#6Launched!SMP:APCPU#10Launched!SMP:APCPU#1Launched!SMP:APCPU#13Launched!SMP:APCPU#3Launched!SMP:APCPU#18Launched!SMP:APCPU#2Launched!SMP:APCPU#19Launched!SMP:APCPU#7Launched!SMP:APCPU#11Launched!SMP:APCPU#14Launched!SMP:APCPU#5Launched!Timecounter"TSC-low"frequency1300027716Hzquality1000Rootmountwaitingfor:usbus2usbus1usbus0uhub2:2portswith2removable,selfpowereduhub1:2portswith2removable,selfpowereduhub0:21portswith21removable,selfpoweredRootmountwaitingfor:usbus2usbus1usbus0

111 / 178

Page 112: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

ugen2.2:<vendor0x8087>atusbus2uhub3:<vendor0x8087product0x8002,class9/0,rev2.00/0.05,addr2>onusbus2ugen1.2:<vendor0x8087>atusbus1uhub4:<vendor0x8087product0x800a,class9/0,rev2.00/0.05,addr2>onusbus1ugen0.2:<AmericanMegatrendsInc.>atusbus0ukbd0:<KeyboardInterface>onusbus0kbd0atukbd0uhub4:6portswith6removable,selfpowereduhub3:8portswith8removable,selfpoweredugen0.3:<vendor0x0409>atusbus0uhub5:<vendor0x0409product0x005a,class9/0,rev2.00/1.00,addr2>onusbus0Rootmountwaitingfor:usbus0uhub5:3portswith2removable,buspoweredugen0.4:<TopreCorporation>atusbus0ukbd1:<TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr3>onusbus0kbd2atukbd1Rootmountwaitingfor:usbus0Rootmountwaitingfor:usbus0ugen0.5:<UFD2.0>atusbus0umass0:<UFD2.0Silicon-Power16G,class0/0,rev2.00/1.00,addr4>onusbus0umass0:SCSIoverBulk-Only;quirks=0xc100umass0:9:0:-1:Attachedtoscbus9Tryingtomountrootfromufs:/dev/da0p2[rw]...da1atumass-sim0bus0scbus9target0lun0da1:<UFD2.0Silicon-Power16GPMAP>RemovableDirectAccessSPC-2SCSIdeviceda1:SerialNumber12090358056E600298331564282da1:40.000MB/stransfersda1:14786MB(30283008512bytesectors:255H63S/T1885C)da1:quirks=0x2<NO_6_BYTE>ums0:<MouseInterface>onusbus0ums0:3buttonsand[Z]coordinatesID=0

112 / 178

Page 113: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

カーネルデバイスツリーnexus0apic0ram0I/Omemoryaddresses:0x0-0x9d7ff0x100000-0x7aab0fff0x7bd5d000-0x7bd5dfff0x7bde4000-0x7bffffff0x100000000-0x207fffffffacpi0Interruptrequestlines:0x9I/Oports:0x10-0x1f0x72-0x730x800x84-0x860x880x8c-0x8e0x90-0x9f0x400-0x47f0x500-0x57f0x580-0x59f0x600-0x61f0x800-0x81f0x880-0x883I/Omemoryaddresses:0xc7800000-0xc78fffff0xc7914000-0xc7914fff0xfed12000-0xfed1200f0xfed12010-0xfed1201f0xfed1b000-0xfed1bfff0xfed1c000-0xfed3ffff0xfed45000-0xfed8bfff0xfee00000-0xfeefffff0xff000000-0xffffffffpcib0pci255PCIdomain0busnumbers:255pcib1pci127PCIdomain0busnumbers:127cpu0cpu1cpu2cpu3cpu4cpu5cpu6cpu7cpu8cpu9cpu10cpu11cpu12cpu13cpu14cpu15cpu16cpu17cpu18cpu19pcib2I/Oports:0xcf8-0xcffpci0PCIdomain0busnumbers:0hostb0pcib3I/Oports:0x6000-0x6fffI/Omemoryaddresses:0xc7a00000-0xc7cfffffPCIdomain0busnumbers:1pci1pcib3busnumbers:1mrsas0Interruptrequestlines:0x1080x1090x10a0x10b0x10c0x10d0x10e0x10f0x1100x1110x1120x1130x1140x1150x1160x1170x1180x1190x11a0x11bpcib3I/Oportwindow:

113 / 178

Page 114: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

0x6000-0x60ffpcib3memorywindow:0xc7b00000-0xc7bfffff0xc7c00000-0xc7c0ffffpcib4I/Omemoryaddresses:0xc2000000-0xc60fffff0xc7d00000-0xc7efffffPCIdomain0busnumbers:5pci5pcib4busnumbers:5bxe0Interruptrequestlines:0x11c0x11d0x11e0x11f0x120pcib4prefetchwindow:0xc5000000-0xc57fffff0xc5800000-0xc5ffffff0xc6030000-0xc603ffffbxe1Interruptrequestlines:0x1210x1220x1230x1240x125pcib4prefetchwindow:0xc4000000-0xc47fffff0xc4800000-0xc4ffffff0xc6020000-0xc602ffffbxe2Interruptrequestlines:0x1260x1270x1280x1290x12apcib4prefetchwindow:0xc3000000-0xc37fffff0xc3800000-0xc3ffffff0xc6010000-0xc601ffffbxe3Interruptrequestlines:0x12b0x12c0x12d0x12e0x12fpcib4prefetchwindow:0xc2000000-0xc27fffff0xc2800000-0xc2ffffff0xc6000000-0xc600ffffpcib5PCIdomain0busnumbers:12pci12pcib5busnumbers:12pcib6PCIdomain0busnumbers:64pci64pcib6busnumbers:64pcib7PCIdomain0busnumbers:65pci65pcib7busnumbers:65ioapic0I/Omemoryaddresses:0xc7f38000-0xc7f38fffxhci0Interruptrequestlines:0x13I/Omemoryaddresses:0xc7f00000-0xc7f0ffffusbus0uhub0ukbd0uhub5ukbd1umass0ums0ehci0Interruptrequestlines:0x12I/Omemoryaddresses:0xc7f34000-0xc7f343ffusbus1uhub1uhub4pcib8PCIdomain0busnumbers:66pci66pcib8busnumbers:66pcib9I/Omemoryaddresses:0xc1000000-0xc1ffffff0xc7000000-0xc77fffffPCIdomain0busnumbers:125

114 / 178

Page 115: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

pci125pcib9busnumbers:125vgapci0pcib9memorywindow:0xc7000000-0xc77fffffpcib9prefetchwindow:0xc1000000-0xc1ffffffehci1Interruptrequestlines:0x12I/Omemoryaddresses:0xc7f33000-0xc7f333ffusbus2uhub2uhub3isab0isa0sc0vga0I/Oports:0x3c0-0x3dfI/Omemoryaddresses:0xa0000-0xbfffform0I/Omemoryaddresses:0xc0000-0xc7fffahci0Interruptrequestlines:0x130I/Oports:0x7000-0x701f0x7020-0x70230x7030-0x70370x7040-0x70430x7050-0x7057I/Omemoryaddresses:0xc7f32000-0xc7f327ffahcich0I/Omemoryaddresses:0xc7f32100-0xc7f3217fahcich1I/Omemoryaddresses:0xc7f32180-0xc7f321ffahcich2I/Omemoryaddresses:0xc7f32200-0xc7f3227fahcich3I/Omemoryaddresses:0xc7f32280-0xc7f322ffahcich4I/Omemoryaddresses:0xc7f32300-0xc7f3237fahcich5I/Omemoryaddresses:0xc7f32380-0xc7f323ffahciem0I/Omemoryaddresses:0xc7f32020-0xc7f320230xc7f32580-0xc7f32587atdma0DMArequestlines:4I/Oports:0x0-0xf0x81-0x830x870x89-0x8b0x8f0xc0-0xdfatrtc0Interruptrequestlines:0x8I/Oports:0x70-0x710x74-0x77fpupnp0I/Oports:0xf0attimer0Interruptrequestlines:0x0I/Oports:0x40-0x430x50-0x53hpet0Interruptrequestlines:0x1000x1010x1020x1030x1040x1050x1060x107I/Omemoryaddresses:0xfed00000-0xfed003ffacpi_sysresource0acpi_sysresource1uart0Interruptrequestlines:0x4I/Oports:0x3f8-0x3ffuart1Interruptrequestlines:0x3I/Oports:0x2f8-0x2ffacpi_sysresource2

115 / 178

Page 116: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

pcib10pci128PCIdomain0busnumbers:128pcib11PCIdomain0busnumbers:129pci129pcib11busnumbers:129pcib12PCIdomain0busnumbers:130pci130pcib12busnumbers:130pcib13PCIdomain0busnumbers:131pci131pcib13busnumbers:131pcib14PCIdomain0busnumbers:192pci192pcib14busnumbers:192ioapic1I/Omemoryaddresses:0xfbf20000-0xfbf20fffacpi_button0pci_link0pci_link1pci_link2pci_link3pci_link4pci_link5pci_link6pci_link7acpi_timer0ACPII/Oports:0x408-0x40b

116 / 178

Page 117: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

PCIバスデータ詳細一覧none0@pci0:255:8:0: class=0x088000card=0x2f808086chip=0x2f808086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone1@pci0:255:8:2: class=0x110100card=0x2f328086chip=0x2f328086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone2@pci0:255:8:3: class=0x088000card=0x2f838086chip=0x2f838086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone3@pci0:255:9:0: class=0x088000card=0x2f908086chip=0x2f908086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone4@pci0:255:9:2: class=0x110100card=0x2f338086chip=0x2f338086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone5@pci0:255:9:3: class=0x088000card=0x2f938086chip=0x2f938086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone6@pci0:255:11:0: class=0x088000card=0x80531bcfchip=0x2f818086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone7@pci0:255:11:1: class=0x110100card=0x80531bcfchip=0x2f368086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone8@pci0:255:11:2: class=0x110100card=0x80531bcfchip=0x2f378086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone9@pci0:255:12:0: class=0x088000card=0x80531bcfchip=0x2fe08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone10@pci0:255:12:1: class=0x088000card=0x80531bcfchip=0x2fe18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone11@pci0:255:12:2: class=0x088000card=0x80531bcfchip=0x2fe28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone12@pci0:255:12:3: class=0x088000card=0x80531bcfchip=0x2fe38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone13@pci0:255:12:4: class=0x088000card=0x80531bcfchip=0x2fe48086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone14@pci0:255:12:5: class=0x088000card=0x80531bcfchip=0x2fe58086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone15@pci0:255:12:6: class=0x088000card=0x80531bcfchip=0x2fe68086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone16@pci0:255:12:7: class=0x088000card=0x80531bcfchip=0x2fe78086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone17@pci0:255:13:0: class=0x088000card=0x80531bcfchip=0x2fe88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone18@pci0:255:13:1: class=0x088000card=0x80531bcfchip=0x2fe98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone19@pci0:255:15:0: class=0x088000card=0x00000000chip=0x2ff88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone20@pci0:255:15:1: class=0x088000card=0x00000000chip=0x2ff98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone21@pci0:255:15:2: class=0x088000card=0x00000000chip=0x2ffa8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone22@pci0:255:15:3: class=0x088000card=0x00000000chip=0x2ffb8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone23@pci0:255:15:4: class=0x088000card=0x80531bcfchip=0x2ffc8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone24@pci0:255:15:5: class=0x088000card=0x80531bcfchip=0x2ffd8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone25@pci0:255:15:6: class=0x088000card=0x80531bcfchip=0x2ffe8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone26@pci0:255:16:0: class=0x088000card=0x80531bcfchip=0x2f1d8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone27@pci0:255:16:1: class=0x110100card=0x80531bcfchip=0x2f348086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone28@pci0:255:16:5: class=0x088000card=0x80531bcfchip=0x2f1e8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone29@pci0:255:16:6: class=0x110100card=0x80531bcfchip=0x2f7d8086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone30@pci0:255:16:7: class=0x088000card=0x80531bcfchip=0x2f1f8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone31@pci0:255:18:0: class=0x088000card=0x80531bcfchip=0x2fa08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone32@pci0:255:18:1: class=0x110100card=0x2f308086chip=0x2f308086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone33@pci0:255:18:4: class=0x088000card=0x80531bcfchip=0x2f608086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone34@pci0:255:18:5: class=0x110100card=0x2f388086chip=0x2f388086rev=0x02hdr=0x00vendor='IntelCorporation'

117 / 178

Page 118: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

class=daspnone35@pci0:255:19:0: class=0x088000card=0x80531bcfchip=0x2fa88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone36@pci0:255:19:1: class=0x088000card=0x80531bcfchip=0x2f718086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone37@pci0:255:19:2: class=0x088000card=0x80531bcfchip=0x2faa8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone38@pci0:255:19:3: class=0x088000card=0x80531bcfchip=0x2fab8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone39@pci0:255:19:6: class=0x088000card=0x00000000chip=0x2fae8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone40@pci0:255:19:7: class=0x088000card=0x00000000chip=0x2faf8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone41@pci0:255:20:0: class=0x088000card=0x80531bcfchip=0x2fb08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone42@pci0:255:20:1: class=0x088000card=0x80531bcfchip=0x2fb18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone43@pci0:255:20:2: class=0x088000card=0x80531bcfchip=0x2fb28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone44@pci0:255:20:3: class=0x088000card=0x80531bcfchip=0x2fb38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone45@pci0:255:20:4: class=0x088000card=0x00000000chip=0x2fbc8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone46@pci0:255:20:5: class=0x088000card=0x00000000chip=0x2fbd8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone47@pci0:255:20:6: class=0x088000card=0x00000000chip=0x2fbe8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone48@pci0:255:20:7: class=0x088000card=0x00000000chip=0x2fbf8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone49@pci0:255:22:0: class=0x088000card=0x80531bcfchip=0x2f688086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone50@pci0:255:22:1: class=0x088000card=0x80531bcfchip=0x2f798086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone51@pci0:255:22:2: class=0x088000card=0x80531bcfchip=0x2f6a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone52@pci0:255:22:3: class=0x088000card=0x80531bcfchip=0x2f6b8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone53@pci0:255:22:6: class=0x088000card=0x00000000chip=0x2f6e8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone54@pci0:255:22:7: class=0x088000card=0x00000000chip=0x2f6f8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone55@pci0:255:23:0: class=0x088000card=0x80531bcfchip=0x2fd08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone56@pci0:255:23:1: class=0x088000card=0x80531bcfchip=0x2fd18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone57@pci0:255:23:2: class=0x088000card=0x80531bcfchip=0x2fd28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone58@pci0:255:23:3: class=0x088000card=0x80531bcfchip=0x2fd38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone59@pci0:255:23:4: class=0x088000card=0x00000000chip=0x2fb88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone60@pci0:255:23:5: class=0x088000card=0x00000000chip=0x2fb98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone61@pci0:255:23:6: class=0x088000card=0x00000000chip=0x2fba8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone62@pci0:255:23:7: class=0x088000card=0x00000000chip=0x2fbb8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone63@pci0:255:30:0: class=0x088000card=0x80531bcfchip=0x2f988086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone64@pci0:255:30:1: class=0x088000card=0x80531bcfchip=0x2f998086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone65@pci0:255:30:2: class=0x088000card=0x80531bcfchip=0x2f9a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone66@pci0:255:30:3: class=0x088000card=0x80531bcfchip=0x2fc08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone67@pci0:255:30:4: class=0x088000card=0x80531bcfchip=0x2f9c8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone68@pci0:255:31:0: class=0x088000card=0x00000000chip=0x2f888086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone69@pci0:255:31:2: class=0x088000card=0x00000000chip=0x2f8a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone70@pci0:127:8:0: class=0x088000card=0x2f808086chip=0x2f808086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone71@pci0:127:8:2: class=0x110100card=0x2f328086chip=0x2f328086rev=0x02hdr=0x00

118 / 178

Page 119: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

vendor='IntelCorporation'class=daspnone72@pci0:127:8:3: class=0x088000card=0x2f838086chip=0x2f838086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone73@pci0:127:9:0: class=0x088000card=0x2f908086chip=0x2f908086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone74@pci0:127:9:2: class=0x110100card=0x2f338086chip=0x2f338086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone75@pci0:127:9:3: class=0x088000card=0x2f938086chip=0x2f938086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone76@pci0:127:11:0: class=0x088000card=0x80531bcfchip=0x2f818086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone77@pci0:127:11:1: class=0x110100card=0x80531bcfchip=0x2f368086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone78@pci0:127:11:2: class=0x110100card=0x80531bcfchip=0x2f378086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone79@pci0:127:12:0: class=0x088000card=0x80531bcfchip=0x2fe08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone80@pci0:127:12:1: class=0x088000card=0x80531bcfchip=0x2fe18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone81@pci0:127:12:2: class=0x088000card=0x80531bcfchip=0x2fe28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone82@pci0:127:12:3: class=0x088000card=0x80531bcfchip=0x2fe38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone83@pci0:127:12:4: class=0x088000card=0x80531bcfchip=0x2fe48086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone84@pci0:127:12:5: class=0x088000card=0x80531bcfchip=0x2fe58086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone85@pci0:127:12:6: class=0x088000card=0x80531bcfchip=0x2fe68086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone86@pci0:127:12:7: class=0x088000card=0x80531bcfchip=0x2fe78086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone87@pci0:127:13:0: class=0x088000card=0x80531bcfchip=0x2fe88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone88@pci0:127:13:1: class=0x088000card=0x80531bcfchip=0x2fe98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone89@pci0:127:15:0: class=0x088000card=0x00000000chip=0x2ff88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone90@pci0:127:15:1: class=0x088000card=0x00000000chip=0x2ff98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone91@pci0:127:15:2: class=0x088000card=0x00000000chip=0x2ffa8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone92@pci0:127:15:3: class=0x088000card=0x00000000chip=0x2ffb8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone93@pci0:127:15:4: class=0x088000card=0x80531bcfchip=0x2ffc8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone94@pci0:127:15:5: class=0x088000card=0x80531bcfchip=0x2ffd8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone95@pci0:127:15:6: class=0x088000card=0x80531bcfchip=0x2ffe8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone96@pci0:127:16:0: class=0x088000card=0x80531bcfchip=0x2f1d8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone97@pci0:127:16:1: class=0x110100card=0x80531bcfchip=0x2f348086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone98@pci0:127:16:5: class=0x088000card=0x80531bcfchip=0x2f1e8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone99@pci0:127:16:6: class=0x110100card=0x80531bcfchip=0x2f7d8086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone100@pci0:127:16:7: class=0x088000card=0x80531bcfchip=0x2f1f8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone101@pci0:127:18:0: class=0x088000card=0x80531bcfchip=0x2fa08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone102@pci0:127:18:1: class=0x110100card=0x2f308086chip=0x2f308086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone103@pci0:127:18:4: class=0x088000card=0x80531bcfchip=0x2f608086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone104@pci0:127:18:5: class=0x110100card=0x2f388086chip=0x2f388086rev=0x02hdr=0x00vendor='IntelCorporation'class=daspnone105@pci0:127:19:0: class=0x088000card=0x80531bcfchip=0x2fa88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone106@pci0:127:19:1: class=0x088000card=0x80531bcfchip=0x2f718086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone107@pci0:127:19:2: class=0x088000card=0x80531bcfchip=0x2faa8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheral

119 / 178

Page 120: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

none108@pci0:127:19:3: class=0x088000card=0x80531bcfchip=0x2fab8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone109@pci0:127:19:6: class=0x088000card=0x00000000chip=0x2fae8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone110@pci0:127:19:7: class=0x088000card=0x00000000chip=0x2faf8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone111@pci0:127:20:0: class=0x088000card=0x80531bcfchip=0x2fb08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone112@pci0:127:20:1: class=0x088000card=0x80531bcfchip=0x2fb18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone113@pci0:127:20:2: class=0x088000card=0x80531bcfchip=0x2fb28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone114@pci0:127:20:3: class=0x088000card=0x80531bcfchip=0x2fb38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone115@pci0:127:20:4: class=0x088000card=0x00000000chip=0x2fbc8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone116@pci0:127:20:5: class=0x088000card=0x00000000chip=0x2fbd8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone117@pci0:127:20:6: class=0x088000card=0x00000000chip=0x2fbe8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone118@pci0:127:20:7: class=0x088000card=0x00000000chip=0x2fbf8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone119@pci0:127:22:0: class=0x088000card=0x80531bcfchip=0x2f688086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone120@pci0:127:22:1: class=0x088000card=0x80531bcfchip=0x2f798086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone121@pci0:127:22:2: class=0x088000card=0x80531bcfchip=0x2f6a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone122@pci0:127:22:3: class=0x088000card=0x80531bcfchip=0x2f6b8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone123@pci0:127:22:6: class=0x088000card=0x00000000chip=0x2f6e8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone124@pci0:127:22:7: class=0x088000card=0x00000000chip=0x2f6f8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone125@pci0:127:23:0: class=0x088000card=0x80531bcfchip=0x2fd08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone126@pci0:127:23:1: class=0x088000card=0x80531bcfchip=0x2fd18086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone127@pci0:127:23:2: class=0x088000card=0x80531bcfchip=0x2fd28086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone128@pci0:127:23:3: class=0x088000card=0x80531bcfchip=0x2fd38086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone129@pci0:127:23:4: class=0x088000card=0x00000000chip=0x2fb88086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone130@pci0:127:23:5: class=0x088000card=0x00000000chip=0x2fb98086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone131@pci0:127:23:6: class=0x088000card=0x00000000chip=0x2fba8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone132@pci0:127:23:7: class=0x088000card=0x00000000chip=0x2fbb8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone133@pci0:127:30:0: class=0x088000card=0x80531bcfchip=0x2f988086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone134@pci0:127:30:1: class=0x088000card=0x80531bcfchip=0x2f998086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone135@pci0:127:30:2: class=0x088000card=0x80531bcfchip=0x2f9a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone136@pci0:127:30:3: class=0x088000card=0x80531bcfchip=0x2fc08086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone137@pci0:127:30:4: class=0x088000card=0x80531bcfchip=0x2f9c8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone138@pci0:127:31:0: class=0x088000card=0x00000000chip=0x2f888086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralnone139@pci0:127:31:2: class=0x088000card=0x00000000chip=0x2f8a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralhostb0@pci0:0:0:0: class=0x060000card=0x80531bcfchip=0x2f008086rev=0x02hdr=0x00vendor='IntelCorporation'class=bridgesubclass=HOST-PCIcap10[90]=PCI-Express2rootportmaxdata128(128)linkx0(x4)speed0.0(2.5)ASPMdisabled(L1)cap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000b[144]=Vendor1ID4ecap000b[1d0]=Vendor1ID3ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib3@pci0:0:1:0: class=0x060400card=0x80531bcfchip=0x2f028086rev=0x02hdr=0x01vendor='IntelCorporation'

120 / 178

Page 121: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportslotmaxdata256(256)linkx8(x8)speed8.0(8.0)ASPMdisabled(L1)ARIenabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib4@pci0:0:2:0: class=0x060400card=0x80531bcfchip=0x2f048086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportslotmaxdata256(256)linkx8(x8)speed5.0(8.0)ASPMdisabled(L1)ARIenabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib5@pci0:0:2:2: class=0x060400card=0x80531bcfchip=0x2f068086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportmaxdata128(256)linkx0(x8)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib6@pci0:0:3:0: class=0x060400card=0x80531bcfchip=0x2f088086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportslotmaxdata128(256)linkx0(x8)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib7@pci0:0:3:2: class=0x060400card=0x80531bcfchip=0x2f0a8086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportmaxdata128(256)linkx0(x8)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8none140@pci0:0:4:0: class=0x088000card=0x80531bcfchip=0x2f208086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none141@pci0:0:4:1: class=0x088000card=0x80531bcfchip=0x2f218086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none142@pci0:0:4:2: class=0x088000card=0x80531bcfchip=0x2f228086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none143@pci0:0:4:3: class=0x088000card=0x80531bcfchip=0x2f238086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none144@pci0:0:4:4: class=0x088000card=0x80531bcfchip=0x2f248086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1message

121 / 178

Page 122: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Tableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none145@pci0:0:4:5: class=0x088000card=0x80531bcfchip=0x2f258086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none146@pci0:0:4:6: class=0x088000card=0x80531bcfchip=0x2f268086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none147@pci0:0:4:7: class=0x088000card=0x80531bcfchip=0x2f278086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none148@pci0:0:5:0: class=0x088000card=0x80531bcfchip=0x2f288086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)none149@pci0:0:5:1: class=0x088000card=0x80531bcfchip=0x2f298086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express1rootendpointmaxdata128(128)linkx0(x0)cap05[80]=MSIsupports1message,64bitecap000b[100]=Vendor1ID6ecap000b[110]=Vendor1ID6ecap000b[120]=Vendor1ID6ecap000b[130]=Vendor1ID6none150@pci0:0:5:2: class=0x088000card=0x80531bcfchip=0x2f2a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)ioapic0@pci0:0:5:4: class=0x080020card=0x80531bcfchip=0x2f2c8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralsubclass=interruptcontrollercap10[44]=PCI-Express1rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none151@pci0:0:17:0: class=0xff0000card=0x80531bcfchip=0x8d7c8086rev=0x05hdr=0x00vendor='IntelCorporation'cap10[40]=PCI-Express2rootendpointmaxdata128(128)linkx1(x1)speed2.5(2.5)ASPMdisabled(L0s/L1)cap01[80]=powerspec3supportsD0D3currentD0xhci0@pci0:0:20:0: class=0x0c0330card=0x80531bcfchip=0x8d318086rev=0x05hdr=0x00vendor='IntelCorporation'class=serialbussubclass=USBcap01[70]=powerspec2supportsD0D3currentD0none152@pci0:0:22:0: class=0x078000card=0x80531bcfchip=0x8d3a8086rev=0x05hdr=0x00vendor='IntelCorporation'class=simplecommscap01[50]=powerspec3supportsD0D3currentD0cap05[8c]=MSIsupports1message,64bitnone153@pci0:0:22:1: class=0x078000card=0x80531bcfchip=0x8d3b8086rev=0x05hdr=0x00vendor='IntelCorporation'class=simplecommscap01[50]=powerspec3supportsD0D3currentD0cap05[8c]=MSIsupports1message,64bitehci0@pci0:0:26:0: class=0x0c0320card=0x80531bcfchip=0x8d2d8086rev=0x05hdr=0x00vendor='IntelCorporation'class=serialbussubclass=USBcap01[50]=powerspec2supportsD0D3currentD0cap0a[58]=EHCIDebugPortatoffset0xa0inmap0x14cap13[98]=PCIAdvancedFeatures:FLRTPpcib8@pci0:0:28:0: class=0x060400card=0x80531bcfchip=0x8d108086rev=0xd5hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportmaxdata128(128)linkx0(x1)speed0.0(5.0)ASPMdisabled(L0s/L1)cap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80531bcfcap01[a0]=powerspec3supportsD0D3currentD0pcib9@pci0:0:28:3: class=0x060400card=0x80531bcfchip=0x8d168086rev=0xd5hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata128(128)linkx1(x1)speed2.5(5.0)ASPMdisabled(L0s/L1)cap05[80]=MSIsupports1messageenabledwith1messagecap0d[90]=PCIBridgecard=0x80531bcfcap01[a0]=powerspec3supportsD0D3currentD0ehci1@pci0:0:29:0: class=0x0c0320card=0x80531bcfchip=0x8d268086rev=0x05hdr=0x00vendor='IntelCorporation'class=serialbussubclass=USBcap01[50]=powerspec2supportsD0D3currentD0cap0a[58]=EHCIDebugPortatoffset0xa0inmap0x14cap13[98]=PCIAdvancedFeatures:FLRTPisab0@pci0:0:31:0: class=0x060100card=0x80531bcfchip=0x8d448086rev=0x05hdr=0x00vendor='IntelCorporation'class=bridgesubclass=PCI-ISAcap09[e0]=vendor(length12)Intelcap1version0

features:AMT,4PCI-ex1slotsahci0@pci0:0:31:2: class=0x010601card=0x80531bcfchip=0x8d028086rev=0x05hdr=0x00vendor='IntelCorporation'class=massstoragesubclass=SATAcap05[80]=MSIsupports1messageenabledwith1message

122 / 178

Page 123: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

cap01[70]=powerspec3supportsD0D3currentD0cap12[a8]=SATAIndex-DataPairnone154@pci0:0:31:3: class=0x0c0500card=0x80531bcfchip=0x8d228086rev=0x05hdr=0x00vendor='IntelCorporation'class=serialbussubclass=SMBusmrsas0@pci0:1:0:0: class=0x010400card=0x93641000chip=0x005d1000rev=0x02hdr=0x00vendor='LSILogic/SymbiosLogic'device='MegaRAIDSAS-33108[Invader]'class=massstoragesubclass=RAIDcap01[50]=powerspec3supportsD0D1D2D3currentD0cap10[68]=PCI-Express2endpointmaxdata256(4096)FLRlinkx8(x8)speed8.0(8.0)ASPMdisabled(L0s)cap03[d0]=VPDcap05[a8]=MSIsupports1message,64bit,vectormaskscap11[c0]=MSI-Xsupports97messages,enabledTableinmap0x14[0xe000],PBAinmap0x14[0xf000]ecap0001[100]=AER20fatal0non-fatal1correctedecap0019[1e0]=PCIeSec1laneerrors0ecap0004[1c0]=PowerBudgeting1ecap0016[190]=DPA1ecap000e[148]=ARI1bxe0@pci0:5:0:0: class=0x020000card=0x80551bcfchip=0x168a14e4rev=0x10hdr=0x00vendor='BroadcomCorporation'device='NetXtremeIIBCM578001/10GigabitEthernet'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitcap11[a0]=MSI-Xsupports32messages,enabledTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(512)FLRlinkx8(x8)speed5.0(5.0)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial1448a5bfffef4d661ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0ecap000e[1b8]=ARI1ecap0015[220]=ResizableBAR1ecap0019[300]=PCIeSec1laneerrors0bxe1@pci0:5:0:1: class=0x020000card=0x80551bcfchip=0x168a14e4rev=0x10hdr=0x00vendor='BroadcomCorporation'device='NetXtremeIIBCM578001/10GigabitEthernet'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitcap11[a0]=MSI-Xsupports32messages,enabledTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(512)FLRlinkx8(x8)speed5.0(5.0)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial1448a5bfffef4d661ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0ecap000e[1b8]=ARI1ecap0015[220]=ResizableBAR1bxe2@pci0:5:0:2: class=0x020000card=0x805f1bcfchip=0x168a14e4rev=0x10hdr=0x00vendor='BroadcomCorporation'device='NetXtremeIIBCM578001/10GigabitEthernet'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitcap11[a0]=MSI-Xsupports32messages,enabledTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(512)FLRlinkx8(x8)speed5.0(5.0)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial1448a5bfffef4d661ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0ecap000e[1b8]=ARI1ecap0015[220]=ResizableBAR1bxe3@pci0:5:0:3: class=0x020000card=0x805f1bcfchip=0x168a14e4rev=0x10hdr=0x00vendor='BroadcomCorporation'device='NetXtremeIIBCM578001/10GigabitEthernet'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitcap11[a0]=MSI-Xsupports32messages,enabledTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(512)FLRlinkx8(x8)speed5.0(5.0)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial1448a5bfffef4d661ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0ecap000e[1b8]=ARI1ecap0015[220]=ResizableBAR1vgapci0@pci0:125:0:0: class=0x030000card=0x80531bcfchip=0x0522102brev=0x00hdr=0x00vendor='MatroxElectronicsSystemsLtd.'device='MGAG200e[Pilot]ServerEngines(SEP1)'class=displaysubclass=VGAcap01[dc]=powerspec2supportsD0D3currentD0cap10[e4]=PCI-Express1legacyendpointmaxdata128(256)linkx1(x1)speed2.5(2.5)ASPMdisabled(L0s)cap05[54]=MSIsupports1messagepcib11@pci0:128:0:0: class=0x060400card=0x80531bcfchip=0x2f018086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcf

123 / 178

Page 124: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

cap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportmaxdata128(128)linkx0(x4)speed0.0(5.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib12@pci0:128:1:0: class=0x060400card=0x80531bcfchip=0x2f028086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportmaxdata128(256)linkx0(x8)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib13@pci0:128:2:0: class=0x060400card=0x80531bcfchip=0x2f048086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportslotmaxdata128(256)linkx0(x16)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8pcib14@pci0:128:3:0: class=0x060400card=0x80531bcfchip=0x2f088086rev=0x02hdr=0x01vendor='IntelCorporation'class=bridgesubclass=PCI-PCIcap0d[40]=PCIBridgecard=0x80531bcfcap05[60]=MSIsupports2messages,vectormaskscap10[90]=PCI-Express2rootportmaxdata128(256)linkx0(x16)speed0.0(8.0)ASPMdisabled(L1)ARIdisabledcap01[e0]=powerspec3supportsD0D3currentD0ecap000b[100]=Vendor1ID2ecap000d[110]=ACS1ecap0001[148]=AER10fatal0non-fatal0correctedecap000b[1d0]=Vendor1ID3ecap0019[250]=PCIeSec1laneerrors0ecap000b[280]=Vendor1ID5ecap000b[300]=Vendor1ID8none155@pci0:128:4:0: class=0x088000card=0x80531bcfchip=0x2f208086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none156@pci0:128:4:1: class=0x088000card=0x80531bcfchip=0x2f218086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none157@pci0:128:4:2: class=0x088000card=0x80531bcfchip=0x2f228086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none158@pci0:128:4:3: class=0x088000card=0x80531bcfchip=0x2f238086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none159@pci0:128:4:4: class=0x088000card=0x80531bcfchip=0x2f248086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none160@pci0:128:4:5: class=0x088000card=0x80531bcfchip=0x2f258086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none161@pci0:128:4:6: class=0x088000card=0x80531bcfchip=0x2f268086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none162@pci0:128:4:7: class=0x088000card=0x80531bcfchip=0x2f278086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheral

124 / 178

Page 125: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

cap11[80]=MSI-Xsupports1messageTableinmap0x10[0x2000],PBAinmap0x10[0x3000]cap10[90]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0none163@pci0:128:5:0: class=0x088000card=0x80531bcfchip=0x2f288086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)none164@pci0:128:5:1: class=0x088000card=0x80531bcfchip=0x2f298086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express1rootendpointmaxdata128(128)linkx0(x0)cap05[80]=MSIsupports1message,64bitecap000b[100]=Vendor1ID6ecap000b[110]=Vendor1ID6ecap000b[120]=Vendor1ID6ecap000b[130]=Vendor1ID6none165@pci0:128:5:2: class=0x088000card=0x80531bcfchip=0x2f2a8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralcap10[40]=PCI-Express2rootendpointmaxdata128(128)linkx0(x0)ioapic1@pci0:128:5:4: class=0x080020card=0x80531bcfchip=0x2f2c8086rev=0x02hdr=0x00vendor='IntelCorporation'class=baseperipheralsubclass=interruptcontrollercap10[44]=PCI-Express1rootendpointmaxdata128(128)linkx0(x0)cap01[e0]=powerspec3supportsD0D3currentD0

125 / 178

Page 126: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

ACPI電源管理データ詳細一覧RSDPTR:OEM=AMI,ACPI_Rev=2.0x(2)

XSDT=0x000000007b081080,length=36,cksum=201XSDT:Length=132,Revision=1,Checksum=58,

OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013Entries={0x000000007b097ed8,0x000000007b097fe8,0x000000007b098168,0x000000007b098208,0x000000007b098248,0x000000007b098280,0x000000007b0982b0,

0x000000007b099108,0x000000007b0a0df0,0x000000007b0a26d8,0x000000007b0a2740,0x000000007b0a28b8}FACP:Length=268,Revision=5,Checksum=52,

OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013

FACS=0x7b5f3f80,DSDT=0x7b081198INT_MODEL=APICPreferred_PM_Profile=EnterpriseServer(4)SCI_INT=9SMI_CMD=0xb2,ACPI_ENABLE=0xa0,ACPI_DISABLE=0xa1,S4BIOS_REQ=0x0PSTATE_CNT=0x0PM1a_EVT_BLK=0x400-0x403PM1a_CNT_BLK=0x404-0x405PM2_CNT_BLK=0x450-0x450PM_TMR_BLK=0x408-0x40bGPE0_BLK=0x420-0x42fP_LVL2_LAT=101us,P_LVL3_LAT=1001usFLUSH_SIZE=1024,FLUSH_STRIDE=16DUTY_OFFSET=1,DUTY_WIDTH=3DAY_ALRM=13,MON_ALRM=0,CENTURY=50IAPC_BOOT_ARCH={LEGACY_DEVICES,NO_ASPM}Flags={WBINVD,C1_SUPPORTED,C2_MP_SUPPORTED,SLEEP_BUTTON,S4_RTC_WAKE,RESET_REGISTER,PLATFORM_CLOCK}RESET_REG=0x50d:0[8](IO),RESET_VALUE=0xbf

FACS: Length=64,HwSig=0x00000042,Firm_Wake_Vec=0x00000000Global_Lock=Flags=Version=2

DSDT:Length=93503,Revision=2,Checksum=66,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=INTL,CreatorRevision=0x20091013

APIC:Length=380,Revision=3,Checksum=46,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013LocalAPICADDR=0xfee00000Flags={PC-AT}Type=LocalAPICACPICPU=0Flags={ENABLED}APICID=0Type=LocalAPICACPICPU=2Flags={ENABLED}APICID=2Type=LocalAPICACPICPU=4Flags={ENABLED}APICID=4Type=LocalAPICACPICPU=6Flags={ENABLED}APICID=6Type=LocalAPICACPICPU=8Flags={ENABLED}APICID=8Type=LocalAPICACPICPU=16Flags={ENABLED}APICID=16Type=LocalAPICACPICPU=18Flags={ENABLED}APICID=18Type=LocalAPICACPICPU=20Flags={ENABLED}APICID=20Type=LocalAPICACPICPU=22Flags={ENABLED}APICID=22Type=LocalAPICACPICPU=24Flags={ENABLED}APICID=24Type=LocalAPICACPICPU=32Flags={ENABLED}APICID=32Type=LocalAPICACPICPU=34Flags={ENABLED}APICID=34Type=LocalAPICACPICPU=36Flags={ENABLED}APICID=36Type=LocalAPICACPICPU=38Flags={ENABLED}APICID=38Type=LocalAPICACPICPU=40Flags={ENABLED}APICID=40Type=LocalAPICACPICPU=48Flags={ENABLED}APICID=48

126 / 178

Page 127: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Type=LocalAPICACPICPU=50Flags={ENABLED}APICID=50Type=LocalAPICACPICPU=52Flags={ENABLED}APICID=52Type=LocalAPICACPICPU=54Flags={ENABLED}APICID=54Type=LocalAPICACPICPU=56Flags={ENABLED}APICID=56Type=LocalAPICNMIACPICPU=0LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=2LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=4LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=6LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=8LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=16LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=18LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=20LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=22LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=24LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=32LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=34LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=36LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=38LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=40LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=48LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=50LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=52LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=54LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICNMIACPICPU=56LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=IOAPICAPICID=8INTBASE=0ADDR=0x00000000fec00000Type=IOAPICAPICID=9INTBASE=24ADDR=0x00000000fec01000Type=IOAPICAPICID=10INTBASE=48ADDR=0x00000000fec40000Type=INTOverrideBUS=0

127 / 178

Page 128: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

IRQ=0INTR=2Flags={Polarity=conforming,Trigger=conforming}Type=INTOverrideBUS=0IRQ=9INTR=9Flags={Polarity=active-hi,Trigger=level}

FIDT:Length=156,Revision=1,Checksum=223,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013

MCFG:Length=60,Revision=1,Checksum=160,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1072009,CreatorID=MSFT,CreatorRevision=0x97BaseAddress=0x0000000080000000SegmentGroup=0x0000StartBus=0EndBus=255

HPET:Length=56,Revision=1,Checksum=172,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x20091013HPETNumber=0ADDR=0x00000000fed00000:0[64](Memory) HWRev=0x1Comparators=7CounterSize=1LegacyIRQroutingcapable={TRUE}PCIVendorID=0x8086MinimalTick=14318

SLIT:Length=48,Revision=1,Checksum=74,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x20091013LocalityCount=2

SRAT:Length=3672,Revision=3,Checksum=174,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x20091013TableRevision=1Type=CPUFlags={ENABLED}APICID=0ProximityDomain=0Type=CPUFlags={ENABLED}APICID=2ProximityDomain=0Type=CPUFlags={ENABLED}APICID=4ProximityDomain=0Type=CPUFlags={ENABLED}APICID=6ProximityDomain=0Type=CPUFlags={ENABLED}APICID=8ProximityDomain=0Type=CPUFlags={ENABLED}APICID=16ProximityDomain=0Type=CPUFlags={ENABLED}APICID=18ProximityDomain=0Type=CPUFlags={ENABLED}APICID=20ProximityDomain=0Type=CPUFlags={ENABLED}APICID=22ProximityDomain=0Type=CPUFlags={ENABLED}APICID=24ProximityDomain=0Type=CPUFlags={ENABLED}APICID=32ProximityDomain=1Type=CPUFlags={ENABLED}APICID=34ProximityDomain=1Type=CPUFlags={ENABLED}APICID=36ProximityDomain=1Type=CPUFlags={ENABLED}APICID=38ProximityDomain=1Type=CPUFlags={ENABLED}APICID=40ProximityDomain=1Type=CPUFlags={ENABLED}APICID=48ProximityDomain=1Type=CPUFlags={ENABLED}APICID=50ProximityDomain=1Type=CPUFlags={ENABLED}APICID=52ProximityDomain=1Type=CPUFlags={ENABLED}

128 / 178

Page 129: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

APICID=54ProximityDomain=1Type=CPUFlags={ENABLED}APICID=56ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2

129 / 178

Page 130: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}

130 / 178

Page 131: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=0Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1

131 / 178

Page 132: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=1Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=2Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}

132 / 178

Page 133: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=CPUFlags={DISABLED}APICID=255ProximityDomain=3Type=MemoryFlags={ENABLED}BaseAddress=0x0000000000000000Length=0x0000000080000000ProximityDomain=0Type=MemoryFlags={ENABLED}BaseAddress=0x0000000100000000Length=0x0000000f80000000ProximityDomain=0Type=MemoryFlags={ENABLED}BaseAddress=0x0000001080000000Length=0x0000001000000000ProximityDomain=1Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000

133 / 178

Page 134: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000

134 / 178

Page 135: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Length=0x0000000000000000ProximityDomain=0Type=MemoryFlags={DISABLED}BaseAddress=0x0000000000000000Length=0x0000000000000000ProximityDomain=0

SSDT:Length=31969,Revision=1,Checksum=238,OEMID=AMI,OEMTableID=PmMgt,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=6370,Revision=2,Checksum=187,OEMID=AMI,OEMTableID=SpsNm,OEMRevision=0x2,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=100,Revision=2,Checksum=102,OEMID=AMI,OEMTableID=SpsNvs,OEMRevision=0x2,CreatorID=INTL,CreatorRevision=0x20120913

DMAR:Length=376,Revision=1,Checksum=137,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x20091013HostAddressWidth=46Flags={INTR_REMAP,X2APIC_OPT_OUT}Type=DRHDLength=120Flags=Segment=0Address=0x00000000fbffc000

Type=IOAPICLength=8EnumerationId=10StartBusNumber=128Path={5:4}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:0}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:1}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:2}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:3}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:4}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:5}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:6}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=128Path={4:7}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={0:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={1:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={2:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={3:0}

Type=DRHDLength=40Flags={INCLUDE_ALL}Segment=0Address=0x00000000c7ffc000

Type=IOAPICLength=8EnumerationId=8StartBusNumber=240Path={31:7}Type=IOAPICLength=8EnumerationId=9StartBusNumber=0Path={5:4}Type=HPETLength=8EnumerationId=0StartBusNumber=240

135 / 178

Page 136: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Path={15:0}Type=RMRRLength=48Segment=0BaseAddress=0x000000007ba19000LimitAddress=0x000000007ba28fff

Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=0Path={20:0}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=0Path={26:0}Type=PCIEndpointDeviceLength=8EnumerationId=0StartBusNumber=0Path={29:0}

Type=ATSRLength=80Flags=Segment=0

Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=0Path={1:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=0Path={2:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=0Path={2:2}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=0Path={3:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=0Path={3:2}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={0:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={1:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={2:0}Type=PCISub-HierarchyLength=8EnumerationId=0StartBusNumber=128Path={3:0}

Type=RHSALength=20BaseAddress=0x00000000c7ffc000ProximityDomain=0x00000000Type=RHSALength=20BaseAddress=0x00000000fbffc000ProximityDomain=0x00000001

BERT:Length=48,Revision=1,Checksum=27,OEMID=AMI,OEMTableID=0680,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x1

DBG8=0xAADBG8=0xACPICM=Arg0If((OSVR!=Ones))If((PICM==0x00))DBG8=0xACOSVR=0x03OSVR=0x04OSVR=0x05OSVR=0x06OSVR=0x07OSVR=0x08OSVR=0x09OSVR=0x0AOSVR=0x0BOSVR=0x0COSVR=0x0DOSVR=0x0EOSVR=0x0FOSVR=0x10OSVR=0x00OSVR=0x01OSVR=0x02OSVR=0x03OSVR=0x06OSVR=0x07OSVR=0x08Local0=(SizeOf(Arg0)+0x01)BUF0=Arg0

136 / 178

Page 137: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

BUF1=Arg1If((DerefOf(Index(BUF0,Local0))!=DerefOf(Index(BUF1,Local0Index(PRWP,0x00)=Arg0Local0=(SS1<<0x01)Local0|=(SS2<<0x02)Local0|=(SS3<<0x03)Local0|=(SS4<<0x04)Index(PRWP,0x01)=Arg1Local0>>=0x01If(((OSFL()==0x01)||(OSFL()==0x02)))Index(WAKP,0x01)=0x00Index(WAKP,0x01)=Arg0OSYS=0x05OSYS=0x06OSYS=0x07OSYS=0x08OSYS=0x09OSYS=0x0AOSYS=0x0BOSYS=0x0COSYS=0x0DOSYS=0x01OSYS=0x02OSYS=0x03OSYS=0x04If((OSYS>=0x0D))If((XCNT==0x00))IO80=0x84If((OSYS==0x0C))If((ECNT==0x00))IO80=OSYS/*\_SB_.OSYS*/IO80=0x72US1S=0x01US2S=0x01US5S=0x01SMWS=0x01PMES=0x01US3S=0x01PMBS=0x01US4S=0x01US6S=0x01GPEH=0x01USB1=0x01USB2=0x01USB5=0x01PCIE=0x01PMEE=0x01USB3=0x01PMB0=0x01USB4=0x01USB6=0x01IO80=Arg0Local6=0x00Local6=(PRBM>>Arg0)Local6&=0x01If((Local6==0x00))If((PICM==Zero))If((PICM==Zero))IO80=0x73If(((Arg0==0x03)||(Arg0==0x04)))Local6=(PRBM>>Arg0)Local6&=0x01If((Local6==0x00))Local0=(Arg0*0x02)Local1=(Local0+Arg1)Local0=0x00If((Arg0==0x00))Local0=P0ID/*\P0ID*/If((Arg0==0x01))Local0=P1ID/*\P1ID*/If((Arg0==0x02))Local0=P2ID/*\P2ID*/If((Arg0==0x03))Local0=P3ID/*\P3ID*/Local0+=DerefOf(Index(APTC,Arg1))Local6=(MEBM>>Arg0)Local6&=0x01If((Local6==0x00))Local0=0x00Local1=0x00Local1=TPID(Arg0,Arg1)Local2=0x00Local2+=DerefOf(Index(APTC,Arg1))If((Local2==0xFF))If((Arg0==0x00))Local0=(P0BM>>Local2)If((Arg0==0x01))Local0=(P1BM>>Local2)If((Arg0==0x02))Local0=(P2BM>>Local2)If((Arg0==0x03))Local0=(P3BM>>Local2)Local0&=0x01If((Local0==0x00))TYPE=0x00LLEN=0x08APID=TPID(Arg0,Arg1)If((CSTA(Arg0,Arg1)==0x00))FLAG=0x00PRID=0xFFAPID=0xFFLocal0=APID/*\_SB_.LAPC.APID*/PRID=Local0FLAG=0x01SMIS=0x00SMIC=Arg0If((OSYS>=0x09))If(((PCAP&0x00010000)&&(WHEA==0x01)))Local0=Arg3If((Arg0==ToUUID("ed855e0c-6c90-47bf-a62a-26de0fc5ad5c")))

137 / 178

Page 138: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If(((PCAP&0x00010000)&&(WHEA==0x01))){}CPB2&=0xFFFFFFFECPB1|=0x10If((Arg0==ToUUID("0811b06e-4a27-44f9-8d60-3cbbc22e7b48")/*Platform-wideCapabilities*/))If(((PCAP&0x00010000)&&(WHEA==0x01)))WIWH=0x1BCPB2&=0xFFFFFFEFCPB1|=0x10Local0=Arg2WSIS=CPW0/*\_SB_.SRIO.WMAA.CPW0*/WSIB=CPB2/*\_SB_.SRIO.WMAA.CPB2*/WSIF=CPB4/*\_SB_.SRIO.WMAA.CPB4*/If((Arg1==0x01))WSIC=0x01If((Arg1==0x02))WSIC=0x02If((Arg1==0x03))WSIC=0x03If((Arg0==ToUUID("7c9512a9-1705-4cb4-af7d-506a2423ab71")))If((Arg0==ToUUID("33db4d5b-1ff7-401c-9657-7441c03dd766")/*PCIHostBridgeDevice*/))SUPP=CDW2/*\_SB_.PCI0._OSC.CDW2*/CTRL=CDW3/*\_SB_.PCI0._OSC.CDW3*/If((AHPE||((SUPP&0x16)!=0x16)))CTRL&=0x1ECTRL&=0x1DCTRL&=0x1BCTRL&=0x15CTRL&=0x0FLocal0=_BBN()If((Local0==0x00))GPSH=0x01If((Arg1!=One))CDW1|=0x08If((CDW3!=CTRL))CDW1|=0x10CDW3=CTRL/*\_SB_.PCI0._OSC.CTRL*/CDW1|=0x04PAMB=PAMS/*\_SB_.PCI0.PAMS*/BREG=BSEG/*\_SB_.PCI0.BSEG*/RMIN=0x00RMAX=0x00RLEN=0x00Local0=0x00Local1=(Local0>>0x01)Local2=DerefOf(Index(PAMB,Local1))Local2>>=0x04Local2&=0x03RMAX=(DerefOf(Index(ERNG,Local0))+0x3FFF)If((RMAX==0x000F3FFF))RMAX=0x000FFFFFRLEN=(RMAX-RMIN)/*\_SB_.PCI0.EROM.RMIN*/Local0=0x0CRMIN=DerefOf(Index(ERNG,Local0))RMAX=(DerefOf(Index(ERNG,Local0))+0x3FFF)If((RMAX==0x000F3FFF))RMAX=0x000FFFFFRLEN=(RMAX-RMIN)/*\_SB_.PCI0.EROM.RMIN*/_T_0=ToInteger(HPTS)If((_T_0==0x00))If((_T_0==0x01))If((_T_0==0x02))If((_T_0==0x03))Local0=0xFF_T_0=(Arg0+0x00)If((_T_0==0x03F8))Local0=0x00If((_T_0==0x02F8))Local0=0x01If((_T_0==0x0220))Local0=0x02If((_T_0==0x0228))Local0=0x03If((_T_0==0x0238))Local0=0x04If((_T_0==0x02E8))Local0=0x05If((_T_0==0x0338))Local0=0x06If((_T_0==0x03E8))Local0=0x07_T_0=(Arg0+0x00)If((_T_0==0x00))CALE=0x00Local0=UXDV(Arg2)If((Local0!=0xFF))CADR=Local0CALE=0x01If((_T_0==0x01))CBLE=0x00Local0=UXDV(Arg2)If((Local0!=0xFF))CBDR=Local0CBLE=0x01If((_T_0==0x02))LTLE=0x00If((Arg2==0x0378))LTDR=0x00If((Arg2==0x0278))LTDR=0x01If((Arg2==0x03BC))LTDR=0x02LTLE=0x01If((_T_0==0x03))FDLE=0x00If((Arg2==0x03F0))FDDR=0x00If((Arg2==0x0370))FDDR=0x01FDLE=0x01If((_T_0==0x08))

138 / 178

Page 139: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((Arg2==0x0200))GLLE=0x01GLLE=0x00If((Arg2==0x0208))GHLE=0x01GHLE=0x00If((_T_0==0x09))If((Arg2==0x0200))GLLE=0x01GLLE=0x00If((Arg2==0x0208))GHLE=0x01GHLE=0x00If((_T_0==0x0A))If(((Arg2==0x60)||(Arg2==0x64)))KCLE=0x01KCLE=0x00If((_T_0==0x0B))If(((Arg2==0x62)||(Arg2==0x66)))MCLE=0x01MCLE=0x00If((_T_0==0x0C))If((Arg2==0x2E))C1LE=0x01C1LE=0x00If((Arg2==0x4E))C2LE=0x01C2LE=0x00If((_T_0==0x0D))If((Arg2==0x2E))C1LE=0x01C1LE=0x00If((Arg2==0x4E))C2LE=0x01C2LE=0x00INDX=0x5ALDN=Arg0INDX=0xA5If(((DMCH<0x04)&&((Local1=(DMCH&0x03))!=0x00)))ACTR=Arg1Local1=(IOAH<<0x08)Local1|=IOALIO11=(IOAH<<0x08)IO11|=IOAL/*\_SB_.PCI0.LPC0.SIO1.IO11*/IO12=IO11/*\_SB_.PCI0.LPC0.SIO1.IO11*/Local0=(FindSetRightBit(IO11)-0x01)LEN1=(0x01<<Local0)IRQM=(0x01<<INTR)/*\_SB_.PCI0.LPC0.SIO1.INTR*/IRQM=0x00If(((DMCH>0x03)||(Arg1==0x00)))DMAM=0x00Local1=(DMCH&0x03)DMAM=(0x01<<Local1)Local1=(IOAH<<0x08)Local1|=IOALIOAL=(IO11&0xFF)IOAH=(IO11>>0x08)INTR=(Local0-0x01)INTR=0x00DMCH=(Local0-0x01)DMCH=0x04If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))

139 / 178

Page 140: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.DMI0.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0&=ALMK/*\_SB_.PCI0.DMI0.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.DMI0.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.DMI0.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.DMI0.ALOF*/Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0&=PLMK/*\_SB_.PCI0.DMI0.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.DMI0.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.DMI0.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.DMI0.PLOF*/Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0&=SPON/*\_SB_.PCI0.DMI0.SPON*/Local0|=SPOF/*\_SB_.PCI0.DMI0.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.DMI0.ALMK*/Local0|=ALBL/*\_SB_.PCI0.DMI0.ALBL*/Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0|=SPOF/*\_SB_.PCI0.DMI0.SPOF*/Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0|=PLOF/*\_SB_.PCI0.DMI0.PLOF*/Local0=SCTL/*\_SB_.PCI0.DMI0.SCTL*/Local0|=ALOF/*\_SB_.PCI0.DMI0.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.DMI0.PSNM*/HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR1B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR1B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR1B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR1B.ALBL*/

140 / 178

Page 141: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR1B.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR1B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR1B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR1B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR1B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR1B.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR1B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR1B.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR1B.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR1B.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR1B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR1B.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR1B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR1B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR2B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR2B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR2B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR2B.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR2B.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR2B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR2B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR2B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR2B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/

141 / 178

Page 142: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0&=SPON/*\_SB_.PCI0.BR2B.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR2B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR2B.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR2B.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR2B.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR2B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2B.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR2B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR2B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR2D.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR2D.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR2D.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR2D.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR2D.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR2D.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR2D.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR2D.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR2D.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR2D.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR2D.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR2D.ALMK*/

142 / 178

Page 143: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0|=ALBL/*\_SB_.PCI0.BR2D.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR2D.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR2D.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2D.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR2D.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR2D.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR3B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR3B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR3B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR3B.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR3B.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR3B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR3B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR3B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR3B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR3B.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR3B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR3B.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR3B.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR3B.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR3B.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3B.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR3B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)

143 / 178

Page 144: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR3B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR3C.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR3C.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR3C.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR3C.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR3C.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR3C.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR3C.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR3C.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR3C.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR3C.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR3C.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR3C.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR3C.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR3C.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR3C.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3C.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR3C.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))

144 / 178

Page 145: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR3C.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR3D.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR3D.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR3D.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR3D.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR3D.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR3D.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR3D.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR3D.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR3D.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR3D.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR3D.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR3D.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR3D.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR3D.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR3D.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3D.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR3D.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01

145 / 178

Page 146: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR3D.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If(((Arg0|Arg1)==0x00))If(((Arg0==0x00)&(Arg1==0x01)))If((Arg0==0x01))If((Arg1==0x01))If((Arg4==0x02))If((Arg2==0x01))Local0=0x00Local0|=Arg1Local0|=(Arg0<<0x01)Local0|=(Arg2<<0x03)Local0|=(Arg3<<0x02)Local0|=(Arg4<<0x04)If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))DMAE=0x01PIOT=0x00FAST=0x01If(((Arg0==0x78)&(Arg2&0x02)))RCT=0x03ISP=0x02PIOT=0x04If(((Arg0<=0xB4)&(Arg2&0x01)))RCT=0x01ISP=0x02PIOT=0x03RCT=0x00ISP=0x01PIOT=0x02If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))If((Arg0<=0x78))UDME=0x01If(((Arg0==0x0F)&(Arg2&0x40)))UDMT=0x01PCB=0x01PCT=0x02DMAT=0x06If(((Arg0==0x14)&(Arg2&0x20)))UDMT=0x01PCB=0x01PCT=0x01DMAT=0x05If(((Arg0<=0x1E)&(Arg2&0x10)))PCB=0x01PCT=0x02DMAT=0x04If(((Arg0<=0x2D)&(Arg2&0x08)))PCB=0x01PCT=0x01DMAT=0x03If(((Arg0<=0x3C)&(Arg2&0x04)))PCT=0x02DMAT=0x02If(((Arg0<=0x5A)&(Arg2&0x02)))PCT=0x01DMAT=0x01If(((Arg0<=0x78)&(Arg2&0x01)))DMAT=0x00PIO0=GPIO(PFT0,PDE0,PRT0,PIP0)PIO1=GPIO(PFT1,PDE1,PRT1,PIP1)PIO1=GPIO(PFT1,PDE1,PRT0,PIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.EVSS.PRID._GTM.PIO0*/DMA0=GDMA(UDM0,PUM0,PCB0,(PCCR&0x01),PCT0)DMA0=PIO0/*\_SB_.PCI0.EVSS.PRID._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.EVSS.PRID._GTM.PIO1*/DMA1=GDMA(UDM1,PUM1,PCB1,(PCCR&0x02),PCT1)DMA1=PIO1/*\_SB_.PCI0.EVSS.PRID._GTM.PIO1*/FLAG=SFLG(PIE0,UDM0,PIE1,UDM1,0x01)PSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)PRT0=RCT/*\_SB_.PCI0.EVSS.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.EVSS.PRID._STM.ISP_*/PFT0=FAST/*\_SB_.PCI0.EVSS.PRID._STM.FAST*/PDE0=DMAE/*\_SB_.PCI0.EVSS.PRID._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.EVSS.PRID._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)PFT1=FAST/*\_SB_.PCI0.EVSS.PRID._STM.FAST*/PDE1=DMAE/*\_SB_.PCI0.EVSS.PRID._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.EVSS.PRID._STM.TPIO*/PRT1=RCT/*\_SB_.PCI0.EVSS.PRID._STM.RCT_*/PIP1=ISP/*\_SB_.PCI0.EVSS.PRID._STM.ISP_*/PRT0=RCT/*\_SB_.PCI0.EVSS.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.EVSS.PRID._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)PCT0=PCT/*\_SB_.PCI0.EVSS.PRID._STM.PCT_*/PCB0=PCB/*\_SB_.PCI0.EVSS.PRID._STM.PCB_*/UDM0=UDME/*\_SB_.PCI0.EVSS.PRID._STM.UDME*/PUM0=UDMT/*\_SB_.PCI0.EVSS.PRID._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.EVSS.PRID._STM.TDMA*/UDM0=0x00DMAT=SDMA(DMA1,RPS1,DMM1)PCT1=PCT/*\_SB_.PCI0.EVSS.PRID._STM.PCT_*/PCB1=PCB/*\_SB_.PCI0.EVSS.PRID._STM.PCB_*/UDM1=UDME/*\_SB_.PCI0.EVSS.PRID._STM.UDME*/PUM1=UDMT/*\_SB_.PCI0.EVSS.PRID._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.EVSS.PRID._STM.TDMA*/

146 / 178

Page 147: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

UDM1=0x00PIE0=0x01PIE1=0x01PIO0=TPI0/*\_SB_.PCI0.EVSS.PRID.TPI0*/PIO0|=0x08DMA0=TDM0/*\_SB_.PCI0.EVSS.PRID.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.EVSS.PRID.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.EVSS.PRID.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.EVSS.PRID.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.EVSS.PRID.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20PIO0=GPIO(SFT0,SDE0,SRT0,SIP0)PIO1=GPIO(SFT1,SDE1,SRT1,SIP1)PIO1=GPIO(SFT1,SDE1,SRT0,SIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.EVSS.SECD._GTM.PIO0*/DMA0=GDMA(UDM2,SUM0,SCB0,(SCCR&0x01),SCT0)DMA0=PIO0/*\_SB_.PCI0.EVSS.SECD._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.EVSS.SECD._GTM.PIO1*/DMA1=GDMA(UDM3,SUM1,SCB1,(SCCR&0x02),SCT1)DMA1=PIO1/*\_SB_.PCI0.EVSS.SECD._GTM.PIO1*/FLAG=SFLG(SIE0,UDM2,SIE1,UDM3,0x01)STMI=Arg0SSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)SRT0=RCT/*\_SB_.PCI0.EVSS.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.EVSS.SECD._STM.ISP_*/SFT0=FAST/*\_SB_.PCI0.EVSS.SECD._STM.FAST*/SDE0=DMAE/*\_SB_.PCI0.EVSS.SECD._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.EVSS.SECD._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)POT2=IOTM/*\_SB_.PCI0.EVSS.SECD._STM.IOTM*/SFT1=FAST/*\_SB_.PCI0.EVSS.SECD._STM.FAST*/SDE1=DMAE/*\_SB_.PCI0.EVSS.SECD._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.EVSS.SECD._STM.TPIO*/SRT1=RCT/*\_SB_.PCI0.EVSS.SECD._STM.RCT_*/SIP1=ISP/*\_SB_.PCI0.EVSS.SECD._STM.ISP_*/SRT0=RCT/*\_SB_.PCI0.EVSS.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.EVSS.SECD._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)SCT0=PCT/*\_SB_.PCI0.EVSS.SECD._STM.PCT_*/SCB0=PCB/*\_SB_.PCI0.EVSS.SECD._STM.PCB_*/UDM2=UDME/*\_SB_.PCI0.EVSS.SECD._STM.UDME*/SUM0=UDMT/*\_SB_.PCI0.EVSS.SECD._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.EVSS.SECD._STM.TDMA*/UDM2=0x00DMAT=SDMA(DMA1,RPS1,DMM1)SCT1=PCT/*\_SB_.PCI0.EVSS.SECD._STM.PCT_*/SCB1=PCB/*\_SB_.PCI0.EVSS.SECD._STM.PCB_*/UDM3=UDME/*\_SB_.PCI0.EVSS.SECD._STM.UDME*/SUM1=UDMT/*\_SB_.PCI0.EVSS.SECD._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.EVSS.SECD._STM.TDMA*/UDM3=0x00SIE0=0x01SIE1=0x01PIO0=TPI0/*\_SB_.PCI0.EVSS.SECD.TPI0*/PIO0|=0x08DMA0=TDM0/*\_SB_.PCI0.EVSS.SECD.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.EVSS.SECD.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.EVSS.SECD.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.EVSS.SECD.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.EVSS.SECD.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01PMEE=OnesPMEE=0x00If((Arg0==0x02))If((Arg1==0x01))OPAC=OneOPAC=ZeroIf((OPAC==One))PMES=0x01PMEE=0x00IO80=0x81If(((OSYS>=0x09)&&(OSYS<=0x0C)))CDW1|=0x08IO80=0x82If((Arg0!=0x01))CDW1|=0x08IO80=0x82If((XHMD==0x00))CDW1|=0x02IO80=0x83If(((CDW1&0x0E)==0x00))IO80=0x85XHMD=0x00IO80=0x84IO80=0x85If((((XHMD==0x02)||(XHMD==0x03))||Arg0))

147 / 178

Page 148: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((XHMD==0x03))^^LPC0.XSMB=0x01XUSB=0x01XRST=0x01Local0=0x00Local0=(PR3&0xFFFFFFC0)PR3=(Local0|PR3M)/*\_SB_.PCI0.XHCI.PR3M*/Local0=0x00Local0=(PR2&0xFFFF8000)PR2=(Local0|PR2M)/*\_SB_.PCI0.XHCI.PR2M*/If(((XHMD==0x02)||(XHMD==0x03)))PR3&=0xFFFFFFC0PR2&=0xFFFF8000XUSB=0x00XRST=0x00If(((XUSB==0x01)||(XRST==0x01)))VISB=OneVISB=OneVISB=OneVISB=OneVISB=OneVISB=OneVISB=OneVISB=OneGTOK=0x01GPOS=0x01VISB=OneGTOK=0x02GPOS=0x02VISB=OneGTOK=0x09GPOS=0x09VISB=OneGTOK=0x0AGPOS=0x0AIf((Arg0==0x02))If((Arg1==0x01))OPAC=OneOPAC=OnePWUC=OnesPWUC=0x00If((OPAC==One))PMES=0x01PMEE=0x00If((Arg0==0x02))If((Arg1==0x01))OPAC=OneOPAC=OnePWUC=OnesPWUC=0x00If((OPAC==One))PMES=0x01PMEE=0x00HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR1A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR1A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR1A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR1A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR1A.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR1A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR1A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR1A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR1A.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR1A.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR1A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR1A.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR1A.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR1A.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR1A.PLOF*/

148 / 178

Page 149: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0=SCTL/*\_SB_.PCI0.BR1A.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR1A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR1A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR2A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR2A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR2A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR2A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR2A.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR2A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR2A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR2A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR2A.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR2A.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR2A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR2A.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR2A.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR2A.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR2A.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2A.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR2A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00

149 / 178

Page 150: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR2A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR2C.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR2C.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR2C.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR2C.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR2C.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR2C.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR2C.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR2C.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR2C.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR2C.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR2C.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR2C.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR2C.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR2C.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR2C.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR2C.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR2C.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00

150 / 178

Page 151: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR2C.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI0.BR3A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0&=ALMK/*\_SB_.PCI0.BR3A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI0.BR3A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI0.BR3A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI0.BR3A.ALOF*/Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0&=PLMK/*\_SB_.PCI0.BR3A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI0.BR3A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI0.BR3A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI0.BR3A.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0&=SPON/*\_SB_.PCI0.BR3A.SPON*/Local0|=SPOF/*\_SB_.PCI0.BR3A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI0.BR3A.ALMK*/Local0|=ALBL/*\_SB_.PCI0.BR3A.ALBL*/Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0|=SPOF/*\_SB_.PCI0.BR3A.SPOF*/Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0|=PLOF/*\_SB_.PCI0.BR3A.PLOF*/Local0=SCTL/*\_SB_.PCI0.BR3A.SCTL*/Local0|=ALOF/*\_SB_.PCI0.BR3A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00

151 / 178

Page 152: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI0.BR3A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01If(((Arg0|Arg1)==0x00))If(((Arg0==0x00)&(Arg1==0x01)))If((Arg0==0x01))If((Arg1==0x01))If((Arg4==0x02))If((Arg2==0x01))Local0=0x00Local0|=Arg1Local0|=(Arg0<<0x01)Local0|=(Arg2<<0x03)Local0|=(Arg3<<0x02)Local0|=(Arg4<<0x04)If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))DMAE=0x01PIOT=0x00FAST=0x01If(((Arg0==0x78)&(Arg2&0x02)))RCT=0x03ISP=0x02PIOT=0x04If(((Arg0<=0xB4)&(Arg2&0x01)))RCT=0x01ISP=0x02PIOT=0x03RCT=0x00ISP=0x01PIOT=0x02If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))If((Arg0<=0x78))UDME=0x01If(((Arg0==0x0F)&(Arg2&0x40)))UDMT=0x01PCB=0x01PCT=0x02DMAT=0x06If(((Arg0==0x14)&(Arg2&0x20)))UDMT=0x01PCB=0x01PCT=0x01DMAT=0x05If(((Arg0<=0x1E)&(Arg2&0x10)))PCB=0x01PCT=0x02DMAT=0x04If(((Arg0<=0x2D)&(Arg2&0x08)))PCB=0x01PCT=0x01DMAT=0x03If(((Arg0<=0x3C)&(Arg2&0x04)))PCT=0x02DMAT=0x02If(((Arg0<=0x5A)&(Arg2&0x02)))PCT=0x01DMAT=0x01If(((Arg0<=0x78)&(Arg2&0x01)))DMAT=0x00PIO0=GPIO(PFT0,PDE0,PRT0,PIP0)PIO1=GPIO(PFT1,PDE1,PRT1,PIP1)PIO1=GPIO(PFT1,PDE1,PRT0,PIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.SAT2.PRID._GTM.PIO0*/DMA0=GDMA(UDM0,PUM0,PCB0,(PCCR&0x01),PCT0)DMA0=PIO0/*\_SB_.PCI0.SAT2.PRID._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.SAT2.PRID._GTM.PIO1*/DMA1=GDMA(UDM1,PUM1,PCB1,(PCCR&0x02),PCT1)DMA1=PIO1/*\_SB_.PCI0.SAT2.PRID._GTM.PIO1*/FLAG=SFLG(PIE0,UDM0,PIE1,UDM1,0x01)PSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)PRT0=RCT/*\_SB_.PCI0.SAT2.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.SAT2.PRID._STM.ISP_*/PFT0=FAST/*\_SB_.PCI0.SAT2.PRID._STM.FAST*/PDE0=DMAE/*\_SB_.PCI0.SAT2.PRID._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.SAT2.PRID._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)PFT1=FAST/*\_SB_.PCI0.SAT2.PRID._STM.FAST*/PDE1=DMAE/*\_SB_.PCI0.SAT2.PRID._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.SAT2.PRID._STM.TPIO*/PRT1=RCT/*\_SB_.PCI0.SAT2.PRID._STM.RCT_*/PIP1=ISP/*\_SB_.PCI0.SAT2.PRID._STM.ISP_*/PRT0=RCT/*\_SB_.PCI0.SAT2.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.SAT2.PRID._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)PCT0=PCT/*\_SB_.PCI0.SAT2.PRID._STM.PCT_*/PCB0=PCB/*\_SB_.PCI0.SAT2.PRID._STM.PCB_*/UDM0=UDME/*\_SB_.PCI0.SAT2.PRID._STM.UDME*/PUM0=UDMT/*\_SB_.PCI0.SAT2.PRID._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.SAT2.PRID._STM.TDMA*/UDM0=0x00DMAT=SDMA(DMA1,RPS1,DMM1)PCT1=PCT/*\_SB_.PCI0.SAT2.PRID._STM.PCT_*/PCB1=PCB/*\_SB_.PCI0.SAT2.PRID._STM.PCB_*/UDM1=UDME/*\_SB_.PCI0.SAT2.PRID._STM.UDME*/PUM1=UDMT/*\_SB_.PCI0.SAT2.PRID._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.SAT2.PRID._STM.TDMA*/UDM1=0x00PIE0=0x01PIE1=0x01PIO0=TPI0/*\_SB_.PCI0.SAT2.PRID.TPI0*/PIO0|=0x08

152 / 178

Page 153: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

DMA0=TDM0/*\_SB_.PCI0.SAT2.PRID.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.SAT2.PRID.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.SAT2.PRID.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.SAT2.PRID.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.SAT2.PRID.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20PIO0=GPIO(SFT0,SDE0,SRT0,SIP0)PIO1=GPIO(SFT1,SDE1,SRT1,SIP1)PIO1=GPIO(SFT1,SDE1,SRT0,SIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.SAT2.SECD._GTM.PIO0*/DMA0=GDMA(UDM2,SUM0,SCB0,(SCCR&0x01),SCT0)DMA0=PIO0/*\_SB_.PCI0.SAT2.SECD._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.SAT2.SECD._GTM.PIO1*/DMA1=GDMA(UDM3,SUM1,SCB1,(SCCR&0x02),SCT1)DMA1=PIO1/*\_SB_.PCI0.SAT2.SECD._GTM.PIO1*/FLAG=SFLG(SIE0,UDM2,SIE1,UDM3,0x01)STMI=Arg0SSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)SRT0=RCT/*\_SB_.PCI0.SAT2.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.SAT2.SECD._STM.ISP_*/SFT0=FAST/*\_SB_.PCI0.SAT2.SECD._STM.FAST*/SDE0=DMAE/*\_SB_.PCI0.SAT2.SECD._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.SAT2.SECD._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)POT2=IOTM/*\_SB_.PCI0.SAT2.SECD._STM.IOTM*/SFT1=FAST/*\_SB_.PCI0.SAT2.SECD._STM.FAST*/SDE1=DMAE/*\_SB_.PCI0.SAT2.SECD._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.SAT2.SECD._STM.TPIO*/SRT1=RCT/*\_SB_.PCI0.SAT2.SECD._STM.RCT_*/SIP1=ISP/*\_SB_.PCI0.SAT2.SECD._STM.ISP_*/SRT0=RCT/*\_SB_.PCI0.SAT2.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.SAT2.SECD._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)SCT0=PCT/*\_SB_.PCI0.SAT2.SECD._STM.PCT_*/SCB0=PCB/*\_SB_.PCI0.SAT2.SECD._STM.PCB_*/UDM2=UDME/*\_SB_.PCI0.SAT2.SECD._STM.UDME*/SUM0=UDMT/*\_SB_.PCI0.SAT2.SECD._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.SAT2.SECD._STM.TDMA*/UDM2=0x00DMAT=SDMA(DMA1,RPS1,DMM1)SCT1=PCT/*\_SB_.PCI0.SAT2.SECD._STM.PCT_*/SCB1=PCB/*\_SB_.PCI0.SAT2.SECD._STM.PCB_*/UDM3=UDME/*\_SB_.PCI0.SAT2.SECD._STM.UDME*/SUM1=UDMT/*\_SB_.PCI0.SAT2.SECD._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.SAT2.SECD._STM.TDMA*/UDM3=0x00SIE0=0x01SIE1=0x01PIO0=TPI0/*\_SB_.PCI0.SAT2.SECD.TPI0*/PIO0|=0x08DMA0=TDM0/*\_SB_.PCI0.SAT2.SECD.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.SAT2.SECD.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.SAT2.SECD.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.SAT2.SECD.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.SAT2.SECD.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20If(((Arg0|Arg1)==0x00))If(((Arg0==0x00)&(Arg1==0x01)))If((Arg0==0x01))If((Arg1==0x01))If((Arg4==0x02))If((Arg2==0x01))Local0=0x00Local0|=Arg1Local0|=(Arg0<<0x01)Local0|=(Arg2<<0x03)Local0|=(Arg3<<0x02)Local0|=(Arg4<<0x04)If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))DMAE=0x01PIOT=0x00FAST=0x01If(((Arg0==0x78)&(Arg2&0x02)))RCT=0x03ISP=0x02PIOT=0x04If(((Arg0<=0xB4)&(Arg2&0x01)))RCT=0x01ISP=0x02PIOT=0x03RCT=0x00ISP=0x01PIOT=0x02If(((Arg0==0x00)||(Arg0==0xFFFFFFFF)))If((Arg0<=0x78))UDME=0x01If(((Arg0==0x0F)&(Arg2&0x40)))UDMT=0x01PCB=0x01PCT=0x02DMAT=0x06

153 / 178

Page 154: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If(((Arg0==0x14)&(Arg2&0x20)))UDMT=0x01PCB=0x01PCT=0x01DMAT=0x05If(((Arg0<=0x1E)&(Arg2&0x10)))PCB=0x01PCT=0x02DMAT=0x04If(((Arg0<=0x2D)&(Arg2&0x08)))PCB=0x01PCT=0x01DMAT=0x03If(((Arg0<=0x3C)&(Arg2&0x04)))PCT=0x02DMAT=0x02If(((Arg0<=0x5A)&(Arg2&0x02)))PCT=0x01DMAT=0x01If(((Arg0<=0x78)&(Arg2&0x01)))DMAT=0x00PIO0=GPIO(PFT0,PDE0,PRT0,PIP0)PIO1=GPIO(PFT1,PDE1,PRT1,PIP1)PIO1=GPIO(PFT1,PDE1,PRT0,PIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.SAT1.PRID._GTM.PIO0*/DMA0=GDMA(UDM0,PUM0,PCB0,(PCCR&0x01),PCT0)DMA0=PIO0/*\_SB_.PCI0.SAT1.PRID._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.SAT1.PRID._GTM.PIO1*/DMA1=GDMA(UDM1,PUM1,PCB1,(PCCR&0x02),PCT1)DMA1=PIO1/*\_SB_.PCI0.SAT1.PRID._GTM.PIO1*/FLAG=SFLG(PIE0,UDM0,PIE1,UDM1,0x01)PSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)PRT0=RCT/*\_SB_.PCI0.SAT1.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.SAT1.PRID._STM.ISP_*/PFT0=FAST/*\_SB_.PCI0.SAT1.PRID._STM.FAST*/PDE0=DMAE/*\_SB_.PCI0.SAT1.PRID._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.SAT1.PRID._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)PFT1=FAST/*\_SB_.PCI0.SAT1.PRID._STM.FAST*/PDE1=DMAE/*\_SB_.PCI0.SAT1.PRID._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.SAT1.PRID._STM.TPIO*/PRT1=RCT/*\_SB_.PCI0.SAT1.PRID._STM.RCT_*/PIP1=ISP/*\_SB_.PCI0.SAT1.PRID._STM.ISP_*/PRT0=RCT/*\_SB_.PCI0.SAT1.PRID._STM.RCT_*/PIP0=ISP/*\_SB_.PCI0.SAT1.PRID._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)PCT0=PCT/*\_SB_.PCI0.SAT1.PRID._STM.PCT_*/PCB0=PCB/*\_SB_.PCI0.SAT1.PRID._STM.PCB_*/UDM0=UDME/*\_SB_.PCI0.SAT1.PRID._STM.UDME*/PUM0=UDMT/*\_SB_.PCI0.SAT1.PRID._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.SAT1.PRID._STM.TDMA*/UDM0=0x00DMAT=SDMA(DMA1,RPS1,DMM1)PCT1=PCT/*\_SB_.PCI0.SAT1.PRID._STM.PCT_*/PCB1=PCB/*\_SB_.PCI0.SAT1.PRID._STM.PCB_*/UDM1=UDME/*\_SB_.PCI0.SAT1.PRID._STM.UDME*/PUM1=UDMT/*\_SB_.PCI0.SAT1.PRID._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.SAT1.PRID._STM.TDMA*/UDM1=0x00PIE0=0x01PIE1=0x01PIO0=TPI0/*\_SB_.PCI0.SAT1.PRID.TPI0*/PIO0|=0x08DMA0=TDM0/*\_SB_.PCI0.SAT1.PRID.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.SAT1.PRID.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.SAT1.PRID.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.SAT1.PRID.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.SAT1.PRID.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20PIO0=GPIO(SFT0,SDE0,SRT0,SIP0)PIO1=GPIO(SFT1,SDE1,SRT1,SIP1)PIO1=GPIO(SFT1,SDE1,SRT0,SIP0)If((PIO0==0xFFFFFFFF))DMA0=PIO0/*\_SB_.PCI0.SAT1.SECD._GTM.PIO0*/DMA0=GDMA(UDM2,SUM0,SCB0,(SCCR&0x01),SCT0)DMA0=PIO0/*\_SB_.PCI0.SAT1.SECD._GTM.PIO0*/If((PIO1==0xFFFFFFFF))DMA1=PIO1/*\_SB_.PCI0.SAT1.SECD._GTM.PIO1*/DMA1=GDMA(UDM3,SUM1,SCB1,(SCCR&0x02),SCT1)DMA1=PIO1/*\_SB_.PCI0.SAT1.SECD._GTM.PIO1*/FLAG=SFLG(SIE0,UDM2,SIE1,UDM3,0x01)STMI=Arg0SSIT=0x01IOTM=SPIO(PIO0,RPS0,IOM0)SRT0=RCT/*\_SB_.PCI0.SAT1.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.SAT1.SECD._STM.ISP_*/SFT0=FAST/*\_SB_.PCI0.SAT1.SECD._STM.FAST*/SDE0=DMAE/*\_SB_.PCI0.SAT1.SECD._STM.DMAE*/TPI0=TPIO/*\_SB_.PCI0.SAT1.SECD._STM.TPIO*/IOTM=SPIO(PIO1,RPS1,IOM1)POT2=IOTM/*\_SB_.PCI0.SAT1.SECD._STM.IOTM*/SFT1=FAST/*\_SB_.PCI0.SAT1.SECD._STM.FAST*/SDE1=DMAE/*\_SB_.PCI0.SAT1.SECD._STM.DMAE*/TPI1=TPIO/*\_SB_.PCI0.SAT1.SECD._STM.TPIO*/SRT1=RCT/*\_SB_.PCI0.SAT1.SECD._STM.RCT_*/SIP1=ISP/*\_SB_.PCI0.SAT1.SECD._STM.ISP_*/SRT0=RCT/*\_SB_.PCI0.SAT1.SECD._STM.RCT_*/SIP0=ISP/*\_SB_.PCI0.SAT1.SECD._STM.ISP_*/DMAT=SDMA(DMA0,RPS0,DMM0)

154 / 178

Page 155: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

SCT0=PCT/*\_SB_.PCI0.SAT1.SECD._STM.PCT_*/SCB0=PCB/*\_SB_.PCI0.SAT1.SECD._STM.PCB_*/UDM2=UDME/*\_SB_.PCI0.SAT1.SECD._STM.UDME*/SUM0=UDMT/*\_SB_.PCI0.SAT1.SECD._STM.UDMT*/TDM0=TDMA/*\_SB_.PCI0.SAT1.SECD._STM.TDMA*/UDM2=0x00DMAT=SDMA(DMA1,RPS1,DMM1)SCT1=PCT/*\_SB_.PCI0.SAT1.SECD._STM.PCT_*/SCB1=PCB/*\_SB_.PCI0.SAT1.SECD._STM.PCB_*/UDM3=UDME/*\_SB_.PCI0.SAT1.SECD._STM.UDME*/SUM1=UDMT/*\_SB_.PCI0.SAT1.SECD._STM.UDMT*/TDM1=TDMA/*\_SB_.PCI0.SAT1.SECD._STM.TDMA*/UDM3=0x00SIE0=0x01SIE1=0x01PIO0=TPI0/*\_SB_.PCI0.SAT1.SECD.TPI0*/PIO0|=0x08DMA0=TDM0/*\_SB_.PCI0.SAT1.SECD.TDM0*/DMA0|=0x40DMA0=TPI0/*\_SB_.PCI0.SAT1.SECD.TPI0*/If((DMA0!=0x00))DMA0-=0x02DMA0|=0x20PIO1=TPI1/*\_SB_.PCI0.SAT1.SECD.TPI1*/PIO1|=0x08DMA1=TDM1/*\_SB_.PCI0.SAT1.SECD.TDM1*/DMA1|=0x40DMA1=TPI1/*\_SB_.PCI0.SAT1.SECD.TPI1*/If((DMA1!=0x00))DMA1-=0x02DMA1|=0x20If((Arg0==ToUUID("7c9512a9-1705-4cb4-af7d-506a2423ab71")))If((Arg0==ToUUID("33db4d5b-1ff7-401c-9657-7441c03dd766")/*PCIHostBridgeDevice*/))SUPP=CDW2/*\_SB_.PCI1._OSC.CDW2*/CTRL=CDW3/*\_SB_.PCI1._OSC.CDW3*/If((AHPE||((SUPP&0x16)!=0x16)))CTRL&=0x1ECTRL&=0x1DCTRL&=0x1BCTRL&=0x15CTRL&=0x0FLocal0=_BBN()If((Local0==0x00))GPSH=0x01If((Arg1!=One))CDW1|=0x08If((CDW3!=CTRL))CDW1|=0x10CDW3=CTRL/*\_SB_.PCI1._OSC.CTRL*/CDW1|=0x04If((CLOD==0x00))Local1=(IIOH>>0x01)Local1&=0x01If((Local1==0x00))HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QRP0.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QRP0.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QRP0.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QRP0.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QRP0.ALOF*/Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QRP0.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QRP0.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QRP0.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QRP0.PLOF*/Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local0&=SPON/*\_SB_.PCI1.QRP0.SPON*/Local0|=SPOF/*\_SB_.PCI1.QRP0.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QRP0.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QRP0.ALBL*/Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QRP0.SPOF*/Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/

155 / 178

Page 156: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0|=PLOF/*\_SB_.PCI1.QRP0.PLOF*/Local0=SCTL/*\_SB_.PCI1.QRP0.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QRP0.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QRP0.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR1A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR1A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR1A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR1A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR1A.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR1A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR1A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR1A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR1A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR1A.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR1A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR1A.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR1A.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR1A.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR1A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR1A.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR1A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00

156 / 178

Page 157: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR1A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR1B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR1B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR1B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR1B.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR1B.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR1B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR1B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR1B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR1B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR1B.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR1B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR1B.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR1B.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR1B.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR1B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR1B.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR1B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01

157 / 178

Page 158: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR1B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR2B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR2B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR2B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR2B.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR2B.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR2B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR2B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR2B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR2B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR2B.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR2B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR2B.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR2B.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR2B.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR2B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2B.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR2B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00

158 / 178

Page 159: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR2B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR2D.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR2D.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR2D.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR2D.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR2D.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR2D.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR2D.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR2D.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR2D.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR2D.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR2D.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR2D.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR2D.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR2D.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR2D.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2D.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR2D.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR2D.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01

159 / 178

Page 160: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR3B.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR3B.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR3B.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR3B.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR3B.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR3B.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR3B.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR3B.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR3B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR3B.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR3B.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR3B.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR3B.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR3B.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR3B.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3B.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR3B.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR3B.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))

160 / 178

Page 161: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR3D.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR3D.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR3D.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR3D.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR3D.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR3D.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR3D.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR3D.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR3D.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR3D.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR3D.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR3D.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR3D.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR3D.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR3D.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3D.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR3D.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR3D.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR2A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFB

161 / 178

Page 162: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local1+=0x02Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR2A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR2A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR2A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR2A.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR2A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR2A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR2A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR2A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR2A.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR2A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR2A.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR2A.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR2A.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR2A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2A.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR2A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR2A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR2C.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR2C.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR2C.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR2C.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR2C.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR2C.PLMK*/

162 / 178

Page 163: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR2C.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR2C.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR2C.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR2C.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR2C.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR2C.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR2C.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR2C.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR2C.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR2C.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR2C.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR2C.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR3A.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR3A.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR3A.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR3A.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR3A.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR3A.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR3A.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR3A.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR3A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR3A.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR3A.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))

163 / 178

Page 164: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR3A.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR3A.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR3A.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0|=PLOF/*\_SB_.PCI1.QR3A.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3A.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR3A.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR3A.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01HGPE=0x01If((Arg0==0x01))SSTS|=0x01If((Arg0==0x01))SSTS|=0x02If((Arg0==0x01))SSTS|=0x04If((Arg0==0x01))SSTS|=0x08If((Arg0==0x01))SSTS|=0x10If((Arg0==0x01))SSTS|=0x20If((Arg0==0x01))SSTS|=0x40SSTS=SSTS/*\_SB_.PCI1.QR3C.SSTS*/HGPE=0x00Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local1=0x00If((Arg0!=Local0))SCTL=Arg0While((!CMCS(0x00)&&(0x64!=Local1)))IO80=0xFBLocal1+=0x02Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local0&=ALMK/*\_SB_.PCI1.QR3C.ALMK*/If((Arg0==0x01))Local0|=ALON/*\_SB_.PCI1.QR3C.ALON*/If((Arg0==0x02))Local0|=ALBL/*\_SB_.PCI1.QR3C.ALBL*/If((Arg0==0x03))Local0|=ALOF/*\_SB_.PCI1.QR3C.ALOF*/Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local0&=PLMK/*\_SB_.PCI1.QR3C.PLMK*/If((Arg0==0x01))Local0|=PLON/*\_SB_.PCI1.QR3C.PLON*/If((Arg0==0x02))Local0|=PLBL/*\_SB_.PCI1.QR3C.PLBL*/If((Arg0==0x03))Local0|=PLOF/*\_SB_.PCI1.QR3C.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local0&=SPON/*\_SB_.PCI1.QR3C.SPON*/Local0|=SPOF/*\_SB_.PCI1.QR3C.SPOF*/_T_0=(Arg0&0xFF)If((_T_0==0x03))_T_1=ToInteger(Arg1)},MEQ,_T_1,MTR,Zero,Zero)!=Ones))ABIE=0x01IO80=0xFFLocal0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/If((ATID()!=0x01))Local0&=ALMK/*\_SB_.PCI1.QR3C.ALMK*/Local0|=ALBL/*\_SB_.PCI1.QR3C.ALBL*/Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local0|=SPOF/*\_SB_.PCI1.QR3C.SPOF*/Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/

164 / 178

Page 165: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Local0|=PLOF/*\_SB_.PCI1.QR3C.PLOF*/Local0=SCTL/*\_SB_.PCI1.QR3C.SCTL*/Local0|=ALOF/*\_SB_.PCI1.QR3C.ALOF*/IO80=0xFECCIE=0x00IO80=0xFDLocal0=PPXH(0x00)IO80=0xFCLDIS=0x01If((MSSC(0x00)==MRLS))ABIE=0x00ABIE=0x00Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x01If((MSSC(0x00)==MRLS))Local0=0x0258Local0+=0xC8If((0x1388==Local0))ABIE=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03LDIS=0x01LDIS=0x01LDIS=0x01If((MSSC(0x00)==MRLS))LDIS=0x01LDIS=0x00Local1=0x00ABIE=0x01LDIS=0x01Local1=0x03Local0=PSNM/*\_SB_.PCI1.QR3C.PSNM*/If((VDID==0xFFFFFFFF))Local0=0xC8PMEX=0x01Local0=0x00PMCS=0x01SMIC=BSMI/*\BSMI*/SMIC=(Arg0+BSMI)/*\BSMI*/SMIC=BSMI/*\BSMI*/If((\_SB.PCI0.RP01.DEVS()!=0x00))If((\_SB.PCI0.RP02.DEVS()!=0x00))If((\_SB.PCI0.RP03.DEVS()!=0x00))If((\_SB.PCI0.RP04.DEVS()!=0x00))If((\_SB.PCI0.RP05.DEVS()!=0x00))If((\_SB.PCI0.RP06.DEVS()!=0x00))If((\_SB.PCI0.RP07.DEVS()!=0x00))If((\_SB.PCI0.RP08.DEVS()!=0x00))If((\_SB.PCI0.BR1A.DEVS()!=0x00))If((\_SB.PCI0.BR1B.DEVS()!=0x00))If((\_SB.PCI0.BR2A.DEVS()!=0x00))If((\_SB.PCI0.BR2B.DEVS()!=0x00))If((\_SB.PCI0.BR2C.DEVS()!=0x00))If((\_SB.PCI0.BR2D.DEVS()!=0x00))If((\_SB.PCI0.BR3A.DEVS()!=0x00))If((\_SB.PCI0.BR3B.DEVS()!=0x00))If((\_SB.PCI0.BR3C.DEVS()!=0x00))If((\_SB.PCI0.BR3D.DEVS()!=0x00))If((\_SB.PCI1.QRP0.DEVS()!=0x00))If((\_SB.PCI1.QR1A.DEVS()!=0x00))If((\_SB.PCI1.QR1B.DEVS()!=0x00))If((\_SB.PCI1.QR2A.DEVS()!=0x00))If((\_SB.PCI1.QR2B.DEVS()!=0x00))If((\_SB.PCI1.QR2C.DEVS()!=0x00))If((\_SB.PCI1.QR2D.DEVS()!=0x00))If((\_SB.PCI1.QR3A.DEVS()!=0x00))If((\_SB.PCI1.QR3B.DEVS()!=0x00))If((\_SB.PCI1.QR3C.DEVS()!=0x00))If((\_SB.PCI1.QR3D.DEVS()!=0x00))If((Arg0==ToUUID("3dddfaa6-361b-4eb4-a424-8d10089d1653")/*PhysicalPresenceInterface*/))_T_0=ToInteger(Arg2)If((_T_0==0x00))If((_T_0==0x01))If((_T_0==0x02))TMF1=0x12DAT=TMF1/*\TMF1*/INQ=OFST/*\OFST*/If((DAT==0xFF))DAT=TMF2/*\TMF2*/INQ=OFST/*\OFST*/If((DAT==0xFF))If((DAT==0xF1))If((_T_0==0x03))DAT=0x11INQ=OFST/*\OFST*/If((DAT==0xFF))Index(PPI1,0x01)=DAT/*\_SB_.TPM_.DAT_*/If((_T_0==0x04))If((_T_0==0x05))DAT=0x21INQ=OFST/*\OFST*/Index(PPI2,0x01)=DAT/*\_SB_.TPM_.DAT_*/If((DAT==0xFF))DAT=0x31INQ=OFST/*\OFST*/If((DAT==0xFF))If((DAT==0xF0))DAT=0x51INQ=OFST/*\OFST*/If((DAT==0xFF))Index(PPI2,0x02)=0xFFFFFFF0If((DAT==0xF1))DAT=0x51INQ=OFST/*\OFST*/

165 / 178

Page 166: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((DAT==0xFF))Index(PPI2,0x02)=0xFFFFFFF1Index(PPI2,0x02)=DAT/*\_SB_.TPM_.DAT_*/If((_T_0==0x06))If((_T_0==0x07))TMF1=0x12DAT=TMF1/*\TMF1*/INQ=OFST/*\OFST*/If((DAT==0xFF))DAT=TMF2/*\TMF2*/INQ=OFST/*\OFST*/If((DAT==0xFF))If((DAT==0xF1))If((_T_0==0x08))TMF1=0x43DAT=TMF1/*\TMF1*/INQ=OFST/*\OFST*/DAT=TMF2/*\TMF2*/INQ=OFST/*\OFST*/If((Arg0==ToUUID("376054ed-cc13-4675-901c-4756d7f2d45d")))_T_1=ToInteger(Arg2)If((_T_1==0x00))If((_T_1==0x01))TMF1=0x22DAT=TMF1/*\TMF1*/INQ=OFST/*\OFST*/If((DAT==0xFF))DAT=TMF1/*\TMF1*/INQ=OFST/*\OFST*/If((DAT==0xFF))Local0=(PIRA&0x80)PIRA|=0x80Local0=(PIRA&0x0F)IRA0=(0x01<<Local0)PIRA=Local0Local0=(PIRB&0x80)PIRB|=0x80Local0=(PIRB&0x0F)IRA0=(0x01<<Local0)PIRB=Local0Local0=(PIRC&0x80)PIRC|=0x80Local0=(PIRC&0x0F)IRA0=(0x01<<Local0)PIRC=Local0Local0=(PIRD&0x80)PIRD|=0x80Local0=(PIRD&0x0F)IRA0=(0x01<<Local0)PIRD=Local0Local0=(PIRE&0x80)PIRE|=0x80Local0=(PIRE&0x0F)IRA0=(0x01<<Local0)PIRE=Local0Local0=(PIRF&0x80)PIRF|=0x80Local0=(PIRF&0x0F)IRA0=(0x01<<Local0)PIRF=Local0Local0=(PIRG&0x80)PIRG|=0x80Local0=(PIRG&0x0F)IRA0=(0x01<<Local0)PIRG=Local0Local0=(PIRH&0x80)PIRH|=0x80Local0=(PIRH&0x0F)IRA0=(0x01<<Local0)PIRH=Local0Local0=(Arg0+PEBS)/*\PEBS*/Arg0&=0xFFFFFFFELocal0=(Arg0+PEBS)/*\PEBS*/Arg0&=0xFFFFFFFCLocal0=(Arg0+PEBS)/*\PEBS*/Local0=(Arg0+PEBS)/*\PEBS*/XCFG=Arg1Arg0&=0xFFFFFFFELocal0=(Arg0+PEBS)/*\PEBS*/XCFG=Arg1Arg0&=0xFFFFFFFCLocal0=(Arg0+PEBS)/*\PEBS*/XCFG=Arg1Arg0&=0xFFFFFFFCLocal0=(Arg0+PEBS)/*\PEBS*/Local1=(XCFG&Arg2)XCFG=(Local1|Arg1)Local0=(Arg0+0x84)Local1=RDPE(Local0)If((Local1==0xFFFFFFFF))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((GP50==0x00))

166 / 178

Page 167: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((GP52==0x00))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((GP50==0x01))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((GP50==0x00))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((GP52==0x01))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==0x00)))If(((Arg1==0x02)&&(Arg2==0x07)))If((GP71==0x01))If((Arg0==0x05))\_SB.PCI0.LPC0.SMIE=0x01MMBS=PMMB/*\_SB_.PCI0.RP04.PPF1.PMMB*/MMLN=PMMS/*\_SB_.PCI0.RP04.PPF1.PMMS*/MSBS=PMSB/*\_SB_.PCI0.RP04.PPF1.PMSB*/MSLN=PMSS/*\_SB_.PCI0.RP04.PPF1.PMSS*/Local0=SizeOf(Arg0)Local1=(Local0-0x08)TYPE=CAPA/*\_SB_.OSC_.CAPA*/If(!(((IID0==EID0)&&(IID1==EID1))&&((IID2==EID2)&&(IID3==EID3))))Index(STS0,0x00)=0x06If((Arg1!=0x01))Index(STS0,0x00)=0x0ACAP0&=0x0BFFCAP0&=0x0BFFTYPE=CAP0/*\_SB_.OSC_.CAP0*/TYPE&=CAP0/*\_SB_.OSC_.CAP0*/PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))

167 / 178

Page 168: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))

168 / 178

Page 169: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))

169 / 178

Page 170: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))PETE|=0x80If((((TYPE&0x0820)==0x0820)&&(HWAL==0x00)))If((((TYPE&0x0820)==0x20)&&(HWAL==0x02)))PETE|=0x40If(((TSEN==0x00)||(PSEN==0x00)))If((MECS==0x05))If(((HIDM!=One)||!NMEN))If((\_SB.PCI0.HECI.MECS==0x05))If((HIDM==One))HRD=OneHIE=OneHIG=OneIf((HIDM==One))HIE=ZeroHRD=ZeroHIG=OneIf((HIDM==One))CBWW=0x80040011CBWW=Arg0HIG=OneIf((HIDM!=One))Debug="H2:0xD2:Bit4CSR_HAitissetto1"HRS=OneHIG=OneDebug="H2:0xD3:Bit4CSR_HAitissetto0"Debug="H2:0xD4Bit3CSR_HA->0"Debug="H2:0xD5Bit3CSR_ME->0"HRS=ZeroHRD=OneHIG=OneIf((MWP!=MRP))Debug="H2:0xD6MEWP!=MERP"Local1=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Local0=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Debug="H2:0xD6Messageheader:"Debug=Local1Debug="H2:0xD6TState:PState:SeqNo:Command:"Debug=Local0HIG=OneLocal5=(Local0&0xFF)If((Local5==Zero))Debug="H2:0xD7Command==0"Debug="H2:0xD7PETE:"

170 / 178

Page 171: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

Debug=\PETEIndex(\PSLM,Zero)=RPS0/*\_SB_.PCI0.HEC2.RPS0*/Index(\TSLM,Zero)=RTS0/*\_SB_.PCI0.HEC2.RTS0*/Index(\PSLM,One)=RPS1/*\_SB_.PCI0.HEC2.RPS1*/Index(\TSLM,One)=RTS1/*\_SB_.PCI0.HEC2.RTS1*/Index(\PSLM,0x02)=RPS2/*\_SB_.PCI0.HEC2.RPS2*/Index(\TSLM,0x02)=RTS2/*\_SB_.PCI0.HEC2.RTS2*/Index(\PSLM,0x03)=RPS3/*\_SB_.PCI0.HEC2.RPS3*/Index(\TSLM,0x03)=RTS3/*\_SB_.PCI0.HEC2.RTS3*/Debug="H2:0xD8NotifyingProcessor"CTS0=DerefOf(Index(\TSLM,Zero))CTS1=DerefOf(Index(\TSLM,One))CTS2=DerefOf(Index(\TSLM,0x02))CTS3=DerefOf(Index(\TSLM,0x03))CPS0=DerefOf(Index(\PSLM,Zero))CPS1=DerefOf(Index(\PSLM,One))CPS2=DerefOf(Index(\PSLM,0x02))CPS3=DerefOf(Index(\PSLM,0x03))CBWW=Local1CBWW=(Local0|(\PETE&0xFF))HIG=OneIf((Local5==0x03))Debug="H2:0xD9NotifyingProcessorPRADwith:"If((Local5==0x04))PWR=(((Local0>>0x10)&0xFFFF)*0x03E8)If((Local5==0x05))PMAI=(((Local0>>0x10)&0xFFFF)*0x03E8)If((Local5==0x06))HWL=(((Local0>>0x10)&0xFFFF)*0x03E8)If((Local5==0x0C))If((One==PMAV))If((((Local0>>0x10)&0xFF)==One))Local2=(HWL/0x03E8)Local2=(PMAI/0x03E8)Local2=(PTPU/0x03E8)Local3=(PTPL/0x03E8)If(((Local5==0x88)|(Local5==0x0D)))Index(PMCP,Zero)=((Local0>>0x18)&0xFF)Index(PMCP,0x02)=((Local0>>0x11)&One)If((((Local0>>0x10)&One)==One))Index(PMCP,0x08)=0xFFFFFFFFIndex(PMCP,0x08)=ZeroIndex(PMCP,0x03)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x04)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x05)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x06)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x07)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x09)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Index(PMCP,0x0A)=CBRW/*\_SB_.PCI0.HEC2.CBRW*/If((Local5==0x0D))HIG=OnePMAV=OneIf((Local5==0x09))If((Local5==0x87))HLST=((Local0>>0x08)&0xFF)If((Local5==0x8A))AIST=((Local0>>0x08)&0xFF)If((Local5==0x8B))TPST=((Local0>>0x08)&0xFF)Debug="H2:0xD0EnteringSCIHandlerforHECI-2"Debug="H2:0xD1HostInterruptStatusitissetto1"HIS=OneLocal0=ZeroLocal1=HIE/*\_SB_.PCI0.HEC2.HIE_*/HIE=ZeroIf((Arg0==Zero))CBWW=0x80040011CBWW=((Arg2<<0x10)|(Arg1&0xFF))If((Arg0==One))CBWW=0x80080011CBWW=(Arg1&0xFF)CBWW=((Arg3<<0x10)|(Arg2&0xFFFF))HIG=OneLocal0=ZeroWhile((Local0!=0x0A))If((One==HIS))HIS=OneIf((H2RD()==(Arg1|0x80)))Local0+=OneHIE=Local1If((^OSTB==0xFFFFFFFF))^OSTB=OW12/*\_SB_.OW12*/^OSTB=OW7/*\_SB_.OW7_*/^OSTB=OWLH/*\_SB_.OWLH*/^OSTB=OWXP/*\_SB_.OWXP*/^OSTB=OUNK/*\_SB_.OUNK*/^OSTB=OW98/*\_SB_.OW98*/^OSTB=OWME/*\_SB_.OWME*/^OSTB=OW2K/*\_SB_.OW2K*/^OSTB=OUNK/*\_SB_.OUNK*/^OSTB=OUNK/*\_SB_.OUNK*/Local0=SizeOf(Arg0)Local1=SizeOf(Arg1)If((Local0!=Local1))BUF0=Arg0BUF1=Arg1Local2=ZeroLocal3=DerefOf(Index(BUF0,Local2))Local4=DerefOf(Index(BUF1,Local2))If((Local3!=Local4))If((\_SB.OSTP()>=\_SB.OW7))If((PMAV==Zero))Local0=(Arg0/0x03E8)AIST=0x02If(((AIST&0xFF)==Zero))PMAI=Arg0Local0=(Arg0/0x03E8)Local1=(Arg1+0x01F4)Local1=(Arg1/0x03E8)TPST=0x02

171 / 178

Page 172: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

If(((TPST&0xFF)==Zero))PTPU=Arg0PTPL=Arg1Local0=(Arg0/0x03E8)HLST=0x02If(((HLST&0xFF)==Zero))HWL=Arg0

172 / 178

Page 173: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

ネットワークインターフェースデータ詳細一覧bxe0:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500

options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>ether44:8a:5b:f4:d6:61nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect(none)

bxe1:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>ether44:8a:5b:f4:d6:63nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect(none)

bxe2:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>ether44:8a:5b:f4:d6:5dnd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect(none)

bxe3:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>ether44:8a:5b:f4:d6:5fnd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect(none)

lo0:flags=8049<UP,LOOPBACK,RUNNING,MULTICAST>metric0mtu16384options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>inet6::1prefixlen128inet6fe80::1%lo0prefixlen64scopeid0x5inet127.0.0.1netmask0xff000000nd6options=21<PERFORMNUD,AUTO_LINKLOCAL>

173 / 178

Page 174: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

デバイス認識詳細一覧21dr-xr-xr-x10rootwheel512Oct2022:01/dev1050lrwxr-xr-x1rootwheel12Oct2013:01/dev/log->/var/run/log1490lrwxr-xr-x1rootwheel10Oct2022:01/dev/dumpdev->/dev/da0p330crw-r-----1rootoperator0x3Oct2013:01/dev/geom.ctl40cr--r--r--1rootwheel0x4Oct2013:01/dev/sndstat50crw-------1rootwheel0x5Oct2013:01/dev/devctl60crw-------1rootwheel0x6Oct2013:02/dev/console70crw-rw-rw-1rootwheel0x7Oct2013:01/dev/ctty80crw-------1rootwheel0x8Oct2013:01/dev/fido90crw-------1rootwheel0x9Oct2013:01/dev/bpf100lrwxr-xr-x1rootwheel3Oct2013:01/dev/bpf0->bpf110crw-rw-rw-1rootwheel0xbOct2013:01/dev/null120crw-rw-rw-1rootwheel0xcOct2013:01/dev/zero130crw-r--r--1rootwheel0xdOct2013:01/dev/pci140crw-------1rootkmem0xeOct2013:01/dev/nfslock150crw-rw-rw-1rootwheel0xfOct2022:01/dev/random160lrwxr-xr-x1rootwheel6Oct2013:01/dev/urandom->random170crw-------1rootkmem0x11Oct2013:01/dev/audit1361dr-xr-xr-x2rootwheel512Oct2013:01/dev/fd180crw-rw-rw-1rootwheel0x12Oct2013:01/dev/fd/0200crw-rw-rw-1rootwheel0x14Oct2013:01/dev/fd/1220crw-rw-rw-1rootwheel0x16Oct2013:01/dev/fd/2190lrwxr-xr-x1rootwheel4Oct2013:01/dev/stdin->fd/0210lrwxr-xr-x1rootwheel4Oct2013:01/dev/stdout->fd/1230lrwxr-xr-x1rootwheel4Oct2013:01/dev/stderr->fd/2240crw-------1rootwheel0x18Oct2013:01/dev/io250crw-rw-rw-1rootwheel0x19Oct2013:01/dev/midistat260crw-------1rootwheel0x1aOct2013:01/dev/sysmouse270crw-------1rootwheel0x1bOct2013:01/dev/kbdmux0280lrwxr-xr-x1rootwheel7Oct2013:01/dev/kbd1->kbdmux0290crw-------1rootwheel0x1dOct2013:01/dev/klog300crw-r-----1rootkmem0x1eOct2013:01/dev/mem310crw-r-----1rootkmem0x1fOct2013:01/dev/kmem320crw-r--r--1rootwheel0x20Oct2013:01/dev/acpi330crw-rw----1rootoperator0x21Oct2013:01/dev/apmctl340crw-rw-r--1rootoperator0x22Oct2013:01/dev/apm350crw-------1rootwheel0x23Oct2013:01/dev/hpet0360crw-rw----1rootoperator0x24Oct2013:01/dev/mrsas0370lrwxr-xr-x1rootwheel6Oct2013:01/dev/megaraid_sas_ioctl_node->mrsas01371dr-xr-xr-x2rootwheel512Oct2013:01/dev/led380crw-------1rootwheel0x26Oct2013:01/dev/led/ahci0.0.locate390crw-------1rootwheel0x27Oct2013:01/dev/led/ahci0.0.fault400crw-------1rootwheel0x28Oct2013:01/dev/led/ahci0.1.locate410crw-------1rootwheel0x29Oct2013:01/dev/led/ahci0.1.fault420crw-------1rootwheel0x2aOct2013:01/dev/led/ahci0.2.locate430crw-------1rootwheel0x2bOct2013:01/dev/led/ahci0.2.fault440crw-------1rootwheel0x2cOct2013:01/dev/led/ahci0.3.locate450crw-------1rootwheel0x2dOct2013:01/dev/led/ahci0.3.fault460crw-------1rootwheel0x2eOct2013:01/dev/led/ahci0.4.locate470crw-------1rootwheel0x2fOct2013:01/dev/led/ahci0.4.fault480crw-------1rootwheel0x30Oct2013:01/dev/led/ahci0.5.locate490crw-------1rootwheel0x31Oct2013:01/dev/led/ahci0.5.fault500crw-------1rootwheel0x32Oct2013:01/dev/ttyu0510crw-------1rootwheel0x33Oct2013:01/dev/ttyu0.init520crw-------1rootwheel0x34Oct2013:01/dev/ttyu0.lock530crw-rw----1uucpdialer0x35Oct2013:01/dev/cuau0540crw-rw----1uucpdialer0x36Oct2013:01/dev/cuau0.init550crw-rw----1uucpdialer0x37Oct2013:01/dev/cuau0.lock560crw-------1rootwheel0x38Oct2013:01/dev/ttyu1570crw-------1rootwheel0x39Oct2013:01/dev/ttyu1.init580crw-------1rootwheel0x3aOct2013:01/dev/ttyu1.lock590crw-rw----1uucpdialer0x3bOct2013:01/dev/cuau1600crw-rw----1uucpdialer0x3cOct2013:01/dev/cuau1.init610crw-rw----1uucpdialer0x3dOct2013:01/dev/cuau1.lock620crw-------1roottty0x3eOct2013:02/dev/ttyv0630crw-------1rootwheel0x3fOct2013:01/dev/ttyv1640crw-------1rootwheel0x40Oct2013:01/dev/ttyv2650crw-------1rootwheel0x41Oct2013:01/dev/ttyv3660crw-------1rootwheel0x42Oct2013:01/dev/ttyv4670crw-------1rootwheel0x43Oct2013:01/dev/ttyv5680crw-------1rootwheel0x44Oct2013:01/dev/ttyv6690crw-------1rootwheel0x45Oct2013:01/dev/ttyv7700crw-------1rootwheel0x46Oct2013:01/dev/ttyv8710crw-------1rootwheel0x47Oct2013:01/dev/ttyv9720crw-------1rootwheel0x48Oct2013:01/dev/ttyva730crw-------1rootwheel0x49Oct2013:01/dev/ttyvb740crw-------1rootwheel0x4aOct2013:01/dev/ttyvc750crw-------1rootwheel0x4bOct2013:01/dev/ttyvd760crw-------1rootwheel0x4cOct2013:01/dev/ttyve770crw-------1rootwheel0x4dOct2013:01/dev/ttyvf780crw-------1rootwheel0x4eOct2013:01/dev/consolectl790crw-------1rootwheel0x4fOct2013:01/dev/mdctl1381dr-xr-xr-x2rootwheel512Oct2013:01/dev/usb800crw-------1rootoperator0x50Oct2013:01/dev/usb/0.1.0870crw-------1rootoperator0x57Oct2013:01/dev/usb/1.1.0890crw-------1rootoperator0x59Oct2013:01/dev/usb/2.1.0910crw-------1rootoperator0x5bOct2013:01/dev/usb/0.1.1920crw-------1rootoperator0x5cOct2013:01/dev/usb/1.1.1930crw-------1rootoperator0x5dOct2013:01/dev/usb/2.1.11120crw-------1rootoperator0x70Oct2013:01/dev/usb/2.2.01140crw-------1rootoperator0x72Oct2013:01/dev/usb/0.2.01160crw-------1rootoperator0x74Oct2013:01/dev/usb/1.2.01180crw-------1rootoperator0x76Oct2013:01/dev/usb/2.2.11190crw-------1rootoperator0x77Oct2013:01/dev/usb/1.2.11200crw-------1rootoperator0x78Oct2013:01/dev/usb/0.2.11210crw-------1rootoperator0x79Oct2013:01/dev/usb/0.2.21240crw-------1rootoperator0x7cOct2013:01/dev/usb/0.3.01260crw-------1rootoperator0x7eOct2013:01/dev/usb/0.3.11270crw-------1rootoperator0x7fOct2013:01/dev/usb/0.4.01290crw-------1rootoperator0x81Oct2013:01/dev/usb/0.4.11320crw-------1rootoperator0x84Oct2013:01/dev/usb/0.5.01340crw-------1rootoperator0x86Oct2013:01/dev/usb/0.5.11350crw-------1rootoperator0x87Oct2013:01/dev/usb/0.5.2810lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen0.1->usb/0.1.0

174 / 178

Page 175: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

820crw-------1rootwheel0x52Oct2013:01/dev/ufssuspend850crw-r--r--1rootoperator0x55Oct2013:01/dev/usbctl860crw-------1rootoperator0x56Oct2013:01/dev/xpt0880lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen1.1->usb/1.1.0900lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen2.1->usb/2.1.0940crw-------1rootoperator0x5eOct2013:01/dev/ses0950cr--r--r--1rootwheel0x5fOct2013:01/dev/devstat960crw-------1rootoperator0x60Oct2013:01/dev/pass0970crw-------1rootoperator0x61Oct2013:01/dev/pass1980crw-------1rootoperator0x62Oct2013:01/dev/pass2990crw-r-----1rootoperator0x63Oct2013:01/dev/cd01000crw-r-----1rootoperator0x64Oct2013:01/dev/da01020crw-r-----1rootoperator0x66Oct2013:01/dev/da0p11030crw-r-----1rootoperator0x67Oct2022:01/dev/da0p21040crw-r-----1rootoperator0x68Oct2022:01/dev/da0p31401dr-xr-xr-x2rootwheel512Oct2013:01/dev/gptid1080crw-r-----1rootoperator0x6cOct2013:01/dev/gptid/e8d7a4ea-6d17-11e5-8bfb-448a5bf4d6611130lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen2.2->usb/2.2.01150lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen0.2->usb/0.2.01170lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen1.2->usb/1.2.01220crw-------1rootwheel0x7aOct2013:01/dev/ukbd01230lrwxr-xr-x1rootwheel5Oct2013:01/dev/kbd0->ukbd01250lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen0.3->usb/0.3.01280lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen0.4->usb/0.4.01300crw-------1rootwheel0x82Oct2013:01/dev/ukbd11310lrwxr-xr-x1rootwheel5Oct2013:01/dev/kbd2->ukbd11330lrwxr-xr-x1rootwheel9Oct2013:01/dev/ugen0.5->usb/0.5.01430crw-------1rootoperator0x8fOct2013:01/dev/pass31440crw-r-----1rootoperator0x90Oct2013:01/dev/da11450crw-r-----1rootoperator0x91Oct2022:01/dev/da1s11010crw-r--r--1rootoperator0x65Oct2013:01/dev/ums0

175 / 178

Page 176: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

 

更新履歴

176 / 178

Page 177: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

更新履歴2015年12月08日 FreeBSD動作検証レポート2015年10月20日版作成2016年7月21日 FreeBSD動作検証レポート2015年10月20日版修正

177 / 178

Page 178: FreeBSD動作検証レポート FreeBSD 10.2-RELEASE …...要約 ハードウェア基本情報 製品UUID da398a36-3dbc-e411-8001-448a5bf84ef8 製品データ maker:NEC, product:Express5800/R120f-1E

FreeBSD動作検証レポート

R120f-1E / 10.2-RELEASE [UEFI版]

対象ハードウェアmaker:NEC, product:Express5800/R120f-1E [N8100-2248Y],serial:5200107, version:FR1.0

対象OSバージョンFreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC2015

2015年10月20日版

BSDコンサルティング株式会社

本文書の無断での引用・転載を禁止するContact us: [email protected]

Copyright (c) 2015 BSD Consulting, Inc. All Rights Reserved.

178 / 178