* Removed no longer needed disk device related syscalls

(_kern_{supports,validate}_*(), etc.).
* Adjusted the prototypes of the disk device modification syscalls.
  Commented out their implementations for the time -- they'll mostly
  have to be rewritten completely.
* Implemented the userland disk device jobs.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-10-31 21:16:22 +00:00
parent 61291964c3
commit 300868ce27
16 changed files with 321 additions and 1254 deletions
@@ -29,9 +29,6 @@ public:
int32 CountPartitionableSpaces() const;
private:
status_t _SetTo(partition_id partition,
int32 changeCounter);
status_t _InsertSpaces(int32 index, int32 count);
void _RemoveSpaces(int32 index, int32 count);