pci_device_id Struct Reference

A PCI device ID list entry. More...

#include <pci.h>


Data Fields

const char * name
 Name.
uint16_t vendor
 PCI vendor ID.
uint16_t device
 PCI device ID.
unsigned long driver_data
 Arbitrary driver data.


Detailed Description

A PCI device ID list entry.

Definition at line 267 of file pci.h.


Field Documentation

const char* pci_device_id::name

Name.

Definition at line 269 of file pci.h.

Referenced by b44_probe(), and efab_probe().

PCI vendor ID.

Definition at line 271 of file pci.h.

Referenced by b44_probe(), forcedeth_probe(), pci_probe(), and rtl8169_probe().

PCI device ID.

Definition at line 273 of file pci.h.

Referenced by b44_probe(), forcedeth_probe(), pci_probe(), and rtl8169_probe().

Arbitrary driver data.

Definition at line 275 of file pci.h.

Referenced by ath5k_probe(), e1000e_probe(), and forcedeth_probe().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1