Skip to content

Commit

Permalink
[IA64-SGI] altix: tioca chip driver (agp)
Browse files Browse the repository at this point in the history
Provide a driver for the altix TIOCA AGP chipset.  An agpgart backend will
be provided as a separate patch.

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 Apr 25, 2005
1 parent 9b08ebd commit 9c90bdd
Show file tree
Hide file tree
Showing 6 changed files with 1,475 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 @@ -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 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 9c90bdd

Please sign in to comment.