Deleted Added
full compact
bios.9 (84306) bios.9 (88509)
1.\" $FreeBSD: head/share/man/man9/bios.9 84306 2001-10-01 16:09:29Z ru $
1.\" $FreeBSD: head/share/man/man9/bios.9 88509 2001-12-26 23:14:04Z davidc $
2.\"
3.\" Copyright (c) 1997 Michael Smith
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

28.Dt BIOS 9
29.Os
30.Sh NAME
31.Nm bios_sigsearch ,
32.Nm bios32_SDlookup ,
33.Nm bios32
34.Nd interact with PC BIOS
35.Sh SYNOPSIS
2.\"
3.\" Copyright (c) 1997 Michael Smith
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

28.Dt BIOS 9
29.Os
30.Sh NAME
31.Nm bios_sigsearch ,
32.Nm bios32_SDlookup ,
33.Nm bios32
34.Nd interact with PC BIOS
35.Sh SYNOPSIS
36.In sys/types.h
36.In sys/param.h
37.In vm/vm.h
38.In vm/pmap.h
39.In machine/param.h
40.In machine/pmap.h
37.In machine/pc/bios.h
38.Ft u_int32_t
39.Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"
40.Ft int
41.Fn bios32_SDlookup "struct bios32_SDentry *ent"
41.In machine/pc/bios.h
42.Ft u_int32_t
43.Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"
44.Ft int
45.Fn bios32_SDlookup "struct bios32_SDentry *ent"
42.Ft void
43.Fn bios32 "caddr_t entry" "struct bios32_args *args"
46.Ft int
47.Fn bios32 "struct bios_regs *br" "u_int offset" "u_short segment"
44.Fn BIOS_PADDRTOVADDR "addr"
45.Fn BIOS_VADDRTOPADDR "addr"
46.Vt extern struct bios32_SDentry PCIbios ;
47.Vt extern struct SMBIOS_table SMBIOStable ;
48.Vt extern struct DMI_table DMItable ;
49.Sh DESCRIPTION
50These functions provide a general-purpose interface for dealing with
51the BIOS functions and data encountered on x86 PC-architecture systems.

--- 63 unchanged lines hidden ---
48.Fn BIOS_PADDRTOVADDR "addr"
49.Fn BIOS_VADDRTOPADDR "addr"
50.Vt extern struct bios32_SDentry PCIbios ;
51.Vt extern struct SMBIOS_table SMBIOStable ;
52.Vt extern struct DMI_table DMItable ;
53.Sh DESCRIPTION
54These functions provide a general-purpose interface for dealing with
55the BIOS functions and data encountered on x86 PC-architecture systems.

--- 63 unchanged lines hidden ---