Top Banner
FreeBSD動作検証レポート T110h-S / 10.3-RELEASE [UEFI版] 対象ハードウェア maker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1 対象OSバージョン FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 2016年5月17日版 BSDコンサルティング株式会社 本文書の無断での引用・転載を禁止する Contact us: [email protected] Copyright (c) 2016 BSD Consulting, Inc. All Rights Reserved. 1 / 123
123

FreeBSD動作検証レポート - BSD Consulting, Inc.

May 05, 2023

Download

Documents

Khang Minh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: FreeBSD動作検証レポート - BSD Consulting, Inc.

FreeBSD動作検証レポート

T110h-S / 10.3-RELEASE [UEFI版]

対象ハードウェアmaker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1

対象OSバージョンFreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016

2016年5月17日版

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

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

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

1 / 123

Page 2: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

動作検証レポート

2 / 123

Page 3: FreeBSD動作検証レポート - BSD Consulting, Inc.

要約

ハードウェア基本情報

製品UUID 7e3c86be-1c43-11e6-92ad-8cdf9d818d4c

製品データ maker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1

筐体データ maker:NEC, version:856-061964-001

CPU Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz

MEMORY 16777216[KB]

BIOS reldate:12/21/2015, vendor:American Megatrends Inc., version:5.0.0008

ACPI oem:AMI , revision:2, rsdp:0x0000000075777000, rsdt:0x0000000075777028, xsdt:0x0000000075777088, disabled:1

OS FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016

基礎性能データ

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

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

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

動作検証要約

1wayアーキテクチャ

FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016は、次の条件を満たす場合に検証対象ハードウェア「maker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1」において正常に動作する。

BIOSにてx2APICの設定を無効化LSI MegaRAID RAIDコントローラドライバとしてmfi(4)ではなくmrsas(4)を使用

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

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

3 / 123

Page 4: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

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

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

4 / 123

Page 5: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

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

5 / 123

Page 6: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

インストーラ起動時にブートローダが表示された段階で3キーを押し、ローダプロンプトへ移行する。

ローダプロンプトで次のように入力を実施。mfi(4)を無効化し、mrsas(4)を有効化したインストーラを起動する。

sethw.mfi.mrsas_enable=1boot

インストールの最後の段階でLive CDの起動を選択し、/mnt/boot/loader.confに次の設定を書き込む。

6 / 123

Page 7: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.mfi.mrsas_enable=1

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

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

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

インストールしたFreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016をFreeBSD 11.0-RELEASEやそれ以降のバージョンにアップグレードする場合には注意が必要。FreeBSD 11.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)コマンドを使ってバイナリアップデートを実施できる。

7 / 123

Page 8: FreeBSD動作検証レポート - BSD Consulting, Inc.

検証機GEOMツリー

8 / 123

Page 9: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

高負荷耐久試験

9 / 123

Page 10: FreeBSD動作検証レポート - BSD Consulting, Inc.

高負荷耐久試験

試験結果

検証対象ハードウェア(maker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1)は24時間高負荷耐久試験をクリアしており、所定の負荷に対して安定して動作するものとみられる。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

10 / 123

Page 11: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

動作検証レポート

11 / 123

Page 12: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

動作検証レポート

ACPI認識データ

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

ACPI_BERT

Revision=1, OEMID=AMI, OEM_Table ID=AMI.BERT, OEM_Revision=0x0, Creator_ID=AMI., Creator_Revision=0x0, 0x02)), 0x02)),0x02)), 0x02)), 0x02)), 0x52, Zero)_& 0x2000) == Zero)), 0x52, Zero)_& 0x2000) == Zero)), 0x52, Zero)_& 0x2000) == Zero)), 0x05)),0x15)), 0x16)), 0x17)), 0x18)), 0x19)), 0x1A)), 0x1B)), 0x1C)), 0x1D)), 0x1E)), 0x1F)), 0x20)), 0x21)), 0x22)), 0x23)), 0x24)), 0x25)), 0x26)),0x27)), 0x28)), 0x06)), 0x07)), 0x08)), 0x09)), 0x0A)), 0x0B)), 0x04)), 0x02)), 0x03)), 0x0C)), 0x0D)), 0x0E)), 0x0F)), 0x10)), 0x11)), 0x12)),0x13)), 0x14))

ACPI_BGRT Revision=1, OEMID=AMI, OEM_Table ID=0707, OEM_Revision=0x1072009, Creator_ID=AMI, Creator_Revision=0x10013

ACPI_DMAR Revision=1, OEMID=INTEL, OEM_Table ID=SKL, OEM_Revision=0x1, Creator_ID=INTL, Creator_Revision=0x1

ACPI_DSDT Revision=2, OEMID=AMI, OEM_Table ID=0707, OEM_Revision=0x1072009, Creator_ID=INTL, Creator_Revision=0x20120913

ACPI_FACPRevision=5, OEMID=AMI, OEM_Table ID=0707, OEM_Revision=0x1072009, Creator_ID=AMI, Creator_Revision=0x10013,FACS=0x75f48f80, DSDT=0x757771a0, SMI_CMD=0xb2, ACPI_ENABLE=0xa0, ACPI_DISABLE=0xa1, S4BIOS_REQ=0x0,FLUSH_STRIDE=16, DUTY_WIDTH=0

ACPI_FACS HwSig=0xa472c615, Firm_Wake_Vec=0x00000000

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

ACPI_HPET Revision=1, OEMID=AMI, OEM_Table ID=0707, OEM_Revision=0x1072009, Creator_ID=AMI., Creator_Revision=0x5000b

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

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

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

ACPI_SSDT_1Length=877, Revision=1, Checksum=58, OEMID=SataRe, OEM_Table ID=SataTabl, OEM_Revision=0x1000, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_2Length=8099, Revision=2, Checksum=2, OEMID=SaSsdt, OEM_Table ID=SaSsdt, OEM_Revision=0x3000, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_3Length=3672, Revision=2, Checksum=231, OEMID=CpuRef, OEM_Table ID=CpuSsdt, OEM_Revision=0x3000, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_4Length=869, Revision=2, Checksum=252, OEMID=PmRef, OEM_Table ID=Cpu0Tst, OEM_Revision=0x3000, Creator_ID=INTL,Creator_Revision=0x20120913

ACPI_SSDT_5Length=959, Revision=2, Checksum=69, OEMID=PmRef, OEM_Table ID=ApTst, OEM_Revision=0x3000, 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"である必要がある。

12 / 123

Page 13: FreeBSD動作検証レポート - BSD Consulting, Inc.

NIC認識データ

NIC bge0, bge1, bge2, bge3, bge4, bge5, bge6, bge7, bge8, bge9

bge0flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:4c,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge1flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:4d,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge2flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:4e,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge3flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:4f,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge4flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:40,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge5flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:41,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge6flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:42,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge7flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=8c:df:9d:81:8d:43,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

bge8

flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=40:8d:5c:a9:e5:33,inet=192.168.10.104 netmask 0xffffff00 broadcast 192.168.10.255, nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>,media=Ethernet autoselect (none), status=no carrier

bge9flags=8802<BROADCAST,SIMPLEX,MULTICAST>, metric=0, mtu=1500,options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>, ether=40:8d:5c:a9:e5:34,nd6_options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>, media=Ethernet autoselect

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

acpi apm apmctl atkbd0

audit bpf bpf0(bpf) cd0

console consolectl ctty cuau0

cuau0.init cuau0.lock cuau1 cuau1.init

cuau1.lock da0 da0p1 da0p2

da0p3 devctl devctl2 devstat

dumpdev(da0p3) fd fd/0 fd/1

fd/2 fido geom.ctl gptid

gptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c hpet0 io kbd0(atkbd0)

kbd1(kbdmux0) kbd2(ukbd0) kbd3(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 log(/var/run/log) mdctl megaraid_sas_ioctl_node(mrsas0)

mem midistat mrsas0 msdosfs

msdosfs/EFI nfslock null pass0

pass1 pass2 pci random

reroot reroot/reroot 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 ufssuspend ugen0.1(usb/0.1.0)

13 / 123

Page 14: FreeBSD動作検証レポート - BSD Consulting, Inc.

ugen0.2(usb/0.2.0) ugen0.3(usb/0.3.0) ugen0.4(usb/0.4.0) ukbd0

ukbd1 urandom(random) usb usb/0.1.0

usb/0.1.1 usb/0.2.0 usb/0.2.1 usb/0.3.0

usb/0.3.1 usb/0.4.0 usb/0.4.1 usb/0.4.2

usbctl xpt0 zero

14 / 123

Page 15: FreeBSD動作検証レポート - BSD Consulting, Inc.

PCI認識データ

1 pci0:0:0:0(hostb0), class=HOST-PCI, vendor='Intel Corporation', device='Sky Lake Host Bridge/DRAM Registers'

2 pci0:0:1:0(pcib1), class=PCI-PCI, vendor='Intel Corporation', device='Sky Lake PCIe Controller (x16)'

3 pci0:0:20:0(xhci0), class=USB, vendor='Intel Corporation', device='Sunrise Point-H USB 3.0 xHCI Controller'

4 pci0:0:20:2(none0), class=dasp, vendor='Intel Corporation', device='Sunrise Point-H Thermal subsystem'

5 pci0:0:22:0(none1), class=simple comms, vendor='Intel Corporation', device='Sunrise Point-H CSME HECI'

6 pci0:0:22:1(none2), class=simple comms, vendor='Intel Corporation', device='Sunrise Point-H CSME HECI'

7 pci0:0:23:0(ahci0), class=SATA, vendor='Intel Corporation', device=

8 pci0:0:27:0(pcib2), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Root Port'

9 pci0:0:27:3(pcib3), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Root Port'

10 pci0:0:28:0(pcib4), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Express Root Port'

11 pci0:0:28:3(pcib5), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Express Root Port'

12 pci0:0:28:4(pcib6), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Express Root Port'

13 pci0:0:29:0(pcib7), class=PCI-PCI, vendor='Intel Corporation', device='Sunrise Point-H PCI Express Root Port'

14 pci0:0:31:0(isab0), class=PCI-ISA, vendor='Intel Corporation', device='Sunrise Point-H LPC Controller'

15 pci0:0:31:2(none3), class=memory, vendor='Intel Corporation', device='Sunrise Point-H PMC'

16 pci0:0:31:4(none4), class=SMBus, vendor='Intel Corporation', device='Sunrise Point-H SMBus'

17 pci0:48:0:0(bge0), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

18 pci0:48:0:1(bge1), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

19 pci0:48:0:2(bge2), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

20 pci0:48:0:3(bge3), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

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

22 pci0:96:0:0(bge4), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

23 pci0:96:0:1(bge5), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

24 pci0:96:0:2(bge6), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

25 pci0:96:0:3(bge7), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5719 Gigabit Ethernet PCIe'

26 pci0:143:0:0(bge8), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5720 Gigabit Ethernet PCIe'

27 pci0:143:0:1(bge9), class=ethernet, vendor='Broadcom Corporation', device='NetXtreme BCM5720 Gigabit Ethernet PCIe'

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

15 / 123

Page 16: FreeBSD動作検証レポート - BSD Consulting, Inc.

メモリ認識データ

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

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

16 / 123

Page 17: FreeBSD動作検証レポート - BSD Consulting, Inc.

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 0x7c000000/0x4000000 BIOS uncacheable set-by-firmware active

91 0x7a000000/0x2000000 BIOS uncacheable set-by-firmware active

92 0x79000000/0x1000000 BIOS uncacheable set-by-firmware active

93 0x78800000/0x800000 BIOS uncacheable set-by-firmware active

17 / 123

Page 18: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

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

18 / 123

Page 19: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

詳細データ

カーネル環境変数データ詳細一覧#kenvLINES="24"beansi_bootfs="^[1mbootfs:^[m"beansi_current="^[1mActive:^[m"beansi_page="^[1mP^[mage:"beansi_pageof="of"bemenu_bootfs="bootfs:"bemenu_current="Active:"bemenu_page="[P]age:"bemenu_pageof="of"bootenv_autolist="YES"bootenv_root[2]=""bootenvmenu_command[1]="be_draw_screen1goto_menu"bootenvmenu_command[2]="set_bootenv"bootenvmenu_command[3]="set_be_page"bootenvmenu_init="init_bootenv"bootenvmenu_keycode[1]="8"bootenvmenu_keycode[2]="97"bootenvmenu_keycode[3]="112"bootenvmenu_options="4"bootenvmenu_optionstext="BootEnvironments:"bootfile="kernel"comconsole_pcidev=""comconsole_port="1016"comconsole_speed="9600"console="efi"currdev="part1:"hint.acpi.0.oem="AMI"hint.acpi.0.revision="2"hint.acpi.0.rsdp="0x0000000075777000"hint.acpi.0.rsdt="0x0000000075777028"hint.acpi.0.xsdt="0x0000000075777088"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="part1:"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="12/21/2015"smbios.bios.vendor="AmericanMegatrendsInc."smbios.bios.version="5.0.0008"smbios.chassis.maker="NEC"smbios.chassis.version="856-061964-001"smbios.memory.enabled="16777216"smbios.planar.maker="GIGABYTE"smbios.planar.product="GA-6KASV3-NJ"smbios.planar.version="1.0C"smbios.socket.enabled="1"smbios.socket.populated="1"smbios.system.maker="NEC"smbios.system.product="Express5800/T110h-S[N8100-2301Y]"smbios.system.version="FR1.1"smbios.version="3.0"temp_options=""twiddle_divisor="1"vfs.root.mountfrom="ufs:/dev/da0p2"vfs.root.mountfrom.options="rw"zfs_be_currpage="1"

#sysctl-akern.ostype:FreeBSD

19 / 123

Page 20: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.osrelease:10.3-RELEASEkern.osrevision:199506kern.version:FreeBSD10.3-RELEASE#0r297264:FriMar2502:10:[email protected]:/usr/obj/usr/src/sys/GENERIC

kern.maxvnodes:348591kern.maxproc:21684kern.maxfiles:521479kern.argmax:262144kern.securelevel:-1kern.hostname:verify.bsdconsulting.co.jpkern.hostid:1031412682kern.clockrate:{hz=1000,tick=1000,profhz=8128,stathz=127}kern.posix1version:200112kern.ngroups:1023kern.job_control:1kern.saved_ids:0kern.boottime:{sec=1463466283,usec=58633}TueMay1715:24:432016kern.domainname:kern.osreldate:1003000kern.bootfile:/boot/kernel/kernelkern.maxfilesperproc:469323kern.maxprocperuid:19515kern.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:521480kern.ipc.numopensockets:16kern.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:20480kern.ipc.maxpipekva:266993664kern.ipc.nmbufs:6481395kern.ipc.nmbjumbo16:337572kern.ipc.nmbjumbo9:450096kern.ipc.nmbjumbop:506358kern.ipc.nmbclusters:1012716kern.ipc.maxmbufmem:8296175616kern.dummy:0kern.ps_strings:140737488351200kern.usrstack:140737488351232kern.logsigexit:1kern.iov_max:1024kern.hostuuid:7e3c86be-1c43-11e6-92ad-8cdf9d818d4ckern.nvme.max_optimal_sectorsize:4096kern.chroot_allow_open_directories:1kern.minvnodes:87147kern.metadelay:28kern.dirdelay:29kern.filedelay:30kern.tty_nout:312404kern.tty_nin:1066kern.tty_inq_flush_secure:1kern.smp.forward_signal_enabled:1kern.smp.topology:0kern.smp.cpus:8kern.smp.disabled:0kern.smp.active:1kern.smp.maxcpus:64kern.smp.maxid:7kern.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:104960kern.hz:1000kern.msgbuf_show_timestamp:0kern.log_wakeups_per_second:5kern.kobj_methodcount:240kern.hintmode:0kern.devstat.version:6kern.devstat.generation:351kern.devstat.numdevs:5kern.ccpu:0

20 / 123

Page 21: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.sched.topology_spec:<groups><grouplevel="1"cache-level="0"><cpucount="8"mask="ff">0,1,2,3,4,5,6,7</cpu><children><grouplevel="2"cache-level="2"><cpucount="8"mask="ff">0,1,2,3,4,5,6,7</cpu><children><grouplevel="3"cache-level="1"><cpucount="2"mask="3">0,1</cpu><flags><flagname="THREAD">THREADgroup</flag><flagname="SMT">SMTgroup</flag></flags></group><grouplevel="3"cache-level="1"><cpucount="2"mask="c">2,3</cpu><flags><flagname="THREAD">THREADgroup</flag><flagname="SMT">SMTgroup</flag></flags></group><grouplevel="3"cache-level="1"><cpucount="2"mask="30">4,5</cpu><flags><flagname="THREAD">THREADgroup</flag><flagname="SMT">SMTgroup</flag></flags></group><grouplevel="3"cache-level="1"><cpucount="2"mask="c0">6,7</cpu><flags><flagname="THREAD">THREADgroup</flag><flagname="SMT">SMTgroup</flag></flags></group></children></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)i8254(0)HPET(950)dummy(-1000000)kern.timecounter.hardware:TSC-lowkern.timecounter.alloweddeviation:5kern.timecounter.stepwarnings:0kern.timecounter.tc.TSC-low.quality:1000kern.timecounter.tc.TSC-low.frequency:1704085819kern.timecounter.tc.TSC-low.counter:85561963kern.timecounter.tc.TSC-low.mask:4294967295kern.timecounter.tc.ACPI-fast.quality:900kern.timecounter.tc.ACPI-fast.frequency:3579545kern.timecounter.tc.ACPI-fast.counter:8464433kern.timecounter.tc.ACPI-fast.mask:16777215kern.timecounter.tc.i8254.quality:0kern.timecounter.tc.i8254.frequency:1193182kern.timecounter.tc.i8254.counter:6528kern.timecounter.tc.i8254.mask:65535kern.timecounter.tc.HPET.quality:950kern.timecounter.tc.HPET.frequency:24000000kern.timecounter.tc.HPET.counter:965210269kern.timecounter.tc.HPET.mask:4294967295kern.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.suspend_blocked:0kern.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:1

21 / 123

Page 22: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.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: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_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 ahc

22 / 123

Page 23: FreeBSD動作検証レポート - BSD Consulting, Inc.

device ahddevice espdevice hptiopdevice ispdevice mptdevice mpsdevice mprdevice 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 sn

23 / 123

Page 24: FreeBSD動作検証レポート - BSD Consulting, Inc.

device xedevice 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:1354kern.compiler_version:FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512kern.ident:GENERICkern.malloc_count:363kern.module_path:/boot/kernel;/boot/moduleskern.ktrace.request_pool:100kern.ktrace.genio_size:4096kern.randompid:0kern.lastpid:55415kern.disallow_high_osrel:0kern.ps_arg_cache_limit:256kern.stackprot:7kern.coredump_pack_vmmapinfo:1kern.coredump_pack_fileinfo:1kern.kq_calloutmax:4096kern.eventtimer.periodic:0kern.eventtimer.timer:LAPICkern.eventtimer.idletick:0kern.eventtimer.singlemul:2kern.eventtimer.choice:LAPIC(600)HPET(550)i8254(100)RTC(0)kern.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.HPET.quality:550kern.eventtimer.et.HPET.frequency:24000000kern.eventtimer.et.HPET.flags:7kern.eventtimer.et.LAPIC.quality:600kern.eventtimer.et.LAPIC.frequency:12000606kern.eventtimer.et.LAPIC.flags:7kern.openfiles:63kern.vty:vtkern.constty_wakeups_per_second:5kern.consmsgbuf_size:8192kern.consmute:0kern.console:ttyv0,/uart,ttyv0,kern.cp_times:50514700473160015280214407895061050047797701279211407856507884804760393125690141166450811740474911012678314195305059580047765681243931416056505947704769173126835142111250280970480553112686814160994996353048350751286811416488kern.cp_time:40416049038207220103997311349594kern.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:1024

24 / 123

Page 25: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.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:0DISKda02247308083200512hd255sc631PARTda0p34261378048512i3o2243046687744tyfreebsd-swapxsGPTxt516e7cb5-6ecf-11d6-8ff8-00022d09712b1PARTda0p22243045851136512i2o836608tyfreebsd-ufsxsGPTxt516e7cb6-6ecf-11d6-8ff8-00022d09712b1PARTda0p1819200512i1o17408tyefixsGPTxtc12a7328-f81f-11d2-ba4b-00a0c93ec93b2LABELgptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c819200512i0o02LABELmsdosfs/EFI819200512i0o00DISKcd002048hd0sc0

kern.geom.confdot:digraphgeom{z0xfffff8003efd4800[shape=box,label="DISK\nda0\nr#1"];z0xfffff8003efd4400[shape=hexagon,label="da0\nr2w2e3\nerr#0"];z0xfffff8003efd4400->z0xfffff8003efd4800;z0xfffff8003efd5500[shape=box,label="DISK\ncd0\nr#1"];z0xfffff8003efd5100[shape=hexagon,label="cd0\nr0w0e0\nerr#0"];z0xfffff8003efd5100->z0xfffff8003efd5500;z0xfffff8003f19eb00[shape=box,label="DEV\ngptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c\nr#4"];z0xfffff8003ef45c00[label="r0w0e0"];z0xfffff8003ef45c00->z0xfffff8003f19e900;z0xfffff8003f19eb00->z0xfffff8003ef45c00;z0xfffff8003f19ee00[shape=box,label="DEV\nmsdosfs/EFI\nr#4"];z0xfffff8003ef45e00[label="r0w0e0"];z0xfffff8003ef45e00->z0xfffff8003f19ec00;z0xfffff8003f19ee00->z0xfffff8003ef45e00;z0xfffff8003f223700[shape=box,label="DEV\nda0p3\nr#3"];z0xfffff8003ef47400[label="r0w0e0"];z0xfffff8003ef47400->z0xfffff8003f223600;z0xfffff8003f223700->z0xfffff8003ef47400;z0xfffff8003f223900[shape=box,label="DEV\nda0p2\nr#3"];z0xfffff8003ef46280[label="r0w0e0"];z0xfffff8003ef46280->z0xfffff8003f223800;z0xfffff8003f223900->z0xfffff8003ef46280;z0xfffff8003f223e00[shape=box,label="DEV\nda0p1\nr#3"];z0xfffff8003ef46e80[label="r0w0e0"];z0xfffff8003ef46e80->z0xfffff8003f223a00;z0xfffff8003f223e00->z0xfffff8003ef46e80;z0xfffff8003efd4c00[shape=box,label="DEV\nda0\nr#2"];z0xfffff8003ef46800[label="r0w0e0"];z0xfffff8003ef46800->z0xfffff8003efd4400;z0xfffff8003efd4c00->z0xfffff8003ef46800;z0xfffff8003efd7000[shape=box,label="DEV\ncd0\nr#2"];z0xfffff8003ef48000[label="r0w0e0"];z0xfffff8003ef48000->z0xfffff8003efd5100;z0xfffff8003efd7000->z0xfffff8003ef48000;z0xfffff8003f224000[shape=box,label="PART\nda0\nr#2"];z0xfffff8003ef47900[label="r2w2e3"];z0xfffff8003ef47900->z0xfffff8003efd4400;z0xfffff8003f224000->z0xfffff8003ef47900;z0xfffff8003f223600[shape=hexagon,label="da0p3\nr1w1e0\nerr#0"];z0xfffff8003f223600->z0xfffff8003f224000;z0xfffff8003f223800[shape=hexagon,label="da0p2\nr1w1e1\nerr#0"];z0xfffff8003f223800->z0xfffff8003f224000;z0xfffff8003f223a00[shape=hexagon,label="da0p1\nr0w0e0\nerr#0"];z0xfffff8003f223a00->z0xfffff8003f224000;z0xfffff8003f19ea00[shape=box,label="LABEL\nda0p1\nr#3"];z0xfffff8003ef46a80[label="r0w0e0"];z0xfffff8003ef46a80->z0xfffff8003f223a00;z0xfffff8003f19ea00->z0xfffff8003ef46a80;z0xfffff8003f19e900[shape=hexagon,label="gptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c\nr0w0e0\nerr#0"];z0xfffff8003f19e900->z0xfffff8003f19ea00;z0xfffff8003f19ed00[shape=box,label="LABEL\nda0p1\nr#3"];z0xfffff8003ef46680[label="r0w0e0"];z0xfffff8003ef46680->z0xfffff8003f223a00;z0xfffff8003f19ed00->z0xfffff8003ef46680;z0xfffff8003f19ec00[shape=hexagon,label="msdosfs/EFI\nr0w0e0\nerr#0"];z0xfffff8003f19ec00->z0xfffff8003f19ed00;z0xfffff8003f340500[shape=box,label="VFS\nffs.da0p2\nr#3"];z0xfffff8003f2ee580[label="r1w1e1"];z0xfffff8003f2ee580->z0xfffff8003f223800;z0xfffff8003f340500->z0xfffff8003f2ee580;z0xfffff8003f19e500[shape=box,label="SWAP\nswap\nr#3"];z0xfffff8003f1bf700[label="r1w1e0"];z0xfffff8003f1bf700->z0xfffff8003f223600;z0xfffff8003f19e500->z0xfffff8003f1bf700;}

25 / 123

Page 26: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.geom.confxml:<mesh><classid="0xffffffff814f5ac0"><name>FD</name></class><classid="0xffffffff81497238"><name>RAID</name></class><classid="0xffffffff814949f0"><name>DISK</name><geomid="0xfffff8003efd4800"><classref="0xffffffff814949f0"/><name>da0</name><rank>1</rank><config></config>

<providerid="0xfffff8003efd4400"><geomref="0xfffff8003efd4800"/><mode>r2w2e3</mode><name>da0</name><mediasize>2247308083200</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>0</stripeoffset><config><fwheads>255</fwheads><fwsectors>63</fwsectors><rotationrate>unknown</rotationrate><ident>0093b0a108b242c71ee04a570bb00506</ident><lunid>600605b00b574ae01ec742b208a1b093</lunid><descr>LSIMR9362-8i</descr></config></provider>

</geom><geomid="0xfffff8003efd5500"><classref="0xffffffff814949f0"/><name>cd0</name><rank>1</rank><config></config>

<providerid="0xfffff8003efd5100"><geomref="0xfffff8003efd5500"/><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><rotationrate>unknown</rotationrate><ident></ident><descr>HL-DT-STDVDROMDUD0N</descr></config></provider>

</geom></class><classid="0xffffffff81494728"><name>DEV</name><geomid="0xfffff8003f19eb00"><classref="0xffffffff81494728"/><name>gptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c</name><rank>4</rank>

<consumerid="0xfffff8003ef45c00"><geomref="0xfffff8003f19eb00"/><providerref="0xfffff8003f19e900"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003f19ee00"><classref="0xffffffff81494728"/><name>msdosfs/EFI</name><rank>4</rank>

<consumerid="0xfffff8003ef45e00"><geomref="0xfffff8003f19ee00"/><providerref="0xfffff8003f19ec00"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003f223700"><classref="0xffffffff81494728"/><name>da0p3</name><rank>3</rank>

<consumerid="0xfffff8003ef47400"><geomref="0xfffff8003f223700"/><providerref="0xfffff8003f223600"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003f223900"><classref="0xffffffff81494728"/><name>da0p2</name><rank>3</rank>

<consumerid="0xfffff8003ef46280"><geomref="0xfffff8003f223900"/><providerref="0xfffff8003f223800"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003f223e00"><classref="0xffffffff81494728"/><name>da0p1</name><rank>3</rank>

<consumerid="0xfffff8003ef46e80"><geomref="0xfffff8003f223e00"/><providerref="0xfffff8003f223a00"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003efd4c00"><classref="0xffffffff81494728"/><name>da0</name><rank>2</rank>

<consumerid="0xfffff8003ef46800"><geomref="0xfffff8003efd4c00"/>

26 / 123

Page 27: FreeBSD動作検証レポート - BSD Consulting, Inc.

<providerref="0xfffff8003efd4400"/><mode>r0w0e0</mode></consumer>

</geom><geomid="0xfffff8003efd7000"><classref="0xffffffff81494728"/><name>cd0</name><rank>2</rank>

<consumerid="0xfffff8003ef48000"><geomref="0xfffff8003efd7000"/><providerref="0xfffff8003efd5100"/><mode>r0w0e0</mode></consumer>

</geom></class><classid="0xffffffff814961d8"><name>PART</name><geomid="0xfffff8003f224000"><classref="0xffffffff814961d8"/><name>da0</name><rank>2</rank><config>

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

</config><consumerid="0xfffff8003ef47900"><geomref="0xfffff8003f224000"/><providerref="0xfffff8003efd4400"/><mode>r2w2e3</mode><config></config></consumer><providerid="0xfffff8003f223600"><geomref="0xfffff8003f224000"/><mode>r1w1e0</mode><name>da0p3</name><mediasize>4261378048</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>1073759232</stripeoffset><config><start>4380950562</start><end>4389273565</end><index>3</index><type>freebsd-swap</type><offset>2243046687744</offset><length>4261378048</length><label></label><rawtype>516e7cb5-6ecf-11d6-8ff8-00022d09712b</rawtype><rawuuid>bf71a485-1c42-11e6-b488-8cdf9d818d4c</rawuuid></config></provider><providerid="0xfffff8003f223800"><geomref="0xfffff8003f224000"/><mode>r1w1e1</mode><name>da0p2</name><mediasize>2243045851136</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>836608</stripeoffset><config><start>1634</start><end>4380950561</end><index>2</index><type>freebsd-ufs</type><offset>836608</offset><length>2243045851136</length><label></label><rawtype>516e7cb6-6ecf-11d6-8ff8-00022d09712b</rawtype><rawuuid>bf70d428-1c42-11e6-b488-8cdf9d818d4c</rawuuid></config></provider><providerid="0xfffff8003f223a00"><geomref="0xfffff8003f224000"/><mode>r0w0e0</mode><name>da0p1</name><mediasize>819200</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>17408</stripeoffset><config><start>34</start><end>1633</end><index>1</index><type>efi</type><offset>17408</offset><length>819200</length><label></label><rawtype>c12a7328-f81f-11d2-ba4b-00a0c93ec93b</rawtype><rawuuid>bf70640c-1c42-11e6-b488-8cdf9d818d4c</rawuuid></config></provider>

</geom></class><classid="0xffffffff81495338"><name>LABEL</name><geomid="0xfffff8003f19ea00"><classref="0xffffffff81495338"/><name>da0p1</name><rank>3</rank><config></config>

<consumerid="0xfffff8003ef46a80"><geomref="0xfffff8003f19ea00"/><providerref="0xfffff8003f223a00"/><mode>r0w0e0</mode><config></config></consumer><providerid="0xfffff8003f19e900">

27 / 123

Page 28: FreeBSD動作検証レポート - BSD Consulting, Inc.

<geomref="0xfffff8003f19ea00"/><mode>r0w0e0</mode><name>gptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c</name><mediasize>819200</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>17408</stripeoffset><config><index>0</index><length>819200</length><seclength>1600</seclength><offset>0</offset><secoffset>0</secoffset></config></provider>

</geom><geomid="0xfffff8003f19ed00"><classref="0xffffffff81495338"/><name>da0p1</name><rank>3</rank><config></config>

<consumerid="0xfffff8003ef46680"><geomref="0xfffff8003f19ed00"/><providerref="0xfffff8003f223a00"/><mode>r0w0e0</mode><config></config></consumer><providerid="0xfffff8003f19ec00"><geomref="0xfffff8003f19ed00"/><mode>r0w0e0</mode><name>msdosfs/EFI</name><mediasize>819200</mediasize><sectorsize>512</sectorsize><stripesize>0</stripesize><stripeoffset>17408</stripeoffset><config><index>0</index><length>819200</length><seclength>1600</seclength><offset>0</offset><secoffset>0</secoffset></config></provider>

</geom></class><classid="0xffffffff81495158"><name>VFS</name><geomid="0xfffff8003f340500"><classref="0xffffffff81495158"/><name>ffs.da0p2</name><rank>3</rank>

<consumerid="0xfffff8003f2ee580"><geomref="0xfffff8003f340500"/><providerref="0xfffff8003f223800"/><mode>r1w1e1</mode></consumer>

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

<consumerid="0xfffff8003f1bf700"><geomref="0xfffff8003f19e500"/><providerref="0xfffff8003f223600"/><mode>r1w1e0</mode></consumer>

</geom></class><classid="0xffffffff8141f160"><name>MD</name></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.da0.led:kern.geom.disk.cd0.led:kern.geom.dev.delete_max_sectors:262144kern.disks:da0cd0kern.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_bell:1kern.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.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:NONE

28 / 123

Page 29: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.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:2kern.cam.xpt_generation:1051kern.cam.boot_delay:0kern.cam.sort_io_queues:1vm.vmtotal:Systemwidetotalscomputedeveryfiveseconds:(valuesinkilobytes)===============================================Processes: (RUNQ:1DiskWait:0PageWait:0Sleep:17)VirtualMemory: (Total:516452KActive:491084K)RealMemory: (Total:13868KActive:8736K)SharedVirtualMemory: (Total:17008KActive:6092K)SharedRealMemory: (Total:2172KActive:2172K)FreeMemory: 15767320Kvm.loadavg:{4.6122.6443.64}vm.v_free_min:25577vm.v_free_target:86336vm.v_free_reserved:5324vm.v_inactive_target:129504vm.v_cache_min:0vm.v_cache_max:0vm.v_pageout_free_min:34vm.swap_enabled:1vm.kvm_free:2180067094528vm.kvm_size:2199023251456vm.pmap.pdpe.demotions:3vm.pmap.pde.promotions:177764vm.pmap.pde.p_failures:4934vm.pmap.pde.mappings:0vm.pmap.pde.demotions:229vm.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:40985vm.reserv.partpopq:LEVELSIZENUMBER

-1:28824K,15

vm.reserv.freed:265210vm.reserv.broken:427vm.ndomains:1vm.phys_segs:SEGMENT0:

start:0x10000end:0x24000domain:0freelist:0xffffffff8162acb8

SEGMENT1:

start:0x29000end:0x9e000domain:0freelist:0xffffffff8162acb8

SEGMENT2:

start:0x100000end:0x200000domain:0freelist:0xffffffff8162acb8

SEGMENT3:

start:0x19cd000end:0x19fb000domain:0freelist:0xffffffff8162a910

SEGMENT4:

start:0x19fc000end:0x6ec0e000domain:0freelist:0xffffffff8162a910

SEGMENT5:

start:0x6ec59000end:0x748f5000domain:0freelist:0xffffffff8162a910

SEGMENT6:

start:0x77fff000end:0x78000000domain:0freelist:0xffffffff8162a910

29 / 123

Page 30: FreeBSD動作検証レポート - BSD Consulting, Inc.

SEGMENT7:

start:0x100000000end:0x469f7b000domain:0freelist:0xffffffff8162a910

vm.phys_free:DOMAIN0:

FREELIST0:

ORDER(SIZE)|NUMBER|POOL0|POOL1|POOL2----------------12(16384K)|0|0|011(8192K)|0|0|010(4096K)|36|0|09(2048K)|404|0|08(1024K)|2043|71|07(512K)|8589|51|06(256K)|13175|47|05(128K)|16341|151|04(64K)|19270|149|03(32K)|21937|246|02(16K)|24292|682|01(8K)|26675|805|00(4K)|25327|481|636

FREELIST1:

ORDER(SIZE)|NUMBER|POOL0|POOL1|POOL2----------------12(16384K)|0|0|011(8192K)|0|0|010(4096K)|0|0|09(2048K)|0|0|08(1024K)|0|0|07(512K)|0|0|16(256K)|0|0|15(128K)|0|0|24(64K)|0|0|53(32K)|0|0|32(16K)|0|0|41(8K)|0|0|40(4K)|0|2|0

vm.max_wired:1334348vm.pageout_oom_seq:12vm.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:28127vm.tryrelock_restart:479vm.boot_pages:64vm.old_msync:0vm.old_mlock:0vm.stats.object.bypasses:77157vm.stats.object.collapses:43702vm.stats.misc.cnt_prezero:0vm.stats.misc.zero_page_count:6122vm.stats.vm.v_kthreadpages:0vm.stats.vm.v_rforkpages:0vm.stats.vm.v_vforkpages:352770vm.stats.vm.v_forkpages:1502998vm.stats.vm.v_kthreads:17vm.stats.vm.v_rforks:0vm.stats.vm.v_vforks:10389vm.stats.vm.v_forks:45009vm.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:620vm.stats.vm.v_inactive_count:1913vm.stats.vm.v_inactive_target:129504vm.stats.vm.v_active_count:695vm.stats.vm.v_wire_count:106430vm.stats.vm.v_free_count:3941208vm.stats.vm.v_free_min:25577vm.stats.vm.v_free_target:86336vm.stats.vm.v_free_reserved:5324vm.stats.vm.v_page_count:4050867vm.stats.vm.v_page_size:4096vm.stats.vm.v_tfree:2047885318vm.stats.vm.v_pfree:1952816504vm.stats.vm.v_dfree:0vm.stats.vm.v_tcached:4007959978vm.stats.vm.v_pdpages:1973481254vm.stats.vm.v_pdwakeups:25338vm.stats.vm.v_reactivated:2558866401vm.stats.vm.v_intrans:26508177vm.stats.vm.v_vnodepgsout:0vm.stats.vm.v_vnodepgsin:365011vm.stats.vm.v_vnodeout:0vm.stats.vm.v_vnodein:67004vm.stats.vm.v_swappgsout:443137521vm.stats.vm.v_swappgsin:203434023vm.stats.vm.v_swapout:28183214vm.stats.vm.v_swapin:26278853vm.stats.vm.v_ozfod:870784vm.stats.vm.v_zfod:2169530518vm.stats.vm.v_cow_optim:1090vm.stats.vm.v_cow_faults:1324360vm.stats.vm.v_io_faults:26332722vm.stats.vm.v_vm_faults:2388129397vm.stats.sys.v_soft:296901827vm.stats.sys.v_intr:1487971299vm.stats.sys.v_syscall:1184483868vm.stats.sys.v_trap:2953918371

30 / 123

Page 31: FreeBSD動作検証レポート - BSD Consulting, Inc.

vm.stats.sys.v_swtch:3334993204vm.v_free_severe:15450vm.max_kernel_address:18446744073709547520vm.min_kernel_address:18446741874686296064vm.exec_map_entries:16vm.swap_idle_threshold2:10vm.swap_idle_threshold1:2vm.kstacks:301vm.kstack_cache_size:128vm.zone_warnings:1vm.zone_count:106vm.nswapdev:1vm.dmmax:32vm.swap_async_max:4vm.swap_maxpages:64813856vm.swzone:583324704vm.overcommit:0vm.swap_reserved:252616704vm.swap_total:4261376000vm.kmem_map_free:16557314048vm.kmem_map_size:35037184vm.kmem_size_scale:1vm.kmem_size_max:1319413950874vm.kmem_size_min:0vm.kmem_zmax:65536vm.kmem_size:16592351232vm.md_malloc_wait:0vfs.ufs.rename_restarts:0vfs.ufs.dirhash_reclaimage:60vfs.ufs.dirhash_lowmemcount:5003vfs.ufs.dirhash_docheck:0vfs.ufs.dirhash_mem:63058vfs.ufs.dirhash_maxmem:26861568vfs.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.ignore_eexist:0vfs.nfs.userhashsize:100vfs.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:178vfs.ffs.compute_summary_at_mount:0vfs.ffs.maxclustersearch:10vfs.ffs.doreallocblks:1vfs.ffs.doasyncfree:1vfs.worklist_len:3vfs.timestamp_precision:2vfs.free_owe_inact:0vfs.reassignbufcalls:-1373239834vfs.recycles:78438989vfs.vlru_allow_cache_src:0vfs.freevnodes:2133vfs.wantfreevnodes:87147vfs.vnodes_created:923390406vfs.numvnodes:2347vfs.usermount:0vfs.lookup_shared:1vfs.typenumhash:1vfs.read_min:1vfs.read_max:64vfs.write_behind:1vfs.cache.numfullpathfound:17698vfs.cache.numfullpathfail4:0vfs.cache.numfullpathfail2:0vfs.cache.numfullpathfail1:0vfs.cache.numfullpathcalls:17665vfs.cache.numupgrades:209379vfs.cache.numneghits:104553vfs.cache.numnegzaps:0vfs.cache.numposhits:1166939vfs.cache.numposzaps:10912383vfs.cache.nummisszap:1677368260vfs.cache.nummiss:324301325vfs.cache.numchecks:14551064vfs.cache.dotdothits:324312270vfs.cache.dothits:47166vfs.cache.numcalls:2339286048vfs.cache.numcache:211vfs.cache.numneg:13vfs.ncsizefactor:2vfs.ncnegfactor:16vfs.flushwithdeps:342570452vfs.unmapped_buf_allowed:1vfs.barrierwrites:46053vfs.notbufdflushes:14vfs.flushbufqtarget:100vfs.mappingrestarts:0vfs.getnewbufrestarts:1241047343vfs.getnewbufcalls:2137181208vfs.hifreebuffers:11672vfs.lofreebuffers:5836vfs.numfreebuffers:104946vfs.dirtybufthresh:23634vfs.hidirtybuffers:26260

31 / 123

Page 32: FreeBSD動作検証レポート - BSD Consulting, Inc.

vfs.lodirtybuffers:13130vfs.numdirtybuffers:14vfs.recursiveflushes:756676350vfs.altbufferflushes:0vfs.bdwriteskip:0vfs.dirtybufferflushes:0vfs.hirunningspace:16777216vfs.lorunningspace:11206656vfs.bufdefragcnt:0vfs.buffreekvacnt:1470687721vfs.bufreusecnt:1470601423vfs.hibufspace:1719009280vfs.lobufspace:1718943744vfs.maxmallocbufspace:85950464vfs.bufmallocspace:0vfs.maxbufspace:1719664640vfs.unmapped_bufspace:1698299904vfs.bufspace:1717714944vfs.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.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:345673728vfs.nfsd.request_space_high:518510592vfs.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:128net.inet.ip.sourceroute:0net.inet.ip.intr_queue_maxlen:256net.inet.ip.intr_queue_drops:1139316net.inet.ip.accept_sourceroute:0net.inet.ip.keepfaith:0net.inet.ip.gifttl:30net.inet.ip.process_options:1net.inet.ip.maxfragpackets:31647net.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:0

32 / 123

Page 33: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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.persmax:60000net.inet.tcp.persmin:5000net.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:131072net.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:63300net.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.do_pipe:0net.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:1net.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:1

33 / 123

Page 34: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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:0net.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:126589net.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:11net.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:253179net.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:253179net.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:3

34 / 123

Page 35: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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:0debug.softdep.emptyjblocks:166debug.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:2254662debug.softdep.jwait_inode:6315478debug.softdep.jwait_freeblks:0debug.softdep.jwait_filepage:13657930debug.softdep.journal_wait:22228070debug.softdep.journal_min:166debug.softdep.journal_low:39764165debug.softdep.jnewblk_rollback:191016130debug.softdep.jaddref_rollback:1994601883debug.softdep.dir_entry:75811577debug.softdep.direct_blk_ptrs:7160579debug.softdep.inode_bitmap:444035310debug.softdep.indir_blk_ptrs:614466debug.softdep.sync_limit_hit:205087622debug.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:1394364debug.softdep.write.jfsync:0debug.softdep.write.jtrunc:0debug.softdep.write.sbdep:2725016debug.softdep.write.jsegdep:8336258debug.softdep.write.jseg:18529736debug.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:0

35 / 123

Page 36: FreeBSD動作検証レポート - BSD Consulting, Inc.

debug.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:22466334debug.softdep.write.freefrag:0debug.softdep.write.allocindir:380510861debug.softdep.write.indirdep:2777913debug.softdep.write.allocdirect:27122988debug.softdep.write.newblk:0debug.softdep.write.bmsafemap:278043425debug.softdep.write.inodedep:7143266688debug.softdep.write.pagedep:111725282debug.softdep.current.jfsync:0debug.softdep.current.jtrunc:0debug.softdep.current.sbdep:0debug.softdep.current.jsegdep:484689debug.softdep.current.jseg:29debug.softdep.current.jfreefrag:50debug.softdep.current.jfreeblk:0debug.softdep.current.jnewblk:200137debug.softdep.current.jmvref:0debug.softdep.current.jremref:3146debug.softdep.current.jaddref:725303debug.softdep.current.freedep:0debug.softdep.current.freework:245162debug.softdep.current.newdirblk:59014debug.softdep.current.dirrem:822518debug.softdep.current.mkdir:294debug.softdep.current.diradd:334055debug.softdep.current.freefile:757877debug.softdep.current.freeblks:72598debug.softdep.current.freefrag:12585debug.softdep.current.allocindir:0debug.softdep.current.indirdep:2debug.softdep.current.allocdirect:2debug.softdep.current.newblk:0debug.softdep.current.bmsafemap:420170debug.softdep.current.inodedep:82096debug.softdep.current.pagedep:236948debug.softdep.highuse.jfsync:0debug.softdep.highuse.jtrunc:0debug.softdep.highuse.sbdep:1debug.softdep.highuse.jsegdep:793518debug.softdep.highuse.jseg:33950debug.softdep.highuse.jfreefrag:84debug.softdep.highuse.jfreeblk:0debug.softdep.highuse.jnewblk:232803debug.softdep.highuse.jmvref:0debug.softdep.highuse.jremref:100184debug.softdep.highuse.jaddref:756829debug.softdep.highuse.freedep:250debug.softdep.highuse.freework:285386debug.softdep.highuse.newdirblk:61152debug.softdep.highuse.dirrem:1088190debug.softdep.highuse.mkdir:7071debug.softdep.highuse.diradd:349307debug.softdep.highuse.freefile:1020274debug.softdep.highuse.freeblks:134785debug.softdep.highuse.freefrag:14812debug.softdep.highuse.allocindir:343335debug.softdep.highuse.indirdep:135debug.softdep.highuse.allocdirect:19633debug.softdep.highuse.newblk:36debug.softdep.highuse.bmsafemap:420996debug.softdep.highuse.inodedep:384184debug.softdep.highuse.pagedep:238157debug.softdep.total.jfsync:0debug.softdep.total.jtrunc:0debug.softdep.total.sbdep:2701545debug.softdep.total.jsegdep:3857031255debug.softdep.total.jseg:19135757debug.softdep.total.jfreefrag:80269637debug.softdep.total.jfreeblk:0debug.softdep.total.jnewblk:789520875debug.softdep.total.jmvref:0debug.softdep.total.jremref:1493619041debug.softdep.total.jaddref:1493621702debug.softdep.total.freedep:157324debug.softdep.total.freework:344774199debug.softdep.total.newdirblk:326937538debug.softdep.total.dirrem:844949647debug.softdep.total.mkdir:648669516debug.softdep.total.diradd:844952186debug.softdep.total.freefile:844948498debug.softdep.total.freeblks:324382156debug.softdep.total.freefrag:80269637debug.softdep.total.allocindir:457684153debug.softdep.total.indirdep:2253985debug.softdep.total.allocdirect:331836723debug.softdep.total.newblk:789520876debug.softdep.total.bmsafemap:851879772debug.softdep.total.inodedep:945263551debug.softdep.total.pagedep:355060315debug.collectsnapstats:0debug.snapdebug:0debug.dopersistence:0debug.fsckcmds:0debug.nlm_debug:0debug.if_tun_debug:0debug.vn_io_faults:10863debug.vn_io_fault_prefault:0debug.vn_io_fault_enable:1debug.vnlru_nowhere:0debug.rush_requests:59230718debug.disablefullpath:0debug.disablecwd:0debug.vfscache:1debug.numcachehv:50debug.numcache:211debug.numneg:13debug.nchash:524287debug.devfs_iosize_max_clamp:1debug.iosize_max_clamp:1

36 / 123

Page 37: FreeBSD動作検証レポート - BSD Consulting, Inc.

debug.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.pcb:320debug.sizeof.kinfo_proc:1088debug.sizeof.buf:600debug.sizeof.bio:248debug.sizeof.proc:1264debug.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.fail_point.fill_kinfo_vnode__random_path: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]:8hw.byteorder:1234hw.physmem:17087823872hw.usermem:16651796480hw.pagesize:4096hw.floatingpoint:1hw.machine_arch:amd64hw.realmem:17179869184hw.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:3408hw.busdma.zone1.alignment:4096hw.busdma.zone1.lowaddr:0xffffffffhw.busdma.zone1.total_deferred:0hw.busdma.zone1.total_bounced:0hw.busdma.zone1.active_bpages:0hw.busdma.zone1.reserved_bpages:0hw.busdma.zone1.free_bpages:231hw.busdma.zone1.total_bpages:231hw.busdma.zone0.alignment:4096hw.busdma.zone0.lowaddr:0xfffffffffffffffhw.busdma.zone0.total_deferred:0hw.busdma.zone0.total_bounced:0hw.busdma.zone0.active_bpages:0hw.busdma.zone0.reserved_bpages:0hw.busdma.zone0.free_bpages:8196hw.busdma.zone0.total_bpages:8196hw.busdma.total_bpages:8427hw.dmar.match_verbose:0

37 / 123

Page 38: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.dmar.tbl_pagecnt:0hw.nvd.delete_max:1073741824hw.kbd.keymap_restrict_change:0hw.bxe.udp_rss:0hw.bxe.autogreeen:0hw.bxe.mrrs:-1hw.bxe.max_aggregation_size:0hw.bxe.rx_budget:-1hw.bxe.hc_tx_ticks:50hw.bxe.hc_rx_ticks:25hw.bxe.max_rx_bufs:0hw.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:4171832hw.intr_storm_threshold:1000hw.xbd.xbd_enable_indirect:1hw.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: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.puc.msi_disable:0hw.pci.host_mem_start:2147483648hw.pci.mcfg:1hw.pci.default_vgapci_unit:-1

38 / 123

Page 39: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.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.advertise_speed:0hw.ix.flow_control:3hw.ix.tx_process_limit:256hw.ix.rx_process_limit:256hw.ix.max_interrupt_rate:31250hw.ix.enable_aim:1hw.igb.tx_process_limit:-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.em.disable_crc_stripping:0hw.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:1

39 / 123

Page 40: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.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:3408171638machdep.disable_tsc_calibration:0machdep.disable_tsc:0machdep.i8254_freq:1193182machdep.acpi_root:1970761728machdep.uprintf_signal:0machdep.prot_fault_translation:0machdep.panic_on_nmi:1machdep.kdb_on_nmi:1machdep.max_ldt_segment:1024machdep.nkpt:46machdep.efi_map:TypePhysicalVirtual#PagesAttrConventionalMemory0000000000000x000000028UCWCWTWBReserved0000000280000x000000001UCWCWTWBConventionalMemory0000000290000x000000075UCWCWTWBReserved00000009e0000x000000002UCWCWTWBConventionalMemory0000001000000x00003fefcUCWCWTWBLoaderData00003fffc0000x000000004UCWCWTWBConventionalMemory0000400000000x00000ecc2UCWCWTWBBootServicesData00004ecc20000x000000040UCWCWTWBConventionalMemory00004ed020000x00001b9e4UCWCWTWBLoaderData00006a6e60000x000003300UCWCWTWBLoaderCode00006d9e60000x000000060UCWCWTWBLoaderData00006da460000x0000001a5UCWCWTWBLoaderCode00006dbeb0000x000000017UCWCWTWBBootServicesData00006dc020000x00000100cUCWCWTWBACPIMemoryNVS00006ec0e0000x000000001UCWCWTWBRuntimeServicesData00006ec0f0000x00000004aUCWCWTWBRUNTIMEBootServicesData00006ec590000x000000059UCWCWTWBConventionalMemory00006ecb20000x00000000cUCWCWTWBLoaderData00006ecbe0000x000000003UCWCWTWBBootServicesData00006ecc10000x0000053d7UCWCWTWBConventionalMemory0000740980000x0000001acUCWCWTWBBootServicesCode0000742440000x0000006b1UCWCWTWBReserved0000748f50000x000000e7cUCWCWTWBACPIReclaimMemory0000757710000x000000021UCWCWTWBACPIMemoryNVS0000757920000x0000007b8UCWCWTWBRuntimeServicesData000075f4a0000x000001f56UCWCWTWBRUNTIMERuntimeServicesCode000077ea00000x00000015fUCWCWTWBRUNTIMEBootServicesData000077fff0000x000000001UCWCWTWBConventionalMemory0001000000000x000387800UCWCWTWBReserved0000780000000x000000100MemoryMappedIO0000e00000000x000010000UCRUNTIMEMemoryMappedIO0000fe0000000x000000011UCRUNTIMEMemoryMappedIO0000fec000000x000000001UCRUNTIMEMemoryMappedIO0000fee000000x000000001UCRUNTIMEMemoryMappedIO0000ff0000000x000001000UCRUNTIMEmachdep.bootmethod:UEFImachdep.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:10user.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: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.umass.%parent: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=0x02

40 / 123

Page 41: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.ums.0.%location:bus=0hubaddr=1port=10devaddr=4interface=1ugen=ugen0.4dev.ums.0.%driver:umsdev.ums.0.%desc:MouseInterfacedev.ums.%parent:dev.ukbd.1.%parent:uhub0dev.ukbd.1.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.1.%location:bus=0hubaddr=1port=10devaddr=4interface=0ugen=ugen0.4dev.ukbd.1.%driver:ukbddev.ukbd.1.%desc:KeyboardInterfacedev.ukbd.0.%parent:uhub1dev.ukbd.0.%pnpinfo:vendor=0x0853product=0x0100devclass=0x00devsubclass=0x00sernum=""release=0x0102mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.0.%location:bus=0hubaddr=2port=1devaddr=3interface=0ugen=ugen0.3dev.ukbd.0.%driver:ukbddev.ukbd.0.%desc:TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr2dev.ukbd.%parent:dev.uhub.1.disable_port_power:0dev.uhub.1.disable_enumeration:0dev.uhub.1.%parent:uhub0dev.uhub.1.%pnpinfo:vendor=0x0409product=0x005adevclass=0x09devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.1.%location:bus=0hubaddr=1port=4devaddr=2interface=0ugen=ugen0.2dev.uhub.1.%driver:uhubdev.uhub.1.%desc:vendor0x0409product0x005a,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.cpufreq.7.%parent:cpu7dev.cpufreq.7.%pnpinfo:dev.cpufreq.7.%location:dev.cpufreq.7.%driver:cpufreqdev.cpufreq.7.%desc:dev.cpufreq.6.%parent:cpu6dev.cpufreq.6.%pnpinfo:dev.cpufreq.6.%location:dev.cpufreq.6.%driver:cpufreqdev.cpufreq.6.%desc:dev.cpufreq.5.%parent:cpu5dev.cpufreq.5.%pnpinfo:dev.cpufreq.5.%location:dev.cpufreq.5.%driver:cpufreqdev.cpufreq.5.%desc:dev.cpufreq.4.%parent:cpu4dev.cpufreq.4.%pnpinfo:dev.cpufreq.4.%location:dev.cpufreq.4.%driver:cpufreqdev.cpufreq.4.%desc:dev.cpufreq.3.%parent:cpu3dev.cpufreq.3.%pnpinfo:dev.cpufreq.3.%location:dev.cpufreq.3.%driver:cpufreqdev.cpufreq.3.%desc:dev.cpufreq.2.%parent:cpu2dev.cpufreq.2.%pnpinfo:dev.cpufreq.2.%location:dev.cpufreq.2.%driver:cpufreqdev.cpufreq.2.%desc:dev.cpufreq.1.%parent:cpu1dev.cpufreq.1.%pnpinfo:dev.cpufreq.1.%location:dev.cpufreq.1.%driver:cpufreqdev.cpufreq.1.%desc:dev.cpufreq.0.%parent:cpu0dev.cpufreq.0.%pnpinfo:dev.cpufreq.0.%location:dev.cpufreq.0.%driver:cpufreqdev.cpufreq.0.%desc:dev.cpufreq.%parent:dev.est.7.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.7.%parent:cpu7dev.est.7.%pnpinfo:dev.est.7.%location:dev.est.7.%driver:estdev.est.7.%desc:EnhancedSpeedStepFrequencyControldev.est.6.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.6.%parent:cpu6dev.est.6.%pnpinfo:dev.est.6.%location:dev.est.6.%driver:estdev.est.6.%desc:EnhancedSpeedStepFrequencyControldev.est.5.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.5.%parent:cpu5dev.est.5.%pnpinfo:dev.est.5.%location:dev.est.5.%driver:estdev.est.5.%desc:EnhancedSpeedStepFrequencyControldev.est.4.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.4.%parent:cpu4dev.est.4.%pnpinfo:dev.est.4.%location:dev.est.4.%driver:estdev.est.4.%desc:EnhancedSpeedStepFrequencyControldev.est.3.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.3.%parent:cpu3dev.est.3.%pnpinfo:dev.est.3.%location:dev.est.3.%driver:estdev.est.3.%desc:EnhancedSpeedStepFrequencyControldev.est.2.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.2.%parent:cpu2dev.est.2.%pnpinfo:dev.est.2.%location:dev.est.2.%driver:estdev.est.2.%desc:EnhancedSpeedStepFrequencyControldev.est.1.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.1.%parent:cpu1

41 / 123

Page 42: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.est.1.%pnpinfo:dev.est.1.%location:dev.est.1.%driver:estdev.est.1.%desc:EnhancedSpeedStepFrequencyControldev.est.0.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.0.%parent:cpu0dev.est.0.%pnpinfo:dev.est.0.%location:dev.est.0.%driver:estdev.est.0.%desc:EnhancedSpeedStepFrequencyControldev.est.%parent:dev.acpi_perf.7.%parent:cpu7dev.acpi_perf.7.%pnpinfo:dev.acpi_perf.7.%location:dev.acpi_perf.7.%driver:acpi_perfdev.acpi_perf.7.%desc:dev.acpi_perf.6.%parent:cpu6dev.acpi_perf.6.%pnpinfo:dev.acpi_perf.6.%location:dev.acpi_perf.6.%driver:acpi_perfdev.acpi_perf.6.%desc:dev.acpi_perf.5.%parent:cpu5dev.acpi_perf.5.%pnpinfo:dev.acpi_perf.5.%location:dev.acpi_perf.5.%driver:acpi_perfdev.acpi_perf.5.%desc:dev.acpi_perf.4.%parent:cpu4dev.acpi_perf.4.%pnpinfo:dev.acpi_perf.4.%location:dev.acpi_perf.4.%driver:acpi_perfdev.acpi_perf.4.%desc:dev.acpi_perf.3.%parent:cpu3dev.acpi_perf.3.%pnpinfo:dev.acpi_perf.3.%location:dev.acpi_perf.3.%driver:acpi_perfdev.acpi_perf.3.%desc:dev.acpi_perf.2.%parent:cpu2dev.acpi_perf.2.%pnpinfo:dev.acpi_perf.2.%location:dev.acpi_perf.2.%driver:acpi_perfdev.acpi_perf.2.%desc:dev.acpi_perf.1.%parent:cpu1dev.acpi_perf.1.%pnpinfo:dev.acpi_perf.1.%location:dev.acpi_perf.1.%driver:acpi_perfdev.acpi_perf.1.%desc:dev.acpi_perf.0.%parent:cpu0dev.acpi_perf.0.%pnpinfo:dev.acpi_perf.0.%location:dev.acpi_perf.0.%driver:acpi_perfdev.acpi_perf.0.%desc:dev.acpi_perf.%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.fpupnp.0.%parent:acpi0dev.fpupnp.0.%pnpinfo:_HID=PNP0C04_UID=0dev.fpupnp.0.%location:handle=\_SB_.PCI0.LPCB.MATHdev.fpupnp.0.%driver:fpupnpdev.fpupnp.0.%desc:LegacyISAcoprocessorsupportdev.fpupnp.%parent:dev.uart.1.pps_mode:2dev.uart.1.%parent:acpi0dev.uart.1.%pnpinfo:_HID=PNP0501_UID=1dev.uart.1.%location:handle=\_SB_.PCI0.LPCB.UAR2dev.uart.1.%driver:uartdev.uart.1.%desc:16550orcompatibledev.uart.0.pps_mode:2dev.uart.0.%parent:acpi0dev.uart.0.%pnpinfo:_HID=PNP0501_UID=0dev.uart.0.%location:handle=\_SB_.PCI0.LPCB.UAR1dev.uart.0.%driver:uartdev.uart.0.%desc:16550orcompatibledev.uart.%parent:dev.psmcpnp.0.%parent:acpi0dev.psmcpnp.0.%pnpinfo:_HID=MSFT0003_UID=0dev.psmcpnp.0.%location:handle=\_SB_.PCI0.LPCB.PS2Mdev.psmcpnp.0.%driver:psmcpnpdev.psmcpnp.0.%desc:PS/2mouseportdev.psmcpnp.%parent:dev.atkbd.0.%parent:atkbdc0dev.atkbd.0.%pnpinfo:dev.atkbd.0.%location:dev.atkbd.0.%driver:atkbddev.atkbd.0.%desc:ATKeyboarddev.atkbd.%parent:dev.atkbdc.0.%parent:acpi0dev.atkbdc.0.%pnpinfo:_HID=MSFT0001_UID=0dev.atkbdc.0.%location:handle=\_SB_.PCI0.LPCB.PS2Kdev.atkbdc.0.%driver:atkbdcdev.atkbdc.0.%desc:Keyboardcontroller(i8042)dev.atkbdc.%parent:dev.acpi_button.1.%parent:acpi0dev.acpi_button.1.%pnpinfo:_HID=PNP0C0C_UID=0dev.acpi_button.1.%location:handle=\_SB_.PWRBdev.acpi_button.1.%driver:acpi_buttondev.acpi_button.1.%desc:PowerButtondev.acpi_button.0.%parent:acpi0dev.acpi_button.0.%pnpinfo:_HID=PNP0C0E_UID=0dev.acpi_button.0.%location:handle=\_SB_.SLPBdev.acpi_button.0.%driver:acpi_buttondev.acpi_button.0.%desc:SleepButtondev.acpi_button.%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=0xa149subvendor=0x1bcfsubdevice=0x8069class=0x060100dev.isab.0.%location:pci0:0:31:0handle=\_SB_.PCI0.LPCB

42 / 123

Page 43: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.isab.0.%driver:isabdev.isab.0.%desc:PCI-ISAbridgedev.isab.%parent:dev.mrsas.0.wake:0dev.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:896dev.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:pci144dev.mrsas.0.%pnpinfo:vendor=0x1000device=0x005dsubvendor=0x1000subdevice=0x9364class=0x010400dev.mrsas.0.%location:pci0:144:0:0handle=\_SB_.PCI0.RP05.PXSXdev.mrsas.0.%driver:mrsasdev.mrsas.0.%desc:AVAGOInvaderSASControllerdev.mrsas.%parent:dev.vgapci.0.wake:0dev.vgapci.0.%parent:pci95dev.vgapci.0.%pnpinfo:vendor=0x102bdevice=0x0522subvendor=0x1bcfsubdevice=0x8069class=0x030000dev.vgapci.0.%location:pci0:95:0:0handle=\_SB_.PCI0.RP20.PXSXdev.vgapci.0.%driver:vgapcidev.vgapci.0.%desc:VGA-compatibledisplaydev.vgapci.%parent:dev.brgphy.9.%parent:miibus9dev.brgphy.9.%pnpinfo:oui=0x1be9model=0x36rev=0x0dev.brgphy.9.%location:phyno=2dev.brgphy.9.%driver:brgphydev.brgphy.9.%desc:BCM5720C1000BASE-Tmediainterfacedev.brgphy.8.%parent:miibus8dev.brgphy.8.%pnpinfo:oui=0x1be9model=0x36rev=0x0dev.brgphy.8.%location:phyno=1dev.brgphy.8.%driver:brgphydev.brgphy.8.%desc:BCM5720C1000BASE-Tmediainterfacedev.brgphy.7.%parent:miibus7dev.brgphy.7.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.7.%location:phyno=4dev.brgphy.7.%driver:brgphydev.brgphy.7.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.6.%parent:miibus6dev.brgphy.6.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.6.%location:phyno=3dev.brgphy.6.%driver:brgphydev.brgphy.6.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.5.%parent:miibus5dev.brgphy.5.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.5.%location:phyno=2dev.brgphy.5.%driver:brgphydev.brgphy.5.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.4.%parent:miibus4dev.brgphy.4.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.4.%location:phyno=1dev.brgphy.4.%driver:brgphydev.brgphy.4.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.3.%parent:miibus3dev.brgphy.3.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.3.%location:phyno=4dev.brgphy.3.%driver:brgphydev.brgphy.3.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.2.%parent:miibus2dev.brgphy.2.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.2.%location:phyno=3dev.brgphy.2.%driver:brgphydev.brgphy.2.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.1.%parent:miibus1dev.brgphy.1.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.1.%location:phyno=2dev.brgphy.1.%driver:brgphydev.brgphy.1.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.0.%parent:miibus0dev.brgphy.0.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.0.%location:phyno=1dev.brgphy.0.%driver:brgphydev.brgphy.0.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.%parent:dev.miibus.9.%parent:bge9dev.miibus.9.%pnpinfo:dev.miibus.9.%location:dev.miibus.9.%driver:miibusdev.miibus.9.%desc:MIIbusdev.miibus.8.%parent:bge8dev.miibus.8.%pnpinfo:dev.miibus.8.%location:dev.miibus.8.%driver:miibusdev.miibus.8.%desc:MIIbusdev.miibus.7.%parent:bge7dev.miibus.7.%pnpinfo:dev.miibus.7.%location:dev.miibus.7.%driver:miibusdev.miibus.7.%desc:MIIbusdev.miibus.6.%parent:bge6dev.miibus.6.%pnpinfo:dev.miibus.6.%location:dev.miibus.6.%driver:miibusdev.miibus.6.%desc:MIIbusdev.miibus.5.%parent:bge5dev.miibus.5.%pnpinfo:dev.miibus.5.%location:dev.miibus.5.%driver:miibusdev.miibus.5.%desc:MIIbusdev.miibus.4.%parent:bge4dev.miibus.4.%pnpinfo:dev.miibus.4.%location:dev.miibus.4.%driver:miibusdev.miibus.4.%desc:MIIbusdev.miibus.3.%parent:bge3dev.miibus.3.%pnpinfo:dev.miibus.3.%location:dev.miibus.3.%driver:miibusdev.miibus.3.%desc:MIIbusdev.miibus.2.%parent:bge2dev.miibus.2.%pnpinfo:dev.miibus.2.%location:dev.miibus.2.%driver:miibus

43 / 123

Page 44: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.miibus.2.%desc:MIIbusdev.miibus.1.%parent:bge1dev.miibus.1.%pnpinfo:dev.miibus.1.%location:dev.miibus.1.%driver:miibusdev.miibus.1.%desc:MIIbusdev.miibus.0.%parent:bge0dev.miibus.0.%pnpinfo:dev.miibus.0.%location:dev.miibus.0.%driver:miibusdev.miibus.0.%desc:MIIbusdev.miibus.%parent:dev.bge.9.stats.tx.BroadcastPkts:0dev.bge.9.stats.tx.MulticastPkts:0dev.bge.9.stats.tx.UnicastPkts:0dev.bge.9.stats.tx.LateCollisions:0dev.bge.9.stats.tx.ExcessiveCollisions:0dev.bge.9.stats.tx.DeferredTransmissions:0dev.bge.9.stats.tx.MultipleCollisionFrames:0dev.bge.9.stats.tx.SingleCollisionFrames:0dev.bge.9.stats.tx.InternalMacTransmitErrors:0dev.bge.9.stats.tx.XoffSent:0dev.bge.9.stats.tx.XonSent:0dev.bge.9.stats.tx.Collisions:0dev.bge.9.stats.tx.ifHCOutOctets:0dev.bge.9.stats.rx.UndersizePkts:0dev.bge.9.stats.rx.Jabbers:0dev.bge.9.stats.rx.FramesTooLong:0dev.bge.9.stats.rx.xoffStateEntered:0dev.bge.9.stats.rx.ControlFramesReceived:0dev.bge.9.stats.rx.xoffPauseFramesReceived:0dev.bge.9.stats.rx.xonPauseFramesReceived:0dev.bge.9.stats.rx.AlignmentErrors:0dev.bge.9.stats.rx.FCSErrors:0dev.bge.9.stats.rx.BroadcastPkts:0dev.bge.9.stats.rx.MulticastPkts:0dev.bge.9.stats.rx.UnicastPkts:0dev.bge.9.stats.rx.Fragments:0dev.bge.9.stats.rx.ifHCInOctets:0dev.bge.9.stats.RecvThresholdHit:0dev.bge.9.stats.InputErrors:0dev.bge.9.stats.InputDiscards:0dev.bge.9.stats.NoMoreRxBDs:0dev.bge.9.stats.DmaWriteHighPriQueueFull:0dev.bge.9.stats.DmaWriteQueueFull:0dev.bge.9.stats.FramesDroppedDueToFilters:0dev.bge.9.forced_udpcsum:0dev.bge.9.msi:1dev.bge.9.forced_collapse:0dev.bge.9.%parent:pci143dev.bge.9.%pnpinfo:vendor=0x14e4device=0x165fsubvendor=0x1bcfsubdevice=0x8069class=0x020000dev.bge.9.%location:pci0:143:0:1handle=\_SB_.PCI0.RP04.LAN2dev.bge.9.%driver:bgedev.bge.9.%desc:BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000dev.bge.8.stats.tx.BroadcastPkts:4dev.bge.8.stats.tx.MulticastPkts:0dev.bge.8.stats.tx.UnicastPkts:18dev.bge.8.stats.tx.LateCollisions:0dev.bge.8.stats.tx.ExcessiveCollisions:0dev.bge.8.stats.tx.DeferredTransmissions:0dev.bge.8.stats.tx.MultipleCollisionFrames:0dev.bge.8.stats.tx.SingleCollisionFrames:0dev.bge.8.stats.tx.InternalMacTransmitErrors:0dev.bge.8.stats.tx.XoffSent:0dev.bge.8.stats.tx.XonSent:0dev.bge.8.stats.tx.Collisions:0dev.bge.8.stats.tx.ifHCOutOctets:2583dev.bge.8.stats.rx.UndersizePkts:0dev.bge.8.stats.rx.Jabbers:0dev.bge.8.stats.rx.FramesTooLong:0dev.bge.8.stats.rx.xoffStateEntered:0dev.bge.8.stats.rx.ControlFramesReceived:0dev.bge.8.stats.rx.xoffPauseFramesReceived:0dev.bge.8.stats.rx.xonPauseFramesReceived:0dev.bge.8.stats.rx.AlignmentErrors:0dev.bge.8.stats.rx.FCSErrors:0dev.bge.8.stats.rx.BroadcastPkts:244dev.bge.8.stats.rx.MulticastPkts:324dev.bge.8.stats.rx.UnicastPkts:21dev.bge.8.stats.rx.Fragments:0dev.bge.8.stats.rx.ifHCInOctets:139404dev.bge.8.stats.RecvThresholdHit:0dev.bge.8.stats.InputErrors:0dev.bge.8.stats.InputDiscards:0dev.bge.8.stats.NoMoreRxBDs:0dev.bge.8.stats.DmaWriteHighPriQueueFull:0dev.bge.8.stats.DmaWriteQueueFull:0dev.bge.8.stats.FramesDroppedDueToFilters:0dev.bge.8.forced_udpcsum:0dev.bge.8.msi:1dev.bge.8.forced_collapse:0dev.bge.8.%parent:pci143dev.bge.8.%pnpinfo:vendor=0x14e4device=0x165fsubvendor=0x1bcfsubdevice=0x8069class=0x020000dev.bge.8.%location:pci0:143:0:0handle=\_SB_.PCI0.RP04.LAN1dev.bge.8.%driver:bgedev.bge.8.%desc:BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000dev.bge.7.stats.tx.BroadcastPkts:0dev.bge.7.stats.tx.MulticastPkts:0dev.bge.7.stats.tx.UnicastPkts:0dev.bge.7.stats.tx.LateCollisions:0dev.bge.7.stats.tx.ExcessiveCollisions:0dev.bge.7.stats.tx.DeferredTransmissions:0dev.bge.7.stats.tx.MultipleCollisionFrames:0dev.bge.7.stats.tx.SingleCollisionFrames:0dev.bge.7.stats.tx.InternalMacTransmitErrors:0dev.bge.7.stats.tx.XoffSent:0dev.bge.7.stats.tx.XonSent:0dev.bge.7.stats.tx.Collisions:0dev.bge.7.stats.tx.ifHCOutOctets:0dev.bge.7.stats.rx.UndersizePkts:0dev.bge.7.stats.rx.Jabbers:0dev.bge.7.stats.rx.FramesTooLong:0dev.bge.7.stats.rx.xoffStateEntered:0dev.bge.7.stats.rx.ControlFramesReceived:0dev.bge.7.stats.rx.xoffPauseFramesReceived:0dev.bge.7.stats.rx.xonPauseFramesReceived:0

44 / 123

Page 45: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.7.stats.rx.AlignmentErrors:0dev.bge.7.stats.rx.FCSErrors:0dev.bge.7.stats.rx.BroadcastPkts:0dev.bge.7.stats.rx.MulticastPkts:0dev.bge.7.stats.rx.UnicastPkts:0dev.bge.7.stats.rx.Fragments:0dev.bge.7.stats.rx.ifHCInOctets:0dev.bge.7.stats.RecvThresholdHit:0dev.bge.7.stats.InputErrors:0dev.bge.7.stats.InputDiscards:0dev.bge.7.stats.NoMoreRxBDs:0dev.bge.7.stats.DmaWriteHighPriQueueFull:0dev.bge.7.stats.DmaWriteQueueFull:0dev.bge.7.stats.FramesDroppedDueToFilters:0dev.bge.7.forced_udpcsum:0dev.bge.7.msi:1dev.bge.7.forced_collapse:0dev.bge.7.%parent:pci96dev.bge.7.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.7.%location:pci0:96:0:3dev.bge.7.%driver:bgedev.bge.7.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.6.stats.tx.BroadcastPkts:0dev.bge.6.stats.tx.MulticastPkts:0dev.bge.6.stats.tx.UnicastPkts:0dev.bge.6.stats.tx.LateCollisions:0dev.bge.6.stats.tx.ExcessiveCollisions:0dev.bge.6.stats.tx.DeferredTransmissions:0dev.bge.6.stats.tx.MultipleCollisionFrames:0dev.bge.6.stats.tx.SingleCollisionFrames:0dev.bge.6.stats.tx.InternalMacTransmitErrors:0dev.bge.6.stats.tx.XoffSent:0dev.bge.6.stats.tx.XonSent:0dev.bge.6.stats.tx.Collisions:0dev.bge.6.stats.tx.ifHCOutOctets:0dev.bge.6.stats.rx.UndersizePkts:0dev.bge.6.stats.rx.Jabbers:0dev.bge.6.stats.rx.FramesTooLong:0dev.bge.6.stats.rx.xoffStateEntered:0dev.bge.6.stats.rx.ControlFramesReceived:0dev.bge.6.stats.rx.xoffPauseFramesReceived:0dev.bge.6.stats.rx.xonPauseFramesReceived:0dev.bge.6.stats.rx.AlignmentErrors:0dev.bge.6.stats.rx.FCSErrors:0dev.bge.6.stats.rx.BroadcastPkts:0dev.bge.6.stats.rx.MulticastPkts:0dev.bge.6.stats.rx.UnicastPkts:0dev.bge.6.stats.rx.Fragments:0dev.bge.6.stats.rx.ifHCInOctets:0dev.bge.6.stats.RecvThresholdHit:0dev.bge.6.stats.InputErrors:0dev.bge.6.stats.InputDiscards:0dev.bge.6.stats.NoMoreRxBDs:0dev.bge.6.stats.DmaWriteHighPriQueueFull:0dev.bge.6.stats.DmaWriteQueueFull:0dev.bge.6.stats.FramesDroppedDueToFilters:0dev.bge.6.forced_udpcsum:0dev.bge.6.msi:1dev.bge.6.forced_collapse:0dev.bge.6.%parent:pci96dev.bge.6.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.6.%location:pci0:96:0:2dev.bge.6.%driver:bgedev.bge.6.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.5.stats.tx.BroadcastPkts:0dev.bge.5.stats.tx.MulticastPkts:0dev.bge.5.stats.tx.UnicastPkts:0dev.bge.5.stats.tx.LateCollisions:0dev.bge.5.stats.tx.ExcessiveCollisions:0dev.bge.5.stats.tx.DeferredTransmissions:0dev.bge.5.stats.tx.MultipleCollisionFrames:0dev.bge.5.stats.tx.SingleCollisionFrames:0dev.bge.5.stats.tx.InternalMacTransmitErrors:0dev.bge.5.stats.tx.XoffSent:0dev.bge.5.stats.tx.XonSent:0dev.bge.5.stats.tx.Collisions:0dev.bge.5.stats.tx.ifHCOutOctets:0dev.bge.5.stats.rx.UndersizePkts:0dev.bge.5.stats.rx.Jabbers:0dev.bge.5.stats.rx.FramesTooLong:0dev.bge.5.stats.rx.xoffStateEntered:0dev.bge.5.stats.rx.ControlFramesReceived:0dev.bge.5.stats.rx.xoffPauseFramesReceived:0dev.bge.5.stats.rx.xonPauseFramesReceived:0dev.bge.5.stats.rx.AlignmentErrors:0dev.bge.5.stats.rx.FCSErrors:0dev.bge.5.stats.rx.BroadcastPkts:0dev.bge.5.stats.rx.MulticastPkts:0dev.bge.5.stats.rx.UnicastPkts:0dev.bge.5.stats.rx.Fragments:0dev.bge.5.stats.rx.ifHCInOctets:0dev.bge.5.stats.RecvThresholdHit:0dev.bge.5.stats.InputErrors:0dev.bge.5.stats.InputDiscards:0dev.bge.5.stats.NoMoreRxBDs:0dev.bge.5.stats.DmaWriteHighPriQueueFull:0dev.bge.5.stats.DmaWriteQueueFull:0dev.bge.5.stats.FramesDroppedDueToFilters:0dev.bge.5.forced_udpcsum:0dev.bge.5.msi:1dev.bge.5.forced_collapse:0dev.bge.5.%parent:pci96dev.bge.5.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.5.%location:pci0:96:0:1dev.bge.5.%driver:bgedev.bge.5.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.4.wake:0dev.bge.4.stats.tx.BroadcastPkts:0dev.bge.4.stats.tx.MulticastPkts:0dev.bge.4.stats.tx.UnicastPkts:0dev.bge.4.stats.tx.LateCollisions:0dev.bge.4.stats.tx.ExcessiveCollisions:0dev.bge.4.stats.tx.DeferredTransmissions:0dev.bge.4.stats.tx.MultipleCollisionFrames:0dev.bge.4.stats.tx.SingleCollisionFrames:0dev.bge.4.stats.tx.InternalMacTransmitErrors:0

45 / 123

Page 46: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.4.stats.tx.XoffSent:0dev.bge.4.stats.tx.XonSent:0dev.bge.4.stats.tx.Collisions:0dev.bge.4.stats.tx.ifHCOutOctets:0dev.bge.4.stats.rx.UndersizePkts:0dev.bge.4.stats.rx.Jabbers:0dev.bge.4.stats.rx.FramesTooLong:0dev.bge.4.stats.rx.xoffStateEntered:0dev.bge.4.stats.rx.ControlFramesReceived:0dev.bge.4.stats.rx.xoffPauseFramesReceived:0dev.bge.4.stats.rx.xonPauseFramesReceived:0dev.bge.4.stats.rx.AlignmentErrors:0dev.bge.4.stats.rx.FCSErrors:0dev.bge.4.stats.rx.BroadcastPkts:0dev.bge.4.stats.rx.MulticastPkts:0dev.bge.4.stats.rx.UnicastPkts:0dev.bge.4.stats.rx.Fragments:0dev.bge.4.stats.rx.ifHCInOctets:0dev.bge.4.stats.RecvThresholdHit:0dev.bge.4.stats.InputErrors:0dev.bge.4.stats.InputDiscards:0dev.bge.4.stats.NoMoreRxBDs:0dev.bge.4.stats.DmaWriteHighPriQueueFull:0dev.bge.4.stats.DmaWriteQueueFull:0dev.bge.4.stats.FramesDroppedDueToFilters:0dev.bge.4.forced_udpcsum:0dev.bge.4.msi:1dev.bge.4.forced_collapse:0dev.bge.4.%parent:pci96dev.bge.4.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.4.%location:pci0:96:0:0handle=\_SB_.PCI0.RP01.PXSXdev.bge.4.%driver:bgedev.bge.4.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.3.stats.tx.BroadcastPkts:0dev.bge.3.stats.tx.MulticastPkts:0dev.bge.3.stats.tx.UnicastPkts:0dev.bge.3.stats.tx.LateCollisions:0dev.bge.3.stats.tx.ExcessiveCollisions:0dev.bge.3.stats.tx.DeferredTransmissions:0dev.bge.3.stats.tx.MultipleCollisionFrames:0dev.bge.3.stats.tx.SingleCollisionFrames:0dev.bge.3.stats.tx.InternalMacTransmitErrors:0dev.bge.3.stats.tx.XoffSent:0dev.bge.3.stats.tx.XonSent:0dev.bge.3.stats.tx.Collisions:0dev.bge.3.stats.tx.ifHCOutOctets:0dev.bge.3.stats.rx.UndersizePkts:0dev.bge.3.stats.rx.Jabbers:0dev.bge.3.stats.rx.FramesTooLong:0dev.bge.3.stats.rx.xoffStateEntered:0dev.bge.3.stats.rx.ControlFramesReceived:0dev.bge.3.stats.rx.xoffPauseFramesReceived:0dev.bge.3.stats.rx.xonPauseFramesReceived:0dev.bge.3.stats.rx.AlignmentErrors:0dev.bge.3.stats.rx.FCSErrors:0dev.bge.3.stats.rx.BroadcastPkts:0dev.bge.3.stats.rx.MulticastPkts:0dev.bge.3.stats.rx.UnicastPkts:0dev.bge.3.stats.rx.Fragments:0dev.bge.3.stats.rx.ifHCInOctets:0dev.bge.3.stats.RecvThresholdHit:0dev.bge.3.stats.InputErrors:0dev.bge.3.stats.InputDiscards:0dev.bge.3.stats.NoMoreRxBDs:0dev.bge.3.stats.DmaWriteHighPriQueueFull:0dev.bge.3.stats.DmaWriteQueueFull:0dev.bge.3.stats.FramesDroppedDueToFilters:0dev.bge.3.forced_udpcsum:0dev.bge.3.msi:1dev.bge.3.forced_collapse:0dev.bge.3.%parent:pci48dev.bge.3.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.3.%location:pci0:48:0:3dev.bge.3.%driver:bgedev.bge.3.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.2.stats.tx.BroadcastPkts:0dev.bge.2.stats.tx.MulticastPkts:0dev.bge.2.stats.tx.UnicastPkts:0dev.bge.2.stats.tx.LateCollisions:0dev.bge.2.stats.tx.ExcessiveCollisions:0dev.bge.2.stats.tx.DeferredTransmissions:0dev.bge.2.stats.tx.MultipleCollisionFrames:0dev.bge.2.stats.tx.SingleCollisionFrames:0dev.bge.2.stats.tx.InternalMacTransmitErrors:0dev.bge.2.stats.tx.XoffSent:0dev.bge.2.stats.tx.XonSent:0dev.bge.2.stats.tx.Collisions:0dev.bge.2.stats.tx.ifHCOutOctets:0dev.bge.2.stats.rx.UndersizePkts:0dev.bge.2.stats.rx.Jabbers:0dev.bge.2.stats.rx.FramesTooLong:0dev.bge.2.stats.rx.xoffStateEntered:0dev.bge.2.stats.rx.ControlFramesReceived:0dev.bge.2.stats.rx.xoffPauseFramesReceived:0dev.bge.2.stats.rx.xonPauseFramesReceived:0dev.bge.2.stats.rx.AlignmentErrors:0dev.bge.2.stats.rx.FCSErrors:0dev.bge.2.stats.rx.BroadcastPkts:0dev.bge.2.stats.rx.MulticastPkts:0dev.bge.2.stats.rx.UnicastPkts:0dev.bge.2.stats.rx.Fragments:0dev.bge.2.stats.rx.ifHCInOctets:0dev.bge.2.stats.RecvThresholdHit:0dev.bge.2.stats.InputErrors:0dev.bge.2.stats.InputDiscards:0dev.bge.2.stats.NoMoreRxBDs:0dev.bge.2.stats.DmaWriteHighPriQueueFull:0dev.bge.2.stats.DmaWriteQueueFull:0dev.bge.2.stats.FramesDroppedDueToFilters:0dev.bge.2.forced_udpcsum:0dev.bge.2.msi:1dev.bge.2.forced_collapse:0dev.bge.2.%parent:pci48dev.bge.2.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.2.%location:pci0:48:0:2dev.bge.2.%driver:bge

46 / 123

Page 47: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.2.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.1.stats.tx.BroadcastPkts:0dev.bge.1.stats.tx.MulticastPkts:0dev.bge.1.stats.tx.UnicastPkts:0dev.bge.1.stats.tx.LateCollisions:0dev.bge.1.stats.tx.ExcessiveCollisions:0dev.bge.1.stats.tx.DeferredTransmissions:0dev.bge.1.stats.tx.MultipleCollisionFrames:0dev.bge.1.stats.tx.SingleCollisionFrames:0dev.bge.1.stats.tx.InternalMacTransmitErrors:0dev.bge.1.stats.tx.XoffSent:0dev.bge.1.stats.tx.XonSent:0dev.bge.1.stats.tx.Collisions:0dev.bge.1.stats.tx.ifHCOutOctets:0dev.bge.1.stats.rx.UndersizePkts:0dev.bge.1.stats.rx.Jabbers:0dev.bge.1.stats.rx.FramesTooLong:0dev.bge.1.stats.rx.xoffStateEntered:0dev.bge.1.stats.rx.ControlFramesReceived:0dev.bge.1.stats.rx.xoffPauseFramesReceived:0dev.bge.1.stats.rx.xonPauseFramesReceived:0dev.bge.1.stats.rx.AlignmentErrors:0dev.bge.1.stats.rx.FCSErrors:0dev.bge.1.stats.rx.BroadcastPkts:0dev.bge.1.stats.rx.MulticastPkts:0dev.bge.1.stats.rx.UnicastPkts:0dev.bge.1.stats.rx.Fragments:0dev.bge.1.stats.rx.ifHCInOctets:0dev.bge.1.stats.RecvThresholdHit:0dev.bge.1.stats.InputErrors:0dev.bge.1.stats.InputDiscards:0dev.bge.1.stats.NoMoreRxBDs:0dev.bge.1.stats.DmaWriteHighPriQueueFull:0dev.bge.1.stats.DmaWriteQueueFull:0dev.bge.1.stats.FramesDroppedDueToFilters:0dev.bge.1.forced_udpcsum:0dev.bge.1.msi:1dev.bge.1.forced_collapse:0dev.bge.1.%parent:pci48dev.bge.1.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.1.%location:pci0:48:0:1dev.bge.1.%driver:bgedev.bge.1.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.0.wake:0dev.bge.0.stats.tx.BroadcastPkts:0dev.bge.0.stats.tx.MulticastPkts:0dev.bge.0.stats.tx.UnicastPkts:0dev.bge.0.stats.tx.LateCollisions:0dev.bge.0.stats.tx.ExcessiveCollisions:0dev.bge.0.stats.tx.DeferredTransmissions:0dev.bge.0.stats.tx.MultipleCollisionFrames:0dev.bge.0.stats.tx.SingleCollisionFrames:0dev.bge.0.stats.tx.InternalMacTransmitErrors:0dev.bge.0.stats.tx.XoffSent:0dev.bge.0.stats.tx.XonSent:0dev.bge.0.stats.tx.Collisions:0dev.bge.0.stats.tx.ifHCOutOctets:0dev.bge.0.stats.rx.UndersizePkts:0dev.bge.0.stats.rx.Jabbers:0dev.bge.0.stats.rx.FramesTooLong:0dev.bge.0.stats.rx.xoffStateEntered:0dev.bge.0.stats.rx.ControlFramesReceived:0dev.bge.0.stats.rx.xoffPauseFramesReceived:0dev.bge.0.stats.rx.xonPauseFramesReceived:0dev.bge.0.stats.rx.AlignmentErrors:0dev.bge.0.stats.rx.FCSErrors:0dev.bge.0.stats.rx.BroadcastPkts:0dev.bge.0.stats.rx.MulticastPkts:0dev.bge.0.stats.rx.UnicastPkts:0dev.bge.0.stats.rx.Fragments:0dev.bge.0.stats.rx.ifHCInOctets:0dev.bge.0.stats.RecvThresholdHit:0dev.bge.0.stats.InputErrors:0dev.bge.0.stats.InputDiscards:0dev.bge.0.stats.NoMoreRxBDs:0dev.bge.0.stats.DmaWriteHighPriQueueFull:0dev.bge.0.stats.DmaWriteQueueFull:0dev.bge.0.stats.FramesDroppedDueToFilters:0dev.bge.0.forced_udpcsum:0dev.bge.0.msi:1dev.bge.0.forced_collapse:0dev.bge.0.%parent:pci48dev.bge.0.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.0.%location:pci0:48:0:0handle=\_SB_.PCI0.RP18.PXSXdev.bge.0.%driver:bgedev.bge.0.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.%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.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=0

47 / 123

Page 48: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.ahcich.0.%driver:ahcichdev.ahcich.0.%desc:AHCIchanneldev.ahcich.%parent:dev.ahci.0.%parent:pci0dev.ahci.0.%pnpinfo:vendor=0x8086device=0xa102subvendor=0x1bcfsubdevice=0x8069class=0x010601dev.ahci.0.%location:pci0:0:23:0handle=\_SB_.PCI0.SAT0dev.ahci.0.%driver:ahcidev.ahci.0.%desc:AHCISATAcontrollerdev.ahci.%parent: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.wake:0dev.xhci.0.%parent:pci0dev.xhci.0.%pnpinfo:vendor=0x8086device=0xa12fsubvendor=0x1bcfsubdevice=0x8069class=0x0c0330dev.xhci.0.%location:pci0:0:20:0handle=\_SB_.PCI0.XHC_dev.xhci.0.%driver:xhcidev.xhci.0.%desc:XHCI(generic)USB3.0controllerdev.xhci.%parent:dev.hostb.0.%parent:pci0dev.hostb.0.%pnpinfo:vendor=0x8086device=0x1918subvendor=0x1bcfsubdevice=0x8069class=0x060000dev.hostb.0.%location:pci0:0:0:0handle=\_SB_.PCI0.LNK3dev.hostb.0.%driver:hostbdev.hostb.0.%desc:HosttoPCIbridgedev.hostb.%parent:dev.pci.192.wake:0dev.pci.192.%parent:pcib7dev.pci.192.%pnpinfo:dev.pci.192.%location:dev.pci.192.%driver:pcidev.pci.192.%desc:ACPIPCIbusdev.pci.144.wake:0dev.pci.144.%parent:pcib6dev.pci.144.%pnpinfo:dev.pci.144.%location:dev.pci.144.%driver:pcidev.pci.144.%desc:ACPIPCIbusdev.pci.143.wake:0dev.pci.143.%parent:pcib5dev.pci.143.%pnpinfo:dev.pci.143.%location:dev.pci.143.%driver:pcidev.pci.143.%desc:ACPIPCIbusdev.pci.96.wake:0dev.pci.96.%parent:pcib4dev.pci.96.%pnpinfo:dev.pci.96.%location:dev.pci.96.%driver:pcidev.pci.96.%desc:ACPIPCIbusdev.pci.95.wake:0dev.pci.95.%parent:pcib3dev.pci.95.%pnpinfo:dev.pci.95.%location:dev.pci.95.%driver:pcidev.pci.95.%desc:ACPIPCIbusdev.pci.48.wake:0dev.pci.48.%parent:pcib2dev.pci.48.%pnpinfo:dev.pci.48.%location:dev.pci.48.%driver:pcidev.pci.48.%desc:ACPIPCIbusdev.pci.1.wake:0dev.pci.1.%parent:pcib1dev.pci.1.%pnpinfo:dev.pci.1.%location:dev.pci.1.%driver:pcidev.pci.1.%desc:ACPIPCIbusdev.pci.0.%parent:pcib0dev.pci.0.%pnpinfo:dev.pci.0.%location:dev.pci.0.%driver:pcidev.pci.0.%desc:ACPIPCIbusdev.pci.%parent:dev.pcib.7.wake:0dev.pcib.7.subbus:192dev.pcib.7.secbus:192dev.pcib.7.pribus:0dev.pcib.7.domain:0dev.pcib.7.%parent:pci0dev.pcib.7.%pnpinfo:vendor=0x8086device=0xa118subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.7.%location:pci0:0:29:0handle=\_SB_.PCI0.RP09dev.pcib.7.%driver:pcibdev.pcib.7.%desc:ACPIPCI-PCIbridgedev.pcib.6.wake:0dev.pcib.6.subbus:144dev.pcib.6.secbus:144dev.pcib.6.pribus:0dev.pcib.6.domain:0dev.pcib.6.%parent:pci0dev.pcib.6.%pnpinfo:vendor=0x8086device=0xa114subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.6.%location:pci0:0:28:4handle=\_SB_.PCI0.RP05dev.pcib.6.%driver:pcibdev.pcib.6.%desc:ACPIPCI-PCIbridgedev.pcib.5.wake:0dev.pcib.5.subbus:143dev.pcib.5.secbus:143dev.pcib.5.pribus:0dev.pcib.5.domain:0dev.pcib.5.%parent:pci0dev.pcib.5.%pnpinfo:vendor=0x8086device=0xa113subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.5.%location:pci0:0:28:3handle=\_SB_.PCI0.RP04dev.pcib.5.%driver:pcibdev.pcib.5.%desc:ACPIPCI-PCIbridgedev.pcib.4.wake:0dev.pcib.4.subbus:96dev.pcib.4.secbus:96dev.pcib.4.pribus:0dev.pcib.4.domain:0dev.pcib.4.%parent:pci0dev.pcib.4.%pnpinfo:vendor=0x8086device=0xa110subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.4.%location:pci0:0:28:0handle=\_SB_.PCI0.RP01dev.pcib.4.%driver:pcibdev.pcib.4.%desc:ACPIPCI-PCIbridge

48 / 123

Page 49: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.pcib.3.wake:0dev.pcib.3.subbus:95dev.pcib.3.secbus:95dev.pcib.3.pribus:0dev.pcib.3.domain:0dev.pcib.3.%parent:pci0dev.pcib.3.%pnpinfo:vendor=0x8086device=0xa16asubvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.3.%location:pci0:0:27:3handle=\_SB_.PCI0.RP20dev.pcib.3.%driver:pcibdev.pcib.3.%desc:ACPIPCI-PCIbridgedev.pcib.2.wake:0dev.pcib.2.subbus:48dev.pcib.2.secbus:48dev.pcib.2.pribus:0dev.pcib.2.domain:0dev.pcib.2.%parent:pci0dev.pcib.2.%pnpinfo:vendor=0x8086device=0xa168subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.2.%location:pci0:0:27:0handle=\_SB_.PCI0.RP18dev.pcib.2.%driver:pcibdev.pcib.2.%desc:ACPIPCI-PCIbridgedev.pcib.1.wake:0dev.pcib.1.subbus:1dev.pcib.1.secbus:1dev.pcib.1.pribus:0dev.pcib.1.domain:0dev.pcib.1.%parent:pci0dev.pcib.1.%pnpinfo:vendor=0x8086device=0x1901subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.1.%location:pci0:0:1:0handle=\_SB_.PCI0.PEG0dev.pcib.1.%driver:pcibdev.pcib.1.%desc:ACPIPCI-PCIbridgedev.pcib.0.%parent:acpi0dev.pcib.0.%pnpinfo:_HID=PNP0A08_UID=0dev.pcib.0.%location:handle=\_SB_.PCI0dev.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.attimer.0.%parent:acpi0dev.attimer.0.%pnpinfo:_HID=PNP0100_UID=0dev.attimer.0.%location:handle=\_SB_.PCI0.LPCB.TIMRdev.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.LPCB.RTC_dev.atrtc.0.%driver:atrtcdev.atrtc.0.%desc:ATrealtimeclockdev.atrtc.%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.LPCB.HPETdev.hpet.0.%driver:hpetdev.hpet.0.%desc:HighPrecisionEventTimerdev.hpet.%parent:dev.cpu.7.cx_usage:100.00%0.00%last6450usdev.cpu.7.cx_lowest:C1dev.cpu.7.cx_supported:C1/1/1C2/2/120dev.cpu.7.%parent:acpi0dev.cpu.7.%pnpinfo:_HID=none_UID=0dev.cpu.7.%location:handle=\_PR_.CPU7dev.cpu.7.%driver:cpudev.cpu.7.%desc:ACPICPUdev.cpu.6.cx_usage:100.00%0.00%last5408usdev.cpu.6.cx_lowest:C1dev.cpu.6.cx_supported:C1/1/1C2/2/120dev.cpu.6.%parent:acpi0dev.cpu.6.%pnpinfo:_HID=none_UID=0

49 / 123

Page 50: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.cpu.6.%location:handle=\_PR_.CPU6dev.cpu.6.%driver:cpudev.cpu.6.%desc:ACPICPUdev.cpu.5.cx_usage:100.00%0.00%last6013usdev.cpu.5.cx_lowest:C1dev.cpu.5.cx_supported:C1/1/1C2/2/120dev.cpu.5.%parent:acpi0dev.cpu.5.%pnpinfo:_HID=none_UID=0dev.cpu.5.%location:handle=\_PR_.CPU5dev.cpu.5.%driver:cpudev.cpu.5.%desc:ACPICPUdev.cpu.4.cx_usage:100.00%0.00%last6424usdev.cpu.4.cx_lowest:C1dev.cpu.4.cx_supported:C1/1/1C2/2/120dev.cpu.4.%parent:acpi0dev.cpu.4.%pnpinfo:_HID=none_UID=0dev.cpu.4.%location:handle=\_PR_.CPU4dev.cpu.4.%driver:cpudev.cpu.4.%desc:ACPICPUdev.cpu.3.cx_usage:100.00%0.00%last7071usdev.cpu.3.cx_lowest:C1dev.cpu.3.cx_supported:C1/1/1C2/2/120dev.cpu.3.%parent:acpi0dev.cpu.3.%pnpinfo:_HID=none_UID=0dev.cpu.3.%location:handle=\_PR_.CPU3dev.cpu.3.%driver:cpudev.cpu.3.%desc:ACPICPUdev.cpu.2.cx_usage:100.00%0.00%last155usdev.cpu.2.cx_lowest:C1dev.cpu.2.cx_supported:C1/1/1C2/2/120dev.cpu.2.%parent:acpi0dev.cpu.2.%pnpinfo:_HID=none_UID=0dev.cpu.2.%location:handle=\_PR_.CPU2dev.cpu.2.%driver:cpudev.cpu.2.%desc:ACPICPUdev.cpu.1.cx_usage:100.00%0.00%last7175usdev.cpu.1.cx_lowest:C1dev.cpu.1.cx_supported:C1/1/1C2/2/120dev.cpu.1.%parent:acpi0dev.cpu.1.%pnpinfo:_HID=none_UID=0dev.cpu.1.%location:handle=\_PR_.CPU1dev.cpu.1.%driver:cpudev.cpu.1.%desc:ACPICPUdev.cpu.0.cx_usage:100.00%0.00%last4038usdev.cpu.0.cx_lowest:C1dev.cpu.0.cx_supported:C1/1/1C2/2/120dev.cpu.0.freq_levels:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.cpu.0.freq:3400dev.cpu.0.%parent:acpi0dev.cpu.0.%pnpinfo:_HID=none_UID=0dev.cpu.0.%location:handle=\_PR_.CPU0dev.cpu.0.%driver:cpudev.cpu.0.%desc:ACPICPUdev.cpu.%parent:dev.acpi_sysresource.6.%parent:acpi0dev.acpi_sysresource.6.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.6.%location:handle=\_SB_.PCI0.IOTRdev.acpi_sysresource.6.%driver:acpi_sysresourcedev.acpi_sysresource.6.%desc:SystemResourcedev.acpi_sysresource.5.%parent:acpi0dev.acpi_sysresource.5.%pnpinfo:_HID=PNP0C02_UID=1dev.acpi_sysresource.5.%location:handle=\_SB_.PCI0.PDRCdev.acpi_sysresource.5.%driver:acpi_sysresourcedev.acpi_sysresource.5.%desc:SystemResourcedev.acpi_sysresource.4.%parent:acpi0dev.acpi_sysresource.4.%pnpinfo:_HID=PNP0C01_UID=241dev.acpi_sysresource.4.%location:handle=\_SB_.PCI0.RP20.PPF1dev.acpi_sysresource.4.%driver:acpi_sysresourcedev.acpi_sysresource.4.%desc:SystemResourcedev.acpi_sysresource.3.%parent:acpi0dev.acpi_sysresource.3.%pnpinfo:_HID=INT3F0D_UID=0dev.acpi_sysresource.3.%location:handle=\_SB_.PCI0.LPCB.CWDTdev.acpi_sysresource.3.%driver:acpi_sysresourcedev.acpi_sysresource.3.%desc:SystemResourcedev.acpi_sysresource.2.%parent:acpi0dev.acpi_sysresource.2.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.2.%location:handle=\_SB_.PCI0.LPCB.LDR2dev.acpi_sysresource.2.%driver:acpi_sysresourcedev.acpi_sysresource.2.%desc:SystemResourcedev.acpi_sysresource.1.%parent:acpi0dev.acpi_sysresource.1.%pnpinfo:_HID=PNP0C02_UID=2dev.acpi_sysresource.1.%location:handle=\_SB_.PCI0.LPCB.LDRCdev.acpi_sysresource.1.%driver:acpi_sysresourcedev.acpi_sysresource.1.%desc:SystemResourcedev.acpi_sysresource.0.%parent:acpi0dev.acpi_sysresource.0.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.0.%location:handle=\_SB_.PCI0.LPCB.SIO1dev.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:AMI0707dev.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:0

50 / 123

Page 51: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.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.linsysfs:0security.jail.param.allow.mount.linprocfs: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_linsysfs_allowed:0security.jail.mount_linprocfs_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

51 / 123

Page 52: FreeBSD動作検証レポート - BSD Consulting, Inc.

カーネルステートデータ詳細一覧kern.ostype:FreeBSDkern.osrelease:10.3-RELEASEkern.osrevision:199506kern.version:FreeBSD10.3-RELEASE#0r297264:FriMar2502:10:[email protected]:/usr/obj/usr/src/sys/GENERICkern.maxvnodes:348591kern.maxproc:21684kern.maxfiles:521479kern.argmax:262144kern.securelevel:-1kern.hostname:verify.bsdconsulting.co.jpkern.hostid:1031412682kern.clockrate:{hz=1000,tick=1000,profhz=8128,stathz=127}kern.posix1version:200112kern.ngroups:1023kern.job_control:1kern.saved_ids:0kern.boottime:{sec=1463466283,usec=58633}TueMay1715:24:432016kern.domainname:kern.osreldate:1003000kern.bootfile:/boot/kernel/kernelkern.maxfilesperproc:469323kern.maxprocperuid:19515kern.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:521480kern.ipc.numopensockets:16kern.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:20480kern.ipc.maxpipekva:266993664kern.ipc.nmbufs:6481395kern.ipc.nmbjumbo16:337572kern.ipc.nmbjumbo9:450096kern.ipc.nmbjumbop:506358kern.ipc.nmbclusters:1012716kern.ipc.maxmbufmem:8296175616kern.dummy:0kern.ps_strings:140737488351200kern.usrstack:140737488351232kern.logsigexit:1kern.iov_max:1024kern.hostuuid:7e3c86be-1c43-11e6-92ad-8cdf9d818d4ckern.nvme.max_optimal_sectorsize:4096kern.chroot_allow_open_directories:1kern.minvnodes:87147kern.metadelay:28kern.dirdelay:29kern.filedelay:30kern.tty_nout:312404kern.tty_nin:1066kern.tty_inq_flush_secure:1kern.smp.forward_signal_enabled:1kern.smp.topology:0kern.smp.cpus:8kern.smp.disabled:0kern.smp.active:1kern.smp.maxcpus:64kern.smp.maxid:7kern.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:104960kern.hz:1000kern.msgbuf_show_timestamp:0kern.log_wakeups_per_second:5kern.kobj_methodcount:240

52 / 123

Page 53: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.hintmode:0kern.devstat.version:6kern.devstat.generation:351kern.devstat.numdevs:5kern.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)i8254(0)HPET(950)dummy(-1000000)kern.timecounter.hardware:TSC-lowkern.timecounter.alloweddeviation:5kern.timecounter.stepwarnings:0kern.timecounter.tc.TSC-low.quality:1000kern.timecounter.tc.TSC-low.frequency:1704085819kern.timecounter.tc.TSC-low.counter:85561963kern.timecounter.tc.TSC-low.mask:4294967295kern.timecounter.tc.ACPI-fast.quality:900kern.timecounter.tc.ACPI-fast.frequency:3579545kern.timecounter.tc.ACPI-fast.counter:8464433kern.timecounter.tc.ACPI-fast.mask:16777215kern.timecounter.tc.i8254.quality:0kern.timecounter.tc.i8254.frequency:1193182kern.timecounter.tc.i8254.counter:6528kern.timecounter.tc.i8254.mask:65535kern.timecounter.tc.HPET.quality:950kern.timecounter.tc.HPET.frequency:24000000kern.timecounter.tc.HPET.counter:965210269kern.timecounter.tc.HPET.mask:4294967295kern.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.suspend_blocked:0kern.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: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:1

53 / 123

Page 54: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.conftxt:options CONFIG_AUTOGENERATEDkern.supported_archs:amd64i386kern.maxusers:1354kern.compiler_version:FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512kern.ident:GENERICkern.malloc_count:363kern.module_path:/boot/kernel;/boot/moduleskern.ktrace.request_pool:100kern.ktrace.genio_size:4096kern.randompid:0kern.lastpid:55415kern.disallow_high_osrel:0kern.ps_arg_cache_limit:256kern.stackprot:7kern.coredump_pack_vmmapinfo:1kern.coredump_pack_fileinfo:1kern.kq_calloutmax:4096kern.eventtimer.periodic:0kern.eventtimer.timer:LAPICkern.eventtimer.idletick:0kern.eventtimer.singlemul:2kern.eventtimer.choice:LAPIC(600)HPET(550)i8254(100)RTC(0)kern.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.HPET.quality:550kern.eventtimer.et.HPET.frequency:24000000kern.eventtimer.et.HPET.flags:7kern.eventtimer.et.LAPIC.quality:600kern.eventtimer.et.LAPIC.frequency:12000606kern.eventtimer.et.LAPIC.flags:7kern.openfiles:63kern.vty:vtkern.constty_wakeups_per_second:5kern.consmsgbuf_size:8192kern.consmute:0kern.console:ttyv0,/uart,ttyv0,kern.cp_times:50514700473160015280214407895061050047797701279211407856507884804760393125690141166450811740474911012678314195305059580047765681243931416056505947704769173126835142111250280970480553112686814160994996353048350751286811416488kern.cp_time:40416049038207220103997311349594kern.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:0DISKda02247308083200512hd255sc63kern.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.da0.led:kern.geom.disk.cd0.led:kern.geom.dev.delete_max_sectors:262144kern.disks:da0cd0kern.vt.kbd_panic:0kern.vt.kbd_debug:1kern.vt.kbd_reboot:1kern.vt.kbd_poweroff:1

54 / 123

Page 55: FreeBSD動作検証レポート - BSD Consulting, Inc.

kern.vt.kbd_halt:1kern.vt.suspendswitch:1kern.vt.deadtimer:15kern.vt.debug:0kern.vt.enable_bell:1kern.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.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:2kern.cam.xpt_generation:1051kern.cam.boot_delay:0kern.cam.sort_io_queues:1vm.vmtotal:Systemwidetotalscomputedeveryfiveseconds:(valuesinkilobytes)Processes: (RUNQ:1DiskWait:0PageWait:0Sleep:17)VirtualMemory: (Total:516452KActive:491084K)RealMemory: (Total:13868KActive:8736K)SharedVirtualMemory: (Total:17008KActive:6092K)SharedRealMemory: (Total:2172KActive:2172K)FreeMemory: 15767320Kvm.loadavg:{4.6122.6443.64}vm.v_free_min:25577vm.v_free_target:86336vm.v_free_reserved:5324vm.v_inactive_target:129504vm.v_cache_min:0vm.v_cache_max:0vm.v_pageout_free_min:34vm.swap_enabled:1vm.kvm_free:2180067094528vm.kvm_size:2199023251456vm.pmap.pdpe.demotions:3vm.pmap.pde.promotions:177764vm.pmap.pde.p_failures:4934vm.pmap.pde.mappings:0vm.pmap.pde.demotions:229vm.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:40985vm.reserv.partpopq:-1:28824K,15vm.reserv.freed:265210vm.reserv.broken:427vm.ndomains:1vm.phys_segs:SEGMENT0:start:0x10000end:0x24000domain:0freelist:0xffffffff8162acb8SEGMENT1:start:0x29000end:0x9e000domain:0freelist:0xffffffff8162acb8SEGMENT2:start:0x100000end:0x200000domain:0freelist:0xffffffff8162acb8SEGMENT3:start:0x19cd000end:0x19fb000domain:0freelist:0xffffffff8162a910SEGMENT4:start:0x19fc000end:0x6ec0e000domain:0freelist:0xffffffff8162a910SEGMENT5:start:0x6ec59000

55 / 123

Page 56: FreeBSD動作検証レポート - BSD Consulting, Inc.

end:0x748f5000domain:0freelist:0xffffffff8162a910SEGMENT6:start:0x77fff000end:0x78000000domain:0freelist:0xffffffff8162a910SEGMENT7:start:0x100000000end:0x469f7b000domain:0freelist:0xffffffff8162a910vm.phys_free:DOMAIN0:FREELIST0:FREELIST1:vm.max_wired:1334348vm.pageout_oom_seq:12vm.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:28127vm.tryrelock_restart:479vm.boot_pages:64vm.old_msync:0vm.old_mlock:0vm.stats.object.bypasses:77157vm.stats.object.collapses:43702vm.stats.misc.cnt_prezero:0vm.stats.misc.zero_page_count:6122vm.stats.vm.v_kthreadpages:0vm.stats.vm.v_rforkpages:0vm.stats.vm.v_vforkpages:352770vm.stats.vm.v_forkpages:1502998vm.stats.vm.v_kthreads:17vm.stats.vm.v_rforks:0vm.stats.vm.v_vforks:10389vm.stats.vm.v_forks:45009vm.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:620vm.stats.vm.v_inactive_count:1913vm.stats.vm.v_inactive_target:129504vm.stats.vm.v_active_count:695vm.stats.vm.v_wire_count:106430vm.stats.vm.v_free_count:3941208vm.stats.vm.v_free_min:25577vm.stats.vm.v_free_target:86336vm.stats.vm.v_free_reserved:5324vm.stats.vm.v_page_count:4050867vm.stats.vm.v_page_size:4096vm.stats.vm.v_tfree:2047885318vm.stats.vm.v_pfree:1952816504vm.stats.vm.v_dfree:0vm.stats.vm.v_tcached:4007959978vm.stats.vm.v_pdpages:1973481254vm.stats.vm.v_pdwakeups:25338vm.stats.vm.v_reactivated:2558866401vm.stats.vm.v_intrans:26508177vm.stats.vm.v_vnodepgsout:0vm.stats.vm.v_vnodepgsin:365011vm.stats.vm.v_vnodeout:0vm.stats.vm.v_vnodein:67004vm.stats.vm.v_swappgsout:443137521vm.stats.vm.v_swappgsin:203434023vm.stats.vm.v_swapout:28183214vm.stats.vm.v_swapin:26278853vm.stats.vm.v_ozfod:870784vm.stats.vm.v_zfod:2169530518vm.stats.vm.v_cow_optim:1090vm.stats.vm.v_cow_faults:1324360vm.stats.vm.v_io_faults:26332722vm.stats.vm.v_vm_faults:2388129397vm.stats.sys.v_soft:296901827vm.stats.sys.v_intr:1487971299vm.stats.sys.v_syscall:1184483868vm.stats.sys.v_trap:2953918371vm.stats.sys.v_swtch:3334993204vm.v_free_severe:15450vm.max_kernel_address:18446744073709547520vm.min_kernel_address:18446741874686296064vm.exec_map_entries:16vm.swap_idle_threshold2:10vm.swap_idle_threshold1:2vm.kstacks:301vm.kstack_cache_size:128vm.zone_warnings:1vm.zone_count:106vm.nswapdev:1vm.dmmax:32vm.swap_async_max:4vm.swap_maxpages:64813856vm.swzone:583324704vm.overcommit:0vm.swap_reserved:252616704vm.swap_total:4261376000vm.kmem_map_free:16557314048vm.kmem_map_size:35037184vm.kmem_size_scale:1vm.kmem_size_max:1319413950874vm.kmem_size_min:0vm.kmem_zmax:65536vm.kmem_size:16592351232vm.md_malloc_wait:0vfs.ufs.rename_restarts:0vfs.ufs.dirhash_reclaimage:60vfs.ufs.dirhash_lowmemcount:5003vfs.ufs.dirhash_docheck:0vfs.ufs.dirhash_mem:63058

56 / 123

Page 57: FreeBSD動作検証レポート - BSD Consulting, Inc.

vfs.ufs.dirhash_maxmem:26861568vfs.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.ignore_eexist:0vfs.nfs.userhashsize:100vfs.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:178vfs.ffs.compute_summary_at_mount:0vfs.ffs.maxclustersearch:10vfs.ffs.doreallocblks:1vfs.ffs.doasyncfree:1vfs.worklist_len:3vfs.timestamp_precision:2vfs.free_owe_inact:0vfs.reassignbufcalls:-1373239834vfs.recycles:78438989vfs.vlru_allow_cache_src:0vfs.freevnodes:2133vfs.wantfreevnodes:87147vfs.vnodes_created:923390406vfs.numvnodes:2347vfs.usermount:0vfs.lookup_shared:1vfs.typenumhash:1vfs.read_min:1vfs.read_max:64vfs.write_behind:1vfs.cache.numfullpathfound:17698vfs.cache.numfullpathfail4:0vfs.cache.numfullpathfail2:0vfs.cache.numfullpathfail1:0vfs.cache.numfullpathcalls:17665vfs.cache.numupgrades:209379vfs.cache.numneghits:104553vfs.cache.numnegzaps:0vfs.cache.numposhits:1166939vfs.cache.numposzaps:10912383vfs.cache.nummisszap:1677368260vfs.cache.nummiss:324301325vfs.cache.numchecks:14551064vfs.cache.dotdothits:324312270vfs.cache.dothits:47166vfs.cache.numcalls:2339286048vfs.cache.numcache:211vfs.cache.numneg:13vfs.ncsizefactor:2vfs.ncnegfactor:16vfs.flushwithdeps:342570452vfs.unmapped_buf_allowed:1vfs.barrierwrites:46053vfs.notbufdflushes:14vfs.flushbufqtarget:100vfs.mappingrestarts:0vfs.getnewbufrestarts:1241047343vfs.getnewbufcalls:2137181208vfs.hifreebuffers:11672vfs.lofreebuffers:5836vfs.numfreebuffers:104946vfs.dirtybufthresh:23634vfs.hidirtybuffers:26260vfs.lodirtybuffers:13130vfs.numdirtybuffers:14vfs.recursiveflushes:756676350vfs.altbufferflushes:0vfs.bdwriteskip:0vfs.dirtybufferflushes:0vfs.hirunningspace:16777216vfs.lorunningspace:11206656vfs.bufdefragcnt:0vfs.buffreekvacnt:1470687721vfs.bufreusecnt:1470601423vfs.hibufspace:1719009280vfs.lobufspace:1718943744vfs.maxmallocbufspace:85950464vfs.bufmallocspace:0vfs.maxbufspace:1719664640vfs.unmapped_bufspace:1698299904vfs.bufspace:1717714944vfs.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.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:0

57 / 123

Page 58: FreeBSD動作検証レポート - BSD Consulting, Inc.

vfs.nfsd.request_space_low:345673728vfs.nfsd.request_space_high:518510592vfs.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:128net.inet.ip.sourceroute:0net.inet.ip.intr_queue_maxlen:256net.inet.ip.intr_queue_drops:1139316net.inet.ip.accept_sourceroute:0net.inet.ip.keepfaith:0net.inet.ip.gifttl:30net.inet.ip.process_options:1net.inet.ip.maxfragpackets:31647net.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:0

58 / 123

Page 59: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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.persmax:60000net.inet.tcp.persmin:5000net.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:131072net.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:63300net.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.do_pipe:0net.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:1net.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:0net.inet.sctp.pmtu_raise_time:600net.inet.sctp.heartbeat_interval:30000net.inet.sctp.asoc_resource:10

59 / 123

Page 60: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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:126589net.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:11net.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:253179net.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:253179net.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:0

60 / 123

Page 61: FreeBSD動作検証レポート - BSD Consulting, Inc.

net.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:0debug.softdep.emptyjblocks:166debug.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:2254662debug.softdep.jwait_inode:6315478debug.softdep.jwait_freeblks:0debug.softdep.jwait_filepage:13657930debug.softdep.journal_wait:22228070debug.softdep.journal_min:166debug.softdep.journal_low:39764165debug.softdep.jnewblk_rollback:191016130debug.softdep.jaddref_rollback:1994601883debug.softdep.dir_entry:75811577debug.softdep.direct_blk_ptrs:7160579debug.softdep.inode_bitmap:444035310debug.softdep.indir_blk_ptrs:614466debug.softdep.sync_limit_hit:205087622debug.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:1394364debug.softdep.write.jfsync:0debug.softdep.write.jtrunc:0debug.softdep.write.sbdep:2725016debug.softdep.write.jsegdep:8336258debug.softdep.write.jseg:18529736debug.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:22466334debug.softdep.write.freefrag:0debug.softdep.write.allocindir:380510861debug.softdep.write.indirdep:2777913debug.softdep.write.allocdirect:27122988debug.softdep.write.newblk:0debug.softdep.write.bmsafemap:278043425debug.softdep.write.inodedep:7143266688debug.softdep.write.pagedep:111725282debug.softdep.current.jfsync:0debug.softdep.current.jtrunc:0debug.softdep.current.sbdep:0debug.softdep.current.jsegdep:484689debug.softdep.current.jseg:29debug.softdep.current.jfreefrag:50debug.softdep.current.jfreeblk:0debug.softdep.current.jnewblk:200137debug.softdep.current.jmvref:0debug.softdep.current.jremref:3146debug.softdep.current.jaddref:725303debug.softdep.current.freedep:0debug.softdep.current.freework:245162debug.softdep.current.newdirblk:59014debug.softdep.current.dirrem:822518debug.softdep.current.mkdir:294debug.softdep.current.diradd:334055

61 / 123

Page 62: FreeBSD動作検証レポート - BSD Consulting, Inc.

debug.softdep.current.freefile:757877debug.softdep.current.freeblks:72598debug.softdep.current.freefrag:12585debug.softdep.current.allocindir:0debug.softdep.current.indirdep:2debug.softdep.current.allocdirect:2debug.softdep.current.newblk:0debug.softdep.current.bmsafemap:420170debug.softdep.current.inodedep:82096debug.softdep.current.pagedep:236948debug.softdep.highuse.jfsync:0debug.softdep.highuse.jtrunc:0debug.softdep.highuse.sbdep:1debug.softdep.highuse.jsegdep:793518debug.softdep.highuse.jseg:33950debug.softdep.highuse.jfreefrag:84debug.softdep.highuse.jfreeblk:0debug.softdep.highuse.jnewblk:232803debug.softdep.highuse.jmvref:0debug.softdep.highuse.jremref:100184debug.softdep.highuse.jaddref:756829debug.softdep.highuse.freedep:250debug.softdep.highuse.freework:285386debug.softdep.highuse.newdirblk:61152debug.softdep.highuse.dirrem:1088190debug.softdep.highuse.mkdir:7071debug.softdep.highuse.diradd:349307debug.softdep.highuse.freefile:1020274debug.softdep.highuse.freeblks:134785debug.softdep.highuse.freefrag:14812debug.softdep.highuse.allocindir:343335debug.softdep.highuse.indirdep:135debug.softdep.highuse.allocdirect:19633debug.softdep.highuse.newblk:36debug.softdep.highuse.bmsafemap:420996debug.softdep.highuse.inodedep:384184debug.softdep.highuse.pagedep:238157debug.softdep.total.jfsync:0debug.softdep.total.jtrunc:0debug.softdep.total.sbdep:2701545debug.softdep.total.jsegdep:3857031255debug.softdep.total.jseg:19135757debug.softdep.total.jfreefrag:80269637debug.softdep.total.jfreeblk:0debug.softdep.total.jnewblk:789520875debug.softdep.total.jmvref:0debug.softdep.total.jremref:1493619041debug.softdep.total.jaddref:1493621702debug.softdep.total.freedep:157324debug.softdep.total.freework:344774199debug.softdep.total.newdirblk:326937538debug.softdep.total.dirrem:844949647debug.softdep.total.mkdir:648669516debug.softdep.total.diradd:844952186debug.softdep.total.freefile:844948498debug.softdep.total.freeblks:324382156debug.softdep.total.freefrag:80269637debug.softdep.total.allocindir:457684153debug.softdep.total.indirdep:2253985debug.softdep.total.allocdirect:331836723debug.softdep.total.newblk:789520876debug.softdep.total.bmsafemap:851879772debug.softdep.total.inodedep:945263551debug.softdep.total.pagedep:355060315debug.collectsnapstats:0debug.snapdebug:0debug.dopersistence:0debug.fsckcmds:0debug.nlm_debug:0debug.if_tun_debug:0debug.vn_io_faults:10863debug.vn_io_fault_prefault:0debug.vn_io_fault_enable:1debug.vnlru_nowhere:0debug.rush_requests:59230718debug.disablefullpath:0debug.disablecwd:0debug.vfscache:1debug.numcachehv:50debug.numcache:211debug.numneg:13debug.nchash:524287debug.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.pcb:320debug.sizeof.kinfo_proc:1088debug.sizeof.buf:600debug.sizeof.bio:248debug.sizeof.proc:1264debug.sizeof.vnode:472debug.sizeof.g_bioq:56debug.sizeof.g_consumer:96debug.sizeof.g_provider:136

62 / 123

Page 63: FreeBSD動作検証レポート - BSD Consulting, Inc.

debug.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.fail_point.fill_kinfo_vnode__random_path: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]:8hw.byteorder:1234hw.physmem:17087823872hw.usermem:16651796480hw.pagesize:4096hw.floatingpoint:1hw.machine_arch:amd64hw.realmem:17179869184hw.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:3408hw.busdma.zone1.alignment:4096hw.busdma.zone1.lowaddr:0xffffffffhw.busdma.zone1.total_deferred:0hw.busdma.zone1.total_bounced:0hw.busdma.zone1.active_bpages:0hw.busdma.zone1.reserved_bpages:0hw.busdma.zone1.free_bpages:231hw.busdma.zone1.total_bpages:231hw.busdma.zone0.alignment:4096hw.busdma.zone0.lowaddr:0xfffffffffffffffhw.busdma.zone0.total_deferred:0hw.busdma.zone0.total_bounced:0hw.busdma.zone0.active_bpages:0hw.busdma.zone0.reserved_bpages:0hw.busdma.zone0.free_bpages:8196hw.busdma.zone0.total_bpages:8196hw.busdma.total_bpages:8427hw.dmar.match_verbose:0hw.dmar.tbl_pagecnt:0hw.nvd.delete_max:1073741824hw.kbd.keymap_restrict_change:0hw.bxe.udp_rss:0hw.bxe.autogreeen:0hw.bxe.mrrs:-1hw.bxe.max_aggregation_size:0hw.bxe.rx_budget:-1hw.bxe.hc_tx_ticks:50hw.bxe.hc_rx_ticks:25hw.bxe.max_rx_bufs:0hw.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:4171832hw.intr_storm_threshold:1000hw.xbd.xbd_enable_indirect:1hw.xe.debug:0hw.wi.debug:0hw.wi.txerate:0hw.watchdog.wd_last_u_secs:0hw.watchdog.wd_last_u:0hw.usb.ums.debug:0

63 / 123

Page 64: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.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: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.puc.msi_disable:0hw.pci.host_mem_start:2147483648hw.pci.mcfg:1hw.pci.default_vgapci_unit:-1hw.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:60

64 / 123

Page 65: FreeBSD動作検証レポート - BSD Consulting, Inc.

hw.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.advertise_speed:0hw.ix.flow_control:3hw.ix.tx_process_limit:256hw.ix.rx_process_limit:256hw.ix.max_interrupt_rate:31250hw.ix.enable_aim:1hw.igb.tx_process_limit:-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.em.disable_crc_stripping:0hw.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:3408171638machdep.disable_tsc_calibration:0machdep.disable_tsc:0machdep.i8254_freq:1193182machdep.acpi_root:1970761728machdep.uprintf_signal:0machdep.prot_fault_translation:0machdep.panic_on_nmi:1machdep.kdb_on_nmi:1machdep.max_ldt_segment:1024machdep.nkpt:46machdep.efi_map:machdep.bootmethod:UEFImachdep.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:2048

65 / 123

Page 66: FreeBSD動作検証レポート - BSD Consulting, Inc.

user.bc_scale_max:99user.bc_string_max:1000user.coll_weights_max:10user.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: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.16dev.umass.%parent: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=10devaddr=4interface=1ugen=ugen0.4dev.ums.0.%driver:umsdev.ums.0.%desc:MouseInterfacedev.ums.%parent:dev.ukbd.1.%parent:uhub0dev.ukbd.1.%pnpinfo:vendor=0x046bproduct=0xff10devclass=0x00devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.1.%location:bus=0hubaddr=1port=10devaddr=4interface=0ugen=ugen0.4dev.ukbd.1.%driver:ukbddev.ukbd.1.%desc:KeyboardInterfacedev.ukbd.0.%parent:uhub1dev.ukbd.0.%pnpinfo:vendor=0x0853product=0x0100devclass=0x00devsubclass=0x00sernum=""release=0x0102mode=hostintclass=0x03intsubclass=0x01intprotocol=0x01dev.ukbd.0.%location:bus=0hubaddr=2port=1devaddr=3interface=0ugen=ugen0.3dev.ukbd.0.%driver:ukbddev.ukbd.0.%desc:TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr2dev.ukbd.%parent:dev.uhub.1.disable_port_power:0dev.uhub.1.disable_enumeration:0dev.uhub.1.%parent:uhub0dev.uhub.1.%pnpinfo:vendor=0x0409product=0x005adevclass=0x09devsubclass=0x00sernum=""release=0x0100mode=hostintclass=0x09intsubclass=0x00intprotocol=0x00dev.uhub.1.%location:bus=0hubaddr=1port=4devaddr=2interface=0ugen=ugen0.2dev.uhub.1.%driver:uhubdev.uhub.1.%desc:vendor0x0409product0x005a,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.cpufreq.7.%parent:cpu7dev.cpufreq.7.%pnpinfo:dev.cpufreq.7.%location:dev.cpufreq.7.%driver:cpufreqdev.cpufreq.7.%desc:dev.cpufreq.6.%parent:cpu6dev.cpufreq.6.%pnpinfo:dev.cpufreq.6.%location:dev.cpufreq.6.%driver:cpufreqdev.cpufreq.6.%desc:dev.cpufreq.5.%parent:cpu5dev.cpufreq.5.%pnpinfo:dev.cpufreq.5.%location:dev.cpufreq.5.%driver:cpufreqdev.cpufreq.5.%desc:dev.cpufreq.4.%parent:cpu4dev.cpufreq.4.%pnpinfo:dev.cpufreq.4.%location:dev.cpufreq.4.%driver:cpufreqdev.cpufreq.4.%desc:dev.cpufreq.3.%parent:cpu3dev.cpufreq.3.%pnpinfo:dev.cpufreq.3.%location:dev.cpufreq.3.%driver:cpufreqdev.cpufreq.3.%desc:dev.cpufreq.2.%parent:cpu2dev.cpufreq.2.%pnpinfo:dev.cpufreq.2.%location:dev.cpufreq.2.%driver:cpufreqdev.cpufreq.2.%desc:dev.cpufreq.1.%parent:cpu1dev.cpufreq.1.%pnpinfo:dev.cpufreq.1.%location:dev.cpufreq.1.%driver:cpufreqdev.cpufreq.1.%desc:dev.cpufreq.0.%parent:cpu0dev.cpufreq.0.%pnpinfo:dev.cpufreq.0.%location:dev.cpufreq.0.%driver:cpufreq

66 / 123

Page 67: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.cpufreq.0.%desc:dev.cpufreq.%parent:dev.est.7.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.7.%parent:cpu7dev.est.7.%pnpinfo:dev.est.7.%location:dev.est.7.%driver:estdev.est.7.%desc:EnhancedSpeedStepFrequencyControldev.est.6.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.6.%parent:cpu6dev.est.6.%pnpinfo:dev.est.6.%location:dev.est.6.%driver:estdev.est.6.%desc:EnhancedSpeedStepFrequencyControldev.est.5.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.5.%parent:cpu5dev.est.5.%pnpinfo:dev.est.5.%location:dev.est.5.%driver:estdev.est.5.%desc:EnhancedSpeedStepFrequencyControldev.est.4.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.4.%parent:cpu4dev.est.4.%pnpinfo:dev.est.4.%location:dev.est.4.%driver:estdev.est.4.%desc:EnhancedSpeedStepFrequencyControldev.est.3.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.3.%parent:cpu3dev.est.3.%pnpinfo:dev.est.3.%location:dev.est.3.%driver:estdev.est.3.%desc:EnhancedSpeedStepFrequencyControldev.est.2.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.2.%parent:cpu2dev.est.2.%pnpinfo:dev.est.2.%location:dev.est.2.%driver:estdev.est.2.%desc:EnhancedSpeedStepFrequencyControldev.est.1.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.1.%parent:cpu1dev.est.1.%pnpinfo:dev.est.1.%location:dev.est.1.%driver:estdev.est.1.%desc:EnhancedSpeedStepFrequencyControldev.est.0.freq_settings:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.est.0.%parent:cpu0dev.est.0.%pnpinfo:dev.est.0.%location:dev.est.0.%driver:estdev.est.0.%desc:EnhancedSpeedStepFrequencyControldev.est.%parent:dev.acpi_perf.7.%parent:cpu7dev.acpi_perf.7.%pnpinfo:dev.acpi_perf.7.%location:dev.acpi_perf.7.%driver:acpi_perfdev.acpi_perf.7.%desc:dev.acpi_perf.6.%parent:cpu6dev.acpi_perf.6.%pnpinfo:dev.acpi_perf.6.%location:dev.acpi_perf.6.%driver:acpi_perfdev.acpi_perf.6.%desc:dev.acpi_perf.5.%parent:cpu5dev.acpi_perf.5.%pnpinfo:dev.acpi_perf.5.%location:dev.acpi_perf.5.%driver:acpi_perfdev.acpi_perf.5.%desc:dev.acpi_perf.4.%parent:cpu4dev.acpi_perf.4.%pnpinfo:dev.acpi_perf.4.%location:dev.acpi_perf.4.%driver:acpi_perfdev.acpi_perf.4.%desc:dev.acpi_perf.3.%parent:cpu3dev.acpi_perf.3.%pnpinfo:dev.acpi_perf.3.%location:dev.acpi_perf.3.%driver:acpi_perfdev.acpi_perf.3.%desc:dev.acpi_perf.2.%parent:cpu2dev.acpi_perf.2.%pnpinfo:dev.acpi_perf.2.%location:dev.acpi_perf.2.%driver:acpi_perfdev.acpi_perf.2.%desc:dev.acpi_perf.1.%parent:cpu1dev.acpi_perf.1.%pnpinfo:dev.acpi_perf.1.%location:dev.acpi_perf.1.%driver:acpi_perfdev.acpi_perf.1.%desc:dev.acpi_perf.0.%parent:cpu0dev.acpi_perf.0.%pnpinfo:dev.acpi_perf.0.%location:dev.acpi_perf.0.%driver:acpi_perfdev.acpi_perf.0.%desc:dev.acpi_perf.%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.fpupnp.0.%parent:acpi0dev.fpupnp.0.%pnpinfo:_HID=PNP0C04_UID=0dev.fpupnp.0.%location:handle=\_SB_.PCI0.LPCB.MATHdev.fpupnp.0.%driver:fpupnpdev.fpupnp.0.%desc:LegacyISAcoprocessorsupportdev.fpupnp.%parent:dev.uart.1.pps_mode:2dev.uart.1.%parent:acpi0dev.uart.1.%pnpinfo:_HID=PNP0501_UID=1dev.uart.1.%location:handle=\_SB_.PCI0.LPCB.UAR2

67 / 123

Page 68: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.uart.1.%driver:uartdev.uart.1.%desc:16550orcompatibledev.uart.0.pps_mode:2dev.uart.0.%parent:acpi0dev.uart.0.%pnpinfo:_HID=PNP0501_UID=0dev.uart.0.%location:handle=\_SB_.PCI0.LPCB.UAR1dev.uart.0.%driver:uartdev.uart.0.%desc:16550orcompatibledev.uart.%parent:dev.psmcpnp.0.%parent:acpi0dev.psmcpnp.0.%pnpinfo:_HID=MSFT0003_UID=0dev.psmcpnp.0.%location:handle=\_SB_.PCI0.LPCB.PS2Mdev.psmcpnp.0.%driver:psmcpnpdev.psmcpnp.0.%desc:PS/2mouseportdev.psmcpnp.%parent:dev.atkbd.0.%parent:atkbdc0dev.atkbd.0.%pnpinfo:dev.atkbd.0.%location:dev.atkbd.0.%driver:atkbddev.atkbd.0.%desc:ATKeyboarddev.atkbd.%parent:dev.atkbdc.0.%parent:acpi0dev.atkbdc.0.%pnpinfo:_HID=MSFT0001_UID=0dev.atkbdc.0.%location:handle=\_SB_.PCI0.LPCB.PS2Kdev.atkbdc.0.%driver:atkbdcdev.atkbdc.0.%desc:Keyboardcontroller(i8042)dev.atkbdc.%parent:dev.acpi_button.1.%parent:acpi0dev.acpi_button.1.%pnpinfo:_HID=PNP0C0C_UID=0dev.acpi_button.1.%location:handle=\_SB_.PWRBdev.acpi_button.1.%driver:acpi_buttondev.acpi_button.1.%desc:PowerButtondev.acpi_button.0.%parent:acpi0dev.acpi_button.0.%pnpinfo:_HID=PNP0C0E_UID=0dev.acpi_button.0.%location:handle=\_SB_.SLPBdev.acpi_button.0.%driver:acpi_buttondev.acpi_button.0.%desc:SleepButtondev.acpi_button.%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=0xa149subvendor=0x1bcfsubdevice=0x8069class=0x060100dev.isab.0.%location:pci0:0:31:0handle=\_SB_.PCI0.LPCBdev.isab.0.%driver:isabdev.isab.0.%desc:PCI-ISAbridgedev.isab.%parent:dev.mrsas.0.wake:0dev.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:896dev.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:pci144dev.mrsas.0.%pnpinfo:vendor=0x1000device=0x005dsubvendor=0x1000subdevice=0x9364class=0x010400dev.mrsas.0.%location:pci0:144:0:0handle=\_SB_.PCI0.RP05.PXSXdev.mrsas.0.%driver:mrsasdev.mrsas.0.%desc:AVAGOInvaderSASControllerdev.mrsas.%parent:dev.vgapci.0.wake:0dev.vgapci.0.%parent:pci95dev.vgapci.0.%pnpinfo:vendor=0x102bdevice=0x0522subvendor=0x1bcfsubdevice=0x8069class=0x030000dev.vgapci.0.%location:pci0:95:0:0handle=\_SB_.PCI0.RP20.PXSXdev.vgapci.0.%driver:vgapcidev.vgapci.0.%desc:VGA-compatibledisplaydev.vgapci.%parent:dev.brgphy.9.%parent:miibus9dev.brgphy.9.%pnpinfo:oui=0x1be9model=0x36rev=0x0dev.brgphy.9.%location:phyno=2dev.brgphy.9.%driver:brgphydev.brgphy.9.%desc:BCM5720C1000BASE-Tmediainterfacedev.brgphy.8.%parent:miibus8dev.brgphy.8.%pnpinfo:oui=0x1be9model=0x36rev=0x0dev.brgphy.8.%location:phyno=1dev.brgphy.8.%driver:brgphydev.brgphy.8.%desc:BCM5720C1000BASE-Tmediainterfacedev.brgphy.7.%parent:miibus7dev.brgphy.7.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.7.%location:phyno=4dev.brgphy.7.%driver:brgphydev.brgphy.7.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.6.%parent:miibus6dev.brgphy.6.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.6.%location:phyno=3dev.brgphy.6.%driver:brgphydev.brgphy.6.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.5.%parent:miibus5dev.brgphy.5.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.5.%location:phyno=2dev.brgphy.5.%driver:brgphydev.brgphy.5.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.4.%parent:miibus4dev.brgphy.4.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.4.%location:phyno=1dev.brgphy.4.%driver:brgphydev.brgphy.4.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.3.%parent:miibus3dev.brgphy.3.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.3.%location:phyno=4dev.brgphy.3.%driver:brgphydev.brgphy.3.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.2.%parent:miibus2dev.brgphy.2.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.2.%location:phyno=3dev.brgphy.2.%driver:brgphydev.brgphy.2.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.1.%parent:miibus1dev.brgphy.1.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.1.%location:phyno=2

68 / 123

Page 69: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.brgphy.1.%driver:brgphydev.brgphy.1.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.0.%parent:miibus0dev.brgphy.0.%pnpinfo:oui=0x1be9model=0x22rev=0x0dev.brgphy.0.%location:phyno=1dev.brgphy.0.%driver:brgphydev.brgphy.0.%desc:BCM5719C1000BASE-Tmediainterfacedev.brgphy.%parent:dev.miibus.9.%parent:bge9dev.miibus.9.%pnpinfo:dev.miibus.9.%location:dev.miibus.9.%driver:miibusdev.miibus.9.%desc:MIIbusdev.miibus.8.%parent:bge8dev.miibus.8.%pnpinfo:dev.miibus.8.%location:dev.miibus.8.%driver:miibusdev.miibus.8.%desc:MIIbusdev.miibus.7.%parent:bge7dev.miibus.7.%pnpinfo:dev.miibus.7.%location:dev.miibus.7.%driver:miibusdev.miibus.7.%desc:MIIbusdev.miibus.6.%parent:bge6dev.miibus.6.%pnpinfo:dev.miibus.6.%location:dev.miibus.6.%driver:miibusdev.miibus.6.%desc:MIIbusdev.miibus.5.%parent:bge5dev.miibus.5.%pnpinfo:dev.miibus.5.%location:dev.miibus.5.%driver:miibusdev.miibus.5.%desc:MIIbusdev.miibus.4.%parent:bge4dev.miibus.4.%pnpinfo:dev.miibus.4.%location:dev.miibus.4.%driver:miibusdev.miibus.4.%desc:MIIbusdev.miibus.3.%parent:bge3dev.miibus.3.%pnpinfo:dev.miibus.3.%location:dev.miibus.3.%driver:miibusdev.miibus.3.%desc:MIIbusdev.miibus.2.%parent:bge2dev.miibus.2.%pnpinfo:dev.miibus.2.%location:dev.miibus.2.%driver:miibusdev.miibus.2.%desc:MIIbusdev.miibus.1.%parent:bge1dev.miibus.1.%pnpinfo:dev.miibus.1.%location:dev.miibus.1.%driver:miibusdev.miibus.1.%desc:MIIbusdev.miibus.0.%parent:bge0dev.miibus.0.%pnpinfo:dev.miibus.0.%location:dev.miibus.0.%driver:miibusdev.miibus.0.%desc:MIIbusdev.miibus.%parent:dev.bge.9.stats.tx.BroadcastPkts:0dev.bge.9.stats.tx.MulticastPkts:0dev.bge.9.stats.tx.UnicastPkts:0dev.bge.9.stats.tx.LateCollisions:0dev.bge.9.stats.tx.ExcessiveCollisions:0dev.bge.9.stats.tx.DeferredTransmissions:0dev.bge.9.stats.tx.MultipleCollisionFrames:0dev.bge.9.stats.tx.SingleCollisionFrames:0dev.bge.9.stats.tx.InternalMacTransmitErrors:0dev.bge.9.stats.tx.XoffSent:0dev.bge.9.stats.tx.XonSent:0dev.bge.9.stats.tx.Collisions:0dev.bge.9.stats.tx.ifHCOutOctets:0dev.bge.9.stats.rx.UndersizePkts:0dev.bge.9.stats.rx.Jabbers:0dev.bge.9.stats.rx.FramesTooLong:0dev.bge.9.stats.rx.xoffStateEntered:0dev.bge.9.stats.rx.ControlFramesReceived:0dev.bge.9.stats.rx.xoffPauseFramesReceived:0dev.bge.9.stats.rx.xonPauseFramesReceived:0dev.bge.9.stats.rx.AlignmentErrors:0dev.bge.9.stats.rx.FCSErrors:0dev.bge.9.stats.rx.BroadcastPkts:0dev.bge.9.stats.rx.MulticastPkts:0dev.bge.9.stats.rx.UnicastPkts:0dev.bge.9.stats.rx.Fragments:0dev.bge.9.stats.rx.ifHCInOctets:0dev.bge.9.stats.RecvThresholdHit:0dev.bge.9.stats.InputErrors:0dev.bge.9.stats.InputDiscards:0dev.bge.9.stats.NoMoreRxBDs:0dev.bge.9.stats.DmaWriteHighPriQueueFull:0dev.bge.9.stats.DmaWriteQueueFull:0dev.bge.9.stats.FramesDroppedDueToFilters:0dev.bge.9.forced_udpcsum:0dev.bge.9.msi:1dev.bge.9.forced_collapse:0dev.bge.9.%parent:pci143dev.bge.9.%pnpinfo:vendor=0x14e4device=0x165fsubvendor=0x1bcfsubdevice=0x8069class=0x020000dev.bge.9.%location:pci0:143:0:1handle=\_SB_.PCI0.RP04.LAN2dev.bge.9.%driver:bgedev.bge.9.%desc:BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000dev.bge.8.stats.tx.BroadcastPkts:4dev.bge.8.stats.tx.MulticastPkts:0dev.bge.8.stats.tx.UnicastPkts:18dev.bge.8.stats.tx.LateCollisions:0dev.bge.8.stats.tx.ExcessiveCollisions:0dev.bge.8.stats.tx.DeferredTransmissions:0dev.bge.8.stats.tx.MultipleCollisionFrames:0dev.bge.8.stats.tx.SingleCollisionFrames:0dev.bge.8.stats.tx.InternalMacTransmitErrors:0dev.bge.8.stats.tx.XoffSent:0dev.bge.8.stats.tx.XonSent:0dev.bge.8.stats.tx.Collisions:0dev.bge.8.stats.tx.ifHCOutOctets:2583dev.bge.8.stats.rx.UndersizePkts:0dev.bge.8.stats.rx.Jabbers:0

69 / 123

Page 70: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.8.stats.rx.FramesTooLong:0dev.bge.8.stats.rx.xoffStateEntered:0dev.bge.8.stats.rx.ControlFramesReceived:0dev.bge.8.stats.rx.xoffPauseFramesReceived:0dev.bge.8.stats.rx.xonPauseFramesReceived:0dev.bge.8.stats.rx.AlignmentErrors:0dev.bge.8.stats.rx.FCSErrors:0dev.bge.8.stats.rx.BroadcastPkts:244dev.bge.8.stats.rx.MulticastPkts:324dev.bge.8.stats.rx.UnicastPkts:21dev.bge.8.stats.rx.Fragments:0dev.bge.8.stats.rx.ifHCInOctets:139404dev.bge.8.stats.RecvThresholdHit:0dev.bge.8.stats.InputErrors:0dev.bge.8.stats.InputDiscards:0dev.bge.8.stats.NoMoreRxBDs:0dev.bge.8.stats.DmaWriteHighPriQueueFull:0dev.bge.8.stats.DmaWriteQueueFull:0dev.bge.8.stats.FramesDroppedDueToFilters:0dev.bge.8.forced_udpcsum:0dev.bge.8.msi:1dev.bge.8.forced_collapse:0dev.bge.8.%parent:pci143dev.bge.8.%pnpinfo:vendor=0x14e4device=0x165fsubvendor=0x1bcfsubdevice=0x8069class=0x020000dev.bge.8.%location:pci0:143:0:0handle=\_SB_.PCI0.RP04.LAN1dev.bge.8.%driver:bgedev.bge.8.%desc:BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000dev.bge.7.stats.tx.BroadcastPkts:0dev.bge.7.stats.tx.MulticastPkts:0dev.bge.7.stats.tx.UnicastPkts:0dev.bge.7.stats.tx.LateCollisions:0dev.bge.7.stats.tx.ExcessiveCollisions:0dev.bge.7.stats.tx.DeferredTransmissions:0dev.bge.7.stats.tx.MultipleCollisionFrames:0dev.bge.7.stats.tx.SingleCollisionFrames:0dev.bge.7.stats.tx.InternalMacTransmitErrors:0dev.bge.7.stats.tx.XoffSent:0dev.bge.7.stats.tx.XonSent:0dev.bge.7.stats.tx.Collisions:0dev.bge.7.stats.tx.ifHCOutOctets:0dev.bge.7.stats.rx.UndersizePkts:0dev.bge.7.stats.rx.Jabbers:0dev.bge.7.stats.rx.FramesTooLong:0dev.bge.7.stats.rx.xoffStateEntered:0dev.bge.7.stats.rx.ControlFramesReceived:0dev.bge.7.stats.rx.xoffPauseFramesReceived:0dev.bge.7.stats.rx.xonPauseFramesReceived:0dev.bge.7.stats.rx.AlignmentErrors:0dev.bge.7.stats.rx.FCSErrors:0dev.bge.7.stats.rx.BroadcastPkts:0dev.bge.7.stats.rx.MulticastPkts:0dev.bge.7.stats.rx.UnicastPkts:0dev.bge.7.stats.rx.Fragments:0dev.bge.7.stats.rx.ifHCInOctets:0dev.bge.7.stats.RecvThresholdHit:0dev.bge.7.stats.InputErrors:0dev.bge.7.stats.InputDiscards:0dev.bge.7.stats.NoMoreRxBDs:0dev.bge.7.stats.DmaWriteHighPriQueueFull:0dev.bge.7.stats.DmaWriteQueueFull:0dev.bge.7.stats.FramesDroppedDueToFilters:0dev.bge.7.forced_udpcsum:0dev.bge.7.msi:1dev.bge.7.forced_collapse:0dev.bge.7.%parent:pci96dev.bge.7.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.7.%location:pci0:96:0:3dev.bge.7.%driver:bgedev.bge.7.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.6.stats.tx.BroadcastPkts:0dev.bge.6.stats.tx.MulticastPkts:0dev.bge.6.stats.tx.UnicastPkts:0dev.bge.6.stats.tx.LateCollisions:0dev.bge.6.stats.tx.ExcessiveCollisions:0dev.bge.6.stats.tx.DeferredTransmissions:0dev.bge.6.stats.tx.MultipleCollisionFrames:0dev.bge.6.stats.tx.SingleCollisionFrames:0dev.bge.6.stats.tx.InternalMacTransmitErrors:0dev.bge.6.stats.tx.XoffSent:0dev.bge.6.stats.tx.XonSent:0dev.bge.6.stats.tx.Collisions:0dev.bge.6.stats.tx.ifHCOutOctets:0dev.bge.6.stats.rx.UndersizePkts:0dev.bge.6.stats.rx.Jabbers:0dev.bge.6.stats.rx.FramesTooLong:0dev.bge.6.stats.rx.xoffStateEntered:0dev.bge.6.stats.rx.ControlFramesReceived:0dev.bge.6.stats.rx.xoffPauseFramesReceived:0dev.bge.6.stats.rx.xonPauseFramesReceived:0dev.bge.6.stats.rx.AlignmentErrors:0dev.bge.6.stats.rx.FCSErrors:0dev.bge.6.stats.rx.BroadcastPkts:0dev.bge.6.stats.rx.MulticastPkts:0dev.bge.6.stats.rx.UnicastPkts:0dev.bge.6.stats.rx.Fragments:0dev.bge.6.stats.rx.ifHCInOctets:0dev.bge.6.stats.RecvThresholdHit:0dev.bge.6.stats.InputErrors:0dev.bge.6.stats.InputDiscards:0dev.bge.6.stats.NoMoreRxBDs:0dev.bge.6.stats.DmaWriteHighPriQueueFull:0dev.bge.6.stats.DmaWriteQueueFull:0dev.bge.6.stats.FramesDroppedDueToFilters:0dev.bge.6.forced_udpcsum:0dev.bge.6.msi:1dev.bge.6.forced_collapse:0dev.bge.6.%parent:pci96dev.bge.6.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.6.%location:pci0:96:0:2dev.bge.6.%driver:bgedev.bge.6.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.5.stats.tx.BroadcastPkts:0dev.bge.5.stats.tx.MulticastPkts:0dev.bge.5.stats.tx.UnicastPkts:0dev.bge.5.stats.tx.LateCollisions:0dev.bge.5.stats.tx.ExcessiveCollisions:0

70 / 123

Page 71: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.5.stats.tx.DeferredTransmissions:0dev.bge.5.stats.tx.MultipleCollisionFrames:0dev.bge.5.stats.tx.SingleCollisionFrames:0dev.bge.5.stats.tx.InternalMacTransmitErrors:0dev.bge.5.stats.tx.XoffSent:0dev.bge.5.stats.tx.XonSent:0dev.bge.5.stats.tx.Collisions:0dev.bge.5.stats.tx.ifHCOutOctets:0dev.bge.5.stats.rx.UndersizePkts:0dev.bge.5.stats.rx.Jabbers:0dev.bge.5.stats.rx.FramesTooLong:0dev.bge.5.stats.rx.xoffStateEntered:0dev.bge.5.stats.rx.ControlFramesReceived:0dev.bge.5.stats.rx.xoffPauseFramesReceived:0dev.bge.5.stats.rx.xonPauseFramesReceived:0dev.bge.5.stats.rx.AlignmentErrors:0dev.bge.5.stats.rx.FCSErrors:0dev.bge.5.stats.rx.BroadcastPkts:0dev.bge.5.stats.rx.MulticastPkts:0dev.bge.5.stats.rx.UnicastPkts:0dev.bge.5.stats.rx.Fragments:0dev.bge.5.stats.rx.ifHCInOctets:0dev.bge.5.stats.RecvThresholdHit:0dev.bge.5.stats.InputErrors:0dev.bge.5.stats.InputDiscards:0dev.bge.5.stats.NoMoreRxBDs:0dev.bge.5.stats.DmaWriteHighPriQueueFull:0dev.bge.5.stats.DmaWriteQueueFull:0dev.bge.5.stats.FramesDroppedDueToFilters:0dev.bge.5.forced_udpcsum:0dev.bge.5.msi:1dev.bge.5.forced_collapse:0dev.bge.5.%parent:pci96dev.bge.5.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.5.%location:pci0:96:0:1dev.bge.5.%driver:bgedev.bge.5.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.4.wake:0dev.bge.4.stats.tx.BroadcastPkts:0dev.bge.4.stats.tx.MulticastPkts:0dev.bge.4.stats.tx.UnicastPkts:0dev.bge.4.stats.tx.LateCollisions:0dev.bge.4.stats.tx.ExcessiveCollisions:0dev.bge.4.stats.tx.DeferredTransmissions:0dev.bge.4.stats.tx.MultipleCollisionFrames:0dev.bge.4.stats.tx.SingleCollisionFrames:0dev.bge.4.stats.tx.InternalMacTransmitErrors:0dev.bge.4.stats.tx.XoffSent:0dev.bge.4.stats.tx.XonSent:0dev.bge.4.stats.tx.Collisions:0dev.bge.4.stats.tx.ifHCOutOctets:0dev.bge.4.stats.rx.UndersizePkts:0dev.bge.4.stats.rx.Jabbers:0dev.bge.4.stats.rx.FramesTooLong:0dev.bge.4.stats.rx.xoffStateEntered:0dev.bge.4.stats.rx.ControlFramesReceived:0dev.bge.4.stats.rx.xoffPauseFramesReceived:0dev.bge.4.stats.rx.xonPauseFramesReceived:0dev.bge.4.stats.rx.AlignmentErrors:0dev.bge.4.stats.rx.FCSErrors:0dev.bge.4.stats.rx.BroadcastPkts:0dev.bge.4.stats.rx.MulticastPkts:0dev.bge.4.stats.rx.UnicastPkts:0dev.bge.4.stats.rx.Fragments:0dev.bge.4.stats.rx.ifHCInOctets:0dev.bge.4.stats.RecvThresholdHit:0dev.bge.4.stats.InputErrors:0dev.bge.4.stats.InputDiscards:0dev.bge.4.stats.NoMoreRxBDs:0dev.bge.4.stats.DmaWriteHighPriQueueFull:0dev.bge.4.stats.DmaWriteQueueFull:0dev.bge.4.stats.FramesDroppedDueToFilters:0dev.bge.4.forced_udpcsum:0dev.bge.4.msi:1dev.bge.4.forced_collapse:0dev.bge.4.%parent:pci96dev.bge.4.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.4.%location:pci0:96:0:0handle=\_SB_.PCI0.RP01.PXSXdev.bge.4.%driver:bgedev.bge.4.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.3.stats.tx.BroadcastPkts:0dev.bge.3.stats.tx.MulticastPkts:0dev.bge.3.stats.tx.UnicastPkts:0dev.bge.3.stats.tx.LateCollisions:0dev.bge.3.stats.tx.ExcessiveCollisions:0dev.bge.3.stats.tx.DeferredTransmissions:0dev.bge.3.stats.tx.MultipleCollisionFrames:0dev.bge.3.stats.tx.SingleCollisionFrames:0dev.bge.3.stats.tx.InternalMacTransmitErrors:0dev.bge.3.stats.tx.XoffSent:0dev.bge.3.stats.tx.XonSent:0dev.bge.3.stats.tx.Collisions:0dev.bge.3.stats.tx.ifHCOutOctets:0dev.bge.3.stats.rx.UndersizePkts:0dev.bge.3.stats.rx.Jabbers:0dev.bge.3.stats.rx.FramesTooLong:0dev.bge.3.stats.rx.xoffStateEntered:0dev.bge.3.stats.rx.ControlFramesReceived:0dev.bge.3.stats.rx.xoffPauseFramesReceived:0dev.bge.3.stats.rx.xonPauseFramesReceived:0dev.bge.3.stats.rx.AlignmentErrors:0dev.bge.3.stats.rx.FCSErrors:0dev.bge.3.stats.rx.BroadcastPkts:0dev.bge.3.stats.rx.MulticastPkts:0dev.bge.3.stats.rx.UnicastPkts:0dev.bge.3.stats.rx.Fragments:0dev.bge.3.stats.rx.ifHCInOctets:0dev.bge.3.stats.RecvThresholdHit:0dev.bge.3.stats.InputErrors:0dev.bge.3.stats.InputDiscards:0dev.bge.3.stats.NoMoreRxBDs:0dev.bge.3.stats.DmaWriteHighPriQueueFull:0dev.bge.3.stats.DmaWriteQueueFull:0dev.bge.3.stats.FramesDroppedDueToFilters:0dev.bge.3.forced_udpcsum:0dev.bge.3.msi:1

71 / 123

Page 72: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.3.forced_collapse:0dev.bge.3.%parent:pci48dev.bge.3.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.3.%location:pci0:48:0:3dev.bge.3.%driver:bgedev.bge.3.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.2.stats.tx.BroadcastPkts:0dev.bge.2.stats.tx.MulticastPkts:0dev.bge.2.stats.tx.UnicastPkts:0dev.bge.2.stats.tx.LateCollisions:0dev.bge.2.stats.tx.ExcessiveCollisions:0dev.bge.2.stats.tx.DeferredTransmissions:0dev.bge.2.stats.tx.MultipleCollisionFrames:0dev.bge.2.stats.tx.SingleCollisionFrames:0dev.bge.2.stats.tx.InternalMacTransmitErrors:0dev.bge.2.stats.tx.XoffSent:0dev.bge.2.stats.tx.XonSent:0dev.bge.2.stats.tx.Collisions:0dev.bge.2.stats.tx.ifHCOutOctets:0dev.bge.2.stats.rx.UndersizePkts:0dev.bge.2.stats.rx.Jabbers:0dev.bge.2.stats.rx.FramesTooLong:0dev.bge.2.stats.rx.xoffStateEntered:0dev.bge.2.stats.rx.ControlFramesReceived:0dev.bge.2.stats.rx.xoffPauseFramesReceived:0dev.bge.2.stats.rx.xonPauseFramesReceived:0dev.bge.2.stats.rx.AlignmentErrors:0dev.bge.2.stats.rx.FCSErrors:0dev.bge.2.stats.rx.BroadcastPkts:0dev.bge.2.stats.rx.MulticastPkts:0dev.bge.2.stats.rx.UnicastPkts:0dev.bge.2.stats.rx.Fragments:0dev.bge.2.stats.rx.ifHCInOctets:0dev.bge.2.stats.RecvThresholdHit:0dev.bge.2.stats.InputErrors:0dev.bge.2.stats.InputDiscards:0dev.bge.2.stats.NoMoreRxBDs:0dev.bge.2.stats.DmaWriteHighPriQueueFull:0dev.bge.2.stats.DmaWriteQueueFull:0dev.bge.2.stats.FramesDroppedDueToFilters:0dev.bge.2.forced_udpcsum:0dev.bge.2.msi:1dev.bge.2.forced_collapse:0dev.bge.2.%parent:pci48dev.bge.2.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.2.%location:pci0:48:0:2dev.bge.2.%driver:bgedev.bge.2.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.1.stats.tx.BroadcastPkts:0dev.bge.1.stats.tx.MulticastPkts:0dev.bge.1.stats.tx.UnicastPkts:0dev.bge.1.stats.tx.LateCollisions:0dev.bge.1.stats.tx.ExcessiveCollisions:0dev.bge.1.stats.tx.DeferredTransmissions:0dev.bge.1.stats.tx.MultipleCollisionFrames:0dev.bge.1.stats.tx.SingleCollisionFrames:0dev.bge.1.stats.tx.InternalMacTransmitErrors:0dev.bge.1.stats.tx.XoffSent:0dev.bge.1.stats.tx.XonSent:0dev.bge.1.stats.tx.Collisions:0dev.bge.1.stats.tx.ifHCOutOctets:0dev.bge.1.stats.rx.UndersizePkts:0dev.bge.1.stats.rx.Jabbers:0dev.bge.1.stats.rx.FramesTooLong:0dev.bge.1.stats.rx.xoffStateEntered:0dev.bge.1.stats.rx.ControlFramesReceived:0dev.bge.1.stats.rx.xoffPauseFramesReceived:0dev.bge.1.stats.rx.xonPauseFramesReceived:0dev.bge.1.stats.rx.AlignmentErrors:0dev.bge.1.stats.rx.FCSErrors:0dev.bge.1.stats.rx.BroadcastPkts:0dev.bge.1.stats.rx.MulticastPkts:0dev.bge.1.stats.rx.UnicastPkts:0dev.bge.1.stats.rx.Fragments:0dev.bge.1.stats.rx.ifHCInOctets:0dev.bge.1.stats.RecvThresholdHit:0dev.bge.1.stats.InputErrors:0dev.bge.1.stats.InputDiscards:0dev.bge.1.stats.NoMoreRxBDs:0dev.bge.1.stats.DmaWriteHighPriQueueFull:0dev.bge.1.stats.DmaWriteQueueFull:0dev.bge.1.stats.FramesDroppedDueToFilters:0dev.bge.1.forced_udpcsum:0dev.bge.1.msi:1dev.bge.1.forced_collapse:0dev.bge.1.%parent:pci48dev.bge.1.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.1.%location:pci0:48:0:1dev.bge.1.%driver:bgedev.bge.1.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.0.wake:0dev.bge.0.stats.tx.BroadcastPkts:0dev.bge.0.stats.tx.MulticastPkts:0dev.bge.0.stats.tx.UnicastPkts:0dev.bge.0.stats.tx.LateCollisions:0dev.bge.0.stats.tx.ExcessiveCollisions:0dev.bge.0.stats.tx.DeferredTransmissions:0dev.bge.0.stats.tx.MultipleCollisionFrames:0dev.bge.0.stats.tx.SingleCollisionFrames:0dev.bge.0.stats.tx.InternalMacTransmitErrors:0dev.bge.0.stats.tx.XoffSent:0dev.bge.0.stats.tx.XonSent:0dev.bge.0.stats.tx.Collisions:0dev.bge.0.stats.tx.ifHCOutOctets:0dev.bge.0.stats.rx.UndersizePkts:0dev.bge.0.stats.rx.Jabbers:0dev.bge.0.stats.rx.FramesTooLong:0dev.bge.0.stats.rx.xoffStateEntered:0dev.bge.0.stats.rx.ControlFramesReceived:0dev.bge.0.stats.rx.xoffPauseFramesReceived:0dev.bge.0.stats.rx.xonPauseFramesReceived:0dev.bge.0.stats.rx.AlignmentErrors:0dev.bge.0.stats.rx.FCSErrors:0dev.bge.0.stats.rx.BroadcastPkts:0dev.bge.0.stats.rx.MulticastPkts:0dev.bge.0.stats.rx.UnicastPkts:0

72 / 123

Page 73: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.bge.0.stats.rx.Fragments:0dev.bge.0.stats.rx.ifHCInOctets:0dev.bge.0.stats.RecvThresholdHit:0dev.bge.0.stats.InputErrors:0dev.bge.0.stats.InputDiscards:0dev.bge.0.stats.NoMoreRxBDs:0dev.bge.0.stats.DmaWriteHighPriQueueFull:0dev.bge.0.stats.DmaWriteQueueFull:0dev.bge.0.stats.FramesDroppedDueToFilters:0dev.bge.0.forced_udpcsum:0dev.bge.0.msi:1dev.bge.0.forced_collapse:0dev.bge.0.%parent:pci48dev.bge.0.%pnpinfo:vendor=0x14e4device=0x1657subvendor=0x1bcfsubdevice=0x8064class=0x020000dev.bge.0.%location:pci0:48:0:0handle=\_SB_.PCI0.RP18.PXSXdev.bge.0.%driver:bgedev.bge.0.%desc:1000BASE-T_Adapter(4ch),ASICrev.0x5719001dev.bge.%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.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=0xa102subvendor=0x1bcfsubdevice=0x8069class=0x010601dev.ahci.0.%location:pci0:0:23:0handle=\_SB_.PCI0.SAT0dev.ahci.0.%driver:ahcidev.ahci.0.%desc:AHCISATAcontrollerdev.ahci.%parent: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.wake:0dev.xhci.0.%parent:pci0dev.xhci.0.%pnpinfo:vendor=0x8086device=0xa12fsubvendor=0x1bcfsubdevice=0x8069class=0x0c0330dev.xhci.0.%location:pci0:0:20:0handle=\_SB_.PCI0.XHC_dev.xhci.0.%driver:xhcidev.xhci.0.%desc:XHCI(generic)USB3.0controllerdev.xhci.%parent:dev.hostb.0.%parent:pci0dev.hostb.0.%pnpinfo:vendor=0x8086device=0x1918subvendor=0x1bcfsubdevice=0x8069class=0x060000dev.hostb.0.%location:pci0:0:0:0handle=\_SB_.PCI0.LNK3dev.hostb.0.%driver:hostbdev.hostb.0.%desc:HosttoPCIbridgedev.hostb.%parent:dev.pci.192.wake:0dev.pci.192.%parent:pcib7dev.pci.192.%pnpinfo:dev.pci.192.%location:dev.pci.192.%driver:pcidev.pci.192.%desc:ACPIPCIbusdev.pci.144.wake:0dev.pci.144.%parent:pcib6dev.pci.144.%pnpinfo:dev.pci.144.%location:dev.pci.144.%driver:pcidev.pci.144.%desc:ACPIPCIbusdev.pci.143.wake:0dev.pci.143.%parent:pcib5dev.pci.143.%pnpinfo:dev.pci.143.%location:dev.pci.143.%driver:pcidev.pci.143.%desc:ACPIPCIbusdev.pci.96.wake:0dev.pci.96.%parent:pcib4dev.pci.96.%pnpinfo:dev.pci.96.%location:dev.pci.96.%driver:pcidev.pci.96.%desc:ACPIPCIbusdev.pci.95.wake:0dev.pci.95.%parent:pcib3dev.pci.95.%pnpinfo:dev.pci.95.%location:dev.pci.95.%driver:pcidev.pci.95.%desc:ACPIPCIbusdev.pci.48.wake:0dev.pci.48.%parent:pcib2dev.pci.48.%pnpinfo:dev.pci.48.%location:dev.pci.48.%driver:pcidev.pci.48.%desc:ACPIPCIbusdev.pci.1.wake:0dev.pci.1.%parent:pcib1dev.pci.1.%pnpinfo:dev.pci.1.%location:dev.pci.1.%driver:pci

73 / 123

Page 74: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.pci.1.%desc:ACPIPCIbusdev.pci.0.%parent:pcib0dev.pci.0.%pnpinfo:dev.pci.0.%location:dev.pci.0.%driver:pcidev.pci.0.%desc:ACPIPCIbusdev.pci.%parent:dev.pcib.7.wake:0dev.pcib.7.subbus:192dev.pcib.7.secbus:192dev.pcib.7.pribus:0dev.pcib.7.domain:0dev.pcib.7.%parent:pci0dev.pcib.7.%pnpinfo:vendor=0x8086device=0xa118subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.7.%location:pci0:0:29:0handle=\_SB_.PCI0.RP09dev.pcib.7.%driver:pcibdev.pcib.7.%desc:ACPIPCI-PCIbridgedev.pcib.6.wake:0dev.pcib.6.subbus:144dev.pcib.6.secbus:144dev.pcib.6.pribus:0dev.pcib.6.domain:0dev.pcib.6.%parent:pci0dev.pcib.6.%pnpinfo:vendor=0x8086device=0xa114subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.6.%location:pci0:0:28:4handle=\_SB_.PCI0.RP05dev.pcib.6.%driver:pcibdev.pcib.6.%desc:ACPIPCI-PCIbridgedev.pcib.5.wake:0dev.pcib.5.subbus:143dev.pcib.5.secbus:143dev.pcib.5.pribus:0dev.pcib.5.domain:0dev.pcib.5.%parent:pci0dev.pcib.5.%pnpinfo:vendor=0x8086device=0xa113subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.5.%location:pci0:0:28:3handle=\_SB_.PCI0.RP04dev.pcib.5.%driver:pcibdev.pcib.5.%desc:ACPIPCI-PCIbridgedev.pcib.4.wake:0dev.pcib.4.subbus:96dev.pcib.4.secbus:96dev.pcib.4.pribus:0dev.pcib.4.domain:0dev.pcib.4.%parent:pci0dev.pcib.4.%pnpinfo:vendor=0x8086device=0xa110subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.4.%location:pci0:0:28:0handle=\_SB_.PCI0.RP01dev.pcib.4.%driver:pcibdev.pcib.4.%desc:ACPIPCI-PCIbridgedev.pcib.3.wake:0dev.pcib.3.subbus:95dev.pcib.3.secbus:95dev.pcib.3.pribus:0dev.pcib.3.domain:0dev.pcib.3.%parent:pci0dev.pcib.3.%pnpinfo:vendor=0x8086device=0xa16asubvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.3.%location:pci0:0:27:3handle=\_SB_.PCI0.RP20dev.pcib.3.%driver:pcibdev.pcib.3.%desc:ACPIPCI-PCIbridgedev.pcib.2.wake:0dev.pcib.2.subbus:48dev.pcib.2.secbus:48dev.pcib.2.pribus:0dev.pcib.2.domain:0dev.pcib.2.%parent:pci0dev.pcib.2.%pnpinfo:vendor=0x8086device=0xa168subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.2.%location:pci0:0:27:0handle=\_SB_.PCI0.RP18dev.pcib.2.%driver:pcibdev.pcib.2.%desc:ACPIPCI-PCIbridgedev.pcib.1.wake:0dev.pcib.1.subbus:1dev.pcib.1.secbus:1dev.pcib.1.pribus:0dev.pcib.1.domain:0dev.pcib.1.%parent:pci0dev.pcib.1.%pnpinfo:vendor=0x8086device=0x1901subvendor=0x1bcfsubdevice=0x8069class=0x060400dev.pcib.1.%location:pci0:0:1:0handle=\_SB_.PCI0.PEG0dev.pcib.1.%driver:pcibdev.pcib.1.%desc:ACPIPCI-PCIbridgedev.pcib.0.%parent:acpi0dev.pcib.0.%pnpinfo:_HID=PNP0A08_UID=0dev.pcib.0.%location:handle=\_SB_.PCI0dev.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_.LNKB

74 / 123

Page 75: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.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.attimer.0.%parent:acpi0dev.attimer.0.%pnpinfo:_HID=PNP0100_UID=0dev.attimer.0.%location:handle=\_SB_.PCI0.LPCB.TIMRdev.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.LPCB.RTC_dev.atrtc.0.%driver:atrtcdev.atrtc.0.%desc:ATrealtimeclockdev.atrtc.%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.LPCB.HPETdev.hpet.0.%driver:hpetdev.hpet.0.%desc:HighPrecisionEventTimerdev.hpet.%parent:dev.cpu.7.cx_usage:100.00%0.00%last6450usdev.cpu.7.cx_lowest:C1dev.cpu.7.cx_supported:C1/1/1C2/2/120dev.cpu.7.%parent:acpi0dev.cpu.7.%pnpinfo:_HID=none_UID=0dev.cpu.7.%location:handle=\_PR_.CPU7dev.cpu.7.%driver:cpudev.cpu.7.%desc:ACPICPUdev.cpu.6.cx_usage:100.00%0.00%last5408usdev.cpu.6.cx_lowest:C1dev.cpu.6.cx_supported:C1/1/1C2/2/120dev.cpu.6.%parent:acpi0dev.cpu.6.%pnpinfo:_HID=none_UID=0dev.cpu.6.%location:handle=\_PR_.CPU6dev.cpu.6.%driver:cpudev.cpu.6.%desc:ACPICPUdev.cpu.5.cx_usage:100.00%0.00%last6013usdev.cpu.5.cx_lowest:C1dev.cpu.5.cx_supported:C1/1/1C2/2/120dev.cpu.5.%parent:acpi0dev.cpu.5.%pnpinfo:_HID=none_UID=0dev.cpu.5.%location:handle=\_PR_.CPU5dev.cpu.5.%driver:cpudev.cpu.5.%desc:ACPICPUdev.cpu.4.cx_usage:100.00%0.00%last6424usdev.cpu.4.cx_lowest:C1dev.cpu.4.cx_supported:C1/1/1C2/2/120dev.cpu.4.%parent:acpi0dev.cpu.4.%pnpinfo:_HID=none_UID=0dev.cpu.4.%location:handle=\_PR_.CPU4dev.cpu.4.%driver:cpudev.cpu.4.%desc:ACPICPUdev.cpu.3.cx_usage:100.00%0.00%last7071usdev.cpu.3.cx_lowest:C1dev.cpu.3.cx_supported:C1/1/1C2/2/120dev.cpu.3.%parent:acpi0dev.cpu.3.%pnpinfo:_HID=none_UID=0dev.cpu.3.%location:handle=\_PR_.CPU3dev.cpu.3.%driver:cpudev.cpu.3.%desc:ACPICPUdev.cpu.2.cx_usage:100.00%0.00%last155usdev.cpu.2.cx_lowest:C1dev.cpu.2.cx_supported:C1/1/1C2/2/120dev.cpu.2.%parent:acpi0dev.cpu.2.%pnpinfo:_HID=none_UID=0dev.cpu.2.%location:handle=\_PR_.CPU2dev.cpu.2.%driver:cpudev.cpu.2.%desc:ACPICPUdev.cpu.1.cx_usage:100.00%0.00%last7175usdev.cpu.1.cx_lowest:C1dev.cpu.1.cx_supported:C1/1/1C2/2/120dev.cpu.1.%parent:acpi0dev.cpu.1.%pnpinfo:_HID=none_UID=0dev.cpu.1.%location:handle=\_PR_.CPU1dev.cpu.1.%driver:cpudev.cpu.1.%desc:ACPICPUdev.cpu.0.cx_usage:100.00%0.00%last4038usdev.cpu.0.cx_lowest:C1dev.cpu.0.cx_supported:C1/1/1C2/2/120dev.cpu.0.freq_levels:3401/800003400/800003200/734953000/672262800/612022700/582692500/525722300/471092100/418531900/368131700/326451500/280071400/257651200/214371000/17302800/13362dev.cpu.0.freq:3400dev.cpu.0.%parent:acpi0dev.cpu.0.%pnpinfo:_HID=none_UID=0dev.cpu.0.%location:handle=\_PR_.CPU0dev.cpu.0.%driver:cpudev.cpu.0.%desc:ACPICPUdev.cpu.%parent:dev.acpi_sysresource.6.%parent:acpi0dev.acpi_sysresource.6.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.6.%location:handle=\_SB_.PCI0.IOTRdev.acpi_sysresource.6.%driver:acpi_sysresourcedev.acpi_sysresource.6.%desc:SystemResourcedev.acpi_sysresource.5.%parent:acpi0dev.acpi_sysresource.5.%pnpinfo:_HID=PNP0C02_UID=1dev.acpi_sysresource.5.%location:handle=\_SB_.PCI0.PDRCdev.acpi_sysresource.5.%driver:acpi_sysresourcedev.acpi_sysresource.5.%desc:SystemResourcedev.acpi_sysresource.4.%parent:acpi0dev.acpi_sysresource.4.%pnpinfo:_HID=PNP0C01_UID=241dev.acpi_sysresource.4.%location:handle=\_SB_.PCI0.RP20.PPF1dev.acpi_sysresource.4.%driver:acpi_sysresource

75 / 123

Page 76: FreeBSD動作検証レポート - BSD Consulting, Inc.

dev.acpi_sysresource.4.%desc:SystemResourcedev.acpi_sysresource.3.%parent:acpi0dev.acpi_sysresource.3.%pnpinfo:_HID=INT3F0D_UID=0dev.acpi_sysresource.3.%location:handle=\_SB_.PCI0.LPCB.CWDTdev.acpi_sysresource.3.%driver:acpi_sysresourcedev.acpi_sysresource.3.%desc:SystemResourcedev.acpi_sysresource.2.%parent:acpi0dev.acpi_sysresource.2.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.2.%location:handle=\_SB_.PCI0.LPCB.LDR2dev.acpi_sysresource.2.%driver:acpi_sysresourcedev.acpi_sysresource.2.%desc:SystemResourcedev.acpi_sysresource.1.%parent:acpi0dev.acpi_sysresource.1.%pnpinfo:_HID=PNP0C02_UID=2dev.acpi_sysresource.1.%location:handle=\_SB_.PCI0.LPCB.LDRCdev.acpi_sysresource.1.%driver:acpi_sysresourcedev.acpi_sysresource.1.%desc:SystemResourcedev.acpi_sysresource.0.%parent:acpi0dev.acpi_sysresource.0.%pnpinfo:_HID=PNP0C02_UID=0dev.acpi_sysresource.0.%location:handle=\_SB_.PCI0.LPCB.SIO1dev.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:AMI0707dev.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.linsysfs:0security.jail.param.allow.mount.linprocfs: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_linsysfs_allowed:0security.jail.mount_linprocfs_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:0

76 / 123

Page 77: FreeBSD動作検証レポート - BSD Consulting, Inc.

security.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

77 / 123

Page 78: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

TheRegentsoftheUniversityofCalifornia.Allrightsreserved.FreeBSDisaregisteredtrademarkofTheFreeBSDFoundation.FreeBSD10.3-RELEASE#0r297264:FriMar2502:10:[email protected]:/usr/obj/usr/src/sys/GENERICamd64FreeBSDclangversion3.4.1(tags/RELEASE_34/dot1-final208032)20140512VT(efifb):resolution800x600CPU:Intel(R)Xeon(R)[email protected](3408.17-MHzK8-classCPU)Origin="GenuineIntel"Id=0x506e3Family=0x6Model=0x5eStepping=3Features=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=0x7ffafbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>AMDFeatures=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>AMDFeatures2=0x121<LAHF,ABM,Prefetch>StructuredExtendedFeatures=0x29c6fbf<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>XSAVEFeatures=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>VT-x:PAT,HLT,MTF,PAUSE,EPT,UG,VPIDTSC:P-stateinvariant,performancestatisticsrealmemory=17179869184(16384MB)availmemory=16488742912(15724MB)Eventtimer"LAPIC"quality600ACPIAPICTable:<AMI0707>FreeBSD/SMP:MultiprocessorSystemDetected:8CPUsFreeBSD/SMP:1package(s)x4core(s)x2SMTthreadscpu0(BSP):APICID:0cpu1(AP):APICID:1cpu2(AP):APICID:2cpu3(AP):APICID:3cpu4(AP):APICID:4cpu5(AP):APICID:5cpu6(AP):APICID:6cpu7(AP):APICID:7random:<Software,Yarrow>initializedioapic0<Version2.0>irqs0-119onmotherboardmodule_register_init:MOD_LOAD(vesa,0xffffffff80dc6500,0)error19kbd1atkbdmux0acpi0:<AMI0707>onmotherboardacpi0:PowerButton(fixed)cpu0:<ACPICPU>onacpi0cpu1:<ACPICPU>onacpi0cpu2:<ACPICPU>onacpi0cpu3:<ACPICPU>onacpi0cpu4:<ACPICPU>onacpi0cpu5:<ACPICPU>onacpi0cpu6:<ACPICPU>onacpi0cpu7:<ACPICPU>onacpi0hpet0:<HighPrecisionEventTimer>iomem0xfed00000-0xfed003ffonacpi0Timecounter"HPET"frequency24000000Hzquality950Eventtimer"HPET"frequency24000000Hzquality550atrtc0:<ATrealtimeclock>port0x70-0x77irq8onacpi0atrtc0:Warning:Couldn'tmapI/O.Eventtimer"RTC"frequency32768Hzquality0attimer0:<ATtimer>port0x40-0x43,0x50-0x53irq0onacpi0Timecounter"i8254"frequency1193182Hzquality0Eventtimer"i8254"frequency1193182Hzquality100Timecounter"ACPI-fast"frequency3579545Hzquality900acpi_timer0:<24-bittimerat3.579545MHz>port0x1808-0x180bonacpi0pcib0:<ACPIHost-PCIbridge>port0xcf8-0xcffonacpi0pci0:<ACPIPCIbus>onpcib0pcib1:<ACPIPCI-PCIbridge>atdevice1.0onpci0pci1:<ACPIPCIbus>onpcib1xhci0:<XHCI(generic)USB3.0controller>mem0xdfe00000-0xdfe0ffffatdevice20.0onpci0xhci0:32bytescontextsize,64-bitDMAusbus0onxhci0pci0:<simplecomms>atdevice22.0(nodriverattached)pci0:<simplecomms>atdevice22.1(nodriverattached)ahci0:<AHCISATAcontroller>port0xf050-0xf057,0xf040-0xf043,0xf020-0xf03fmem0xdfe10000-0xdfe11fff,0xdfe1e000-0xdfe1e0ff,0xdfe1d000-0xdfe1d7ffatdevice23.0onpci0ahci0:AHCIv1.31with56Gbpsports,PortMultipliernotsupportedahcich0:<AHCIchannel>atchannel0onahci0ahcich1:<AHCIchannel>atchannel1onahci0ahcich2:<AHCIchannel>atchannel2onahci0ahcich3:<AHCIchannel>atchannel3onahci0ahcich4:<AHCIchannel>atchannel4onahci0ahciem0:<AHCIenclosuremanagementbridge>onahci0pcib2:<ACPIPCI-PCIbridge>atdevice27.0onpci0pci48:<ACPIPCIbus>onpcib2bge0:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xddfb0000-0xddfbffff,0xddfa0000-0xddfaffff,0xddf90000-0xddf9ffffatdevice0.0onpci48bge0:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus0:<MIIbus>onbge0brgphy0:<BCM5719C1000BASE-Tmediainterface>PHY1onmiibus0brgphy0:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge0:UsingdefaultsforTSO:65518/35/2048bge0:Ethernetaddress:8c:df:9d:81:8d:4cbge1:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xddf80000-0xddf8ffff,0xddf70000-0xddf7ffff,0xddf60000-0xddf6ffffatdevice0.1onpci48bge1:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus1:<MIIbus>onbge1brgphy1:<BCM5719C1000BASE-Tmediainterface>PHY2onmiibus1brgphy1:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge1:UsingdefaultsforTSO:65518/35/2048bge1:Ethernetaddress:8c:df:9d:81:8d:4dbge2:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xddf50000-0xddf5ffff,0xddf40000-0xddf4ffff,0xddf30000-0xddf3ffffatdevice0.2onpci48bge2:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus2:<MIIbus>onbge2brgphy2:<BCM5719C1000BASE-Tmediainterface>PHY3onmiibus2brgphy2:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge2:UsingdefaultsforTSO:65518/35/2048bge2:Ethernetaddress:8c:df:9d:81:8d:4ebge3:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xddf20000-0xddf2ffff,0xddf10000-0xddf1ffff,0xddf00000-0xddf0ffffatdevice0.3onpci48bge3:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus3:<MIIbus>onbge3brgphy3:<BCM5719C1000BASE-Tmediainterface>PHY4onmiibus3brgphy3:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge3:UsingdefaultsforTSO:65518/35/2048bge3:Ethernetaddress:8c:df:9d:81:8d:4fpcib3:<ACPIPCI-PCIbridge>atdevice27.3onpci0pcib3:failedtoallocateinitialmemorywindow:0xde000000-0xdf9fffffpci95:<ACPIPCIbus>onpcib3vgapci0:<VGA-compatibledisplay>mem0xde000000-0xdeffffff,0xdf000000-0xdf7fffffatdevice0.0onpci95pcib4:<ACPIPCI-PCIbridge>atdevice28.0onpci0pci96:<ACPIPCIbus>onpcib4

78 / 123

Page 79: FreeBSD動作検証レポート - BSD Consulting, Inc.

bge4:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xddeb0000-0xddebffff,0xddea0000-0xddeaffff,0xdde90000-0xdde9ffffatdevice0.0onpci96bge4:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus4:<MIIbus>onbge4brgphy4:<BCM5719C1000BASE-Tmediainterface>PHY1onmiibus4brgphy4:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge4:UsingdefaultsforTSO:65518/35/2048bge4:Ethernetaddress:8c:df:9d:81:8d:40bge5:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xdde80000-0xdde8ffff,0xdde70000-0xdde7ffff,0xdde60000-0xdde6ffffatdevice0.1onpci96bge5:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus5:<MIIbus>onbge5brgphy5:<BCM5719C1000BASE-Tmediainterface>PHY2onmiibus5brgphy5:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge5:UsingdefaultsforTSO:65518/35/2048bge5:Ethernetaddress:8c:df:9d:81:8d:41bge6:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xdde50000-0xdde5ffff,0xdde40000-0xdde4ffff,0xdde30000-0xdde3ffffatdevice0.2onpci96bge6:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus6:<MIIbus>onbge6brgphy6:<BCM5719C1000BASE-Tmediainterface>PHY3onmiibus6brgphy6:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge6:UsingdefaultsforTSO:65518/35/2048bge6:Ethernetaddress:8c:df:9d:81:8d:42bge7:<1000BASE-T_Adapter(4ch),ASICrev.0x5719001>mem0xdde20000-0xdde2ffff,0xdde10000-0xdde1ffff,0xdde00000-0xdde0ffffatdevice0.3onpci96bge7:CHIPID0x05719001;ASICREV0x5719;CHIPREV0x57190;PCI-Emiibus7:<MIIbus>onbge7brgphy7:<BCM5719C1000BASE-Tmediainterface>PHY4onmiibus7brgphy7:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge7:UsingdefaultsforTSO:65518/35/2048bge7:Ethernetaddress:8c:df:9d:81:8d:43pcib5:<ACPIPCI-PCIbridge>atdevice28.3onpci0pci143:<ACPIPCIbus>onpcib5bge8:<BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000>mem0xddd50000-0xddd5ffff,0xddd40000-0xddd4ffff,0xddd30000-0xddd3ffffatdevice0.0onpci143bge8:APEFWversion:NCSIv1.3.12.0bge8:CHIPID0x05720000;ASICREV0x5720;CHIPREV0x57200;PCI-Emiibus8:<MIIbus>onbge8brgphy8:<BCM5720C1000BASE-Tmediainterface>PHY1onmiibus8brgphy8:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge8:UsingdefaultsforTSO:65518/35/2048bge8:Ethernetaddress:40:8d:5c:a9:e5:33bge9:<BroadcomNetXtremeGigabitEthernetController,ASICrev.0x5720000>mem0xddd20000-0xddd2ffff,0xddd10000-0xddd1ffff,0xddd00000-0xddd0ffffatdevice0.1onpci143bge9:APEFWversion:NCSIv1.3.12.0bge9:CHIPID0x05720000;ASICREV0x5720;CHIPREV0x57200;PCI-Emiibus9:<MIIbus>onbge9brgphy9:<BCM5720C1000BASE-Tmediainterface>PHY2onmiibus9brgphy9:10baseT,10baseT-FDX,100baseTX,100baseTX-FDX,1000baseT,1000baseT-master,1000baseT-FDX,1000baseT-FDX-master,auto,auto-flowbge9:UsingdefaultsforTSO:65518/35/2048bge9:Ethernetaddress:40:8d:5c:a9:e5:34pcib6:<ACPIPCI-PCIbridge>atdevice28.4onpci0pci144:<ACPIPCIbus>onpcib6AVAGOMegaRAIDSASFreeBSDmrsasdriverversion:06.707.04.03-fbsdmrsas0:<AVAGOInvaderSASController>port0xe000-0xe0ffmem0xdfb20000-0xdfb2ffff,0xdfa00000-0xdfafffffatdevice0.0onpci144mrsas0:UsingMSI-Xwith8numberofvectorsmrsas0:FWsupports<96>MSIXvector,OnlineCPU8CurrentMSIX<8>mrsas0:MSI-xinterruptssetupsuccessmrsas0:Internalcommandtimedoutafter180seconds.pcib7:<ACPIPCI-PCIbridge>atdevice29.0onpci0pci192:<ACPIPCIbus>onpcib7isab0:<PCI-ISAbridge>atdevice31.0onpci0isa0:<ISAbus>onisab0pci0:<memory>atdevice31.2(nodriverattached)acpi_button0:<SleepButton>onacpi0acpi_button1:<PowerButton>onacpi0atkbdc0:<Keyboardcontroller(i8042)>port0x60,0x64irq1onacpi0atkbd0:<ATKeyboard>irq1onatkbdc0kbd0atatkbd0atkbd0:[GIANT-LOCKED]uart0:<16550orcompatible>port0x3f8-0x3ffirq4flags0x10onacpi0uart1:<16550orcompatible>port0x2f8-0x2ffirq3onacpi0ppc0:cannotreserveI/Oportrangeest0:<EnhancedSpeedStepFrequencyControl>oncpu0est1:<EnhancedSpeedStepFrequencyControl>oncpu1est2:<EnhancedSpeedStepFrequencyControl>oncpu2est3:<EnhancedSpeedStepFrequencyControl>oncpu3est4:<EnhancedSpeedStepFrequencyControl>oncpu4est5:<EnhancedSpeedStepFrequencyControl>oncpu5est6:<EnhancedSpeedStepFrequencyControl>oncpu6est7:<EnhancedSpeedStepFrequencyControl>oncpu7Timecounterstickevery1.000msecrandom:unblockingdevice.usbus0:5.0GbpsSuperSpeedUSBv3.0ugen0.1:<0x8086>atusbus0uhub0:<0x8086XHCIrootHUB,class9/0,rev3.00/1.00,addr1>onusbus0ses0atahciem0bus0scbus5target0lun0ses0:<AHCISGPIOEnclosure1.000001>SEMBS-E-S2.00deviceses0:SEMBSESDeviceda0atmrsas0bus0scbus6target0lun0da0:<LSIMR9362-8i4.22>FixedDirectAccessSPC-3SCSIdeviceda0:SerialNumber0093b0a108b242c71ee04a570bb00506da0:150.000MB/stransfersda0:2143200MB(4389273600512bytesectors)cd0atahcich4bus0scbus4target0lun0cd0:<HL-DT-STDVDROMDUD0NEV01>RemovableCD-ROMSCSIdevicecd0:SerialNumberB6ARVN3006339cd0:150.000MB/stransfers(SATA1.x,UDMA6,ATAPI12bytes,PIO8192bytes)cd0:Attempttoquerydevicesizefailed:NOTREADY,Mediumnotpresent-trayclosedSMP:APCPU#1Launched!SMP:APCPU#2Launched!SMP:APCPU#3Launched!SMP:APCPU#7Launched!SMP:APCPU#5Launched!SMP:APCPU#4Launched!SMP:APCPU#6Launched!Timecounter"TSC-low"frequency1704085819Hzquality1000Rootmountwaitingfor:usbus0uhub0:26portswith26removable,selfpoweredRootmountwaitingfor:usbus0ugen0.2:<vendor0x0409>atusbus0uhub1:<vendor0x0409product0x005a,class9/0,rev2.00/1.00,addr1>onusbus0Rootmountwaitingfor:usbus0uhub1:3portswith2removable,buspoweredugen0.3:<TopreCorporation>atusbus0ukbd0:<TopreCorporationHHKBProfessional,class0/0,rev1.10/1.02,addr2>onusbus0kbd2atukbd0Rootmountwaitingfor:usbus0ugen0.4:<AmericanMegatrendsInc.>atusbus0ukbd1:<KeyboardInterface>onusbus0kbd3atukbd1

79 / 123

Page 80: FreeBSD動作検証レポート - BSD Consulting, Inc.

Tryingtomountrootfromufs:/dev/da0p2[rw]...bge8:linkstatechangedtoDOWNums0:<MouseInterface>onusbus0ums0:3buttonsand[Z]coordinatesID=0bge8:linkstatechangedtoUP

80 / 123

Page 81: FreeBSD動作検証レポート - BSD Consulting, Inc.

カーネルデバイスツリーnexus0apic0I/Omemoryaddresses:0xfec00000-0xfec0001fram0I/Omemoryaddresses:0x0-0x23fff0x29000-0x9dfff0x100000-0x6ec0dfff0x6ec59000-0x748f4fff0x77fff000-0x77ffffff0x100000000-0x4877fffffacpi0Interruptrequestlines:0x9I/Oports:0x2e-0x2f0x4e-0x4f0x610x630x650x670x700x800x920xb2-0xb30x680-0x69f0x800-0x87f0x164e-0x164f0x1800-0x18fe0xff00-0xfffe0xffffI/Omemoryaddresses:0xdf800000-0xdf8fffff0xdf914000-0xdf914fff0xdffe0000-0xdfffffff0xe0000000-0xefffffff0xfed10000-0xfed17fff0xfed18000-0xfed18fff0xfed19000-0xfed19fff0xfed20000-0xfed3ffff0xfed45000-0xfed8ffff0xfed90000-0xfed93fff0xfee00000-0xfeefffff0xff000000-0xffffffffcpu0ACPII/Oports:0x1815acpi_perf0est0cpufreq0cpu1ACPII/Oports:0x1815acpi_perf1est1cpufreq1cpu2ACPII/Oports:0x1815acpi_perf2est2cpufreq2cpu3ACPII/Oports:0x1815acpi_perf3est3cpufreq3cpu4ACPII/Oports:0x1815acpi_perf4est4cpufreq4cpu5ACPII/Oports:0x1815acpi_perf5est5cpufreq5cpu6ACPII/Oports:0x1815acpi_perf6est6cpufreq6cpu7ACPII/Oports:0x1815acpi_perf7est7cpufreq7pcib0I/Oports:0xcf8-0xcffpci0PCIdomain0busnumbers:0hostb0pcib1PCIdomain0busnumbers:1pci1pcib1busnumbers:1xhci0Interruptrequestlines:0x108I/Omemoryaddresses:0xdfe00000-0xdfe0ffff

81 / 123

Page 82: FreeBSD動作検証レポート - BSD Consulting, Inc.

usbus0uhub0uhub1ukbd0ukbd1ums0ahci0Interruptrequestlines:0x109I/Oports:0xf020-0xf03f0xf040-0xf0430xf050-0xf057I/Omemoryaddresses:0xdfe10000-0xdfe11fff0xdfe1d000-0xdfe1d7ff0xdfe1e000-0xdfe1e0ffahcich0I/Omemoryaddresses:0xdfe1d100-0xdfe1d17fahcich1I/Omemoryaddresses:0xdfe1d180-0xdfe1d1ffahcich2I/Omemoryaddresses:0xdfe1d200-0xdfe1d27fahcich3I/Omemoryaddresses:0xdfe1d280-0xdfe1d2ffahcich4I/Omemoryaddresses:0xdfe1d300-0xdfe1d37fahciem0I/Omemoryaddresses:0xdfe1d020-0xdfe1d0230xdfe1d580-0xdfe1d587pcib2I/Omemoryaddresses:0xddf00000-0xddffffff0xdfd00000-0xdfdfffffPCIdomain0busnumbers:48pci48pcib2busnumbers:48bge0Interruptrequestlines:0x10apcib2prefetchwindow:0xddf90000-0xddf9ffff0xddfa0000-0xddfaffff0xddfb0000-0xddfbffffmiibus0brgphy0bge1Interruptrequestlines:0x10bpcib2prefetchwindow:0xddf60000-0xddf6ffff0xddf70000-0xddf7ffff0xddf80000-0xddf8ffffmiibus1brgphy1bge2Interruptrequestlines:0x10cpcib2prefetchwindow:0xddf30000-0xddf3ffff0xddf40000-0xddf4ffff0xddf50000-0xddf5ffffmiibus2brgphy2bge3Interruptrequestlines:0x10dpcib2prefetchwindow:0xddf00000-0xddf0ffff0xddf10000-0xddf1ffff0xddf20000-0xddf2ffffmiibus3brgphy3pcib3I/Omemoryaddresses:0xde000000-0xdeffffff0xdf000000-0xdf7fffffPCIdomain0busnumbers:95pci95pcib3busnumbers:95vgapci0pcib3memorywindow:0xdf000000-0xdf7fffffpcib3prefetchwindow:0xde000000-0xdeffffffpcib4I/Omemoryaddresses:0xdde00000-0xddefffff0xdfc00000-0xdfcfffffPCIdomain0busnumbers:96pci96pcib4busnumbers:96bge4Interruptrequestlines:0x10epcib4prefetchwindow:0xdde90000-0xdde9ffff0xddea0000-0xddeaffff0xddeb0000-0xddebffffmiibus4brgphy4bge5Interruptrequestlines:0x10f

82 / 123

Page 83: FreeBSD動作検証レポート - BSD Consulting, Inc.

pcib4prefetchwindow:0xdde60000-0xdde6ffff0xdde70000-0xdde7ffff0xdde80000-0xdde8ffffmiibus5brgphy5bge6Interruptrequestlines:0x110pcib4prefetchwindow:0xdde30000-0xdde3ffff0xdde40000-0xdde4ffff0xdde50000-0xdde5ffffmiibus6brgphy6bge7Interruptrequestlines:0x111pcib4prefetchwindow:0xdde00000-0xdde0ffff0xdde10000-0xdde1ffff0xdde20000-0xdde2ffffmiibus7brgphy7pcib5I/Omemoryaddresses:0xddd00000-0xdddfffffPCIdomain0busnumbers:143pci143pcib5busnumbers:143bge8Interruptrequestlines:0x112pcib5prefetchwindow:0xddd30000-0xddd3ffff0xddd40000-0xddd4ffff0xddd50000-0xddd5ffffmiibus8brgphy8bge9Interruptrequestlines:0x113pcib5prefetchwindow:0xddd00000-0xddd0ffff0xddd10000-0xddd1ffff0xddd20000-0xddd2ffffmiibus9brgphy9pcib6I/Oports:0xe000-0xefffI/Omemoryaddresses:0xdfa00000-0xdfbfffffPCIdomain0busnumbers:144pci144pcib6busnumbers:144mrsas0Interruptrequestlines:0x1140x1150x1160x1170x1180x1190x11a0x11bpcib6I/Oportwindow:0xe000-0xe0ffpcib6memorywindow:0xdfa00000-0xdfafffff0xdfb20000-0xdfb2ffffpcib7PCIdomain0busnumbers:192pci192pcib7busnumbers:192isab0isa0atkbdc0Interruptrequestlines:0x1I/Oports:0x600x64atkbd0psmcpnp0acpi_sysresource0uart0Interruptrequestlines:0x4I/Oports:0x3f8-0x3ffuart1Interruptrequestlines:0x3I/Oports:0x2f8-0x2ffhpet0Interruptrequestlines:0x1000x1010x1020x1030x1040x1050x1060x107I/Omemoryaddresses:0xfed00000-0xfed003fffpupnp0I/Oports:

83 / 123

Page 84: FreeBSD動作検証レポート - BSD Consulting, Inc.

0xf0acpi_sysresource1acpi_sysresource2atrtc0Interruptrequestlines:0x8attimer0Interruptrequestlines:0x0I/Oports:0x40-0x430x50-0x53acpi_sysresource3acpi_sysresource4acpi_sysresource5acpi_sysresource6pci_link0pci_link1pci_link2pci_link3pci_link4pci_link5pci_link6pci_link7acpi_button0acpi_button1acpi_timer0ACPII/Oports:0x1808-0x180b

84 / 123

Page 85: FreeBSD動作検証レポート - BSD Consulting, Inc.

PCIバスデータ詳細一覧hostb0@pci0:0:0:0: class=0x060000card=0x80691bcfchip=0x19188086rev=0x07hdr=0x00vendor='IntelCorporation'device='SkyLakeHostBridge/DRAMRegisters'class=bridgesubclass=HOST-PCIcap09[e0]=vendor(length16)Intelcap0version1pcib1@pci0:0:1:0: class=0x060400card=0x80691bcfchip=0x19018086rev=0x07hdr=0x01vendor='IntelCorporation'device='SkyLakePCIeController(x16)'class=bridgesubclass=PCI-PCIcap0d[88]=PCIBridgecard=0x80691bcfcap01[80]=powerspec3supportsD0D3currentD0cap05[90]=MSIsupports1messagecap10[a0]=PCI-Express2rootportslotmaxdata256(256)linkx0(x16)speed0.0(8.0)ASPMdisabled(L0s/L1)ecap0002[100]=VC1maxVC0ecap0005[140]=RootComplexLinkDeclaration1ecap0019[d94]=PCIeSec1laneerrors0xhci0@pci0:0:20:0: class=0x0c0330card=0x80691bcfchip=0xa12f8086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HUSB3.0xHCIController'class=serialbussubclass=USBcap01[70]=powerspec2supportsD0D3currentD0cap05[80]=MSIsupports8messages,64bitenabledwith1messagenone0@pci0:0:20:2: class=0x118000card=0x80691bcfchip=0xa1318086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HThermalsubsystem'class=daspcap01[50]=powerspec3supportsD0D3currentD0cap05[80]=MSIsupports1messagenone1@pci0:0:22:0: class=0x078000card=0x80691bcfchip=0xa13a8086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HCSMEHECI'class=simplecommscap01[50]=powerspec3supportsD0D3currentD0cap05[8c]=MSIsupports1message,64bitnone2@pci0:0:22:1: class=0x078000card=0x80691bcfchip=0xa13b8086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HCSMEHECI'class=simplecommscap01[50]=powerspec3supportsD0D3currentD0cap05[8c]=MSIsupports1message,64bitahci0@pci0:0:23:0: class=0x010601card=0x80691bcfchip=0xa1028086rev=0x31hdr=0x00vendor='IntelCorporation'class=massstoragesubclass=SATAcap05[80]=MSIsupports1messageenabledwith1messagecap01[70]=powerspec3supportsD0D3currentD0cap12[a8]=SATAIndex-DataPairpcib2@pci0:0:27:0: class=0x060400card=0x80691bcfchip=0xa1688086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata256(256)linkx1(x1)speed5.0(8.0)ARIdisabledcap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0pcib3@pci0:0:27:3: class=0x060400card=0x80691bcfchip=0xa16a8086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata256(256)linkx1(x1)speed2.5(8.0)ARIdisabledcap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0pcib4@pci0:0:28:0: class=0x060400card=0x80691bcfchip=0xa1108086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIExpressRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata256(256)linkx2(x2)speed5.0(8.0)ARIdisabledcap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0pcib5@pci0:0:28:3: class=0x060400card=0x80691bcfchip=0xa1138086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIExpressRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata256(256)linkx1(x1)speed5.0(8.0)ARIdisabledcap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0pcib6@pci0:0:28:4: class=0x060400card=0x80691bcfchip=0xa1148086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIExpressRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata256(256)linkx4(x4)speed8.0(8.0)ARIenabledcap05[80]=MSIsupports1message

85 / 123

Page 86: FreeBSD動作検証レポート - BSD Consulting, Inc.

cap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0pcib7@pci0:0:29:0: class=0x060400card=0x80691bcfchip=0xa1188086rev=0xf1hdr=0x01vendor='IntelCorporation'device='SunrisePoint-HPCIExpressRootPort'class=bridgesubclass=PCI-PCIcap10[40]=PCI-Express2rootportslotmaxdata128(256)linkx0(x4)speed0.0(8.0)ARIdisabledcap05[80]=MSIsupports1messagecap0d[90]=PCIBridgecard=0x80691bcfcap01[a0]=powerspec3supportsD0D3currentD0ecap0001[100]=AER10fatal0non-fatal0correctedecap000d[140]=ACS1ecap0019[220]=PCIeSec1laneerrors0isab0@pci0:0:31:0: class=0x060100card=0x80691bcfchip=0xa1498086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HLPCController'class=bridgesubclass=PCI-ISAnone3@pci0:0:31:2: class=0x058000card=0x80691bcfchip=0xa1218086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HPMC'class=memorynone4@pci0:0:31:4: class=0x0c0500card=0x80691bcfchip=0xa1238086rev=0x31hdr=0x00vendor='IntelCorporation'device='SunrisePoint-HSMBus'class=serialbussubclass=SMBusbge0@pci0:48:0:0: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d4cecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge1@pci0:48:0:1: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d4decap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge2@pci0:48:0:2: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d4eecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge3@pci0:48:0:3: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d4fecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0vgapci0@pci0:95:0:0: class=0x030000card=0x80691bcfchip=0x0522102brev=0x00hdr=0x00vendor='MatroxElectronicsSystemsLtd.'device='MGAG200e[Pilot]ServerEngines(SEP1)'class=displaysubclass=VGAcap01[dc]=powerspec2supportsD0D3currentD0cap10[e4]=PCI-Express1legacyendpointmaxdata256(256)linkx1(x1)speed2.5(2.5)ASPMdisabled(L0s)cap05[54]=MSIsupports1messagebge4@pci0:96:0:0: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx2(x4)

86 / 123

Page 87: FreeBSD動作検証レポート - BSD Consulting, Inc.

speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d40ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge5@pci0:96:0:1: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx2(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d41ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge6@pci0:96:0:2: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx2(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d42ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge7@pci0:96:0:3: class=0x020000card=0x80641bcfchip=0x165714e4rev=0x01hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5719GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx2(x4)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial100008cdf9d818d43ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge8@pci0:143:0:0: class=0x020000card=0x80691bcfchip=0x165f14e4rev=0x00hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5720GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x2)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial10000408d5ca9e533ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0bge9@pci0:143:0:1: class=0x020000card=0x80691bcfchip=0x165f14e4rev=0x00hdr=0x00vendor='BroadcomCorporation'device='NetXtremeBCM5720GigabitEthernetPCIe'class=networksubclass=ethernetcap01[48]=powerspec3supportsD0D3currentD0cap03[50]=VPDcap05[58]=MSIsupports8messages,64bitenabledwith1messagecap11[a0]=MSI-Xsupports17messagesTableinmap0x20[0x0],PBAinmap0x20[0x1000]cap10[ac]=PCI-Express2endpointmaxdata256(256)FLRlinkx1(x2)speed5.0(5.0)ASPMdisabled(L0s/L1)ecap0001[100]=AER10fatal0non-fatal1correctedecap0003[13c]=Serial10000408d5ca9e534ecap0004[150]=PowerBudgeting1ecap0002[160]=VC1maxVC0mrsas0@pci0:144:0:0: class=0x010400card=0x93641000chip=0x005d1000rev=0x02hdr=0x00vendor='LSILogic/SymbiosLogic'device='MegaRAIDSAS-33108[Invader]'class=massstoragesubclass=RAIDcap01[50]=powerspec3supportsD0D1D2D3currentD0cap10[68]=PCI-Express2endpointmaxdata256(4096)FLRNSlinkx4(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]=ARI1

87 / 123

Page 88: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

XSDT=0x0000000075777088,length=36,cksum=248XSDT:Length=140,Revision=1,Checksum=27,

OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013Entries={0x000000007578d380,0x000000007578d490,0x000000007578d550,0x000000007578d5f0,0x000000007578d630,0x000000007578d668,0x000000007578d9d8,0x000000007578f980,

0x00000000757907d8,0x0000000075790b40,0x0000000075790f00,0x0000000075790f38,0x0000000075790fa8}FACP:Length=268,Revision=5,Checksum=205,

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

FACS=0x75f48f80,DSDT=0x757771a0INT_MODEL=APICPreferred_PM_Profile=EnterpriseServer(4)SCI_INT=9SMI_CMD=0xb2,ACPI_ENABLE=0xa0,ACPI_DISABLE=0xa1,S4BIOS_REQ=0x0PSTATE_CNT=0x0PM1a_EVT_BLK=0x1800-0x1803PM1a_CNT_BLK=0x1804-0x1805PM2_CNT_BLK=0x1850-0x1850PM_TMR_BLK=0x1808-0x180bGPE0_BLK=0x1880-0x189fP_LVL2_LAT=101us,P_LVL3_LAT=1001usFLUSH_SIZE=1024,FLUSH_STRIDE=16DUTY_OFFSET=0,DUTY_WIDTH=0DAY_ALRM=7,MON_ALRM=8,CENTURY=50IAPC_BOOT_ARCH={LEGACY_DEVICES,NO_ASPM}Flags={WBINVD,C1_SUPPORTED,C2_MP_SUPPORTED,SLEEP_BUTTON,S4_RTC_WAKE,DOCKING_SUPPORTED,RESET_REGISTER,PLATFORM_CLOCK,S4_RTC_VALID,REMOTE_POWER_ON}RESET_REG=0xfdae0510:0[8](Memory),RESET_VALUE=0

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

DSDT:Length=90589,Revision=2,Checksum=59,OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=INTL,CreatorRevision=0x20120913

APIC:Length=188,Revision=3,Checksum=82,OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013LocalAPICADDR=0xfee00000Flags={PC-AT}Type=LocalAPICACPICPU=1Flags={ENABLED}APICID=0Type=LocalAPICNMIACPICPU=1LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=2Flags={ENABLED}APICID=2Type=LocalAPICNMIACPICPU=2LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=3Flags={ENABLED}APICID=4Type=LocalAPICNMIACPICPU=3LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=4Flags={ENABLED}APICID=6Type=LocalAPICNMIACPICPU=4LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=5Flags={ENABLED}APICID=1Type=LocalAPICNMIACPICPU=5LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=6Flags={ENABLED}APICID=3Type=LocalAPICNMIACPICPU=6LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=7Flags={ENABLED}APICID=5Type=LocalAPICNMIACPICPU=7LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=LocalAPICACPICPU=8Flags={ENABLED}APICID=7Type=LocalAPICNMIACPICPU=8LINTPin=1Flags={Polarity=active-hi,Trigger=edge}Type=IOAPICAPICID=2INTBASE=0ADDR=0x00000000fec00000Type=INTOverrideBUS=0IRQ=0

88 / 123

Page 89: FreeBSD動作検証レポート - BSD Consulting, Inc.

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

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

MCFG:Length=60,Revision=1,Checksum=64,OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=MSFT,CreatorRevision=0x97BaseAddress=0x00000000e0000000SegmentGroup=0x0000StartBus=0EndBus=255

HPET:Length=56,Revision=1,Checksum=234,OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=AMI.,CreatorRevision=0x5000bHPETNumber=0ADDR=0x00000000fed00000:0[64](Memory) HWRev=0x1Comparators=7CounterSize=1LegacyIRQroutingcapable={TRUE}PCIVendorID=0x8086MinimalTick=14318

SSDT:Length=877,Revision=1,Checksum=58,OEMID=SataRe,OEMTableID=SataTabl,OEMRevision=0x1000,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=8099,Revision=2,Checksum=2,OEMID=SaSsdt,OEMTableID=SaSsdt,OEMRevision=0x3000,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=3672,Revision=2,Checksum=231,OEMID=CpuRef,OEMTableID=CpuSsdt,OEMRevision=0x3000,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=869,Revision=2,Checksum=252,OEMID=PmRef,OEMTableID=Cpu0Tst,OEMRevision=0x3000,CreatorID=INTL,CreatorRevision=0x20120913

SSDT:Length=959,Revision=2,Checksum=69,OEMID=PmRef,OEMTableID=ApTst,OEMRevision=0x3000,CreatorID=INTL,CreatorRevision=0x20120913

BGRT:Length=56,Revision=1,Checksum=74,OEMID=AMI,OEMTableID=0707,OEMRevision=0x1072009,CreatorID=AMI,CreatorRevision=0x10013

DMAR:Length=112,Revision=1,Checksum=0,OEMID=INTEL,OEMTableID=SKL,OEMRevision=0x1,CreatorID=INTL,CreatorRevision=0x1HostAddressWidth=39Flags={INTR_REMAP,X2APIC_OPT_OUT}Type=DRHDLength=32Flags={INCLUDE_ALL}Segment=0Address=0x00000000fed90000

Type=IOAPICLength=8EnumerationId=2StartBusNumber=240Path={31:0}Type=HPETLength=8EnumerationId=0StartBusNumber=0Path={31:0}

Type=RMRRLength=32Segment=0BaseAddress=0x00000000754eb000LimitAddress=0x000000007550afff

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

BERT:Length=48,Revision=1,Checksum=224,OEMID=AMI,OEMTableID=AMI.BERT,OEMRevision=0x0,CreatorID=AMI.,CreatorRevision=0x0

If((PSME==One))Index(DerefOf(Index(SPLX,One)),Zero)=PDT1/*\PDT1*/Index(DerefOf(Index(SPLX,One)),One)=PLM1/*\PLM1*/Index(DerefOf(Index(SPLX,One)),0x02)=PTW1/*\PTW1*/Index(DerefOf(Index(SPLX,0x02)),Zero)=PDT2/*\PDT2*/Index(DerefOf(Index(SPLX,0x02)),One)=PLM2/*\PLM2*/Index(DerefOf(Index(SPLX,0x02)),0x02)=PTW2/*\PTW2*/Index(DerefOf(Index(DPLX,One)),Zero)=DDT1/*\DDT1*/Index(DerefOf(Index(DPLX,One)),One)=DDP1/*\DDP1*/)=DLI1/*\DLI1*/)=DPL1/*\DPL1*/)=DTW1/*\DTW1*/)=DMI1/*\DMI1*/)=DMA1/*\DMA1*/)=DMT1/*\DMT1*/Index(DerefOf(Index(DPLX,0x02)),Zero)=DDT2/*\DDT2*/Index(DerefOf(Index(DPLX,0x02)),One)=DDP2/*\DDP2*/)=DLI2/*\DLI2*/)=DPL2/*\DPL2*/)=DTW2/*\DTW2*/)=DMI2/*\DMI2*/)=DMA2/*\DMA2*/)=DMT2/*\DMT2*/If((EP_B==Zero))EP_B=(EPBR<<0x0C)If((MH_B==Zero))MH_B=(MHBR<<0x0F)If((PC_B==Zero))PC_B=(PXBR<<0x1A)If((PC_L==Zero))PC_L=(0x10000000>>PXSZ)/*\_SB_.PCI0.PXSZ*/If((DM_B==Zero))DM_B=(DIBR<<0x0C)Local0=GPCL()PBMX=((Local0>>0x14)-0x02)PBLN=((Local0>>0x14)-One)C0LN=ZeroIf((PM1L==One))

89 / 123

Page 90: FreeBSD動作検証レポート - BSD Consulting, Inc.

C0RW=ZeroC4LN=ZeroIf((PM1H==One))C4RW=ZeroC8LN=ZeroIf((PM2L==One))C8RW=ZeroCCLN=ZeroIf((PM2H==One))CCRW=ZeroD0LN=ZeroIf((PM3L==One))D0RW=ZeroD4LN=ZeroIf((PM3H==One))D4RW=ZeroD8LN=ZeroIf((PM4L==One))D8RW=ZeroDCLN=ZeroIf((PM4H==One))DCRW=ZeroE0LN=ZeroIf((PM5L==One))E0RW=ZeroE4LN=ZeroIf((PM5H==One))E4RW=ZeroE8LN=ZeroIf((PM6L==One))E8RW=ZeroECLN=ZeroIf((PM6H==One))ECRW=ZeroF0LN=ZeroIf((PM0H==One))F0RW=ZeroM1LN=M32L/*\M32L*/M1MN=M32B/*\M32B*/M1MX=((M1MN+M1LN)-One)If((M64L==Zero))MSLN=ZeroM2LN=M64L/*\M64L*/M2MN=M64B/*\M64B*/M2MX=((M2MN+M2LN)-One)PA0H=PM0H/*\_SB_.PCI0.PM0H*/PALK=PMLK/*\_SB_.PCI0.PMLK*/PA1H=PM1H/*\_SB_.PCI0.PM1H*/PA1L=PM1L/*\_SB_.PCI0.PM1L*/PA2H=PM2H/*\_SB_.PCI0.PM2H*/PA2L=PM2L/*\_SB_.PCI0.PM2L*/PA3H=PM3H/*\_SB_.PCI0.PM3H*/PA3L=PM3L/*\_SB_.PCI0.PM3L*/PA4H=PM4H/*\_SB_.PCI0.PM4H*/PA4L=PM4L/*\_SB_.PCI0.PM4L*/PA5H=PM5H/*\_SB_.PCI0.PM5H*/PA5L=PM5L/*\_SB_.PCI0.PM5L*/PA6H=PM6H/*\_SB_.PCI0.PM6H*/PA6L=PM6L/*\_SB_.PCI0.PM6L*/PM0H=PA0H/*\_SB_.PCI0.PA0H*/PM1H=PA1H/*\_SB_.PCI0.PA1H*/PM1L=PA1L/*\_SB_.PCI0.PA1L*/PM2H=PA2H/*\_SB_.PCI0.PA2H*/PM2L=PA2L/*\_SB_.PCI0.PA2L*/PM3H=PA3H/*\_SB_.PCI0.PA3H*/PM3L=PA3L/*\_SB_.PCI0.PA3L*/PM4H=PA4H/*\_SB_.PCI0.PA4H*/PM4L=PA4L/*\_SB_.PCI0.PA4L*/PM5H=PA5H/*\_SB_.PCI0.PA5H*/PM5L=PA5L/*\_SB_.PCI0.PA5L*/PM6H=PA6H/*\_SB_.PCI0.PA6H*/PM6L=PA6L/*\_SB_.PCI0.PA6L*/PMLK=PALK/*\_SB_.PCI0.PALK*/If((Arg0==ToUUID("33db4d5b-1ff7-401c-9657-7441c03dd766")/*PCIHostBridgeDevice*/))SUPP=CDW2/*\_SB_.PCI0._OSC.CDW2*/CTRL=CDW3/*\_SB_.PCI0._OSC.CDW3*/If(((SUPP&0x16)!=0x16))CTRL&=0x1ECTRL&=0x1ECTRL&=0x1ECTRL&=0x1DCTRL&=0x1BCTRL&=0x15CTRL&=0x0FIf((Arg1!=One))CDW1|=0x08If((CDW3!=CTRL))CDW1|=0x10CDW3=CTRL/*\_SB_.PCI0._OSC.CTRL*/CDW1|=0x04If((^^^XHC.XOSP()==One))If((^^^XHC.XOSP()==One))SLPX=OneSLPE=OneSLPE=ZeroGPI0=SP1O/*\SP1O*/GPI1=SP1O/*\SP1O*/GPIL=0x02INDX=ENTK/*\ENTK*/LDN=Arg0INDX=EXTK/*\EXTK*/Local0=ACTR/*\_SB_.PCI0.LPCB.SIO1.ACTR*/Local1=((IOAH<<0x08)|IOAL)/*\_SB_.PCI0.LPCB.SIO1.IOAL*/If((Local0==0xFF))Local0&=OneIOST|=(Local0<<Arg0)If(((DMCH<0x04)&&((Local1=(DMCH&0x03))!=Zero)))ACTR=Arg1Local1=(IOAH<<0x08)Local1|=IOALIO11=(IOAH<<0x08)IO11|=IOAL/*\_SB_.PCI0.LPCB.SIO1.IO11*/IO12=IO11/*\_SB_.PCI0.LPCB.SIO1.IO11*/LEN1=0x08IRQM=(One<<INTR)/*\_SB_.PCI0.LPCB.SIO1.INTR*/IRQM=Zero

90 / 123

Page 91: FreeBSD動作検証レポート - BSD Consulting, Inc.

If(((DMCH>0x03)||(Arg1==Zero)))DMAM=ZeroLocal1=(DMCH&0x03)DMAM=(One<<Local1)IOAL=(IO11&0xFF)IOAH=(IO11>>0x08)INTR=(Local0-One)INTR=ZeroDMCH=(Local0-One)DMCH=0x04Local2=Arg1Local2-=OneIf((MECS!=0x05))While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=One

91 / 123

Page 92: FreeBSD動作検証レポート - BSD Consulting, Inc.

PSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/While((PSPX!=Zero))PSPX=OneIf(((VDID!=0xFFFFFFFF)&&(PMSX==One)))PMSX=OnePSPX=OneLTRE=LTR1/*\LTR1*/LMSL=PML1/*\PML1*/LNSL=PNL1/*\PNL1*/OBFF=OBF1/*\OBF1*/If((TCNT>=One))If((TCNT>=0x02))If((TCNT>=0x03))If((TCNT>=0x04))If((TCNT>=0x05))If((TCNT>=0x06))If((TCNT>=0x07))If((TCNT>=0x08))MBR0=GMHB()DBR0=GDMB()EBR0=GEPB()XBR0=GPCB()XSZ0=GPCL()SXRA=SXRB/*\SXRB*/SXRL=SXRS/*\SXRS*/HBAS=HPTB/*\HPTB*/HLEN=0x0400If(((DIDX&0x0F00)==0x0400))If((ECR1==One))If((Arg0==PCIG))If((Arg1>=0x03))If((Arg2==Zero))If((Arg2==0x08))If((Arg2==0x09))If((ECR1==One))If((Arg0==PCIG))Local1=GNMB(Arg0)Local2=GGRP(Arg0)If((PCHS==0x02))Local0=ZeroLocal0=OneLocal1=GNMB(Arg0)Local2=GGRP(Arg0)Local3=ZeroLocal1+=DerefOf(Index(DerefOf(Index(GPPG,Local0)),Local3))Local0=((Arg0&0x00FF0000)>>0x10)Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=((GPEM>>(Local0*0x02))&0x03)

92 / 123

Page 93: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((Local2==Zero))If((PCHS==0x02))Local0=ZeroLocal0=OneLocal1=(DerefOf(Index(DerefOf(Index(GCOM,Local0)),Arg0))+Local2=DerefOf(Index(DerefOf(Index(Arg1,Local0)),Arg0))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=((GADR(Local0,PCFG)+(Local1*0x08))+Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=((GADR(Local0,PCFG)+(Local1*0x08))+TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local0=GGRP(Arg0)Local1=GNMB(Arg0)TEMP=((TEMP&~(One<<Local1))|(Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,POWN)+((Local1>>0x03)*0x04Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))TEMP=Arg1Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=((GADR(Local0,PCFG)+(Local1*0x08))+TEMP=Arg1If((((GPEM>>(Arg0*0x02))&0x03)==Index(GPES,Arg0)=(STSX&GENX)Index(GPES,Arg0)=ZeroIf((PCHS==One))Local0=0x0ALocal0=0x08If((((GPEM>>(Arg0*0x02))&0x03)==STSX=Arg1If((PCHS==One))Local0=0x0ALocal0=0x08If((PCHS==One))Local0=0x0ALocal0=0x08If((Local0==0x09))Local1=G2L9/*\G2L9*/If((Local0==0x08))Local1=G2L8/*\G2L8*/If((Local0==0x07))Local1=G2L7/*\G2L7*/If((Local0==0x06))Local1=G2L6/*\G2L6*/If((Local0==0x05))Local1=G2L5/*\G2L5*/If((Local0==0x04))Local1=G2L4/*\G2L4*/If((Local0==0x03))Local1=G2L3/*\G2L3*/If((Local0==0x02))Local1=G2L2/*\G2L2*/If((Local0==One))Local1=G2L1/*\G2L1*/If((Local0==Zero))Local1=G2L0/*\G2L0*/Local0=GGRP(Arg0)Local1=GNMB(Arg0)If((((GPEM>>(Local0*0x02))&0x03)==Local3=STSX/*\_SB_.CAGS.STSX*/Local2=(One<<Local1)STSX|=Local2Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local0=GGRP(Arg0)Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))If((RCFG!=0x02))Local3=DerefOf(Index(RXEV,Local0))Local3&=~(0x03<<(Local1*0x02))Index(RXEV,Local0)=(Local3|(RCFG<<(Local1*0x02)RCFG=0x02RDIS=OneLocal0=GGRP(Arg0)

93 / 123

Page 94: FreeBSD動作検証レポート - BSD Consulting, Inc.

Local1=GNMB(Arg0)Local2=(GADR(Local0,PCFG)+(Local1*0x08))Local3=((DerefOf(Index(RXEV,Local0))>>(Local1*0x02If((Local3!=0x02))RDIS=ZeroRCFG=Local3Return((DO00!=0xFFFFFFFF))Local0=0xFE200000Local0+=(0x40*(0x80*(Arg0-0x20)))Local0+=(0x40*Arg1)Local0=ZeroLocal1=ZeroLocal2=DerefOf(Index(Local3,(Arg1+Local1)))Local0+=(Local2<<(0x08*Local1))Local0=SizeOf(Arg0)Local1=THDA(0x20,0x16)DO10=0x01000242WO00=Local0Local6=ZeroLocal7=Local0While((Local7>=0x08))QO00=STRD(Arg0,Local6,0x08)Local6+=0x08Local7-=0x08If((Local7>=0x04))DO00=STRD(Arg0,Local6,0x04)Local6+=0x04Local7-=0x04If((Local7>=0x02))WO00=STRD(Arg0,Local6,0x02)Local6+=0x02Local7-=0x02If((Local7>=One))BO00=STRD(Arg0,Local6,One)Local6+=OneLocal7-=OneDO30=ZeroIf((PCHS==One))If((PCHS==0x02))Local0=ResourceTemplate()AMI0=ITA0/*\ITA0*/AMA0=ITA0/*\ITA0*/AMI1=ITA1/*\ITA1*/AMA1=ITA1/*\ITA1*/AMI2=ITA2/*\ITA2*/AMA2=ITA2/*\ITA2*/AMI3=ITA3/*\ITA3*/AMA3=ITA3/*\ITA3*/If((ITS0==One))If((ITS1==One))If((ITS2==One))If((ITS3==One))I2CE=ZeroHSTS=0xBFTXSA=Arg0HCOM=Arg1HCON=0x48HSTS|=0xFFI2CE=ZeroHSTS=0xBFTXSA=(Arg0|One)HCON=0x44HSTS|=0xFFI2CE=ZeroHSTS=0xBFTXSA=Arg0HCOM=Arg1DAT0=Arg2HCON=0x48HSTS|=0xFFI2CE=ZeroHSTS=0xBFTXSA=(Arg0|One)HCOM=Arg1HCON=0x48HSTS|=0xFFI2CE=ZeroHSTS=0xBFTXSA=Arg0HCOM=Arg1DAT1=(Arg2&0xFF)DAT0=((Arg2>>0x08)&0xFF)HCON=0x4CHSTS|=0xFFI2CE=ZeroHSTS=0xBFTXSA=(Arg0|One)HCOM=Arg1HCON=0x4CHSTS|=0xFFI2CE=Arg3HSTS=0xBFTXSA=Arg0HCOM=Arg1DAT0=SizeOf(Arg2)Local1=ZeroHBDR=DerefOf(Index(Arg2,Zero))HCON=0x54Local0=0x0FA0HSTS=0x80HBDR=DerefOf(Index(Arg2,Local1))HSTS|=0xFFI2CE=Arg2HSTS=0xBFTXSA=(Arg0|One)HCOM=Arg1HCON=0x54Local0=0x0FA0Index(TBUF,Zero)=DAT0/*\_SB_.PCI0.SBUS.DAT0*/HSTS=0x80Local1=OneLocal0=0x0FA0Index(TBUF,Local1)=HBDR/*\_SB_.PCI0.SBUS.HBDR*/HSTS=0x80HSTS|=0xFFLocal0=0xC8

94 / 123

Page 95: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((Local0==Zero))Local0=ZeroLocal0=0x0FA0If((Local0==Zero))Local0=0x0FA0If((Local0==Zero))HCON|=0x02HSTS|=0xFFPARC|=0x80IRQ0=ZeroIRQ0=(One<<(PARC&0x0F))PARC=Local0PBRC|=0x80IRQ0=ZeroIRQ0=(One<<(PBRC&0x0F))PBRC=Local0PCRC|=0x80IRQ0=ZeroIRQ0=(One<<(PCRC&0x0F))PCRC=Local0PDRC|=0x80IRQ0=ZeroIRQ0=(One<<(PDRC&0x0F))PDRC=Local0PERC|=0x80IRQ0=ZeroIRQ0=(One<<(PERC&0x0F))PERC=Local0PFRC|=0x80IRQ0=ZeroIRQ0=(One<<(PFRC&0x0F))PFRC=Local0PGRC|=0x80IRQ0=ZeroIRQ0=(One<<(PGRC&0x0F))PGRC=Local0PHRC|=0x80IRQ0=ZeroIRQ0=(One<<(PHRC&0x0F))PHRC=Local0Local0=((Arg0<<0x10)+Arg1)Local0+=SBRGLocal0=((Arg0<<0x10)+Arg1)Local0+=SBRGDAT0=Arg2Local1=DAT1/*\PCRW.DAT1*/Local0=PCRR(Arg0,Arg1)Local1=(Local0|Arg2)Local0=PCRR(Arg0,Arg1)Local1=(Local0&Arg2)Local0=PCRR(Arg0,Arg1)Local1=((Local0&Arg2)|Arg3)If((PMBV==Zero))PMBV=(\_SB.PCI0.PPMC.ACBA<<0x08)If((PWRV==Zero))PWRV=(\_SB.PCI0.PPMC.PWBA<<0x0C)If((TCBV==Zero))Local0=PCRR(0xEF,0x2778)TCBV=(Local0&0xFFE0)PMEE=Arg0If((DVID==0xFFFF))PMES=OneIf((Arg0==ToUUID("ac340cb7-e901-45bf-b7e6-2b34ec931e23")))If((Arg1==0x03))XFLT=Arg1If((XFLT==Zero))PMEE=Arg0Local0=(XICM&0xFFFFFFFFFFFF0000)Local0+=0x8400If((DVID==0xFFFF))Local0=PMES/*\_SB_.PCI0.XHC_.PMES*/PMES=OneIf((PCHV()==SPTH))If((PCHV()==SPTH))If((DVID==0xFFFF))Local2=MEMB/*\_SB_.PCI0.XHC_.MEMB*/Local1=PDBM/*\_SB_.PCI0.XHC_.PDBM*/PDBM&=0xFFFFFFFFFFFFFFF9Local3=D0D3/*\_SB_.PCI0.XHC_.D0D3*/D0D3=ZeroMEMB=XWMB/*\XWMB*/PDBM=(Local1|0x02)UPSW=ZeroPDBM&=0xFFFFFFFFFFFFFFFDMEMB=Local2PDBM=Local1If((UWAB&&((D0D3==Zero)||(^^XDCI.D0I3==Zero))))MPMC=OneIf((DVID==0xFFFF))Local2=MEMB/*\_SB_.PCI0.XHC_.MEMB*/Local1=PDBM/*\_SB_.PCI0.XHC_.PDBM*/PDBM&=0xFFFFFFFFFFFFFFF9D0D3=ZeroMEMB=XWMB/*\XWMB*/PDBM=(Local1|0x02)UPSW=0x03PDBM&=0xFFFFFFFFFFFFFFFDD0D3=0x03MEMB=Local2PDBM=Local1If((UWAB&&((D0D3==0x03)&&((^^XDCI.D0I3==0x03)||(^^XDCI.DVID==0xFFFF)))))MPMC=0x03If((Arg0==ToUUID("7c9512a9-1705-4cb4-af7d-506a2423ab71")))If((DVID==0xFFFF))If((DVID==0xFFFF))If((DVID==0xFFFF))If((Arg0==ToUUID("732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511")))If((Arg1==One))_T_0=Arg2If((_T_0==Zero))If((_T_0==One))If((_T_0==0x04))Local1=DerefOf(Index(Arg3,Zero))If((Local1==Zero))UXPE=Zero

95 / 123

Page 96: FreeBSD動作検証レポート - BSD Consulting, Inc.

PURC=ZeroLocal0=ZeroPUPS=ZeroLocal0=ZeroIf(((U2CP==Zero)&&(U3CP==Zero)))If((U2CP!=Zero)){}If((U3CP!=Zero)){}If((Local1==0x03))If((U2CP!=Zero)){}If((U3CP!=Zero)){}PUPS=0x03Local0=ZeroIf(((U2CP==0x03)&&(U3CP==0x03)))If((U2CP!=0x03)){}If((U3CP!=0x03)){}PURC=OneUXPE=0x03If((_T_0==0x05))If((_T_0==0x06))If((OTHC==Zero))CSFR=OneLocal0=ZeroIf((CSFR==Zero))If((DVID!=0xFFFFFFFF))PMEE=Arg0If((DVID==0xFFFF))Local0=PMES/*\_SB_.PCI0.XDCI.PMES*/PMES=OneCRGC=Arg0_T_0=ToInteger(Arg4)If((_T_0==Zero))If((_T_0==0x02))CAIR=Arg1If((_T_0==One))Local0=(Arg2&RPCD)/*\_SB_.PCI0.SAT0.RDCA.RPCD*/Local0|=Arg3RPCD=Local0If((_T_0==0x03))CAIR=Arg1Local0=(Arg2&CADR)/*\_SB_.PCI0.SAT0.RDCA.CADR*/Local0|=Arg3CADR=Local0If((NITV==Zero))If((NL1V!=Zero))If((NLRV!=Zero))If(((NEAV&0x40)==0x40))While(((RDCA(NCRN,0x52,Zero,Zero,Zero)&0x2000)==Zero))If((NMVV!=Zero))If((NPVV!=Zero))If((NITV==Zero))PCMD=RDCA(NCRN,0x04,Zero,Zero,0x02)If((NITV==One))PRBI=0x24PRBD=RDCA(NCRN,0x24,Zero,Zero,0x02)If((NITV==0x02))PRBI=0x10PRBD=RDCA(NCRN,0x10,Zero,Zero,0x02)If((NITV==Zero))Local0=RDCA(NCRN,(NPMV+0x04),Zero,Zero,0x02)If(((Local0&0x08)==Zero))NITV=NIT1/*\NIT1*/NPMV=NPM1/*\NPM1*/NPCV=NPC1/*\NPC1*/NL1V=NL11/*\NL11*/ND2V=ND21/*\ND21*/ND1V=ND11/*\ND11*/NLRV=NLR1/*\NLR1*/NLDV=NLD1/*\NLD1*/NEAV=NEA1/*\NEA1*/NEBV=NEB1/*\NEB1*/NECV=NEC1/*\NEC1*/NRAV=NRA1/*\NRA1*/NMBV=NMB1/*\NMB1*/NMVV=NMV1/*\NMV1*/NPBV=NPB1/*\NPB1*/NPVV=NPV1/*\NPV1*/NCRN=ZeroIf((NITV==Zero))If((NL1V!=Zero))If((NLRV!=Zero))If(((NEAV&0x40)==0x40))While(((RDCA(NCRN,0x52,Zero,Zero,Zero)&0x2000)==Zero))If((NMVV!=Zero))If((NPVV!=Zero))If((NITV==Zero))PCMD=RDCA(NCRN,0x04,Zero,Zero,0x02)If((NITV==One))PRBI=0x24PRBD=RDCA(NCRN,0x24,Zero,Zero,0x02)If((NITV==0x02))PRBI=0x10PRBD=RDCA(NCRN,0x10,Zero,Zero,0x02)If((NITV==Zero))Local0=RDCA(NCRN,(NPMV+0x04),Zero,Zero,0x02)If(((Local0&0x08)==Zero))NITV=NIT2/*\NIT2*/NPMV=NPM2/*\NPM2*/NPCV=NPC2/*\NPC2*/NL1V=NL12/*\NL12*/ND2V=ND22/*\ND22*/ND1V=ND12/*\ND12*/NLRV=NLR2/*\NLR2*/NLDV=NLD2/*\NLD2*/NEAV=NEA2/*\NEA2*/NEBV=NEB2/*\NEB2*/NECV=NEC2/*\NEC2*/NRAV=NRA2/*\NRA2*/NMBV=NMB2/*\NMB2*/NMVV=NMV2/*\NMV2*/NPBV=NPB2/*\NPB2*/NPVV=NPV2/*\NPV2*/NCRN=OneIf((NITV==Zero))If((NL1V!=Zero))If((NLRV!=Zero))If(((NEAV&0x40)==0x40))

96 / 123

Page 97: FreeBSD動作検証レポート - BSD Consulting, Inc.

While(((RDCA(NCRN,0x52,Zero,Zero,Zero)&0x2000)==Zero))If((NMVV!=Zero))If((NPVV!=Zero))If((NITV==Zero))PCMD=RDCA(NCRN,0x04,Zero,Zero,0x02)If((NITV==One))PRBI=0x24PRBD=RDCA(NCRN,0x24,Zero,Zero,0x02)If((NITV==0x02))PRBI=0x10PRBD=RDCA(NCRN,0x10,Zero,Zero,0x02)If((NITV==Zero))Local0=RDCA(NCRN,(NPMV+0x04),Zero,Zero,0x02)If(((Local0&0x08)==Zero))NITV=NIT3/*\NIT3*/NPMV=NPM3/*\NPM3*/NPCV=NPC3/*\NPC3*/NL1V=NL13/*\NL13*/ND2V=ND23/*\ND23*/ND1V=ND13/*\ND13*/NLRV=NLR3/*\NLR3*/NLDV=NLD3/*\NLD3*/NEAV=NEA3/*\NEA3*/NEBV=NEB3/*\NEB3*/NECV=NEC3/*\NEC3*/NRAV=NRA3/*\NRA3*/NMBV=NMB3/*\NMB3*/NMVV=NMV3/*\NMV3*/NPBV=NPB3/*\NPB3*/NPVV=NPV3/*\NPV3*/NCRN=0x02If((CIOE==One))CIOV=CIOI/*\CIOI*/IRQN=TIRQ/*\TIRQ*/If((TAEN==Zero))If((TIRQ==Zero))PMEC=0x03Local0=PMEC/*\_SB_.PCI0.LPD3.PMEC*/PMEC&=0xFFFF7FFCLocal0=PMEC/*\_SB_.PCI0.LPD0.PMEC*/BVAL=Arg1IRQN=Arg2If((Arg0==0x04))BLEN=0x08If(((Arg0==Zero)||(Arg0==0x03)))Local0=ResourceTemplate()If((((Arg0==One)||(Arg0==0x03))||(Arg0==0x04)))ADDR=Arg2If((Arg0==0x03))ADDR=Arg1If((Arg0==0x04))ADDR=(0x08+Arg1)LENG=0x0FF8Local0=ResourceTemplate()If((^^GPI0._STA()==Zero))If((PCHV()==SPTH))COM0=(SBRG+0x00AF0000)COM1=(SBRG+0x00AE0000)COM3=(SBRG+0x00AC0000)IRQN=SGIR/*\SGIR*/If((SBRG==Zero))If((GPEN==Zero))If((Arg0==HIDG))If((Arg2==Zero))If((Arg1==One))If((Arg2==One))If((Arg0==TP7G))If((Arg2==Zero))If((Arg1==One))If((Arg2==One))INT1=GNUM(GPDI)INT2=INUM(GPDI)If((SDM0==Zero))If((SDS0==One))_HID="SYNA2393"HID2=0x20If((SDS0==0x02))_HID="06CB2846"HID2=0x20If((SDS0==0x05))_HID="CUST0001"HID2=TPDH/*\TPDH*/BADR=TPDB/*\TPDB*/If((TPDS==Zero))SPED=0x000186A0If((TPDS==One))SPED=0x00061A80If((TPDS==0x02))SPED=0x000F4240If((Arg0==HIDG))If((Arg0==TP7G))If(((SDS0==0x05)||((SDS0==One)||(SDS0==0x02))))If((SDM0==Zero))If((I2SC==One))_HID="INT3439"_CID="INT3439"CADR=0x1AIf((I2SC==0x02))_HID="INT343A"_CID="INT343A"CADR=0x1CIf((I2SC==0x03))_HID="INT343B"_CID="INT343B"CADR=0x34ADR=CADR/*\_SB_.PCI0.I2C0.HDAC.CADR*/AINT=INUM(0x02040016)If((BID==0x20))If((I2SC!=Zero))INT1=GNUM(GPLI)INT2=INUM(GPLI)If((SDM1==Zero))If((SDS1==One))_HID="ATML3432"HID2=ZeroBADR=0x4C

97 / 123

Page 98: FreeBSD動作検証レポート - BSD Consulting, Inc.

SPED=0x00061A80If((SDS1==0x02))_HID="ATML2952"HID2=ZeroBADR=0x4ASPED=0x00061A80If((SDS1==0x03))_HID="ELAN2097"HID2=OneBADR=0x10SPED=0x00061A80If((SDS1==0x04))_HID="NTRG0001"HID2=OneBADR=0x07SPED=0x00061A80If((SDS1==0x05))_HID="NTRG0002"HID2=OneBADR=0x64SPED=0x00061A80If((SDS1==0x06))_HID="CUST0000"HID2=TPLH/*\TPLH*/BADR=TPLB/*\TPLB*/If((TPLS==Zero))SPED=0x000186A0If((TPLS==One))SPED=0x00061A80If((TPLS==0x02))SPED=0x000F4240If((Arg0==HIDG))If((Arg0==TP7G))If((SDS1!=Zero))If((SDM1==Zero))If((BID==0x20))If((SDS7==One))If((SDS7==0x02))If((SDS7==0x03))If((SDS7==0x04))If((SDS7==0x05))If((SDS7==0x06))If((SDS7!=Zero))SPIN=GNUM(GFPS)GPIN=GNUM(GFPI)IPIN=INUM(GFPI)UPIN=GNUM(GFPI)If(((SDS7==0x02)||(SDS7==0x06)))ILVL=ZeroITRG=OneGLVL=ZeroGTRG=OneIf((SDS7==0x04))ILVL=ZeroITRG=One_T_0=SDS7/*\SDS7*/If((_T_0==One))SPEX=0x00989680PHAX=ZeroIf((_T_0==0x02))SPEX=0x002DC6C0PHAX=ZeroIf((_T_0==0x03))SPEX=0x007A1200PHAX=OneIf((_T_0==0x04))SPEX=0x007A1200PHAX=ZeroIf((_T_0==0x05))SPEX=0x00F42400PHAX=ZeroIf((_T_0==0x06))SPEX=0x002DC6C0PHAX=ZeroIf((SDS7==One))If(((SDS7==0x04)&&(SDM7==Zero)))If(((SDS7==0x04)&&(SDM7!=Zero)))If((SDM7==Zero))If((SDS8==One))If((SDS8==0x02))INT3=GNUM(GBTI)WAK3=GNUM(GBTW)KIL3=GNUM(GBTK)INT4=INUM(GBTI)WAK4=GNUM(GBTW)KIL4=GNUM(GBTK)If((SDM8==Zero))If((SDS8!=Zero))RPIN=GNUM(GGNR)If((GNSC==One))If((GNSC==Zero))Local0=ZeroIf((R3DC(Zero,Local0,Zero)==0x02))If((R3DC(One,Local0,Zero)==0x02))Local0+=One)=Arg3Local1=(Timer+0xC350)RST=0x07ENB=ZeroLocal0=RBCK/*\_SB_.PCI0.GEXP.WREG.RBCK*/Local0=CLR/*\_SB_.PCI0.GEXP.WREG.CLR_*/HOLD=0x001C001CHCNT=0x0210LCNT=0x0280TAR=(EXPA+Arg1)ICON=0x65ENB=OneWhile((ENSB!=One))DATA=Arg2DATA=(END+Arg3)While((ACTV!=Zero))ENB=ZeroWhile((ENSB!=Zero))If((R3DC(Arg1,Arg2,Zero)==One))If((UCCH==One))If((R3DC(Arg1,Arg2,Zero)==0x02))

98 / 123

Page 99: FreeBSD動作検証レポート - BSD Consulting, Inc.

Local1=(Timer+0xC350)RST=0x07ENB=ZeroLocal0=RBCK/*\_SB_.PCI0.GEXP.RREG.RBCK*/Local0=CLR/*\_SB_.PCI0.GEXP.RREG.CLR_*/HOLD=0x001C001CHCNT=0x0210LCNT=0x0280TAR=(EXPA+Arg1)ICON=0x65ENB=OneWhile((ENSB!=One))DATA=Arg2DATA=(END+READ)While((ACTV!=Zero))Local0=DATA/*\_SB_.PCI0.GEXP.RREG.DATA*/ENB=ZeroWhile((ENSB!=Zero))D0D3=ZeroLocal0=D0D3/*\_SB_.PCI0.GEXP.PS0_.D0D3*/D0D3=0x03Local0=D0D3/*\_SB_.PCI0.GEXP.PS3_.D0D3*/If((Arg0==Zero))SB1X=SB10/*\SB10*/SB0X=SB00/*\SB00*/SMDX=SMD0/*\SMD0*/If((Arg0==One))SB1X=SB11/*\SB11*/SB0X=SB01/*\SB01*/SMDX=SMD1/*\SMD1*/If((Arg0==0x02))SB1X=SB12/*\SB12*/SB0X=SB02/*\SB02*/SMDX=SMD2/*\SMD2*/If((Arg0==0x03))SB1X=SB13/*\SB13*/SB0X=SB03/*\SB03*/SMDX=SMD3/*\SMD3*/If((Arg0==0x04))SB1X=SB14/*\SB14*/SB0X=SB04/*\SB04*/SMDX=SMD4/*\SMD4*/If((Arg0==0x05))SB1X=SB15/*\SB15*/SB0X=SB05/*\SB05*/SMDX=SMD5/*\SMD5*/If((SMDX!=0x03))If((Arg4==Zero))Local0=OUTR/*\_SB_.PCI0.GEXP.OUTR*/If((Arg4==One))Local0=CFGR/*\_SB_.PCI0.GEXP.CFGR*/If((Arg4==0x02))Local0=INR/*\_SB_.PCI0.GEXP.INR_*/If((Arg4==0x03))Local0=POLR/*\_SB_.PCI0.GEXP.POLR*/REGA=DerefOf(Index(Local0,REGN))OLDV=RREG(SB0X,Arg1,REGA)If((Arg4==0x02))RETV=(One&(OLDV>>PINN))NEWV=(OLDV&~(One<<PINN))NEWV|=(Arg3<<PINN)/*\_SB_.PCI0.GEXP.CSER.NEWV*/If((NEWV!=OLDV))Index(PKG,Zero)=Arg0Index(PKG,Zero)=Arg0Index(PKG,One)=Arg1Index(PKG,0x02)=Arg2If((PCHV()==SPTL))PGEN=ZeroPSTA&=0xFFFFFFFCLocal0=PSTA/*\_SB_.PCI0.PEMC.PSTA*/PGEN=OnePSTA|=0x03Local0=PSTA/*\_SB_.PCI0.PEMC.PSTA*/ADBG(Concatenate("EMH4=",ToDecimalString(EMH4)))If((Arg0==ToUUID("f6c13ea5-65cd-461f-ab7a-29f7e8d5bd61")))If((Arg1==Zero))_T_0=Arg2If((_T_0==Zero))If((EMH4==One))If((_T_0==0x05))If((_T_0==0x06))PGEN=ZeroPSTA&=0xFFFFFFFCLocal0=PSTA/*\_SB_.PCI0.PSDC.PSTA*/PGEN=OnePSTA|=0x03Local0=PSTA/*\_SB_.PCI0.PSDC.PSTA*/If((Arg0==ToUUID("f6c13ea5-65cd-461f-ab7a-29f7e8d5bd61")))If((Arg1==Zero))_T_0=Arg2If((_T_0==Zero))If((_T_0==0x03))If((_T_0==0x04))If((CHEN==One))If((Arg0==ToUUID("1730e71d-e5dd-4a34-be57-4d76b6a2fe37")))If((Zero==ToInteger(Arg1)))_T_0=ToInteger(Arg2)If((_T_0==Zero))If((_T_0==One))_T_1=DerefOf(Index(Arg3,Zero))If((_T_1==Zero)){}If((Arg0==Zero))P80D=((P80D&0xFFFFFF00)|Arg1)If((Arg0==One))P80D=((P80D&0xFFFF00FF)|(Arg1<<0x08))If((Arg0==0x02))P80D=((P80D&0xFF00FFFF)|(Arg1<<0x10))If((Arg0==0x03))P80D=((P80D&0x00FFFFFF)|(Arg1<<0x18))P80H=P80D/*\P80D*/GPIC=Arg0PICM=Arg0P80D=ZeroADBG(Concatenate("_PTS=",ToHexString(Arg0)))If((Arg0==0x03))If((((Arg0==0x03)||(Arg0==0x04))||(Arg0==0x05)))

99 / 123

Page 100: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((PFLV==0x02))If((S0ID==One)){}If(((Arg0==0x03)||(Arg0==0x04)))If((\_SB.PCI0.RP01.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP02.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP03.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP04.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP05.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP06.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP07.VDID!=0xFFFFFFFF))If((DSTS==Zero))If((\_SB.PCI0.RP08.VDID!=0xFFFFFFFF))If((DSTS==Zero))If((\_SB.PCI0.RP09.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP10.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP11.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP12.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP13.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP14.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP15.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP16.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP17.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP18.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP19.VDID!=0xFFFFFFFF))If((\_SB.PCI0.RP20.VDID!=0xFFFFFFFF))If(((Arg0==0x03)||(Arg0==0x04)))If((\_SB.PWRB.PBST==One))PBSS=OneLocal0=(Arg0*0x08)Local1=(Arg1*0x08)If((ECON==One)){}If((CSEM==One))CSEM=OnePLSV=PPL1/*\PPL1*/PLEN=PL1E/*\PL1E*/CLMP=CLP1/*\CLP1*/If((PWRU==Zero))PPUU=OnePPUU=(PWRU--<<0x02)Local0=(PLVL*PPUU)/*\SPL1.PPUU*/Local1=(Local0/0x03E8)PPL1=Local1PL1E=OneCLP1=OnePPL1=PLSV/*\PLSV*/PL1E=PLEN/*\PLEN*/CLP1=CLMP/*\CLMP*/CSEM=ZeroIf((OSYS==0x07DC))SMIF=Arg1If((Arg0==0x02))\_PR.DTSF=Arg1\_PR.TRPD=ZeroIf((Arg0==0x03))TRPH=ZeroIf((Arg0==0x04))\_PR.TRPF=ZeroOSYS=0x07D0OSYS=0x03E8OSYS=0x07D1OSYS=0x07D1OSYS=0x07D2OSYS=0x07D3OSYS=0x07D6OSYS=0x07D9OSYS=0x07DCOSYS=0x07DDOSYS=0x07DFIf((\_PR.DTSE>=One))\_PR.DSAE=One^RP01.HPEX=Zero^RP02.HPEX=Zero^RP03.HPEX=Zero^RP04.HPEX=Zero^RP05.HPEX=Zero^RP06.HPEX=Zero^RP07.HPEX=Zero^RP08.HPEX=Zero^RP09.HPEX=Zero^RP10.HPEX=Zero^RP11.HPEX=Zero^RP12.HPEX=Zero^RP13.HPEX=Zero^RP14.HPEX=Zero^RP15.HPEX=Zero^RP16.HPEX=Zero^RP17.HPEX=Zero^RP18.HPEX=Zero^RP19.HPEX=Zero^RP20.HPEX=Zero^RP01.HPSX=One^RP02.HPSX=One^RP03.HPSX=One^RP04.HPSX=One^RP05.HPSX=One^RP06.HPSX=One^RP07.HPSX=One^RP08.HPSX=One^RP09.HPSX=One^RP10.HPSX=One^RP11.HPSX=One^RP12.HPSX=One^RP13.HPSX=One^RP14.HPSX=One^RP15.HPSX=One^RP16.HPSX=One^RP17.HPSX=One^RP18.HPSX=One^RP19.HPSX=One^RP20.HPSX=One^RP01.PMEX=Zero^RP02.PMEX=Zero^RP03.PMEX=Zero^RP04.PMEX=Zero^RP05.PMEX=Zero^RP06.PMEX=Zero

100 / 123

Page 101: FreeBSD動作検証レポート - BSD Consulting, Inc.

^RP07.PMEX=Zero^RP08.PMEX=Zero^RP09.PMEX=Zero^RP10.PMEX=Zero^RP11.PMEX=Zero^RP12.PMEX=Zero^RP13.PMEX=Zero^RP14.PMEX=Zero^RP15.PMEX=Zero^RP16.PMEX=Zero^RP17.PMEX=Zero^RP18.PMEX=Zero^RP19.PMEX=Zero^RP20.PMEX=Zero^RP01.PMSX=One^RP02.PMSX=One^RP03.PMSX=One^RP04.PMSX=One^RP05.PMSX=One^RP06.PMSX=One^RP07.PMSX=One^RP08.PMSX=One^RP09.PMSX=One^RP10.PMSX=One^RP11.PMSX=One^RP12.PMSX=One^RP13.PMSX=One^RP14.PMSX=One^RP15.PMSX=One^RP16.PMSX=One^RP17.PMSX=One^RP18.PMSX=One^RP19.PMSX=One^RP20.PMSX=OneIndex(PRWP,Zero)=Arg0Local0=(SS1<<One)Local0|=(SS2<<0x02)Local0|=(SS3<<0x03)Local0|=(SS4<<0x04)Index(PRWP,One)=Arg1Local0>>=OneIf((S0ID==One))SCGE=OneIf((Arg0==ToUUID("ed855e0c-6c90-47bf-a62a-26de0fc5ad5c")))If((OSYS>=0x07D9))If((Arg0==ToUUID("0811b06e-4a27-44f9-8d60-3cbbc22e7b48")/*Platform-wideCapabilities*/))If((Arg0==ToUUID("0811b06e-4a27-44f9-8d60-3cbbc22e7b48")/*Platform-wideCapabilities*/))If((Arg1==One))OSCP=CAP0/*\_SB_._OSC.CAP0*/OSCO=0x04If(((SGMD&0x0F)!=0x02))If((RTD3==Zero))CAP0&=0x3BSTS0|=0x10STS0&=0xFFFFFF00STS0|=0x0AIf((Arg0==ToUUID("ed855e0c-6c90-47bf-a62a-26de0fc5ad5c")))STS0&=0xFFFFFF00STS0|=0x06If((OSYS>=0x07D9))EMIN=\_PR.EMNAELEN=\_PR.ELNGEMAX=((\_PR.EMNA+\_PR.ELNG)-One)If((Arg0==ToUUID("c60fac0c-fd9e-4273-9a3f-938f2327035e")))If((Zero==ToInteger(Arg1)))_T_0=ToInteger(Arg2)If((_T_0==Zero))If((_T_0==One))Index(BUFX,Zero)=SEC0/*\SEC0*/Index(BUFX,One)=SEC1/*\SEC1*/Index(BUFX,0x02)=SEC2/*\SEC2*/Index(BUFX,0x03)=SEC3/*\SEC3*/Index(BUFX,0x04)=SEC4/*\SEC4*/Index(BUFX,0x05)=SEC5/*\SEC5*/Index(BUFX,0x06)=SEC6/*\SEC6*/Index(BUFX,0x07)=SEC7/*\SEC7*/Index(BUFX,0x08)=SEC8/*\SEC8*/If((\_PR.EPCS!=Zero))Local0=0xFF_T_0=(Arg0+Zero)If((_T_0==0x03F8))Local0=ZeroIf((_T_0==0x02F8))Local0=OneIf((_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+Zero)If((_T_0==Zero))CALE=ZeroLocal0=UXDV(Arg2)If((Local0!=0xFF))CARN=Local0CALE=OneIf((_T_0==One))CBLE=ZeroLocal0=UXDV(Arg2)If((Local0!=0xFF))CBDR=Local0CBLE=OneIf((_T_0==0x02))LTLE=ZeroIf((Arg2==0x0378))LTDR=ZeroIf((Arg2==0x0278))LTDR=OneIf((Arg2==0x03BC))

101 / 123

Page 102: FreeBSD動作検証レポート - BSD Consulting, Inc.

LTDR=0x02LTLE=OneIf((_T_0==0x03))FDLE=ZeroIf((Arg2==0x03F0))FDDR=ZeroIf((Arg2==0x0370))FDDR=OneFDLE=OneIf((_T_0==0x08))If((Arg2==0x0200))GLLE=OneGLLE=ZeroIf((Arg2==0x0208))GHLE=OneGHLE=ZeroIf((_T_0==0x09))If((Arg2==0x0200))GLLE=OneGLLE=ZeroIf((Arg2==0x0208))GHLE=OneGHLE=ZeroIf((_T_0==0x0A))If(((Arg2==0x60)||(Arg2==0x64)))KCLE=OneKCLE=ZeroIf((_T_0==0x0B))If(((Arg2==0x62)||(Arg2==0x66)))MCLE=OneMCLE=ZeroIf((_T_0==0x0C))If((Arg2==0x2E))C1LE=OneC1LE=ZeroIf((Arg2==0x4E))C2LE=OneC2LE=ZeroIf((_T_0==0x0D))If((Arg2==0x2E))C1LE=OneC1LE=ZeroIf((Arg2==0x4E))C2LE=OneC2LE=ZeroIf((D1F0==One))If((D1F1==One))If((D1F2==One))GPEC=ZeroIf((CAMT==Zero))If((IVDF==One))If((Arg0==ToUUID("f5cf0ff7-5d60-4842-82c0-fa1a61d873f2")))_T_0=ToInteger(Arg2)If((_T_0==Zero))If((ToInteger(Arg1)==Zero))If((_T_0==One))If((DerefOf(Index(Arg3,Zero))==Zero))If((BID==0x20))IDFU=ZeroIf(((((BID==0x04)||(BID==0x14))||(BID==0x0B))||(BID==0x1B)))IDFU=ZeroIf((BID==0x20))IDFU=OneIf(((((BID==0x04)||(BID==0x14))||(BID==0x0B))||(BID==0x1B)))IDFU=OneIf((_T_0==0x02))If((DerefOf(Index(Arg3,Zero))==Zero))If((BID==0x20))IPWR=OneIf(((((BID==0x04)||(BID==0x14))||(BID==0x0B))||(BID==0x1B)))IPWR=OneIf((BID==0x20))IPWR=ZeroIf(((((BID==0x04)||(BID==0x14))||(BID==0x0B))||(BID==0x1B)))IPWR=ZeroIf((PCHV()==SPTL))If((SDWE!=Zero))If((SDWE==One))SDIP=GNUM(0x02010011)SDGP=GNUM(0x02010011)If((SDWE==0x02))SDIP=GNUM(0x02060005)SDGP=GNUM(0x02060005)If(((S0ID==One)||(OSYS>=0x07DF)))If((((S0ID==One)||(OSYS>=0x07DF))&&((PEPC&0x03)!=Zero)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))

102 / 123

Page 103: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))

103 / 123

Page 104: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If((((S0ID==One)||(OSYS>=0x07DF))&&(((PEPC&0x0400)==0x0400)||((PEPC&0x0800)==0x0800))))If((BCCX==One))If((SCCX==0x06))If((PIXX==One))If((BCCX==One))If((SCCX==0x08))If((PIXX==0x02))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((S0ID==One)||(OSYS>=0x07DF)))If(((OSYS>=0x07DF)||((OSYS>=0x07DC)&&(S0ID==One))))ADBG(Concatenate("PEPC=",ToHexString(PEPC)))If((Arg0==ToUUID("c4eb40a0-6cd2-11e2-bcfd-0800200c9a66")))If((Arg2==Zero))If((Arg2==One))If((S0ID==Zero))If(((PEPC&0x03)==One))Index(DerefOf(Index(DEVY,0x05)),One)=OneIndex(DerefOf(Index(DEVY,0x15)),One)=OneIndex(DerefOf(Index(DEVY,0x16)),One)=OneIndex(DerefOf(Index(DEVY,0x17)),One)=OneIndex(DerefOf(Index(DEVY,0x18)),One)=OneIndex(DerefOf(Index(DEVY,0x19)),One)=OneIndex(DerefOf(Index(DEVY,0x1A)),One)=OneIndex(DerefOf(Index(DEVY,0x1B)),One)=OneIndex(DerefOf(Index(DEVY,0x1C)),One)=OneIndex(DerefOf(Index(DEVY,0x1D)),One)=OneIndex(DerefOf(Index(DEVY,0x1E)),One)=OneIndex(DerefOf(Index(DEVY,0x1F)),One)=OneIndex(DerefOf(Index(DEVY,0x20)),One)=OneIndex(DerefOf(Index(DEVY,0x21)),One)=OneIndex(DerefOf(Index(DEVY,0x22)),One)=OneIndex(DerefOf(Index(DEVY,0x23)),One)=OneIndex(DerefOf(Index(DEVY,0x24)),One)=OneIndex(DerefOf(Index(DEVY,0x25)),One)=OneIndex(DerefOf(Index(DEVY,0x26)),One)=OneIndex(DerefOf(Index(DEVY,0x27)),One)=OneIndex(DerefOf(Index(DEVY,0x28)),One)=OneIf(((PEPC&0x04)==Zero))Index(DerefOf(Index(DEVY,0x06)),One)=ZeroIf(((PEPC&0x08)==Zero))Index(DerefOf(Index(DEVY,0x07)),One)=ZeroIf(((PEPC&0x10)==Zero)){}If(((PEPC&0x20)==Zero))Index(DerefOf(Index(DEVY,0x08)),One)=ZeroIf(((PEPC&0x40)==Zero))Index(DerefOf(Index(DEVY,0x09)),One)=ZeroIf(((PEPC&0x80)==Zero))Index(DerefOf(Index(DEVY,0x0A)),One)=ZeroIf(((PEPC&0x0100)==Zero))Index(DerefOf(Index(DEVY,0x0B)),One)=ZeroIf(((PEPC&0x0200)==Zero))Index(DerefOf(Index(DEVY,0x04)),One)=ZeroIf(((PEPC&0x0400)==Zero))Index(DerefOf(Index(DEVY,Zero)),One)=ZeroIndex(DerefOf(Index(DEVY,One)),One)=ZeroIndex(DerefOf(Index(DEVY,0x02)),One)=ZeroIndex(DerefOf(Index(DEVY,0x03)),One)=ZeroIf(((PEPC&0x0800)==Zero))Index(DerefOf(Index(DEVY,0x0C)),One)=ZeroIf(((PEPC&0x1000)==Zero))Index(DerefOf(Index(DEVY,0x0D)),One)=ZeroIf(((PEPC&0x2000)==Zero))Index(DerefOf(Index(DEVY,0x0E)),One)=ZeroIf(((PEPC&0x4000)==Zero))Index(DerefOf(Index(DEVY,0x0F)),One)=ZeroIf(((PEPC&0x8000)==Zero))Index(DerefOf(Index(DEVY,0x10)),One)=ZeroIf(((PEPC&0x00010000)==Zero))Index(DerefOf(Index(DEVY,0x11)),One)=ZeroIf(((PEPC&0x00020000)==Zero))Index(DerefOf(Index(DEVY,0x12)),One)=ZeroIf(((PEPC&0x00040000)==Zero))Index(DerefOf(Index(DEVY,0x13)),One)=ZeroIf(((PEPC&0x00080000)==Zero))Index(DerefOf(Index(DEVY,0x14)),One)=ZeroIf((Arg2==0x02))If((Arg2==0x03)){}If((Arg2==0x04)){}If((Arg2==0x05))If((S0ID==One))If((Arg2==0x06))If((S0ID==One))_T_0=Arg1If((_T_0==Zero))DAD0=Arg0If((_T_0==One))DAD1=Arg0If((_T_0==0x02))DAD2=Arg0If((_T_0==0x03))DAD3=Arg0If((_T_0==0x04))DAD4=Arg0DAD5=Arg0PINF=((0x18*Arg1)+Arg0)Local3=(Arg3<<0x18)

104 / 123

Page 105: FreeBSD動作検証レポート - BSD Consulting, Inc.

Local2=(Arg2<<0x10)Local1=(Arg1<<0x08)Local0=(Local1|Arg0)Local0|=Local2Local0|=Local3Local3=(Arg3<<0x18)Local2=(Arg2<<0x10)Local1=(Arg1<<0x08)Local0=(Local1|Arg0)Local0|=Local2Local0|=Local3_T_0=Arg0If((_T_0==Zero))Index(BUF,Zero)=L0H0/*\L0H0*/Index(BUF,One)=L0H1/*\L0H1*/Index(BUF,0x02)=L0H2/*\L0H2*/Index(BUF,0x03)=L0H3/*\L0H3*/Index(BUF,0x04)=L0H4/*\L0H4*/Index(BUF,0x05)=L0H5/*\L0H5*/Index(BUF,0x06)=L0H6/*\L0H6*/Index(BUF,0x07)=L0H7/*\L0H7*/Index(BUF,0x08)=L0H8/*\L0H8*/If((_T_0==One))Index(BUF,Zero)=L1H0/*\L1H0*/Index(BUF,One)=L1H1/*\L1H1*/Index(BUF,0x02)=L1H2/*\L1H2*/Index(BUF,0x03)=L1H3/*\L1H3*/Index(BUF,0x04)=L1H4/*\L1H4*/Index(BUF,0x05)=L1H5/*\L1H5*/Index(BUF,0x06)=L1H6/*\L1H6*/Index(BUF,0x07)=L1H7/*\L1H7*/Index(BUF,0x08)=L1H8/*\L1H8*/If((_T_0==0x02))Index(BUF,Zero)=L2H0/*\L2H0*/Index(BUF,One)=L2H1/*\L2H1*/Index(BUF,0x02)=L2H2/*\L2H2*/Index(BUF,0x03)=L2H3/*\L2H3*/Index(BUF,0x04)=L2H4/*\L2H4*/Index(BUF,0x05)=L2H5/*\L2H5*/Index(BUF,0x06)=L2H6/*\L2H6*/Index(BUF,0x07)=L2H7/*\L2H7*/Index(BUF,0x08)=L2H8/*\L2H8*/Index(BUF,Zero)=L3H0/*\L3H0*/Index(BUF,One)=L3H1/*\L3H1*/Index(BUF,0x02)=L3H2/*\L3H2*/Index(BUF,0x03)=L3H3/*\L3H3*/Index(BUF,0x04)=L3H4/*\L3H4*/Index(BUF,0x05)=L3H5/*\L3H5*/Index(BUF,0x06)=L3H6/*\L3H6*/Index(BUF,0x07)=L3H7/*\L3H7*/Index(BUF,0x08)=L3H8/*\L3H8*/_T_0=Arg0If((_T_0==Zero))Local0=L0SM/*\L0SM*/If((_T_0==One))Local0=L1SM/*\L1SM*/If((_T_0==0x02))Local0=L2SM/*\L2SM*/Local0=L3SM/*\L3SM*/_T_1=Local0If((_T_1==Zero))If((_T_1==One))If((_T_1==0x02))If((_T_1==0x03))If((_T_1==0x04))If((_T_1==0x05))If((_T_1==0x06))If((_T_1==0x07))If((_T_1==0x08))If((_T_1==0x09))If((_T_1==0x0A))If((Arg0==Zero))If((C0TP==One))_T_0=L0BS/*\L0BS*/If((_T_0==Zero))If((_T_0==One))If((_T_0==0x02))If((_T_0==0x03))If((_T_0==0x04))If((_T_0==0x05))If((Arg0==One))If((C1TP==One))_T_1=L1BS/*\L1BS*/If((_T_1==Zero))If((_T_1==One))If((_T_1==0x02))If((_T_1==0x03))If((_T_1==0x04))If((_T_1==0x05))If((Arg0==0x02))If((C2TP==One))_T_2=L2BS/*\L2BS*/If((_T_2==Zero))If((_T_2==One))If((_T_2==0x02))If((_T_2==0x03))If((_T_2==0x04))If((_T_2==0x05))If((Arg0==0x03))If((C3TP==One))_T_3=L3BS/*\L3BS*/If((_T_3==Zero))If((_T_3==One))If((_T_3==0x02))If((_T_3==0x03))If((_T_3==0x04))If((_T_3==0x05))Local0=ResourceTemplate()Local1=PINR(C0P0,C0G0)Local1=PINR(C0P1,C0G1)Local1=PINR(C0P2,C0G2)Local1=PINR(C0P3,C0G3)If((C0TP==One))Index(PAR,One)=C0TP/*\C0TP*/Index(PAR,0x03)=C0CV/*\C0CV*/If((Arg0==ToUUID("79234640-9e10-4fea-a5c1-b5aa8b19756f")))

105 / 123

Page 106: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))Local0=ResourceTemplate()Local1=PINR(C1P0,C1G0)Local1=PINR(C1P1,C1G1)Local1=PINR(C1P2,C1G2)Local1=PINR(C1P3,C1G3)If((C1TP==One))Index(PAR,One)=C1TP/*\C1TP*/Index(PAR,0x03)=C1CV/*\C1CV*/If((Arg0==ToUUID("79234640-9e10-4fea-a5c1-b5aa8b19756f")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))Local0=ResourceTemplate()Local1=PINR(C2P0,C2G0)Local1=PINR(C2P1,C2G1)Local1=PINR(C2P2,C2G2)Local1=PINR(C2P3,C2G3)If((C2TP==One))Index(PAR,One)=C2TP/*\C2TP*/Index(PAR,0x03)=C2CV/*\C2CV*/If((Arg0==ToUUID("79234640-9e10-4fea-a5c1-b5aa8b19756f")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))Local0=ResourceTemplate()Local1=PINR(C3P0,C3G0)Local1=PINR(C3P1,C3G1)Local1=PINR(C3P2,C3G2)Local1=PINR(C3P3,C3G3)If((C3TP==One))Index(PAR,One)=C3TP/*\C3TP*/Index(PAR,0x03)=C3CV/*\C3CV*/If((Arg0==ToUUID("79234640-9e10-4fea-a5c1-b5aa8b19756f")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))If((C0IB==0x02))If((C0IB==0x03))Local0=ResourceTemplate()Index(PAR,One)=C0TP/*\C0TP*/Index(PAR,0x03)=C0CV/*\C0CV*/BPOS=C0PL/*\C0PL*/If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=OneDEV0=DSMI(0x0B,C0IA,Zero,C0IB)If((C1IB==0x02))If((C1IB==0x03))Local0=ResourceTemplate()Index(PAR,One)=C1TP/*\C1TP*/Index(PAR,0x03)=C1CV/*\C1CV*/BPOS=C1PL/*\C1PL*/If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=OneDEV0=DSMI(0x0B,C1IA,Zero,C1IB)If((C2IB==0x02))If((C2IB==0x03))Local0=ResourceTemplate()Index(PAR,One)=C2TP/*\C2TP*/Index(PAR,0x03)=C2CV/*\C2CV*/BPOS=C2PL/*\C2PL*/If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=OneDEV0=DSMI(0x0B,C2IA,Zero,C2IB)If((C3IB==0x02))If((C3IB==0x03))Local0=ResourceTemplate()Index(PAR,One)=C3TP/*\C3TP*/Index(PAR,0x03)=C3CV/*\C3CV*/BPOS=C3PL/*\C3PL*/If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))

106 / 123

Page 107: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((Arg2==0x02))If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=OneDEV0=DSMI(0x0B,C3IA,Zero,C3IB)Index(BUF,Zero)=L0M0/*\L0M0*/Index(BUF,One)=L0M1/*\L0M1*/Index(BUF,0x02)=L0M2/*\L0M2*/Index(BUF,0x03)=L0M3/*\L0M3*/Index(BUF,0x04)=L0M4/*\L0M4*/Index(BUF,0x05)=L0M5/*\L0M5*/Index(BUF,0x06)=L0M6/*\L0M6*/Index(BUF,0x07)=L0M7/*\L0M7*/Index(BUF,0x08)=L0M8/*\L0M8*/Index(BUF,0x09)=L0M9/*\L0M9*/Index(BUF,0x0A)=L0MA/*\L0MA*/Index(BUF,0x0B)=L0MB/*\L0MB*/Index(BUF,0x0C)=L0MC/*\L0MC*/Index(BUF,0x0D)=L0MD/*\L0MD*/Index(BUF,0x0E)=L0ME/*\L0ME*/Index(BUF,0x0F)=L0MF/*\L0MF*/BPOS=L0PL/*\L0PL*/Local0=ResourceTemplate()Local1=IICB(L0A0,L0BS)Local1=IICB(L0A1,L0BS)Local1=IICB(L0A2,L0BS)Local1=IICB(L0A3,L0BS)Local1=IICB(L0A4,L0BS)Local1=IICB(L0A5,L0BS)Local1=IICB(L0A6,L0BS)Local1=IICB(L0A7,L0BS)Local1=IICB(L0A8,L0BS)Local1=IICB(L0A9,L0BS)Local1=IICB(L0AA,L0BS)Local1=IICB(L0AB,L0BS)Index(PAR,Zero)=L0DV/*\L0DV*/Index(PAR,One)=L0CV/*\L0CV*/Index(PAR,0x18)=CDIV/*\CDIV*/Index(PAR,0x1C)=L0LU/*\L0LU*/Index(PAR,0x1D)=L0NL/*\L0NL*/Index(PAR,0x4E)=L0EE/*\L0EE*/Index(PAR,0x4F)=L0VC/*\L0VC*/Index(PAR,0x52)=L0FS/*\L0FS*/Index(PAR,0x54)=L0DG/*\L0DG*/DAT=L0CK/*\L0CK*/Index(PAR,0x5A)=L0CL/*\L0CL*/If((Arg0==ToUUID("822ace8f-2814-4174-a56b-5f029fe079ee")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))Index(BUF,Zero)=L0M0/*\L0M0*/Index(BUF,One)=L0M1/*\L0M1*/Index(BUF,0x02)=L0M2/*\L0M2*/Index(BUF,0x03)=L0M3/*\L0M3*/Index(BUF,0x04)=L0M4/*\L0M4*/Index(BUF,0x05)=L0M5/*\L0M5*/Index(BUF,0x06)=L0M6/*\L0M6*/Index(BUF,0x07)=L0M7/*\L0M7*/Index(BUF,0x08)=L0M8/*\L0M8*/Index(BUF,0x09)=L0M9/*\L0M9*/Index(BUF,0x0A)=L0MA/*\L0MA*/Index(BUF,0x0B)=L0MB/*\L0MB*/Index(BUF,0x0C)=L0MC/*\L0MC*/Index(BUF,0x0D)=L0MD/*\L0MD*/Index(BUF,0x0E)=L0ME/*\L0ME*/Index(BUF,0x0F)=L0MF/*\L0MF*/If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=L0DI/*\L0DI*/DEV0=DSMI(L0D0,L0A0,Zero,L0BS)DEV1=DSMI(L0D1,L0A1,Zero,L0BS)DEV2=DSMI(L0D2,L0A2,Zero,L0BS)DEV3=DSMI(L0D3,L0A3,Zero,L0BS)DEV4=DSMI(L0D4,L0A4,Zero,L0BS)DEV5=DSMI(L0D5,L0A5,Zero,L0BS)DEV6=DSMI(L0D6,L0A6,Zero,L0BS)DEV7=DSMI(L0D7,L0A7,Zero,L0BS)DEV8=DSMI(L0D8,L0A8,Zero,L0BS)DEV9=DSMI(L0D9,L0A9,Zero,L0BS)DEVA=DSMI(L0DA,L0AA,Zero,L0BS)DEVB=DSMI(L0DB,L0AB,Zero,L0BS)If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))If((Arg2==0x06))If((Arg2==0x07))If((Arg2==0x08))If((Arg2==0x08))If((Arg2==0x09))If((Arg2==0x0A))If((Arg2==0x0B))If((Arg2==0x0C))Index(BUF,Zero)=L1M0/*\L1M0*/Index(BUF,One)=L1M1/*\L1M1*/Index(BUF,0x02)=L1M2/*\L1M2*/Index(BUF,0x03)=L1M3/*\L1M3*/Index(BUF,0x04)=L1M4/*\L1M4*/Index(BUF,0x05)=L1M5/*\L1M5*/Index(BUF,0x06)=L1M6/*\L1M6*/Index(BUF,0x07)=L1M7/*\L1M7*/Index(BUF,0x08)=L1M8/*\L1M8*/Index(BUF,0x09)=L1M9/*\L1M9*/Index(BUF,0x0A)=L1MA/*\L1MA*/Index(BUF,0x0B)=L1MB/*\L1MB*/Index(BUF,0x0C)=L1MC/*\L1MC*/Index(BUF,0x0D)=L1MD/*\L1MD*/Index(BUF,0x0E)=L1ME/*\L1ME*/

107 / 123

Page 108: FreeBSD動作検証レポート - BSD Consulting, Inc.

Index(BUF,0x0F)=L1MF/*\L1MF*/BPOS=L1PL/*\L1PL*/Local0=ResourceTemplate()Local1=IICB(L1A0,L1BS)Local1=IICB(L1A1,L1BS)Local1=IICB(L1A2,L1BS)Local1=IICB(L1A3,L1BS)Local1=IICB(L1A4,L1BS)Local1=IICB(L1A5,L1BS)Local1=IICB(L1A6,L1BS)Local1=IICB(L1A7,L1BS)Local1=IICB(L1A8,L1BS)Local1=IICB(L1A9,L1BS)Local1=IICB(L1AA,L1BS)Local1=IICB(L1AB,L1BS)Index(PAR,Zero)=L1DV/*\L1DV*/Index(PAR,One)=L1CV/*\L1CV*/Index(PAR,0x18)=CDIV/*\CDIV*/Index(PAR,0x1C)=L1LU/*\L1LU*/Index(PAR,0x1D)=L1NL/*\L1NL*/Index(PAR,0x4E)=L1EE/*\L1EE*/Index(PAR,0x4F)=L1VC/*\L1VC*/Index(PAR,0x52)=L1FS/*\L1FS*/Index(PAR,0x54)=L1DG/*\L1DG*/DAT=L1CK/*\L1CK*/Index(PAR,0x5A)=L1CL/*\L1CL*/If((Arg0==ToUUID("822ace8f-2814-4174-a56b-5f029fe079ee")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))Index(BUF,Zero)=L1M0/*\L1M0*/Index(BUF,One)=L1M1/*\L1M1*/Index(BUF,0x02)=L1M2/*\L1M2*/Index(BUF,0x03)=L1M3/*\L1M3*/Index(BUF,0x04)=L1M4/*\L1M4*/Index(BUF,0x05)=L1M5/*\L1M5*/Index(BUF,0x06)=L1M6/*\L1M6*/Index(BUF,0x07)=L1M7/*\L1M7*/Index(BUF,0x08)=L1M8/*\L1M8*/Index(BUF,0x09)=L1M9/*\L1M9*/Index(BUF,0x0A)=L1MA/*\L1MA*/Index(BUF,0x0B)=L1MB/*\L1MB*/Index(BUF,0x0C)=L1MC/*\L1MC*/Index(BUF,0x0D)=L1MD/*\L1MD*/Index(BUF,0x0E)=L1ME/*\L1ME*/Index(BUF,0x0F)=L1MF/*\L1MF*/If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=L1DI/*\L1DI*/DEV0=DSMI(L1D0,L1A0,Zero,L1BS)DEV1=DSMI(L1D1,L1A1,Zero,L1BS)DEV2=DSMI(L1D2,L1A2,Zero,L1BS)DEV3=DSMI(L1D3,L1A3,Zero,L1BS)DEV4=DSMI(L1D4,L1A4,Zero,L1BS)DEV5=DSMI(L1D5,L1A5,Zero,L1BS)DEV6=DSMI(L1D6,L1A6,Zero,L1BS)DEV7=DSMI(L1D7,L1A7,Zero,L1BS)DEV8=DSMI(L1D8,L1A8,Zero,L1BS)DEV9=DSMI(L1D9,L1A9,Zero,L1BS)DEVA=DSMI(L1DA,L1AA,Zero,L1BS)DEVB=DSMI(L1DB,L1AB,Zero,L1BS)If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))If((Arg2==0x06))If((Arg2==0x07))If((Arg2==0x08))If((Arg2==0x08))If((Arg2==0x09))If((Arg2==0x0A))If((Arg2==0x0B))If((Arg2==0x0C))Index(BUF,Zero)=L2M0/*\L2M0*/Index(BUF,One)=L2M1/*\L2M1*/Index(BUF,0x02)=L2M2/*\L2M2*/Index(BUF,0x03)=L2M3/*\L2M3*/Index(BUF,0x04)=L2M4/*\L2M4*/Index(BUF,0x05)=L2M5/*\L2M5*/Index(BUF,0x06)=L2M6/*\L2M6*/Index(BUF,0x07)=L2M7/*\L2M7*/Index(BUF,0x08)=L2M8/*\L2M8*/Index(BUF,0x09)=L2M9/*\L2M9*/Index(BUF,0x0A)=L2MA/*\L2MA*/Index(BUF,0x0B)=L2MB/*\L2MB*/Index(BUF,0x0C)=L2MC/*\L2MC*/Index(BUF,0x0D)=L2MD/*\L2MD*/Index(BUF,0x0E)=L2ME/*\L2ME*/Index(BUF,0x0F)=L2MF/*\L2MF*/BPOS=L2PL/*\L2PL*/Local0=ResourceTemplate()Local1=IICB(L2A0,L2BS)Local1=IICB(L2A1,L2BS)Local1=IICB(L2A2,L2BS)Local1=IICB(L2A3,L2BS)Local1=IICB(L2A4,L2BS)Local1=IICB(L2A5,L2BS)Local1=IICB(L2A6,L2BS)Local1=IICB(L2A7,L2BS)Local1=IICB(L2A8,L2BS)Local1=IICB(L2A9,L2BS)Local1=IICB(L2AA,L2BS)Local1=IICB(L2AB,L2BS)Index(PAR,Zero)=L2DV/*\L2DV*/Index(PAR,One)=L2CV/*\L2CV*/Index(PAR,0x18)=CDIV/*\CDIV*/Index(PAR,0x1C)=L2LU/*\L2LU*/Index(PAR,0x1D)=L2NL/*\L2NL*/Index(PAR,0x4E)=L2EE/*\L2EE*/Index(PAR,0x4F)=L2VC/*\L2VC*/

108 / 123

Page 109: FreeBSD動作検証レポート - BSD Consulting, Inc.

Index(PAR,0x52)=L2FS/*\L2FS*/Index(PAR,0x54)=L2DG/*\L2DG*/DAT=L2CK/*\L2CK*/Index(PAR,0x5A)=L2CL/*\L2CL*/If((Arg0==ToUUID("822ace8f-2814-4174-a56b-5f029fe079ee")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))Index(BUF,Zero)=L2M0/*\L2M0*/Index(BUF,One)=L2M1/*\L2M1*/Index(BUF,0x02)=L2M2/*\L2M2*/Index(BUF,0x03)=L2M3/*\L2M3*/Index(BUF,0x04)=L2M4/*\L2M4*/Index(BUF,0x05)=L2M5/*\L2M5*/Index(BUF,0x06)=L2M6/*\L2M6*/Index(BUF,0x07)=L2M7/*\L2M7*/Index(BUF,0x08)=L2M8/*\L2M8*/Index(BUF,0x09)=L2M9/*\L2M9*/Index(BUF,0x0A)=L2MA/*\L2MA*/Index(BUF,0x0B)=L2MB/*\L2MB*/Index(BUF,0x0C)=L2MC/*\L2MC*/Index(BUF,0x0D)=L2MD/*\L2MD*/Index(BUF,0x0E)=L2ME/*\L2ME*/Index(BUF,0x0F)=L2MF/*\L2MF*/If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=L2DI/*\L2DI*/DEV0=DSMI(L2D0,L2A0,Zero,L2BS)DEV1=DSMI(L2D1,L2A1,Zero,L2BS)DEV2=DSMI(L2D2,L2A2,Zero,L2BS)DEV3=DSMI(L2D3,L2A3,Zero,L2BS)DEV4=DSMI(L2D4,L2A4,Zero,L2BS)DEV5=DSMI(L2D5,L2A5,Zero,L2BS)DEV6=DSMI(L2D6,L2A6,Zero,L2BS)DEV7=DSMI(L2D7,L2A7,Zero,L2BS)DEV8=DSMI(L2D8,L2A8,Zero,L2BS)DEV9=DSMI(L2D9,L2A9,Zero,L2BS)DEVA=DSMI(L2DA,L2AA,Zero,L2BS)DEVB=DSMI(L2DB,L2AB,Zero,L2BS)If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))If((Arg2==0x06))If((Arg2==0x07))If((Arg2==0x08))If((Arg2==0x08))If((Arg2==0x09))If((Arg2==0x0A))If((Arg2==0x0B))If((Arg2==0x0C))Index(BUF,Zero)=L3M0/*\L3M0*/Index(BUF,One)=L3M1/*\L3M1*/Index(BUF,0x02)=L3M2/*\L3M2*/Index(BUF,0x03)=L3M3/*\L3M3*/Index(BUF,0x04)=L3M4/*\L3M4*/Index(BUF,0x05)=L3M5/*\L3M5*/Index(BUF,0x06)=L3M6/*\L3M6*/Index(BUF,0x07)=L3M7/*\L3M7*/Index(BUF,0x08)=L3M8/*\L3M8*/Index(BUF,0x09)=L3M9/*\L3M9*/Index(BUF,0x0A)=L3MA/*\L3MA*/Index(BUF,0x0B)=L3MB/*\L3MB*/Index(BUF,0x0C)=L3MC/*\L3MC*/Index(BUF,0x0D)=L3MD/*\L3MD*/Index(BUF,0x0E)=L3ME/*\L3ME*/Index(BUF,0x0F)=L3MF/*\L3MF*/BPOS=L3PL/*\L3PL*/Local0=ResourceTemplate()Local1=IICB(L3A0,L3BS)Local1=IICB(L3A1,L3BS)Local1=IICB(L3A2,L3BS)Local1=IICB(L3A3,L3BS)Local1=IICB(L3A4,L3BS)Local1=IICB(L3A5,L3BS)Local1=IICB(L3A6,L3BS)Local1=IICB(L3A7,L3BS)Local1=IICB(L3A8,L3BS)Local1=IICB(L3A9,L3BS)Local1=IICB(L3AA,L3BS)Local1=IICB(L3AB,L3BS)Index(PAR,Zero)=L3DV/*\L3DV*/Index(PAR,One)=L3CV/*\L3CV*/Index(PAR,0x18)=CDIV/*\CDIV*/Index(PAR,0x1C)=L3LU/*\L3LU*/Index(PAR,0x1D)=L3NL/*\L3NL*/Index(PAR,0x4E)=L3EE/*\L3EE*/Index(PAR,0x4F)=L3VC/*\L3VC*/Index(PAR,0x52)=L3FS/*\L3FS*/Index(PAR,0x54)=L3DG/*\L3DG*/DAT=L3CK/*\L3CK*/Index(PAR,0x5A)=L3CL/*\L3CL*/If((Arg0==ToUUID("822ace8f-2814-4174-a56b-5f029fe079ee")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))Index(BUF,Zero)=L3M0/*\L3M0*/Index(BUF,One)=L3M1/*\L3M1*/Index(BUF,0x02)=L3M2/*\L3M2*/Index(BUF,0x03)=L3M3/*\L3M3*/Index(BUF,0x04)=L3M4/*\L3M4*/Index(BUF,0x05)=L3M5/*\L3M5*/Index(BUF,0x06)=L3M6/*\L3M6*/Index(BUF,0x07)=L3M7/*\L3M7*/Index(BUF,0x08)=L3M8/*\L3M8*/Index(BUF,0x09)=L3M9/*\L3M9*/Index(BUF,0x0A)=L3MA/*\L3MA*/Index(BUF,0x0B)=L3MB/*\L3MB*/Index(BUF,0x0C)=L3MC/*\L3MC*/Index(BUF,0x0D)=L3MD/*\L3MD*/

109 / 123

Page 110: FreeBSD動作検証レポート - BSD Consulting, Inc.

Index(BUF,0x0E)=L3ME/*\L3ME*/Index(BUF,0x0F)=L3MF/*\L3MF*/If((Arg0==ToUUID("5815c5c8-c47d-477b-9a8d-76173176414b")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))I2CC=L3DI/*\L3DI*/DEV0=DSMI(L3D0,L3A0,Zero,L3BS)DEV1=DSMI(L3D1,L3A1,Zero,L3BS)DEV2=DSMI(L3D2,L3A2,Zero,L3BS)DEV3=DSMI(L3D3,L3A3,Zero,L3BS)DEV4=DSMI(L3D4,L3A4,Zero,L3BS)DEV5=DSMI(L3D5,L3A5,Zero,L3BS)DEV6=DSMI(L3D6,L3A6,Zero,L3BS)DEV7=DSMI(L3D7,L3A7,Zero,L3BS)DEV8=DSMI(L3D8,L3A8,Zero,L3BS)DEV9=DSMI(L3D9,L3A9,Zero,L3BS)DEVA=DSMI(L3DA,L3AA,Zero,L3BS)DEVB=DSMI(L3DB,L3AB,Zero,L3BS)If((Arg0==ToUUID("26257549-9271-4ca4-bb43-c4899d5a4881")))If((Arg2==Zero))If((Arg1==Zero))If((Arg2==One))If((Arg2==0x02))If((Arg2==0x03))If((Arg2==0x04))If((Arg2==0x05))If((Arg2==0x06))If((Arg2==0x07))If((Arg2==0x08))If((Arg2==0x08))If((Arg2==0x09))If((Arg2==0x0A))If((Arg2==0x0B))If((Arg2==0x0C))HPT0=HPTB/*\HPTB*/If((PCHV()==SPTH))If((PCHV()==SPTH))If((ALSE==0x02))SMIC=BSMI/*\BSMI*/SMIC=(Arg0+BSMI)/*\BSMI*/SMIC=BSMI/*\BSMI*/HRD=OneHIE=OneHIG=OneHIE=ZeroHRD=ZeroHIG=OneLocal0=((Arg2<<0x10)|(Arg1<<0x08))Local0|=Arg0CBWW=0x80040011CBWW=Local0HIG=OneIf((HIDM==One))CBWW=0x80040011CBWW=Arg0HIG=OneIf((HIDM!=One))HRS=OneHIG=OneHRS=ZeroHRD=OneHIG=OneIf((MWP!=MRP))Local1=CBRW/*\_SB_.PCI0.HEC2.CBRW*/Local0=CBRW/*\_SB_.PCI0.HEC2.CBRW*/HIG=OneLocal5=(Local0&0xFF)If((Local5==Zero))\_PR.CPPC=RPS0/*\_SB_.PCI0.HEC2.RPS0*/Local0|=0x80\_PR.CTPC=RTS0/*\_SB_.PCI0.HEC2.RTS0*/Local0|=0x40CPS0=\_PR.CTPCCTS0=\_PR.CPPCCBWW=Local1CBWW=Local0HIG=OneIf((Local5==0x03))PURA=Local0If((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>>0x88)&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)

110 / 123

Page 111: FreeBSD動作検証レポート - BSD Consulting, Inc.

\_SB.PCI0.HEC2.HIS=OneLocal0=ZeroWhile(((\_SB.PCI0.HEC2.H2RD()!=0xFF)&(Local0!=0x08)))Local0+=OneLocal1=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((OSTP()>=OW7))If((PMAV==Zero))Local0=(Arg0/0x03E8)AIST=0x02If(((AIST&0xFF)==Zero))PMAI=Arg0Local0=(Arg0/0x03E8)Local1=(Arg1+0x01F4)Local1=(Arg1/0x03E8)TPST=0x02If(((TPST&0xFF)==Zero))PTPU=Arg0PTPL=Arg1Local0=(Arg0/0x03E8)HLST=0x02If(((HLST&0xFF)==Zero))HWL=Arg0If((TTDP==Zero))If((TTDP==Zero))If((AMDT==One))MTFB=TPMB/*\TPMB*/LTFB=0x1000MTFC=TPMC/*\TPMC*/LTFC=0x1000If((DTPT==One))MTFE=0xFED40000LTFE=0x0880If((TTPF==One))MTFD=0xFED40000LTFD=0x5000If((TTPF==Zero))MTFF=TPMM/*\TPMM*/If((TTDP==Zero))If((TTDP==One))_T_0=ToInteger(Arg1)If((_T_0==Zero))If((_T_0==One))TIMR=ZeroIf((AMDT==One))While(((BEGN==One)&&(TIMR<0x0200)))If((BEGN==One))If((((HSTS&0x02)|(HSTS&One))==HCMD=OneFERR=OneBEGN=Zero_T_0=ToInteger(Arg1)If((_T_0==Zero))If((_T_0==One))If((_STA()==Zero))If((Arg0==ToUUID("3dddfaa6-361b-4eb4-a424-8d10089d1653")/*PhysicalPresenceInterface*/))_T_0=ToInteger(Arg2)If((_T_0==Zero))If((_T_0==One))If((_T_0==0x02))TMF1=OFST/*\OFST*/TMF1|=0x1200/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))TMF2<<=0x08TMF2|=OFST/*\TMF2*/SMI=TMF2/*\TMF2*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))If((TMF1==0xFF))If((_T_0==0x03))TMF1=OFST/*\OFST*/TMF1|=0x1100/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))Index(PPI1,One)=TMF1/*\TMF1*/If((_T_0==0x04))If((_T_0==0x05))TMF1=OFST/*\OFST*/TMF1|=0x2100/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))Index(PPI2,One)=TMF1/*\TMF1*/TMF1=OFST/*\OFST*/TMF1|=0x3100/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))If((TMF1==0xF0))TMF1=OFST/*\OFST*/TMF1|=0x5100/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/

111 / 123

Page 112: FreeBSD動作検証レポート - BSD Consulting, Inc.

TMF1>>=0x08If((TMF1==0xFF))Index(PPI2,0x02)=0xFFFFFFF0If((TMF1==0xF1))TMF1=OFST/*\OFST*/TMF1|=0x5100/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))Index(PPI2,0x02)=0xFFFFFFF1Index(PPI2,0x02)=TMF1/*\TMF1*/If((_T_0==0x06))If((_T_0==0x07))TMF1=OFST/*\OFST*/TMF1|=0x1200/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))TMF2<<=0x08TMF2|=OFST/*\TMF2*/SMI=TMF2/*\TMF2*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))If((TMF1==0xF1))If((_T_0==0x08))TMF1=OFST/*\OFST*/TMF1|=0x4300/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF2<<=0x08TMF2|=OFST/*\TMF2*/SMI=TMF2/*\TMF2*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((Arg0==ToUUID("376054ed-cc13-4675-901c-4756d7f2d45d")))_T_1=ToInteger(Arg2)If((_T_1==Zero))If((_T_1==One))TMF1=OFST/*\OFST*/TMF1|=0x2200/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))TMF1<<=0x08TMF1|=OFST/*\TMF1*/SMI=TMF1/*\TMF1*/TMF1=SMI/*\_SB_.TPM_.SMI_*/TMF1>>=0x08If((TMF1==0xFF))VISI=Arg0GPOS=Arg1Index(PCKG,Zero)=Arg0Index(PCKG,One)=Arg1If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((SYST==One))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((SYST==One))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((SYST==One))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((SYST==One))If((Arg0==ToUUID("e5c937d0-3553-4d7a-9117-ea4d19c3434d")/*DeviceLabelingInterface*/))If(((Arg1==0x02)&&(Arg2==Zero)))If(((Arg1==0x02)&&(Arg2==0x07)))If((SYST==Zero))MMBS=PMMB/*\_SB_.PCI0.RP20.PPF1.PMMB*/MMLN=PMMS/*\_SB_.PCI0.RP20.PPF1.PMMS*/MSBS=PMSB/*\_SB_.PCI0.RP20.PPF1.PMSB*/MSLN=PMSS/*\_SB_.PCI0.RP20.PPF1.PMSS*/If((OSTB==0xFFFFFFFF))OSTB=OW15/*\_SB_.OW15*/OSTB=OW13/*\_SB_.OW13*/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))Local0=(CMDC*0x38)Local0=(CMDC*0x07)CMDX=Arg0A001=Arg1If((Arg0==0x02))REGF=Arg1PIO0=0x78

112 / 123

Page 113: FreeBSD動作検証レポート - BSD Consulting, Inc.

DMA0=0x14PIO1=0x78DMA1=0x14CHNF|=0x05CMDC=ZeroCMDC=ZeroCMDC=ZeroCMDC=ZeroCMDC=ZeroCMDC=ZeroPSTS=OneLTRS=LTRX/*\LTRX*/OBFS=OBFX/*\OBFX*/CMDR|=0x07D0ST=ZeroIf((VEID==0x10DE))NVID=HYSS/*\HYSS*/If((VEID==0x1002))ATID=HYSS/*\HYSS*/_STA=One_STA=ZeroWKEN=ZeroWKEN=OneWKEN=ZeroIf((SGGP!=Zero))If((SGGP==One))PSTS=OneLTRS=LTRY/*\LTRY*/OBFS=OBFY/*\OBFY*/_STA=One_STA=ZeroWKEN=ZeroWKEN=OneWKEN=ZeroIf((P1GP!=Zero))If((P1GP==One))PSTS=OneLTRS=LTRZ/*\LTRZ*/OBFS=OBFZ/*\OBFZ*/_STA=One_STA=ZeroWKEN=ZeroWKEN=OneWKEN=ZeroIf((P2GP!=Zero))If((P2GP==One))Local0=ZeroIf(((CPEX&0x0FFF0FF0)==0x000506E0))If(((MODI&0x06)!=0x04))Local0=OnePION=Arg0If((PION==Zero))If((SGGP==Zero))If((PION==One))If((P1GP==Zero))If((PION==0x02))If((P2GP==Zero))PEBA=\XBASPDEV=GDEV(PION)PFUN=GFUN(PION)If((DerefOf(Index(SCLK,Zero))!=Zero))If((CCHK(PION,One)==Zero))If((OSYS==0x07D9))If((PION==Zero))P0AP=ZeroP0RM=ZeroIf((PION==One))P1AP=ZeroP1RM=ZeroIf((PION==0x02))P2AP=ZeroP2RM=ZeroIf((PBGE!=Zero))CBDL=GUBC(PION)MBDL=GMXB(PION)CBDL=MBDL/*\_SB_.PCI0.MBDL*/If((PION==Zero))P0LD=ZeroP0TR=OneTCNT=ZeroIf((P0VC==Zero))TCNT+=0x10If((PION==One))P1LD=ZeroP1TR=OneTCNT=ZeroIf((P1VC==Zero))TCNT+=0x10If((PION==0x02))P2LD=ZeroP2TR=OneTCNT=ZeroIf((P2VC==Zero))TCNT+=0x10If((PION==Zero))S0VI=H0VI/*\_SB_.PCI0.H0VI*/S0DI=H0DI/*\_SB_.PCI0.H0DI*/LCT0=((ELC0&0x43)|(LCT0&0xFFBC))If((PION==One))S1VI=H1VI/*\_SB_.PCI0.H1VI*/S1DI=H1DI/*\_SB_.PCI0.H1DI*/LCT1=((ELC1&0x43)|(LCT1&0xFFBC))If((PION==0x02))S2VI=H2VI/*\_SB_.PCI0.H2VI*/S2DI=H2DI/*\_SB_.PCI0.H2DI*/LCT2=((ELC2&0x43)|(LCT2&0xFFBC))PIOF=Arg0If((PIOF==Zero))If((SGGP==Zero))If((PIOF==One))If((P1GP==Zero))If((PIOF==0x02))If((P2GP==Zero))PEBA=\XBASPDEV=GDEV(PIOF)PFUN=GFUN(PIOF)

113 / 123

Page 114: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((CCHK(PIOF,Zero)==Zero))If((Arg0==Zero))ELC0=LCT0/*\_SB_.PCI0.LCT0*/H0VI=S0VI/*\_SB_.PCI0.S0VI*/H0DI=S0DI/*\_SB_.PCI0.S0DI*/ECP0=LCP0/*\_SB_.PCI0.LCP0*/If((Arg0==One))ELC1=LCT1/*\_SB_.PCI0.LCT1*/H1VI=S1VI/*\_SB_.PCI0.S1VI*/H1DI=S1DI/*\_SB_.PCI0.S1DI*/ECP1=LCP1/*\_SB_.PCI0.LCP1*/If((Arg0==0x02))ELC2=LCT2/*\_SB_.PCI0.LCT2*/H2VI=S2VI/*\_SB_.PCI0.S2VI*/H2DI=S2DI/*\_SB_.PCI0.S2DI*/ECP2=LCP2/*\_SB_.PCI0.LCP2*/If((OSYS==0x07D9))If((PIOF==Zero))P0LD=OneTCNT=ZeroIf((P0LT==0x08))TCNT+=0x10P0RM=OneP0AP=0x03If((PIOF==One))P1LD=OneTCNT=ZeroIf((P1LT==0x08))TCNT+=0x10P1RM=OneP1AP=0x03If((PIOF==0x02))P2LD=OneTCNT=ZeroIf((P2LT==0x08))TCNT+=0x10P2RM=OneP2AP=0x03If((PBGE!=Zero))MBDL=GMXB(PIOF)If((DerefOf(Index(SCLK,Zero))!=Zero))If((OSYS!=0x07D9))Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4TEMP=Arg5Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4TEMP=Arg5Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4Local7=Arg0Local7|=(Arg1<<0x14)Local7|=(Arg2<<0x0F)Local7|=(Arg3<<0x0C)Local7|=Arg4TEMP=Arg5Local7=MMRD(PEBA,PBUS,PDEV,PFUN,0xAC)Local7>>=0x04Local7&=0x3FLocal6=Arg0Local6>>=0x04Local6&=0x3FLocal0=(Local7-Local6)Local0=ZeroIf((Arg0==Zero))HSTR=HST0/*\_SB_.PCI0.HST0*/If((Arg0==One))HSTR=HST1/*\_SB_.PCI0.HST1*/If((Arg0==0x02))HSTR=HST2/*\_SB_.PCI0.HST2*/HSTR>>=0x10HSTR&=0x03If((Arg0==Zero))If((HSTR==0x03))Local0=0x08Local0=0x04If((Arg0==One))If((HSTR==0x02))Local0=0x04If((HSTR==Zero))Local0=0x02If((Arg0==0x02))If((HSTR==Zero))Local0=0x02FBDL=ZeroCBDL=ZeroIf((Arg0==Zero))HSTR=HST0/*\_SB_.PCI0.HST0*/LREV=LRV0/*\_SB_.PCI0.LRV0*/If((Arg0==One))HSTR=HST1/*\_SB_.PCI0.HST1*/LREV=LRV1/*\_SB_.PCI0.LRV1*/If((Arg0==0x02))HSTR=HST2/*\_SB_.PCI0.HST2*/LREV=LRV2/*\_SB_.PCI0.LRV2*/HSTR>>=0x10HSTR&=0x03

114 / 123

Page 115: FreeBSD動作検証レポート - BSD Consulting, Inc.

LREV>>=0x14LREV&=OneIf((Arg0==Zero))If((HSTR==0x03))FBDL=ZeroCBDL=0x08If((LREV==Zero))FBDL=ZeroCBDL=0x04FBDL=0x04CBDL=0x04If((Arg0==One))If((HSTR==0x02))If((LREV==Zero))FBDL=0x04CBDL=0x04FBDL=ZeroCBDL=0x04If((HSTR==Zero))If((LREV==Zero))FBDL=0x04CBDL=0x02FBDL=0x02CBDL=0x02If((Arg0==0x02))If((HSTR==Zero))If((LREV==Zero))FBDL=0x06CBDL=0x02FBDL=ZeroCBDL=0x02INDX=OneIf((CBDL!=Zero))While((INDX<=CBDL))If((P0VI==IVID)){}If((P0VI!=IVID))If((FBDL==Zero))BSP1=ZeroIf((FBDL==One))BSP2=ZeroIf((FBDL==0x02))BSP3=ZeroIf((FBDL==0x03))BSP4=ZeroIf((FBDL==0x04))BSP5=ZeroIf((FBDL==0x05))BSP6=ZeroIf((FBDL==0x06))BSP7=ZeroIf((FBDL==0x07))BSP8=ZeroFBDL=ZeroCBDL=Arg1If((CBDL==Zero))If((Arg0==Zero))HSTR=HST0/*\_SB_.PCI0.HST0*/LREV=LRV0/*\_SB_.PCI0.LRV0*/If((Arg0==One))HSTR=HST1/*\_SB_.PCI0.HST1*/LREV=LRV1/*\_SB_.PCI0.LRV1*/If((Arg0==0x02))HSTR=HST2/*\_SB_.PCI0.HST2*/LREV=LRV2/*\_SB_.PCI0.LRV2*/HSTR>>=0x10HSTR&=0x03LREV>>=0x14LREV&=OneIf((Arg0==Zero))If((HSTR==0x03))If((LREV==Zero))FBDL=(0x08-CBDL)FBDL=ZeroIf((LREV==Zero))FBDL=(0x04-CBDL)FBDL=0x04If((Arg0==One))If((HSTR==0x02))If((LREV==Zero))FBDL=(0x08-CBDL)FBDL=ZeroIf((HSTR==Zero))If((LREV==Zero))FBDL=(0x06-CBDL)FBDL=0x02If((Arg0==0x02))If((HSTR==Zero))If((LREV==Zero))FBDL=(0x08-CBDL)FBDL=ZeroINDX=OneWhile((INDX<=CBDL))If((P0VI==IVID)){}If((P0VI!=IVID))If((FBDL==Zero))BSP1=OneIf((FBDL==One))BSP2=OneIf((FBDL==0x02))BSP3=OneIf((FBDL==0x03))BSP4=OneIf((FBDL==0x04))BSP5=OneIf((FBDL==0x05))BSP6=OneIf((FBDL==0x06))BSP7=OneIf((FBDL==0x07))BSP8=OneIf((Arg0==Zero))If((P0UB==Zero))If((Arg0==One))If((P1UB==Zero))If((Arg0==0x02))If((P2UB==Zero))

115 / 123

Page 116: FreeBSD動作検証レポート - BSD Consulting, Inc.

Local7=ZeroIf((Arg0==Zero))Local6=LCP0/*\_SB_.PCI0.LCP0*/If((Arg0==One))Local6=LCP1/*\_SB_.PCI0.LCP1*/If((Arg0==0x02))Local6=LCP2/*\_SB_.PCI0.LCP2*/If((Arg0==Zero))If((P0UB==0xFF))Local5=GULC(Local6)Local7=(Local5/0x02)If((P0UB!=Zero))Local7=P0UB/*\P0UB*/If((Arg0==One))If((P1UB==0xFF))Local5=GULC(Local6)Local7=(Local5/0x02)If((P1UB!=Zero))Local7=P1UB/*\P1UB*/If((Arg0==0x02))If((P2UB==0xFF))Local5=GULC(Local6)Local7=(Local5/0x02)If((P2UB!=Zero))Local7=P2UB/*\P2UB*/Local3=(CPEX&0x0F)If((Local3==Zero))If((Arg0==Zero))P0L0=OneLocal0=ZeroIf((Arg0==One))P1L0=OneLocal0=ZeroIf((Arg0==0x02))P2L0=OneLocal0=ZeroIf((Local3!=Zero))If((Arg0==Zero))Q0L0=OneLocal0=ZeroIf((Arg0==One))Q1L0=OneLocal0=ZeroIf((Arg0==0x02))Q2L0=OneLocal0=ZeroLocal3=(CPEX&0x0F)If((Local3==Zero))If((Arg0==Zero))P0L2=OneLocal0=ZeroIf((Arg0==One))P1L2=OneLocal0=ZeroIf((Arg0==0x02))P2L2=OneLocal0=ZeroIf((Local3!=Zero))If((Arg0==Zero))Q0L2=OneLocal0=ZeroIf((Arg0==One))Q1L2=OneLocal0=ZeroIf((Arg0==0x02))Q2L2=OneLocal0=ZeroIf((Arg0==Zero))If((Arg0==One))If((Arg0==0x02))If((Arg0==Zero))Local0=OneIf((Arg0==One))Local0=OneIf((Arg0==0x02))Local0=OneIf((Arg0==Zero))Local0=ZeroIf((Arg0==One))Local0=OneIf((Arg0==0x02))Local0=0x02If((Arg0==Zero))Local7=P0VI/*\_SB_.PCI0.P0VI*/If((Arg0==One))Local7=P1VI/*\_SB_.PCI0.P1VI*/If((Arg0==0x02))Local7=P2VI/*\_SB_.PCI0.P2VI*/If((Local7==IVID))If((Arg0!=Zero))Local7=P0VI/*\_SB_.PCI0.P0VI*/If((Local7==IVID))If((Arg1==Zero))If((Arg0==Zero))If((SGPI(SGGP,PWE0,PWG0,PWA0)==Zero))If((Arg0==One))If((SGPI(P1GP,PWE1,PWG1,PWA1)==Zero))If((Arg0==0x02))If((SGPI(P2GP,PWE2,PWG2,PWA2)==Zero))If((Arg1==One))If((Arg0==Zero))If((SGPI(SGGP,PWE0,PWG0,PWA0)==One))If((Arg0==One))If((SGPI(P1GP,PWE1,PWG1,PWA1)==One))If((Arg0==0x02))If((SGPI(P2GP,PWE2,PWG2,PWA2)==One))If((Arg0==Zero))If((Arg0==One))If((Arg0==0x02))If((Arg1==Zero))If((Arg0==Zero))If((Arg0==One))If((Arg0==0x02))If((Arg1==One))If((Arg0==Zero))If((Arg0==One))

116 / 123

Page 117: FreeBSD動作検証レポート - BSD Consulting, Inc.

If((Arg0==0x02))If((Arg3==Zero))Arg4=~Arg4Arg4&=OneIf((Arg0==One))If((Arg0==One))Local0=\_SB.GGOV(Arg2)If((Arg3==Zero))Local0=~Local0Local0&=OneLocal0=CPDC(Arg0)Local0=COSC(Arg0,Arg1,Arg2,Arg3)Local0=SizeOf(Arg0)Local1=(Local0-0x08)If(!(((IID0==EID0)&&(IID1==EID1))&&((IID2==EID2)&&(IID3==EID3))))STS0=0x06If((Arg1!=One))STS0=0x0A\_PR.HDCE=ZeroIOB2=0x28If(((STS0==0x06)||(STS0==0x0A)))CAP0&=0x0BFFPDC0=((PDC0&0x7FFFFFFF)|CAP0)/*\_PR_.CPU0.GCAP.CAP0*/SDTL|=0x02SDTL|=0x08SDTL|=0x40HWPV=ZeroHWPV=0x02IOB2=0x27Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS1==0x06)||(STS1==0x0A)))CAP1&=0x0BFFPDC1=((PDC1&0x7FFFFFFF)|CAP1)/*\_PR_.CPU1.GCAP.CAP1*/If(((PDC1&0x09)==0x09))PDC0=PDC1/*\PDC1*/SDTL|=0x20SDTL|=0x10SDTL|=0x80Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS2==0x06)||(STS2==0x0A)))CAP2&=0x0BFFPDC2=((PDC2&0x7FFFFFFF)|CAP2)/*\_PR_.CPU2.GCAP.CAP2*/If(((PDC2&0x09)==0x09))PDC0=PDC2/*\PDC2*/Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS3==0x06)||(STS3==0x0A)))CAP3&=0x0BFFPDC3=((PDC3&0x7FFFFFFF)|CAP3)/*\_PR_.CPU3.GCAP.CAP3*/If(((PDC3&0x09)==0x09))PDC0=PDC3/*\PDC3*/Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS4==0x06)||(STS4==0x0A)))CAP4&=0x0BFFPDC4=((PDC4&0x7FFFFFFF)|CAP4)/*\_PR_.CPU4.GCAP.CAP4*/If(((PDC4&0x09)==0x09))PDC0=PDC4/*\PDC4*/Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS5==0x06)||(STS5==0x0A)))CAP5&=0x0BFFPDC5=((PDC5&0x7FFFFFFF)|CAP5)/*\_PR_.CPU5.GCAP.CAP5*/If(((PDC5&0x09)==0x09))PDC0=PDC5/*\PDC5*/Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS6==0x06)||(STS6==0x0A)))CAP6&=0x0BFFPDC6=((PDC6&0x7FFFFFFF)|CAP6)/*\_PR_.CPU6.GCAP.CAP6*/If(((PDC6&0x09)==0x09))PDC0=PDC6/*\PDC6*/Local0=\_PR.CPU0.CPDC(Arg0)Local0=\_PR.CPU0.COSC(Arg0,Arg1,Arg2,Arg3)If(((STS7==0x06)||(STS7==0x0A)))CAP7&=0x0BFFPDC7=((PDC7&0x7FFFFFFF)|CAP7)/*\_PR_.CPU7.GCAP.CAP7*/If(((PDC7&0x09)==0x09))PDC0=PDC7/*\PDC7*/LFMI=SizeOf(\_PR.CPU0.TPSS)LFMP=DerefOf(Index(DerefOf(Index(\_PR.CPU0.TPSS,LFMI)),One))LFMI=SizeOf(\_PR.CPU0.LPSS)LFMP=DerefOf(Index(DerefOf(Index(\_PR.CPU0.LPSS,LFMI)),One))Local1=RefOf(TSMF)Local2=SizeOf(TSMF)Local1=RefOf(TSMC)Local2=SizeOf(TSMC)Local0=ZeroLocal4=((LFMP*(Local2-Local0))/Local2)Index(DerefOf(Index(DerefOf(Local1),Local0)),One)=Local4TSSF=Ones

117 / 123

Page 118: FreeBSD動作検証レポート - BSD Consulting, Inc.

ネットワークインターフェースデータ詳細一覧bge0:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500

options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:4cnd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge1:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:4dnd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge2:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:4end6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge3:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:4fnd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge4:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:40nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge5:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:41nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge6:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:42nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge7:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether8c:df:9d:81:8d:43nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

bge8:flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether40:8d:5c:a9:e5:33inet192.168.10.104netmask0xffffff00broadcast192.168.10.255nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect(none)status:nocarrier

bge9:flags=8802<BROADCAST,SIMPLEX,MULTICAST>metric0mtu1500options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>ether40:8d:5c:a9:e5:34nd6options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>media:Ethernetautoselect

lo0:flags=8049<UP,LOOPBACK,RUNNING,MULTICAST>metric0mtu16384options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>inet6::1prefixlen128inet6fe80::1%lo0prefixlen64scopeid0xbinet127.0.0.1netmask0xff000000nd6options=21<PERFORMNUD,AUTO_LINKLOCAL>

118 / 123

Page 119: FreeBSD動作検証レポート - BSD Consulting, Inc.

デバイス認識詳細一覧21dr-xr-xr-x15rootwheel512May1800:24/dev990lrwxr-xr-x1rootwheel12May1715:24/dev/log->/var/run/log1270lrwxr-xr-x1rootwheel10May1800:24/dev/dumpdev->/dev/da0p31191dr-xr-xr-x2rootwheel512May1715:24/dev/reroot30crw-------1rootwheel0x3May1715:24/dev/reroot/reroot40crw-r-----1rootoperator0x4May1715:24/dev/geom.ctl50cr--r--r--1rootwheel0x5May1715:24/dev/sndstat60crw-------1rootwheel0x6May1715:24/dev/devctl70crw-------1rootwheel0x7May1715:24/dev/devctl280crw-------1rootwheel0x8May1809:55/dev/console90crw-------1rootwheel0x9May1715:24/dev/consolectl100crw-rw-rw-1rootwheel0xaMay1715:24/dev/ctty110crw-------1rootwheel0xbMay1715:24/dev/sysmouse120crw-------1rootwheel0xcMay1715:24/dev/fido130crw-------1rootwheel0xdMay1715:24/dev/bpf140lrwxr-xr-x1rootwheel3May1715:24/dev/bpf0->bpf150crw-rw-rw-1rootwheel0xfMay1816:11/dev/null160crw-rw-rw-1rootwheel0x10May1715:24/dev/zero170crw-r--r--1rootwheel0x11May1715:24/dev/pci180crw-------1rootkmem0x12May1715:24/dev/nfslock190crw-------1rootkmem0x13May1715:24/dev/audit1201dr-xr-xr-x2rootwheel512May1715:24/dev/fd200crw-rw-rw-1rootwheel0x14May1715:24/dev/fd/0220crw-rw-rw-1rootwheel0x16May1715:24/dev/fd/1240crw-rw-rw-1rootwheel0x18May1715:24/dev/fd/2210lrwxr-xr-x1rootwheel4May1715:24/dev/stdin->fd/0230lrwxr-xr-x1rootwheel4May1715:24/dev/stdout->fd/1250lrwxr-xr-x1rootwheel4May1715:24/dev/stderr->fd/2260crw-rw-rw-1rootwheel0x1aMay1715:24/dev/midistat270crw-------1rootwheel0x1bMay1715:24/dev/io280crw-------1rootwheel0x1cMay1715:24/dev/kbdmux0290lrwxr-xr-x1rootwheel7May1715:24/dev/kbd1->kbdmux0300crw-------1rootwheel0x1eMay1715:24/dev/klog310crw-r-----1rootkmem0x1fMay1715:24/dev/mem320crw-r-----1rootkmem0x20May1715:24/dev/kmem330crw-rw-rw-1rootwheel0x21May1800:24/dev/random340lrwxr-xr-x1rootwheel6May1715:24/dev/urandom->random350crw-r--r--1rootwheel0x23May1715:24/dev/acpi360crw-rw----1rootoperator0x24May1715:24/dev/apmctl370crw-rw-r--1rootoperator0x25May1715:24/dev/apm380crw-------1rootwheel0x26May1715:24/dev/hpet01211dr-xr-xr-x2rootwheel512May1715:24/dev/led390crw-------1rootwheel0x27May1715:24/dev/led/ahci0.0.locate400crw-------1rootwheel0x28May1715:24/dev/led/ahci0.0.fault410crw-------1rootwheel0x29May1715:24/dev/led/ahci0.1.locate420crw-------1rootwheel0x2aMay1715:24/dev/led/ahci0.1.fault430crw-------1rootwheel0x2bMay1715:24/dev/led/ahci0.2.locate440crw-------1rootwheel0x2cMay1715:24/dev/led/ahci0.2.fault450crw-------1rootwheel0x2dMay1715:24/dev/led/ahci0.3.locate460crw-------1rootwheel0x2eMay1715:24/dev/led/ahci0.3.fault470crw-------1rootwheel0x2fMay1715:24/dev/led/ahci0.4.locate480crw-------1rootwheel0x30May1715:24/dev/led/ahci0.4.fault490crw-rw----1rootoperator0x31May1715:24/dev/mrsas0500lrwxr-xr-x1rootwheel6May1715:24/dev/megaraid_sas_ioctl_node->mrsas0510crw-------1rootwheel0x33May1715:24/dev/atkbd0520lrwxr-xr-x1rootwheel6May1715:24/dev/kbd0->atkbd0530crw-------1rootwheel0x35May1715:24/dev/ttyu0540crw-------1rootwheel0x36May1715:24/dev/ttyu0.init550crw-------1rootwheel0x37May1715:24/dev/ttyu0.lock560crw-rw----1uucpdialer0x38May1715:24/dev/cuau0570crw-rw----1uucpdialer0x39May1715:24/dev/cuau0.init580crw-rw----1uucpdialer0x3aMay1715:24/dev/cuau0.lock590crw-------1rootwheel0x3bMay1715:24/dev/ttyu1600crw-------1rootwheel0x3cMay1715:24/dev/ttyu1.init610crw-------1rootwheel0x3dMay1715:24/dev/ttyu1.lock620crw-rw----1uucpdialer0x3eMay1715:24/dev/cuau1630crw-rw----1uucpdialer0x3fMay1715:24/dev/cuau1.init640crw-rw----1uucpdialer0x40May1715:24/dev/cuau1.lock650crw-------1rootwheel0x41May1715:24/dev/ufssuspend680crw-r--r--1rootoperator0x44May1715:24/dev/usbctl690crw-------1rootoperator0x45May1715:24/dev/xpt0700crw-------1rootwheel0x46May1715:24/dev/mdctl1221dr-xr-xr-x2rootwheel512May1715:24/dev/usb710crw-------1rootoperator0x47May1715:24/dev/usb/0.1.0730crw-------1rootoperator0x49May1715:24/dev/usb/0.1.11050crw-------1rootoperator0x69May1715:24/dev/usb/0.2.01070crw-------1rootoperator0x6bMay1715:24/dev/usb/0.2.11080crw-------1rootoperator0x6cMay1715:24/dev/usb/0.3.01100crw-------1rootoperator0x6eMay1715:24/dev/usb/0.3.11130crw-------1rootoperator0x71May1715:24/dev/usb/0.4.01150crw-------1rootoperator0x73May1715:24/dev/usb/0.4.11160crw-------1rootoperator0x74May1715:24/dev/usb/0.4.2720lrwxr-xr-x1rootwheel9May1715:24/dev/ugen0.1->usb/0.1.0740crw-------1rootoperator0x4aMay1715:24/dev/ses0750cr--r--r--1rootwheel0x4bMay1715:24/dev/devstat760crw-------1rootoperator0x4cMay1715:24/dev/pass0770crw-------1rootoperator0x4dMay1715:24/dev/pass1780crw-------1rootoperator0x4eMay1715:24/dev/pass2790crw-------1roottty0x4fMay1816:17/dev/ttyv0800crw-------1roottty0x50May1809:55/dev/ttyv1810crw-------1rootwheel0x51May1715:24/dev/ttyv2820crw-------1rootwheel0x52May1715:24/dev/ttyv3830crw-------1rootwheel0x53May1715:24/dev/ttyv4840crw-------1rootwheel0x54May1715:24/dev/ttyv5850crw-------1rootwheel0x55May1715:24/dev/ttyv6860crw-------1rootwheel0x56May1715:24/dev/ttyv7870crw-------1rootwheel0x57May1715:24/dev/ttyv8880crw-------1rootwheel0x58May1715:24/dev/ttyv9890crw-------1rootwheel0x59May1715:24/dev/ttyva900crw-------1rootwheel0x5aMay1715:24/dev/ttyvb910crw-r-----1rootoperator0x5bMay1715:24/dev/cd0920crw-r-----1rootoperator0x5cMay1715:24/dev/da0930crw-r-----1rootoperator0x5dMay1715:24/dev/da0p1940crw-r-----1rootoperator0x5eMay1800:24/dev/da0p2950crw-r-----1rootoperator0x5fMay1800:24/dev/da0p31241dr-xr-xr-x2rootwheel512May1715:24/dev/msdosfs970crw-r-----1rootoperator0x61May1715:24/dev/msdosfs/EFI1251dr-xr-xr-x2rootwheel512May1715:24/dev/gptid980crw-r-----1rootoperator0x62May1715:24/dev/gptid/bf70640c-1c42-11e6-b488-8cdf9d818d4c1060lrwxr-xr-x1rootwheel9May1715:24/dev/ugen0.2->usb/0.2.01090lrwxr-xr-x1rootwheel9May1715:24/dev/ugen0.3->usb/0.3.0

119 / 123

Page 120: FreeBSD動作検証レポート - BSD Consulting, Inc.

1110crw-------1rootwheel0x6fMay1715:24/dev/ukbd01120lrwxr-xr-x1rootwheel5May1715:24/dev/kbd2->ukbd01140lrwxr-xr-x1rootwheel9May1715:24/dev/ugen0.4->usb/0.4.01170crw-------1rootwheel0x75May1715:24/dev/ukbd11180lrwxr-xr-x1rootwheel5May1715:24/dev/kbd3->ukbd1960crw-r--r--1rootoperator0x60May1715:24/dev/ums0

120 / 123

Page 121: FreeBSD動作検証レポート - BSD Consulting, Inc.

 

更新履歴

121 / 123

Page 122: FreeBSD動作検証レポート - BSD Consulting, Inc.

更新履歴2016年05月18日 FreeBSD動作検証レポート2016年5月17日版作成

122 / 123

Page 123: FreeBSD動作検証レポート - BSD Consulting, Inc.

FreeBSD動作検証レポート

T110h-S / 10.3-RELEASE [UEFI版]

対象ハードウェアmaker:NEC, product:Express5800/T110h-S [N8100-2301Y], version:FR1.1

対象OSバージョンFreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016

2016年5月17日版

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

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

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

123 / 123