Deleted Added
full compact
psychovar.h (178279) psychovar.h (190109)
1/*-
2 * Copyright (c) 1999, 2000 Matthew R. Green
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

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

22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from: NetBSD: psychovar.h,v 1.6 2001/07/20 00:07:13 eeh Exp
29 *
1/*-
2 * Copyright (c) 1999, 2000 Matthew R. Green
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

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

22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from: NetBSD: psychovar.h,v 1.6 2001/07/20 00:07:13 eeh Exp
29 *
30 * $FreeBSD: head/sys/sparc64/pci/psychovar.h 178279 2008-04-17 12:38:00Z marius $
30 * $FreeBSD: head/sys/sparc64/pci/psychovar.h 190109 2009-03-19 20:52:46Z marius $
31 */
32
33#ifndef _SPARC64_PCI_PSYCHOVAR_H_
34#define _SPARC64_PCI_PSYCHOVAR_H_
35
36/*
37 * Per-PCI bus on mainbus softc structure; one for sabre, or two
38 * per pair of psychos.

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

44
45 /* Interrupt Group Number for this device */
46 uint32_t sc_ign;
47
48 bus_addr_t sc_pcictl;
49
50 phandle_t sc_node; /* Firmware node */
51 u_int sc_mode;
31 */
32
33#ifndef _SPARC64_PCI_PSYCHOVAR_H_
34#define _SPARC64_PCI_PSYCHOVAR_H_
35
36/*
37 * Per-PCI bus on mainbus softc structure; one for sabre, or two
38 * per pair of psychos.

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

44
45 /* Interrupt Group Number for this device */
46 uint32_t sc_ign;
47
48 bus_addr_t sc_pcictl;
49
50 phandle_t sc_node; /* Firmware node */
51 u_int sc_mode;
52#define PSYCHO_MODE_SABRE 1
53#define PSYCHO_MODE_PSYCHO 2
52#define PSYCHO_MODE_SABRE 0
53#define PSYCHO_MODE_PSYCHO 1
54
55 /* Bus A or B of a psycho pair? */
56 u_int sc_half;
57
58 struct iommu_state *sc_is;
59
60 struct resource *sc_mem_res;
61 struct resource *sc_irq_res[PSYCHO_NINTR];

--- 23 unchanged lines hidden ---
54
55 /* Bus A or B of a psycho pair? */
56 u_int sc_half;
57
58 struct iommu_state *sc_is;
59
60 struct resource *sc_mem_res;
61 struct resource *sc_irq_res[PSYCHO_NINTR];

--- 23 unchanged lines hidden ---