md_var.h (73adfd0ca01587a8c5e67daac734709b7c8a5727) md_var.h (883bd55abd9f5910c6706cb8245bfdaf1d6ac356)
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

48extern u_int cpu_exthigh;
49extern u_int cpu_feature;
50extern u_int cpu_fxsr;
51extern u_int cpu_high;
52extern u_int cpu_id;
53extern u_int cpu_procinfo;
54extern char cpu_vendor[];
55extern u_int cyrix_did;
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

48extern u_int cpu_exthigh;
49extern u_int cpu_feature;
50extern u_int cpu_fxsr;
51extern u_int cpu_high;
52extern u_int cpu_id;
53extern u_int cpu_procinfo;
54extern char cpu_vendor[];
55extern u_int cyrix_did;
56extern uint16_t *elan_mmcr;
57extern char kstack[];
58#ifdef PC98
59extern int need_pre_dma_flush;
60extern int need_post_dma_flush;
61#endif
62extern char sigcode[];
63extern int szsigcode;
64#ifdef COMPAT_FREEBSD4

--- 41 unchanged lines hidden ---
56extern char kstack[];
57#ifdef PC98
58extern int need_pre_dma_flush;
59extern int need_post_dma_flush;
60#endif
61extern char sigcode[];
62extern int szsigcode;
63#ifdef COMPAT_FREEBSD4

--- 41 unchanged lines hidden ---