History log of /haiku-fatelf/src/add-ons/kernel/bus_managers/ide/sync.c
Revision Date Author Comments
# 368167ed 26-May-2008 Axel Dörfler <axeld@pinc-software.de>

* Integration of the new driver architecture.
* Moved devfs from fs/ to device_manager/, and separated the legacy driver
support from it.
* Removed fast_log module.
* There are a couple of (temporary) regressions, though:
- legacy SATA and ISA IDE support is disabled, the drivers haven't been
ported yet.
- The not yet used ATA bus manager hasn't been ported yet, either.
- AHCI changes have not been tested.
- the listdev command has been removed from the build (as it currently
doesn't work anymore).
- device manager generated IDs currently are not freed anymore when a device
node is removed.
- generic drivers can't yet use the new driver architecture.
- simple busses that do not support device types won't work yet.
- legacy driver publishing/unpublishing (ie. what USB needs) has not been
tested, and may be broken.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25662 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61d902ea 26-Dec-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

improved debug output


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23162 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2d05e85c 25-Oct-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

decide -> device


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22719 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad13bfbb 27-Jan-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

Added unconditional debug output. You will most likely see it when "sync" is stalled,


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19990 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c23ca6f 06-Jan-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

avoid eating interrupts (still this code is slightly insane)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19726 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c26b5613 15-May-2005 Marcus Overhagen <marcusoverhagen@gmail.com>

Fixed some IRQ sharing bugs. There may be more that are still undetected.
Unfortunately, IDE in compatiblitiy (non-native) mode doesn't use IRQ sharing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12676 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d99c404f 30-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Fixed all warnings in scsi2ata.c.
Style cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f46c3cb 24-Jun-2004 Axel Dörfler <axeld@pinc-software.de>

Turn off tracing.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8162 a95241bf-73f2-0310-859d-f6bbb57e9c96


# debb0e18 06-Jun-2004 Axel Dörfler <axeld@pinc-software.de>

Added IDE bus manager written by Thomas Kurschel.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7775 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 368167ede8118f72da8c9ac5bb98ce9b46a8a639 26-May-2008 Axel Dörfler <axeld@pinc-software.de>

* Integration of the new driver architecture.
* Moved devfs from fs/ to device_manager/, and separated the legacy driver
support from it.
* Removed fast_log module.
* There are a couple of (temporary) regressions, though:
- legacy SATA and ISA IDE support is disabled, the drivers haven't been
ported yet.
- The not yet used ATA bus manager hasn't been ported yet, either.
- AHCI changes have not been tested.
- the listdev command has been removed from the build (as it currently
doesn't work anymore).
- device manager generated IDs currently are not freed anymore when a device
node is removed.
- generic drivers can't yet use the new driver architecture.
- simple busses that do not support device types won't work yet.
- legacy driver publishing/unpublishing (ie. what USB needs) has not been
tested, and may be broken.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25662 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61d902eaf9e551d3dc74209b10a95625e2e05bee 26-Dec-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

improved debug output


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23162 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2d05e85cb5be4f158647f251c8bac30199ada49f 25-Oct-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

decide -> device


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22719 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ad13bfbbd73580fbe17bf2f77056d84d1e036cee 27-Jan-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

Added unconditional debug output. You will most likely see it when "sync" is stalled,


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19990 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1c23ca6f793d7ef5867207e02e50b5d41d1f857d 06-Jan-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

avoid eating interrupts (still this code is slightly insane)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19726 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c26b5613f986215c9ae195847710622cd7fae522 15-May-2005 Marcus Overhagen <marcusoverhagen@gmail.com>

Fixed some IRQ sharing bugs. There may be more that are still undetected.
Unfortunately, IDE in compatiblitiy (non-native) mode doesn't use IRQ sharing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12676 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d99c404f77db7f7a47461d681f5265b0bd634ee8 30-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Fixed all warnings in scsi2ata.c.
Style cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f46c3cb5cd51275b388b3516e4fc07351a40cff 24-Jun-2004 Axel Dörfler <axeld@pinc-software.de>

Turn off tracing.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8162 a95241bf-73f2-0310-859d-f6bbb57e9c96


# debb0e18cc536ec1cdc1204bfd3abb1b0c760105 06-Jun-2004 Axel Dörfler <axeld@pinc-software.de>

Added IDE bus manager written by Thomas Kurschel.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7775 a95241bf-73f2-0310-859d-f6bbb57e9c96