haiku/headers/private/drivers
Stephan Aßmus 7f33d2c159 I am trying to help a bit with the transition from IDE to ATA stack.
* Copied ide_adapter.h as ata_adapter.h in attempt to further
  separate the two stacks.
* Continued renaming stuff in drivers/bus/ATA.h
* Make all the busses/ata drivers include the new headers,
  specifically ata_types.h, ata_adapter.h and bus/ATA.h,
  they were all including ide_types and bus/IDE.h still
* Some renaming of global variables for coding style consistency
* Removed the promise driver from the build, it's not used on the
  image and I don't believe it compiled even for the old IDE stack.
* There is no more Command Queueing in the new ATA stack, so I
  removed the capability indication from the busses/ata drivers
  and ata_adapter.h.

The new ATA stack still boots fine on my computer and I proof-read
the diff like two times. Basically, this was a careful search&replace
job only. The only things I am not sure about is renaming some
publishing related strings, but it seems to all work fine.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30700 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-10 17:04:04 +00:00
..
ata_adapter.h I am trying to help a bit with the transition from IDE to ATA stack. 2009-05-10 17:04:04 +00:00
ata_types.h * Reworked device detection, we'll see how well this works... 2009-04-18 20:58:33 +00:00
dvb.h Interface definition of DVB drivers. Currently private API. 2007-04-13 15:52:58 +00:00
ide_adapter.h * Integration of the new driver architecture. 2008-05-26 16:52:27 +00:00
ide_types.h * As Marcus correctly pointed out indirectly, the bitmask for 2008-10-26 22:14:20 +00:00
ksocket.h Fixed ksocket header as we don't use a socket module anymore. 2008-04-19 23:58:26 +00:00
lendian_bitfield.h Remove hardcoding of endianness... that'll likely help ppc :) 2008-05-25 20:12:00 +00:00
poke.h Fixed some bugs, partially by Oscar Lesta. 2005-07-19 17:19:02 +00:00
scsi_cmds.h renamed SCSI_OP_TUR into SCSI_OP_TEST_UNIT_READY 2007-09-28 21:30:53 +00:00
scsi_periph.h * Build fix: this should have been part of the last commit. 2008-08-18 11:03:03 +00:00
tty.h * Set reasonable terminal flag defaults. This makes telnetd fully usable 2008-04-24 21:26:35 +00:00