View | Details | Raw Unified | Return to bug 207337
Collapse All | Expand All

(-)b/sys/boot/i386/libi386/pxe.h (-1 / +1 lines)
Lines 147-153 typedef struct { Link Here
147
	PXENV_STATUS_t	Status;
147
	PXENV_STATUS_t	Status;
148
	ADDR32_t	ProtocolIni;	/* Phys addr of a copy of the driver module */
148
	ADDR32_t	ProtocolIni;	/* Phys addr of a copy of the driver module */
149
	uint8_t		reserved[8];
149
	uint8_t		reserved[8];
150
} PACKED t_PXENV_UNDI_INITALIZE;
150
} PACKED t_PXENV_UNDI_INITIALIZE;
151
151
152
152
153
#define	MAXNUM_MCADDR		8
153
#define	MAXNUM_MCADDR		8

Return to bug 207337