FloppyBootImage: removed special case for x86_64
* completes hrev46470 * to be noted, adding generic_x86 for x86_64 let Haiku crash on boot.
This commit is contained in:
@@ -110,30 +110,19 @@ if $(NET_BOOT) = 1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# boot module links
|
# boot module links
|
||||||
if $(TARGET_ARCH) = x86_64 {
|
AddBootModuleSymlinksToFloppyBootArchive [ FFilterByBuildFeatures
|
||||||
AddBootModuleSymlinksToFloppyBootArchive
|
$(SYSTEM_ADD_ONS_BUS_MANAGERS)
|
||||||
ata dpc config_manager pci scsi $(USB_ONLY)usb ata_adapter locked_pool
|
openpic@ppc
|
||||||
scsi_periph generic_x86 ahci generic_ide_pci legacy_sata
|
ata_adapter@ata ide_adapter@ide locked_pool scsi_periph
|
||||||
$(USB_ONLY)<usb>uhci $(USB_ONLY)<usb>ohci $(USB_ONLY)<usb>ehci
|
generic_x86@x86
|
||||||
scsi_cd scsi_disk $(USB_ONLY)usb_disk
|
ahci generic_ide_pci ide_isa@x86 silicon_image_3112 legacy_sata
|
||||||
intel session
|
it8211
|
||||||
$(SYSTEM_ADD_ONS_FILE_SYSTEMS)
|
$(USB_ONLY)<usb>uhci $(USB_ONLY)<usb>ohci $(USB_ONLY)<usb>ehci
|
||||||
;
|
scsi_cd scsi_disk $(USB_ONLY)usb_disk norflash@arm
|
||||||
} else {
|
intel session
|
||||||
AddBootModuleSymlinksToFloppyBootArchive
|
$(SYSTEM_ADD_ONS_FILE_SYSTEMS)
|
||||||
$(SYSTEM_ADD_ONS_BUS_MANAGERS)
|
$(BOOT_ADD_ONS_NET)
|
||||||
openpic@ppc
|
] ;
|
||||||
ata_adapter@ata ide_adapter@ide locked_pool scsi_periph
|
|
||||||
generic_x86@x86
|
|
||||||
ahci generic_ide_pci ide_isa@x86 silicon_image_3112 legacy_sata
|
|
||||||
it8211
|
|
||||||
$(USB_ONLY)<usb>uhci $(USB_ONLY)<usb>ohci $(USB_ONLY)<usb>ehci
|
|
||||||
scsi_cd scsi_disk $(USB_ONLY)usb_disk norflash@arm
|
|
||||||
intel session
|
|
||||||
$(SYSTEM_ADD_ONS_FILE_SYSTEMS)
|
|
||||||
$(BOOT_ADD_ONS_NET)
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#pragma mark - Build The Archive
|
#pragma mark - Build The Archive
|
||||||
|
|||||||
Reference in New Issue
Block a user