Deleted Added
full compact
firereg.h (263763) firereg.h (292789)
1/*-
2 * Copyright (c) 2009 Marius Strobl <marius@FreeBSD.org>
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, 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 *
1/*-
2 * Copyright (c) 2009 Marius Strobl <marius@FreeBSD.org>
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, 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 * $FreeBSD: stable/10/sys/sparc64/pci/firereg.h 263763 2014-03-26 07:31:57Z dim $
26 * $FreeBSD: stable/10/sys/sparc64/pci/firereg.h 292789 2015-12-27 19:37:47Z marius $
27 */
28
29#ifndef _SPARC64_PCI_FIREREG_H_
30#define _SPARC64_PCI_FIREREG_H_
31
32#define FIRE_NINTR 3 /* 2 OFW + 1 MSIq */
27 */
28
29#ifndef _SPARC64_PCI_FIREREG_H_
30#define _SPARC64_PCI_FIREREG_H_
31
32#define FIRE_NINTR 3 /* 2 OFW + 1 MSIq */
33#define FIRE_NRANGE 4
34#define FIRE_NREG 2
35
36#define FIRE_PCI 0
37#define FIRE_CTRL 1
38
39/* PCI configuration and status registers */
40#define FO_PCI_INT_MAP_BASE 0x01000
41#define FO_PCI_INT_CLR_BASE 0x01400

--- 970 unchanged lines hidden ---
33#define FIRE_NREG 2
34
35#define FIRE_PCI 0
36#define FIRE_CTRL 1
37
38/* PCI configuration and status registers */
39#define FO_PCI_INT_MAP_BASE 0x01000
40#define FO_PCI_INT_CLR_BASE 0x01400

--- 970 unchanged lines hidden ---