Deleted Added
full compact
bios.9 (210669) bios.9 (231564)
1.\" $FreeBSD: head/share/man/man9/bios.9 210669 2010-07-31 10:01:15Z joel $
1.\" $FreeBSD: head/share/man/man9/bios.9 231564 2012-02-12 18:29:56Z ed $
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

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

35.Nd interact with PC BIOS
36.Sh SYNOPSIS
37.In sys/param.h
38.In vm/vm.h
39.In vm/pmap.h
40.In machine/param.h
41.In machine/pmap.h
42.In machine/pc/bios.h
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

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

35.Nd interact with PC BIOS
36.Sh SYNOPSIS
37.In sys/param.h
38.In vm/vm.h
39.In vm/pmap.h
40.In machine/param.h
41.In machine/pmap.h
42.In machine/pc/bios.h
43.Ft u_int32_t
44.Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"
43.Ft uint32_t
44.Fn bios_sigsearch "uint32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"
45.Ft int
46.Fn bios32_SDlookup "struct bios32_SDentry *ent"
47.Ft int
48.Fn bios32 "struct bios_regs *br" "u_int offset" "u_short segment"
49.Fn BIOS_PADDRTOVADDR "addr"
50.Fn BIOS_VADDRTOPADDR "addr"
51.Vt extern struct bios32_SDentry PCIbios ;
52.Vt extern struct SMBIOS_table SMBIOStable ;

--- 130 unchanged lines hidden ---
45.Ft int
46.Fn bios32_SDlookup "struct bios32_SDentry *ent"
47.Ft int
48.Fn bios32 "struct bios_regs *br" "u_int offset" "u_short segment"
49.Fn BIOS_PADDRTOVADDR "addr"
50.Fn BIOS_VADDRTOPADDR "addr"
51.Vt extern struct bios32_SDentry PCIbios ;
52.Vt extern struct SMBIOS_table SMBIOStable ;

--- 130 unchanged lines hidden ---