From owner-freebsd-hardware@FreeBSD.ORG Thu Mar 27 01:31:06 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFA7B1065671 for ; Thu, 27 Mar 2008 01:31:06 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 773728FC1B for ; Thu, 27 Mar 2008 01:31:06 +0000 (UTC) (envelope-from mike@sentex.net) Received: from Mobile2.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost1.sentex.ca (8.14.2/8.14.2) with SMTP id m2R0vh52042749; Wed, 26 Mar 2008 20:57:43 -0400 (EDT) (envelope-from mike@sentex.net) From: mike@sentex.net To: scott.marshall@mail.com Date: Wed, 26 Mar 2008 20:58:15 -0400 Message-ID: References: <20080326230956.5077A49B6BD@ws1-3a.us4.outblaze.com> In-Reply-To: <20080326230956.5077A49B6BD@ws1-3a.us4.outblaze.com> X-Mailer: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: freebsd-hardware@freebsd.org Subject: Re: Currently available internal PCI hardware modems? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 01:31:06 -0000 On Wed, 26 Mar 2008 23:09:56 +0000, in sentex.lists.freebsd.hardware you wrote: >As copiously written elsewhere, FreeBSD works best with hardware modems,= not WinModems / LinModems. Hi, we use a USR 5610C=20 uc0@pci0:8:0: class=3D0x070002 card=3D0x00d312b9 chip=3D0x100812b9 = rev=3D0x01 hdr=3D0x00 vendor =3D '3COM Corp, Modem Division (Formerly US Robotics)' device =3D 'TL16CFM700PGE / 980C / 42A30KW PCI Serial Controller (for modem)d' class =3D simple comms puc0: port 0xe400-0xe407 irq 12 at device 8.0 on pci0 sio4: on puc0 Works well on RELENG_6 and RELENG_7. One small patch we run with is below --- sio_pci.c Wed Mar 26 20:53:47 2008 +++ sio_pci.c.new Wed Mar 26 20:54:05 2008 @@ -68,7 +68,6 @@ }; =20 static struct pci_ids pci_ids[] =3D { - { 0x100812b9, "3COM PCI FaxModem", 0x10 }, { 0x2000131f, "CyberSerial (1-port) 16550", 0x10 }, { 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, { 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 }, ---Mike