Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9221da9 authored by Mark Maule's avatar Mark Maule Committed by Tony Luck
Browse files

[IA64-SGI] sn pci provider for TIOCE (pci



Altix patch to add an SN pci provider for TIOCE, which is SGI's 
PCI Express implementation.

Signed-off-by: default avatarMark Maule <maule@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 5b53ed1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <asm/sn/simulator.h>
#include <asm/sn/sn_sal.h>
#include <asm/sn/tioca_provider.h>
#include <asm/sn/tioce_provider.h>
#include "xtalk/hubdev.h"
#include "xtalk/xwidgetdev.h"

@@ -481,6 +482,7 @@ static int __init sn_pci_init(void)

	pcibr_init_provider();
	tioca_init_provider();
	tioce_init_provider();

	/*
	 * This is needed to avoid bounce limit checks in the blk layer
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@
#
# Makefile for the sn pci general routines.

obj-y := pci_dma.o tioca_provider.o pcibr/ 
obj-y := pci_dma.o tioca_provider.o tioce_provider.o pcibr/
+733 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@
#define PCIIO_ASIC_TYPE_PIC	2
#define PCIIO_ASIC_TYPE_TIOCP	3
#define PCIIO_ASIC_TYPE_TIOCA	4
#define PCIIO_ASIC_TYPE_TIOCE	5

#define PCIIO_ASIC_MAX_TYPES	5
#define PCIIO_ASIC_MAX_TYPES	6

/*
 * Common pciio bus provider data.  There should be one of these as the
+740 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading