AMD considering getting out of fabrication business

This is something I saw over at Ars Technica. This is a big and ugly move for AMD, no chip fabrication and just straight up design might put them in a hard place. Intel at the moment does both, and has many fabrication production facilities. Here are some facts about AMD: AMD has planned expansions in their production capacity. In addition to the completion of Fab 36 in Dresden (300 mm 90 nmSOI), AMD is planning to upgrade Fab 30 (adjacent to Fab 36) in Dresden from 200 mm 90 nm process SOI to a 300 mm 65 nm process SOI facility and rename it Fab 38, and open a new facility at the Luther Park Technology Campus in Stillwater, New York (likely 300 mm 32 nm process SOI production) between years 2009 to 2010. process And here is some information about Intel: Intel currently operates four 300-mm fabs that provide the equivalent manufacturing capacity of about eight 200-mm factories. Those factories are located in Oregon, Ireland and New Mexico. The company also has an additional 300-mm fab currently under construction in Arizona (Fab 12) scheduled to begin operations later this year, and one expansion in Ireland (Fab 24-2) scheduled to begin operations in the first quarter of next year. It was hard to find a lot of detail about Intels Facilities. Even WikiPedia and a 4 page google search turned up nothing. AMD considering getting out of fabrication business – Reports are surfacing that AMD is seriously considering a move out of the chip fabrication business, focusing its efforts entirely on chip design. It would be a risky move on AMD’s part, even if it would ameliorate some of the company’s cash flow problems. Read More… [Ars Technica]

This is something I saw over at Ars Technica. This is a big and ugly move for AMD, no chip fabrication and just straight up design might put them in a hard place. Intel at the moment does both, and has many fabrication production facilities. Here are some facts about AMD:

AMD has planned expansions in their production capacity. In addition to the completion of Fab 36 in Dresden (300 mm 90 nmSOI), AMD is planning to upgrade Fab 30 (adjacent to Fab 36) in Dresden from 200 mm 90 nm process SOI to a 300 mm 65 nm process SOI facility and rename it Fab 38, and open a new facility at the Luther Park Technology Campus in Stillwater, New York (likely 300 mm 32 nm process SOI production) between years 2009 to 2010. process

And here is some information about Intel:

Intel currently operates four 300-mm fabs that provide the equivalent manufacturing capacity of about eight 200-mm factories. Those factories are located in Oregon, Ireland and New Mexico. The company also has an additional 300-mm fab currently under construction in Arizona (Fab 12) scheduled to begin operations later this year, and one expansion in Ireland (Fab 24-2) scheduled to begin operations in the first quarter of next year.

It was hard to find a lot of detail about Intels Facilities. Even WikiPedia and a 4 page google search turned up nothing.

AMD considering getting out of fabrication business
Reports are surfacing that AMD is seriously considering a move out of the chip fabrication business, focusing its efforts entirely on chip design. It would be a risky move on AMD’s part, even if it would ameliorate some of the company’s cash flow problems.

Read More…
[Ars Technica]


Did you like this article?


0 Shares:
You May Also Like

Installing Drupal Part I

The Drupal setup portion was pretty easy, I just had to create a database and provide the database login credentials to the Drupal install page. This page is the default page of where you put the install. After this, I was able to post and do all sorts of things. I did hit a hitch though, when I started playing around with the Drupal "Administer/Site configuration Clean URLs/Clean URL's". At first it wasn't enabled, and of course for Search Engine Optimization I wanted them to work. I knew this could only be done by a .htaccess file, but where was it? Well, after further searching on Google I find this little article: http://drupal.org/node/15365 Where it tells you what needs to be in the missing .htaccess file, however the information they provided was: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Which then gave me an Internal 500 server error, and I kinda new what was going on. But I was being kinda lazy about it. I checked the apache2 log: [Thu Jun 14 13:17:58 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: <Directory not allowed here, referer: http://geektank.net/?q=admin/settings/clean-urls You will need to remove the "<Directory" portions to make it work as .htaccess files can't have this information, otherwise they will get this error. Duh, I mean it even said on the the Drupal page about the information they provided: If you don't use the .htaccess that comes with Drupal you'll need to add some rewrite rules into your apache directory directive. Consult the .htaccess file in Drupal for examples of rules. I was still getting a 500 Internal Server Error, and I saw this in the apache2 error log: [Thu Jun 14 13:18:22 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://geektank.net/?q=admin/settings/clean-urls LOL, I didn't enable mod_rewrite in apache2. Mind you this is a new install of Debian Etch, so I just did a2enmod rewrite and viola, nice clean links! Now I just need to get the formatting down for Drupal. I'm use to MediaWiki, which powns.
Read More

PC World Reviews Apple OS X 10.5 (Leopard)

PC World reviews the newest release of Apple's Max OSX version 10.5 codenamed "Leopard". In this review "Edward Mendelson" states one big remark.
"First: despite minor problems, it's by far the best operating system ever written for the vast majority of consumers, with dozens of new features that have real practical value—like truly automated backups, preview images in folders, and notes and to-do lists integrated into the mail program".
I have only played with Leopard in the last few days and seen it in action on a co-workers laptop, and I'm starting to thing more and more about purchasing a Macbook Pro! <!--brea--
Read More

Comcast Blocks Some Internet Traffic

If you're a Comcast Customer, then you should be concerned with what they're doing to your internet connection. Why? Because Comcast is filtering your internet traffic, this article goes in-depth into what exactly is being filtered and tests that prove it is occurring. On one hand it looks like Comcast is trying to keep its network from being stressed with file sharing, on the other it looks like they might not just be filtering file sharing protocols.
Read More

My first Drupal Install.

This crazy thing you're looking at is Drupal. I will be logging all my changes to this site as I make it look good and functional. I plan on turning this domain name into a storage of Tech Articles + HowTo's. We will see how this goes as I try and make it work, and look good at the same time.
Read More