mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
ISA bus driver updated to report devices as present only if a driver
thinks they are. Other bus drivers modified for consistency.
This commit is contained in:
@@ -145,6 +145,9 @@ SECTIONS {
|
||||
device_drivers = .;
|
||||
*(.drivers.device)
|
||||
device_drivers_end = .;
|
||||
isa_drivers = . ;
|
||||
*(.drivers.isa)
|
||||
isa_drivers_end = .;
|
||||
bus_drivers = .;
|
||||
*(.drivers.bus)
|
||||
bus_drivers_end = .;
|
||||
|
||||
Reference in New Issue
Block a user