From a55dd4607f304305bc5863da266858d56be08e5e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 26 Oct 2005 17:09:25 +0000 Subject: new digi puc; bsw71@mail.ru --- sys/dev/pci/pcidevs | 6 +++++- sys/dev/pci/pucdata.c | 14 +++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 96ad5479cdd..c5edc220a5e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.950 2005/10/26 17:03:08 brad Exp $ +$OpenBSD: pcidevs,v 1.951 2005/10/26 17:09:23 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -153,6 +153,7 @@ vendor ZIATECH 0x1138 Ziatech vendor CYCLONE 0x113c Cyclone vendor ALLIANCE 0x1142 Alliance Semiconductor vendor SCHNEIDERKOCH 0x1148 Schneider & Koch +vendor DIGI 0x114f Digi vendor MUTECH 0x1159 Mutech vendor XIRCOM 0x115d Xircom vendor RCC 0x1166 ServerWorks @@ -2554,6 +2555,9 @@ product SAFENET SAFEXCEL 0x1141 SafeXcel /* Samsung products */ product SAMSUNG SWL2210P 0xa000 MagicLAN SWL-2210P +/* Digi International */ +product DIGI NEO 0x00b0 Neo-4 + /* Schneider & Koch (SysKonnect) */ product SCHNEIDERKOCH FDDI 0x4000 FDDI product SCHNEIDERKOCH GE 0x4300 984x GE diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 09375763e8e..b942a463cc2 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.40 2005/03/07 13:28:26 deraadt Exp $ */ +/* $OpenBSD: pucdata.c,v 1.41 2005/10/26 17:09:23 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -1171,6 +1171,18 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Digi International Digi Neo 4 Serial */ + { + { PCI_VENDOR_DIGI, PCI_PRODUCT_DIGI_NEO4, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 }, + }, + }, + { /* NULL, */ { 0, 0, 0, 0 }, -- cgit v1.2.3