From bb855cc7de6f7aab68e3649411614efac0bfedc9 Mon Sep 17 00:00:00 2001 From: gson Date: Tue, 25 Sep 2012 06:31:44 +0000 Subject: Add Lava Computers SSERIAL-PCI single port serial PCI card. --- sys/dev/pci/pucdata.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 7a4ca216a49..9050d0d8afb 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $NetBSD: pucdata.c,v 1.80 2012/08/15 01:03:16 msaitoh Exp $ */ +/* $NetBSD: pucdata.c,v 1.81 2012/09/25 06:31:44 gson Exp $ */ /* * Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved. @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.80 2012/08/15 01:03:16 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.81 2012/09/25 06:31:44 gson Exp $"); #include #include @@ -554,6 +554,15 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Lava Computers single port serial PCI card */ + { "Lava Computers SSERIAL-PCI", + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_SSERIAL, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, + }, + }, + /* Actiontec 56K PCI Master */ { "Actiontec 56K PCI Master", { PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_VENUSMODEM, -- cgit