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