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é