pci

   1# This file was automatically generated by SWIG (https://www.swig.org).
   2# Version 4.2.1
   3#
   4# Do not make changes to this file unless you know what you are doing - modify
   5# the SWIG interface file instead.
   6
   7from sys import version_info as _swig_python_version_info
   8from mock_rtems import _pci as _pci
   9
  10try:
  11    import builtins as __builtin__
  12except ImportError:
  13    import __builtin__
  14
  15def _swig_repr(self):
  16    try:
  17        strthis = "proxy of " + self.this.__repr__()
  18    except __builtin__.Exception:
  19        strthis = ""
  20    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
  21
  22
  23def _swig_setattr_nondynamic_instance_variable(set):
  24    def set_instance_attr(self, name, value):
  25        if name == "this":
  26            set(self, name, value)
  27        elif name == "thisown":
  28            self.this.own(value)
  29        elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
  30            set(self, name, value)
  31        else:
  32            raise AttributeError("You cannot add instance attributes to %s" % self)
  33    return set_instance_attr
  34
  35
  36def _swig_setattr_nondynamic_class_variable(set):
  37    def set_class_attr(cls, name, value):
  38        if hasattr(cls, name) and not isinstance(getattr(cls, name), property):
  39            set(cls, name, value)
  40        else:
  41            raise AttributeError("You cannot add class attributes to %s" % cls)
  42    return set_class_attr
  43
  44
  45def _swig_add_metaclass(metaclass):
  46    """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
  47    def wrapper(cls):
  48        return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
  49    return wrapper
  50
  51
  52class _SwigNonDynamicMeta(type):
  53    """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
  54    __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
  55
  56
  57PCI_VENDOR_ID = _pci.PCI_VENDOR_ID
  58
  59PCI_DEVICE_ID = _pci.PCI_DEVICE_ID
  60
  61PCI_INVALID_VENDORDEVICEID = _pci.PCI_INVALID_VENDORDEVICEID
  62
  63PCI_COMMAND = _pci.PCI_COMMAND
  64
  65PCI_COMMAND_IO = _pci.PCI_COMMAND_IO
  66
  67PCI_COMMAND_MEMORY = _pci.PCI_COMMAND_MEMORY
  68
  69PCI_COMMAND_MASTER = _pci.PCI_COMMAND_MASTER
  70
  71PCI_COMMAND_SPECIAL = _pci.PCI_COMMAND_SPECIAL
  72
  73PCI_COMMAND_INVALIDATE = _pci.PCI_COMMAND_INVALIDATE
  74
  75PCI_COMMAND_VGA_PALETTE = _pci.PCI_COMMAND_VGA_PALETTE
  76
  77PCI_COMMAND_PARITY = _pci.PCI_COMMAND_PARITY
  78
  79PCI_COMMAND_WAIT = _pci.PCI_COMMAND_WAIT
  80
  81PCI_COMMAND_SERR = _pci.PCI_COMMAND_SERR
  82
  83PCI_COMMAND_FAST_BACK = _pci.PCI_COMMAND_FAST_BACK
  84
  85PCI_COMMAND_INTX_DISABLE = _pci.PCI_COMMAND_INTX_DISABLE
  86
  87PCI_STATUS = _pci.PCI_STATUS
  88
  89PCI_STATUS_66MHZ = _pci.PCI_STATUS_66MHZ
  90
  91PCI_STATUS_UDF = _pci.PCI_STATUS_UDF
  92
  93PCI_STATUS_FAST_BACK = _pci.PCI_STATUS_FAST_BACK
  94
  95PCI_STATUS_PARITY = _pci.PCI_STATUS_PARITY
  96
  97PCI_STATUS_DEVSEL_MASK = _pci.PCI_STATUS_DEVSEL_MASK
  98
  99PCI_STATUS_DEVSEL_FAST = _pci.PCI_STATUS_DEVSEL_FAST
 100
 101PCI_STATUS_DEVSEL_MEDIUM = _pci.PCI_STATUS_DEVSEL_MEDIUM
 102
 103PCI_STATUS_DEVSEL_SLOW = _pci.PCI_STATUS_DEVSEL_SLOW
 104
 105PCI_STATUS_SIG_TARGET_ABORT = _pci.PCI_STATUS_SIG_TARGET_ABORT
 106
 107PCI_STATUS_REC_TARGET_ABORT = _pci.PCI_STATUS_REC_TARGET_ABORT
 108
 109PCI_STATUS_REC_MASTER_ABORT = _pci.PCI_STATUS_REC_MASTER_ABORT
 110
 111PCI_STATUS_SIG_SYSTEM_ERROR = _pci.PCI_STATUS_SIG_SYSTEM_ERROR
 112
 113PCI_STATUS_DETECTED_PARITY = _pci.PCI_STATUS_DETECTED_PARITY
 114
 115PCI_CLASS_REVISION = _pci.PCI_CLASS_REVISION
 116
 117PCI_REVISION_ID = _pci.PCI_REVISION_ID
 118
 119PCI_CLASS_PROG = _pci.PCI_CLASS_PROG
 120
 121PCI_CLASS_DEVICE = _pci.PCI_CLASS_DEVICE
 122
 123PCI_CACHE_LINE_SIZE = _pci.PCI_CACHE_LINE_SIZE
 124
 125PCI_LATENCY_TIMER = _pci.PCI_LATENCY_TIMER
 126
 127PCI_HEADER_TYPE = _pci.PCI_HEADER_TYPE
 128
 129PCI_HEADER_TYPE_NORMAL = _pci.PCI_HEADER_TYPE_NORMAL
 130
 131PCI_HEADER_TYPE_BRIDGE = _pci.PCI_HEADER_TYPE_BRIDGE
 132
 133PCI_HEADER_TYPE_CARDBUS = _pci.PCI_HEADER_TYPE_CARDBUS
 134
 135PCI_HEADER_TYPE_MULTI_FUNCTION = _pci.PCI_HEADER_TYPE_MULTI_FUNCTION
 136
 137PCI_BIST = _pci.PCI_BIST
 138
 139PCI_BIST_CODE_MASK = _pci.PCI_BIST_CODE_MASK
 140
 141PCI_BIST_START = _pci.PCI_BIST_START
 142
 143PCI_BIST_CAPABLE = _pci.PCI_BIST_CAPABLE
 144
 145PCI_BASE_ADDRESS_0 = _pci.PCI_BASE_ADDRESS_0
 146
 147PCI_BASE_ADDRESS_1 = _pci.PCI_BASE_ADDRESS_1
 148
 149PCI_BASE_ADDRESS_2 = _pci.PCI_BASE_ADDRESS_2
 150
 151PCI_BASE_ADDRESS_3 = _pci.PCI_BASE_ADDRESS_3
 152
 153PCI_BASE_ADDRESS_4 = _pci.PCI_BASE_ADDRESS_4
 154
 155PCI_BASE_ADDRESS_5 = _pci.PCI_BASE_ADDRESS_5
 156
 157PCI_BASE_ADDRESS_SPACE = _pci.PCI_BASE_ADDRESS_SPACE
 158
 159PCI_BASE_ADDRESS_SPACE_IO = _pci.PCI_BASE_ADDRESS_SPACE_IO
 160
 161PCI_BASE_ADDRESS_SPACE_MEMORY = _pci.PCI_BASE_ADDRESS_SPACE_MEMORY
 162
 163PCI_BASE_ADDRESS_MEM_TYPE_MASK = _pci.PCI_BASE_ADDRESS_MEM_TYPE_MASK
 164
 165PCI_BASE_ADDRESS_MEM_TYPE_32 = _pci.PCI_BASE_ADDRESS_MEM_TYPE_32
 166
 167PCI_BASE_ADDRESS_MEM_TYPE_1M = _pci.PCI_BASE_ADDRESS_MEM_TYPE_1M
 168
 169PCI_BASE_ADDRESS_MEM_TYPE_64 = _pci.PCI_BASE_ADDRESS_MEM_TYPE_64
 170
 171PCI_BASE_ADDRESS_MEM_PREFETCH = _pci.PCI_BASE_ADDRESS_MEM_PREFETCH
 172
 173PCI_BASE_ADDRESS_MEM_MASK = _pci.PCI_BASE_ADDRESS_MEM_MASK
 174
 175PCI_BASE_ADDRESS_IO_MASK = _pci.PCI_BASE_ADDRESS_IO_MASK
 176
 177PCI_CARDBUS_CIS = _pci.PCI_CARDBUS_CIS
 178
 179PCI_SUBSYSTEM_VENDOR_ID = _pci.PCI_SUBSYSTEM_VENDOR_ID
 180
 181PCI_SUBSYSTEM_ID = _pci.PCI_SUBSYSTEM_ID
 182
 183PCI_ROM_ADDRESS = _pci.PCI_ROM_ADDRESS
 184
 185PCI_ROM_ADDRESS_ENABLE = _pci.PCI_ROM_ADDRESS_ENABLE
 186
 187PCI_ROM_ADDRESS_MASK = _pci.PCI_ROM_ADDRESS_MASK
 188
 189PCI_CAPABILITY_LIST_POINTER = _pci.PCI_CAPABILITY_LIST_POINTER
 190
 191PCI_INTERRUPT_LINE = _pci.PCI_INTERRUPT_LINE
 192
 193PCI_INTERRUPT_PIN = _pci.PCI_INTERRUPT_PIN
 194
 195PCI_MIN_GNT = _pci.PCI_MIN_GNT
 196
 197PCI_MAX_LAT = _pci.PCI_MAX_LAT
 198
 199PCI_PRIMARY_BUS = _pci.PCI_PRIMARY_BUS
 200
 201PCI_SECONDARY_BUS = _pci.PCI_SECONDARY_BUS
 202
 203PCI_SUBORDINATE_BUS = _pci.PCI_SUBORDINATE_BUS
 204
 205PCI_SEC_LATENCY_TIMER = _pci.PCI_SEC_LATENCY_TIMER
 206
 207PCI_IO_BASE = _pci.PCI_IO_BASE
 208
 209PCI_IO_LIMIT = _pci.PCI_IO_LIMIT
 210
 211PCI_IO_RANGE_TYPE_MASK = _pci.PCI_IO_RANGE_TYPE_MASK
 212
 213PCI_IO_RANGE_TYPE_16 = _pci.PCI_IO_RANGE_TYPE_16
 214
 215PCI_IO_RANGE_TYPE_32 = _pci.PCI_IO_RANGE_TYPE_32
 216
 217PCI_IO_RANGE_MASK = _pci.PCI_IO_RANGE_MASK
 218
 219PCI_SEC_STATUS = _pci.PCI_SEC_STATUS
 220
 221PCI_MEMORY_BASE = _pci.PCI_MEMORY_BASE
 222
 223PCI_MEMORY_LIMIT = _pci.PCI_MEMORY_LIMIT
 224
 225PCI_MEMORY_RANGE_TYPE_MASK = _pci.PCI_MEMORY_RANGE_TYPE_MASK
 226
 227PCI_MEMORY_RANGE_MASK = _pci.PCI_MEMORY_RANGE_MASK
 228
 229PCI_PREF_MEMORY_BASE = _pci.PCI_PREF_MEMORY_BASE
 230
 231PCI_PREF_MEMORY_LIMIT = _pci.PCI_PREF_MEMORY_LIMIT
 232
 233PCI_PREF_RANGE_TYPE_MASK = _pci.PCI_PREF_RANGE_TYPE_MASK
 234
 235PCI_PREF_RANGE_TYPE_32 = _pci.PCI_PREF_RANGE_TYPE_32
 236
 237PCI_PREF_RANGE_TYPE_64 = _pci.PCI_PREF_RANGE_TYPE_64
 238
 239PCI_PREF_RANGE_MASK = _pci.PCI_PREF_RANGE_MASK
 240
 241PCI_PREF_BASE_UPPER32 = _pci.PCI_PREF_BASE_UPPER32
 242
 243PCI_PREF_LIMIT_UPPER32 = _pci.PCI_PREF_LIMIT_UPPER32
 244
 245PCI_IO_BASE_UPPER16 = _pci.PCI_IO_BASE_UPPER16
 246
 247PCI_IO_LIMIT_UPPER16 = _pci.PCI_IO_LIMIT_UPPER16
 248
 249PCI_ROM_ADDRESS1 = _pci.PCI_ROM_ADDRESS1
 250
 251PCI_BRIDGE_CONTROL = _pci.PCI_BRIDGE_CONTROL
 252
 253PCI_BRIDGE_CTL_PARITY = _pci.PCI_BRIDGE_CTL_PARITY
 254
 255PCI_BRIDGE_CTL_SERR = _pci.PCI_BRIDGE_CTL_SERR
 256
 257PCI_BRIDGE_CTL_NO_ISA = _pci.PCI_BRIDGE_CTL_NO_ISA
 258
 259PCI_BRIDGE_CTL_VGA = _pci.PCI_BRIDGE_CTL_VGA
 260
 261PCI_BRIDGE_CTL_MASTER_ABORT = _pci.PCI_BRIDGE_CTL_MASTER_ABORT
 262
 263PCI_BRIDGE_CTL_BUS_RESET = _pci.PCI_BRIDGE_CTL_BUS_RESET
 264
 265PCI_BRIDGE_CTL_FAST_BACK = _pci.PCI_BRIDGE_CTL_FAST_BACK
 266
 267PCI_CB_SEC_STATUS = _pci.PCI_CB_SEC_STATUS
 268
 269PCI_CB_PRIMARY_BUS = _pci.PCI_CB_PRIMARY_BUS
 270
 271PCI_CB_CARD_BUS = _pci.PCI_CB_CARD_BUS
 272
 273PCI_CB_SUBORDINATE_BUS = _pci.PCI_CB_SUBORDINATE_BUS
 274
 275PCI_CB_LATENCY_TIMER = _pci.PCI_CB_LATENCY_TIMER
 276
 277PCI_CB_MEMORY_BASE_0 = _pci.PCI_CB_MEMORY_BASE_0
 278
 279PCI_CB_MEMORY_LIMIT_0 = _pci.PCI_CB_MEMORY_LIMIT_0
 280
 281PCI_CB_MEMORY_BASE_1 = _pci.PCI_CB_MEMORY_BASE_1
 282
 283PCI_CB_MEMORY_LIMIT_1 = _pci.PCI_CB_MEMORY_LIMIT_1
 284
 285PCI_CB_IO_BASE_0 = _pci.PCI_CB_IO_BASE_0
 286
 287PCI_CB_IO_BASE_0_HI = _pci.PCI_CB_IO_BASE_0_HI
 288
 289PCI_CB_IO_LIMIT_0 = _pci.PCI_CB_IO_LIMIT_0
 290
 291PCI_CB_IO_LIMIT_0_HI = _pci.PCI_CB_IO_LIMIT_0_HI
 292
 293PCI_CB_IO_BASE_1 = _pci.PCI_CB_IO_BASE_1
 294
 295PCI_CB_IO_BASE_1_HI = _pci.PCI_CB_IO_BASE_1_HI
 296
 297PCI_CB_IO_LIMIT_1 = _pci.PCI_CB_IO_LIMIT_1
 298
 299PCI_CB_IO_LIMIT_1_HI = _pci.PCI_CB_IO_LIMIT_1_HI
 300
 301PCI_CB_IO_RANGE_MASK = _pci.PCI_CB_IO_RANGE_MASK
 302
 303PCI_CB_BRIDGE_CONTROL = _pci.PCI_CB_BRIDGE_CONTROL
 304
 305PCI_CB_BRIDGE_CTL_PARITY = _pci.PCI_CB_BRIDGE_CTL_PARITY
 306
 307PCI_CB_BRIDGE_CTL_SERR = _pci.PCI_CB_BRIDGE_CTL_SERR
 308
 309PCI_CB_BRIDGE_CTL_ISA = _pci.PCI_CB_BRIDGE_CTL_ISA
 310
 311PCI_CB_BRIDGE_CTL_VGA = _pci.PCI_CB_BRIDGE_CTL_VGA
 312
 313PCI_CB_BRIDGE_CTL_MASTER_ABORT = _pci.PCI_CB_BRIDGE_CTL_MASTER_ABORT
 314
 315PCI_CB_BRIDGE_CTL_CB_RESET = _pci.PCI_CB_BRIDGE_CTL_CB_RESET
 316
 317PCI_CB_BRIDGE_CTL_16BIT_INT = _pci.PCI_CB_BRIDGE_CTL_16BIT_INT
 318
 319PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 = _pci.PCI_CB_BRIDGE_CTL_PREFETCH_MEM0
 320
 321PCI_CB_BRIDGE_CTL_PREFETCH_MEM1 = _pci.PCI_CB_BRIDGE_CTL_PREFETCH_MEM1
 322
 323PCI_CB_BRIDGE_CTL_POST_WRITES = _pci.PCI_CB_BRIDGE_CTL_POST_WRITES
 324
 325PCI_CB_SUBSYSTEM_VENDOR_ID = _pci.PCI_CB_SUBSYSTEM_VENDOR_ID
 326
 327PCI_CB_SUBSYSTEM_ID = _pci.PCI_CB_SUBSYSTEM_ID
 328
 329PCI_CB_LEGACY_MODE_BASE = _pci.PCI_CB_LEGACY_MODE_BASE
 330
 331PCI_CLASS_NOT_DEFINED = _pci.PCI_CLASS_NOT_DEFINED
 332
 333PCI_CLASS_NOT_DEFINED_VGA = _pci.PCI_CLASS_NOT_DEFINED_VGA
 334
 335PCI_BASE_CLASS_STORAGE = _pci.PCI_BASE_CLASS_STORAGE
 336
 337PCI_CLASS_STORAGE_SCSI = _pci.PCI_CLASS_STORAGE_SCSI
 338
 339PCI_CLASS_STORAGE_IDE = _pci.PCI_CLASS_STORAGE_IDE
 340
 341PCI_CLASS_STORAGE_FLOPPY = _pci.PCI_CLASS_STORAGE_FLOPPY
 342
 343PCI_CLASS_STORAGE_IPI = _pci.PCI_CLASS_STORAGE_IPI
 344
 345PCI_CLASS_STORAGE_RAID = _pci.PCI_CLASS_STORAGE_RAID
 346
 347PCI_CLASS_STORAGE_OTHER = _pci.PCI_CLASS_STORAGE_OTHER
 348
 349PCI_BASE_CLASS_NETWORK = _pci.PCI_BASE_CLASS_NETWORK
 350
 351PCI_CLASS_NETWORK_ETHERNET = _pci.PCI_CLASS_NETWORK_ETHERNET
 352
 353PCI_CLASS_NETWORK_TOKEN_RING = _pci.PCI_CLASS_NETWORK_TOKEN_RING
 354
 355PCI_CLASS_NETWORK_FDDI = _pci.PCI_CLASS_NETWORK_FDDI
 356
 357PCI_CLASS_NETWORK_ATM = _pci.PCI_CLASS_NETWORK_ATM
 358
 359PCI_CLASS_NETWORK_OTHER = _pci.PCI_CLASS_NETWORK_OTHER
 360
 361PCI_BASE_CLASS_DISPLAY = _pci.PCI_BASE_CLASS_DISPLAY
 362
 363PCI_CLASS_DISPLAY_VGA = _pci.PCI_CLASS_DISPLAY_VGA
 364
 365PCI_CLASS_DISPLAY_XGA = _pci.PCI_CLASS_DISPLAY_XGA
 366
 367PCI_CLASS_DISPLAY_OTHER = _pci.PCI_CLASS_DISPLAY_OTHER
 368
 369PCI_BASE_CLASS_MULTIMEDIA = _pci.PCI_BASE_CLASS_MULTIMEDIA
 370
 371PCI_CLASS_MULTIMEDIA_VIDEO = _pci.PCI_CLASS_MULTIMEDIA_VIDEO
 372
 373PCI_CLASS_MULTIMEDIA_AUDIO = _pci.PCI_CLASS_MULTIMEDIA_AUDIO
 374
 375PCI_CLASS_MULTIMEDIA_OTHER = _pci.PCI_CLASS_MULTIMEDIA_OTHER
 376
 377PCI_BASE_CLASS_MEMORY = _pci.PCI_BASE_CLASS_MEMORY
 378
 379PCI_CLASS_MEMORY_RAM = _pci.PCI_CLASS_MEMORY_RAM
 380
 381PCI_CLASS_MEMORY_FLASH = _pci.PCI_CLASS_MEMORY_FLASH
 382
 383PCI_CLASS_MEMORY_OTHER = _pci.PCI_CLASS_MEMORY_OTHER
 384
 385PCI_BASE_CLASS_BRIDGE = _pci.PCI_BASE_CLASS_BRIDGE
 386
 387PCI_CLASS_BRIDGE_HOST = _pci.PCI_CLASS_BRIDGE_HOST
 388
 389PCI_CLASS_BRIDGE_ISA = _pci.PCI_CLASS_BRIDGE_ISA
 390
 391PCI_CLASS_BRIDGE_EISA = _pci.PCI_CLASS_BRIDGE_EISA
 392
 393PCI_CLASS_BRIDGE_MC = _pci.PCI_CLASS_BRIDGE_MC
 394
 395PCI_CLASS_BRIDGE_PCI = _pci.PCI_CLASS_BRIDGE_PCI
 396
 397PCI_CLASS_BRIDGE_PCMCIA = _pci.PCI_CLASS_BRIDGE_PCMCIA
 398
 399PCI_CLASS_BRIDGE_NUBUS = _pci.PCI_CLASS_BRIDGE_NUBUS
 400
 401PCI_CLASS_BRIDGE_CARDBUS = _pci.PCI_CLASS_BRIDGE_CARDBUS
 402
 403PCI_CLASS_BRIDGE_OTHER = _pci.PCI_CLASS_BRIDGE_OTHER
 404
 405PCI_BASE_CLASS_COMMUNICATION = _pci.PCI_BASE_CLASS_COMMUNICATION
 406
 407PCI_CLASS_COMMUNICATION_SERIAL = _pci.PCI_CLASS_COMMUNICATION_SERIAL
 408
 409PCI_CLASS_COMMUNICATION_PARALLEL = _pci.PCI_CLASS_COMMUNICATION_PARALLEL
 410
 411PCI_CLASS_COMMUNICATION_OTHER = _pci.PCI_CLASS_COMMUNICATION_OTHER
 412
 413PCI_BASE_CLASS_SYSTEM = _pci.PCI_BASE_CLASS_SYSTEM
 414
 415PCI_CLASS_SYSTEM_PIC = _pci.PCI_CLASS_SYSTEM_PIC
 416
 417PCI_CLASS_SYSTEM_DMA = _pci.PCI_CLASS_SYSTEM_DMA
 418
 419PCI_CLASS_SYSTEM_TIMER = _pci.PCI_CLASS_SYSTEM_TIMER
 420
 421PCI_CLASS_SYSTEM_RTC = _pci.PCI_CLASS_SYSTEM_RTC
 422
 423PCI_CLASS_SYSTEM_OTHER = _pci.PCI_CLASS_SYSTEM_OTHER
 424
 425PCI_BASE_CLASS_INPUT = _pci.PCI_BASE_CLASS_INPUT
 426
 427PCI_CLASS_INPUT_KEYBOARD = _pci.PCI_CLASS_INPUT_KEYBOARD
 428
 429PCI_CLASS_INPUT_PEN = _pci.PCI_CLASS_INPUT_PEN
 430
 431PCI_CLASS_INPUT_MOUSE = _pci.PCI_CLASS_INPUT_MOUSE
 432
 433PCI_CLASS_INPUT_OTHER = _pci.PCI_CLASS_INPUT_OTHER
 434
 435PCI_BASE_CLASS_DOCKING = _pci.PCI_BASE_CLASS_DOCKING
 436
 437PCI_CLASS_DOCKING_GENERIC = _pci.PCI_CLASS_DOCKING_GENERIC
 438
 439PCI_CLASS_DOCKING_OTHER = _pci.PCI_CLASS_DOCKING_OTHER
 440
 441PCI_BASE_CLASS_PROCESSOR = _pci.PCI_BASE_CLASS_PROCESSOR
 442
 443PCI_CLASS_PROCESSOR_386 = _pci.PCI_CLASS_PROCESSOR_386
 444
 445PCI_CLASS_PROCESSOR_486 = _pci.PCI_CLASS_PROCESSOR_486
 446
 447PCI_CLASS_PROCESSOR_PENTIUM = _pci.PCI_CLASS_PROCESSOR_PENTIUM
 448
 449PCI_CLASS_PROCESSOR_ALPHA = _pci.PCI_CLASS_PROCESSOR_ALPHA
 450
 451PCI_CLASS_PROCESSOR_POWERPC = _pci.PCI_CLASS_PROCESSOR_POWERPC
 452
 453PCI_CLASS_PROCESSOR_CO = _pci.PCI_CLASS_PROCESSOR_CO
 454
 455PCI_BASE_CLASS_SERIAL = _pci.PCI_BASE_CLASS_SERIAL
 456
 457PCI_CLASS_SERIAL_FIREWIRE = _pci.PCI_CLASS_SERIAL_FIREWIRE
 458
 459PCI_CLASS_SERIAL_ACCESS = _pci.PCI_CLASS_SERIAL_ACCESS
 460
 461PCI_CLASS_SERIAL_SSA = _pci.PCI_CLASS_SERIAL_SSA
 462
 463PCI_CLASS_SERIAL_USB = _pci.PCI_CLASS_SERIAL_USB
 464
 465PCI_CLASS_SERIAL_FIBER = _pci.PCI_CLASS_SERIAL_FIBER
 466
 467PCI_CLASS_OTHERS = _pci.PCI_CLASS_OTHERS
 468
 469PCI_VENDOR_ID_COMPAQ = _pci.PCI_VENDOR_ID_COMPAQ
 470
 471PCI_DEVICE_ID_COMPAQ_1280 = _pci.PCI_DEVICE_ID_COMPAQ_1280
 472
 473PCI_DEVICE_ID_COMPAQ_TRIFLEX = _pci.PCI_DEVICE_ID_COMPAQ_TRIFLEX
 474
 475PCI_DEVICE_ID_COMPAQ_SMART2P = _pci.PCI_DEVICE_ID_COMPAQ_SMART2P
 476
 477PCI_DEVICE_ID_COMPAQ_NETEL100 = _pci.PCI_DEVICE_ID_COMPAQ_NETEL100
 478
 479PCI_DEVICE_ID_COMPAQ_NETEL10 = _pci.PCI_DEVICE_ID_COMPAQ_NETEL10
 480
 481PCI_DEVICE_ID_COMPAQ_NETFLEX3I = _pci.PCI_DEVICE_ID_COMPAQ_NETFLEX3I
 482
 483PCI_DEVICE_ID_COMPAQ_NETEL100D = _pci.PCI_DEVICE_ID_COMPAQ_NETEL100D
 484
 485PCI_DEVICE_ID_COMPAQ_NETEL100PI = _pci.PCI_DEVICE_ID_COMPAQ_NETEL100PI
 486
 487PCI_DEVICE_ID_COMPAQ_NETEL100I = _pci.PCI_DEVICE_ID_COMPAQ_NETEL100I
 488
 489PCI_DEVICE_ID_COMPAQ_THUNDER = _pci.PCI_DEVICE_ID_COMPAQ_THUNDER
 490
 491PCI_DEVICE_ID_COMPAQ_NETFLEX3B = _pci.PCI_DEVICE_ID_COMPAQ_NETFLEX3B
 492
 493PCI_VENDOR_ID_NCR = _pci.PCI_VENDOR_ID_NCR
 494
 495PCI_DEVICE_ID_NCR_53C810 = _pci.PCI_DEVICE_ID_NCR_53C810
 496
 497PCI_DEVICE_ID_NCR_53C820 = _pci.PCI_DEVICE_ID_NCR_53C820
 498
 499PCI_DEVICE_ID_NCR_53C825 = _pci.PCI_DEVICE_ID_NCR_53C825
 500
 501PCI_DEVICE_ID_NCR_53C815 = _pci.PCI_DEVICE_ID_NCR_53C815
 502
 503PCI_DEVICE_ID_NCR_53C860 = _pci.PCI_DEVICE_ID_NCR_53C860
 504
 505PCI_DEVICE_ID_NCR_53C896 = _pci.PCI_DEVICE_ID_NCR_53C896
 506
 507PCI_DEVICE_ID_NCR_53C895 = _pci.PCI_DEVICE_ID_NCR_53C895
 508
 509PCI_DEVICE_ID_NCR_53C885 = _pci.PCI_DEVICE_ID_NCR_53C885
 510
 511PCI_DEVICE_ID_NCR_53C875 = _pci.PCI_DEVICE_ID_NCR_53C875
 512
 513PCI_DEVICE_ID_NCR_53C875J = _pci.PCI_DEVICE_ID_NCR_53C875J
 514
 515PCI_VENDOR_ID_ATI = _pci.PCI_VENDOR_ID_ATI
 516
 517PCI_DEVICE_ID_ATI_68800 = _pci.PCI_DEVICE_ID_ATI_68800
 518
 519PCI_DEVICE_ID_ATI_215CT222 = _pci.PCI_DEVICE_ID_ATI_215CT222
 520
 521PCI_DEVICE_ID_ATI_210888CX = _pci.PCI_DEVICE_ID_ATI_210888CX
 522
 523PCI_DEVICE_ID_ATI_215GB = _pci.PCI_DEVICE_ID_ATI_215GB
 524
 525PCI_DEVICE_ID_ATI_215GD = _pci.PCI_DEVICE_ID_ATI_215GD
 526
 527PCI_DEVICE_ID_ATI_215GI = _pci.PCI_DEVICE_ID_ATI_215GI
 528
 529PCI_DEVICE_ID_ATI_215GP = _pci.PCI_DEVICE_ID_ATI_215GP
 530
 531PCI_DEVICE_ID_ATI_215GQ = _pci.PCI_DEVICE_ID_ATI_215GQ
 532
 533PCI_DEVICE_ID_ATI_215GT = _pci.PCI_DEVICE_ID_ATI_215GT
 534
 535PCI_DEVICE_ID_ATI_215GTB = _pci.PCI_DEVICE_ID_ATI_215GTB
 536
 537PCI_DEVICE_ID_ATI_210888GX = _pci.PCI_DEVICE_ID_ATI_210888GX
 538
 539PCI_DEVICE_ID_ATI_215LG = _pci.PCI_DEVICE_ID_ATI_215LG
 540
 541PCI_DEVICE_ID_ATI_264LT = _pci.PCI_DEVICE_ID_ATI_264LT
 542
 543PCI_DEVICE_ID_ATI_264VT = _pci.PCI_DEVICE_ID_ATI_264VT
 544
 545PCI_VENDOR_ID_VLSI = _pci.PCI_VENDOR_ID_VLSI
 546
 547PCI_DEVICE_ID_VLSI_82C592 = _pci.PCI_DEVICE_ID_VLSI_82C592
 548
 549PCI_DEVICE_ID_VLSI_82C593 = _pci.PCI_DEVICE_ID_VLSI_82C593
 550
 551PCI_DEVICE_ID_VLSI_82C594 = _pci.PCI_DEVICE_ID_VLSI_82C594
 552
 553PCI_DEVICE_ID_VLSI_82C597 = _pci.PCI_DEVICE_ID_VLSI_82C597
 554
 555PCI_DEVICE_ID_VLSI_82C541 = _pci.PCI_DEVICE_ID_VLSI_82C541
 556
 557PCI_DEVICE_ID_VLSI_82C543 = _pci.PCI_DEVICE_ID_VLSI_82C543
 558
 559PCI_DEVICE_ID_VLSI_82C532 = _pci.PCI_DEVICE_ID_VLSI_82C532
 560
 561PCI_DEVICE_ID_VLSI_82C534 = _pci.PCI_DEVICE_ID_VLSI_82C534
 562
 563PCI_DEVICE_ID_VLSI_82C535 = _pci.PCI_DEVICE_ID_VLSI_82C535
 564
 565PCI_DEVICE_ID_VLSI_82C147 = _pci.PCI_DEVICE_ID_VLSI_82C147
 566
 567PCI_DEVICE_ID_VLSI_VAS96011 = _pci.PCI_DEVICE_ID_VLSI_VAS96011
 568
 569PCI_VENDOR_ID_ADL = _pci.PCI_VENDOR_ID_ADL
 570
 571PCI_DEVICE_ID_ADL_2301 = _pci.PCI_DEVICE_ID_ADL_2301
 572
 573PCI_VENDOR_ID_NS = _pci.PCI_VENDOR_ID_NS
 574
 575PCI_DEVICE_ID_NS_87415 = _pci.PCI_DEVICE_ID_NS_87415
 576
 577PCI_DEVICE_ID_NS_87410 = _pci.PCI_DEVICE_ID_NS_87410
 578
 579PCI_VENDOR_ID_TSENG = _pci.PCI_VENDOR_ID_TSENG
 580
 581PCI_DEVICE_ID_TSENG_W32P_2 = _pci.PCI_DEVICE_ID_TSENG_W32P_2
 582
 583PCI_DEVICE_ID_TSENG_W32P_b = _pci.PCI_DEVICE_ID_TSENG_W32P_b
 584
 585PCI_DEVICE_ID_TSENG_W32P_c = _pci.PCI_DEVICE_ID_TSENG_W32P_c
 586
 587PCI_DEVICE_ID_TSENG_W32P_d = _pci.PCI_DEVICE_ID_TSENG_W32P_d
 588
 589PCI_DEVICE_ID_TSENG_ET6000 = _pci.PCI_DEVICE_ID_TSENG_ET6000
 590
 591PCI_VENDOR_ID_WEITEK = _pci.PCI_VENDOR_ID_WEITEK
 592
 593PCI_DEVICE_ID_WEITEK_P9000 = _pci.PCI_DEVICE_ID_WEITEK_P9000
 594
 595PCI_DEVICE_ID_WEITEK_P9100 = _pci.PCI_DEVICE_ID_WEITEK_P9100
 596
 597PCI_VENDOR_ID_DEC = _pci.PCI_VENDOR_ID_DEC
 598
 599PCI_DEVICE_ID_DEC_BRD = _pci.PCI_DEVICE_ID_DEC_BRD
 600
 601PCI_DEVICE_ID_DEC_TULIP = _pci.PCI_DEVICE_ID_DEC_TULIP
 602
 603PCI_DEVICE_ID_DEC_TGA = _pci.PCI_DEVICE_ID_DEC_TGA
 604
 605PCI_DEVICE_ID_DEC_TULIP_FAST = _pci.PCI_DEVICE_ID_DEC_TULIP_FAST
 606
 607PCI_DEVICE_ID_DEC_TGA2 = _pci.PCI_DEVICE_ID_DEC_TGA2
 608
 609PCI_DEVICE_ID_DEC_FDDI = _pci.PCI_DEVICE_ID_DEC_FDDI
 610
 611PCI_DEVICE_ID_DEC_TULIP_PLUS = _pci.PCI_DEVICE_ID_DEC_TULIP_PLUS
 612
 613PCI_DEVICE_ID_DEC_21142 = _pci.PCI_DEVICE_ID_DEC_21142
 614
 615PCI_DEVICE_ID_DEC_21143 = _pci.PCI_DEVICE_ID_DEC_21143
 616
 617PCI_DEVICE_ID_DEC_21052 = _pci.PCI_DEVICE_ID_DEC_21052
 618
 619PCI_DEVICE_ID_DEC_21150 = _pci.PCI_DEVICE_ID_DEC_21150
 620
 621PCI_DEVICE_ID_DEC_21152 = _pci.PCI_DEVICE_ID_DEC_21152
 622
 623PCI_VENDOR_ID_CIRRUS = _pci.PCI_VENDOR_ID_CIRRUS
 624
 625PCI_DEVICE_ID_CIRRUS_7548 = _pci.PCI_DEVICE_ID_CIRRUS_7548
 626
 627PCI_DEVICE_ID_CIRRUS_5430 = _pci.PCI_DEVICE_ID_CIRRUS_5430
 628
 629PCI_DEVICE_ID_CIRRUS_5434_4 = _pci.PCI_DEVICE_ID_CIRRUS_5434_4
 630
 631PCI_DEVICE_ID_CIRRUS_5434_8 = _pci.PCI_DEVICE_ID_CIRRUS_5434_8
 632
 633PCI_DEVICE_ID_CIRRUS_5436 = _pci.PCI_DEVICE_ID_CIRRUS_5436
 634
 635PCI_DEVICE_ID_CIRRUS_5446 = _pci.PCI_DEVICE_ID_CIRRUS_5446
 636
 637PCI_DEVICE_ID_CIRRUS_5480 = _pci.PCI_DEVICE_ID_CIRRUS_5480
 638
 639PCI_DEVICE_ID_CIRRUS_5464 = _pci.PCI_DEVICE_ID_CIRRUS_5464
 640
 641PCI_DEVICE_ID_CIRRUS_5465 = _pci.PCI_DEVICE_ID_CIRRUS_5465
 642
 643PCI_DEVICE_ID_CIRRUS_6729 = _pci.PCI_DEVICE_ID_CIRRUS_6729
 644
 645PCI_DEVICE_ID_CIRRUS_6832 = _pci.PCI_DEVICE_ID_CIRRUS_6832
 646
 647PCI_DEVICE_ID_CIRRUS_7542 = _pci.PCI_DEVICE_ID_CIRRUS_7542
 648
 649PCI_DEVICE_ID_CIRRUS_7543 = _pci.PCI_DEVICE_ID_CIRRUS_7543
 650
 651PCI_DEVICE_ID_CIRRUS_7541 = _pci.PCI_DEVICE_ID_CIRRUS_7541
 652
 653PCI_VENDOR_ID_IBM = _pci.PCI_VENDOR_ID_IBM
 654
 655PCI_DEVICE_ID_IBM_FIRE_CORAL = _pci.PCI_DEVICE_ID_IBM_FIRE_CORAL
 656
 657PCI_DEVICE_ID_IBM_TR = _pci.PCI_DEVICE_ID_IBM_TR
 658
 659PCI_DEVICE_ID_IBM_82G2675 = _pci.PCI_DEVICE_ID_IBM_82G2675
 660
 661PCI_DEVICE_ID_IBM_MCA = _pci.PCI_DEVICE_ID_IBM_MCA
 662
 663PCI_DEVICE_ID_IBM_82351 = _pci.PCI_DEVICE_ID_IBM_82351
 664
 665PCI_DEVICE_ID_IBM_SERVERAID = _pci.PCI_DEVICE_ID_IBM_SERVERAID
 666
 667PCI_DEVICE_ID_IBM_TR_WAKE = _pci.PCI_DEVICE_ID_IBM_TR_WAKE
 668
 669PCI_DEVICE_ID_IBM_MPIC = _pci.PCI_DEVICE_ID_IBM_MPIC
 670
 671PCI_DEVICE_ID_IBM_3780IDSP = _pci.PCI_DEVICE_ID_IBM_3780IDSP
 672
 673PCI_DEVICE_ID_IBM_MPIC_2 = _pci.PCI_DEVICE_ID_IBM_MPIC_2
 674
 675PCI_VENDOR_ID_WD = _pci.PCI_VENDOR_ID_WD
 676
 677PCI_DEVICE_ID_WD_7197 = _pci.PCI_DEVICE_ID_WD_7197
 678
 679PCI_VENDOR_ID_AMD = _pci.PCI_VENDOR_ID_AMD
 680
 681PCI_DEVICE_ID_AMD_LANCE = _pci.PCI_DEVICE_ID_AMD_LANCE
 682
 683PCI_DEVICE_ID_AMD_SCSI = _pci.PCI_DEVICE_ID_AMD_SCSI
 684
 685PCI_VENDOR_ID_TRIDENT = _pci.PCI_VENDOR_ID_TRIDENT
 686
 687PCI_DEVICE_ID_TRIDENT_9397 = _pci.PCI_DEVICE_ID_TRIDENT_9397
 688
 689PCI_DEVICE_ID_TRIDENT_9420 = _pci.PCI_DEVICE_ID_TRIDENT_9420
 690
 691PCI_DEVICE_ID_TRIDENT_9440 = _pci.PCI_DEVICE_ID_TRIDENT_9440
 692
 693PCI_DEVICE_ID_TRIDENT_9660 = _pci.PCI_DEVICE_ID_TRIDENT_9660
 694
 695PCI_DEVICE_ID_TRIDENT_9750 = _pci.PCI_DEVICE_ID_TRIDENT_9750
 696
 697PCI_VENDOR_ID_AI = _pci.PCI_VENDOR_ID_AI
 698
 699PCI_DEVICE_ID_AI_M1435 = _pci.PCI_DEVICE_ID_AI_M1435
 700
 701PCI_VENDOR_ID_MATROX = _pci.PCI_VENDOR_ID_MATROX
 702
 703PCI_DEVICE_ID_MATROX_MGA_2 = _pci.PCI_DEVICE_ID_MATROX_MGA_2
 704
 705PCI_DEVICE_ID_MATROX_MIL = _pci.PCI_DEVICE_ID_MATROX_MIL
 706
 707PCI_DEVICE_ID_MATROX_MYS = _pci.PCI_DEVICE_ID_MATROX_MYS
 708
 709PCI_DEVICE_ID_MATROX_MIL_2 = _pci.PCI_DEVICE_ID_MATROX_MIL_2
 710
 711PCI_DEVICE_ID_MATROX_MIL_2_AGP = _pci.PCI_DEVICE_ID_MATROX_MIL_2_AGP
 712
 713PCI_DEVICE_ID_MATROX_MGA_IMP = _pci.PCI_DEVICE_ID_MATROX_MGA_IMP
 714
 715PCI_VENDOR_ID_CT = _pci.PCI_VENDOR_ID_CT
 716
 717PCI_DEVICE_ID_CT_65545 = _pci.PCI_DEVICE_ID_CT_65545
 718
 719PCI_DEVICE_ID_CT_65548 = _pci.PCI_DEVICE_ID_CT_65548
 720
 721PCI_DEVICE_ID_CT_65550 = _pci.PCI_DEVICE_ID_CT_65550
 722
 723PCI_DEVICE_ID_CT_65554 = _pci.PCI_DEVICE_ID_CT_65554
 724
 725PCI_DEVICE_ID_CT_65555 = _pci.PCI_DEVICE_ID_CT_65555
 726
 727PCI_VENDOR_ID_MIRO = _pci.PCI_VENDOR_ID_MIRO
 728
 729PCI_DEVICE_ID_MIRO_36050 = _pci.PCI_DEVICE_ID_MIRO_36050
 730
 731PCI_VENDOR_ID_NEC = _pci.PCI_VENDOR_ID_NEC
 732
 733PCI_DEVICE_ID_NEC_PCX2 = _pci.PCI_DEVICE_ID_NEC_PCX2
 734
 735PCI_VENDOR_ID_FD = _pci.PCI_VENDOR_ID_FD
 736
 737PCI_DEVICE_ID_FD_36C70 = _pci.PCI_DEVICE_ID_FD_36C70
 738
 739PCI_VENDOR_ID_SI = _pci.PCI_VENDOR_ID_SI
 740
 741PCI_DEVICE_ID_SI_5591_AGP = _pci.PCI_DEVICE_ID_SI_5591_AGP
 742
 743PCI_DEVICE_ID_SI_6202 = _pci.PCI_DEVICE_ID_SI_6202
 744
 745PCI_DEVICE_ID_SI_503 = _pci.PCI_DEVICE_ID_SI_503
 746
 747PCI_DEVICE_ID_SI_ACPI = _pci.PCI_DEVICE_ID_SI_ACPI
 748
 749PCI_DEVICE_ID_SI_5597_VGA = _pci.PCI_DEVICE_ID_SI_5597_VGA
 750
 751PCI_DEVICE_ID_SI_6205 = _pci.PCI_DEVICE_ID_SI_6205
 752
 753PCI_DEVICE_ID_SI_501 = _pci.PCI_DEVICE_ID_SI_501
 754
 755PCI_DEVICE_ID_SI_496 = _pci.PCI_DEVICE_ID_SI_496
 756
 757PCI_DEVICE_ID_SI_601 = _pci.PCI_DEVICE_ID_SI_601
 758
 759PCI_DEVICE_ID_SI_5107 = _pci.PCI_DEVICE_ID_SI_5107
 760
 761PCI_DEVICE_ID_SI_5511 = _pci.PCI_DEVICE_ID_SI_5511
 762
 763PCI_DEVICE_ID_SI_5513 = _pci.PCI_DEVICE_ID_SI_5513
 764
 765PCI_DEVICE_ID_SI_5571 = _pci.PCI_DEVICE_ID_SI_5571
 766
 767PCI_DEVICE_ID_SI_5591 = _pci.PCI_DEVICE_ID_SI_5591
 768
 769PCI_DEVICE_ID_SI_5597 = _pci.PCI_DEVICE_ID_SI_5597
 770
 771PCI_DEVICE_ID_SI_7001 = _pci.PCI_DEVICE_ID_SI_7001
 772
 773PCI_VENDOR_ID_HP = _pci.PCI_VENDOR_ID_HP
 774
 775PCI_DEVICE_ID_HP_J2585A = _pci.PCI_DEVICE_ID_HP_J2585A
 776
 777PCI_DEVICE_ID_HP_J2585B = _pci.PCI_DEVICE_ID_HP_J2585B
 778
 779PCI_VENDOR_ID_PCTECH = _pci.PCI_VENDOR_ID_PCTECH
 780
 781PCI_DEVICE_ID_PCTECH_RZ1000 = _pci.PCI_DEVICE_ID_PCTECH_RZ1000
 782
 783PCI_DEVICE_ID_PCTECH_RZ1001 = _pci.PCI_DEVICE_ID_PCTECH_RZ1001
 784
 785PCI_DEVICE_ID_PCTECH_SAMURAI_0 = _pci.PCI_DEVICE_ID_PCTECH_SAMURAI_0
 786
 787PCI_DEVICE_ID_PCTECH_SAMURAI_1 = _pci.PCI_DEVICE_ID_PCTECH_SAMURAI_1
 788
 789PCI_DEVICE_ID_PCTECH_SAMURAI_IDE = _pci.PCI_DEVICE_ID_PCTECH_SAMURAI_IDE
 790
 791PCI_VENDOR_ID_DPT = _pci.PCI_VENDOR_ID_DPT
 792
 793PCI_DEVICE_ID_DPT = _pci.PCI_DEVICE_ID_DPT
 794
 795PCI_VENDOR_ID_OPTI = _pci.PCI_VENDOR_ID_OPTI
 796
 797PCI_DEVICE_ID_OPTI_92C178 = _pci.PCI_DEVICE_ID_OPTI_92C178
 798
 799PCI_DEVICE_ID_OPTI_82C557 = _pci.PCI_DEVICE_ID_OPTI_82C557
 800
 801PCI_DEVICE_ID_OPTI_82C558 = _pci.PCI_DEVICE_ID_OPTI_82C558
 802
 803PCI_DEVICE_ID_OPTI_82C621 = _pci.PCI_DEVICE_ID_OPTI_82C621
 804
 805PCI_DEVICE_ID_OPTI_82C700 = _pci.PCI_DEVICE_ID_OPTI_82C700
 806
 807PCI_DEVICE_ID_OPTI_82C701 = _pci.PCI_DEVICE_ID_OPTI_82C701
 808
 809PCI_DEVICE_ID_OPTI_82C814 = _pci.PCI_DEVICE_ID_OPTI_82C814
 810
 811PCI_DEVICE_ID_OPTI_82C822 = _pci.PCI_DEVICE_ID_OPTI_82C822
 812
 813PCI_DEVICE_ID_OPTI_82C825 = _pci.PCI_DEVICE_ID_OPTI_82C825
 814
 815PCI_VENDOR_ID_SGS = _pci.PCI_VENDOR_ID_SGS
 816
 817PCI_DEVICE_ID_SGS_2000 = _pci.PCI_DEVICE_ID_SGS_2000
 818
 819PCI_DEVICE_ID_SGS_1764 = _pci.PCI_DEVICE_ID_SGS_1764
 820
 821PCI_VENDOR_ID_BUSLOGIC = _pci.PCI_VENDOR_ID_BUSLOGIC
 822
 823PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC = _pci.PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC
 824
 825PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER = _pci.PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER
 826
 827PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT = _pci.PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT
 828
 829PCI_VENDOR_ID_TI = _pci.PCI_VENDOR_ID_TI
 830
 831PCI_DEVICE_ID_TI_TVP4010 = _pci.PCI_DEVICE_ID_TI_TVP4010
 832
 833PCI_DEVICE_ID_TI_TVP4020 = _pci.PCI_DEVICE_ID_TI_TVP4020
 834
 835PCI_DEVICE_ID_TI_PCI1130 = _pci.PCI_DEVICE_ID_TI_PCI1130
 836
 837PCI_DEVICE_ID_TI_PCI1031 = _pci.PCI_DEVICE_ID_TI_PCI1031
 838
 839PCI_DEVICE_ID_TI_PCI1131 = _pci.PCI_DEVICE_ID_TI_PCI1131
 840
 841PCI_DEVICE_ID_TI_PCI1250 = _pci.PCI_DEVICE_ID_TI_PCI1250
 842
 843PCI_DEVICE_ID_TI_PCI1220 = _pci.PCI_DEVICE_ID_TI_PCI1220
 844
 845PCI_VENDOR_ID_OAK = _pci.PCI_VENDOR_ID_OAK
 846
 847PCI_DEVICE_ID_OAK_OTI107 = _pci.PCI_DEVICE_ID_OAK_OTI107
 848
 849PCI_VENDOR_ID_WINBOND2 = _pci.PCI_VENDOR_ID_WINBOND2
 850
 851PCI_DEVICE_ID_WINBOND2_89C940 = _pci.PCI_DEVICE_ID_WINBOND2_89C940
 852
 853PCI_VENDOR_ID_MOTOROLA = _pci.PCI_VENDOR_ID_MOTOROLA
 854
 855PCI_DEVICE_ID_MOTOROLA_MPC105 = _pci.PCI_DEVICE_ID_MOTOROLA_MPC105
 856
 857PCI_DEVICE_ID_MOTOROLA_MPC106 = _pci.PCI_DEVICE_ID_MOTOROLA_MPC106
 858
 859PCI_DEVICE_ID_MOTOROLA_RAVEN = _pci.PCI_DEVICE_ID_MOTOROLA_RAVEN
 860
 861PCI_DEVICE_ID_MOTOROLA_HAWK = _pci.PCI_DEVICE_ID_MOTOROLA_HAWK
 862
 863PCI_VENDOR_ID_PROMISE = _pci.PCI_VENDOR_ID_PROMISE
 864
 865PCI_DEVICE_ID_PROMISE_20246 = _pci.PCI_DEVICE_ID_PROMISE_20246
 866
 867PCI_DEVICE_ID_PROMISE_5300 = _pci.PCI_DEVICE_ID_PROMISE_5300
 868
 869PCI_VENDOR_ID_N9 = _pci.PCI_VENDOR_ID_N9
 870
 871PCI_DEVICE_ID_N9_I128 = _pci.PCI_DEVICE_ID_N9_I128
 872
 873PCI_DEVICE_ID_N9_I128_2 = _pci.PCI_DEVICE_ID_N9_I128_2
 874
 875PCI_DEVICE_ID_N9_I128_T2R = _pci.PCI_DEVICE_ID_N9_I128_T2R
 876
 877PCI_VENDOR_ID_UMC = _pci.PCI_VENDOR_ID_UMC
 878
 879PCI_DEVICE_ID_UMC_UM8673F = _pci.PCI_DEVICE_ID_UMC_UM8673F
 880
 881PCI_DEVICE_ID_UMC_UM8891A = _pci.PCI_DEVICE_ID_UMC_UM8891A
 882
 883PCI_DEVICE_ID_UMC_UM8886BF = _pci.PCI_DEVICE_ID_UMC_UM8886BF
 884
 885PCI_DEVICE_ID_UMC_UM8886A = _pci.PCI_DEVICE_ID_UMC_UM8886A
 886
 887PCI_DEVICE_ID_UMC_UM8881F = _pci.PCI_DEVICE_ID_UMC_UM8881F
 888
 889PCI_DEVICE_ID_UMC_UM8886F = _pci.PCI_DEVICE_ID_UMC_UM8886F
 890
 891PCI_DEVICE_ID_UMC_UM9017F = _pci.PCI_DEVICE_ID_UMC_UM9017F
 892
 893PCI_DEVICE_ID_UMC_UM8886N = _pci.PCI_DEVICE_ID_UMC_UM8886N
 894
 895PCI_DEVICE_ID_UMC_UM8891N = _pci.PCI_DEVICE_ID_UMC_UM8891N
 896
 897PCI_VENDOR_ID_X = _pci.PCI_VENDOR_ID_X
 898
 899PCI_DEVICE_ID_X_AGX016 = _pci.PCI_DEVICE_ID_X_AGX016
 900
 901PCI_VENDOR_ID_PICOP = _pci.PCI_VENDOR_ID_PICOP
 902
 903PCI_DEVICE_ID_PICOP_PT86C52X = _pci.PCI_DEVICE_ID_PICOP_PT86C52X
 904
 905PCI_DEVICE_ID_PICOP_PT80C524 = _pci.PCI_DEVICE_ID_PICOP_PT80C524
 906
 907PCI_VENDOR_ID_APPLE = _pci.PCI_VENDOR_ID_APPLE
 908
 909PCI_DEVICE_ID_APPLE_BANDIT = _pci.PCI_DEVICE_ID_APPLE_BANDIT
 910
 911PCI_DEVICE_ID_APPLE_GC = _pci.PCI_DEVICE_ID_APPLE_GC
 912
 913PCI_DEVICE_ID_APPLE_HYDRA = _pci.PCI_DEVICE_ID_APPLE_HYDRA
 914
 915PCI_VENDOR_ID_NEXGEN = _pci.PCI_VENDOR_ID_NEXGEN
 916
 917PCI_DEVICE_ID_NEXGEN_82C501 = _pci.PCI_DEVICE_ID_NEXGEN_82C501
 918
 919PCI_VENDOR_ID_QLOGIC = _pci.PCI_VENDOR_ID_QLOGIC
 920
 921PCI_DEVICE_ID_QLOGIC_ISP1020 = _pci.PCI_DEVICE_ID_QLOGIC_ISP1020
 922
 923PCI_DEVICE_ID_QLOGIC_ISP1022 = _pci.PCI_DEVICE_ID_QLOGIC_ISP1022
 924
 925PCI_VENDOR_ID_CYRIX = _pci.PCI_VENDOR_ID_CYRIX
 926
 927PCI_DEVICE_ID_CYRIX_5510 = _pci.PCI_DEVICE_ID_CYRIX_5510
 928
 929PCI_DEVICE_ID_CYRIX_PCI_MASTER = _pci.PCI_DEVICE_ID_CYRIX_PCI_MASTER
 930
 931PCI_DEVICE_ID_CYRIX_5520 = _pci.PCI_DEVICE_ID_CYRIX_5520
 932
 933PCI_DEVICE_ID_CYRIX_5530_LEGACY = _pci.PCI_DEVICE_ID_CYRIX_5530_LEGACY
 934
 935PCI_DEVICE_ID_CYRIX_5530_SMI = _pci.PCI_DEVICE_ID_CYRIX_5530_SMI
 936
 937PCI_DEVICE_ID_CYRIX_5530_IDE = _pci.PCI_DEVICE_ID_CYRIX_5530_IDE
 938
 939PCI_DEVICE_ID_CYRIX_5530_AUDIO = _pci.PCI_DEVICE_ID_CYRIX_5530_AUDIO
 940
 941PCI_DEVICE_ID_CYRIX_5530_VIDEO = _pci.PCI_DEVICE_ID_CYRIX_5530_VIDEO
 942
 943PCI_VENDOR_ID_LEADTEK = _pci.PCI_VENDOR_ID_LEADTEK
 944
 945PCI_DEVICE_ID_LEADTEK_805 = _pci.PCI_DEVICE_ID_LEADTEK_805
 946
 947PCI_VENDOR_ID_CONTAQ = _pci.PCI_VENDOR_ID_CONTAQ
 948
 949PCI_DEVICE_ID_CONTAQ_82C599 = _pci.PCI_DEVICE_ID_CONTAQ_82C599
 950
 951PCI_DEVICE_ID_CONTAQ_82C693 = _pci.PCI_DEVICE_ID_CONTAQ_82C693
 952
 953PCI_VENDOR_ID_FOREX = _pci.PCI_VENDOR_ID_FOREX
 954
 955PCI_VENDOR_ID_OLICOM = _pci.PCI_VENDOR_ID_OLICOM
 956
 957PCI_DEVICE_ID_OLICOM_OC3136 = _pci.PCI_DEVICE_ID_OLICOM_OC3136
 958
 959PCI_DEVICE_ID_OLICOM_OC2315 = _pci.PCI_DEVICE_ID_OLICOM_OC2315
 960
 961PCI_DEVICE_ID_OLICOM_OC2325 = _pci.PCI_DEVICE_ID_OLICOM_OC2325
 962
 963PCI_DEVICE_ID_OLICOM_OC2183 = _pci.PCI_DEVICE_ID_OLICOM_OC2183
 964
 965PCI_DEVICE_ID_OLICOM_OC2326 = _pci.PCI_DEVICE_ID_OLICOM_OC2326
 966
 967PCI_DEVICE_ID_OLICOM_OC6151 = _pci.PCI_DEVICE_ID_OLICOM_OC6151
 968
 969PCI_VENDOR_ID_SUN = _pci.PCI_VENDOR_ID_SUN
 970
 971PCI_DEVICE_ID_SUN_EBUS = _pci.PCI_DEVICE_ID_SUN_EBUS
 972
 973PCI_DEVICE_ID_SUN_HAPPYMEAL = _pci.PCI_DEVICE_ID_SUN_HAPPYMEAL
 974
 975PCI_DEVICE_ID_SUN_SIMBA = _pci.PCI_DEVICE_ID_SUN_SIMBA
 976
 977PCI_DEVICE_ID_SUN_PBM = _pci.PCI_DEVICE_ID_SUN_PBM
 978
 979PCI_DEVICE_ID_SUN_SABRE = _pci.PCI_DEVICE_ID_SUN_SABRE
 980
 981PCI_VENDOR_ID_CMD = _pci.PCI_VENDOR_ID_CMD
 982
 983PCI_DEVICE_ID_CMD_640 = _pci.PCI_DEVICE_ID_CMD_640
 984
 985PCI_DEVICE_ID_CMD_643 = _pci.PCI_DEVICE_ID_CMD_643
 986
 987PCI_DEVICE_ID_CMD_646 = _pci.PCI_DEVICE_ID_CMD_646
 988
 989PCI_DEVICE_ID_CMD_647 = _pci.PCI_DEVICE_ID_CMD_647
 990
 991PCI_DEVICE_ID_CMD_670 = _pci.PCI_DEVICE_ID_CMD_670
 992
 993PCI_VENDOR_ID_VISION = _pci.PCI_VENDOR_ID_VISION
 994
 995PCI_DEVICE_ID_VISION_QD8500 = _pci.PCI_DEVICE_ID_VISION_QD8500
 996
 997PCI_DEVICE_ID_VISION_QD8580 = _pci.PCI_DEVICE_ID_VISION_QD8580
 998
 999PCI_VENDOR_ID_BROOKTREE = _pci.PCI_VENDOR_ID_BROOKTREE
1000
1001PCI_DEVICE_ID_BROOKTREE_848 = _pci.PCI_DEVICE_ID_BROOKTREE_848
1002
1003PCI_DEVICE_ID_BROOKTREE_849A = _pci.PCI_DEVICE_ID_BROOKTREE_849A
1004
1005PCI_DEVICE_ID_BROOKTREE_8474 = _pci.PCI_DEVICE_ID_BROOKTREE_8474
1006
1007PCI_VENDOR_ID_SIERRA = _pci.PCI_VENDOR_ID_SIERRA
1008
1009PCI_DEVICE_ID_SIERRA_STB = _pci.PCI_DEVICE_ID_SIERRA_STB
1010
1011PCI_VENDOR_ID_ACC = _pci.PCI_VENDOR_ID_ACC
1012
1013PCI_DEVICE_ID_ACC_2056 = _pci.PCI_DEVICE_ID_ACC_2056
1014
1015PCI_VENDOR_ID_WINBOND = _pci.PCI_VENDOR_ID_WINBOND
1016
1017PCI_DEVICE_ID_WINBOND_83769 = _pci.PCI_DEVICE_ID_WINBOND_83769
1018
1019PCI_DEVICE_ID_WINBOND_82C105 = _pci.PCI_DEVICE_ID_WINBOND_82C105
1020
1021PCI_DEVICE_ID_WINBOND_83C553 = _pci.PCI_DEVICE_ID_WINBOND_83C553
1022
1023PCI_VENDOR_ID_DATABOOK = _pci.PCI_VENDOR_ID_DATABOOK
1024
1025PCI_DEVICE_ID_DATABOOK_87144 = _pci.PCI_DEVICE_ID_DATABOOK_87144
1026
1027PCI_VENDOR_ID_PLX = _pci.PCI_VENDOR_ID_PLX
1028
1029PCI_DEVICE_ID_PLX_9050 = _pci.PCI_DEVICE_ID_PLX_9050
1030
1031PCI_DEVICE_ID_PLX_9060 = _pci.PCI_DEVICE_ID_PLX_9060
1032
1033PCI_DEVICE_ID_PLX_9060ES = _pci.PCI_DEVICE_ID_PLX_9060ES
1034
1035PCI_DEVICE_ID_PLX_9060SD = _pci.PCI_DEVICE_ID_PLX_9060SD
1036
1037PCI_DEVICE_ID_PLX_9080 = _pci.PCI_DEVICE_ID_PLX_9080
1038
1039PCI_VENDOR_ID_PLX2 = _pci.PCI_VENDOR_ID_PLX2
1040
1041PCI_DEVICE_ID_PLX2_PCI6154_HB2 = _pci.PCI_DEVICE_ID_PLX2_PCI6154_HB2
1042
1043PCI_VENDOR_ID_MADGE = _pci.PCI_VENDOR_ID_MADGE
1044
1045PCI_DEVICE_ID_MADGE_MK2 = _pci.PCI_DEVICE_ID_MADGE_MK2
1046
1047PCI_DEVICE_ID_MADGE_C155S = _pci.PCI_DEVICE_ID_MADGE_C155S
1048
1049PCI_VENDOR_ID_3COM = _pci.PCI_VENDOR_ID_3COM
1050
1051PCI_DEVICE_ID_3COM_3C339 = _pci.PCI_DEVICE_ID_3COM_3C339
1052
1053PCI_DEVICE_ID_3COM_3C590 = _pci.PCI_DEVICE_ID_3COM_3C590
1054
1055PCI_DEVICE_ID_3COM_3C595TX = _pci.PCI_DEVICE_ID_3COM_3C595TX
1056
1057PCI_DEVICE_ID_3COM_3C595T4 = _pci.PCI_DEVICE_ID_3COM_3C595T4
1058
1059PCI_DEVICE_ID_3COM_3C595MII = _pci.PCI_DEVICE_ID_3COM_3C595MII
1060
1061PCI_DEVICE_ID_3COM_3C900TPO = _pci.PCI_DEVICE_ID_3COM_3C900TPO
1062
1063PCI_DEVICE_ID_3COM_3C900COMBO = _pci.PCI_DEVICE_ID_3COM_3C900COMBO
1064
1065PCI_DEVICE_ID_3COM_3C905TX = _pci.PCI_DEVICE_ID_3COM_3C905TX
1066
1067PCI_DEVICE_ID_3COM_3C905T4 = _pci.PCI_DEVICE_ID_3COM_3C905T4
1068
1069PCI_DEVICE_ID_3COM_3C905B_TX = _pci.PCI_DEVICE_ID_3COM_3C905B_TX
1070
1071PCI_VENDOR_ID_SMC = _pci.PCI_VENDOR_ID_SMC
1072
1073PCI_DEVICE_ID_SMC_EPIC100 = _pci.PCI_DEVICE_ID_SMC_EPIC100
1074
1075PCI_VENDOR_ID_AL = _pci.PCI_VENDOR_ID_AL
1076
1077PCI_DEVICE_ID_AL_M1445 = _pci.PCI_DEVICE_ID_AL_M1445
1078
1079PCI_DEVICE_ID_AL_M1449 = _pci.PCI_DEVICE_ID_AL_M1449
1080
1081PCI_DEVICE_ID_AL_M1451 = _pci.PCI_DEVICE_ID_AL_M1451
1082
1083PCI_DEVICE_ID_AL_M1461 = _pci.PCI_DEVICE_ID_AL_M1461
1084
1085PCI_DEVICE_ID_AL_M1489 = _pci.PCI_DEVICE_ID_AL_M1489
1086
1087PCI_DEVICE_ID_AL_M1511 = _pci.PCI_DEVICE_ID_AL_M1511
1088
1089PCI_DEVICE_ID_AL_M1513 = _pci.PCI_DEVICE_ID_AL_M1513
1090
1091PCI_DEVICE_ID_AL_M1521 = _pci.PCI_DEVICE_ID_AL_M1521
1092
1093PCI_DEVICE_ID_AL_M1523 = _pci.PCI_DEVICE_ID_AL_M1523
1094
1095PCI_DEVICE_ID_AL_M1531 = _pci.PCI_DEVICE_ID_AL_M1531
1096
1097PCI_DEVICE_ID_AL_M1533 = _pci.PCI_DEVICE_ID_AL_M1533
1098
1099PCI_DEVICE_ID_AL_M3307 = _pci.PCI_DEVICE_ID_AL_M3307
1100
1101PCI_DEVICE_ID_AL_M4803 = _pci.PCI_DEVICE_ID_AL_M4803
1102
1103PCI_DEVICE_ID_AL_M5219 = _pci.PCI_DEVICE_ID_AL_M5219
1104
1105PCI_DEVICE_ID_AL_M5229 = _pci.PCI_DEVICE_ID_AL_M5229
1106
1107PCI_DEVICE_ID_AL_M5237 = _pci.PCI_DEVICE_ID_AL_M5237
1108
1109PCI_DEVICE_ID_AL_M7101 = _pci.PCI_DEVICE_ID_AL_M7101
1110
1111PCI_VENDOR_ID_MITSUBISHI = _pci.PCI_VENDOR_ID_MITSUBISHI
1112
1113PCI_VENDOR_ID_SURECOM = _pci.PCI_VENDOR_ID_SURECOM
1114
1115PCI_DEVICE_ID_SURECOM_NE34 = _pci.PCI_DEVICE_ID_SURECOM_NE34
1116
1117PCI_VENDOR_ID_NEOMAGIC = _pci.PCI_VENDOR_ID_NEOMAGIC
1118
1119PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2070 = _pci.PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2070
1120
1121PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128V = _pci.PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128V
1122
1123PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128ZV = _pci.PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128ZV
1124
1125PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2160 = _pci.PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2160
1126
1127PCI_VENDOR_ID_ASP = _pci.PCI_VENDOR_ID_ASP
1128
1129PCI_DEVICE_ID_ASP_ABP940 = _pci.PCI_DEVICE_ID_ASP_ABP940
1130
1131PCI_DEVICE_ID_ASP_ABP940U = _pci.PCI_DEVICE_ID_ASP_ABP940U
1132
1133PCI_DEVICE_ID_ASP_ABP940UW = _pci.PCI_DEVICE_ID_ASP_ABP940UW
1134
1135PCI_VENDOR_ID_MACRONIX = _pci.PCI_VENDOR_ID_MACRONIX
1136
1137PCI_DEVICE_ID_MACRONIX_MX98713 = _pci.PCI_DEVICE_ID_MACRONIX_MX98713
1138
1139PCI_DEVICE_ID_MACRONIX_MX987x5 = _pci.PCI_DEVICE_ID_MACRONIX_MX987x5
1140
1141PCI_VENDOR_ID_CERN = _pci.PCI_VENDOR_ID_CERN
1142
1143PCI_DEVICE_ID_CERN_SPSB_PMC = _pci.PCI_DEVICE_ID_CERN_SPSB_PMC
1144
1145PCI_DEVICE_ID_CERN_SPSB_PCI = _pci.PCI_DEVICE_ID_CERN_SPSB_PCI
1146
1147PCI_DEVICE_ID_CERN_HIPPI_DST = _pci.PCI_DEVICE_ID_CERN_HIPPI_DST
1148
1149PCI_DEVICE_ID_CERN_HIPPI_SRC = _pci.PCI_DEVICE_ID_CERN_HIPPI_SRC
1150
1151PCI_VENDOR_ID_NVIDIA = _pci.PCI_VENDOR_ID_NVIDIA
1152
1153PCI_VENDOR_ID_IMS = _pci.PCI_VENDOR_ID_IMS
1154
1155PCI_DEVICE_ID_IMS_8849 = _pci.PCI_DEVICE_ID_IMS_8849
1156
1157PCI_VENDOR_ID_TEKRAM2 = _pci.PCI_VENDOR_ID_TEKRAM2
1158
1159PCI_DEVICE_ID_TEKRAM2_690c = _pci.PCI_DEVICE_ID_TEKRAM2_690c
1160
1161PCI_VENDOR_ID_TUNDRA = _pci.PCI_VENDOR_ID_TUNDRA
1162
1163PCI_DEVICE_ID_TUNDRA_CA91C042 = _pci.PCI_DEVICE_ID_TUNDRA_CA91C042
1164
1165PCI_VENDOR_ID_AMCC = _pci.PCI_VENDOR_ID_AMCC
1166
1167PCI_DEVICE_ID_AMCC_MYRINET = _pci.PCI_DEVICE_ID_AMCC_MYRINET
1168
1169PCI_DEVICE_ID_AMCC_PARASTATION = _pci.PCI_DEVICE_ID_AMCC_PARASTATION
1170
1171PCI_DEVICE_ID_AMCC_S5933 = _pci.PCI_DEVICE_ID_AMCC_S5933
1172
1173PCI_DEVICE_ID_AMCC_S5933_HEPC3 = _pci.PCI_DEVICE_ID_AMCC_S5933_HEPC3
1174
1175PCI_VENDOR_ID_INTERG = _pci.PCI_VENDOR_ID_INTERG
1176
1177PCI_DEVICE_ID_INTERG_1680 = _pci.PCI_DEVICE_ID_INTERG_1680
1178
1179PCI_DEVICE_ID_INTERG_1682 = _pci.PCI_DEVICE_ID_INTERG_1682
1180
1181PCI_VENDOR_ID_REALTEK = _pci.PCI_VENDOR_ID_REALTEK
1182
1183PCI_DEVICE_ID_REALTEK_8029 = _pci.PCI_DEVICE_ID_REALTEK_8029
1184
1185PCI_DEVICE_ID_REALTEK_8129 = _pci.PCI_DEVICE_ID_REALTEK_8129
1186
1187PCI_DEVICE_ID_REALTEK_8139 = _pci.PCI_DEVICE_ID_REALTEK_8139
1188
1189PCI_VENDOR_ID_TRUEVISION = _pci.PCI_VENDOR_ID_TRUEVISION
1190
1191PCI_DEVICE_ID_TRUEVISION_T1000 = _pci.PCI_DEVICE_ID_TRUEVISION_T1000
1192
1193PCI_VENDOR_ID_INIT = _pci.PCI_VENDOR_ID_INIT
1194
1195PCI_DEVICE_ID_INIT_320P = _pci.PCI_DEVICE_ID_INIT_320P
1196
1197PCI_DEVICE_ID_INIT_360P = _pci.PCI_DEVICE_ID_INIT_360P
1198
1199PCI_VENDOR_ID_TTI = _pci.PCI_VENDOR_ID_TTI
1200
1201PCI_DEVICE_ID_TTI_HPT343 = _pci.PCI_DEVICE_ID_TTI_HPT343
1202
1203PCI_VENDOR_ID_VIA = _pci.PCI_VENDOR_ID_VIA
1204
1205PCI_DEVICE_ID_VIA_82C505 = _pci.PCI_DEVICE_ID_VIA_82C505
1206
1207PCI_DEVICE_ID_VIA_82C561 = _pci.PCI_DEVICE_ID_VIA_82C561
1208
1209PCI_DEVICE_ID_VIA_82C586_1 = _pci.PCI_DEVICE_ID_VIA_82C586_1
1210
1211PCI_DEVICE_ID_VIA_82C576 = _pci.PCI_DEVICE_ID_VIA_82C576
1212
1213PCI_DEVICE_ID_VIA_82C585 = _pci.PCI_DEVICE_ID_VIA_82C585
1214
1215PCI_DEVICE_ID_VIA_82C586_0 = _pci.PCI_DEVICE_ID_VIA_82C586_0
1216
1217PCI_DEVICE_ID_VIA_82C595 = _pci.PCI_DEVICE_ID_VIA_82C595
1218
1219PCI_DEVICE_ID_VIA_82C597_0 = _pci.PCI_DEVICE_ID_VIA_82C597_0
1220
1221PCI_DEVICE_ID_VIA_82C926 = _pci.PCI_DEVICE_ID_VIA_82C926
1222
1223PCI_DEVICE_ID_VIA_82C416 = _pci.PCI_DEVICE_ID_VIA_82C416
1224
1225PCI_DEVICE_ID_VIA_82C595_97 = _pci.PCI_DEVICE_ID_VIA_82C595_97
1226
1227PCI_DEVICE_ID_VIA_82C586_2 = _pci.PCI_DEVICE_ID_VIA_82C586_2
1228
1229PCI_DEVICE_ID_VIA_82C586_3 = _pci.PCI_DEVICE_ID_VIA_82C586_3
1230
1231PCI_DEVICE_ID_VIA_86C100A = _pci.PCI_DEVICE_ID_VIA_86C100A
1232
1233PCI_DEVICE_ID_VIA_82C597_1 = _pci.PCI_DEVICE_ID_VIA_82C597_1
1234
1235PCI_VENDOR_ID_VORTEX = _pci.PCI_VENDOR_ID_VORTEX
1236
1237PCI_DEVICE_ID_VORTEX_GDT60x0 = _pci.PCI_DEVICE_ID_VORTEX_GDT60x0
1238
1239PCI_DEVICE_ID_VORTEX_GDT6000B = _pci.PCI_DEVICE_ID_VORTEX_GDT6000B
1240
1241PCI_DEVICE_ID_VORTEX_GDT6x10 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x10
1242
1243PCI_DEVICE_ID_VORTEX_GDT6x20 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x20
1244
1245PCI_DEVICE_ID_VORTEX_GDT6530 = _pci.PCI_DEVICE_ID_VORTEX_GDT6530
1246
1247PCI_DEVICE_ID_VORTEX_GDT6550 = _pci.PCI_DEVICE_ID_VORTEX_GDT6550
1248
1249PCI_DEVICE_ID_VORTEX_GDT6x17 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x17
1250
1251PCI_DEVICE_ID_VORTEX_GDT6x27 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x27
1252
1253PCI_DEVICE_ID_VORTEX_GDT6537 = _pci.PCI_DEVICE_ID_VORTEX_GDT6537
1254
1255PCI_DEVICE_ID_VORTEX_GDT6557 = _pci.PCI_DEVICE_ID_VORTEX_GDT6557
1256
1257PCI_DEVICE_ID_VORTEX_GDT6x15 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x15
1258
1259PCI_DEVICE_ID_VORTEX_GDT6x25 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x25
1260
1261PCI_DEVICE_ID_VORTEX_GDT6535 = _pci.PCI_DEVICE_ID_VORTEX_GDT6535
1262
1263PCI_DEVICE_ID_VORTEX_GDT6555 = _pci.PCI_DEVICE_ID_VORTEX_GDT6555
1264
1265PCI_DEVICE_ID_VORTEX_GDT6x17RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6x17RP
1266
1267PCI_DEVICE_ID_VORTEX_GDT6x27RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6x27RP
1268
1269PCI_DEVICE_ID_VORTEX_GDT6537RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6537RP
1270
1271PCI_DEVICE_ID_VORTEX_GDT6557RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6557RP
1272
1273PCI_DEVICE_ID_VORTEX_GDT6x11RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6x11RP
1274
1275PCI_DEVICE_ID_VORTEX_GDT6x21RP = _pci.PCI_DEVICE_ID_VORTEX_GDT6x21RP
1276
1277PCI_DEVICE_ID_VORTEX_GDT6x17RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x17RP1
1278
1279PCI_DEVICE_ID_VORTEX_GDT6x27RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x27RP1
1280
1281PCI_DEVICE_ID_VORTEX_GDT6537RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6537RP1
1282
1283PCI_DEVICE_ID_VORTEX_GDT6557RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6557RP1
1284
1285PCI_DEVICE_ID_VORTEX_GDT6x11RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x11RP1
1286
1287PCI_DEVICE_ID_VORTEX_GDT6x21RP1 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x21RP1
1288
1289PCI_DEVICE_ID_VORTEX_GDT6x17RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x17RP2
1290
1291PCI_DEVICE_ID_VORTEX_GDT6x27RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x27RP2
1292
1293PCI_DEVICE_ID_VORTEX_GDT6537RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6537RP2
1294
1295PCI_DEVICE_ID_VORTEX_GDT6557RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6557RP2
1296
1297PCI_DEVICE_ID_VORTEX_GDT6x11RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x11RP2
1298
1299PCI_DEVICE_ID_VORTEX_GDT6x21RP2 = _pci.PCI_DEVICE_ID_VORTEX_GDT6x21RP2
1300
1301PCI_VENDOR_ID_EF = _pci.PCI_VENDOR_ID_EF
1302
1303PCI_DEVICE_ID_EF_ATM_FPGA = _pci.PCI_DEVICE_ID_EF_ATM_FPGA
1304
1305PCI_DEVICE_ID_EF_ATM_ASIC = _pci.PCI_DEVICE_ID_EF_ATM_ASIC
1306
1307PCI_VENDOR_ID_FORE = _pci.PCI_VENDOR_ID_FORE
1308
1309PCI_DEVICE_ID_FORE_PCA200PC = _pci.PCI_DEVICE_ID_FORE_PCA200PC
1310
1311PCI_DEVICE_ID_FORE_PCA200E = _pci.PCI_DEVICE_ID_FORE_PCA200E
1312
1313PCI_VENDOR_ID_IMAGINGTECH = _pci.PCI_VENDOR_ID_IMAGINGTECH
1314
1315PCI_DEVICE_ID_IMAGINGTECH_ICPCI = _pci.PCI_DEVICE_ID_IMAGINGTECH_ICPCI
1316
1317PCI_VENDOR_ID_PHILIPS = _pci.PCI_VENDOR_ID_PHILIPS
1318
1319PCI_DEVICE_ID_PHILIPS_SAA7145 = _pci.PCI_DEVICE_ID_PHILIPS_SAA7145
1320
1321PCI_DEVICE_ID_PHILIPS_SAA7146 = _pci.PCI_DEVICE_ID_PHILIPS_SAA7146
1322
1323PCI_VENDOR_ID_CYCLONE = _pci.PCI_VENDOR_ID_CYCLONE
1324
1325PCI_DEVICE_ID_CYCLONE_SDK = _pci.PCI_DEVICE_ID_CYCLONE_SDK
1326
1327PCI_VENDOR_ID_ALLIANCE = _pci.PCI_VENDOR_ID_ALLIANCE
1328
1329PCI_DEVICE_ID_ALLIANCE_PROMOTIO = _pci.PCI_DEVICE_ID_ALLIANCE_PROMOTIO
1330
1331PCI_DEVICE_ID_ALLIANCE_PROVIDEO = _pci.PCI_DEVICE_ID_ALLIANCE_PROVIDEO
1332
1333PCI_DEVICE_ID_ALLIANCE_AT24 = _pci.PCI_DEVICE_ID_ALLIANCE_AT24
1334
1335PCI_DEVICE_ID_ALLIANCE_AT3D = _pci.PCI_DEVICE_ID_ALLIANCE_AT3D
1336
1337PCI_VENDOR_ID_SK = _pci.PCI_VENDOR_ID_SK
1338
1339PCI_DEVICE_ID_SK_FP = _pci.PCI_DEVICE_ID_SK_FP
1340
1341PCI_DEVICE_ID_SK_TR = _pci.PCI_DEVICE_ID_SK_TR
1342
1343PCI_DEVICE_ID_SK_GE = _pci.PCI_DEVICE_ID_SK_GE
1344
1345PCI_VENDOR_ID_VMIC = _pci.PCI_VENDOR_ID_VMIC
1346
1347PCI_DEVICE_ID_VMIC_VME = _pci.PCI_DEVICE_ID_VMIC_VME
1348
1349PCI_VENDOR_ID_DIGI = _pci.PCI_VENDOR_ID_DIGI
1350
1351PCI_DEVICE_ID_DIGI_EPC = _pci.PCI_DEVICE_ID_DIGI_EPC
1352
1353PCI_DEVICE_ID_DIGI_RIGHTSWITCH = _pci.PCI_DEVICE_ID_DIGI_RIGHTSWITCH
1354
1355PCI_DEVICE_ID_DIGI_XEM = _pci.PCI_DEVICE_ID_DIGI_XEM
1356
1357PCI_DEVICE_ID_DIGI_XR = _pci.PCI_DEVICE_ID_DIGI_XR
1358
1359PCI_DEVICE_ID_DIGI_CX = _pci.PCI_DEVICE_ID_DIGI_CX
1360
1361PCI_DEVICE_ID_DIGI_XRJ = _pci.PCI_DEVICE_ID_DIGI_XRJ
1362
1363PCI_DEVICE_ID_DIGI_EPCJ = _pci.PCI_DEVICE_ID_DIGI_EPCJ
1364
1365PCI_DEVICE_ID_DIGI_XR_920 = _pci.PCI_DEVICE_ID_DIGI_XR_920
1366
1367PCI_VENDOR_ID_MUTECH = _pci.PCI_VENDOR_ID_MUTECH
1368
1369PCI_DEVICE_ID_MUTECH_MV1000 = _pci.PCI_DEVICE_ID_MUTECH_MV1000
1370
1371PCI_VENDOR_ID_RENDITION = _pci.PCI_VENDOR_ID_RENDITION
1372
1373PCI_DEVICE_ID_RENDITION_VERITE = _pci.PCI_DEVICE_ID_RENDITION_VERITE
1374
1375PCI_DEVICE_ID_RENDITION_VERITE2100 = _pci.PCI_DEVICE_ID_RENDITION_VERITE2100
1376
1377PCI_VENDOR_ID_TOSHIBA = _pci.PCI_VENDOR_ID_TOSHIBA
1378
1379PCI_DEVICE_ID_TOSHIBA_601 = _pci.PCI_DEVICE_ID_TOSHIBA_601
1380
1381PCI_DEVICE_ID_TOSHIBA_TOPIC95 = _pci.PCI_DEVICE_ID_TOSHIBA_TOPIC95
1382
1383PCI_DEVICE_ID_TOSHIBA_TOPIC97 = _pci.PCI_DEVICE_ID_TOSHIBA_TOPIC97
1384
1385PCI_VENDOR_ID_RICOH = _pci.PCI_VENDOR_ID_RICOH
1386
1387PCI_DEVICE_ID_RICOH_RL5C465 = _pci.PCI_DEVICE_ID_RICOH_RL5C465
1388
1389PCI_DEVICE_ID_RICOH_RL5C466 = _pci.PCI_DEVICE_ID_RICOH_RL5C466
1390
1391PCI_DEVICE_ID_RICOH_RL5C475 = _pci.PCI_DEVICE_ID_RICOH_RL5C475
1392
1393PCI_DEVICE_ID_RICOH_RL5C478 = _pci.PCI_DEVICE_ID_RICOH_RL5C478
1394
1395PCI_VENDOR_ID_ARTOP = _pci.PCI_VENDOR_ID_ARTOP
1396
1397PCI_DEVICE_ID_ARTOP_ATP8400 = _pci.PCI_DEVICE_ID_ARTOP_ATP8400
1398
1399PCI_DEVICE_ID_ARTOP_ATP850UF = _pci.PCI_DEVICE_ID_ARTOP_ATP850UF
1400
1401PCI_VENDOR_ID_ZEITNET = _pci.PCI_VENDOR_ID_ZEITNET
1402
1403PCI_DEVICE_ID_ZEITNET_1221 = _pci.PCI_DEVICE_ID_ZEITNET_1221
1404
1405PCI_DEVICE_ID_ZEITNET_1225 = _pci.PCI_DEVICE_ID_ZEITNET_1225
1406
1407PCI_VENDOR_ID_OMEGA = _pci.PCI_VENDOR_ID_OMEGA
1408
1409PCI_DEVICE_ID_OMEGA_82C092G = _pci.PCI_DEVICE_ID_OMEGA_82C092G
1410
1411PCI_VENDOR_ID_MARVELL = _pci.PCI_VENDOR_ID_MARVELL
1412
1413PCI_DEVICE_ID_MARVELL_GT6426xAB = _pci.PCI_DEVICE_ID_MARVELL_GT6426xAB
1414
1415PCI_VENDOR_ID_LITEON = _pci.PCI_VENDOR_ID_LITEON
1416
1417PCI_DEVICE_ID_LITEON_LNE100TX = _pci.PCI_DEVICE_ID_LITEON_LNE100TX
1418
1419PCI_VENDOR_ID_NP = _pci.PCI_VENDOR_ID_NP
1420
1421PCI_DEVICE_ID_NP_PCI_FDDI = _pci.PCI_DEVICE_ID_NP_PCI_FDDI
1422
1423PCI_VENDOR_ID_ATT = _pci.PCI_VENDOR_ID_ATT
1424
1425PCI_DEVICE_ID_ATT_L56XMF = _pci.PCI_DEVICE_ID_ATT_L56XMF
1426
1427PCI_VENDOR_ID_SPECIALIX = _pci.PCI_VENDOR_ID_SPECIALIX
1428
1429PCI_DEVICE_ID_SPECIALIX_IO8 = _pci.PCI_DEVICE_ID_SPECIALIX_IO8
1430
1431PCI_DEVICE_ID_SPECIALIX_XIO = _pci.PCI_DEVICE_ID_SPECIALIX_XIO
1432
1433PCI_DEVICE_ID_SPECIALIX_RIO = _pci.PCI_DEVICE_ID_SPECIALIX_RIO
1434
1435PCI_VENDOR_ID_AURAVISION = _pci.PCI_VENDOR_ID_AURAVISION
1436
1437PCI_DEVICE_ID_AURAVISION_VXP524 = _pci.PCI_DEVICE_ID_AURAVISION_VXP524
1438
1439PCI_VENDOR_ID_IKON = _pci.PCI_VENDOR_ID_IKON
1440
1441PCI_DEVICE_ID_IKON_10115 = _pci.PCI_DEVICE_ID_IKON_10115
1442
1443PCI_DEVICE_ID_IKON_10117 = _pci.PCI_DEVICE_ID_IKON_10117
1444
1445PCI_VENDOR_ID_ZORAN = _pci.PCI_VENDOR_ID_ZORAN
1446
1447PCI_DEVICE_ID_ZORAN_36057 = _pci.PCI_DEVICE_ID_ZORAN_36057
1448
1449PCI_DEVICE_ID_ZORAN_36120 = _pci.PCI_DEVICE_ID_ZORAN_36120
1450
1451PCI_VENDOR_ID_KINETIC = _pci.PCI_VENDOR_ID_KINETIC
1452
1453PCI_DEVICE_ID_KINETIC_2915 = _pci.PCI_DEVICE_ID_KINETIC_2915
1454
1455PCI_VENDOR_ID_COMPEX = _pci.PCI_VENDOR_ID_COMPEX
1456
1457PCI_DEVICE_ID_COMPEX_ENET100VG4 = _pci.PCI_DEVICE_ID_COMPEX_ENET100VG4
1458
1459PCI_DEVICE_ID_COMPEX_RL2000 = _pci.PCI_DEVICE_ID_COMPEX_RL2000
1460
1461PCI_VENDOR_ID_RP = _pci.PCI_VENDOR_ID_RP
1462
1463PCI_DEVICE_ID_RP32INTF = _pci.PCI_DEVICE_ID_RP32INTF
1464
1465PCI_DEVICE_ID_RP8INTF = _pci.PCI_DEVICE_ID_RP8INTF
1466
1467PCI_DEVICE_ID_RP16INTF = _pci.PCI_DEVICE_ID_RP16INTF
1468
1469PCI_DEVICE_ID_RP4QUAD = _pci.PCI_DEVICE_ID_RP4QUAD
1470
1471PCI_DEVICE_ID_RP8OCTA = _pci.PCI_DEVICE_ID_RP8OCTA
1472
1473PCI_DEVICE_ID_RP8J = _pci.PCI_DEVICE_ID_RP8J
1474
1475PCI_DEVICE_ID_RPP4 = _pci.PCI_DEVICE_ID_RPP4
1476
1477PCI_DEVICE_ID_RPP8 = _pci.PCI_DEVICE_ID_RPP8
1478
1479PCI_DEVICE_ID_RP8M = _pci.PCI_DEVICE_ID_RP8M
1480
1481PCI_VENDOR_ID_CYCLADES = _pci.PCI_VENDOR_ID_CYCLADES
1482
1483PCI_DEVICE_ID_CYCLOM_Y_Lo = _pci.PCI_DEVICE_ID_CYCLOM_Y_Lo
1484
1485PCI_DEVICE_ID_CYCLOM_Y_Hi = _pci.PCI_DEVICE_ID_CYCLOM_Y_Hi
1486
1487PCI_DEVICE_ID_CYCLOM_Z_Lo = _pci.PCI_DEVICE_ID_CYCLOM_Z_Lo
1488
1489PCI_DEVICE_ID_CYCLOM_Z_Hi = _pci.PCI_DEVICE_ID_CYCLOM_Z_Hi
1490
1491PCI_VENDOR_ID_ESSENTIAL = _pci.PCI_VENDOR_ID_ESSENTIAL
1492
1493PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER = _pci.PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER
1494
1495PCI_VENDOR_ID_O2 = _pci.PCI_VENDOR_ID_O2
1496
1497PCI_DEVICE_ID_O2_6729 = _pci.PCI_DEVICE_ID_O2_6729
1498
1499PCI_DEVICE_ID_O2_6730 = _pci.PCI_DEVICE_ID_O2_6730
1500
1501PCI_DEVICE_ID_O2_6832 = _pci.PCI_DEVICE_ID_O2_6832
1502
1503PCI_DEVICE_ID_O2_6836 = _pci.PCI_DEVICE_ID_O2_6836
1504
1505PCI_VENDOR_ID_3DFX = _pci.PCI_VENDOR_ID_3DFX
1506
1507PCI_DEVICE_ID_3DFX_VOODOO = _pci.PCI_DEVICE_ID_3DFX_VOODOO
1508
1509PCI_DEVICE_ID_3DFX_VOODOO2 = _pci.PCI_DEVICE_ID_3DFX_VOODOO2
1510
1511PCI_VENDOR_ID_SIGMADES = _pci.PCI_VENDOR_ID_SIGMADES
1512
1513PCI_DEVICE_ID_SIGMADES_6425 = _pci.PCI_DEVICE_ID_SIGMADES_6425
1514
1515PCI_VENDOR_ID_CCUBE = _pci.PCI_VENDOR_ID_CCUBE
1516
1517PCI_VENDOR_ID_DIPIX = _pci.PCI_VENDOR_ID_DIPIX
1518
1519PCI_VENDOR_ID_STALLION = _pci.PCI_VENDOR_ID_STALLION
1520
1521PCI_DEVICE_ID_STALLION_ECHPCI832 = _pci.PCI_DEVICE_ID_STALLION_ECHPCI832
1522
1523PCI_DEVICE_ID_STALLION_ECHPCI864 = _pci.PCI_DEVICE_ID_STALLION_ECHPCI864
1524
1525PCI_DEVICE_ID_STALLION_EIOPCI = _pci.PCI_DEVICE_ID_STALLION_EIOPCI
1526
1527PCI_VENDOR_ID_OPTIBASE = _pci.PCI_VENDOR_ID_OPTIBASE
1528
1529PCI_DEVICE_ID_OPTIBASE_FORGE = _pci.PCI_DEVICE_ID_OPTIBASE_FORGE
1530
1531PCI_DEVICE_ID_OPTIBASE_FUSION = _pci.PCI_DEVICE_ID_OPTIBASE_FUSION
1532
1533PCI_DEVICE_ID_OPTIBASE_VPLEX = _pci.PCI_DEVICE_ID_OPTIBASE_VPLEX
1534
1535PCI_DEVICE_ID_OPTIBASE_VPLEXCC = _pci.PCI_DEVICE_ID_OPTIBASE_VPLEXCC
1536
1537PCI_DEVICE_ID_OPTIBASE_VQUEST = _pci.PCI_DEVICE_ID_OPTIBASE_VQUEST
1538
1539PCI_VENDOR_ID_SATSAGEM = _pci.PCI_VENDOR_ID_SATSAGEM
1540
1541PCI_DEVICE_ID_SATSAGEM_PCR2101 = _pci.PCI_DEVICE_ID_SATSAGEM_PCR2101
1542
1543PCI_DEVICE_ID_SATSAGEM_TELSATTURBO = _pci.PCI_DEVICE_ID_SATSAGEM_TELSATTURBO
1544
1545PCI_VENDOR_ID_HUGHES = _pci.PCI_VENDOR_ID_HUGHES
1546
1547PCI_DEVICE_ID_HUGHES_DIRECPC = _pci.PCI_DEVICE_ID_HUGHES_DIRECPC
1548
1549PCI_VENDOR_ID_ENSONIQ = _pci.PCI_VENDOR_ID_ENSONIQ
1550
1551PCI_DEVICE_ID_ENSONIQ_AUDIOPCI = _pci.PCI_DEVICE_ID_ENSONIQ_AUDIOPCI
1552
1553PCI_VENDOR_ID_ALTEON = _pci.PCI_VENDOR_ID_ALTEON
1554
1555PCI_DEVICE_ID_ALTEON_ACENIC = _pci.PCI_DEVICE_ID_ALTEON_ACENIC
1556
1557PCI_VENDOR_ID_PICTUREL = _pci.PCI_VENDOR_ID_PICTUREL
1558
1559PCI_DEVICE_ID_PICTUREL_PCIVST = _pci.PCI_DEVICE_ID_PICTUREL_PCIVST
1560
1561PCI_VENDOR_ID_NVIDIA_SGS = _pci.PCI_VENDOR_ID_NVIDIA_SGS
1562
1563PCI_DEVICE_ID_NVIDIA_SGS_RIVA128 = _pci.PCI_DEVICE_ID_NVIDIA_SGS_RIVA128
1564
1565PCI_VENDOR_ID_CBOARDS = _pci.PCI_VENDOR_ID_CBOARDS
1566
1567PCI_DEVICE_ID_CBOARDS_DAS1602_16 = _pci.PCI_DEVICE_ID_CBOARDS_DAS1602_16
1568
1569PCI_VENDOR_ID_SYMPHONY = _pci.PCI_VENDOR_ID_SYMPHONY
1570
1571PCI_DEVICE_ID_SYMPHONY_101 = _pci.PCI_DEVICE_ID_SYMPHONY_101
1572
1573PCI_VENDOR_ID_TEKRAM = _pci.PCI_VENDOR_ID_TEKRAM
1574
1575PCI_DEVICE_ID_TEKRAM_DC290 = _pci.PCI_DEVICE_ID_TEKRAM_DC290
1576
1577PCI_VENDOR_ID_3DLABS = _pci.PCI_VENDOR_ID_3DLABS
1578
1579PCI_DEVICE_ID_3DLABS_300SX = _pci.PCI_DEVICE_ID_3DLABS_300SX
1580
1581PCI_DEVICE_ID_3DLABS_500TX = _pci.PCI_DEVICE_ID_3DLABS_500TX
1582
1583PCI_DEVICE_ID_3DLABS_DELTA = _pci.PCI_DEVICE_ID_3DLABS_DELTA
1584
1585PCI_DEVICE_ID_3DLABS_PERMEDIA = _pci.PCI_DEVICE_ID_3DLABS_PERMEDIA
1586
1587PCI_DEVICE_ID_3DLABS_MX = _pci.PCI_DEVICE_ID_3DLABS_MX
1588
1589PCI_VENDOR_ID_AVANCE = _pci.PCI_VENDOR_ID_AVANCE
1590
1591PCI_DEVICE_ID_AVANCE_ALG2064 = _pci.PCI_DEVICE_ID_AVANCE_ALG2064
1592
1593PCI_DEVICE_ID_AVANCE_2302 = _pci.PCI_DEVICE_ID_AVANCE_2302
1594
1595PCI_VENDOR_ID_NETVIN = _pci.PCI_VENDOR_ID_NETVIN
1596
1597PCI_DEVICE_ID_NETVIN_NV5000SC = _pci.PCI_DEVICE_ID_NETVIN_NV5000SC
1598
1599PCI_VENDOR_ID_S3 = _pci.PCI_VENDOR_ID_S3
1600
1601PCI_DEVICE_ID_S3_PLATO_PXS = _pci.PCI_DEVICE_ID_S3_PLATO_PXS
1602
1603PCI_DEVICE_ID_S3_ViRGE = _pci.PCI_DEVICE_ID_S3_ViRGE
1604
1605PCI_DEVICE_ID_S3_TRIO = _pci.PCI_DEVICE_ID_S3_TRIO
1606
1607PCI_DEVICE_ID_S3_AURORA64VP = _pci.PCI_DEVICE_ID_S3_AURORA64VP
1608
1609PCI_DEVICE_ID_S3_TRIO64UVP = _pci.PCI_DEVICE_ID_S3_TRIO64UVP
1610
1611PCI_DEVICE_ID_S3_ViRGE_VX = _pci.PCI_DEVICE_ID_S3_ViRGE_VX
1612
1613PCI_DEVICE_ID_S3_868 = _pci.PCI_DEVICE_ID_S3_868
1614
1615PCI_DEVICE_ID_S3_928 = _pci.PCI_DEVICE_ID_S3_928
1616
1617PCI_DEVICE_ID_S3_864_1 = _pci.PCI_DEVICE_ID_S3_864_1
1618
1619PCI_DEVICE_ID_S3_864_2 = _pci.PCI_DEVICE_ID_S3_864_2
1620
1621PCI_DEVICE_ID_S3_964_1 = _pci.PCI_DEVICE_ID_S3_964_1
1622
1623PCI_DEVICE_ID_S3_964_2 = _pci.PCI_DEVICE_ID_S3_964_2
1624
1625PCI_DEVICE_ID_S3_968 = _pci.PCI_DEVICE_ID_S3_968
1626
1627PCI_DEVICE_ID_S3_TRIO64V2 = _pci.PCI_DEVICE_ID_S3_TRIO64V2
1628
1629PCI_DEVICE_ID_S3_PLATO_PXG = _pci.PCI_DEVICE_ID_S3_PLATO_PXG
1630
1631PCI_DEVICE_ID_S3_ViRGE_DXGX = _pci.PCI_DEVICE_ID_S3_ViRGE_DXGX
1632
1633PCI_DEVICE_ID_S3_ViRGE_GX2 = _pci.PCI_DEVICE_ID_S3_ViRGE_GX2
1634
1635PCI_DEVICE_ID_S3_ViRGE_MX = _pci.PCI_DEVICE_ID_S3_ViRGE_MX
1636
1637PCI_DEVICE_ID_S3_ViRGE_MXP = _pci.PCI_DEVICE_ID_S3_ViRGE_MXP
1638
1639PCI_DEVICE_ID_S3_ViRGE_MXPMV = _pci.PCI_DEVICE_ID_S3_ViRGE_MXPMV
1640
1641PCI_DEVICE_ID_S3_SONICVIBES = _pci.PCI_DEVICE_ID_S3_SONICVIBES
1642
1643PCI_VENDOR_ID_INTEL = _pci.PCI_VENDOR_ID_INTEL
1644
1645PCI_DEVICE_ID_INTEL_82375 = _pci.PCI_DEVICE_ID_INTEL_82375
1646
1647PCI_DEVICE_ID_INTEL_82424 = _pci.PCI_DEVICE_ID_INTEL_82424
1648
1649PCI_DEVICE_ID_INTEL_82378 = _pci.PCI_DEVICE_ID_INTEL_82378
1650
1651PCI_DEVICE_ID_INTEL_82430 = _pci.PCI_DEVICE_ID_INTEL_82430
1652
1653PCI_DEVICE_ID_INTEL_82434 = _pci.PCI_DEVICE_ID_INTEL_82434
1654
1655PCI_DEVICE_ID_INTEL_82544EI_COPPER = _pci.PCI_DEVICE_ID_INTEL_82544EI_COPPER
1656
1657PCI_DEVICE_ID_INTEL_82092AA_0 = _pci.PCI_DEVICE_ID_INTEL_82092AA_0
1658
1659PCI_DEVICE_ID_INTEL_82092AA_1 = _pci.PCI_DEVICE_ID_INTEL_82092AA_1
1660
1661PCI_DEVICE_ID_INTEL_7116 = _pci.PCI_DEVICE_ID_INTEL_7116
1662
1663PCI_DEVICE_ID_INTEL_82596 = _pci.PCI_DEVICE_ID_INTEL_82596
1664
1665PCI_DEVICE_ID_INTEL_82865 = _pci.PCI_DEVICE_ID_INTEL_82865
1666
1667PCI_DEVICE_ID_INTEL_82557 = _pci.PCI_DEVICE_ID_INTEL_82557
1668
1669PCI_DEVICE_ID_INTEL_82437 = _pci.PCI_DEVICE_ID_INTEL_82437
1670
1671PCI_DEVICE_ID_INTEL_82371FB_0 = _pci.PCI_DEVICE_ID_INTEL_82371FB_0
1672
1673PCI_DEVICE_ID_INTEL_82371FB_1 = _pci.PCI_DEVICE_ID_INTEL_82371FB_1
1674
1675PCI_DEVICE_ID_INTEL_82371MX = _pci.PCI_DEVICE_ID_INTEL_82371MX
1676
1677PCI_DEVICE_ID_INTEL_82437MX = _pci.PCI_DEVICE_ID_INTEL_82437MX
1678
1679PCI_DEVICE_ID_INTEL_82441 = _pci.PCI_DEVICE_ID_INTEL_82441
1680
1681PCI_DEVICE_ID_INTEL_82380FB = _pci.PCI_DEVICE_ID_INTEL_82380FB
1682
1683PCI_DEVICE_ID_INTEL_82439 = _pci.PCI_DEVICE_ID_INTEL_82439
1684
1685PCI_DEVICE_ID_INTEL_82371SB_0 = _pci.PCI_DEVICE_ID_INTEL_82371SB_0
1686
1687PCI_DEVICE_ID_INTEL_82371SB_1 = _pci.PCI_DEVICE_ID_INTEL_82371SB_1
1688
1689PCI_DEVICE_ID_INTEL_82371SB_2 = _pci.PCI_DEVICE_ID_INTEL_82371SB_2
1690
1691PCI_DEVICE_ID_INTEL_82437VX = _pci.PCI_DEVICE_ID_INTEL_82437VX
1692
1693PCI_DEVICE_ID_INTEL_82439TX = _pci.PCI_DEVICE_ID_INTEL_82439TX
1694
1695PCI_DEVICE_ID_INTEL_82371AB_0 = _pci.PCI_DEVICE_ID_INTEL_82371AB_0
1696
1697PCI_DEVICE_ID_INTEL_82371AB = _pci.PCI_DEVICE_ID_INTEL_82371AB
1698
1699PCI_DEVICE_ID_INTEL_82371AB_2 = _pci.PCI_DEVICE_ID_INTEL_82371AB_2
1700
1701PCI_DEVICE_ID_INTEL_82371AB_3 = _pci.PCI_DEVICE_ID_INTEL_82371AB_3
1702
1703PCI_DEVICE_ID_INTEL_82443LX_0 = _pci.PCI_DEVICE_ID_INTEL_82443LX_0
1704
1705PCI_DEVICE_ID_INTEL_82443LX_1 = _pci.PCI_DEVICE_ID_INTEL_82443LX_1
1706
1707PCI_DEVICE_ID_INTEL_82443BX_0 = _pci.PCI_DEVICE_ID_INTEL_82443BX_0
1708
1709PCI_DEVICE_ID_INTEL_82443BX_1 = _pci.PCI_DEVICE_ID_INTEL_82443BX_1
1710
1711PCI_DEVICE_ID_INTEL_82443BX_2 = _pci.PCI_DEVICE_ID_INTEL_82443BX_2
1712
1713PCI_DEVICE_ID_INTEL_P6 = _pci.PCI_DEVICE_ID_INTEL_P6
1714
1715PCI_DEVICE_ID_INTEL_82450GX = _pci.PCI_DEVICE_ID_INTEL_82450GX
1716
1717PCI_VENDOR_ID_KTI = _pci.PCI_VENDOR_ID_KTI
1718
1719PCI_DEVICE_ID_KTI_ET32P2 = _pci.PCI_DEVICE_ID_KTI_ET32P2
1720
1721PCI_VENDOR_ID_ADAPTEC = _pci.PCI_VENDOR_ID_ADAPTEC
1722
1723PCI_DEVICE_ID_ADAPTEC_7810 = _pci.PCI_DEVICE_ID_ADAPTEC_7810
1724
1725PCI_DEVICE_ID_ADAPTEC_7850 = _pci.PCI_DEVICE_ID_ADAPTEC_7850
1726
1727PCI_DEVICE_ID_ADAPTEC_7855 = _pci.PCI_DEVICE_ID_ADAPTEC_7855
1728
1729PCI_DEVICE_ID_ADAPTEC_5800 = _pci.PCI_DEVICE_ID_ADAPTEC_5800
1730
1731PCI_DEVICE_ID_ADAPTEC_1480A = _pci.PCI_DEVICE_ID_ADAPTEC_1480A
1732
1733PCI_DEVICE_ID_ADAPTEC_7860 = _pci.PCI_DEVICE_ID_ADAPTEC_7860
1734
1735PCI_DEVICE_ID_ADAPTEC_7861 = _pci.PCI_DEVICE_ID_ADAPTEC_7861
1736
1737PCI_DEVICE_ID_ADAPTEC_7870 = _pci.PCI_DEVICE_ID_ADAPTEC_7870
1738
1739PCI_DEVICE_ID_ADAPTEC_7871 = _pci.PCI_DEVICE_ID_ADAPTEC_7871
1740
1741PCI_DEVICE_ID_ADAPTEC_7872 = _pci.PCI_DEVICE_ID_ADAPTEC_7872
1742
1743PCI_DEVICE_ID_ADAPTEC_7873 = _pci.PCI_DEVICE_ID_ADAPTEC_7873
1744
1745PCI_DEVICE_ID_ADAPTEC_7874 = _pci.PCI_DEVICE_ID_ADAPTEC_7874
1746
1747PCI_DEVICE_ID_ADAPTEC_7895 = _pci.PCI_DEVICE_ID_ADAPTEC_7895
1748
1749PCI_DEVICE_ID_ADAPTEC_7880 = _pci.PCI_DEVICE_ID_ADAPTEC_7880
1750
1751PCI_DEVICE_ID_ADAPTEC_7881 = _pci.PCI_DEVICE_ID_ADAPTEC_7881
1752
1753PCI_DEVICE_ID_ADAPTEC_7882 = _pci.PCI_DEVICE_ID_ADAPTEC_7882
1754
1755PCI_DEVICE_ID_ADAPTEC_7883 = _pci.PCI_DEVICE_ID_ADAPTEC_7883
1756
1757PCI_DEVICE_ID_ADAPTEC_7884 = _pci.PCI_DEVICE_ID_ADAPTEC_7884
1758
1759PCI_DEVICE_ID_ADAPTEC_1030 = _pci.PCI_DEVICE_ID_ADAPTEC_1030
1760
1761PCI_VENDOR_ID_ADAPTEC2 = _pci.PCI_VENDOR_ID_ADAPTEC2
1762
1763PCI_DEVICE_ID_ADAPTEC2_2940U2 = _pci.PCI_DEVICE_ID_ADAPTEC2_2940U2
1764
1765PCI_DEVICE_ID_ADAPTEC2_7890 = _pci.PCI_DEVICE_ID_ADAPTEC2_7890
1766
1767PCI_DEVICE_ID_ADAPTEC2_3940U2 = _pci.PCI_DEVICE_ID_ADAPTEC2_3940U2
1768
1769PCI_DEVICE_ID_ADAPTEC2_7896 = _pci.PCI_DEVICE_ID_ADAPTEC2_7896
1770
1771PCI_VENDOR_ID_ATRONICS = _pci.PCI_VENDOR_ID_ATRONICS
1772
1773PCI_DEVICE_ID_ATRONICS_2015 = _pci.PCI_DEVICE_ID_ATRONICS_2015
1774
1775PCI_VENDOR_ID_HOLTEK = _pci.PCI_VENDOR_ID_HOLTEK
1776
1777PCI_DEVICE_ID_HOLTEK_6565 = _pci.PCI_DEVICE_ID_HOLTEK_6565
1778
1779PCI_VENDOR_ID_TIGERJET = _pci.PCI_VENDOR_ID_TIGERJET
1780
1781PCI_DEVICE_ID_TIGERJET_300 = _pci.PCI_DEVICE_ID_TIGERJET_300
1782
1783PCI_VENDOR_ID_ARK = _pci.PCI_VENDOR_ID_ARK
1784
1785PCI_DEVICE_ID_ARK_STING = _pci.PCI_DEVICE_ID_ARK_STING
1786
1787PCI_DEVICE_ID_ARK_STINGARK = _pci.PCI_DEVICE_ID_ARK_STINGARK
1788
1789PCI_DEVICE_ID_ARK_2000MT = _pci.PCI_DEVICE_ID_ARK_2000MT
1790
1791PCIBIOS_SUCCESSFUL = _pci.PCIBIOS_SUCCESSFUL
1792
1793PCIBIOS_FUNC_NOT_SUPPORTED = _pci.PCIBIOS_FUNC_NOT_SUPPORTED
1794
1795PCIBIOS_BAD_VENDOR_ID = _pci.PCIBIOS_BAD_VENDOR_ID
1796
1797PCIBIOS_DEVICE_NOT_FOUND = _pci.PCIBIOS_DEVICE_NOT_FOUND
1798
1799PCIBIOS_BAD_REGISTER_NUMBER = _pci.PCIBIOS_BAD_REGISTER_NUMBER
1800
1801PCIBIOS_SET_FAILED = _pci.PCIBIOS_SET_FAILED
1802
1803PCIBIOS_BUFFER_TOO_SMALL = _pci.PCIBIOS_BUFFER_TOO_SMALL
1804
1805PCI_MAX_DEVICES = _pci.PCI_MAX_DEVICES
1806
1807PCI_MAX_FUNCTIONS = _pci.PCI_MAX_FUNCTIONS
1808
1809class pci_config_access_functions(object):
1810    r"""Proxy of C pci_config_access_functions struct."""
1811
1812    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1813    __repr__ = _swig_repr
1814    read_config_byte = property(_pci.pci_config_access_functions_read_config_byte_get, _pci.pci_config_access_functions_read_config_byte_set, doc=r"""read_config_byte : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint8_t).int""")
1815    read_config_word = property(_pci.pci_config_access_functions_read_config_word_get, _pci.pci_config_access_functions_read_config_word_set, doc=r"""read_config_word : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint16_t).int""")
1816    read_config_dword = property(_pci.pci_config_access_functions_read_config_dword_get, _pci.pci_config_access_functions_read_config_dword_set, doc=r"""read_config_dword : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint32_t).int""")
1817    write_config_byte = property(_pci.pci_config_access_functions_write_config_byte_get, _pci.pci_config_access_functions_write_config_byte_set, doc=r"""write_config_byte : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint8_t).int""")
1818    write_config_word = property(_pci.pci_config_access_functions_write_config_word_get, _pci.pci_config_access_functions_write_config_word_set, doc=r"""write_config_word : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint16_t).int""")
1819    write_config_dword = property(_pci.pci_config_access_functions_write_config_dword_get, _pci.pci_config_access_functions_write_config_dword_set, doc=r"""write_config_dword : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint32_t).int""")
1820
1821    def __init__(self):
1822        r"""__init__(pci_config_access_functions self) -> pci_config_access_functions"""
1823        _pci.pci_config_access_functions_swiginit(self, _pci.new_pci_config_access_functions())
1824    __swig_destroy__ = _pci.delete_pci_config_access_functions
1825
1826# Register pci_config_access_functions in _pci:
1827_pci.pci_config_access_functions_swigregister(pci_config_access_functions)
1828PCIB_ERR_SUCCESS = _pci.PCIB_ERR_SUCCESS
1829
1830PCIB_ERR_UNINITIALIZED = _pci.PCIB_ERR_UNINITIALIZED
1831
1832PCIB_ERR_NOTPRESENT = _pci.PCIB_ERR_NOTPRESENT
1833
1834PCIB_ERR_NOFUNC = _pci.PCIB_ERR_NOFUNC
1835
1836PCIB_ERR_BADVENDOR = _pci.PCIB_ERR_BADVENDOR
1837
1838PCIB_ERR_DEVNOTFOUND = _pci.PCIB_ERR_DEVNOTFOUND
1839
1840PCIB_ERR_BADREG = _pci.PCIB_ERR_BADREG
1841
1842
1843def pci_initialize():
1844    r"""pci_initialize() -> int"""
1845    return _pci.pci_initialize()
1846class rtems_pci_config_t(object):
1847    r"""Proxy of C rtems_pci_config_t struct."""
1848
1849    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1850    __repr__ = _swig_repr
1851    pci_config_addr = property(_pci.rtems_pci_config_t_pci_config_addr_get, _pci.rtems_pci_config_t_pci_config_addr_set, doc=r"""pci_config_addr : p.q(volatile).unsigned char""")
1852    pci_config_data = property(_pci.rtems_pci_config_t_pci_config_data_get, _pci.rtems_pci_config_t_pci_config_data_set, doc=r"""pci_config_data : p.q(volatile).unsigned char""")
1853    pci_functions = property(_pci.rtems_pci_config_t_pci_functions_get, _pci.rtems_pci_config_t_pci_functions_set, doc=r"""pci_functions : p.q(const).pci_config_access_functions""")
1854
1855    def __init__(self):
1856        r"""__init__(rtems_pci_config_t self) -> rtems_pci_config_t"""
1857        _pci.rtems_pci_config_t_swiginit(self, _pci.new_rtems_pci_config_t())
1858    __swig_destroy__ = _pci.delete_rtems_pci_config_t
1859
1860# Register rtems_pci_config_t in _pci:
1861_pci.rtems_pci_config_t_swigregister(rtems_pci_config_t)
1862
1863def pci_read_config_byte(bus, slot, function, where, val):
1864    r"""
1865    pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t * val) -> int
1866
1867    Parameters
1868    ----------
1869    bus: unsigned char
1870    slot: unsigned char
1871    function: unsigned char
1872    where: unsigned char
1873    val: uint8_t *
1874
1875    """
1876    return _pci.pci_read_config_byte(bus, slot, function, where, val)
1877
1878def pci_read_config_word(bus, slot, function, where, val):
1879    r"""
1880    pci_read_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t * val) -> int
1881
1882    Parameters
1883    ----------
1884    bus: unsigned char
1885    slot: unsigned char
1886    function: unsigned char
1887    where: unsigned char
1888    val: uint16_t *
1889
1890    """
1891    return _pci.pci_read_config_word(bus, slot, function, where, val)
1892
1893def pci_read_config_dword(bus, slot, function, where, val):
1894    r"""
1895    pci_read_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t * val) -> int
1896
1897    Parameters
1898    ----------
1899    bus: unsigned char
1900    slot: unsigned char
1901    function: unsigned char
1902    where: unsigned char
1903    val: uint32_t *
1904
1905    """
1906    return _pci.pci_read_config_dword(bus, slot, function, where, val)
1907
1908def pci_write_config_byte(bus, slot, function, where, val):
1909    r"""
1910    pci_write_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t val) -> int
1911
1912    Parameters
1913    ----------
1914    bus: unsigned char
1915    slot: unsigned char
1916    function: unsigned char
1917    where: unsigned char
1918    val: uint8_t
1919
1920    """
1921    return _pci.pci_write_config_byte(bus, slot, function, where, val)
1922
1923def pci_write_config_word(bus, slot, function, where, val):
1924    r"""
1925    pci_write_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t val) -> int
1926
1927    Parameters
1928    ----------
1929    bus: unsigned char
1930    slot: unsigned char
1931    function: unsigned char
1932    where: unsigned char
1933    val: uint16_t
1934
1935    """
1936    return _pci.pci_write_config_word(bus, slot, function, where, val)
1937
1938def pci_write_config_dword(bus, slot, function, where, val):
1939    r"""
1940    pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t val) -> int
1941
1942    Parameters
1943    ----------
1944    bus: unsigned char
1945    slot: unsigned char
1946    function: unsigned char
1947    where: unsigned char
1948    val: uint32_t
1949
1950    """
1951    return _pci.pci_write_config_dword(bus, slot, function, where, val)
1952
1953def pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun):
1954    r"""
1955    pci_find_device(unsigned short vendorid, unsigned short deviceid, int instance, int * pbus, int * pdev, int * pfun) -> int
1956
1957    Parameters
1958    ----------
1959    vendorid: unsigned short
1960    deviceid: unsigned short
1961    instance: int
1962    pbus: int *
1963    pdev: int *
1964    pfun: int *
1965
1966    """
1967    return _pci.pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun)
1968
1969def pci_bus_count():
1970    r"""pci_bus_count() -> unsigned char"""
1971    return _pci.pci_bus_count()
1972
1973cvar = _pci.cvar
PCI_VENDOR_ID = See C documentation
PCI_DEVICE_ID = See C documentation
PCI_INVALID_VENDORDEVICEID = See C documentation
PCI_COMMAND = See C documentation
PCI_COMMAND_IO = See C documentation
PCI_COMMAND_MEMORY = See C documentation
PCI_COMMAND_MASTER = See C documentation
PCI_COMMAND_SPECIAL = See C documentation
PCI_COMMAND_INVALIDATE = See C documentation
PCI_COMMAND_VGA_PALETTE = See C documentation
PCI_COMMAND_PARITY = See C documentation
PCI_COMMAND_WAIT = See C documentation
PCI_COMMAND_SERR = See C documentation
PCI_COMMAND_FAST_BACK = See C documentation
PCI_COMMAND_INTX_DISABLE = See C documentation
PCI_STATUS = See C documentation
PCI_STATUS_66MHZ = See C documentation
PCI_STATUS_UDF = See C documentation
PCI_STATUS_FAST_BACK = See C documentation
PCI_STATUS_PARITY = See C documentation
PCI_STATUS_DEVSEL_MASK = See C documentation
PCI_STATUS_DEVSEL_FAST = See C documentation
PCI_STATUS_DEVSEL_MEDIUM = See C documentation
PCI_STATUS_DEVSEL_SLOW = See C documentation
PCI_STATUS_SIG_TARGET_ABORT = See C documentation
PCI_STATUS_REC_TARGET_ABORT = See C documentation
PCI_STATUS_REC_MASTER_ABORT = See C documentation
PCI_STATUS_SIG_SYSTEM_ERROR = See C documentation
PCI_STATUS_DETECTED_PARITY = See C documentation
PCI_CLASS_REVISION = See C documentation
PCI_REVISION_ID = See C documentation
PCI_CLASS_PROG = See C documentation
PCI_CLASS_DEVICE = See C documentation
PCI_CACHE_LINE_SIZE = See C documentation
PCI_LATENCY_TIMER = See C documentation
PCI_HEADER_TYPE = See C documentation
PCI_HEADER_TYPE_NORMAL = See C documentation
PCI_HEADER_TYPE_BRIDGE = See C documentation
PCI_HEADER_TYPE_CARDBUS = See C documentation
PCI_HEADER_TYPE_MULTI_FUNCTION = See C documentation
PCI_BIST = See C documentation
PCI_BIST_CODE_MASK = See C documentation
PCI_BIST_START = See C documentation
PCI_BIST_CAPABLE = See C documentation
PCI_BASE_ADDRESS_0 = See C documentation
PCI_BASE_ADDRESS_1 = See C documentation
PCI_BASE_ADDRESS_2 = See C documentation
PCI_BASE_ADDRESS_3 = See C documentation
PCI_BASE_ADDRESS_4 = See C documentation
PCI_BASE_ADDRESS_5 = See C documentation
PCI_BASE_ADDRESS_SPACE = See C documentation
PCI_BASE_ADDRESS_SPACE_IO = See C documentation
PCI_BASE_ADDRESS_SPACE_MEMORY = See C documentation
PCI_BASE_ADDRESS_MEM_TYPE_MASK = See C documentation
PCI_BASE_ADDRESS_MEM_TYPE_32 = See C documentation
PCI_BASE_ADDRESS_MEM_TYPE_1M = See C documentation
PCI_BASE_ADDRESS_MEM_TYPE_64 = See C documentation
PCI_BASE_ADDRESS_MEM_PREFETCH = See C documentation
PCI_BASE_ADDRESS_MEM_MASK = See C documentation
PCI_BASE_ADDRESS_IO_MASK = See C documentation
PCI_CARDBUS_CIS = See C documentation
PCI_SUBSYSTEM_VENDOR_ID = See C documentation
PCI_SUBSYSTEM_ID = See C documentation
PCI_ROM_ADDRESS = See C documentation
PCI_ROM_ADDRESS_ENABLE = See C documentation
PCI_ROM_ADDRESS_MASK = See C documentation
PCI_CAPABILITY_LIST_POINTER = See C documentation
PCI_INTERRUPT_LINE = See C documentation
PCI_INTERRUPT_PIN = See C documentation
PCI_MIN_GNT = See C documentation
PCI_MAX_LAT = See C documentation
PCI_PRIMARY_BUS = See C documentation
PCI_SECONDARY_BUS = See C documentation
PCI_SUBORDINATE_BUS = See C documentation
PCI_SEC_LATENCY_TIMER = See C documentation
PCI_IO_BASE = See C documentation
PCI_IO_LIMIT = See C documentation
PCI_IO_RANGE_TYPE_MASK = See C documentation
PCI_IO_RANGE_TYPE_16 = See C documentation
PCI_IO_RANGE_TYPE_32 = See C documentation
PCI_IO_RANGE_MASK = See C documentation
PCI_SEC_STATUS = See C documentation
PCI_MEMORY_BASE = See C documentation
PCI_MEMORY_LIMIT = See C documentation
PCI_MEMORY_RANGE_TYPE_MASK = See C documentation
PCI_MEMORY_RANGE_MASK = See C documentation
PCI_PREF_MEMORY_BASE = See C documentation
PCI_PREF_MEMORY_LIMIT = See C documentation
PCI_PREF_RANGE_TYPE_MASK = See C documentation
PCI_PREF_RANGE_TYPE_32 = See C documentation
PCI_PREF_RANGE_TYPE_64 = See C documentation
PCI_PREF_RANGE_MASK = See C documentation
PCI_PREF_BASE_UPPER32 = See C documentation
PCI_PREF_LIMIT_UPPER32 = See C documentation
PCI_IO_BASE_UPPER16 = See C documentation
PCI_IO_LIMIT_UPPER16 = See C documentation
PCI_ROM_ADDRESS1 = See C documentation
PCI_BRIDGE_CONTROL = See C documentation
PCI_BRIDGE_CTL_PARITY = See C documentation
PCI_BRIDGE_CTL_SERR = See C documentation
PCI_BRIDGE_CTL_NO_ISA = See C documentation
PCI_BRIDGE_CTL_VGA = See C documentation
PCI_BRIDGE_CTL_MASTER_ABORT = See C documentation
PCI_BRIDGE_CTL_BUS_RESET = See C documentation
PCI_BRIDGE_CTL_FAST_BACK = See C documentation
PCI_CB_SEC_STATUS = See C documentation
PCI_CB_PRIMARY_BUS = See C documentation
PCI_CB_CARD_BUS = See C documentation
PCI_CB_SUBORDINATE_BUS = See C documentation
PCI_CB_LATENCY_TIMER = See C documentation
PCI_CB_MEMORY_BASE_0 = See C documentation
PCI_CB_MEMORY_LIMIT_0 = See C documentation
PCI_CB_MEMORY_BASE_1 = See C documentation
PCI_CB_MEMORY_LIMIT_1 = See C documentation
PCI_CB_IO_BASE_0 = See C documentation
PCI_CB_IO_BASE_0_HI = See C documentation
PCI_CB_IO_LIMIT_0 = See C documentation
PCI_CB_IO_LIMIT_0_HI = See C documentation
PCI_CB_IO_BASE_1 = See C documentation
PCI_CB_IO_BASE_1_HI = See C documentation
PCI_CB_IO_LIMIT_1 = See C documentation
PCI_CB_IO_LIMIT_1_HI = See C documentation
PCI_CB_IO_RANGE_MASK = See C documentation
PCI_CB_BRIDGE_CONTROL = See C documentation
PCI_CB_BRIDGE_CTL_PARITY = See C documentation
PCI_CB_BRIDGE_CTL_SERR = See C documentation
PCI_CB_BRIDGE_CTL_ISA = See C documentation
PCI_CB_BRIDGE_CTL_VGA = See C documentation
PCI_CB_BRIDGE_CTL_MASTER_ABORT = See C documentation
PCI_CB_BRIDGE_CTL_CB_RESET = See C documentation
PCI_CB_BRIDGE_CTL_16BIT_INT = See C documentation
PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 = See C documentation
PCI_CB_BRIDGE_CTL_PREFETCH_MEM1 = See C documentation
PCI_CB_BRIDGE_CTL_POST_WRITES = See C documentation
PCI_CB_SUBSYSTEM_VENDOR_ID = See C documentation
PCI_CB_SUBSYSTEM_ID = See C documentation
PCI_CB_LEGACY_MODE_BASE = See C documentation
PCI_CLASS_NOT_DEFINED = See C documentation
PCI_CLASS_NOT_DEFINED_VGA = See C documentation
PCI_BASE_CLASS_STORAGE = See C documentation
PCI_CLASS_STORAGE_SCSI = See C documentation
PCI_CLASS_STORAGE_IDE = See C documentation
PCI_CLASS_STORAGE_FLOPPY = See C documentation
PCI_CLASS_STORAGE_IPI = See C documentation
PCI_CLASS_STORAGE_RAID = See C documentation
PCI_CLASS_STORAGE_OTHER = See C documentation
PCI_BASE_CLASS_NETWORK = See C documentation
PCI_CLASS_NETWORK_ETHERNET = See C documentation
PCI_CLASS_NETWORK_TOKEN_RING = See C documentation
PCI_CLASS_NETWORK_FDDI = See C documentation
PCI_CLASS_NETWORK_ATM = See C documentation
PCI_CLASS_NETWORK_OTHER = See C documentation
PCI_BASE_CLASS_DISPLAY = See C documentation
PCI_CLASS_DISPLAY_VGA = See C documentation
PCI_CLASS_DISPLAY_XGA = See C documentation
PCI_CLASS_DISPLAY_OTHER = See C documentation
PCI_BASE_CLASS_MULTIMEDIA = See C documentation
PCI_CLASS_MULTIMEDIA_VIDEO = See C documentation
PCI_CLASS_MULTIMEDIA_AUDIO = See C documentation
PCI_CLASS_MULTIMEDIA_OTHER = See C documentation
PCI_BASE_CLASS_MEMORY = See C documentation
PCI_CLASS_MEMORY_RAM = See C documentation
PCI_CLASS_MEMORY_FLASH = See C documentation
PCI_CLASS_MEMORY_OTHER = See C documentation
PCI_BASE_CLASS_BRIDGE = See C documentation
PCI_CLASS_BRIDGE_HOST = See C documentation
PCI_CLASS_BRIDGE_ISA = See C documentation
PCI_CLASS_BRIDGE_EISA = See C documentation
PCI_CLASS_BRIDGE_MC = See C documentation
PCI_CLASS_BRIDGE_PCI = See C documentation
PCI_CLASS_BRIDGE_PCMCIA = See C documentation
PCI_CLASS_BRIDGE_NUBUS = See C documentation
PCI_CLASS_BRIDGE_CARDBUS = See C documentation
PCI_CLASS_BRIDGE_OTHER = See C documentation
PCI_BASE_CLASS_COMMUNICATION = See C documentation
PCI_CLASS_COMMUNICATION_SERIAL = See C documentation
PCI_CLASS_COMMUNICATION_PARALLEL = See C documentation
PCI_CLASS_COMMUNICATION_OTHER = See C documentation
PCI_BASE_CLASS_SYSTEM = See C documentation
PCI_CLASS_SYSTEM_PIC = See C documentation
PCI_CLASS_SYSTEM_DMA = See C documentation
PCI_CLASS_SYSTEM_TIMER = See C documentation
PCI_CLASS_SYSTEM_RTC = See C documentation
PCI_CLASS_SYSTEM_OTHER = See C documentation
PCI_BASE_CLASS_INPUT = See C documentation
PCI_CLASS_INPUT_KEYBOARD = See C documentation
PCI_CLASS_INPUT_PEN = See C documentation
PCI_CLASS_INPUT_MOUSE = See C documentation
PCI_CLASS_INPUT_OTHER = See C documentation
PCI_BASE_CLASS_DOCKING = See C documentation
PCI_CLASS_DOCKING_GENERIC = See C documentation
PCI_CLASS_DOCKING_OTHER = See C documentation
PCI_BASE_CLASS_PROCESSOR = See C documentation
PCI_CLASS_PROCESSOR_386 = See C documentation
PCI_CLASS_PROCESSOR_486 = See C documentation
PCI_CLASS_PROCESSOR_PENTIUM = See C documentation
PCI_CLASS_PROCESSOR_ALPHA = See C documentation
PCI_CLASS_PROCESSOR_POWERPC = See C documentation
PCI_CLASS_PROCESSOR_CO = See C documentation
PCI_BASE_CLASS_SERIAL = See C documentation
PCI_CLASS_SERIAL_FIREWIRE = See C documentation
PCI_CLASS_SERIAL_ACCESS = See C documentation
PCI_CLASS_SERIAL_SSA = See C documentation
PCI_CLASS_SERIAL_USB = See C documentation
PCI_CLASS_SERIAL_FIBER = See C documentation
PCI_CLASS_OTHERS = See C documentation
PCI_VENDOR_ID_COMPAQ = See C documentation
PCI_DEVICE_ID_COMPAQ_1280 = See C documentation
PCI_DEVICE_ID_COMPAQ_TRIFLEX = See C documentation
PCI_DEVICE_ID_COMPAQ_SMART2P = See C documentation
PCI_DEVICE_ID_COMPAQ_NETEL100 = See C documentation
PCI_DEVICE_ID_COMPAQ_NETEL10 = See C documentation
PCI_DEVICE_ID_COMPAQ_NETFLEX3I = See C documentation
PCI_DEVICE_ID_COMPAQ_NETEL100D = See C documentation
PCI_DEVICE_ID_COMPAQ_NETEL100PI = See C documentation
PCI_DEVICE_ID_COMPAQ_NETEL100I = See C documentation
PCI_DEVICE_ID_COMPAQ_THUNDER = See C documentation
PCI_DEVICE_ID_COMPAQ_NETFLEX3B = See C documentation
PCI_VENDOR_ID_NCR = See C documentation
PCI_DEVICE_ID_NCR_53C810 = See C documentation
PCI_DEVICE_ID_NCR_53C820 = See C documentation
PCI_DEVICE_ID_NCR_53C825 = See C documentation
PCI_DEVICE_ID_NCR_53C815 = See C documentation
PCI_DEVICE_ID_NCR_53C860 = See C documentation
PCI_DEVICE_ID_NCR_53C896 = See C documentation
PCI_DEVICE_ID_NCR_53C895 = See C documentation
PCI_DEVICE_ID_NCR_53C885 = See C documentation
PCI_DEVICE_ID_NCR_53C875 = See C documentation
PCI_DEVICE_ID_NCR_53C875J = See C documentation
PCI_VENDOR_ID_ATI = See C documentation
PCI_DEVICE_ID_ATI_68800 = See C documentation
PCI_DEVICE_ID_ATI_215CT222 = See C documentation
PCI_DEVICE_ID_ATI_210888CX = See C documentation
PCI_DEVICE_ID_ATI_215GB = See C documentation
PCI_DEVICE_ID_ATI_215GD = See C documentation
PCI_DEVICE_ID_ATI_215GI = See C documentation
PCI_DEVICE_ID_ATI_215GP = See C documentation
PCI_DEVICE_ID_ATI_215GQ = See C documentation
PCI_DEVICE_ID_ATI_215GT = See C documentation
PCI_DEVICE_ID_ATI_215GTB = See C documentation
PCI_DEVICE_ID_ATI_210888GX = See C documentation
PCI_DEVICE_ID_ATI_215LG = See C documentation
PCI_DEVICE_ID_ATI_264LT = See C documentation
PCI_DEVICE_ID_ATI_264VT = See C documentation
PCI_VENDOR_ID_VLSI = See C documentation
PCI_DEVICE_ID_VLSI_82C592 = See C documentation
PCI_DEVICE_ID_VLSI_82C593 = See C documentation
PCI_DEVICE_ID_VLSI_82C594 = See C documentation
PCI_DEVICE_ID_VLSI_82C597 = See C documentation
PCI_DEVICE_ID_VLSI_82C541 = See C documentation
PCI_DEVICE_ID_VLSI_82C543 = See C documentation
PCI_DEVICE_ID_VLSI_82C532 = See C documentation
PCI_DEVICE_ID_VLSI_82C534 = See C documentation
PCI_DEVICE_ID_VLSI_82C535 = See C documentation
PCI_DEVICE_ID_VLSI_82C147 = See C documentation
PCI_DEVICE_ID_VLSI_VAS96011 = See C documentation
PCI_VENDOR_ID_ADL = See C documentation
PCI_DEVICE_ID_ADL_2301 = See C documentation
PCI_VENDOR_ID_NS = See C documentation
PCI_DEVICE_ID_NS_87415 = See C documentation
PCI_DEVICE_ID_NS_87410 = See C documentation
PCI_VENDOR_ID_TSENG = See C documentation
PCI_DEVICE_ID_TSENG_W32P_2 = See C documentation
PCI_DEVICE_ID_TSENG_W32P_b = See C documentation
PCI_DEVICE_ID_TSENG_W32P_c = See C documentation
PCI_DEVICE_ID_TSENG_W32P_d = See C documentation
PCI_DEVICE_ID_TSENG_ET6000 = See C documentation
PCI_VENDOR_ID_WEITEK = See C documentation
PCI_DEVICE_ID_WEITEK_P9000 = See C documentation
PCI_DEVICE_ID_WEITEK_P9100 = See C documentation
PCI_VENDOR_ID_DEC = See C documentation
PCI_DEVICE_ID_DEC_BRD = See C documentation
PCI_DEVICE_ID_DEC_TULIP = See C documentation
PCI_DEVICE_ID_DEC_TGA = See C documentation
PCI_DEVICE_ID_DEC_TULIP_FAST = See C documentation
PCI_DEVICE_ID_DEC_TGA2 = See C documentation
PCI_DEVICE_ID_DEC_FDDI = See C documentation
PCI_DEVICE_ID_DEC_TULIP_PLUS = See C documentation
PCI_DEVICE_ID_DEC_21142 = See C documentation
PCI_DEVICE_ID_DEC_21143 = See C documentation
PCI_DEVICE_ID_DEC_21052 = See C documentation
PCI_DEVICE_ID_DEC_21150 = See C documentation
PCI_DEVICE_ID_DEC_21152 = See C documentation
PCI_VENDOR_ID_CIRRUS = See C documentation
PCI_DEVICE_ID_CIRRUS_7548 = See C documentation
PCI_DEVICE_ID_CIRRUS_5430 = See C documentation
PCI_DEVICE_ID_CIRRUS_5434_4 = See C documentation
PCI_DEVICE_ID_CIRRUS_5434_8 = See C documentation
PCI_DEVICE_ID_CIRRUS_5436 = See C documentation
PCI_DEVICE_ID_CIRRUS_5446 = See C documentation
PCI_DEVICE_ID_CIRRUS_5480 = See C documentation
PCI_DEVICE_ID_CIRRUS_5464 = See C documentation
PCI_DEVICE_ID_CIRRUS_5465 = See C documentation
PCI_DEVICE_ID_CIRRUS_6729 = See C documentation
PCI_DEVICE_ID_CIRRUS_6832 = See C documentation
PCI_DEVICE_ID_CIRRUS_7542 = See C documentation
PCI_DEVICE_ID_CIRRUS_7543 = See C documentation
PCI_DEVICE_ID_CIRRUS_7541 = See C documentation
PCI_VENDOR_ID_IBM = See C documentation
PCI_DEVICE_ID_IBM_FIRE_CORAL = See C documentation
PCI_DEVICE_ID_IBM_TR = See C documentation
PCI_DEVICE_ID_IBM_82G2675 = See C documentation
PCI_DEVICE_ID_IBM_MCA = See C documentation
PCI_DEVICE_ID_IBM_82351 = See C documentation
PCI_DEVICE_ID_IBM_SERVERAID = See C documentation
PCI_DEVICE_ID_IBM_TR_WAKE = See C documentation
PCI_DEVICE_ID_IBM_MPIC = See C documentation
PCI_DEVICE_ID_IBM_3780IDSP = See C documentation
PCI_DEVICE_ID_IBM_MPIC_2 = See C documentation
PCI_VENDOR_ID_WD = See C documentation
PCI_DEVICE_ID_WD_7197 = See C documentation
PCI_VENDOR_ID_AMD = See C documentation
PCI_DEVICE_ID_AMD_LANCE = See C documentation
PCI_DEVICE_ID_AMD_SCSI = See C documentation
PCI_VENDOR_ID_TRIDENT = See C documentation
PCI_DEVICE_ID_TRIDENT_9397 = See C documentation
PCI_DEVICE_ID_TRIDENT_9420 = See C documentation
PCI_DEVICE_ID_TRIDENT_9440 = See C documentation
PCI_DEVICE_ID_TRIDENT_9660 = See C documentation
PCI_DEVICE_ID_TRIDENT_9750 = See C documentation
PCI_VENDOR_ID_AI = See C documentation
PCI_DEVICE_ID_AI_M1435 = See C documentation
PCI_VENDOR_ID_MATROX = See C documentation
PCI_DEVICE_ID_MATROX_MGA_2 = See C documentation
PCI_DEVICE_ID_MATROX_MIL = See C documentation
PCI_DEVICE_ID_MATROX_MYS = See C documentation
PCI_DEVICE_ID_MATROX_MIL_2 = See C documentation
PCI_DEVICE_ID_MATROX_MIL_2_AGP = See C documentation
PCI_DEVICE_ID_MATROX_MGA_IMP = See C documentation
PCI_VENDOR_ID_CT = See C documentation
PCI_DEVICE_ID_CT_65545 = See C documentation
PCI_DEVICE_ID_CT_65548 = See C documentation
PCI_DEVICE_ID_CT_65550 = See C documentation
PCI_DEVICE_ID_CT_65554 = See C documentation
PCI_DEVICE_ID_CT_65555 = See C documentation
PCI_VENDOR_ID_MIRO = See C documentation
PCI_DEVICE_ID_MIRO_36050 = See C documentation
PCI_VENDOR_ID_NEC = See C documentation
PCI_DEVICE_ID_NEC_PCX2 = See C documentation
PCI_VENDOR_ID_FD = See C documentation
PCI_DEVICE_ID_FD_36C70 = See C documentation
PCI_VENDOR_ID_SI = See C documentation
PCI_DEVICE_ID_SI_5591_AGP = See C documentation
PCI_DEVICE_ID_SI_6202 = See C documentation
PCI_DEVICE_ID_SI_503 = See C documentation
PCI_DEVICE_ID_SI_ACPI = See C documentation
PCI_DEVICE_ID_SI_5597_VGA = See C documentation
PCI_DEVICE_ID_SI_6205 = See C documentation
PCI_DEVICE_ID_SI_501 = See C documentation
PCI_DEVICE_ID_SI_496 = See C documentation
PCI_DEVICE_ID_SI_601 = See C documentation
PCI_DEVICE_ID_SI_5107 = See C documentation
PCI_DEVICE_ID_SI_5511 = See C documentation
PCI_DEVICE_ID_SI_5513 = See C documentation
PCI_DEVICE_ID_SI_5571 = See C documentation
PCI_DEVICE_ID_SI_5591 = See C documentation
PCI_DEVICE_ID_SI_5597 = See C documentation
PCI_DEVICE_ID_SI_7001 = See C documentation
PCI_VENDOR_ID_HP = See C documentation
PCI_DEVICE_ID_HP_J2585A = See C documentation
PCI_DEVICE_ID_HP_J2585B = See C documentation
PCI_VENDOR_ID_PCTECH = See C documentation
PCI_DEVICE_ID_PCTECH_RZ1000 = See C documentation
PCI_DEVICE_ID_PCTECH_RZ1001 = See C documentation
PCI_DEVICE_ID_PCTECH_SAMURAI_0 = See C documentation
PCI_DEVICE_ID_PCTECH_SAMURAI_1 = See C documentation
PCI_DEVICE_ID_PCTECH_SAMURAI_IDE = See C documentation
PCI_VENDOR_ID_DPT = See C documentation
PCI_DEVICE_ID_DPT = See C documentation
PCI_VENDOR_ID_OPTI = See C documentation
PCI_DEVICE_ID_OPTI_92C178 = See C documentation
PCI_DEVICE_ID_OPTI_82C557 = See C documentation
PCI_DEVICE_ID_OPTI_82C558 = See C documentation
PCI_DEVICE_ID_OPTI_82C621 = See C documentation
PCI_DEVICE_ID_OPTI_82C700 = See C documentation
PCI_DEVICE_ID_OPTI_82C701 = See C documentation
PCI_DEVICE_ID_OPTI_82C814 = See C documentation
PCI_DEVICE_ID_OPTI_82C822 = See C documentation
PCI_DEVICE_ID_OPTI_82C825 = See C documentation
PCI_VENDOR_ID_SGS = See C documentation
PCI_DEVICE_ID_SGS_2000 = See C documentation
PCI_DEVICE_ID_SGS_1764 = See C documentation
PCI_VENDOR_ID_BUSLOGIC = See C documentation
PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC = See C documentation
PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER = See C documentation
PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT = See C documentation
PCI_VENDOR_ID_TI = See C documentation
PCI_DEVICE_ID_TI_TVP4010 = See C documentation
PCI_DEVICE_ID_TI_TVP4020 = See C documentation
PCI_DEVICE_ID_TI_PCI1130 = See C documentation
PCI_DEVICE_ID_TI_PCI1031 = See C documentation
PCI_DEVICE_ID_TI_PCI1131 = See C documentation
PCI_DEVICE_ID_TI_PCI1250 = See C documentation
PCI_DEVICE_ID_TI_PCI1220 = See C documentation
PCI_VENDOR_ID_OAK = See C documentation
PCI_DEVICE_ID_OAK_OTI107 = See C documentation
PCI_VENDOR_ID_WINBOND2 = See C documentation
PCI_DEVICE_ID_WINBOND2_89C940 = See C documentation
PCI_VENDOR_ID_MOTOROLA = See C documentation
PCI_DEVICE_ID_MOTOROLA_MPC105 = See C documentation
PCI_DEVICE_ID_MOTOROLA_MPC106 = See C documentation
PCI_DEVICE_ID_MOTOROLA_RAVEN = See C documentation
PCI_DEVICE_ID_MOTOROLA_HAWK = See C documentation
PCI_VENDOR_ID_PROMISE = See C documentation
PCI_DEVICE_ID_PROMISE_20246 = See C documentation
PCI_DEVICE_ID_PROMISE_5300 = See C documentation
PCI_VENDOR_ID_N9 = See C documentation
PCI_DEVICE_ID_N9_I128 = See C documentation
PCI_DEVICE_ID_N9_I128_2 = See C documentation
PCI_DEVICE_ID_N9_I128_T2R = See C documentation
PCI_VENDOR_ID_UMC = See C documentation
PCI_DEVICE_ID_UMC_UM8673F = See C documentation
PCI_DEVICE_ID_UMC_UM8891A = See C documentation
PCI_DEVICE_ID_UMC_UM8886BF = See C documentation
PCI_DEVICE_ID_UMC_UM8886A = See C documentation
PCI_DEVICE_ID_UMC_UM8881F = See C documentation
PCI_DEVICE_ID_UMC_UM8886F = See C documentation
PCI_DEVICE_ID_UMC_UM9017F = See C documentation
PCI_DEVICE_ID_UMC_UM8886N = See C documentation
PCI_DEVICE_ID_UMC_UM8891N = See C documentation
PCI_VENDOR_ID_X = See C documentation
PCI_DEVICE_ID_X_AGX016 = See C documentation
PCI_VENDOR_ID_PICOP = See C documentation
PCI_DEVICE_ID_PICOP_PT86C52X = See C documentation
PCI_DEVICE_ID_PICOP_PT80C524 = See C documentation
PCI_VENDOR_ID_APPLE = See C documentation
PCI_DEVICE_ID_APPLE_BANDIT = See C documentation
PCI_DEVICE_ID_APPLE_GC = See C documentation
PCI_DEVICE_ID_APPLE_HYDRA = See C documentation
PCI_VENDOR_ID_NEXGEN = See C documentation
PCI_DEVICE_ID_NEXGEN_82C501 = See C documentation
PCI_VENDOR_ID_QLOGIC = See C documentation
PCI_DEVICE_ID_QLOGIC_ISP1020 = See C documentation
PCI_DEVICE_ID_QLOGIC_ISP1022 = See C documentation
PCI_VENDOR_ID_CYRIX = See C documentation
PCI_DEVICE_ID_CYRIX_5510 = See C documentation
PCI_DEVICE_ID_CYRIX_PCI_MASTER = See C documentation
PCI_DEVICE_ID_CYRIX_5520 = See C documentation
PCI_DEVICE_ID_CYRIX_5530_LEGACY = See C documentation
PCI_DEVICE_ID_CYRIX_5530_SMI = See C documentation
PCI_DEVICE_ID_CYRIX_5530_IDE = See C documentation
PCI_DEVICE_ID_CYRIX_5530_AUDIO = See C documentation
PCI_DEVICE_ID_CYRIX_5530_VIDEO = See C documentation
PCI_VENDOR_ID_LEADTEK = See C documentation
PCI_DEVICE_ID_LEADTEK_805 = See C documentation
PCI_VENDOR_ID_CONTAQ = See C documentation
PCI_DEVICE_ID_CONTAQ_82C599 = See C documentation
PCI_DEVICE_ID_CONTAQ_82C693 = See C documentation
PCI_VENDOR_ID_FOREX = See C documentation
PCI_VENDOR_ID_OLICOM = See C documentation
PCI_DEVICE_ID_OLICOM_OC3136 = See C documentation
PCI_DEVICE_ID_OLICOM_OC2315 = See C documentation
PCI_DEVICE_ID_OLICOM_OC2325 = See C documentation
PCI_DEVICE_ID_OLICOM_OC2183 = See C documentation
PCI_DEVICE_ID_OLICOM_OC2326 = See C documentation
PCI_DEVICE_ID_OLICOM_OC6151 = See C documentation
PCI_VENDOR_ID_SUN = See C documentation
PCI_DEVICE_ID_SUN_EBUS = See C documentation
PCI_DEVICE_ID_SUN_HAPPYMEAL = See C documentation
PCI_DEVICE_ID_SUN_SIMBA = See C documentation
PCI_DEVICE_ID_SUN_PBM = See C documentation
PCI_DEVICE_ID_SUN_SABRE = See C documentation
PCI_VENDOR_ID_CMD = See C documentation
PCI_DEVICE_ID_CMD_640 = See C documentation
PCI_DEVICE_ID_CMD_643 = See C documentation
PCI_DEVICE_ID_CMD_646 = See C documentation
PCI_DEVICE_ID_CMD_647 = See C documentation
PCI_DEVICE_ID_CMD_670 = See C documentation
PCI_VENDOR_ID_VISION = See C documentation
PCI_DEVICE_ID_VISION_QD8500 = See C documentation
PCI_DEVICE_ID_VISION_QD8580 = See C documentation
PCI_VENDOR_ID_BROOKTREE = See C documentation
PCI_DEVICE_ID_BROOKTREE_848 = See C documentation
PCI_DEVICE_ID_BROOKTREE_849A = See C documentation
PCI_DEVICE_ID_BROOKTREE_8474 = See C documentation
PCI_VENDOR_ID_SIERRA = See C documentation
PCI_DEVICE_ID_SIERRA_STB = See C documentation
PCI_VENDOR_ID_ACC = See C documentation
PCI_DEVICE_ID_ACC_2056 = See C documentation
PCI_VENDOR_ID_WINBOND = See C documentation
PCI_DEVICE_ID_WINBOND_83769 = See C documentation
PCI_DEVICE_ID_WINBOND_82C105 = See C documentation
PCI_DEVICE_ID_WINBOND_83C553 = See C documentation
PCI_VENDOR_ID_DATABOOK = See C documentation
PCI_DEVICE_ID_DATABOOK_87144 = See C documentation
PCI_VENDOR_ID_PLX = See C documentation
PCI_DEVICE_ID_PLX_9050 = See C documentation
PCI_DEVICE_ID_PLX_9060 = See C documentation
PCI_DEVICE_ID_PLX_9060ES = See C documentation
PCI_DEVICE_ID_PLX_9060SD = See C documentation
PCI_DEVICE_ID_PLX_9080 = See C documentation
PCI_VENDOR_ID_PLX2 = See C documentation
PCI_DEVICE_ID_PLX2_PCI6154_HB2 = See C documentation
PCI_VENDOR_ID_MADGE = See C documentation
PCI_DEVICE_ID_MADGE_MK2 = See C documentation
PCI_DEVICE_ID_MADGE_C155S = See C documentation
PCI_VENDOR_ID_3COM = See C documentation
PCI_DEVICE_ID_3COM_3C339 = See C documentation
PCI_DEVICE_ID_3COM_3C590 = See C documentation
PCI_DEVICE_ID_3COM_3C595TX = See C documentation
PCI_DEVICE_ID_3COM_3C595T4 = See C documentation
PCI_DEVICE_ID_3COM_3C595MII = See C documentation
PCI_DEVICE_ID_3COM_3C900TPO = See C documentation
PCI_DEVICE_ID_3COM_3C900COMBO = See C documentation
PCI_DEVICE_ID_3COM_3C905TX = See C documentation
PCI_DEVICE_ID_3COM_3C905T4 = See C documentation
PCI_DEVICE_ID_3COM_3C905B_TX = See C documentation
PCI_VENDOR_ID_SMC = See C documentation
PCI_DEVICE_ID_SMC_EPIC100 = See C documentation
PCI_VENDOR_ID_AL = See C documentation
PCI_DEVICE_ID_AL_M1445 = See C documentation
PCI_DEVICE_ID_AL_M1449 = See C documentation
PCI_DEVICE_ID_AL_M1451 = See C documentation
PCI_DEVICE_ID_AL_M1461 = See C documentation
PCI_DEVICE_ID_AL_M1489 = See C documentation
PCI_DEVICE_ID_AL_M1511 = See C documentation
PCI_DEVICE_ID_AL_M1513 = See C documentation
PCI_DEVICE_ID_AL_M1521 = See C documentation
PCI_DEVICE_ID_AL_M1523 = See C documentation
PCI_DEVICE_ID_AL_M1531 = See C documentation
PCI_DEVICE_ID_AL_M1533 = See C documentation
PCI_DEVICE_ID_AL_M3307 = See C documentation
PCI_DEVICE_ID_AL_M4803 = See C documentation
PCI_DEVICE_ID_AL_M5219 = See C documentation
PCI_DEVICE_ID_AL_M5229 = See C documentation
PCI_DEVICE_ID_AL_M5237 = See C documentation
PCI_DEVICE_ID_AL_M7101 = See C documentation
PCI_VENDOR_ID_MITSUBISHI = See C documentation
PCI_VENDOR_ID_SURECOM = See C documentation
PCI_DEVICE_ID_SURECOM_NE34 = See C documentation
PCI_VENDOR_ID_NEOMAGIC = See C documentation
PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2070 = See C documentation
PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128V = See C documentation
PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_128ZV = See C documentation
PCI_DEVICE_ID_NEOMAGIC_MAGICGRAPH_NM2160 = See C documentation
PCI_VENDOR_ID_ASP = See C documentation
PCI_DEVICE_ID_ASP_ABP940 = See C documentation
PCI_DEVICE_ID_ASP_ABP940U = See C documentation
PCI_DEVICE_ID_ASP_ABP940UW = See C documentation
PCI_VENDOR_ID_MACRONIX = See C documentation
PCI_DEVICE_ID_MACRONIX_MX98713 = See C documentation
PCI_DEVICE_ID_MACRONIX_MX987x5 = See C documentation
PCI_VENDOR_ID_CERN = See C documentation
PCI_DEVICE_ID_CERN_SPSB_PMC = See C documentation
PCI_DEVICE_ID_CERN_SPSB_PCI = See C documentation
PCI_DEVICE_ID_CERN_HIPPI_DST = See C documentation
PCI_DEVICE_ID_CERN_HIPPI_SRC = See C documentation
PCI_VENDOR_ID_NVIDIA = See C documentation
PCI_VENDOR_ID_IMS = See C documentation
PCI_DEVICE_ID_IMS_8849 = See C documentation
PCI_VENDOR_ID_TEKRAM2 = See C documentation
PCI_DEVICE_ID_TEKRAM2_690c = See C documentation
PCI_VENDOR_ID_TUNDRA = See C documentation
PCI_DEVICE_ID_TUNDRA_CA91C042 = See C documentation
PCI_VENDOR_ID_AMCC = See C documentation
PCI_DEVICE_ID_AMCC_MYRINET = See C documentation
PCI_DEVICE_ID_AMCC_PARASTATION = See C documentation
PCI_DEVICE_ID_AMCC_S5933 = See C documentation
PCI_DEVICE_ID_AMCC_S5933_HEPC3 = See C documentation
PCI_VENDOR_ID_INTERG = See C documentation
PCI_DEVICE_ID_INTERG_1680 = See C documentation
PCI_DEVICE_ID_INTERG_1682 = See C documentation
PCI_VENDOR_ID_REALTEK = See C documentation
PCI_DEVICE_ID_REALTEK_8029 = See C documentation
PCI_DEVICE_ID_REALTEK_8129 = See C documentation
PCI_DEVICE_ID_REALTEK_8139 = See C documentation
PCI_VENDOR_ID_TRUEVISION = See C documentation
PCI_DEVICE_ID_TRUEVISION_T1000 = See C documentation
PCI_VENDOR_ID_INIT = See C documentation
PCI_DEVICE_ID_INIT_320P = See C documentation
PCI_DEVICE_ID_INIT_360P = See C documentation
PCI_VENDOR_ID_TTI = See C documentation
PCI_DEVICE_ID_TTI_HPT343 = See C documentation
PCI_VENDOR_ID_VIA = See C documentation
PCI_DEVICE_ID_VIA_82C505 = See C documentation
PCI_DEVICE_ID_VIA_82C561 = See C documentation
PCI_DEVICE_ID_VIA_82C586_1 = See C documentation
PCI_DEVICE_ID_VIA_82C576 = See C documentation
PCI_DEVICE_ID_VIA_82C585 = See C documentation
PCI_DEVICE_ID_VIA_82C586_0 = See C documentation
PCI_DEVICE_ID_VIA_82C595 = See C documentation
PCI_DEVICE_ID_VIA_82C597_0 = See C documentation
PCI_DEVICE_ID_VIA_82C926 = See C documentation
PCI_DEVICE_ID_VIA_82C416 = See C documentation
PCI_DEVICE_ID_VIA_82C595_97 = See C documentation
PCI_DEVICE_ID_VIA_82C586_2 = See C documentation
PCI_DEVICE_ID_VIA_82C586_3 = See C documentation
PCI_DEVICE_ID_VIA_86C100A = See C documentation
PCI_DEVICE_ID_VIA_82C597_1 = See C documentation
PCI_VENDOR_ID_VORTEX = See C documentation
PCI_DEVICE_ID_VORTEX_GDT60x0 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6000B = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x10 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x20 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6530 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6550 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x17 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x27 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6537 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6557 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x15 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x25 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6535 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6555 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x17RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x27RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6537RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6557RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x11RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x21RP = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x17RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x27RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6537RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6557RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x11RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x21RP1 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x17RP2 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x27RP2 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6537RP2 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6557RP2 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x11RP2 = See C documentation
PCI_DEVICE_ID_VORTEX_GDT6x21RP2 = See C documentation
PCI_VENDOR_ID_EF = See C documentation
PCI_DEVICE_ID_EF_ATM_FPGA = See C documentation
PCI_DEVICE_ID_EF_ATM_ASIC = See C documentation
PCI_VENDOR_ID_FORE = See C documentation
PCI_DEVICE_ID_FORE_PCA200PC = See C documentation
PCI_DEVICE_ID_FORE_PCA200E = See C documentation
PCI_VENDOR_ID_IMAGINGTECH = See C documentation
PCI_DEVICE_ID_IMAGINGTECH_ICPCI = See C documentation
PCI_VENDOR_ID_PHILIPS = See C documentation
PCI_DEVICE_ID_PHILIPS_SAA7145 = See C documentation
PCI_DEVICE_ID_PHILIPS_SAA7146 = See C documentation
PCI_VENDOR_ID_CYCLONE = See C documentation
PCI_DEVICE_ID_CYCLONE_SDK = See C documentation
PCI_VENDOR_ID_ALLIANCE = See C documentation
PCI_DEVICE_ID_ALLIANCE_PROMOTIO = See C documentation
PCI_DEVICE_ID_ALLIANCE_PROVIDEO = See C documentation
PCI_DEVICE_ID_ALLIANCE_AT24 = See C documentation
PCI_DEVICE_ID_ALLIANCE_AT3D = See C documentation
PCI_VENDOR_ID_SK = See C documentation
PCI_DEVICE_ID_SK_FP = See C documentation
PCI_DEVICE_ID_SK_TR = See C documentation
PCI_DEVICE_ID_SK_GE = See C documentation
PCI_VENDOR_ID_VMIC = See C documentation
PCI_DEVICE_ID_VMIC_VME = See C documentation
PCI_VENDOR_ID_DIGI = See C documentation
PCI_DEVICE_ID_DIGI_EPC = See C documentation
PCI_DEVICE_ID_DIGI_RIGHTSWITCH = See C documentation
PCI_DEVICE_ID_DIGI_XEM = See C documentation
PCI_DEVICE_ID_DIGI_XR = See C documentation
PCI_DEVICE_ID_DIGI_CX = See C documentation
PCI_DEVICE_ID_DIGI_XRJ = See C documentation
PCI_DEVICE_ID_DIGI_EPCJ = See C documentation
PCI_DEVICE_ID_DIGI_XR_920 = See C documentation
PCI_VENDOR_ID_MUTECH = See C documentation
PCI_DEVICE_ID_MUTECH_MV1000 = See C documentation
PCI_VENDOR_ID_RENDITION = See C documentation
PCI_DEVICE_ID_RENDITION_VERITE = See C documentation
PCI_DEVICE_ID_RENDITION_VERITE2100 = See C documentation
PCI_VENDOR_ID_TOSHIBA = See C documentation
PCI_DEVICE_ID_TOSHIBA_601 = See C documentation
PCI_DEVICE_ID_TOSHIBA_TOPIC95 = See C documentation
PCI_DEVICE_ID_TOSHIBA_TOPIC97 = See C documentation
PCI_VENDOR_ID_RICOH = See C documentation
PCI_DEVICE_ID_RICOH_RL5C465 = See C documentation
PCI_DEVICE_ID_RICOH_RL5C466 = See C documentation
PCI_DEVICE_ID_RICOH_RL5C475 = See C documentation
PCI_DEVICE_ID_RICOH_RL5C478 = See C documentation
PCI_VENDOR_ID_ARTOP = See C documentation
PCI_DEVICE_ID_ARTOP_ATP8400 = See C documentation
PCI_DEVICE_ID_ARTOP_ATP850UF = See C documentation
PCI_VENDOR_ID_ZEITNET = See C documentation
PCI_DEVICE_ID_ZEITNET_1221 = See C documentation
PCI_DEVICE_ID_ZEITNET_1225 = See C documentation
PCI_VENDOR_ID_OMEGA = See C documentation
PCI_DEVICE_ID_OMEGA_82C092G = See C documentation
PCI_VENDOR_ID_MARVELL = See C documentation
PCI_DEVICE_ID_MARVELL_GT6426xAB = See C documentation
PCI_VENDOR_ID_LITEON = See C documentation
PCI_DEVICE_ID_LITEON_LNE100TX = See C documentation
PCI_VENDOR_ID_NP = See C documentation
PCI_DEVICE_ID_NP_PCI_FDDI = See C documentation
PCI_VENDOR_ID_ATT = See C documentation
PCI_DEVICE_ID_ATT_L56XMF = See C documentation
PCI_VENDOR_ID_SPECIALIX = See C documentation
PCI_DEVICE_ID_SPECIALIX_IO8 = See C documentation
PCI_DEVICE_ID_SPECIALIX_XIO = See C documentation
PCI_DEVICE_ID_SPECIALIX_RIO = See C documentation
PCI_VENDOR_ID_AURAVISION = See C documentation
PCI_DEVICE_ID_AURAVISION_VXP524 = See C documentation
PCI_VENDOR_ID_IKON = See C documentation
PCI_DEVICE_ID_IKON_10115 = See C documentation
PCI_DEVICE_ID_IKON_10117 = See C documentation
PCI_VENDOR_ID_ZORAN = See C documentation
PCI_DEVICE_ID_ZORAN_36057 = See C documentation
PCI_DEVICE_ID_ZORAN_36120 = See C documentation
PCI_VENDOR_ID_KINETIC = See C documentation
PCI_DEVICE_ID_KINETIC_2915 = See C documentation
PCI_VENDOR_ID_COMPEX = See C documentation
PCI_DEVICE_ID_COMPEX_ENET100VG4 = See C documentation
PCI_DEVICE_ID_COMPEX_RL2000 = See C documentation
PCI_VENDOR_ID_RP = See C documentation
PCI_DEVICE_ID_RP32INTF = See C documentation
PCI_DEVICE_ID_RP8INTF = See C documentation
PCI_DEVICE_ID_RP16INTF = See C documentation
PCI_DEVICE_ID_RP4QUAD = See C documentation
PCI_DEVICE_ID_RP8OCTA = See C documentation
PCI_DEVICE_ID_RP8J = See C documentation
PCI_DEVICE_ID_RPP4 = See C documentation
PCI_DEVICE_ID_RPP8 = See C documentation
PCI_DEVICE_ID_RP8M = See C documentation
PCI_VENDOR_ID_CYCLADES = See C documentation
PCI_DEVICE_ID_CYCLOM_Y_Lo = See C documentation
PCI_DEVICE_ID_CYCLOM_Y_Hi = See C documentation
PCI_DEVICE_ID_CYCLOM_Z_Lo = See C documentation
PCI_DEVICE_ID_CYCLOM_Z_Hi = See C documentation
PCI_VENDOR_ID_ESSENTIAL = See C documentation
PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER = See C documentation
PCI_VENDOR_ID_O2 = See C documentation
PCI_DEVICE_ID_O2_6729 = See C documentation
PCI_DEVICE_ID_O2_6730 = See C documentation
PCI_DEVICE_ID_O2_6832 = See C documentation
PCI_DEVICE_ID_O2_6836 = See C documentation
PCI_VENDOR_ID_3DFX = See C documentation
PCI_DEVICE_ID_3DFX_VOODOO = See C documentation
PCI_DEVICE_ID_3DFX_VOODOO2 = See C documentation
PCI_VENDOR_ID_SIGMADES = See C documentation
PCI_DEVICE_ID_SIGMADES_6425 = See C documentation
PCI_VENDOR_ID_CCUBE = See C documentation
PCI_VENDOR_ID_DIPIX = See C documentation
PCI_VENDOR_ID_STALLION = See C documentation
PCI_DEVICE_ID_STALLION_ECHPCI832 = See C documentation
PCI_DEVICE_ID_STALLION_ECHPCI864 = See C documentation
PCI_DEVICE_ID_STALLION_EIOPCI = See C documentation
PCI_VENDOR_ID_OPTIBASE = See C documentation
PCI_DEVICE_ID_OPTIBASE_FORGE = See C documentation
PCI_DEVICE_ID_OPTIBASE_FUSION = See C documentation
PCI_DEVICE_ID_OPTIBASE_VPLEX = See C documentation
PCI_DEVICE_ID_OPTIBASE_VPLEXCC = See C documentation
PCI_DEVICE_ID_OPTIBASE_VQUEST = See C documentation
PCI_VENDOR_ID_SATSAGEM = See C documentation
PCI_DEVICE_ID_SATSAGEM_PCR2101 = See C documentation
PCI_DEVICE_ID_SATSAGEM_TELSATTURBO = See C documentation
PCI_VENDOR_ID_HUGHES = See C documentation
PCI_DEVICE_ID_HUGHES_DIRECPC = See C documentation
PCI_VENDOR_ID_ENSONIQ = See C documentation
PCI_DEVICE_ID_ENSONIQ_AUDIOPCI = See C documentation
PCI_VENDOR_ID_ALTEON = See C documentation
PCI_DEVICE_ID_ALTEON_ACENIC = See C documentation
PCI_VENDOR_ID_PICTUREL = See C documentation
PCI_DEVICE_ID_PICTUREL_PCIVST = See C documentation
PCI_VENDOR_ID_NVIDIA_SGS = See C documentation
PCI_DEVICE_ID_NVIDIA_SGS_RIVA128 = See C documentation
PCI_VENDOR_ID_CBOARDS = See C documentation
PCI_DEVICE_ID_CBOARDS_DAS1602_16 = See C documentation
PCI_VENDOR_ID_SYMPHONY = See C documentation
PCI_DEVICE_ID_SYMPHONY_101 = See C documentation
PCI_VENDOR_ID_TEKRAM = See C documentation
PCI_DEVICE_ID_TEKRAM_DC290 = See C documentation
PCI_VENDOR_ID_3DLABS = See C documentation
PCI_DEVICE_ID_3DLABS_300SX = See C documentation
PCI_DEVICE_ID_3DLABS_500TX = See C documentation
PCI_DEVICE_ID_3DLABS_DELTA = See C documentation
PCI_DEVICE_ID_3DLABS_PERMEDIA = See C documentation
PCI_DEVICE_ID_3DLABS_MX = See C documentation
PCI_VENDOR_ID_AVANCE = See C documentation
PCI_DEVICE_ID_AVANCE_ALG2064 = See C documentation
PCI_DEVICE_ID_AVANCE_2302 = See C documentation
PCI_VENDOR_ID_NETVIN = See C documentation
PCI_DEVICE_ID_NETVIN_NV5000SC = See C documentation
PCI_VENDOR_ID_S3 = See C documentation
PCI_DEVICE_ID_S3_PLATO_PXS = See C documentation
PCI_DEVICE_ID_S3_ViRGE = See C documentation
PCI_DEVICE_ID_S3_TRIO = See C documentation
PCI_DEVICE_ID_S3_AURORA64VP = See C documentation
PCI_DEVICE_ID_S3_TRIO64UVP = See C documentation
PCI_DEVICE_ID_S3_ViRGE_VX = See C documentation
PCI_DEVICE_ID_S3_868 = See C documentation
PCI_DEVICE_ID_S3_928 = See C documentation
PCI_DEVICE_ID_S3_864_1 = See C documentation
PCI_DEVICE_ID_S3_864_2 = See C documentation
PCI_DEVICE_ID_S3_964_1 = See C documentation
PCI_DEVICE_ID_S3_964_2 = See C documentation
PCI_DEVICE_ID_S3_968 = See C documentation
PCI_DEVICE_ID_S3_TRIO64V2 = See C documentation
PCI_DEVICE_ID_S3_PLATO_PXG = See C documentation
PCI_DEVICE_ID_S3_ViRGE_DXGX = See C documentation
PCI_DEVICE_ID_S3_ViRGE_GX2 = See C documentation
PCI_DEVICE_ID_S3_ViRGE_MX = See C documentation
PCI_DEVICE_ID_S3_ViRGE_MXP = See C documentation
PCI_DEVICE_ID_S3_ViRGE_MXPMV = See C documentation
PCI_DEVICE_ID_S3_SONICVIBES = See C documentation
PCI_VENDOR_ID_INTEL = See C documentation
PCI_DEVICE_ID_INTEL_82375 = See C documentation
PCI_DEVICE_ID_INTEL_82424 = See C documentation
PCI_DEVICE_ID_INTEL_82378 = See C documentation
PCI_DEVICE_ID_INTEL_82430 = See C documentation
PCI_DEVICE_ID_INTEL_82434 = See C documentation
PCI_DEVICE_ID_INTEL_82544EI_COPPER = See C documentation
PCI_DEVICE_ID_INTEL_82092AA_0 = See C documentation
PCI_DEVICE_ID_INTEL_82092AA_1 = See C documentation
PCI_DEVICE_ID_INTEL_7116 = See C documentation
PCI_DEVICE_ID_INTEL_82596 = See C documentation
PCI_DEVICE_ID_INTEL_82865 = See C documentation
PCI_DEVICE_ID_INTEL_82557 = See C documentation
PCI_DEVICE_ID_INTEL_82437 = See C documentation
PCI_DEVICE_ID_INTEL_82371FB_0 = See C documentation
PCI_DEVICE_ID_INTEL_82371FB_1 = See C documentation
PCI_DEVICE_ID_INTEL_82371MX = See C documentation
PCI_DEVICE_ID_INTEL_82437MX = See C documentation
PCI_DEVICE_ID_INTEL_82441 = See C documentation
PCI_DEVICE_ID_INTEL_82380FB = See C documentation
PCI_DEVICE_ID_INTEL_82439 = See C documentation
PCI_DEVICE_ID_INTEL_82371SB_0 = See C documentation
PCI_DEVICE_ID_INTEL_82371SB_1 = See C documentation
PCI_DEVICE_ID_INTEL_82371SB_2 = See C documentation
PCI_DEVICE_ID_INTEL_82437VX = See C documentation
PCI_DEVICE_ID_INTEL_82439TX = See C documentation
PCI_DEVICE_ID_INTEL_82371AB_0 = See C documentation
PCI_DEVICE_ID_INTEL_82371AB = See C documentation
PCI_DEVICE_ID_INTEL_82371AB_2 = See C documentation
PCI_DEVICE_ID_INTEL_82371AB_3 = See C documentation
PCI_DEVICE_ID_INTEL_82443LX_0 = See C documentation
PCI_DEVICE_ID_INTEL_82443LX_1 = See C documentation
PCI_DEVICE_ID_INTEL_82443BX_0 = See C documentation
PCI_DEVICE_ID_INTEL_82443BX_1 = See C documentation
PCI_DEVICE_ID_INTEL_82443BX_2 = See C documentation
PCI_DEVICE_ID_INTEL_P6 = See C documentation
PCI_DEVICE_ID_INTEL_82450GX = See C documentation
PCI_VENDOR_ID_KTI = See C documentation
PCI_DEVICE_ID_KTI_ET32P2 = See C documentation
PCI_VENDOR_ID_ADAPTEC = See C documentation
PCI_DEVICE_ID_ADAPTEC_7810 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7850 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7855 = See C documentation
PCI_DEVICE_ID_ADAPTEC_5800 = See C documentation
PCI_DEVICE_ID_ADAPTEC_1480A = See C documentation
PCI_DEVICE_ID_ADAPTEC_7860 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7861 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7870 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7871 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7872 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7873 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7874 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7895 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7880 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7881 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7882 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7883 = See C documentation
PCI_DEVICE_ID_ADAPTEC_7884 = See C documentation
PCI_DEVICE_ID_ADAPTEC_1030 = See C documentation
PCI_VENDOR_ID_ADAPTEC2 = See C documentation
PCI_DEVICE_ID_ADAPTEC2_2940U2 = See C documentation
PCI_DEVICE_ID_ADAPTEC2_7890 = See C documentation
PCI_DEVICE_ID_ADAPTEC2_3940U2 = See C documentation
PCI_DEVICE_ID_ADAPTEC2_7896 = See C documentation
PCI_VENDOR_ID_ATRONICS = See C documentation
PCI_DEVICE_ID_ATRONICS_2015 = See C documentation
PCI_VENDOR_ID_HOLTEK = See C documentation
PCI_DEVICE_ID_HOLTEK_6565 = See C documentation
PCI_VENDOR_ID_TIGERJET = See C documentation
PCI_DEVICE_ID_TIGERJET_300 = See C documentation
PCI_VENDOR_ID_ARK = See C documentation
PCI_DEVICE_ID_ARK_STING = See C documentation
PCI_DEVICE_ID_ARK_STINGARK = See C documentation
PCI_DEVICE_ID_ARK_2000MT = See C documentation
PCIBIOS_SUCCESSFUL = See C documentation
PCIBIOS_FUNC_NOT_SUPPORTED = See C documentation
PCIBIOS_BAD_VENDOR_ID = See C documentation
PCIBIOS_DEVICE_NOT_FOUND = See C documentation
PCIBIOS_BAD_REGISTER_NUMBER = See C documentation
PCIBIOS_SET_FAILED = See C documentation
PCIBIOS_BUFFER_TOO_SMALL = See C documentation
PCI_MAX_DEVICES = See C documentation
PCI_MAX_FUNCTIONS = See C documentation
class pci_config_access_functions:
1810class pci_config_access_functions(object):
1811    r"""Proxy of C pci_config_access_functions struct."""
1812
1813    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1814    __repr__ = _swig_repr
1815    read_config_byte = property(_pci.pci_config_access_functions_read_config_byte_get, _pci.pci_config_access_functions_read_config_byte_set, doc=r"""read_config_byte : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint8_t).int""")
1816    read_config_word = property(_pci.pci_config_access_functions_read_config_word_get, _pci.pci_config_access_functions_read_config_word_set, doc=r"""read_config_word : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint16_t).int""")
1817    read_config_dword = property(_pci.pci_config_access_functions_read_config_dword_get, _pci.pci_config_access_functions_read_config_dword_set, doc=r"""read_config_dword : p.f(unsigned char,unsigned char,unsigned char,unsigned char,p.uint32_t).int""")
1818    write_config_byte = property(_pci.pci_config_access_functions_write_config_byte_get, _pci.pci_config_access_functions_write_config_byte_set, doc=r"""write_config_byte : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint8_t).int""")
1819    write_config_word = property(_pci.pci_config_access_functions_write_config_word_get, _pci.pci_config_access_functions_write_config_word_set, doc=r"""write_config_word : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint16_t).int""")
1820    write_config_dword = property(_pci.pci_config_access_functions_write_config_dword_get, _pci.pci_config_access_functions_write_config_dword_set, doc=r"""write_config_dword : p.f(unsigned char,unsigned char,unsigned char,unsigned char,uint32_t).int""")
1821
1822    def __init__(self):
1823        r"""__init__(pci_config_access_functions self) -> pci_config_access_functions"""
1824        _pci.pci_config_access_functions_swiginit(self, _pci.new_pci_config_access_functions())
1825    __swig_destroy__ = _pci.delete_pci_config_access_functions

Proxy of C pci_config_access_functions struct.

pci_config_access_functions()
1822    def __init__(self):
1823        r"""__init__(pci_config_access_functions self) -> pci_config_access_functions"""
1824        _pci.pci_config_access_functions_swiginit(self, _pci.new_pci_config_access_functions())

__init__(pci_config_access_functions self) -> pci_config_access_functions

thisown
1813    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")

The membership flag

read_config_byte
read_config_word
read_config_dword
write_config_byte
write_config_word
write_config_dword
PCIB_ERR_SUCCESS = See C documentation
PCIB_ERR_UNINITIALIZED = See C documentation
PCIB_ERR_NOTPRESENT = See C documentation
PCIB_ERR_NOFUNC = See C documentation
PCIB_ERR_BADVENDOR = See C documentation
PCIB_ERR_DEVNOTFOUND = See C documentation
PCIB_ERR_BADREG = See C documentation
def pci_initialize():
1844def pci_initialize():
1845    r"""pci_initialize() -> int"""
1846    return _pci.pci_initialize()

pci_initialize() -> int

class rtems_pci_config_t:
1847class rtems_pci_config_t(object):
1848    r"""Proxy of C rtems_pci_config_t struct."""
1849
1850    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
1851    __repr__ = _swig_repr
1852    pci_config_addr = property(_pci.rtems_pci_config_t_pci_config_addr_get, _pci.rtems_pci_config_t_pci_config_addr_set, doc=r"""pci_config_addr : p.q(volatile).unsigned char""")
1853    pci_config_data = property(_pci.rtems_pci_config_t_pci_config_data_get, _pci.rtems_pci_config_t_pci_config_data_set, doc=r"""pci_config_data : p.q(volatile).unsigned char""")
1854    pci_functions = property(_pci.rtems_pci_config_t_pci_functions_get, _pci.rtems_pci_config_t_pci_functions_set, doc=r"""pci_functions : p.q(const).pci_config_access_functions""")
1855
1856    def __init__(self):
1857        r"""__init__(rtems_pci_config_t self) -> rtems_pci_config_t"""
1858        _pci.rtems_pci_config_t_swiginit(self, _pci.new_rtems_pci_config_t())
1859    __swig_destroy__ = _pci.delete_rtems_pci_config_t

Proxy of C rtems_pci_config_t struct.

rtems_pci_config_t()
1856    def __init__(self):
1857        r"""__init__(rtems_pci_config_t self) -> rtems_pci_config_t"""
1858        _pci.rtems_pci_config_t_swiginit(self, _pci.new_rtems_pci_config_t())

__init__(rtems_pci_config_t self) -> rtems_pci_config_t

thisown
1850    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")

The membership flag

pci_config_addr
pci_config_data
pci_functions
def pci_read_config_byte(bus, slot, function, where, val):
1864def pci_read_config_byte(bus, slot, function, where, val):
1865    r"""
1866    pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t * val) -> int
1867
1868    Parameters
1869    ----------
1870    bus: unsigned char
1871    slot: unsigned char
1872    function: unsigned char
1873    where: unsigned char
1874    val: uint8_t *
1875
1876    """
1877    return _pci.pci_read_config_byte(bus, slot, function, where, val)

pci_read_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t * val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint8_t *

def pci_read_config_word(bus, slot, function, where, val):
1879def pci_read_config_word(bus, slot, function, where, val):
1880    r"""
1881    pci_read_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t * val) -> int
1882
1883    Parameters
1884    ----------
1885    bus: unsigned char
1886    slot: unsigned char
1887    function: unsigned char
1888    where: unsigned char
1889    val: uint16_t *
1890
1891    """
1892    return _pci.pci_read_config_word(bus, slot, function, where, val)

pci_read_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t * val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint16_t *

def pci_read_config_dword(bus, slot, function, where, val):
1894def pci_read_config_dword(bus, slot, function, where, val):
1895    r"""
1896    pci_read_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t * val) -> int
1897
1898    Parameters
1899    ----------
1900    bus: unsigned char
1901    slot: unsigned char
1902    function: unsigned char
1903    where: unsigned char
1904    val: uint32_t *
1905
1906    """
1907    return _pci.pci_read_config_dword(bus, slot, function, where, val)

pci_read_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t * val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint32_t *

def pci_write_config_byte(bus, slot, function, where, val):
1909def pci_write_config_byte(bus, slot, function, where, val):
1910    r"""
1911    pci_write_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t val) -> int
1912
1913    Parameters
1914    ----------
1915    bus: unsigned char
1916    slot: unsigned char
1917    function: unsigned char
1918    where: unsigned char
1919    val: uint8_t
1920
1921    """
1922    return _pci.pci_write_config_byte(bus, slot, function, where, val)

pci_write_config_byte(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint8_t val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint8_t

def pci_write_config_word(bus, slot, function, where, val):
1924def pci_write_config_word(bus, slot, function, where, val):
1925    r"""
1926    pci_write_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t val) -> int
1927
1928    Parameters
1929    ----------
1930    bus: unsigned char
1931    slot: unsigned char
1932    function: unsigned char
1933    where: unsigned char
1934    val: uint16_t
1935
1936    """
1937    return _pci.pci_write_config_word(bus, slot, function, where, val)

pci_write_config_word(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint16_t val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint16_t

def pci_write_config_dword(bus, slot, function, where, val):
1939def pci_write_config_dword(bus, slot, function, where, val):
1940    r"""
1941    pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t val) -> int
1942
1943    Parameters
1944    ----------
1945    bus: unsigned char
1946    slot: unsigned char
1947    function: unsigned char
1948    where: unsigned char
1949    val: uint32_t
1950
1951    """
1952    return _pci.pci_write_config_dword(bus, slot, function, where, val)

pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char function, unsigned char where, uint32_t val) -> int

Parameters

bus: unsigned char slot: unsigned char function: unsigned char where: unsigned char val: uint32_t

def pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun):
1954def pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun):
1955    r"""
1956    pci_find_device(unsigned short vendorid, unsigned short deviceid, int instance, int * pbus, int * pdev, int * pfun) -> int
1957
1958    Parameters
1959    ----------
1960    vendorid: unsigned short
1961    deviceid: unsigned short
1962    instance: int
1963    pbus: int *
1964    pdev: int *
1965    pfun: int *
1966
1967    """
1968    return _pci.pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun)

pci_find_device(unsigned short vendorid, unsigned short deviceid, int instance, int * pbus, int * pdev, int * pfun) -> int

Parameters

vendorid: unsigned short deviceid: unsigned short instance: int pbus: int * pdev: int * pfun: int *

def pci_bus_count():
1970def pci_bus_count():
1971    r"""pci_bus_count() -> unsigned char"""
1972    return _pci.pci_bus_count()

pci_bus_count() -> unsigned char

cvar = See C documentation