From 44979b77a29fe4299c7fd9b5d0a680f966007479 Mon Sep 17 00:00:00 2001 From: beveloper Date: Wed, 1 Oct 2003 15:38:54 +0000 Subject: [PATCH] the latest and greatest git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4913 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/PCI.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/headers/os/drivers/PCI.h b/headers/os/drivers/PCI.h index b17ce4fbe5..53bb1040a6 100644 --- a/headers/os/drivers/PCI.h +++ b/headers/os/drivers/PCI.h @@ -239,6 +239,11 @@ struct pci_module_info { #define PCI_docking_station 0x0a /* docking stations */ #define PCI_processor 0x0b /* processors */ #define PCI_serial_bus 0x0c /* serial_bus_controller */ +#define PCI_wireless 0x0d +#define PCI_intelligent_io 0x0e +#define PCI_satellite_communications 0x0f +#define PCI_encryption_decryption 0x10 +#define PCI_data_acquisition 0x11 #define PCI_undefined 0xFF /* not in any defined class */