diff options
author | 2003-10-19 10:42:14 +0000 | |
---|---|---|
committer | 2003-10-19 10:42:14 +0000 | |
commit | 47a8c9d9457d91a0c9be54a1f6f6bc7d02837e2e (patch) | |
tree | de3fe931a39c781f2a48ae61ea3014dac74cfdc5 | |
parent | Add missing "#ifdef ALTQ"'s in the ioctl transacions code. (diff) | |
download | wireguard-openbsd-47a8c9d9457d91a0c9be54a1f6f6bc7d02837e2e.tar.xz wireguard-openbsd-47a8c9d9457d91a0c9be54a1f6f6bc7d02837e2e.zip |
New VIA PCI-AGP bridge found in dmesg from henning@
ok deraadt@
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5bd79a0745e..6fe0af32d11 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.681 2003/10/16 18:03:20 grange Exp $ + $OpenBSD: pcidevs,v 1.682 2003/10/19 10:42:14 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2293,6 +2293,7 @@ product VIATECH VT8605_AGP 0x8605 VT8605 PCI-AGP product VIATECH VT8633_AGP 0xb091 VT8633 PCI-AGP product VIATECH VT8366_AGP 0xb099 VT8366 PCI-AGP product VIATECH VT8235_AGP 0xb168 VT8235 PCI-AGP +product VIATECH VT8377_AGP 0xb198 VT8377 PCI-AGP /* Vortex Computer Systems products */ product VORTEX GDT_60x0 0x0000 GDT6000/6020/6050 |