~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vmxnet/vm_device_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 *    Intel 82443BX (440 BX North Bridge and AGP Bridge)
86
86
 *    Intel 82545EM (e1000, server adapter, single port)
87
87
 *    Intel 82546EB (e1000, server adapter, dual port)
 
88
 *    Intel ICH7_16 (Hight Definition Audio controller)
88
89
 */
89
90
#define PCI_VENDOR_ID_INTEL             0x8086
90
91
#define PCI_DEVICE_ID_INTEL_82439TX     0x7100
97
98
#define PCI_DEVICE_ID_INTEL_82443BX_2   0x7192 /* Used when no AGP support */
98
99
#define PCI_DEVICE_ID_INTEL_82545EM     0x100f
99
100
#define PCI_DEVICE_ID_INTEL_82546EB     0x1010
 
101
#define PCI_DEVICE_ID_INTEL_ICH7_16     0x27d8
100
102
 
101
103
 
102
104
/************* Strings for IDE Identity Fields **************************/