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