summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bios.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
committereivind <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
commitd7a6ab28035779065026b70dca440892d819c0bc (patch)
tree930fd4603b42a095e9f3669517dea29274323575 /sys/amd64/amd64/bios.c
parent4538098d0b3fbe09f64c578b730483a6e77ff40f (diff)
downloadFreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.zip
FreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.tar.gz
Staticize.
Diffstat (limited to 'sys/amd64/amd64/bios.c')
-rw-r--r--sys/amd64/amd64/bios.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index b28deb3..88e6103 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/bios.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.c,v 1.8 1997/11/07 08:52:26 phk Exp $
+ * $Id: bios.c,v 1.9 1998/01/01 13:26:55 msmith Exp $
*/
/*
@@ -43,9 +43,9 @@
#define BIOS_SIZE 0x20000
/* exported lookup results */
-struct bios32_SDentry PCIbios = {entry : 0};
-struct SMBIOS_table *SMBIOStable = 0;
-struct DMI_table *DMItable = 0;
+struct bios32_SDentry PCIbios = {entry : 0};
+static struct SMBIOS_table *SMBIOStable = 0;
+static struct DMI_table *DMItable = 0;
static caddr_t bios32_SDCI = NULL;
OpenPOWER on IntegriCloud