]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Merge from Etherboot 5.4
authorMichael Brown <mcb30@etherboot.org>
Thu, 16 Mar 2006 17:31:29 +0000 (17:31 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 16 Mar 2006 17:31:29 +0000 (17:31 +0000)
1  2 
src/include/etherboot.h

index 83f117efd5eafcd1f7cbc8078f060c5b2fabe557,e61a711ffbe7431eae30b7b80535095ffc3f1d8d..b9546c043e73fec2f6578e955775f1c0a4ff17d0
@@@ -159,7 -145,12 +159,7 @@@ struct arptable_t 
        uint8_t node[6];
  } PACKED;
  
 -struct igmptable_t {
 -      in_addr group;
 -      unsigned long time;
 -} PACKED;
 -
--#define       KERNEL_BUF      (BOOTP_DATA_ADDR->bootp_reply.bp_file)
++#define       KERNEL_BUF      (bootp_data.bootp_reply.bp_file)
  
  #define       FLOPPY_BOOT_LOCATION    0x7c00
  
@@@ -282,6 -288,6 +282,8 @@@ External variable
  extern struct rom_info rom;
  extern char *hostname;
  extern int hostnamelen;
++extern unsigned char *addparam;
++extern int addparamlen;
  extern jmp_buf restart_etherboot;
  extern int url_port;
  extern struct arptable_t arptable[MAX_ARP];