mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
Created a bus/device API that allows for the ROM prefix to specify an
initial device, and will also allow for e.g. a device menu to be presented to the user.
This commit is contained in:
@@ -408,7 +408,7 @@ static void btext_init(void)
|
||||
|
||||
#warning "pci_find_device_x no longer exists; use find_pci_device instead"
|
||||
/* pci_find_device_x(0x1002, 0x4752, 0, &dev); */
|
||||
if(dev.vendor==0) return; // no fb
|
||||
if(dev.vendor_id==0) return; // no fb
|
||||
|
||||
frame_buffer = (uint32_t)dev.membase;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user