mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Add Voodoo 3 identification.
pciconf on my Vodoo3 2000 also shows sub-system vendor id/model with card=0x0030121a
This commit is contained in:
parent
c5b072197a
commit
a165a91d78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50573
@ -1234,6 +1234,8 @@ static const char* vga_match(device_t dev)
|
||||
switch (id >> 16) {
|
||||
case 0x0003:
|
||||
chip = "Voodoo Banshee"; break;
|
||||
case 0x0005:
|
||||
chip = "Voodoo 3"; break;
|
||||
}
|
||||
break;
|
||||
case 0x102b:
|
||||
|
Loading…
Reference in New Issue
Block a user