From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 04:43:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A3E37B401 for ; Thu, 26 Jun 2003 04:43:49 -0700 (PDT) Received: from f25.mail.ru (f25.mail.ru [194.67.57.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B2C4400D for ; Thu, 26 Jun 2003 04:43:49 -0700 (PDT) (envelope-from shura_shev@mail.ru) Received: from mail by f25.mail.ru with local id 19VVAI-000FUz-00 for freebsd-questions@freebsd.org; Thu, 26 Jun 2003 15:43:46 +0400 Received: from [195.5.58.58] by win.mail.ru with HTTP; Thu, 26 Jun 2003 15:43:46 +0400 From: =?koi8-r?Q?=22?=shura shev=?koi8-r?Q?=22=20?= To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [195.5.58.58] Date: Thu, 26 Jun 2003 15:43:46 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: Help me X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?koi8-r?Q?=22?=shura shev=?koi8-r?Q?=22=20?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 11:43:50 -0000 Please. Can you help me? I bought Digi ClassicBoard PCI on 4 ports. I couldn't install it. My computer-Pentium 150, 16 mb memory, 1Gb HDD. The only OS I was able to install on my computer was FreeBSD 4.8 Unix. I could not install Linux Red Hat. When system loads without specifying card in a kernel, it gives message: pci0: (vendor=0x114f, dev=0x0028) at 10.0 irq 11 In FreeBSD there is a file pucdata.c - a universal driver for PCI card. This is a structure that has to be included in this file: { "Digi 114f", { 0x114f, 0x0028, 0, 0 }, { 0xffff, 0xffff, 0, 0, }, { { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 }, { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 }, { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 }, { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 }, }, } The structure is similar to others, except 'vendor=0x114f,dev=0x0028'. But I don't know which ports to specify. After configuring and recompiling kernel for this card, when loading system gives message: puc0: port 0x6400-0x64ff,0x6300-0x637f mem 0xe0002000- 0xe00020ff,0xe0001000-0xe000107f irq 11 at device 10.0 on pci0 sio2: configured irq 11 not in bitmap of probed irqs 0 sio2: type 16550A sio3: configured irq 11 not in bitmap of probed irqs 0 sio3: type 16550A sio4: configured irq 11 not in bitmap of probed irqs 0 sio4: type 16550A sio5: configured irq 11 not in bitmap of probed irqs 0 sio5: type 16550A So system sees this card and adds com-ports ( sio2-sio5), but it's not possible to work with modem through these com-ports. They are very slow. There is an evident conflict with input/output ports. Best regards, Shevcov Aleksandr.