Add OPTi 82c822 host to PCI bridge

This is an old OPTi chipset.
If you use a Bt878 card with this chipset, be sure to enable
the SIS/VIA chipset compatiblity mode workaround.

Tested By: Ben Laurie <ben@algroup.co.uk>
This commit is contained in:
Roger Hardiman 1999-05-25 15:56:10 +00:00
parent 168de44296
commit ceed656248
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47496

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pcisupport.c,v 1.111 1999/05/11 07:55:31 peter Exp $
** $Id: pcisupport.c,v 1.112 1999/05/20 15:33:32 gallatin Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@ -1180,6 +1180,10 @@ chip_match(device_t dev)
case 0x710110b9:
return ("AcerLabs M15x3 Power Management Unit");
/* OPTi -- vendor 0x1045 */
case 0xc8221045:
return ("OPTi 82C822 host to PCI Bridge");
/* Ross (?) -- vendor 0x1166 */
case 0x00051166:
fixbushigh_Ross(dev);