mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 10:32:52 +03:00
[device] Make driver name a generic device property
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -63,8 +63,8 @@ static int eisa_probe ( struct eisa_device *eisa ) {
|
||||
ISA_PROD_ID ( eisa->prod_id ) )
|
||||
continue;
|
||||
eisa->driver = driver;
|
||||
eisa->driver_name = id->name;
|
||||
DBG ( "...using driver %s\n", eisa->driver_name );
|
||||
eisa->dev.driver_name = id->name;
|
||||
DBG ( "...using driver %s\n", eisa->dev.driver_name );
|
||||
if ( ( rc = driver->probe ( eisa, id ) ) != 0 ) {
|
||||
DBG ( "......probe failed\n" );
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user