From owner-freebsd-current Fri May 1 19:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11261 for freebsd-current-outgoing; Fri, 1 May 1998 19:08:29 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from st-lcremean.tidalwave.net (lee@host-e186.tidalwave.net [208.213.203.186] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11226 for ; Fri, 1 May 1998 19:08:23 -0700 (PDT) (envelope-from lee@st-lcremean.tidalwave.net) Received: (from lee@localhost) by st-lcremean.tidalwave.net (8.8.7/8.8.7) id WAA14203; Fri, 1 May 1998 22:08:22 -0400 (EDT) (envelope-from lee) Message-ID: <19980501220821.22147@st-lcremean.tidalwave.net> Date: Fri, 1 May 1998 22:08:21 -0400 From: Lee Cremeans To: current@FreeBSD.ORG Subject: Patches for VIA Socket 7 chipsets Reply-To: lcremean@tidalwave.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e X-OS: FreeBSD 2.2.5-STABLE (soon to be 3.0-CURRENT) X-Evil: microsoft.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This patch will let pcisupport.c recognise most of VIA Technologies' Socket 7 chipsets, including the VP2 and VP3, and also the infamous VXPro and VXTWO knockoffs. This is patched from -current CVSupped as of last night; a patch for -stable is coming. --- pcisupport.c.orig Fri May 1 21:17:04 1998 +++ pcisupport.c Fri May 1 21:58:36 1998 @@ -243,6 +243,26 @@ return ("VLSI 82C535 Eagle II System Controller"); case 0x01051004: return ("VLSI 82C147 IrDA Controller"); + /* VIA Technologies -- vendor 0x1106 + Note that the old Apollo Master chipset is not in here, as VIA + does not seem to have any docs on their website for it, and I do + not have a Master board in my posession. -LC */ + + case 0x05851106: + return("VIA 82C585 (Apollo VP1/VPX) system controller"); + case 0x05861106: /* south bridge section -- IDE is covered in ide_pci.c */ + return("VIA 82C586 PCI-ISA bridge"); + case 0x05951106: + case 0x15951106: + return("VIA 82C595 (Apollo VP2) system controller"); + case 0x05971106: + return("VIA 82C597 (Apollo VP3) system controller"); + /* XXX need info on the MVP3 -- any takers? */ + case 0x30381106: + return("VIA 82C586B USB host controller"); + case 0x30401106: + return("VIA 82C586B ACPI interface"); + }; if (descr = generic_pci_bridge(tag)) -- Lee C. -- Manassas, VA, USA (WakkyMouse on DALnet #watertower) A! JW223 YWD+++^ri P&B++ SL+++^i GDF B&M KK--i MD+++i P++ I++++ Did $++ E5/10/70/3c/73ac/95/96 H2 PonPippi Ay77 M | lcremean@tidalwave.net FreeBSD/Linux/Unix hacker...Win95 and M$ evil! (go see www.freebsd.org) My home page: http://st-lcremean.tidalwave.net/~lee | finger me for geek code To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message