summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-05 10:05:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-05 10:05:37 +0000
commit606053ce37eab79b657aab2e835f6f681ba6eefd (patch)
tree8e50a9c05573d95f5c0692543374ef0396808dc1 /sys/dev
parent18727399c502e098f7134bed56faaaf6e539625e (diff)
VScom PCI 200-L; lmoore@starwon.com.au
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs3
-rw-r--r--sys/dev/pci/pucdata.c11
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 84c1ab7a93d..6b51873699f 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
- $OpenBSD: pcidevs,v 1.424 2001/08/03 21:26:44 chris Exp $
+ $OpenBSD: pcidevs,v 1.425 2001/08/05 10:05:36 deraadt Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -1581,6 +1581,7 @@ product OPTI 82C822 0xc822 82C822
product OPTI RM861HA 0xc861 RM861HA
/* Oxford/ VScom */
+product OXFORD VSCOM_PCI200L 0x8020 VScom PCI 200-L
product OXFORD VSCOM_PCI800H_0 0xa003 VScom PCI 800-H
product OXFORD VSCOM_PCI800H_1 0xa004 VScom PCI 800-H
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 2e8c2133aa5..f3566dbea68 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.12 2001/04/29 17:30:54 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.13 2001/08/05 10:05:36 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -559,6 +559,15 @@ const struct puc_device_description puc_devices[] = {
},
},
+ { /* "VScom PCI-200L with 2 x 16550 UARTS" */
+ { PCI_VENDOR_OXFORD, PCI_PRODUCT_OXFORD_VSCOM_PCI200L, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
+ },
+ },
+
/* NEC PK-UG-X001 K56flex PCI Modem card.
NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
{ /* "NEC PK-UG-X001 K56flex PCI Modem", */