From owner-freebsd-hackers Fri Nov 8 14:01:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA12446 for hackers-outgoing; Fri, 8 Nov 1996 14:01:03 -0800 (PST) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA12440 for ; Fri, 8 Nov 1996 14:00:55 -0800 (PST) Received: from x14.mi.uni-koeln.de (annexr2-45.slip.Uni-Koeln.DE) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA27498 (5.67b/IDA-1.5 for ); Fri, 8 Nov 1996 23:00:04 +0100 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.2/8.6.9) id WAA04681; Fri, 8 Nov 1996 22:49:56 +0100 (MET) Message-Id: <199611082149.WAA04681@x14.mi.uni-koeln.de> Date: Fri, 8 Nov 1996 22:49:56 +0100 From: se@zpr.uni-koeln.de (Stefan Esser) To: smp@csn.net (Steve Passe) Cc: hackers@freefall.freebsd.org Subject: Re: motherboard chipset identification In-Reply-To: <199611080640.XAA28148@clem.systemsix.com>; from Steve Passe on Nov 7, 1996 23:40:15 -0700 References: <199611080640.XAA28148@clem.systemsix.com> X-Mailer: Mutt 0.45 Mime-Version: 1.0 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Passe writes: > Hi, > > I need to be able to tell which chipset is being used on a motherboard > during the boot process (Neptune, Triton, Natoma, etc.) Could someone > point me towards the code in the kernel that determines this info??? These are all PCI chip sets, so "pcisupport.c" is your friend :) But I'd rather add some code to intialize some variables accordingly to the PCI code, than have the SMP code decode the PCI chip set ID again. There should be only one place, where PCI chip set specific code has to be maintained, IMHO. Regards, STefan