diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-23 21:07:47 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-23 21:07:47 +0000 |
commit | caf239fd743c847a365cea9deb61a7e5ac17bff0 (patch) | |
tree | 14d62adb9a8893ab44d4fc5d7fea496eb971f37a /sys/dev | |
parent | 4bc4ec7abed7631d736d6a4a1423bdcd84321da5 (diff) |
more O2 micro entries and correct some existing ones; based on diff
from Leonardo Chiquitto Filho <leonardo at iken dot com dot br> and
dmesglog searching.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index bc443f721f5..df3f98e81c2 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.917 2005/09/17 13:52:17 jsg Exp $ +$OpenBSD: pcidevs,v 1.918 2005/09/23 21:07:46 fgsch Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -291,10 +291,12 @@ vendor INVALID 0xffff INVALID VENDOR ID */ /* O2 Micro */ +product O2MICRO OZ6729 0x6729 OZ6729 +product O2MICRO OZ6730 0x673a OZ6730 +product O2MICRO OZ6922 0x6825 OZ6922 CardBus product O2MICRO OZ6832 0x6832 OZ6832 CardBus product O2MICRO OZ6836 0x6836 OZ6836/OZ6860 CardBus product O2MICRO OZ6872 0x6872 OZ68[17]2 CardBus -product O2MICRO OZ6922 0x6925 OZ6922 CardBus product O2MICRO OZ6933 0x6933 OZ6933 CardBus product O2MICRO OZ6972 0x6972 OZ69[17]2 CardBus product O2MICRO OZ7110 0x7110 OZ711Mx CardBus |