]> Git Repo - qemu.git/commit - hw/scsi/lsi53c895a.c
lsi: add 53C810 variant
authorHervé Poussineau <[email protected]>
Sat, 14 Sep 2013 15:51:09 +0000 (17:51 +0200)
committerPaolo Bonzini <[email protected]>
Mon, 16 Sep 2013 10:42:40 +0000 (12:42 +0200)
commitceae18bd74e8940ff79935a257c72e665b084bcc
tree09d0d92d6fad532e7331ab4ac0cddd9e32e6a240
parent689f5ff4376c576681ee581f11e710d6711f06b4
lsi: add 53C810 variant

Currently, treat it exactly as a 53C895A.
53C895A is a 53C810 with more capabilities, so this should work.

However, this lets us test different code paths on Linux, which
don't use lastest features if it detect a 810, or on some OSes
which only support 810 and not 895A (like very old Windows NT
versions).

Signed-off-by: Hervé Poussineau <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/scsi/lsi53c895a.c
include/hw/pci/pci_ids.h
This page took 0.02688 seconds and 4 git commands to generate.