diff options
| author | gson <gson@NetBSD.org> | 2012-09-25 06:31:44 +0000 |
|---|---|---|
| committer | gson <gson@NetBSD.org> | 2012-09-25 06:31:44 +0000 |
| commit | bb855cc7de6f7aab68e3649411614efac0bfedc9 (patch) | |
| tree | abd58ab18278a744905bc4f53e43f0703fdcb3b0 /sys/dev/pci/pucdata.c | |
| parent | 9207241b68ed1fddfe02fb2d13d977a0556b5ac4 (diff) | |
Add Lava Computers SSERIAL-PCI single port serial PCI card.
Diffstat (limited to 'sys/dev/pci/pucdata.c')
| -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, |
