qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapt


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapter)
Date: Thu, 02 Aug 2012 09:33:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Il 02/08/2012 09:25, Hervé Poussineau ha scritto:
>>>
>>> +static void dc390_class_init(ObjectClass *klass, void *data)
>>> +{
>>> +    DeviceClass *dc = DEVICE_CLASS(klass);
>>> +    PCIDeviceClass *k = PCI_DEVICE_CLASS(klass);
>>> +
>>> +    k->init = dc390_scsi_init;
>>> +    k->romfile = "INT13.BIN";
>>
>> Is this available under a free license?  Otherwise, it's probably easier
>> to just add support to SeaBIOS.
> 
> Licence for the rom doesn't seem to be available, so I can drop that
> line if you want.

Yes, please.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]