pci.wdp

来自「PlX9052 调试程序(包括Eeprom配置)」· WDP 代码 · 共 47 行

WDP
47
字号
(card_info
	:type (pci)
	:pci_vendor_id (10b5)
	:pci_device_id (9050)
	:pci_bus (1)
	:pci_slot (b)
	:pci_function (0)
	:pci_virtual_device (0)
	:items (
		:item (IntA
			:desc ()
			:not_sharable (0)
			:type (int)
			:irq (9)
			:options (1)
		)
		:item (BAR0
			:desc ()
			:not_sharable (1)
			:type (mem)
			:phys_addr (f4111000)
			:bytes (80)
		)
		:item (BAR1
			:desc ()
			:not_sharable (1)
			:type (io)
			:io_addr (2400)
			:bytes (80)
		)
		:item (BAR2
			:desc ()
			:not_sharable (1)
			:type (mem)
			:phys_addr (f4100000)
			:bytes (10000)
		)
		:item (BAR3
			:desc ()
			:not_sharable (1)
			:type (io)
			:io_addr (2000)
			:bytes (100)
		)
	)
)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?