haiku/headers/build/os/drivers/bus
Marcus Overhagen 70eb0da7e0 Mask io-space bit in promise_tx2 driver, the driver was broken after recent ide-adapter changes.
Replaced IDE_ADAPTER_IS_PRIMARY by IDE_ADAPTER_CHANNEL_INDEX to support more than 2 bus master channels,
and made ide_adapter aware of 3rd and 4th channel when calculating bus master dma address.
Fixed bus master DMA support in legacy_sata driver for tertiary and quaternary channel, channel 3 and 4
were using the DMA engine of primary and secondary channels (that might have destroyed your data).
Use PCI_address_io_mask instead of ~PCI_address_space (no functional change).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23207 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-01-01 20:31:14 +00:00
..
ide Mask io-space bit in promise_tx2 driver, the driver was broken after recent ide-adapter changes. 2008-01-01 20:31:14 +00:00
scsi Implemented support for hardware cache flush. This is based on code I originally 2007-01-17 01:39:59 +00:00
IDE.h Replaced "ide_channel_cookie channel" and "ide_adapter_channel_info *" with "void *channel_cookie". 2006-09-10 18:55:00 +00:00
ISA.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
PCI.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
SCSI.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00