aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386/pxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/libi386/pxe.h')
-rw-r--r--stand/i386/libi386/pxe.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/stand/i386/libi386/pxe.h b/stand/i386/libi386/pxe.h
index a51d72dae650..26c182c9ee88 100644
--- a/stand/i386/libi386/pxe.h
+++ b/stand/i386/libi386/pxe.h
@@ -25,8 +25,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -62,7 +60,7 @@ typedef struct {
uint16_t Seg_Addr;
uint32_t Phy_Addr;
uint16_t Seg_Size;
-} SEGDESC_t;
+} PACKED SEGDESC_t;
typedef uint16_t SEGSEL_t;
typedef uint16_t PXENV_STATUS_t;
@@ -151,7 +149,6 @@ typedef struct {
#define MAXNUM_MCADDR 8
typedef struct {
- PXENV_STATUS_t Status;
uint16_t MCastAddrCount;
MAC_ADDR McastAddr[MAXNUM_MCADDR];
} PACKED t_PXENV_UNDI_MCAST_ADDRESS;