From fc7e2be617df0f671977655249f5c6a04a0ba04f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 7 Apr 2011 20:59:47 +0100 Subject: [device] Make driver name a generic device property Signed-off-by: Michael Brown --- src/include/ipxe/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/ipxe/device.h') diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index 635ce59c..435af6ec 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -58,6 +58,8 @@ struct device_description { struct device { /** Name */ char name[16]; + /** Driver name */ + const char *driver_name; /** Device description */ struct device_description desc; /** Devices on the same bus */ -- cgit v1.2.3-55-g7522