diff options
author | 2006-05-27 03:29:43 +0000 | |
---|---|---|
committer | 2006-05-27 03:29:43 +0000 | |
commit | 3db433b811089f5c4e11feeed16ed2602c5f56d7 (patch) | |
tree | 2e668a81af9706c528e6e05c46baef870232dd7e | |
parent | rcs_choosefile() no longer returns char *, it returns a file (diff) | |
download | wireguard-openbsd-3db433b811089f5c4e11feeed16ed2602c5f56d7.tar.xz wireguard-openbsd-3db433b811089f5c4e11feeed16ed2602c5f56d7.zip |
add Option UMTS 3G+
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 72d0d565a94..bbd8f19c216 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1069 2006/05/23 04:53:09 brad Exp $ +$OpenBSD: pcidevs,v 1.1070 2006/05/27 03:29:43 reyk Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -275,6 +275,7 @@ vendor LANERGY 0x1812 Lanergy vendor RALINK 0x1814 Ralink vendor XGI 0x18ca XGI Technology vendor SANGOMA 0x1923 Sangoma +vendor OPTION 0x1931 Option vendor JMICRON 0x197b JMicron vendor SYMPHONY2 0x1c1c Symphony Labs vendor TEKRAM2 0x1de1 Tekram @@ -2648,6 +2649,9 @@ product OPTI 82C701 0xc701 82C701 product OPTI 82C822 0xc822 82C822 product OPTI 82C861 0xc861 82C861 +/* Option products */ +product OPTION F32 0x000c 3G+ UMTS HSDPA (F32) + /* Oxford/ VScom */ product OXFORD VSCOM_PCI010L 0x8001 010L product OXFORD VSCOM_PCI100L 0x8010 100L |