]> xenbits.xensource.com Git - seabios.git/commit
lsi53c895a boot support
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 20 Jul 2012 08:59:25 +0000 (10:59 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jul 2012 16:05:30 +0000 (12:05 -0400)
commit9d6bac1d32b72cdf7c0ad009c1371a2e69084de3
tree4fdf950dcd21f8aa884437d2b5433704fd982f16
parente53e30da6eb28885ca900e248662800a5897fd9b
lsi53c895a boot support

This patch adds support for the lsi53c895a scsi host adapter,
allowing seabios to boot from scsi disks and cdroms connected
to the lsi scsi hba emulated by qemu.

This driver was written by looking at the expectations of qemu's
lsi emulation.  I have no idea idea how close this is to work on
real hardware, and I somehow doubt anyone cares given the age of
physical lsi scsi cards.  It depends on !COREBOOT for that reason.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile
src/Kconfig
src/block.c
src/blockcmd.c
src/disk.h
src/lsi-scsi.c [new file with mode: 0644]
src/lsi-scsi.h [new file with mode: 0644]
src/post.c