Reference Guide
Example
C:\>cctk --pccard=enable
pccard=enable
--pccardand1394
Valid Argument enable, disable
Description Enables or disables the PC card and 1394 devices.
Example
C:\>cctk --pccardand1394=enable
pccardand1394=enable
--pci
Valid Argument Read-only
Description
Performs a scan of all PCI buses and displays the results. This utility uses an open source
pci.ids file for vendor or device name resolution. This utility looks for a file called pci.ids
in the current working directory. If the file is not found in the current working directory,
the directory containing the CCTK 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
52