From owner-freebsd-hackers Sun Dec 8 20:20:22 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA23521 for hackers-outgoing; Sun, 8 Dec 1996 20:20:22 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA23506 for ; Sun, 8 Dec 1996 20:20:18 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id OAA06973 for hackers@freebsd.org; Mon, 9 Dec 1996 14:50:15 +1030 (CST) From: Michael Smith Message-Id: <199612090420.OAA06973@genesis.atrad.adelaide.edu.au> Subject: VX-aware PCI probe To: hackers@freebsd.org Date: Mon, 9 Dec 1996 14:50:14 +1030 (CST) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can someone with a VX-chipset motherboard confirm that this patch correctly identifies their chipset before I commit it? (beware snarf-n-barf damage). What was the consensus on codenames? I notice that the old "Triton" comments have gone, but some of the others are still there. Any interest in a general PCI device ID/name mapping registry? I'd be happy to collect all the intelligence scattered among the files in sys/pci and write a small lookup function to return it appropriately. --- pcisupport.c.old Mon Dec 9 14:44:18 1996 +++ pcisupport.c Mon Dec 9 14:45:19 1996 @@ -132,6 +132,8 @@ return ("Intel 82434LX (Mercury) PCI cache memory controller"); case 0x122d8086: return ("Intel 82437FX PCI cache memory controller"); + case 0x70308086: + return ("Intel 82437VX PCI cache memory controller"); case 0x122e8086: return ("Intel 82371FB PCI-ISA bridge"); case 0x12308086: -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[