diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pucdata.c | 13 |
1 files changed, 11 insertions, 2 deletions
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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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, |
