haiku/headers/os/drivers/bus
Jérôme Duval b027a0a2f7 pci: change offset type to uint16 in config space API.
* The config space is larger than 255, we need to use an uint16 to access
offsets superior or equal to 256. The current API only proposes an uint8 for this.
This change switches the offset parameter to the uint16 type. Axel hinted that
the used values are the same with such a change (the doc says sign extended to 2 or
4 bytes).
I checked with GCC2 and it's indeed the case when inspecting the memory.
With GCC4, instructions are the same on function call.
* prints info about extended capabilities.
* struct pci_module_info and struct pci_device_module_info are extended with
pci_find_extended_capability().
2013-06-24 19:29:00 +02:00
..
ATA.h I am trying to help a bit with the transition from IDE to ATA stack. 2009-05-10 17:04:04 +00:00
IDE.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
ISA.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
PCI.h pci: change offset type to uint16 in config space API. 2013-06-24 19:29:00 +02:00
SCSI.h scsi: typo adapaters=>adapters 2013-06-18 18:39:25 +02:00