Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 497
b: refs/heads/master
c: 9c90bdd
h: refs/heads/master
i:
  495: 8897b28
v: v3
  • Loading branch information
Mark Maule authored and Tony Luck committed Apr 25, 2005
1 parent 04f6f59 commit a8e17de
Show file tree
Hide file tree
Showing 7 changed files with 1,476 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b08ebd167a3f3812131a54512f92c3c6738ad03
refs/heads/master: 9c90bdde77f7b7a42f7ebb900275d459ce2bac05
2 changes: 2 additions & 0 deletions trunk/arch/ia64/sn/kernel/io_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "xtalk/hubdev.h"
#include <asm/sn/io.h>
#include <asm/sn/simulator.h>
#include <asm/sn/tioca_provider.h>

char master_baseio_wid;
nasid_t master_nasid = INVALID_NASID; /* Partition Master */
Expand Down Expand Up @@ -393,6 +394,7 @@ static int __init sn_pci_init(void)
sn_pci_provider[i] = &sn_pci_default_provider;

pcibr_init_provider();
tioca_init_provider();

/*
* This is needed to avoid bounce limit checks in the blk layer
Expand Down
2 changes: 1 addition & 1 deletion trunk/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 pcibr/
obj-y := pci_dma.o tioca_provider.o pcibr/
Loading

0 comments on commit a8e17de

Please sign in to comment.