mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Add identifier for the network device into the DHCP request.
This commit is contained in:
@@ -168,6 +168,19 @@ struct job_interface;
|
||||
*/
|
||||
#define DHCP_EB_SIADDR DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 3 )
|
||||
|
||||
/** Network device descriptor
|
||||
*
|
||||
* Byte 0 is the bus type ID; remaining bytes depend on the bus type.
|
||||
*
|
||||
* PCI devices:
|
||||
* Byte 0 : 1 (PCI)
|
||||
* Byte 1 : PCI vendor ID MSB
|
||||
* Byte 2 : PCI vendor ID LSB
|
||||
* Byte 3 : PCI device ID MSB
|
||||
* Byte 4 : PCI device ID LSB
|
||||
*/
|
||||
#define DHCP_EB_BUS_ID DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xb1 )
|
||||
|
||||
/** BIOS drive number
|
||||
*
|
||||
* This is the drive number for a drive emulated via INT 13. 0x80 is
|
||||
|
||||
Reference in New Issue
Block a user