From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swpmf-0003yU-Bd for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:25:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwpmZ-0002LO-LM for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:25:25 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:53737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwpmZ-0002LF-5r for qemu-devel@nongnu.org; Thu, 02 Aug 2012 03:25:19 -0400 Message-ID: <501A2B54.5020008@reactos.org> Date: Thu, 02 Aug 2012 09:25:08 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1343840383-28138-1-git-send-email-hpoussin@reactos.org> <501A2039.50606@redhat.com> In-Reply-To: <501A2039.50606@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapter) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Blue Swirl , qemu-devel@nongnu.org Paolo Bonzini a =C3=A9crit : > Il 01/08/2012 18:59, Herv=C3=A9 Poussineau ha scritto: >> + >> +static void dc390_class_init(ObjectClass *klass, void *data) >> +{ >> + DeviceClass *dc =3D DEVICE_CLASS(klass); >> + PCIDeviceClass *k =3D PCI_DEVICE_CLASS(klass); >> + >> + k->init =3D dc390_scsi_init; >> + k->romfile =3D "INT13.BIN"; >=20 > Is this available under a free license? Otherwise, it's probably easie= r > to just add support to SeaBIOS. >=20 Licence for the rom doesn't seem to be available, so I can drop that=20 line if you want. Herv=C3=A9