Deleted Added
full compact
psychovar.h (220039) psychovar.h (220147)
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

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

20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
21 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * from: NetBSD: psychovar.h,v 1.15 2008/05/29 14:51:26 mrg Exp
27 *
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

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

20 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
21 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * from: NetBSD: psychovar.h,v 1.15 2008/05/29 14:51:26 mrg Exp
27 *
28 * $FreeBSD: head/sys/sparc64/pci/psychovar.h 220039 2011-03-26 16:52:31Z marius $
28 * $FreeBSD: head/sys/sparc64/pci/psychovar.h 220147 2011-03-29 19:48:03Z marius $
29 */
30
31#ifndef _SPARC64_PCI_PSYCHOVAR_H_
32#define _SPARC64_PCI_PSYCHOVAR_H_
33
34/*
35 * Per-PCI bus on mainbus softc structure; one for sabre, or two
36 * per pair of psychos.
37 */
38struct psycho_softc {
29 */
30
31#ifndef _SPARC64_PCI_PSYCHOVAR_H_
32#define _SPARC64_PCI_PSYCHOVAR_H_
33
34/*
35 * Per-PCI bus on mainbus softc structure; one for sabre, or two
36 * per pair of psychos.
37 */
38struct psycho_softc {
39 struct bus_dma_methods sc_dma_methods;
39 struct bus_dma_methods *sc_dma_methods;
40
41 device_t sc_dev;
42
43 struct mtx *sc_mtx;
44
45 /* Interrupt Group Number for this device */
46 uint32_t sc_ign;
47

--- 38 unchanged lines hidden ---
40
41 device_t sc_dev;
42
43 struct mtx *sc_mtx;
44
45 /* Interrupt Group Number for this device */
46 uint32_t sc_ign;
47

--- 38 unchanged lines hidden ---