And now actually committed the NCR 53C810 files.

This commit is contained in:
OBattler
2017-12-10 15:37:46 +01:00
parent f050810e2f
commit 2145619505
2 changed files with 2255 additions and 0 deletions

2224
src/scsi/scsi_ncr53c810.c Normal file

File diff suppressed because it is too large Load Diff

31
src/scsi/scsi_ncr53c810.h Normal file
View File

@@ -0,0 +1,31 @@
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of the 86Box distribution.
*
* Implementation of the NCR 53C810 SCSI Host Adapter made by
* NCR and later Symbios and LSI. This controller was designed
* for the PCI bus.
*
* Version: @(#)scsi_ncr53c810.c 1.0.0 2017/12/10
*
* Authors: TheCollector1995, <mariogplayer@gmail.com>
* Miran Grca, <mgrca8@gmail.com>
* Paul Brook (QEMU),
* Artyom Tarasenko (QEMU),
*
* Copyright 2006-2017 Paul Brook.
* Copyright 2009-2017 Artyom Tarasenko.
* Copyright 2017 Miran Grca.
*/
#ifndef SCSI_NCR5C3810_H
# define SCSI_NCR53C810_H
extern device_t ncr53c810_pci_device;
#endif /*SCSI_NCR53C810_H*/