Skip to content

Commit

Permalink
[IA64-SGI] sn pci provider for TIOCE (pci
Browse files Browse the repository at this point in the history
Altix patch to add an SN pci provider for TIOCE, which is SGI's 
PCI Express implementation.

Signed-off-by: Mark Maule <maule@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Mark Maule authored and Tony Luck committed Aug 11, 2005
1 parent 5b53ed1 commit c9221da
Show file tree
Hide file tree
Showing 6 changed files with 1,544 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/sn/kernel/io_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/sn/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading

0 comments on commit c9221da

Please sign in to comment.