来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 xcgf 于 2022-5-1 12:21 编辑
tc@box:~$ lspci -tnnvq
-[0000:00]-+-00.0 Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590f]
+-02.0 Intel Corporation HD Graphics 630 [8086:5912]
+-08.0 Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
+-14.0 Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af]
+-16.0 Intel Corporation 200 Series PCH CSME HECI #1 [8086:a2ba]
+-17.0 Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282]
+-1b.0-[01]--
+-1c.0-[02]--
+-1d.0-[03]--
+-1d.2-[04]--
+-1d.3-[05-06]----00.0-[06]--
+-1f.0 Intel Corporation 200 Series PCH LPC Controller (B250) [8086:a2c8]
+-1f.2 Intel Corporation 200 Series PCH PMC [8086:a2a1]
+-1f.3 Intel Corporation 200 Series PCH HD Audio [8086:a2f0]
+-1f.4 Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3]
\-1f.6 Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7]
tc@box:~$
tc@box:~$ sudo ./rploader.sh satamap now
HBA: 00:17.0 Disks : 6
SataPortMap=6
DiskIdxMap=00
/dts-v1/;
/ {
compatible = "Synology";
model = "synology_geminilake_920+";
version = <0x1>;
syno_spinup_group = <0x2 0x1 0x1>;
syno_spinup_group_delay = <0xb>;
syno_hdd_powerup_seq = "true";
syno_cmos_reg_secure_flash = <0x66>;
syno_cmos_reg_secure_boot = <0x68>;
DX517 {
compatible = "Synology";
model = "synology_dx517";
pmp_slot@1 {
libata {
EMID = <0x0>;
pmp_link = <0x0>;
};
};
pmp_slot@2 {
libata {
EMID = <0x0>;
pmp_link = <0x1>;
};
};
pmp_slot@3 {
libata {
EMID = <0x0>;
pmp_link = <0x2>;
};
};
pmp_slot@4 {
libata {
EMID = <0x0>;
pmp_link = <0x3>;
};
};
pmp_slot@5 {
libata {
EMID = <0x0>;
pmp_link = <0x4>;
};
};
};
internal_slot@1 {
protocol_type = "sata";
power_pin_gpio = <0x14 0x0>;
detect_pin_gpio = <0x23 0x1>;
led_type = "lp3943";
ahci {
pcie_root = "00:13.0,00.0";
ata_port = <0x0>;
};
led_green {
led_name = "syno_led0";
};
led_orange {
led_name = "syno_led1";
};
};
internal_slot@2 {
protocol_type = "sata";
power_pin_gpio = <0x15 0x0>;
detect_pin_gpio = <0x24 0x1>;
led_type = "lp3943";
ahci {
pcie_root = "00:13.0,00.0";
ata_port = <0x1>;
};
led_green {
led_name = "syno_led2";
};
led_orange {
led_name = "syno_led3";
};
};
internal_slot@3 {
protocol_type = "sata";
power_pin_gpio = <0x16 0x0>;
detect_pin_gpio = <0x25 0x1>;
led_type = "lp3943";
ahci {
pcie_root = "00:12.0";
ata_port = <0x2>;
};
led_green {
led_name = "syno_led4";
};
led_orange {
led_name = "syno_led5";
};
};
internal_slot@4 {
protocol_type = "sata";
power_pin_gpio = <0x17 0x0>;
detect_pin_gpio = <0x26 0x1>;
led_type = "lp3943";
ahci {
pcie_root = "00:12.0";
ata_port = <0x3>;
};
led_green {
led_name = "syno_led6";
};
led_orange {
led_name = "syno_led7";
};
};
esata_port@1 {
ahci {
pcie_root = "00:13.0,00.0";
ata_port = <0x3>;
};
};
usb_slot@1 {
vbus {
syno_gpio = <0x1d 0x1>;
};
usb2 {
usb_port = "1-1";
};
usb3 {
usb_port = "2-1";
};
};
usb_slot@2 {
vbus {
syno_gpio = <0x1e 0x1>;
};
usb2 {
usb_port = "1-2";
};
usb3 {
usb_port = "2-2";
};
};
nvme_slot@1 {
pcie_root = "00:14.1";
port_type = "ssdcache";
};
nvme_slot@2 {
pcie_root = "00:14.0";
port_type = "ssdcache";
};
};
|