summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-08-04 03:31:23 +0000
committermsmith <msmith@FreeBSD.org>1997-08-04 03:31:23 +0000
commiteb599a86b687c502745bbc36a4b17d788cdc28c5 (patch)
tree383bc4b86e6102be7f23216bdc6b50e3fc7c3713 /sys/i386/include/pc
parent745a5d2533fe6402d5ed9f22015b2d2780568201 (diff)
downloadFreeBSD-src-eb599a86b687c502745bbc36a4b17d788cdc28c5.zip
FreeBSD-src-eb599a86b687c502745bbc36a4b17d788cdc28c5.tar.gz
Nuke the nonexistend pad bytes from the end of the DMI header structure.
Diffstat (limited to 'sys/i386/include/pc')
-rw-r--r--sys/i386/include/pc/bios.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h
index 96c7db6..4e47eae 100644
--- a/sys/i386/include/pc/bios.h
+++ b/sys/i386/include/pc/bios.h
@@ -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
OpenPOWER on IntegriCloud