summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pucdata.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-29 17:30:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-29 17:30:55 +0000
commit21ff4b9853f59892821ae587e3d7cb1e537b853f (patch)
treece983c759965e5e272140ff786b4890ac6c5c8cd /sys/dev/pci/pucdata.c
parent6cffa51b95aaf5e19aaf7571b0d1ca03deb8785a (diff)
another puc
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-rw-r--r--sys/dev/pci/pucdata.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 8a006814c4b..2e8c2133aa5 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.11 2001/03/28 21:04:29 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.12 2001/04/29 17:30:54 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -665,6 +665,16 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Topic/SmartLink 5634PCV SurfRider */
+ { /* "Topic/SmartLink 5634PCV SurfRider", */
+ /* "Topic/SmartLink 5634PCV SurfRider" */
+ { PCI_VENDOR_TOPIC, PCI_PRODUCT_TOPIC_5634PCV, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ },
+ },
+
{ /* NULL, */
{ 0, 0, 0, 0 },