Re: [SeaBIOS] [PATCH] megasas: Add boot support for LSI MegaRAID SAS

2012-11-12 Thread Hannes Reinecke
On 11/13/2012 01:39 AM, Kevin O'Connor wrote: On Mon, Nov 12, 2012 at 03:45:19PM +0100, Hannes Reinecke wrote: This patch adds support for LSI MegaRAID SAS controllers. Currently only 8708EM2 is supported. Thanks. Some comments below. [...] +SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO);

Re: [SeaBIOS] [PATCH] megasas: Add boot support for LSI MegaRAID SAS

2012-11-12 Thread Hannes Reinecke
On 11/12/2012 06:28 PM, Paolo Bonzini wrote: Il 12/11/2012 15:45, Hannes Reinecke ha scritto: This patch adds support for LSI MegaRAID SAS controllers. Currently only 8708EM2 is supported. Did you test it on real hardware? For example via PCI passthrough. Not yet. diff --git a/src/megasas

Re: [SeaBIOS] [PATCH] megasas: Add boot support for LSI MegaRAID SAS

2012-11-12 Thread Kevin O'Connor
On Mon, Nov 12, 2012 at 03:45:19PM +0100, Hannes Reinecke wrote: > This patch adds support for LSI MegaRAID SAS controllers. > Currently only 8708EM2 is supported. Thanks. Some comments below. [...] > +SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); [...] > +mlun->frame = memalign_high(256,

Re: [SeaBIOS] SEABIOS and DOS compatibility

2012-11-12 Thread Peter Stuge
Fred . wrote: > > Fred . wrote: > > > Anyone wishing to test this, can get a bootdisk from bootdisk.com. > > > > > > http://bootdisk.com/bootdisk.htm > > > > Did you verify that those bootdisks do in fact reproduce the problem? > > > > Doing that would be a good way to help the project. > > No, I

Re: [SeaBIOS] SEABIOS and DOS compatibility

2012-11-12 Thread Fred .
No, I did not. I just mentioned them as they are DOS 6.22 bootdisks, which was mentioned. So I assumed they would be useful for reproducing the problem. On Mon, Nov 12, 2012 at 11:39 PM, Peter Stuge wrote: > Fred . wrote: > > Anyone wishing to test this, can get a bootdisk from bootdisk.com. >

Re: [SeaBIOS] SEABIOS and DOS compatibility

2012-11-12 Thread Peter Stuge
Fred . wrote: > Anyone wishing to test this, can get a bootdisk from bootdisk.com. > > http://bootdisk.com/bootdisk.htm Did you verify that those bootdisks do in fact reproduce the problem? Doing that would be a good way to help the project. //Peter ___

Re: [SeaBIOS] [PATCH] megasas: Add boot support for LSI MegaRAID SAS

2012-11-12 Thread Paolo Bonzini
Il 12/11/2012 15:45, Hannes Reinecke ha scritto: > This patch adds support for LSI MegaRAID SAS controllers. > Currently only 8708EM2 is supported. Did you test it on real hardware? For example via PCI passthrough. > diff --git a/src/megasas.c b/src/megasas.c > new file mode 100644 > index 0

[SeaBIOS] [PATCH] megasas: Add boot support for LSI MegaRAID SAS

2012-11-12 Thread Hannes Reinecke
This patch adds support for LSI MegaRAID SAS controllers. Currently only 8708EM2 is supported. Signed-off-by: Hannes Reinecke Cc: Gerd Hofmann Cc: Alexander Graf Cc: Paolo Bonzini diff --git a/Makefile b/Makefile index 5486f88..b0e2031 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SR