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: Hervé Poussineau
Subject: Re: [Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapter)
Date: Thu, 02 Aug 2012 09:25:08 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Paolo Bonzini a écrit :
Il 01/08/2012 18:59, 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.

Hervé



reply via email to

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