TC1995's port of the IBM PS/2 MCA SCSI controller (Spock).
This commit is contained in:
25
src/scsi/scsi_spock.h
Normal file
25
src/scsi/scsi_spock.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* 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 IBM PS/2 SCSI controller with
|
||||
* cache for MCA only.
|
||||
*
|
||||
* Version: @(#)scsi_spock.h 1.0.0 2020/03/10
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* TheCollector1995, <mariogplayer@gmail.com>
|
||||
*
|
||||
* Copyright 2020 Sarah Walker.
|
||||
* Copyright 2020 TheCollector1995.
|
||||
*/
|
||||
#ifndef SCSI_SPOCK_H
|
||||
# define SCSI_SPOCK_H
|
||||
|
||||
extern const device_t spock_device;
|
||||
|
||||
#endif /*SCSI_SPOCK_H*/
|
||||
Reference in New Issue
Block a user