summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-07-23 21:38:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-07-23 21:38:49 +0000
commitc36299a1a93418bce2a3cb797dfe86016fe531b6 (patch)
tree102d589e47fcfdf3376aaaccdf49b6ee1da03ae0 /sys/dev
parentfb4675c91e2bf9cc9e3a38970c7b6102006ea59c (diff)
another lava puc that might show up
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pucdata.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 55cd2abe7f7..eda3b41d767 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.63 2009/06/26 17:41:29 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.64 2009/07/23 21:38:48 deraadt Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -1080,6 +1080,18 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Lava Computers Octopus-550 serial ports */
+ { /* "Lava Computers Octopus-550 8-port serial", */
+ { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS550_1, 0, 0 },
+ { 0xffff, 0xfffc, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
+ },
+ },
+
/* US Robotics (3Com) PCI Modems */
{ /* "US Robotics (3Com) 3CP5610 PCI 16550 Modem", */
{ PCI_VENDOR_USR, PCI_PRODUCT_USR_3CP5610, 0, 0 },