mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
run: disable wifi netperf on non-ACPI 32bit kernel
This commit is contained in:
parent
4761826843
commit
c63fe241f4
@ -16,6 +16,11 @@ if { [have_spec muen] } {
|
||||
exit 0
|
||||
}
|
||||
|
||||
if {[get_cmd_switch --autopilot] && [have_spec x86_32] && ![have_spec acpi]} {
|
||||
puts stderr "\nNetperf WIFI running with non-ACPI kernel on native x86_32 test machine is not supported because of wrong interrupt number in pci config space (should be 11 instead 10).\n"
|
||||
exit
|
||||
}
|
||||
|
||||
# network configuration
|
||||
set use_nic_bridge 0
|
||||
set use_wifi_driver 1
|
||||
|
@ -16,6 +16,11 @@ if { [have_spec muen] } {
|
||||
exit 0
|
||||
}
|
||||
|
||||
if {[get_cmd_switch --autopilot] && [have_spec x86_32] && ![have_spec acpi]} {
|
||||
puts stderr "\nNetperf WIFI running with non-ACPI kernel on native x86_32 test machine is not supported because of wrong interrupt number in pci config space (should be 11 instead 10).\n"
|
||||
exit
|
||||
}
|
||||
|
||||
# network configuration
|
||||
set use_nic_bridge 0
|
||||
set use_wifi_driver 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user