newbie: chipset detection

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
MaikV
Posts: 1
Joined: Thu Mar 03, 2005 12:00 am

newbie: chipset detection

Post by MaikV »

I'm looking to dev yet another hobby OS and am sorely in need of some information.

Specifically, is there a standard way nowadays to detect what chipset the PC has? If the information can be obtained via some other encompassing spec such as PnP, I'd like to know what it is so that I have a good idea of where to start looking for the details on how it is done.

Personally, I'd rather not go searching through somebody elses source (e.g. Linux kernel).

Many thanks to all who can help!
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Re: newbie: chipset detection

Post by carbonBased »

Which chipset? Video, IDE, sound, motherboard, etc, etc?

Very often they all have their own detection routines. For stuff such as audio and video, you can usually determine via their PCI signatures.

--Jeff
Post Reply