* Adding/updating license headers.

* Add the standalone ata module to the Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30053 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-04-09 08:54:46 +00:00
parent 44039cc605
commit 6bb01f71bc
11 changed files with 71 additions and 4 deletions

View File

@ -1,3 +1,12 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2008, Marcus Overhagen.
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#include "ATAPrivate.h"
ATAChannel::ATAChannel(device_node *node)

View File

@ -1,3 +1,9 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#ifndef ATA_COMMANDS_H
#define ATA_COMMANDS_H

View File

@ -1,3 +1,12 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2008, Marcus Overhagen.
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#include "ATAPrivate.h"

View File

@ -1,5 +1,6 @@
/*
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002/03, Thomas Kurschel. All rights reserved.
*
* Distributed under the terms of the MIT License.

View File

@ -1,3 +1,12 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2008, Marcus Overhagen.
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#include "ATAPrivate.h"
scsi_for_sim_interface *gSCSIModule = NULL;

View File

@ -1,3 +1,12 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2008, Marcus Overhagen.
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#include "ATAPrivate.h"
ATAPIDevice::ATAPIDevice(ATAChannel *channel, uint8 index)

View File

@ -1,3 +1,11 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2008, Marcus Overhagen.
* Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2002-2003, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
#ifndef ATA_PRIVATE_H
#define ATA_PRIVATE_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Distributed under the terms of the MIT License.
*/
#include "ATAPrivate.h"
ATARequest::ATARequest()

View File

@ -1,3 +1,7 @@
/*
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Distributed under the terms of the MIT License.
*/
#ifndef ATA_TRACING_H
#define ATA_TRACING_H

View File

@ -20,3 +20,11 @@ KernelAddon ide :
virtual_memory.c
;
KernelAddon ata :
ATAChannel.cpp
ATADevice.cpp
ATAHelper.cpp
ATAModule.cpp
ATAPIDevice.cpp
ATARequest.cpp
;

View File

@ -1,6 +1,6 @@
/*
* Copyright 2004-2006, Haiku, Inc. All RightsReserved.
* Copyright 2002/03, Thomas Kurschel. All rights reserved.
* Copyright 2004-2009, Haiku, Inc.
* Copyright 2002/03, Thomas Kurschel.
*
* Distributed under the terms of the MIT License.
*/
@ -16,7 +16,6 @@
have a rough time when you messed up the offsets.
*/
#include <lendian_bitfield.h>
#define ATA_GET_INFO_BLOCK 0x2710