diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-01-13 14:19:43 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-01-13 14:19:43 +0000 |
commit | 68f49b5a1bf20436fd5294e21c539e747d410b8a (patch) | |
tree | 065d91cee1e5dbc6a1615796a6ca73f3d7cd6a62 /sys/dev | |
parent | 2ce76f1647bb3e5b7e98ca48daf6dadeadc5050f (diff) |
Add PCI ID for vmm control interface
OK mlarkin@
Diffstat (limited to 'sys/dev')
-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 3b9cd7f2367..1947183c338 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1811 2017/01/07 23:16:12 mlarkin Exp $ +$OpenBSD: pcidevs,v 1.1812 2017/01/13 14:19:42 reyk Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6204,6 +6204,7 @@ product OPTI 82C861 0xc861 82C861 /* OpenBSD VMM products */ product OPENBSD PCHB 0x0666 VMM PCI Host Bridge +product OPENBSD CONTROL 0x0777 VMM Control Interface /* Option products */ product OPTION F32 0x000c 3G+ UMTS HSDPA |