diff options
author | 2006-04-17 05:03:37 +0000 | |
---|---|---|
committer | 2006-04-17 05:03:37 +0000 | |
commit | 773e8a61570254d10fd82fbef890fcd21fe8b492 (patch) | |
tree | 9c22202d6a99e3031fc9d79bf5ea67db2d613795 | |
parent | Remove pointless stat() call. (diff) | |
download | wireguard-openbsd-773e8a61570254d10fd82fbef890fcd21fe8b492.tar.xz wireguard-openbsd-773e8a61570254d10fd82fbef890fcd21fe8b492.zip |
Add the Turtle Beach vendor id, Turtle Beach Santa Cruz id and the
Cirrus Logic CS4615 id.
From NetBSD
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 735ff3ca3ad..451ff316ce0 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1056 2006/04/17 01:45:35 jsg Exp $ +$OpenBSD: pcidevs,v 1.1057 2006/04/17 05:03:37 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -284,6 +284,7 @@ vendor ADDTRON 0x4033 Addtron vendor INDCOMPSRC 0x494f Industrial Computer Source vendor NETVIN 0x4a14 NetVin vendor GEMTEK 0x5046 Gemtek +vendor TURTLEBEACH 0x5053 Turtle Beach vendor S3 0x5333 S3 vendor C4T 0x6374 c't Magazin vendor INTEL 0x8086 Intel @@ -1076,6 +1077,7 @@ product CIRRUS CL_GD7541 0x1204 CL-GD7541 product CIRRUS CS4610 0x6001 CS4610 SoundFusion product CIRRUS CS4615 0x6004 CS4615 product CIRRUS CS4280 0x6003 CS4280/46xx CrystalClear +product CIRRUS CS4615 0x6004 CS4615 product CIRRUS CS4281 0x6005 CS4281 CrystalClear /* CMD Technology products -- info gleaned from www.cmd.com */ @@ -3225,6 +3227,9 @@ product TVIA CP5050 0x5050 CyberPro 5050 product TVIA CP5202 0x5202 CyberPro 5202 product TVIA CP5252 0x5252 CyberPro 5252 +/* Turtle Beach products */ +product TURTLEBEACH SANTA_CRUZ 0x3357 Santa Cruz + /* UMC products */ product UMC UM82C881 0x0001 UM82C881 486 product UMC UM82C886 0x0002 UM82C886 ISA |