Add the 3Dfx Voodoo Banshee

This commit is contained in:
Michael Haro 1999-06-04 02:38:18 +00:00
parent a180d48db0
commit 1f5abee8bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47723

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pcisupport.c,v 1.115 1999/05/27 10:59:40 roger Exp $
** $Id: pcisupport.c,v 1.116 1999/05/27 12:26:50 yokota Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@ -1287,6 +1287,14 @@ static const char* vga_match(device_t dev)
chip = "NM2160 laptop"; break;
}
break;
case 0x121a:
vendor = "3Dfx";
type = "graphics accelerator";
switch (id >> 16) {
case 0x0003:
chip = "Voodoo Banshee"; break;
}
break;
case 0x102b:
vendor = "Matrox";
type = "graphics accelerator";