Date: Mon, 9 Dec 1996 14:50:14 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: hackers@freebsd.org Subject: VX-aware PCI probe Message-ID: <199612090420.OAA06973@genesis.atrad.adelaide.edu.au>
next in thread | raw e-mail | index | archive | help
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 [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612090420.OAA06973>