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:
@@ -28,7 +28,7 @@ struct device_driver;
|
||||
* A physical device location on a bus.
|
||||
*
|
||||
*/
|
||||
#define BUS_LOC_SIZE 4
|
||||
#define BUS_LOC_SIZE 8
|
||||
struct bus_loc {
|
||||
char bytes[BUS_LOC_SIZE];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user