Welcome to HardwareForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Intel does "AMD64" drivers

 
   Hardware Problem Solving Community! (Home) -> Chips RSS
Next:  Athlon 64 newcastle - UNDER volting ?  
Author Message
George Macdonald

External


Since: Sep 09, 2004
Posts: 929



(Msg. 1) Posted: Sun Feb 13, 2005 6:46 am
Post subject: Intel does "AMD64" drivers
Archived from groups: comp>sys>ibm>pc>hardware>chips (more info?)

It's right there in the .INF file dated 11/27/2004:

__________________________________________
; Intel 8255x-based PCI Ethernet Adapters
; PnP install script for Windows XP
;
; Version 8.0.15

[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %V_INTEL%
CatalogFile = e100b325.cat
DriverVer = 10/14/2004,8.0.15.0

[Manufacturer]
%V_INTEL% = Intel, NTx86, NTIA64, NTAMD64
..
..
___________________________________________

This is a WHQL ratified .INF file so does this mean that the EM64T versions
are not err, certified yet? Hmmm.

--
Rgds, George Macdonald

 >> Stay informed about: Intel does "AMD64" drivers 
Back to top
Login to vote
bbbl671

External


Since: Nov 02, 2004
Posts: 283



(Msg. 2) Posted: Sun Feb 13, 2005 3:21 pm
Post subject: Re: Intel does "AMD64" drivers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

George Macdonald wrote:
 > It's right there in the .INF file dated 11/27/2004:
 >
 > __________________________________________
 > ; Intel 8255x-based PCI Ethernet Adapters
 > ; PnP install script for Windows XP
 > ;
 > ; Version 8.0.15
 >
 > [Version]
 > Signature = "$Windows NT$"
 > Class = Net
 > ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
 > Provider = %V_INTEL%
 > CatalogFile = e100b325.cat
 > DriverVer = 10/14/2004,8.0.15.0
 >
 > [Manufacturer]
 > %V_INTEL% = Intel, NTx86, NTIA64, NTAMD64
 > ..
 > ..
 > ___________________________________________
 >
 > This is a WHQL ratified .INF file so does this mean that the EM64T versions
 > are not err, certified yet? Hmmm.

I think Microsoft's programming headers all refer to x64 as AMD64, since
that was the first one out.

  Yousuf Khan

 >> Stay informed about: Intel does "AMD64" drivers 
Back to top
Login to vote
George Macdonald

External


Since: Sep 09, 2004
Posts: 929



(Msg. 3) Posted: Mon Feb 14, 2005 3:25 am
Post subject: Re: Intel does "AMD64" drivers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 13 Feb 2005 15:21:45 -0500, Yousuf Khan wrote:

 >George Macdonald wrote:
  >> It's right there in the .INF file dated 11/27/2004:
  >>
  >> __________________________________________
  >> ; Intel 8255x-based PCI Ethernet Adapters
  >> ; PnP install script for Windows XP
  >> ;
  >> ; Version 8.0.15
  >>
  >> [Version]
  >> Signature = "$Windows NT$"
  >> Class = Net
  >> ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  >> Provider = %V_INTEL%
  >> CatalogFile = e100b325.cat
  >> DriverVer = 10/14/2004,8.0.15.0
  >>
  >> [Manufacturer]
  >> %V_INTEL% = Intel, NTx86, NTIA64, NTAMD64
  >> ..
  >> ..
  >> ___________________________________________
  >>
  >> This is a WHQL ratified .INF file so does this mean that the EM64T versions
  >> are not err, certified yet? Hmmm.
 >
 >I think Microsoft's programming headers all refer to x64 as AMD64, since
 >that was the first one out.

I'm no expert on .INF files but are you saying that the NTAMD64 is keyed to
M$ dictated fields for the driver install? This is an Intel-supplied file.
I got the impression that it was just a comment field here. Either way I
wouldn't think Intel would be "pleased".

--
Rgds, George Macdonald
 >> Stay informed about: Intel does "AMD64" drivers 
Back to top
Login to vote
bbbl671

External


Since: Nov 02, 2004
Posts: 283



(Msg. 4) Posted: Mon Feb 14, 2005 2:11 pm
Post subject: Re: Intel does "AMD64" drivers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

George Macdonald wrote:
  >>I think Microsoft's programming headers all refer to x64 as AMD64, since
  >>that was the first one out.
 >
 >
 > I'm no expert on .INF files but are you saying that the NTAMD64 is keyed to
 > M$ dictated fields for the driver install? This is an Intel-supplied file.
 > I got the impression that it was just a comment field here. Either way I
 > wouldn't think Intel would be "pleased".

Intel-supplied or not, the platform identifications are all based around
what Microsoft wants to call them (it's their operating system after
all). And I don't think it's really just a comment, it's probably being
used for something. If it is a comment, then likely it's one of those
"commented out" programmatic lines -- something that may have been used
in the past, or something that maybe used in the future, but currently
unused.

As for whether Intel will be pleased or not, who reads .INF files?

  Yousuf Khan
 >> Stay informed about: Intel does "AMD64" drivers 
Back to top
Login to vote
George Macdonald

External


Since: Sep 09, 2004
Posts: 929



(Msg. 5) Posted: Wed Feb 16, 2005 12:19 am
Post subject: Re: Intel does "AMD64" drivers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 14 Feb 2005 14:11:16 -0500, Yousuf Khan wrote:

 >George Macdonald wrote:
   >>>I think Microsoft's programming headers all refer to x64 as AMD64, since
   >>>that was the first one out.
  >>
  >>
  >> I'm no expert on .INF files but are you saying that the NTAMD64 is keyed to
  >> M$ dictated fields for the driver install? This is an Intel-supplied file.
  >> I got the impression that it was just a comment field here. Either way I
  >> wouldn't think Intel would be "pleased".
 >
 >Intel-supplied or not, the platform identifications are all based around
 >what Microsoft wants to call them (it's their operating system after
 >all). And I don't think it's really just a comment, it's probably being
 >used for something. If it is a comment, then likely it's one of those
 >"commented out" programmatic lines -- something that may have been used
 >in the past, or something that maybe used in the future, but currently
 >unused.

Oh... "probably"?Smile

 >As for whether Intel will be pleased or not, who reads .INF files?

..INF entries end up in the registry and I've had occasion to look through
many during installation of drivers etc.

--
Rgds, George Macdonald
 >> Stay informed about: Intel does "AMD64" drivers 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Need Help Identifying this Intel Processor marked "RK.. - Bought these INTEL processors and a bunch of other junk at a local computer swap meet just about 8 months ago. Wasn't able at the time to make heads or tails of a CPU that had 604 pins and appear to be in an FC-mPGA package. Now I know that these are in...

Intel drivers needed for AMD64 Windows - Some of the problems plaguing driver availability for Windows on AMD64 is due to fact that Intel wrote a lot of the original 32-bit drivers for Windows. http://www.theinquirer.net/?article=14049

"Best Buy" for computer memory? - Hi, What is the best (both in price and reliability) place to buy computer memory on-line? Is Crucial still on the "best buy" list? Right now I'm looking for PC133 SDRAM.

"Fully Tested" memory. - I had a quick question. When I see some of the more "inexpensive" memory being sold on ebay, they are described as being "fully tested". Why does brand-new memory need to be tested by the seller?

IA32e==AMD64 (but Intel doesn't want you to know that) - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://kerneltrap.org/node/view/2466 With Intel's recent announcement of the 64-bit extension to their x86 architecture, a discussion began on the lkml comparing Intel's new offering to AMD's..
   Hardware Problem Solving Community! (Home) -> Chips All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]