Nuke the nonexistend pad bytes from the end of the DMI header structure.

This commit is contained in:
Mike Smith 1997-08-04 03:31:23 +00:00
parent 5e73f3aed8
commit b0ed9cd762
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27873
3 changed files with 3 additions and 6 deletions

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $
*/
/*
@ -86,7 +86,6 @@ struct DMI_table
u_int32_t st_base; /* base address of the SMBIOS table (physical) */
u_int16_t st_entries; /* total number of structures present in the table */
u_int8_t bcd_revision; /* interface revision number */
u_int8_t pad[2];
};
struct SMBIOS_table

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $
*/
/*
@ -86,7 +86,6 @@ struct DMI_table
u_int32_t st_base; /* base address of the SMBIOS table (physical) */
u_int16_t st_entries; /* total number of structures present in the table */
u_int8_t bcd_revision; /* interface revision number */
u_int8_t pad[2];
};
struct SMBIOS_table

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $
*/
/*
@ -86,7 +86,6 @@ struct DMI_table
u_int32_t st_base; /* base address of the SMBIOS table (physical) */
u_int16_t st_entries; /* total number of structures present in the table */
u_int8_t bcd_revision; /* interface revision number */
u_int8_t pad[2];
};
struct SMBIOS_table