From ebb02063bd6b9af302d69cbba3e27be8c0bf1b8e Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Wed, 17 Jan 2007 00:19:59 +0000 Subject: [PATCH] Fixed documentation, uint16 was wrong and doesn't work. Also checked other usage of this items, but they are already correct. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19836 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/bus/PCI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/os/drivers/bus/PCI.h b/headers/os/drivers/bus/PCI.h index a036939316..846fd463fb 100644 --- a/headers/os/drivers/bus/PCI.h +++ b/headers/os/drivers/bus/PCI.h @@ -136,11 +136,11 @@ typedef struct pci_device_module_info { // subvendor id (uint16) #define PCI_DEVICE_SUBVENDOR_ID_ITEM "pci/subvendor_id" -// device base class (uint16) +// device base class (uint8) #define PCI_DEVICE_BASE_CLASS_ID_ITEM "pci/class/base_id" -// device subclass (uint16) +// device subclass (uint8) #define PCI_DEVICE_SUB_CLASS_ID_ITEM "pci/class/sub_id" -// device api (uint16) +// device api (uint8) #define PCI_DEVICE_API_ID_ITEM "pci/class/api_id"