mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
Add License and copyright notices
This commit is contained in:
parent
72ad87f6b8
commit
b9ce452afd
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -18,7 +18,8 @@
|
||||
"stdbool.h": "c",
|
||||
"idetask.h": "c",
|
||||
"td64.h": "c",
|
||||
"string.h": "c"
|
||||
"string.h": "c",
|
||||
"scsidisk.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled"
|
||||
}
|
||||
4
ata.c
4
ata.c
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#include <devices/scsidisk.h>
|
||||
#include <devices/timer.h>
|
||||
#include <devices/trackdisk.h>
|
||||
|
||||
4
ata.h
4
ata.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#ifndef _ATA_H
|
||||
#define _ATA_H
|
||||
|
||||
|
||||
4
atapi.c
4
atapi.c
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#include <devices/scsidisk.h>
|
||||
#include <devices/timer.h>
|
||||
#include <devices/trackdisk.h>
|
||||
|
||||
4
atapi.h
4
atapi.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#ifndef _ATAPI_H
|
||||
#define _ATAPI_H
|
||||
|
||||
|
||||
4
debug.h
4
debug.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#define DBG_INFO 1
|
||||
#define DBG_WARN 2
|
||||
#define DBG_TRACE 3
|
||||
|
||||
4
device.h
4
device.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#ifndef _DEVICE_H
|
||||
#define _DEVICE_H
|
||||
|
||||
|
||||
4
driver.c
4
driver.c
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#include <devices/scsidisk.h>
|
||||
#include <devices/timer.h>
|
||||
#include <devices/trackdisk.h>
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#include <devices/scsidisk.h>
|
||||
#include <devices/trackdisk.h>
|
||||
#include <exec/errors.h>
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#define TASK_NAME "idetask"
|
||||
#define TASK_PRIORITY 0
|
||||
#define TASK_STACK_SIZE 65535
|
||||
|
||||
4
scsi.c
4
scsi.c
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#include <devices/scsidisk.h>
|
||||
#include <devices/trackdisk.h>
|
||||
#include <exec/errors.h>
|
||||
|
||||
4
scsi.h
4
scsi.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#define SCSI_CMD_TEST_UNIT_READY 0x00
|
||||
#define SCSI_CMD_REQUEST_SENSE 0x03
|
||||
#define SCSI_CMD_READ_6 0x08
|
||||
|
||||
4
td64.h
4
td64.h
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* This file is part of liv2ride.device
|
||||
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
||||
*/
|
||||
#ifndef TD_READ64
|
||||
|
||||
#define TD_READ64 24
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user