Help for this page

Select Code to Download


  1. or download this
      # example of a full record
      Bus 0, device 0, function 0: 
    ...
          Vendor id=8086. Device id=7190. 
          Medium devsel. Master Capable. Latency=64. 
          Prefetchable 32 bit memory at 0xe6000000 [0xe6000008].
    
  2. or download this
    use strict;
    my @devices;
    ...
        # do with it as you please
    }
    <snip>