Deleted Added
full compact
md_var.h (69586) md_var.h (79609)
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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/i386/include/md_var.h 69586 2000-12-05 00:36:00Z jake $
29 * $FreeBSD: head/sys/i386/include/md_var.h 79609 2001-07-12 06:32:51Z peter $
30 */
31
32#ifndef _MACHINE_MD_VAR_H_
33#define _MACHINE_MD_VAR_H_
34
35/*
36 * Miscellaneous machine-dependent declarations.
37 */

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

42extern int busdma_swi_pending;
43extern int (*copyin_vector) __P((const void *udaddr, void *kaddr,
44 size_t len));
45extern int (*copyout_vector) __P((const void *kaddr, void *udaddr,
46 size_t len));
47extern u_int cpu_feature;
48extern u_int cpu_high;
49extern u_int cpu_id;
30 */
31
32#ifndef _MACHINE_MD_VAR_H_
33#define _MACHINE_MD_VAR_H_
34
35/*
36 * Miscellaneous machine-dependent declarations.
37 */

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

42extern int busdma_swi_pending;
43extern int (*copyin_vector) __P((const void *udaddr, void *kaddr,
44 size_t len));
45extern int (*copyout_vector) __P((const void *kaddr, void *udaddr,
46 size_t len));
47extern u_int cpu_feature;
48extern u_int cpu_high;
49extern u_int cpu_id;
50extern u_int cpu_fxsr;
50extern char cpu_vendor[];
51extern u_int cyrix_did;
52extern char kstack[];
53#ifdef PC98
54extern int need_pre_dma_flush;
55extern int need_post_dma_flush;
56#endif
57extern int nfs_diskless_valid;

--- 44 unchanged lines hidden ---
51extern char cpu_vendor[];
52extern u_int cyrix_did;
53extern char kstack[];
54#ifdef PC98
55extern int need_pre_dma_flush;
56extern int need_post_dma_flush;
57#endif
58extern int nfs_diskless_valid;

--- 44 unchanged lines hidden ---