Reference Guide
executable is searched. If the -n option is used to specify a filename, this
filename is used for resolution. If a specific filename is not given and the
pci.ids file cannot be found, Unknown is printed for all vendor and device
codes. For more information, see Completion Code.
NOTE: You can download the latest pci.ids file from
pciids.sourceforge.net.
Example (the pci.ids
filename is specified in
the command line
instance)
C:\>cctk --pci -n <location_of_pci.ids>
PCI Bus: 0, Device: 0, Function: 0
Vendor: 1166 - ServerWorks
Device: 0012 - CMIC-LE
Slot: 00
Class: 06 - Bridge
SubClass: 00 - CPU/PCI
PCI Bus: 0, Device: 0, Function: 1
Vendor: 1166 - ServerWorks
Device: 0012 - CMIC-LE
Slot: 00
Class: 06 - Bridge
SubClass: 00 - CPU/PCI
PCI Bus: 0, Device: 0, Function: 2
Vendor: 1166 - ServerWorks
Device: 0000 - Unknown
--pcibuscount
Valid Argument 64, 128, 256
Description Sets the maximum PCI bus count for the system.
Example
C:\>cctk --pcibuscount=256
pcibuscount=256
--pcimmiospacesize
Valid Argument small, large
Description Allocates a part of the memory to the PCI Memory Mapped I/O. It allows you
to reserve large or small device-specific memory regions to decrease or
increase the usable memory on systems with a 32-bit operating system.
• small — Allocates a small region of memory to PCI memory mapped I/O.
• large — Allocates a large region of memory to PCI memory mapped I/O.
This reserves the large device specific memory regions, but reduces the
amount of usable memory in 32-bit operating system.
Example
C:\>cctk --pcimmiospacesize=small
pcimmiospacesize=small
69