I'm trying to verify a program's output with my machine. This is the program's output
pci_type_0=BlockDevice,
pci_type_1=NetworkDevice,
pci_type_2=NetworkDevice,
pci_type_3=BlockDevice
My job is to verify that these information is correct. I've tried looking through with lspci but I'm not sure if that's the correct information I need.
Is there anywhere else besides lspci that I can look?