diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2005-11-22 16:47:40 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2005-11-22 16:47:40 +0000 |
commit | 9442591f42a8e9bb59fd66976941deb6f7c8ca1e (patch) | |
tree | 59c85ecbddcc4b62cecbb60a1b6d175af3c3d824 | |
parent | 43225bc8042b32d52b31c788daee1e42bd1fa28e (diff) |
fixed fsf address
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2091 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/cpu/via/model_centaur/model_centaur_init.c | 2 | ||||
-rw-r--r-- | src/mainboard/via/epia-m/fadt.c | 4 | ||||
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.c | 4 | ||||
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.h | 4 | ||||
-rw-r--r-- | src/southbridge/via/vt8235/vt8235.h | 4 | ||||
-rw-r--r-- | src/superio/via/vt1211/vt1211.c | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/src/cpu/via/model_centaur/model_centaur_init.c b/src/cpu/via/model_centaur/model_centaur_init.c index 33f10a831e..868e491458 100644 --- a/src/cpu/via/model_centaur/model_centaur_init.c +++ b/src/cpu/via/model_centaur/model_centaur_init.c @@ -39,6 +39,8 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_CENTAUR, 0x0678 }, // VIA C3 Ezra { X86_VENDOR_CENTAUR, 0x0680 }, // VIA C3 Ezra-T { X86_VENDOR_CENTAUR, 0x0698 }, // VIA C3 Nehemiah + { X86_VENDOR_CENTAUR, 0x0693 }, // VIA C3 Nehemiah + { X86_VENDOR_CENTAUR, 0x0695 }, // VIA C3 Nehemiah { 0, 0 }, }; diff --git a/src/mainboard/via/epia-m/fadt.c b/src/mainboard/via/epia-m/fadt.c index 702d556988..3d9873e7b6 100644 --- a/src/mainboard/via/epia-m/fadt.c +++ b/src/mainboard/via/epia-m/fadt.c @@ -15,8 +15,8 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index 8495c3f941..f85a803fab 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -14,8 +14,8 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ /* (C) Copyright 2005 Nick Barker <nick.barker@btinternet.com brought into line with the current architecture of LinuxBios */ diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.h b/src/southbridge/ricoh/rl5c476/rl5c476.h index c2da0de17f..0ded3d5aa9 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.h +++ b/src/southbridge/ricoh/rl5c476/rl5c476.h @@ -14,8 +14,8 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ /* rl5c476 routines and defines*/ diff --git a/src/southbridge/via/vt8235/vt8235.h b/src/southbridge/via/vt8235/vt8235.h index f071371938..c8e79fc480 100644 --- a/src/southbridge/via/vt8235/vt8235.h +++ b/src/southbridge/via/vt8235/vt8235.h @@ -17,8 +17,8 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ /* winbond access routines and defines*/ diff --git a/src/superio/via/vt1211/vt1211.c b/src/superio/via/vt1211/vt1211.c index 47a1ba48bb..412b35490d 100644 --- a/src/superio/via/vt1211/vt1211.c +++ b/src/superio/via/vt1211/vt1211.c @@ -14,8 +14,8 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ /* vt1211 routines and defines*/ |