aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-08-18 02:20:04 +0000
committerMike Smith <msmith@FreeBSD.org>1999-08-18 02:20:04 +0000
commitdc055b0c58eba3a8f1bff2f4bc7b29efa53884d8 (patch)
tree7b73837f037c774eb9791fa4c0f7af7e8543f1ed /sys/i386/include
parenta7d1f49705be1531053b54d71411e97b8991e7bf (diff)
Notes
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/pc/bios.h30
1 files changed, 1 insertions, 29 deletions
diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h
index a5f3e4767693..f08d33e375c7 100644
--- a/sys/i386/include/pc/bios.h
+++ b/sys/i386/include/pc/bios.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.h,v 1.3 1999/07/29 01:49:19 msmith Exp $
+ * $Id: bios.h,v 1.4 1999/08/17 07:10:34 msmith Exp $
*/
/*
@@ -64,33 +64,6 @@ extern u_int32_t bios_sigsearch(u_int32_t start, u_char *sig, int siglen,
#define BIOS_VADDRTOPADDR(x) (((x) - atdevbase) + ISA_HOLE_START)
-/*
- * System Management BIOS / Desktop Management Interface tables
- */
-
-struct DMI_table
-{
- u_int8_t sig[5]; /* "_DMI_" */
- u_int8_t cksum; /* checksum */
- u_int16_t st_size; /* total length of SMBIOS table (bytes)*/
- 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 */
-};
-
-struct SMBIOS_table
-{
- u_int8_t sig[4]; /* "_SM_" */
- u_int8_t cksum; /* checksum */
- u_int8_t len; /* structure length */
- u_int8_t major, minor; /* major/minor revision numbers */
- u_int16_t st_maxsize; /* largest structure size (bytes) */
- u_int8_t revision; /* entrypoint revision */
- u_int8_t pad[5];
- struct DMI_table dmi; /* follows immediately */
-};
-
-
/*
* PnP BIOS presence structure
*/
@@ -116,7 +89,6 @@ struct PnPBIOS_table
* Exported lookup results
*/
extern struct bios32_SDentry PCIbios;
-extern struct SMBIOS_table *SMBIOStable;
extern struct PnPBIOS_table *PnPBIOStable;
struct segment_info {