diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-06 19:13:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-06 19:13:14 +0000 |
commit | 0cb27c3402077630224ff3f8ea8968e2e2c8f985 (patch) | |
tree | 5d56a4ecef20f63a9b0c3b0481bc4ea4c4f2eed9 /sys/arch/sparc64 | |
parent | e34e2d3cd3d44aa94084b7123f19f2ead1df4375 (diff) |
Three more Expert3D-like frame buffers we shouldn't attach to yet.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/vgafb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/vgafb.c b/sys/arch/sparc64/dev/vgafb.c index 86b311b136c..b6d4d1c3344 100644 --- a/sys/arch/sparc64/dev/vgafb.c +++ b/sys/arch/sparc64/dev/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.49 2007/01/13 21:03:23 miod Exp $ */ +/* $OpenBSD: vgafb.c,v 1.50 2007/03/06 19:13:13 miod Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -115,6 +115,9 @@ static const struct pci_matchid ifb_devices[] = { { PCI_VENDOR_INTERGRAPH, 0x108 }, /* XXX */ { PCI_VENDOR_INTERGRAPH, 0x140 }, /* XXX */ { PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_EXPERT3D }, + { PCI_VENDOR_3DLABS, 0x7a1 }, /* Wildcat III 6210 */ + { PCI_VENDOR_3DLABS, 0x7a2 }, /* Sun XVR-500 */ + { PCI_VENDOR_3DLABS, 0x7a3 }, /* Wildcat IV 7210 */ }; int |