/*
 * (C) Copyright 2005 Tundra Semiconductor Corp.
 * http://www.tundra.com/Support/SupportForm.cfm
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 * MA 02111-1307 USA
 */
filename: README

HISTORY

Dec 1, 2005
-Tim Fairfield

1. Updated TSI108 header statement and converted to TSI109:
 
added the following statement about TSI109 devices to every file :

/* The Tundra Tsi109 : Host Bridge for PowerPC is a superset of
 * the Tundra Tsi108: Host Bridge for PowerPC.  The Tsi109 is
 * software backwards compatible with the Tsi108 and any new
 * definitions specific to the Tsi109 are clearly indicated.   */



2. added following lines to ts_pci.h :

#define PCI_DID_TSI108A                             (0xA108)
// note TSI109 has same device ID as TSI108A
#define PCI_DID_TSI109                              (0xA108)


######################################################




September 8, 2005
Fixed mpic macro definitions:
#define MPIC_INT_IVPRX(x) (0x100 + 0x8*(x))
#define MPIC_INT_IDRX(x)  (0x104 + 0x8*(x))

The original file has offset 0x10 instead of 0x8.


July 8, 2005

-Tim Fairfield
The following changes have been made to the header files since last release:

1. Additional registers have been added to the following files to reflect register updates and additions.
For more information on differences see document: TSI108 Device Differences.
ts_clk.h
ts_dma.h
ts_hlp.h
ts_mpic.h
ts_pb.h
ts_pci.h
ts_sdc.h
Other headers have comments changed and all files have tabs replaced with spaces for consistency.

2. The file ts_sdc.h has been updated. 
The prefixes for defines used to be "SDC_SD_<regname>".
This was deemed to be redundant and the prefix was not as in the users manual.
The defines now appear as "SD_<regname>".



March 30, 2005
-Tim Fairfield
Original release