diff options
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-rw-r--r-- | sys/dev/pci/pucdata.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index d657dc6c6b2..8a006814c4b 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.10 2001/03/28 18:10:54 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.11 2001/03/28 21:04:29 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -607,6 +607,15 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Lava Computers LavaPort-650 */ + { /* "Lava Computers high-speed port", */ + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ*4 }, + }, + }, + /* Koutech IOFLEX-2S PCI Dual Port Serial, port 1 */ { /* "Koutech IOFLEX-2S PCI Dual Port Serial, port 1", */ { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_0, 0, 0 }, |