Advertisement
Guest User

Untitled

a guest
Mar 7th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. root@debian:~# lspci -v
  2. 00:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd RK3399 PCI Express Root Port (prog-if 00 [Normal decode])
  3. Flags: bus master, fast devsel, latency 0, IRQ 90
  4. Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
  5. I/O behind bridge: 00000000-00000fff [size=4K]
  6. Memory behind bridge: fa000000-fa0fffff [size=1M]
  7. Prefetchable memory behind bridge: 00000000-000fffff [size=1M]
  8. Capabilities: [80] Power Management version 3
  9. Capabilities: [90] MSI: Enable+ Count=1/1 Maskable+ 64bit+
  10. Capabilities: [b0] MSI-X: Enable- Count=1 Masked-
  11. Capabilities: [c0] Express Root Port (Slot+), MSI 00
  12. Capabilities: [100] Advanced Error Reporting
  13. Capabilities: [274] Transaction Processing Hints
  14. Kernel driver in use: pcieport
  15.  
  16. 01:00.0 Network and computing encryption device: Device 1c00:5834 (rev 10)
  17. Subsystem: Device 1c00:5834
  18. Flags: fast devsel
  19. I/O ports at <unassigned> [disabled]
  20. Memory at fa000000 (32-bit, prefetchable) [disabled] [size=32K]
  21. I/O ports at <unassigned> [disabled]
  22. Expansion ROM at fa008000 [virtual] [disabled] [size=32K]
  23. Capabilities: [60] Power Management version 3
  24. Capabilities: [68] MSI: Enable- Count=1/32 Maskable+ 64bit+
  25. Capabilities: [80] Express Legacy Endpoint, MSI 00
  26. Capabilities: [100] Advanced Error Reporting
  27.  
  28. root@debian:~#
  29. [ 9.986110] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
  30. [ 9.986212] pci_bus 0000:00: root bus resource [bus 00-1f]
  31. [ 9.986228] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
  32. [ 9.986245] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
  33. [ 9.986338] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
  34. [ 9.986530] pci 0000:00:00.0: supports D1
  35. [ 9.986538] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  36. [ 10.004086] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  37. [ 10.005828] pci 0000:01:00.0: [1c00:5834] type 00 class 0x100000
  38. [ 10.006011] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
  39. [ 10.006040] pci 0000:01:00.0: reg 0x10: [io size 0x0100]
  40. [ 10.006111] pci 0000:01:00.0: reg 0x14: [mem 0x00000000-0x00007fff pref]
  41. [ 10.006156] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
  42. [ 10.006164] pci 0000:01:00.0: reg 0x18: [io size 0x0004]
  43. [ 10.006292] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
  44. [ 10.006337] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 256)
  45. [ 10.006663] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  46. [ 10.053091] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
  47. [ 10.062135] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
  48. [ 10.062311] pci 0000:01:00.0: BAR 1: assigned [mem 0xfa000000-0xfa007fff pref]
  49. [ 10.062368] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa008000-0xfa00ffff pref]
  50. [ 10.062386] pci 0000:01:00.0: BAR 0: no space for [io size 0x0100]
  51. [ 10.062403] pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0100]
  52. [ 10.062412] pci 0000:01:00.0: BAR 2: no space for [io size 0x0004]
  53. [ 10.062425] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0004]
  54. [ 10.062446] pci 0000:00:00.0: PCI bridge to [bus 01]
  55. [ 10.062474] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff]
  56. [ 10.065482] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  57. [ 10.078202] pcieport 0000:00:00.0: PME: Signaling with IRQ 90
  58. [ 10.117097] pcieport 0000:00:00.0: AER: enabled with IRQ 90
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement