diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-01-09 22:34:33 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2012-01-09 22:34:33 +0000 |
commit | 3fa7b6f3059609254885324ba82dbd647492dbf6 (patch) | |
tree | 6e25cd448d0304fbbf2be4ffb87f97c1e06ad9de /sys/dev/pci | |
parent | 76e37fbf8aa0d88ec30d4c268e24de2426843505 (diff) |
Add support for a new puc(4), MosChip MCS9865.
Information extracted from:
http://www.devid.info/uz/18561/PCI+-%3EPARALLEL%26SERIAL#
ok deraadt
Diffstat (limited to 'sys/dev/pci')
-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 23c74e42c1b..6989071b540 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1631 2012/01/07 21:42:47 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1632 2012/01/09 22:34:32 haesbaert Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -332,6 +332,7 @@ vendor NETVIN 0x4a14 NetVin vendor GEMTEK 0x5046 Gemtek vendor TURTLEBEACH 0x5053 Turtle Beach vendor S3 0x5333 S3 +vendor MOSCHIP 0x5372 MosChip vendor XENSOURCE 0x5853 XenSource vendor C4T 0x6374 c't Magazin vendor DCI 0x6666 Decision Computer @@ -3753,6 +3754,9 @@ product MIRO DC10 0x6057 MiroVIDEO DC10/DC20 product MITSUBISHIELEC 4D30T 0x0301 Powerstorm 4D30T product MITSUBISHIELEC GUI 0x0304 GUI Accel +/* MosChip products */ +product MOSCHIP MCS9865 0x6873 Serial MCS9865 + /* Motorola products */ product MOT MPC105 0x0001 MPC105 PCI product MOT MPC106 0x0002 MPC106 PCI |