diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2012-07-09 12:02:31 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-14 10:13:29 +0000 |
commit | fabaaf1d1f3f793999257cb16b509e32dfc1de71 (patch) | |
tree | ca80a5efed233a55f0dd4fe76006d4786e02ceee /hw/pci_ids.h | |
parent | 0883c5159f1df05d8761014f65451c3c3b77ebcf (diff) |
esp: add AMD PCscsi emulation (PCI SCSI adapter)
The PCI version is supported in lots of Operating Systems,
and has been successfully tested on:
- MS DOS 6.22 (using DC390 driver)
- MS Windows 3.11 (using DC390 driver)
- MS Windows 98 SE (using default driver)
- MS Windows NT 3.1 (using DC390 driver)
- MS Windows NT 4.0 (using default driver)
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index b4801d2168..301bf1cd86 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -59,6 +59,7 @@ #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 +#define PCI_DEVICE_ID_AMD_SCSI 0x2020 #define PCI_VENDOR_ID_TI 0x104c |