haiku/headers/os/drivers
Ingo Weinhold a8ad734f1c * Introduced structures {virtual,physical}_address_restrictions, which specify
restrictions for virtual/physical addresses.
* vm_page_allocate_page_run():
  - Fixed conversion of base/limit to array indexes. sPhysicalPageOffset was not
    taken into account.
  - Takes a physical_address_restrictions instead of base/limit and also
    supports alignment and boundary restrictions, now.
* map_backing_store(), VM[User,Kernel]AddressSpace::InsertArea()/
  ReserveAddressRange() take a virtual_address_restrictions parameter, now. They
  also support an alignment independent from the range size.
* create_area_etc(), vm_create_anonymous_area(): Take
  {virtual,physical}_address_restrictions parameters, now.
* Removed no longer needed B_PHYSICAL_BASE_ADDRESS.
* DMAResources:
  - Fixed potential overflows of uint32 when initializing from device node
    attributes.
  - Fixed bounce buffer creation TODOs: By using create_area_etc() with the
    new restrictions parameters we can directly support physical high address,
    boundary, and alignment.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37131 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-14 16:25:14 +00:00
..
bus * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
pcmcia
tty Fix #5754 so at least the driver builds. It is not yet usable since we do not have a tty manager. For now it should be possible to get the BeOS one to work in Haiku though, but it's not tested. 2010-04-28 09:58:18 +00:00
usb * dropped svn:keywords property from all files that carried it 2009-10-19 22:42:52 +00:00
ACPI.h Merge acpi from acpica vendor branch 20100428: 2010-05-19 21:33:02 +00:00
Drivers.h
ISA.h
KernelExport.h * Introduced structures {virtual,physical}_address_restrictions, which specify 2010-06-14 16:25:14 +00:00
PCI.h * Add the framework for adding an arch specific module to the PCI bus_manager. 2010-04-13 15:18:46 +00:00
PCI_x86.h Add license headers as pointed out by Jérôme. 2010-04-13 21:55:52 +00:00
Select.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
USB.h
USB2.h
USB3.h
USB_printer.h * Rewrote USB_printer.h, and bus_manager.h (the last short ones...) :-) 2009-09-01 18:48:34 +00:00
USB_rle.h * Rewrote USB_rle.h, USB_spec.h, and midi_driver.h. I did not reproduce the 2009-09-02 12:04:00 +00:00
USB_spec.h * Rewrote USB_rle.h, USB_spec.h, and midi_driver.h. I did not reproduce the 2009-09-02 12:04:00 +00:00
atomizer.h
bus_manager.h * Rewrote USB_printer.h, and bus_manager.h (the last short ones...) :-) 2009-09-01 18:48:34 +00:00
config_manager.h
device_manager.h
disk_device_manager.h
dpc.h
driver_settings.h
fs_cache.h
fs_interface.h Changed the type of the "op" parameter of the fs_vnode_ops::ioctl() hook and 2010-05-24 21:04:22 +00:00
interrupt_controller.h
io_requests.h Extended the public I/O request C API. 2009-11-19 07:38:33 +00:00
isapnp.h
locked_pool.h * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
midi_driver.h * Rewrote USB_rle.h, USB_spec.h, and midi_driver.h. I did not reproduce the 2009-09-02 12:04:00 +00:00
mime_table.h
module.h