Date: Fri, 1 May 1998 22:08:21 -0400 From: Lee Cremeans <lee@st-lcremean.tidalwave.net> To: current@FreeBSD.ORG Subject: Patches for VIA Socket 7 chipsets Message-ID: <19980501220821.22147@st-lcremean.tidalwave.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980501220821.22147>